Amazon.WAFRegional.AmazonWAFRegionalClient.GetChangeTokenStatus C# (CSharp) Метод

GetChangeTokenStatus() публичный Метод

Returns the status of a ChangeToken that you got by calling GetChangeToken. ChangeTokenStatus is one of the following values:
  • PROVISIONED: You requested the change token by calling GetChangeToken, but you haven't used it yet in a call to create, update, or delete an AWS WAF object.

  • PENDING: AWS WAF is propagating the create, update, or delete request to all AWS WAF servers.

  • IN_SYNC: Propagation is complete.

/// The operation failed because of a system problem, even though the request was valid. /// Retry your request. /// /// The operation failed because the referenced object doesn't exist. ///
public GetChangeTokenStatus ( GetChangeTokenStatusRequest request ) : GetChangeTokenStatusResponse
request GetChangeTokenStatusRequest Container for the necessary parameters to execute the GetChangeTokenStatus service method.
Результат GetChangeTokenStatusResponse
        public GetChangeTokenStatusResponse GetChangeTokenStatus(GetChangeTokenStatusRequest request)
        {
            var marshaller = new GetChangeTokenStatusRequestMarshaller();
            var unmarshaller = GetChangeTokenStatusResponseUnmarshaller.Instance;

            return Invoke<GetChangeTokenStatusRequest,GetChangeTokenStatusResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonWAFRegionalClient::GetChangeTokenStatus ( string changeToken ) : GetChangeTokenStatusResponse
AmazonWAFRegionalClient