amazonka-waf-1.4.0: Amazon WAF SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.WAF.GetChangeTokenStatus

Contents

Description

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.

Synopsis

Creating a Request

getChangeTokenStatus Source

Creates a value of GetChangeTokenStatus with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

gctsChangeToken :: Lens' GetChangeTokenStatus Text Source

The change token for which you want to get the status. This change token was previously returned in the GetChangeToken response.

Destructuring the Response

getChangeTokenStatusResponse Source

Creates a value of GetChangeTokenStatusResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses