All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.waf-2015-08-24-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for AWS WAF Service module holds the client classes that are used for communicating with AWS WAF Service

There is a newer version: 1.12.780
Show newest version
{
  "metadata" : {
    "apiVersion" : "2015-08-24",
    "exceptionUnmarshallerImpl" : null,
    "protocol" : "json",
    "checksumFormat" : null,
    "documentation" : "

This is the AWS WAF API Reference. This guide is for developers who need detailed information about the AWS WAF API actions, data types, and errors. For detailed information about AWS WAF features and an overview of how to use the AWS WAF API, see the AWS WAF Developer Guide.

", "defaultEndpoint" : "https://waf.amazonaws.com/", "defaultEndpointWithoutHttpProtocol" : "waf.amazonaws.com/", "syncInterface" : "AWSWAF", "syncClient" : "AWSWAFClient", "asyncInterface" : "AWSWAFAsync", "asyncClient" : "AWSWAFAsyncClient", "packageName" : "com.amazonaws.services.waf", "packagePath" : "com/amazonaws/services/waf", "serviceAbbreviation" : "WAF", "serviceFullName" : "AWS WAF", "hasApiWithStreamInput" : false, "jsonContentVersion" : "application/x-amz-json-1.1", "jsonVersion" : "1.1", "endpointPrefix" : "waf", "signingName" : "waf", "xmlProtocol" : false, "jsonProtocol" : true, "serviceName" : "WAF", "cborProtocol" : false, "unmarshallerContextClassName" : "JsonUnmarshallerContext", "unmarshallerClassSuffix" : "JsonUnmarshaller", "protocolDefaultExceptionUnmarshallerType" : "JsonErrorUnmarshaller" }, "operations" : { "CreateByteMatchSet" : { "documentation" : "

Creates a ByteMatchSet. You then use UpdateByteMatchSet to identify the part of a web request that you want AWS WAF to inspect, such as the values of the User-Agent header or the query string. For example, you can create a ByteMatchSet that matches any requests with User-Agent headers that contain the string BadBot. You can then configure AWS WAF to reject those requests.

To create and configure a ByteMatchSet, perform the following steps:

  1. Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a CreateByteMatchSet request.
  2. Submit a CreateByteMatchSet request.
  3. Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateByteMatchSet request.
  4. Submit an UpdateByteMatchSet request to specify the part of the request that you want AWS WAF to inspect (for example, the header or the URI) and the value that you want AWS WAF to watch for.

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.

", "operationName" : "CreateByteMatchSet", "deprecated" : false, "input" : { "variableName" : "createByteMatchSetRequest", "variableType" : "CreateByteMatchSetRequest", "variableDeclarationType" : "CreateByteMatchSetRequest", "documentation" : "", "simpleType" : "CreateByteMatchSetRequest", "variableSetterType" : "CreateByteMatchSetRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateByteMatchSetResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "WAFDisallowedNameException", "documentation" : "

The name specified is invalid.

" }, { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" }, { "exceptionName" : "WAFInvalidAccountException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.

" }, { "exceptionName" : "WAFInvalidParameterException", "documentation" : "

The operation failed because AWS WAF didn't recognize a parameter in the request. For example:

  • You specified an invalid parameter name.
  • You specified an invalid value.
  • You tried to update an object (ByteMatchSet, IPSet, Rule, or WebACL) using an action other than INSERT or DELETE.
  • You tried to create a WebACL with a DefaultAction Type other than ALLOW, BLOCK, or COUNT.
  • You tried to update a WebACL with a WafAction Type other than ALLOW, BLOCK, or COUNT.
  • You tried to update a ByteMatchSet with a FieldToMatch Type other than HEADER, QUERY_STRING, or URI.
  • You tried to update a ByteMatchSet with a Field of HEADER but no value for Data.
" }, { "exceptionName" : "WAFStaleDataException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.

" }, { "exceptionName" : "WAFLimitsExceededException", "documentation" : "

The operation exceeds a resource limit, for example, the maximum number of WebACL objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateByteMatchSetResult", "asyncReturnType" : "CreateByteMatchSetResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createByteMatchSet" }, "CreateIPSet" : { "documentation" : "

Creates an IPSet, which you use to specify which web requests you want to allow or block based on the IP addresses that the requests originate from. For example, if you're receiving a lot of requests from one or more individual IP addresses or one or more ranges of IP addresses and you want to block the requests, you can create an IPSet that contains those IP addresses and then configure AWS WAF to block the requests.

To create and configure an IPSet, perform the following steps:

  1. Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a CreateIPSet request.
  2. Submit a CreateIPSet request.
  3. Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateIPSet request.
  4. Submit an UpdateIPSet request to specify the IP addresses that you want AWS WAF to watch for.

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.

", "operationName" : "CreateIPSet", "deprecated" : false, "input" : { "variableName" : "createIPSetRequest", "variableType" : "CreateIPSetRequest", "variableDeclarationType" : "CreateIPSetRequest", "documentation" : "", "simpleType" : "CreateIPSetRequest", "variableSetterType" : "CreateIPSetRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateIPSetResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "WAFStaleDataException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.

" }, { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" }, { "exceptionName" : "WAFInvalidAccountException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.

" }, { "exceptionName" : "WAFDisallowedNameException", "documentation" : "

The name specified is invalid.

" }, { "exceptionName" : "WAFInvalidParameterException", "documentation" : "

The operation failed because AWS WAF didn't recognize a parameter in the request. For example:

  • You specified an invalid parameter name.
  • You specified an invalid value.
  • You tried to update an object (ByteMatchSet, IPSet, Rule, or WebACL) using an action other than INSERT or DELETE.
  • You tried to create a WebACL with a DefaultAction Type other than ALLOW, BLOCK, or COUNT.
  • You tried to update a WebACL with a WafAction Type other than ALLOW, BLOCK, or COUNT.
  • You tried to update a ByteMatchSet with a FieldToMatch Type other than HEADER, QUERY_STRING, or URI.
  • You tried to update a ByteMatchSet with a Field of HEADER but no value for Data.
" }, { "exceptionName" : "WAFLimitsExceededException", "documentation" : "

The operation exceeds a resource limit, for example, the maximum number of WebACL objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateIPSetResult", "asyncReturnType" : "CreateIPSetResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createIPSet" }, "CreateRule" : { "documentation" : "

Creates a Rule, which contains the IPSet objects, ByteMatchSet objects, and other predicates that identify the requests that you want to block. If you add more than one predicate to a Rule, a request must match all of the specifications to be allowed or blocked. For example, suppose you add the following to a Rule:

  • An IPSet that matches the IP address 192.0.2.44/32
  • A ByteMatchSet that matches BadBot in the User-Agent header

You then add the Rule to a WebACL and specify that you want to blocks requests that satisfy the Rule. For a request to be blocked, it must come from the IP address 192.0.2.44 and the User-Agent header in the request must contain the value BadBot.

To create and configure a Rule, perform the following steps:

  1. Create and update the predicates that you want to include in the Rule. For more information, see CreateByteMatchSet, CreateIPSet, and CreateSqlInjectionMatchSet.
  2. Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a CreateRule request.
  3. Submit a CreateRule request.
  4. Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateRule request.
  5. Submit an UpdateRule request to specify the predicates that you want to include in the Rule.
  6. Create and update a WebACL that contains the Rule. For more information, see CreateWebACL.

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.

", "operationName" : "CreateRule", "deprecated" : false, "input" : { "variableName" : "createRuleRequest", "variableType" : "CreateRuleRequest", "variableDeclarationType" : "CreateRuleRequest", "documentation" : "", "simpleType" : "CreateRuleRequest", "variableSetterType" : "CreateRuleRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateRuleResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "WAFStaleDataException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.

" }, { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" }, { "exceptionName" : "WAFDisallowedNameException", "documentation" : "

The name specified is invalid.

" }, { "exceptionName" : "WAFInvalidParameterException", "documentation" : "

The operation failed because AWS WAF didn't recognize a parameter in the request. For example:

  • You specified an invalid parameter name.
  • You specified an invalid value.
  • You tried to update an object (ByteMatchSet, IPSet, Rule, or WebACL) using an action other than INSERT or DELETE.
  • You tried to create a WebACL with a DefaultAction Type other than ALLOW, BLOCK, or COUNT.
  • You tried to update a WebACL with a WafAction Type other than ALLOW, BLOCK, or COUNT.
  • You tried to update a ByteMatchSet with a FieldToMatch Type other than HEADER, QUERY_STRING, or URI.
  • You tried to update a ByteMatchSet with a Field of HEADER but no value for Data.
" }, { "exceptionName" : "WAFLimitsExceededException", "documentation" : "

The operation exceeds a resource limit, for example, the maximum number of WebACL objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateRuleResult", "asyncReturnType" : "CreateRuleResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createRule" }, "CreateSizeConstraintSet" : { "documentation" : "

Creates a SizeConstraintSet. You then use UpdateSizeConstraintSet to identify the part of a web request that you want AWS WAF to check for length, such as the length of the User-Agent header or the length of the query string. For example, you can create a SizeConstraintSet that matches any requests that have a query string that is longer than 100 bytes. You can then configure AWS WAF to reject those requests.

To create and configure a SizeConstraintSet, perform the following steps:

  1. Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a CreateSizeConstraintSet request.
  2. Submit a CreateSizeConstraintSet request.
  3. Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateSizeConstraintSet request.
  4. Submit an UpdateSizeConstraintSet request to specify the part of the request that you want AWS WAF to inspect (for example, the header or the URI) and the value that you want AWS WAF to watch for.

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.

", "operationName" : "CreateSizeConstraintSet", "deprecated" : false, "input" : { "variableName" : "createSizeConstraintSetRequest", "variableType" : "CreateSizeConstraintSetRequest", "variableDeclarationType" : "CreateSizeConstraintSetRequest", "documentation" : "", "simpleType" : "CreateSizeConstraintSetRequest", "variableSetterType" : "CreateSizeConstraintSetRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateSizeConstraintSetResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "WAFStaleDataException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.

" }, { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" }, { "exceptionName" : "WAFInvalidAccountException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.

" }, { "exceptionName" : "WAFDisallowedNameException", "documentation" : "

The name specified is invalid.

" }, { "exceptionName" : "WAFInvalidParameterException", "documentation" : "

The operation failed because AWS WAF didn't recognize a parameter in the request. For example:

  • You specified an invalid parameter name.
  • You specified an invalid value.
  • You tried to update an object (ByteMatchSet, IPSet, Rule, or WebACL) using an action other than INSERT or DELETE.
  • You tried to create a WebACL with a DefaultAction Type other than ALLOW, BLOCK, or COUNT.
  • You tried to update a WebACL with a WafAction Type other than ALLOW, BLOCK, or COUNT.
  • You tried to update a ByteMatchSet with a FieldToMatch Type other than HEADER, QUERY_STRING, or URI.
  • You tried to update a ByteMatchSet with a Field of HEADER but no value for Data.
" }, { "exceptionName" : "WAFLimitsExceededException", "documentation" : "

The operation exceeds a resource limit, for example, the maximum number of WebACL objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateSizeConstraintSetResult", "asyncReturnType" : "CreateSizeConstraintSetResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createSizeConstraintSet" }, "CreateSqlInjectionMatchSet" : { "documentation" : "

Creates a SqlInjectionMatchSet, which you use to allow, block, or count requests that contain snippets of SQL code in a specified part of web requests. AWS WAF searches for character sequences that are likely to be malicious strings.

To create and configure a SqlInjectionMatchSet, perform the following steps:

  1. Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a CreateSqlInjectionMatchSet request.
  2. Submit a CreateSqlInjectionMatchSet request.
  3. Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateSqlInjectionMatchSet request.
  4. Submit an UpdateSqlInjectionMatchSet request to specify the parts of web requests in which you want to allow, block, or count malicious SQL code.

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.

", "operationName" : "CreateSqlInjectionMatchSet", "deprecated" : false, "input" : { "variableName" : "createSqlInjectionMatchSetRequest", "variableType" : "CreateSqlInjectionMatchSetRequest", "variableDeclarationType" : "CreateSqlInjectionMatchSetRequest", "documentation" : "

A request to create a SqlInjectionMatchSet.

", "simpleType" : "CreateSqlInjectionMatchSetRequest", "variableSetterType" : "CreateSqlInjectionMatchSetRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateSqlInjectionMatchSetResult", "documentation" : "

The response to a CreateSqlInjectionMatchSet request.

" }, "exceptions" : [ { "exceptionName" : "WAFDisallowedNameException", "documentation" : "

The name specified is invalid.

" }, { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" }, { "exceptionName" : "WAFInvalidAccountException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.

" }, { "exceptionName" : "WAFInvalidParameterException", "documentation" : "

The operation failed because AWS WAF didn't recognize a parameter in the request. For example:

  • You specified an invalid parameter name.
  • You specified an invalid value.
  • You tried to update an object (ByteMatchSet, IPSet, Rule, or WebACL) using an action other than INSERT or DELETE.
  • You tried to create a WebACL with a DefaultAction Type other than ALLOW, BLOCK, or COUNT.
  • You tried to update a WebACL with a WafAction Type other than ALLOW, BLOCK, or COUNT.
  • You tried to update a ByteMatchSet with a FieldToMatch Type other than HEADER, QUERY_STRING, or URI.
  • You tried to update a ByteMatchSet with a Field of HEADER but no value for Data.
" }, { "exceptionName" : "WAFStaleDataException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.

" }, { "exceptionName" : "WAFLimitsExceededException", "documentation" : "

The operation exceeds a resource limit, for example, the maximum number of WebACL objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateSqlInjectionMatchSetResult", "asyncReturnType" : "CreateSqlInjectionMatchSetResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createSqlInjectionMatchSet" }, "CreateWebACL" : { "documentation" : "

Creates a WebACL, which contains the Rules that identify the CloudFront web requests that you want to allow, block, or count. AWS WAF evaluates Rules in order based on the value of Priority for each Rule.

You also specify a default action, either ALLOW or BLOCK. If a web request doesn't match any of the Rules in a WebACL, AWS WAF responds to the request with the default action.

To create and configure a WebACL, perform the following steps:

  1. Create and update the ByteMatchSet objects and other predicates that you want to include in Rules. For more information, see CreateByteMatchSet, UpdateByteMatchSet, CreateIPSet, UpdateIPSet, CreateSqlInjectionMatchSet, and UpdateSqlInjectionMatchSet.
  2. Create and update the Rules that you want to include in the WebACL. For more information, see CreateRule and UpdateRule.
  3. Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a CreateWebACL request.
  4. Submit a CreateWebACL request.
  5. Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateWebACL request.
  6. Submit an UpdateWebACL request to specify the Rules that you want to include in the WebACL, to specify the default action, and to associate the WebACL with a CloudFront distribution.

For more information about how to use the AWS WAF API, see the AWS WAF Developer Guide.

", "operationName" : "CreateWebACL", "deprecated" : false, "input" : { "variableName" : "createWebACLRequest", "variableType" : "CreateWebACLRequest", "variableDeclarationType" : "CreateWebACLRequest", "documentation" : "", "simpleType" : "CreateWebACLRequest", "variableSetterType" : "CreateWebACLRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateWebACLResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "WAFStaleDataException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.

" }, { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" }, { "exceptionName" : "WAFInvalidAccountException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.

" }, { "exceptionName" : "WAFDisallowedNameException", "documentation" : "

The name specified is invalid.

" }, { "exceptionName" : "WAFInvalidParameterException", "documentation" : "

The operation failed because AWS WAF didn't recognize a parameter in the request. For example:

  • You specified an invalid parameter name.
  • You specified an invalid value.
  • You tried to update an object (ByteMatchSet, IPSet, Rule, or WebACL) using an action other than INSERT or DELETE.
  • You tried to create a WebACL with a DefaultAction Type other than ALLOW, BLOCK, or COUNT.
  • You tried to update a WebACL with a WafAction Type other than ALLOW, BLOCK, or COUNT.
  • You tried to update a ByteMatchSet with a FieldToMatch Type other than HEADER, QUERY_STRING, or URI.
  • You tried to update a ByteMatchSet with a Field of HEADER but no value for Data.
" }, { "exceptionName" : "WAFLimitsExceededException", "documentation" : "

The operation exceeds a resource limit, for example, the maximum number of WebACL objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateWebACLResult", "asyncReturnType" : "CreateWebACLResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createWebACL" }, "CreateXssMatchSet" : { "documentation" : "

Creates an XssMatchSet, which you use to allow, block, or count requests that contain cross-site scripting attacks in the specified part of web requests. AWS WAF searches for character sequences that are likely to be malicious strings.

To create and configure an XssMatchSet, perform the following steps:

  1. Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a CreateXssMatchSet request.
  2. Submit a CreateXssMatchSet request.
  3. Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateXssMatchSet request.
  4. Submit an UpdateXssMatchSet request to specify the parts of web requests in which you want to allow, block, or count cross-site scripting attacks.

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.

", "operationName" : "CreateXssMatchSet", "deprecated" : false, "input" : { "variableName" : "createXssMatchSetRequest", "variableType" : "CreateXssMatchSetRequest", "variableDeclarationType" : "CreateXssMatchSetRequest", "documentation" : "

A request to create an XssMatchSet.

", "simpleType" : "CreateXssMatchSetRequest", "variableSetterType" : "CreateXssMatchSetRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateXssMatchSetResult", "documentation" : "

The response to a CreateXssMatchSet request.

" }, "exceptions" : [ { "exceptionName" : "WAFDisallowedNameException", "documentation" : "

The name specified is invalid.

" }, { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" }, { "exceptionName" : "WAFInvalidAccountException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.

" }, { "exceptionName" : "WAFInvalidParameterException", "documentation" : "

The operation failed because AWS WAF didn't recognize a parameter in the request. For example:

  • You specified an invalid parameter name.
  • You specified an invalid value.
  • You tried to update an object (ByteMatchSet, IPSet, Rule, or WebACL) using an action other than INSERT or DELETE.
  • You tried to create a WebACL with a DefaultAction Type other than ALLOW, BLOCK, or COUNT.
  • You tried to update a WebACL with a WafAction Type other than ALLOW, BLOCK, or COUNT.
  • You tried to update a ByteMatchSet with a FieldToMatch Type other than HEADER, QUERY_STRING, or URI.
  • You tried to update a ByteMatchSet with a Field of HEADER but no value for Data.
" }, { "exceptionName" : "WAFStaleDataException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.

" }, { "exceptionName" : "WAFLimitsExceededException", "documentation" : "

The operation exceeds a resource limit, for example, the maximum number of WebACL objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateXssMatchSetResult", "asyncReturnType" : "CreateXssMatchSetResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createXssMatchSet" }, "DeleteByteMatchSet" : { "documentation" : "

Permanently deletes a ByteMatchSet. You can't delete a ByteMatchSet if it's still used in any Rules or if it still includes any ByteMatchTuple objects (any filters).

If you just want to remove a ByteMatchSet from a Rule, use UpdateRule.

To permanently delete a ByteMatchSet, perform the following steps:

  1. Update the ByteMatchSet to remove filters, if any. For more information, see UpdateByteMatchSet.
  2. Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a DeleteByteMatchSet request.
  3. Submit a DeleteByteMatchSet request.
", "operationName" : "DeleteByteMatchSet", "deprecated" : false, "input" : { "variableName" : "deleteByteMatchSetRequest", "variableType" : "DeleteByteMatchSetRequest", "variableDeclarationType" : "DeleteByteMatchSetRequest", "documentation" : "", "simpleType" : "DeleteByteMatchSetRequest", "variableSetterType" : "DeleteByteMatchSetRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteByteMatchSetResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" }, { "exceptionName" : "WAFInvalidAccountException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.

" }, { "exceptionName" : "WAFNonexistentItemException", "documentation" : "

The operation failed because the referenced object doesn't exist.

" }, { "exceptionName" : "WAFReferencedItemException", "documentation" : "

The operation failed because you tried to delete an object that is still in use. For example:

  • You tried to delete a ByteMatchSet that is still referenced by a Rule.
  • You tried to delete a Rule that is still referenced by a WebACL.

" }, { "exceptionName" : "WAFStaleDataException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.

" }, { "exceptionName" : "WAFNonEmptyEntityException", "documentation" : "

The operation failed because you tried to delete an object that isn't empty. For example:

  • You tried to delete a WebACL that still contains one or more Rule objects.
  • You tried to delete a Rule that still contains one or more ByteMatchSet objects or other predicates.
  • You tried to delete a ByteMatchSet that contains one or more ByteMatchTuple objects.
  • You tried to delete an IPSet that references one or more IP addresses.
" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteByteMatchSetResult", "asyncReturnType" : "DeleteByteMatchSetResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteByteMatchSet" }, "DeleteIPSet" : { "documentation" : "

Permanently deletes an IPSet. You can't delete an IPSet if it's still used in any Rules or if it still includes any IP addresses.

If you just want to remove an IPSet from a Rule, use UpdateRule.

To permanently delete an IPSet from AWS WAF, perform the following steps:

  1. Update the IPSet to remove IP address ranges, if any. For more information, see UpdateIPSet.
  2. Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a DeleteIPSet request.
  3. Submit a DeleteIPSet request.
", "operationName" : "DeleteIPSet", "deprecated" : false, "input" : { "variableName" : "deleteIPSetRequest", "variableType" : "DeleteIPSetRequest", "variableDeclarationType" : "DeleteIPSetRequest", "documentation" : "", "simpleType" : "DeleteIPSetRequest", "variableSetterType" : "DeleteIPSetRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteIPSetResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "WAFStaleDataException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.

" }, { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" }, { "exceptionName" : "WAFInvalidAccountException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.

" }, { "exceptionName" : "WAFNonexistentItemException", "documentation" : "

The operation failed because the referenced object doesn't exist.

" }, { "exceptionName" : "WAFReferencedItemException", "documentation" : "

The operation failed because you tried to delete an object that is still in use. For example:

  • You tried to delete a ByteMatchSet that is still referenced by a Rule.
  • You tried to delete a Rule that is still referenced by a WebACL.

" }, { "exceptionName" : "WAFNonEmptyEntityException", "documentation" : "

The operation failed because you tried to delete an object that isn't empty. For example:

  • You tried to delete a WebACL that still contains one or more Rule objects.
  • You tried to delete a Rule that still contains one or more ByteMatchSet objects or other predicates.
  • You tried to delete a ByteMatchSet that contains one or more ByteMatchTuple objects.
  • You tried to delete an IPSet that references one or more IP addresses.
" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteIPSetResult", "asyncReturnType" : "DeleteIPSetResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteIPSet" }, "DeleteRule" : { "documentation" : "

Permanently deletes a Rule. You can't delete a Rule if it's still used in any WebACL objects or if it still includes any predicates, such as ByteMatchSet objects.

If you just want to remove a Rule from a WebACL, use UpdateWebACL.

To permanently delete a Rule from AWS WAF, perform the following steps:

  1. Update the Rule to remove predicates, if any. For more information, see UpdateRule.
  2. Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a DeleteRule request.
  3. Submit a DeleteRule request.
", "operationName" : "DeleteRule", "deprecated" : false, "input" : { "variableName" : "deleteRuleRequest", "variableType" : "DeleteRuleRequest", "variableDeclarationType" : "DeleteRuleRequest", "documentation" : "", "simpleType" : "DeleteRuleRequest", "variableSetterType" : "DeleteRuleRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteRuleResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "WAFStaleDataException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.

" }, { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" }, { "exceptionName" : "WAFInvalidAccountException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.

" }, { "exceptionName" : "WAFNonexistentItemException", "documentation" : "

The operation failed because the referenced object doesn't exist.

" }, { "exceptionName" : "WAFReferencedItemException", "documentation" : "

The operation failed because you tried to delete an object that is still in use. For example:

  • You tried to delete a ByteMatchSet that is still referenced by a Rule.
  • You tried to delete a Rule that is still referenced by a WebACL.

" }, { "exceptionName" : "WAFNonEmptyEntityException", "documentation" : "

The operation failed because you tried to delete an object that isn't empty. For example:

  • You tried to delete a WebACL that still contains one or more Rule objects.
  • You tried to delete a Rule that still contains one or more ByteMatchSet objects or other predicates.
  • You tried to delete a ByteMatchSet that contains one or more ByteMatchTuple objects.
  • You tried to delete an IPSet that references one or more IP addresses.
" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteRuleResult", "asyncReturnType" : "DeleteRuleResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteRule" }, "DeleteSizeConstraintSet" : { "documentation" : "

Permanently deletes a SizeConstraintSet. You can't delete a SizeConstraintSet if it's still used in any Rules or if it still includes any SizeConstraint objects (any filters).

If you just want to remove a SizeConstraintSet from a Rule, use UpdateRule.

To permanently delete a SizeConstraintSet, perform the following steps:

  1. Update the SizeConstraintSet to remove filters, if any. For more information, see UpdateSizeConstraintSet.
  2. Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a DeleteSizeConstraintSet request.
  3. Submit a DeleteSizeConstraintSet request.
", "operationName" : "DeleteSizeConstraintSet", "deprecated" : false, "input" : { "variableName" : "deleteSizeConstraintSetRequest", "variableType" : "DeleteSizeConstraintSetRequest", "variableDeclarationType" : "DeleteSizeConstraintSetRequest", "documentation" : "", "simpleType" : "DeleteSizeConstraintSetRequest", "variableSetterType" : "DeleteSizeConstraintSetRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteSizeConstraintSetResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "WAFStaleDataException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.

" }, { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" }, { "exceptionName" : "WAFInvalidAccountException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.

" }, { "exceptionName" : "WAFNonexistentItemException", "documentation" : "

The operation failed because the referenced object doesn't exist.

" }, { "exceptionName" : "WAFReferencedItemException", "documentation" : "

The operation failed because you tried to delete an object that is still in use. For example:

  • You tried to delete a ByteMatchSet that is still referenced by a Rule.
  • You tried to delete a Rule that is still referenced by a WebACL.

" }, { "exceptionName" : "WAFNonEmptyEntityException", "documentation" : "

The operation failed because you tried to delete an object that isn't empty. For example:

  • You tried to delete a WebACL that still contains one or more Rule objects.
  • You tried to delete a Rule that still contains one or more ByteMatchSet objects or other predicates.
  • You tried to delete a ByteMatchSet that contains one or more ByteMatchTuple objects.
  • You tried to delete an IPSet that references one or more IP addresses.
" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteSizeConstraintSetResult", "asyncReturnType" : "DeleteSizeConstraintSetResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteSizeConstraintSet" }, "DeleteSqlInjectionMatchSet" : { "documentation" : "

Permanently deletes a SqlInjectionMatchSet. You can't delete a SqlInjectionMatchSet if it's still used in any Rules or if it still contains any SqlInjectionMatchTuple objects.

If you just want to remove a SqlInjectionMatchSet from a Rule, use UpdateRule.

To permanently delete a SqlInjectionMatchSet from AWS WAF, perform the following steps:

  1. Update the SqlInjectionMatchSet to remove filters, if any. For more information, see UpdateSqlInjectionMatchSet.
  2. Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a DeleteSqlInjectionMatchSet request.
  3. Submit a DeleteSqlInjectionMatchSet request.
", "operationName" : "DeleteSqlInjectionMatchSet", "deprecated" : false, "input" : { "variableName" : "deleteSqlInjectionMatchSetRequest", "variableType" : "DeleteSqlInjectionMatchSetRequest", "variableDeclarationType" : "DeleteSqlInjectionMatchSetRequest", "documentation" : "

A request to delete a SqlInjectionMatchSet from AWS WAF.

", "simpleType" : "DeleteSqlInjectionMatchSetRequest", "variableSetterType" : "DeleteSqlInjectionMatchSetRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteSqlInjectionMatchSetResult", "documentation" : "

The response to a request to delete a SqlInjectionMatchSet from AWS WAF.

" }, "exceptions" : [ { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" }, { "exceptionName" : "WAFInvalidAccountException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.

" }, { "exceptionName" : "WAFNonexistentItemException", "documentation" : "

The operation failed because the referenced object doesn't exist.

" }, { "exceptionName" : "WAFReferencedItemException", "documentation" : "

The operation failed because you tried to delete an object that is still in use. For example:

  • You tried to delete a ByteMatchSet that is still referenced by a Rule.
  • You tried to delete a Rule that is still referenced by a WebACL.

" }, { "exceptionName" : "WAFStaleDataException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.

" }, { "exceptionName" : "WAFNonEmptyEntityException", "documentation" : "

The operation failed because you tried to delete an object that isn't empty. For example:

  • You tried to delete a WebACL that still contains one or more Rule objects.
  • You tried to delete a Rule that still contains one or more ByteMatchSet objects or other predicates.
  • You tried to delete a ByteMatchSet that contains one or more ByteMatchTuple objects.
  • You tried to delete an IPSet that references one or more IP addresses.
" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteSqlInjectionMatchSetResult", "asyncReturnType" : "DeleteSqlInjectionMatchSetResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteSqlInjectionMatchSet" }, "DeleteWebACL" : { "documentation" : "

Permanently deletes a WebACL. You can't delete a WebACL if it still contains any Rules.

To delete a WebACL, perform the following steps:

  1. Update the WebACL to remove Rules, if any. For more information, see UpdateWebACL.
  2. Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a DeleteWebACL request.
  3. Submit a DeleteWebACL request.
", "operationName" : "DeleteWebACL", "deprecated" : false, "input" : { "variableName" : "deleteWebACLRequest", "variableType" : "DeleteWebACLRequest", "variableDeclarationType" : "DeleteWebACLRequest", "documentation" : "", "simpleType" : "DeleteWebACLRequest", "variableSetterType" : "DeleteWebACLRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteWebACLResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "WAFStaleDataException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.

" }, { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" }, { "exceptionName" : "WAFInvalidAccountException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.

" }, { "exceptionName" : "WAFNonexistentItemException", "documentation" : "

The operation failed because the referenced object doesn't exist.

" }, { "exceptionName" : "WAFReferencedItemException", "documentation" : "

The operation failed because you tried to delete an object that is still in use. For example:

  • You tried to delete a ByteMatchSet that is still referenced by a Rule.
  • You tried to delete a Rule that is still referenced by a WebACL.

" }, { "exceptionName" : "WAFNonEmptyEntityException", "documentation" : "

The operation failed because you tried to delete an object that isn't empty. For example:

  • You tried to delete a WebACL that still contains one or more Rule objects.
  • You tried to delete a Rule that still contains one or more ByteMatchSet objects or other predicates.
  • You tried to delete a ByteMatchSet that contains one or more ByteMatchTuple objects.
  • You tried to delete an IPSet that references one or more IP addresses.
" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteWebACLResult", "asyncReturnType" : "DeleteWebACLResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteWebACL" }, "DeleteXssMatchSet" : { "documentation" : "

Permanently deletes an XssMatchSet. You can't delete an XssMatchSet if it's still used in any Rules or if it still contains any XssMatchTuple objects.

If you just want to remove an XssMatchSet from a Rule, use UpdateRule.

To permanently delete an XssMatchSet from AWS WAF, perform the following steps:

  1. Update the XssMatchSet to remove filters, if any. For more information, see UpdateXssMatchSet.
  2. Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a DeleteXssMatchSet request.
  3. Submit a DeleteXssMatchSet request.
", "operationName" : "DeleteXssMatchSet", "deprecated" : false, "input" : { "variableName" : "deleteXssMatchSetRequest", "variableType" : "DeleteXssMatchSetRequest", "variableDeclarationType" : "DeleteXssMatchSetRequest", "documentation" : "

A request to delete an XssMatchSet from AWS WAF.

", "simpleType" : "DeleteXssMatchSetRequest", "variableSetterType" : "DeleteXssMatchSetRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteXssMatchSetResult", "documentation" : "

The response to a request to delete an XssMatchSet from AWS WAF.

" }, "exceptions" : [ { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" }, { "exceptionName" : "WAFInvalidAccountException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.

" }, { "exceptionName" : "WAFNonexistentItemException", "documentation" : "

The operation failed because the referenced object doesn't exist.

" }, { "exceptionName" : "WAFReferencedItemException", "documentation" : "

The operation failed because you tried to delete an object that is still in use. For example:

  • You tried to delete a ByteMatchSet that is still referenced by a Rule.
  • You tried to delete a Rule that is still referenced by a WebACL.

" }, { "exceptionName" : "WAFStaleDataException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.

" }, { "exceptionName" : "WAFNonEmptyEntityException", "documentation" : "

The operation failed because you tried to delete an object that isn't empty. For example:

  • You tried to delete a WebACL that still contains one or more Rule objects.
  • You tried to delete a Rule that still contains one or more ByteMatchSet objects or other predicates.
  • You tried to delete a ByteMatchSet that contains one or more ByteMatchTuple objects.
  • You tried to delete an IPSet that references one or more IP addresses.
" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteXssMatchSetResult", "asyncReturnType" : "DeleteXssMatchSetResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteXssMatchSet" }, "GetByteMatchSet" : { "documentation" : "

Returns the ByteMatchSet specified by ByteMatchSetId.

", "operationName" : "GetByteMatchSet", "deprecated" : false, "input" : { "variableName" : "getByteMatchSetRequest", "variableType" : "GetByteMatchSetRequest", "variableDeclarationType" : "GetByteMatchSetRequest", "documentation" : "", "simpleType" : "GetByteMatchSetRequest", "variableSetterType" : "GetByteMatchSetRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetByteMatchSetResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" }, { "exceptionName" : "WAFInvalidAccountException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.

" }, { "exceptionName" : "WAFNonexistentItemException", "documentation" : "

The operation failed because the referenced object doesn't exist.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetByteMatchSetResult", "asyncReturnType" : "GetByteMatchSetResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getByteMatchSet" }, "GetChangeToken" : { "documentation" : "

When you want to create, update, or delete AWS WAF objects, get a change token and include the change token in the create, update, or delete request. Change tokens ensure that your application doesn't submit conflicting requests to AWS WAF.

Each create, update, or delete request must use a unique change token. If your application submits a GetChangeToken request and then submits a second GetChangeToken request before submitting a create, update, or delete request, the second GetChangeToken request returns the same value as the first GetChangeToken request.

When you use a change token in a create, update, or delete request, the status of the change token changes to PENDING, which indicates that AWS WAF is propagating the change to all AWS WAF servers. Use GetChangeTokenStatus to determine the status of your change token.

", "operationName" : "GetChangeToken", "deprecated" : false, "input" : { "variableName" : "getChangeTokenRequest", "variableType" : "GetChangeTokenRequest", "variableDeclarationType" : "GetChangeTokenRequest", "documentation" : "", "simpleType" : "GetChangeTokenRequest", "variableSetterType" : "GetChangeTokenRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetChangeTokenResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetChangeTokenResult", "asyncReturnType" : "GetChangeTokenResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getChangeToken" }, "GetChangeTokenStatus" : { "documentation" : "

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.
", "operationName" : "GetChangeTokenStatus", "deprecated" : false, "input" : { "variableName" : "getChangeTokenStatusRequest", "variableType" : "GetChangeTokenStatusRequest", "variableDeclarationType" : "GetChangeTokenStatusRequest", "documentation" : "", "simpleType" : "GetChangeTokenStatusRequest", "variableSetterType" : "GetChangeTokenStatusRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetChangeTokenStatusResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "WAFNonexistentItemException", "documentation" : "

The operation failed because the referenced object doesn't exist.

" }, { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetChangeTokenStatusResult", "asyncReturnType" : "GetChangeTokenStatusResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getChangeTokenStatus" }, "GetIPSet" : { "documentation" : "

Returns the IPSet that is specified by IPSetId.

", "operationName" : "GetIPSet", "deprecated" : false, "input" : { "variableName" : "getIPSetRequest", "variableType" : "GetIPSetRequest", "variableDeclarationType" : "GetIPSetRequest", "documentation" : "", "simpleType" : "GetIPSetRequest", "variableSetterType" : "GetIPSetRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetIPSetResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" }, { "exceptionName" : "WAFInvalidAccountException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.

" }, { "exceptionName" : "WAFNonexistentItemException", "documentation" : "

The operation failed because the referenced object doesn't exist.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetIPSetResult", "asyncReturnType" : "GetIPSetResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getIPSet" }, "GetRule" : { "documentation" : "

Returns the Rule that is specified by the RuleId that you included in the GetRule request.

", "operationName" : "GetRule", "deprecated" : false, "input" : { "variableName" : "getRuleRequest", "variableType" : "GetRuleRequest", "variableDeclarationType" : "GetRuleRequest", "documentation" : "", "simpleType" : "GetRuleRequest", "variableSetterType" : "GetRuleRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetRuleResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" }, { "exceptionName" : "WAFInvalidAccountException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.

" }, { "exceptionName" : "WAFNonexistentItemException", "documentation" : "

The operation failed because the referenced object doesn't exist.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetRuleResult", "asyncReturnType" : "GetRuleResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getRule" }, "GetSampledRequests" : { "documentation" : "

Gets detailed information about a specified number of requests--a sample--that AWS WAF randomly selects from among the first 5,000 requests that your AWS resource received during a time range that you choose. You can specify a sample size of up to 100 requests, and you can specify any time range in the previous three hours.

GetSampledRequests returns a time range, which is usually the time range that you specified. However, if your resource (such as a CloudFront distribution) received 5,000 requests before the specified time range elapsed, GetSampledRequests returns an updated time range. This new time range indicates the actual period during which AWS WAF selected the requests in the sample.

", "operationName" : "GetSampledRequests", "deprecated" : false, "input" : { "variableName" : "getSampledRequestsRequest", "variableType" : "GetSampledRequestsRequest", "variableDeclarationType" : "GetSampledRequestsRequest", "documentation" : "", "simpleType" : "GetSampledRequestsRequest", "variableSetterType" : "GetSampledRequestsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetSampledRequestsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "WAFNonexistentItemException", "documentation" : "

The operation failed because the referenced object doesn't exist.

" }, { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetSampledRequestsResult", "asyncReturnType" : "GetSampledRequestsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getSampledRequests" }, "GetSizeConstraintSet" : { "documentation" : "

Returns the SizeConstraintSet specified by SizeConstraintSetId.

", "operationName" : "GetSizeConstraintSet", "deprecated" : false, "input" : { "variableName" : "getSizeConstraintSetRequest", "variableType" : "GetSizeConstraintSetRequest", "variableDeclarationType" : "GetSizeConstraintSetRequest", "documentation" : "", "simpleType" : "GetSizeConstraintSetRequest", "variableSetterType" : "GetSizeConstraintSetRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetSizeConstraintSetResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" }, { "exceptionName" : "WAFInvalidAccountException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.

" }, { "exceptionName" : "WAFNonexistentItemException", "documentation" : "

The operation failed because the referenced object doesn't exist.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetSizeConstraintSetResult", "asyncReturnType" : "GetSizeConstraintSetResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getSizeConstraintSet" }, "GetSqlInjectionMatchSet" : { "documentation" : "

Returns the SqlInjectionMatchSet that is specified by SqlInjectionMatchSetId.

", "operationName" : "GetSqlInjectionMatchSet", "deprecated" : false, "input" : { "variableName" : "getSqlInjectionMatchSetRequest", "variableType" : "GetSqlInjectionMatchSetRequest", "variableDeclarationType" : "GetSqlInjectionMatchSetRequest", "documentation" : "

A request to get a SqlInjectionMatchSet.

", "simpleType" : "GetSqlInjectionMatchSetRequest", "variableSetterType" : "GetSqlInjectionMatchSetRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetSqlInjectionMatchSetResult", "documentation" : "

The response to a GetSqlInjectionMatchSet request.

" }, "exceptions" : [ { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" }, { "exceptionName" : "WAFInvalidAccountException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.

" }, { "exceptionName" : "WAFNonexistentItemException", "documentation" : "

The operation failed because the referenced object doesn't exist.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetSqlInjectionMatchSetResult", "asyncReturnType" : "GetSqlInjectionMatchSetResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getSqlInjectionMatchSet" }, "GetWebACL" : { "documentation" : "

Returns the WebACL that is specified by WebACLId.

", "operationName" : "GetWebACL", "deprecated" : false, "input" : { "variableName" : "getWebACLRequest", "variableType" : "GetWebACLRequest", "variableDeclarationType" : "GetWebACLRequest", "documentation" : "", "simpleType" : "GetWebACLRequest", "variableSetterType" : "GetWebACLRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetWebACLResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" }, { "exceptionName" : "WAFInvalidAccountException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.

" }, { "exceptionName" : "WAFNonexistentItemException", "documentation" : "

The operation failed because the referenced object doesn't exist.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetWebACLResult", "asyncReturnType" : "GetWebACLResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getWebACL" }, "GetXssMatchSet" : { "documentation" : "

Returns the XssMatchSet that is specified by XssMatchSetId.

", "operationName" : "GetXssMatchSet", "deprecated" : false, "input" : { "variableName" : "getXssMatchSetRequest", "variableType" : "GetXssMatchSetRequest", "variableDeclarationType" : "GetXssMatchSetRequest", "documentation" : "

A request to get an XssMatchSet.

", "simpleType" : "GetXssMatchSetRequest", "variableSetterType" : "GetXssMatchSetRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetXssMatchSetResult", "documentation" : "

The response to a GetXssMatchSet request.

" }, "exceptions" : [ { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" }, { "exceptionName" : "WAFInvalidAccountException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.

" }, { "exceptionName" : "WAFNonexistentItemException", "documentation" : "

The operation failed because the referenced object doesn't exist.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetXssMatchSetResult", "asyncReturnType" : "GetXssMatchSetResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getXssMatchSet" }, "ListByteMatchSets" : { "documentation" : "

Returns an array of ByteMatchSetSummary objects.

", "operationName" : "ListByteMatchSets", "deprecated" : false, "input" : { "variableName" : "listByteMatchSetsRequest", "variableType" : "ListByteMatchSetsRequest", "variableDeclarationType" : "ListByteMatchSetsRequest", "documentation" : "", "simpleType" : "ListByteMatchSetsRequest", "variableSetterType" : "ListByteMatchSetsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListByteMatchSetsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" }, { "exceptionName" : "WAFInvalidAccountException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ListByteMatchSetsResult", "asyncReturnType" : "ListByteMatchSetsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "listByteMatchSets" }, "ListIPSets" : { "documentation" : "

Returns an array of IPSetSummary objects in the response.

", "operationName" : "ListIPSets", "deprecated" : false, "input" : { "variableName" : "listIPSetsRequest", "variableType" : "ListIPSetsRequest", "variableDeclarationType" : "ListIPSetsRequest", "documentation" : "", "simpleType" : "ListIPSetsRequest", "variableSetterType" : "ListIPSetsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListIPSetsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" }, { "exceptionName" : "WAFInvalidAccountException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ListIPSetsResult", "asyncReturnType" : "ListIPSetsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "listIPSets" }, "ListRules" : { "documentation" : "

Returns an array of RuleSummary objects.

", "operationName" : "ListRules", "deprecated" : false, "input" : { "variableName" : "listRulesRequest", "variableType" : "ListRulesRequest", "variableDeclarationType" : "ListRulesRequest", "documentation" : "", "simpleType" : "ListRulesRequest", "variableSetterType" : "ListRulesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListRulesResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" }, { "exceptionName" : "WAFInvalidAccountException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ListRulesResult", "asyncReturnType" : "ListRulesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "listRules" }, "ListSizeConstraintSets" : { "documentation" : "

Returns an array of SizeConstraintSetSummary objects.

", "operationName" : "ListSizeConstraintSets", "deprecated" : false, "input" : { "variableName" : "listSizeConstraintSetsRequest", "variableType" : "ListSizeConstraintSetsRequest", "variableDeclarationType" : "ListSizeConstraintSetsRequest", "documentation" : "", "simpleType" : "ListSizeConstraintSetsRequest", "variableSetterType" : "ListSizeConstraintSetsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListSizeConstraintSetsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" }, { "exceptionName" : "WAFInvalidAccountException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ListSizeConstraintSetsResult", "asyncReturnType" : "ListSizeConstraintSetsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "listSizeConstraintSets" }, "ListSqlInjectionMatchSets" : { "documentation" : "

Returns an array of SqlInjectionMatchSet objects.

", "operationName" : "ListSqlInjectionMatchSets", "deprecated" : false, "input" : { "variableName" : "listSqlInjectionMatchSetsRequest", "variableType" : "ListSqlInjectionMatchSetsRequest", "variableDeclarationType" : "ListSqlInjectionMatchSetsRequest", "documentation" : "

A request to list the SqlInjectionMatchSet objects created by the current AWS account.

", "simpleType" : "ListSqlInjectionMatchSetsRequest", "variableSetterType" : "ListSqlInjectionMatchSetsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListSqlInjectionMatchSetsResult", "documentation" : "

The response to a ListSqlInjectionMatchSets request.

" }, "exceptions" : [ { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" }, { "exceptionName" : "WAFInvalidAccountException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ListSqlInjectionMatchSetsResult", "asyncReturnType" : "ListSqlInjectionMatchSetsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "listSqlInjectionMatchSets" }, "ListWebACLs" : { "documentation" : "

Returns an array of WebACLSummary objects in the response.

", "operationName" : "ListWebACLs", "deprecated" : false, "input" : { "variableName" : "listWebACLsRequest", "variableType" : "ListWebACLsRequest", "variableDeclarationType" : "ListWebACLsRequest", "documentation" : "", "simpleType" : "ListWebACLsRequest", "variableSetterType" : "ListWebACLsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListWebACLsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" }, { "exceptionName" : "WAFInvalidAccountException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ListWebACLsResult", "asyncReturnType" : "ListWebACLsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "listWebACLs" }, "ListXssMatchSets" : { "documentation" : "

Returns an array of XssMatchSet objects.

", "operationName" : "ListXssMatchSets", "deprecated" : false, "input" : { "variableName" : "listXssMatchSetsRequest", "variableType" : "ListXssMatchSetsRequest", "variableDeclarationType" : "ListXssMatchSetsRequest", "documentation" : "

A request to list the XssMatchSet objects created by the current AWS account.

", "simpleType" : "ListXssMatchSetsRequest", "variableSetterType" : "ListXssMatchSetsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListXssMatchSetsResult", "documentation" : "

The response to a ListXssMatchSets request.

" }, "exceptions" : [ { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" }, { "exceptionName" : "WAFInvalidAccountException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ListXssMatchSetsResult", "asyncReturnType" : "ListXssMatchSetsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "listXssMatchSets" }, "UpdateByteMatchSet" : { "documentation" : "

Inserts or deletes ByteMatchTuple objects (filters) in a ByteMatchSet. For each ByteMatchTuple object, you specify the following values:

  • Whether to insert or delete the object from the array. If you want to change a ByteMatchSetUpdate object, you delete the existing object and add a new one.
  • The part of a web request that you want AWS WAF to inspect, such as a query string or the value of the User-Agent header.
  • The bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to look for. For more information, including how you specify the values for the AWS WAF API and the AWS CLI or SDKs, see TargetString in the ByteMatchTuple data type.
  • Where to look, such as at the beginning or the end of a query string.
  • Whether to perform any conversions on the request, such as converting it to lowercase, before inspecting it for the specified string.

For example, you can add a ByteMatchSetUpdate object that matches web requests in which User-Agent headers contain the string BadBot. You can then configure AWS WAF to block those requests.

To create and configure a ByteMatchSet, perform the following steps:

  1. Create a ByteMatchSet. For more information, see CreateByteMatchSet.
  2. Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateByteMatchSet request.
  3. Submit an UpdateByteMatchSet request to specify the part of the request that you want AWS WAF to inspect (for example, the header or the URI) and the value that you want AWS WAF to watch for.

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.

", "operationName" : "UpdateByteMatchSet", "deprecated" : false, "input" : { "variableName" : "updateByteMatchSetRequest", "variableType" : "UpdateByteMatchSetRequest", "variableDeclarationType" : "UpdateByteMatchSetRequest", "documentation" : "", "simpleType" : "UpdateByteMatchSetRequest", "variableSetterType" : "UpdateByteMatchSetRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateByteMatchSetResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" }, { "exceptionName" : "WAFInvalidAccountException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.

" }, { "exceptionName" : "WAFInvalidOperationException", "documentation" : "

The operation failed because there was nothing to do. For example:

  • You tried to remove a Rule from a WebACL, but the Rule isn't in the specified WebACL.
  • You tried to remove an IP address from an IPSet, but the IP address isn't in the specified IPSet.
  • You tried to remove a ByteMatchTuple from a ByteMatchSet, but the ByteMatchTuple isn't in the specified WebACL.
  • You tried to add a Rule to a WebACL, but the Rule already exists in the specified WebACL.
  • You tried to add an IP address to an IPSet, but the IP address already exists in the specified IPSet.
  • You tried to add a ByteMatchTuple to a ByteMatchSet, but the ByteMatchTuple already exists in the specified WebACL.
" }, { "exceptionName" : "WAFInvalidParameterException", "documentation" : "

The operation failed because AWS WAF didn't recognize a parameter in the request. For example:

  • You specified an invalid parameter name.
  • You specified an invalid value.
  • You tried to update an object (ByteMatchSet, IPSet, Rule, or WebACL) using an action other than INSERT or DELETE.
  • You tried to create a WebACL with a DefaultAction Type other than ALLOW, BLOCK, or COUNT.
  • You tried to update a WebACL with a WafAction Type other than ALLOW, BLOCK, or COUNT.
  • You tried to update a ByteMatchSet with a FieldToMatch Type other than HEADER, QUERY_STRING, or URI.
  • You tried to update a ByteMatchSet with a Field of HEADER but no value for Data.
" }, { "exceptionName" : "WAFNonexistentContainerException", "documentation" : "

The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:

  • You tried to add a Rule to or delete a Rule from a WebACL that doesn't exist.
  • You tried to add a ByteMatchSet to or delete a ByteMatchSet from a Rule that doesn't exist.
  • You tried to add an IP address to or delete an IP address from an IPSet that doesn't exist.
  • You tried to add a ByteMatchTuple to or delete a ByteMatchTuple from a ByteMatchSet that doesn't exist.
" }, { "exceptionName" : "WAFNonexistentItemException", "documentation" : "

The operation failed because the referenced object doesn't exist.

" }, { "exceptionName" : "WAFStaleDataException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.

" }, { "exceptionName" : "WAFLimitsExceededException", "documentation" : "

The operation exceeds a resource limit, for example, the maximum number of WebACL objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "UpdateByteMatchSetResult", "asyncReturnType" : "UpdateByteMatchSetResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "updateByteMatchSet" }, "UpdateIPSet" : { "documentation" : "

Inserts or deletes IPSetDescriptor objects in an IPSet. For each IPSetDescriptor object, you specify the following values:

  • Whether to insert or delete the object from the array. If you want to change an IPSetDescriptor object, you delete the existing object and add a new one.
  • The IP address version, IPv4.
  • The IP address in CIDR notation, for example, 192.0.2.0/24 (for the range of IP addresses from 192.0.2.0 to 192.0.2.255) or 192.0.2.44/32 (for the individual IP address 192.0.2.44).

AWS WAF supports /8, /16, /24, and /32 IP address ranges. For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.

You use an IPSet to specify which web requests you want to allow or block based on the IP addresses that the requests originated from. For example, if you're receiving a lot of requests from one or a small number of IP addresses and you want to block the requests, you can create an IPSet that specifies those IP addresses, and then configure AWS WAF to block the requests.

To create and configure an IPSet, perform the following steps:

  1. Submit a CreateIPSet request.
  2. Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateIPSet request.
  3. Submit an UpdateIPSet request to specify the IP addresses that you want AWS WAF to watch for.

When you update an IPSet, you specify the IP addresses that you want to add and/or the IP addresses that you want to delete. If you want to change an IP address, you delete the existing IP address and add the new one.

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.

", "operationName" : "UpdateIPSet", "deprecated" : false, "input" : { "variableName" : "updateIPSetRequest", "variableType" : "UpdateIPSetRequest", "variableDeclarationType" : "UpdateIPSetRequest", "documentation" : "", "simpleType" : "UpdateIPSetRequest", "variableSetterType" : "UpdateIPSetRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateIPSetResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "WAFStaleDataException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.

" }, { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" }, { "exceptionName" : "WAFInvalidAccountException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.

" }, { "exceptionName" : "WAFInvalidOperationException", "documentation" : "

The operation failed because there was nothing to do. For example:

  • You tried to remove a Rule from a WebACL, but the Rule isn't in the specified WebACL.
  • You tried to remove an IP address from an IPSet, but the IP address isn't in the specified IPSet.
  • You tried to remove a ByteMatchTuple from a ByteMatchSet, but the ByteMatchTuple isn't in the specified WebACL.
  • You tried to add a Rule to a WebACL, but the Rule already exists in the specified WebACL.
  • You tried to add an IP address to an IPSet, but the IP address already exists in the specified IPSet.
  • You tried to add a ByteMatchTuple to a ByteMatchSet, but the ByteMatchTuple already exists in the specified WebACL.
" }, { "exceptionName" : "WAFInvalidParameterException", "documentation" : "

The operation failed because AWS WAF didn't recognize a parameter in the request. For example:

  • You specified an invalid parameter name.
  • You specified an invalid value.
  • You tried to update an object (ByteMatchSet, IPSet, Rule, or WebACL) using an action other than INSERT or DELETE.
  • You tried to create a WebACL with a DefaultAction Type other than ALLOW, BLOCK, or COUNT.
  • You tried to update a WebACL with a WafAction Type other than ALLOW, BLOCK, or COUNT.
  • You tried to update a ByteMatchSet with a FieldToMatch Type other than HEADER, QUERY_STRING, or URI.
  • You tried to update a ByteMatchSet with a Field of HEADER but no value for Data.
" }, { "exceptionName" : "WAFNonexistentContainerException", "documentation" : "

The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:

  • You tried to add a Rule to or delete a Rule from a WebACL that doesn't exist.
  • You tried to add a ByteMatchSet to or delete a ByteMatchSet from a Rule that doesn't exist.
  • You tried to add an IP address to or delete an IP address from an IPSet that doesn't exist.
  • You tried to add a ByteMatchTuple to or delete a ByteMatchTuple from a ByteMatchSet that doesn't exist.
" }, { "exceptionName" : "WAFNonexistentItemException", "documentation" : "

The operation failed because the referenced object doesn't exist.

" }, { "exceptionName" : "WAFReferencedItemException", "documentation" : "

The operation failed because you tried to delete an object that is still in use. For example:

  • You tried to delete a ByteMatchSet that is still referenced by a Rule.
  • You tried to delete a Rule that is still referenced by a WebACL.

" }, { "exceptionName" : "WAFLimitsExceededException", "documentation" : "

The operation exceeds a resource limit, for example, the maximum number of WebACL objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "UpdateIPSetResult", "asyncReturnType" : "UpdateIPSetResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "updateIPSet" }, "UpdateRule" : { "documentation" : "

Inserts or deletes Predicate objects in a Rule. Each Predicate object identifies a predicate, such as a ByteMatchSet or an IPSet, that specifies the web requests that you want to allow, block, or count. If you add more than one predicate to a Rule, a request must match all of the specifications to be allowed, blocked, or counted. For example, suppose you add the following to a Rule:

  • A ByteMatchSet that matches the value BadBot in the User-Agent header
  • An IPSet that matches the IP address 192.0.2.44

You then add the Rule to a WebACL and specify that you want to block requests that satisfy the Rule. For a request to be blocked, the User-Agent header in the request must contain the value BadBot and the request must originate from the IP address 192.0.2.44.

To create and configure a Rule, perform the following steps:

  1. Create and update the predicates that you want to include in the Rule.
  2. Create the Rule. See CreateRule.
  3. Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateRule request.
  4. Submit an UpdateRule request to add predicates to the Rule.
  5. Create and update a WebACL that contains the Rule. See CreateWebACL.

If you want to replace one ByteMatchSet or IPSet with another, you delete the existing one and add the new one.

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.

", "operationName" : "UpdateRule", "deprecated" : false, "input" : { "variableName" : "updateRuleRequest", "variableType" : "UpdateRuleRequest", "variableDeclarationType" : "UpdateRuleRequest", "documentation" : "", "simpleType" : "UpdateRuleRequest", "variableSetterType" : "UpdateRuleRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateRuleResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "WAFStaleDataException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.

" }, { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" }, { "exceptionName" : "WAFInvalidAccountException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.

" }, { "exceptionName" : "WAFInvalidOperationException", "documentation" : "

The operation failed because there was nothing to do. For example:

  • You tried to remove a Rule from a WebACL, but the Rule isn't in the specified WebACL.
  • You tried to remove an IP address from an IPSet, but the IP address isn't in the specified IPSet.
  • You tried to remove a ByteMatchTuple from a ByteMatchSet, but the ByteMatchTuple isn't in the specified WebACL.
  • You tried to add a Rule to a WebACL, but the Rule already exists in the specified WebACL.
  • You tried to add an IP address to an IPSet, but the IP address already exists in the specified IPSet.
  • You tried to add a ByteMatchTuple to a ByteMatchSet, but the ByteMatchTuple already exists in the specified WebACL.
" }, { "exceptionName" : "WAFInvalidParameterException", "documentation" : "

The operation failed because AWS WAF didn't recognize a parameter in the request. For example:

  • You specified an invalid parameter name.
  • You specified an invalid value.
  • You tried to update an object (ByteMatchSet, IPSet, Rule, or WebACL) using an action other than INSERT or DELETE.
  • You tried to create a WebACL with a DefaultAction Type other than ALLOW, BLOCK, or COUNT.
  • You tried to update a WebACL with a WafAction Type other than ALLOW, BLOCK, or COUNT.
  • You tried to update a ByteMatchSet with a FieldToMatch Type other than HEADER, QUERY_STRING, or URI.
  • You tried to update a ByteMatchSet with a Field of HEADER but no value for Data.
" }, { "exceptionName" : "WAFNonexistentContainerException", "documentation" : "

The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:

  • You tried to add a Rule to or delete a Rule from a WebACL that doesn't exist.
  • You tried to add a ByteMatchSet to or delete a ByteMatchSet from a Rule that doesn't exist.
  • You tried to add an IP address to or delete an IP address from an IPSet that doesn't exist.
  • You tried to add a ByteMatchTuple to or delete a ByteMatchTuple from a ByteMatchSet that doesn't exist.
" }, { "exceptionName" : "WAFNonexistentItemException", "documentation" : "

The operation failed because the referenced object doesn't exist.

" }, { "exceptionName" : "WAFReferencedItemException", "documentation" : "

The operation failed because you tried to delete an object that is still in use. For example:

  • You tried to delete a ByteMatchSet that is still referenced by a Rule.
  • You tried to delete a Rule that is still referenced by a WebACL.

" }, { "exceptionName" : "WAFLimitsExceededException", "documentation" : "

The operation exceeds a resource limit, for example, the maximum number of WebACL objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "UpdateRuleResult", "asyncReturnType" : "UpdateRuleResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "updateRule" }, "UpdateSizeConstraintSet" : { "documentation" : "

Inserts or deletes SizeConstraint objects (filters) in a SizeConstraintSet. For each SizeConstraint object, you specify the following values:

  • Whether to insert or delete the object from the array. If you want to change a SizeConstraintSetUpdate object, you delete the existing object and add a new one.
  • The part of a web request that you want AWS WAF to evaluate, such as the length of a query string or the length of the User-Agent header.
  • Whether to perform any transformations on the request, such as converting it to lowercase, before checking its length. Note that transformations of the request body are not supported because the AWS resource forwards only the first 8192 bytes of your request to AWS WAF.
  • A ComparisonOperator used for evaluating the selected part of the request against the specified Size, such as equals, greater than, less than, and so on.
  • The length, in bytes, that you want AWS WAF to watch for in selected part of the request. The length is computed after applying the transformation.

For example, you can add a SizeConstraintSetUpdate object that matches web requests in which the length of the User-Agent header is greater than 100 bytes. You can then configure AWS WAF to block those requests.

To create and configure a SizeConstraintSet, perform the following steps:

  1. Create a SizeConstraintSet. For more information, see CreateSizeConstraintSet.
  2. Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateSizeConstraintSet request.
  3. Submit an UpdateSizeConstraintSet request to specify the part of the request that you want AWS WAF to inspect (for example, the header or the URI) and the value that you want AWS WAF to watch for.

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.

", "operationName" : "UpdateSizeConstraintSet", "deprecated" : false, "input" : { "variableName" : "updateSizeConstraintSetRequest", "variableType" : "UpdateSizeConstraintSetRequest", "variableDeclarationType" : "UpdateSizeConstraintSetRequest", "documentation" : "", "simpleType" : "UpdateSizeConstraintSetRequest", "variableSetterType" : "UpdateSizeConstraintSetRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateSizeConstraintSetResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "WAFStaleDataException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.

" }, { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" }, { "exceptionName" : "WAFInvalidAccountException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.

" }, { "exceptionName" : "WAFInvalidOperationException", "documentation" : "

The operation failed because there was nothing to do. For example:

  • You tried to remove a Rule from a WebACL, but the Rule isn't in the specified WebACL.
  • You tried to remove an IP address from an IPSet, but the IP address isn't in the specified IPSet.
  • You tried to remove a ByteMatchTuple from a ByteMatchSet, but the ByteMatchTuple isn't in the specified WebACL.
  • You tried to add a Rule to a WebACL, but the Rule already exists in the specified WebACL.
  • You tried to add an IP address to an IPSet, but the IP address already exists in the specified IPSet.
  • You tried to add a ByteMatchTuple to a ByteMatchSet, but the ByteMatchTuple already exists in the specified WebACL.
" }, { "exceptionName" : "WAFInvalidParameterException", "documentation" : "

The operation failed because AWS WAF didn't recognize a parameter in the request. For example:

  • You specified an invalid parameter name.
  • You specified an invalid value.
  • You tried to update an object (ByteMatchSet, IPSet, Rule, or WebACL) using an action other than INSERT or DELETE.
  • You tried to create a WebACL with a DefaultAction Type other than ALLOW, BLOCK, or COUNT.
  • You tried to update a WebACL with a WafAction Type other than ALLOW, BLOCK, or COUNT.
  • You tried to update a ByteMatchSet with a FieldToMatch Type other than HEADER, QUERY_STRING, or URI.
  • You tried to update a ByteMatchSet with a Field of HEADER but no value for Data.
" }, { "exceptionName" : "WAFNonexistentContainerException", "documentation" : "

The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:

  • You tried to add a Rule to or delete a Rule from a WebACL that doesn't exist.
  • You tried to add a ByteMatchSet to or delete a ByteMatchSet from a Rule that doesn't exist.
  • You tried to add an IP address to or delete an IP address from an IPSet that doesn't exist.
  • You tried to add a ByteMatchTuple to or delete a ByteMatchTuple from a ByteMatchSet that doesn't exist.
" }, { "exceptionName" : "WAFNonexistentItemException", "documentation" : "

The operation failed because the referenced object doesn't exist.

" }, { "exceptionName" : "WAFReferencedItemException", "documentation" : "

The operation failed because you tried to delete an object that is still in use. For example:

  • You tried to delete a ByteMatchSet that is still referenced by a Rule.
  • You tried to delete a Rule that is still referenced by a WebACL.

" }, { "exceptionName" : "WAFLimitsExceededException", "documentation" : "

The operation exceeds a resource limit, for example, the maximum number of WebACL objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "UpdateSizeConstraintSetResult", "asyncReturnType" : "UpdateSizeConstraintSetResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "updateSizeConstraintSet" }, "UpdateSqlInjectionMatchSet" : { "documentation" : "

Inserts or deletes SqlInjectionMatchTuple objects (filters) in a SqlInjectionMatchSet. For each SqlInjectionMatchTuple object, you specify the following values:

  • Action: Whether to insert the object into or delete the object from the array. To change a SqlInjectionMatchTuple, you delete the existing object and add a new one.
  • FieldToMatch: The part of web requests that you want AWS WAF to inspect and, if you want AWS WAF to inspect a header, the name of the header.
  • TextTransformation: Which text transformation, if any, to perform on the web request before inspecting the request for snippets of malicious SQL code.

You use SqlInjectionMatchSet objects to specify which CloudFront requests you want to allow, block, or count. For example, if you're receiving requests that contain snippets of SQL code in the query string and you want to block the requests, you can create a SqlInjectionMatchSet with the applicable settings, and then configure AWS WAF to block the requests.

To create and configure a SqlInjectionMatchSet, perform the following steps:

  1. Submit a CreateSqlInjectionMatchSet request.
  2. Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateIPSet request.
  3. Submit an UpdateSqlInjectionMatchSet request to specify the parts of web requests that you want AWS WAF to inspect for snippets of SQL code.

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.

", "operationName" : "UpdateSqlInjectionMatchSet", "deprecated" : false, "input" : { "variableName" : "updateSqlInjectionMatchSetRequest", "variableType" : "UpdateSqlInjectionMatchSetRequest", "variableDeclarationType" : "UpdateSqlInjectionMatchSetRequest", "documentation" : "

A request to update a SqlInjectionMatchSet.

", "simpleType" : "UpdateSqlInjectionMatchSetRequest", "variableSetterType" : "UpdateSqlInjectionMatchSetRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateSqlInjectionMatchSetResult", "documentation" : "

The response to an UpdateSqlInjectionMatchSets request.

" }, "exceptions" : [ { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" }, { "exceptionName" : "WAFInvalidAccountException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.

" }, { "exceptionName" : "WAFInvalidOperationException", "documentation" : "

The operation failed because there was nothing to do. For example:

  • You tried to remove a Rule from a WebACL, but the Rule isn't in the specified WebACL.
  • You tried to remove an IP address from an IPSet, but the IP address isn't in the specified IPSet.
  • You tried to remove a ByteMatchTuple from a ByteMatchSet, but the ByteMatchTuple isn't in the specified WebACL.
  • You tried to add a Rule to a WebACL, but the Rule already exists in the specified WebACL.
  • You tried to add an IP address to an IPSet, but the IP address already exists in the specified IPSet.
  • You tried to add a ByteMatchTuple to a ByteMatchSet, but the ByteMatchTuple already exists in the specified WebACL.
" }, { "exceptionName" : "WAFInvalidParameterException", "documentation" : "

The operation failed because AWS WAF didn't recognize a parameter in the request. For example:

  • You specified an invalid parameter name.
  • You specified an invalid value.
  • You tried to update an object (ByteMatchSet, IPSet, Rule, or WebACL) using an action other than INSERT or DELETE.
  • You tried to create a WebACL with a DefaultAction Type other than ALLOW, BLOCK, or COUNT.
  • You tried to update a WebACL with a WafAction Type other than ALLOW, BLOCK, or COUNT.
  • You tried to update a ByteMatchSet with a FieldToMatch Type other than HEADER, QUERY_STRING, or URI.
  • You tried to update a ByteMatchSet with a Field of HEADER but no value for Data.
" }, { "exceptionName" : "WAFNonexistentContainerException", "documentation" : "

The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:

  • You tried to add a Rule to or delete a Rule from a WebACL that doesn't exist.
  • You tried to add a ByteMatchSet to or delete a ByteMatchSet from a Rule that doesn't exist.
  • You tried to add an IP address to or delete an IP address from an IPSet that doesn't exist.
  • You tried to add a ByteMatchTuple to or delete a ByteMatchTuple from a ByteMatchSet that doesn't exist.
" }, { "exceptionName" : "WAFNonexistentItemException", "documentation" : "

The operation failed because the referenced object doesn't exist.

" }, { "exceptionName" : "WAFStaleDataException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.

" }, { "exceptionName" : "WAFLimitsExceededException", "documentation" : "

The operation exceeds a resource limit, for example, the maximum number of WebACL objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "UpdateSqlInjectionMatchSetResult", "asyncReturnType" : "UpdateSqlInjectionMatchSetResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "updateSqlInjectionMatchSet" }, "UpdateWebACL" : { "documentation" : "

Inserts or deletes ActivatedRule objects in a WebACL. Each Rule identifies web requests that you want to allow, block, or count. When you update a WebACL, you specify the following values:

  • A default action for the WebACL, either ALLOW or BLOCK. AWS WAF performs the default action if a request doesn't match the criteria in any of the Rules in a WebACL.
  • The Rules that you want to add and/or delete. If you want to replace one Rule with another, you delete the existing Rule and add the new one.
  • For each Rule, whether you want AWS WAF to allow requests, block requests, or count requests that match the conditions in the Rule.
  • The order in which you want AWS WAF to evaluate the Rules in a WebACL. If you add more than one Rule to a WebACL, AWS WAF evaluates each request against the Rules in order based on the value of Priority. (The Rule that has the lowest value for Priority is evaluated first.) When a web request matches all of the predicates (such as ByteMatchSets and IPSets) in a Rule, AWS WAF immediately takes the corresponding action, allow or block, and doesn't evaluate the request against the remaining Rules in the WebACL, if any.
  • The CloudFront distribution that you want to associate with the WebACL.

To create and configure a WebACL, perform the following steps:

  1. Create and update the predicates that you want to include in Rules. For more information, see CreateByteMatchSet, UpdateByteMatchSet, CreateIPSet, UpdateIPSet, CreateSqlInjectionMatchSet, and UpdateSqlInjectionMatchSet.
  2. Create and update the Rules that you want to include in the WebACL. For more information, see CreateRule and UpdateRule.
  3. Create a WebACL. See CreateWebACL.
  4. Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateWebACL request.
  5. Submit an UpdateWebACL request to specify the Rules that you want to include in the WebACL, to specify the default action, and to associate the WebACL with a CloudFront distribution.

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.

", "operationName" : "UpdateWebACL", "deprecated" : false, "input" : { "variableName" : "updateWebACLRequest", "variableType" : "UpdateWebACLRequest", "variableDeclarationType" : "UpdateWebACLRequest", "documentation" : "", "simpleType" : "UpdateWebACLRequest", "variableSetterType" : "UpdateWebACLRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateWebACLResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "WAFStaleDataException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.

" }, { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" }, { "exceptionName" : "WAFInvalidAccountException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.

" }, { "exceptionName" : "WAFInvalidOperationException", "documentation" : "

The operation failed because there was nothing to do. For example:

  • You tried to remove a Rule from a WebACL, but the Rule isn't in the specified WebACL.
  • You tried to remove an IP address from an IPSet, but the IP address isn't in the specified IPSet.
  • You tried to remove a ByteMatchTuple from a ByteMatchSet, but the ByteMatchTuple isn't in the specified WebACL.
  • You tried to add a Rule to a WebACL, but the Rule already exists in the specified WebACL.
  • You tried to add an IP address to an IPSet, but the IP address already exists in the specified IPSet.
  • You tried to add a ByteMatchTuple to a ByteMatchSet, but the ByteMatchTuple already exists in the specified WebACL.
" }, { "exceptionName" : "WAFInvalidParameterException", "documentation" : "

The operation failed because AWS WAF didn't recognize a parameter in the request. For example:

  • You specified an invalid parameter name.
  • You specified an invalid value.
  • You tried to update an object (ByteMatchSet, IPSet, Rule, or WebACL) using an action other than INSERT or DELETE.
  • You tried to create a WebACL with a DefaultAction Type other than ALLOW, BLOCK, or COUNT.
  • You tried to update a WebACL with a WafAction Type other than ALLOW, BLOCK, or COUNT.
  • You tried to update a ByteMatchSet with a FieldToMatch Type other than HEADER, QUERY_STRING, or URI.
  • You tried to update a ByteMatchSet with a Field of HEADER but no value for Data.
" }, { "exceptionName" : "WAFNonexistentContainerException", "documentation" : "

The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:

  • You tried to add a Rule to or delete a Rule from a WebACL that doesn't exist.
  • You tried to add a ByteMatchSet to or delete a ByteMatchSet from a Rule that doesn't exist.
  • You tried to add an IP address to or delete an IP address from an IPSet that doesn't exist.
  • You tried to add a ByteMatchTuple to or delete a ByteMatchTuple from a ByteMatchSet that doesn't exist.
" }, { "exceptionName" : "WAFNonexistentItemException", "documentation" : "

The operation failed because the referenced object doesn't exist.

" }, { "exceptionName" : "WAFReferencedItemException", "documentation" : "

The operation failed because you tried to delete an object that is still in use. For example:

  • You tried to delete a ByteMatchSet that is still referenced by a Rule.
  • You tried to delete a Rule that is still referenced by a WebACL.

" }, { "exceptionName" : "WAFLimitsExceededException", "documentation" : "

The operation exceeds a resource limit, for example, the maximum number of WebACL objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "UpdateWebACLResult", "asyncReturnType" : "UpdateWebACLResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "updateWebACL" }, "UpdateXssMatchSet" : { "documentation" : "

Inserts or deletes XssMatchTuple objects (filters) in an XssMatchSet. For each XssMatchTuple object, you specify the following values:

  • Action: Whether to insert the object into or delete the object from the array. To change a XssMatchTuple, you delete the existing object and add a new one.
  • FieldToMatch: The part of web requests that you want AWS WAF to inspect and, if you want AWS WAF to inspect a header, the name of the header.
  • TextTransformation: Which text transformation, if any, to perform on the web request before inspecting the request for cross-site scripting attacks.

You use XssMatchSet objects to specify which CloudFront requests you want to allow, block, or count. For example, if you're receiving requests that contain cross-site scripting attacks in the request body and you want to block the requests, you can create an XssMatchSet with the applicable settings, and then configure AWS WAF to block the requests.

To create and configure an XssMatchSet, perform the following steps:

  1. Submit a CreateXssMatchSet request.
  2. Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateIPSet request.
  3. Submit an UpdateXssMatchSet request to specify the parts of web requests that you want AWS WAF to inspect for cross-site scripting attacks.

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.

", "operationName" : "UpdateXssMatchSet", "deprecated" : false, "input" : { "variableName" : "updateXssMatchSetRequest", "variableType" : "UpdateXssMatchSetRequest", "variableDeclarationType" : "UpdateXssMatchSetRequest", "documentation" : "

A request to update an XssMatchSet.

", "simpleType" : "UpdateXssMatchSetRequest", "variableSetterType" : "UpdateXssMatchSetRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateXssMatchSetResult", "documentation" : "

The response to an UpdateXssMatchSets request.

" }, "exceptions" : [ { "exceptionName" : "WAFInternalErrorException", "documentation" : "

The operation failed because of a system problem, even though the request was valid. Retry your request.

" }, { "exceptionName" : "WAFInvalidAccountException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.

" }, { "exceptionName" : "WAFInvalidOperationException", "documentation" : "

The operation failed because there was nothing to do. For example:

  • You tried to remove a Rule from a WebACL, but the Rule isn't in the specified WebACL.
  • You tried to remove an IP address from an IPSet, but the IP address isn't in the specified IPSet.
  • You tried to remove a ByteMatchTuple from a ByteMatchSet, but the ByteMatchTuple isn't in the specified WebACL.
  • You tried to add a Rule to a WebACL, but the Rule already exists in the specified WebACL.
  • You tried to add an IP address to an IPSet, but the IP address already exists in the specified IPSet.
  • You tried to add a ByteMatchTuple to a ByteMatchSet, but the ByteMatchTuple already exists in the specified WebACL.
" }, { "exceptionName" : "WAFInvalidParameterException", "documentation" : "

The operation failed because AWS WAF didn't recognize a parameter in the request. For example:

  • You specified an invalid parameter name.
  • You specified an invalid value.
  • You tried to update an object (ByteMatchSet, IPSet, Rule, or WebACL) using an action other than INSERT or DELETE.
  • You tried to create a WebACL with a DefaultAction Type other than ALLOW, BLOCK, or COUNT.
  • You tried to update a WebACL with a WafAction Type other than ALLOW, BLOCK, or COUNT.
  • You tried to update a ByteMatchSet with a FieldToMatch Type other than HEADER, QUERY_STRING, or URI.
  • You tried to update a ByteMatchSet with a Field of HEADER but no value for Data.
" }, { "exceptionName" : "WAFNonexistentContainerException", "documentation" : "

The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:

  • You tried to add a Rule to or delete a Rule from a WebACL that doesn't exist.
  • You tried to add a ByteMatchSet to or delete a ByteMatchSet from a Rule that doesn't exist.
  • You tried to add an IP address to or delete an IP address from an IPSet that doesn't exist.
  • You tried to add a ByteMatchTuple to or delete a ByteMatchTuple from a ByteMatchSet that doesn't exist.
" }, { "exceptionName" : "WAFNonexistentItemException", "documentation" : "

The operation failed because the referenced object doesn't exist.

" }, { "exceptionName" : "WAFStaleDataException", "documentation" : "

The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.

" }, { "exceptionName" : "WAFLimitsExceededException", "documentation" : "

The operation exceeds a resource limit, for example, the maximum number of WebACL objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "UpdateXssMatchSetResult", "asyncReturnType" : "UpdateXssMatchSetResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "updateXssMatchSet" } }, "shapes" : { "GetWebACLResult" : { "c2jName" : "GetWebACLResponse", "documentation" : "", "shapeName" : "GetWebACLResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Information about the WebACL that you specified in the GetWebACL request. For more information, see the following topics:

  • WebACL: Contains DefaultAction, MetricName, Name, an array of Rule objects, and WebACLId
  • DefaultAction (Data type is WafAction): Contains Type
  • Rules: Contains an array of ActivatedRule objects, which contain Action, Priority, and RuleId
  • Action: Contains Type
", "name" : "WebACL", "c2jName" : "WebACL", "c2jShape" : "WebACL", "variable" : { "variableName" : "webACL", "variableType" : "WebACL", "variableDeclarationType" : "WebACL", "documentation" : "

Information about the WebACL that you specified in the GetWebACL request. For more information, see the following topics:

  • WebACL: Contains DefaultAction, MetricName, Name, an array of Rule objects, and WebACLId
  • DefaultAction (Data type is WafAction): Contains Type
  • Rules: Contains an array of ActivatedRule objects, which contain Action, Priority, and RuleId
  • Action: Contains Type
", "simpleType" : "WebACL", "variableSetterType" : "WebACL" }, "setterModel" : { "variableName" : "webACL", "variableType" : "WebACL", "variableDeclarationType" : "WebACL", "documentation" : "", "simpleType" : "WebACL", "variableSetterType" : "WebACL" }, "getterModel" : { "returnType" : "WebACL", "documentation" : null }, "http" : { "unmarshallLocationName" : "WebACL", "marshallLocationName" : "WebACL", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

Information about the WebACL that you specified in the GetWebACL request. For more information, see the following topics:

  • WebACL: Contains DefaultAction, MetricName, Name, an array of Rule objects, and WebACLId
  • DefaultAction (Data type is WafAction): Contains Type
  • Rules: Contains an array of ActivatedRule objects, which contain Action, Priority, and RuleId
  • Action: Contains Type
\n@param webACL Information about the WebACL that you specified in the GetWebACL request. For more information, see the following topics:

  • WebACL: Contains DefaultAction, MetricName, Name, an array of Rule objects, and WebACLId
  • DefaultAction (Data type is WafAction): Contains Type
  • Rules: Contains an array of ActivatedRule objects, which contain Action, Priority, and RuleId
  • Action: Contains Type
  • */", "getterDocumentation" : "/**

    Information about the WebACL that you specified in the GetWebACL request. For more information, see the following topics:

    • WebACL: Contains DefaultAction, MetricName, Name, an array of Rule objects, and WebACLId
    • DefaultAction (Data type is WafAction): Contains Type
    • Rules: Contains an array of ActivatedRule objects, which contain Action, Priority, and RuleId
    • Action: Contains Type
    \n@return Information about the WebACL that you specified in the GetWebACL request. For more information, see the following topics:

    • WebACL: Contains DefaultAction, MetricName, Name, an array of Rule objects, and WebACLId
    • DefaultAction (Data type is WafAction): Contains Type
    • Rules: Contains an array of ActivatedRule objects, which contain Action, Priority, and RuleId
    • Action: Contains Type
    • */", "fluentSetterDocumentation" : "/**

      Information about the WebACL that you specified in the GetWebACL request. For more information, see the following topics:

      • WebACL: Contains DefaultAction, MetricName, Name, an array of Rule objects, and WebACLId
      • DefaultAction (Data type is WafAction): Contains Type
      • Rules: Contains an array of ActivatedRule objects, which contain Action, Priority, and RuleId
      • Action: Contains Type
      \n@param webACL Information about the WebACL that you specified in the GetWebACL request. For more information, see the following topics:

      • WebACL: Contains DefaultAction, MetricName, Name, an array of Rule objects, and WebACLId
      • DefaultAction (Data type is WafAction): Contains Type
      • Rules: Contains an array of ActivatedRule objects, which contain Action, Priority, and RuleId
      • Action: Contains Type
      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

        Information about the WebACL that you specified in the GetWebACL request. For more information, see the following topics:

        • WebACL: Contains DefaultAction, MetricName, Name, an array of Rule objects, and WebACLId
        • DefaultAction (Data type is WafAction): Contains Type
        • Rules: Contains an array of ActivatedRule objects, which contain Action, Priority, and RuleId
        • Action: Contains Type
        \n@param webACL Information about the WebACL that you specified in the GetWebACL request. For more information, see the following topics:

        • WebACL: Contains DefaultAction, MetricName, Name, an array of Rule objects, and WebACLId
        • DefaultAction (Data type is WafAction): Contains Type
        • Rules: Contains an array of ActivatedRule objects, which contain Action, Priority, and RuleId
        • Action: Contains Type
        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "getWebACLResult", "variableType" : "GetWebACLResult", "variableDeclarationType" : "GetWebACLResult", "documentation" : null, "simpleType" : "GetWebACLResult", "variableSetterType" : "GetWebACLResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "WebACL" : { "documentation" : "

          Information about the WebACL that you specified in the GetWebACL request. For more information, see the following topics:

          • WebACL: Contains DefaultAction, MetricName, Name, an array of Rule objects, and WebACLId
          • DefaultAction (Data type is WafAction): Contains Type
          • Rules: Contains an array of ActivatedRule objects, which contain Action, Priority, and RuleId
          • Action: Contains Type
          ", "name" : "WebACL", "c2jName" : "WebACL", "c2jShape" : "WebACL", "variable" : { "variableName" : "webACL", "variableType" : "WebACL", "variableDeclarationType" : "WebACL", "documentation" : "

          Information about the WebACL that you specified in the GetWebACL request. For more information, see the following topics:

          • WebACL: Contains DefaultAction, MetricName, Name, an array of Rule objects, and WebACLId
          • DefaultAction (Data type is WafAction): Contains Type
          • Rules: Contains an array of ActivatedRule objects, which contain Action, Priority, and RuleId
          • Action: Contains Type
          ", "simpleType" : "WebACL", "variableSetterType" : "WebACL" }, "setterModel" : { "variableName" : "webACL", "variableType" : "WebACL", "variableDeclarationType" : "WebACL", "documentation" : "", "simpleType" : "WebACL", "variableSetterType" : "WebACL" }, "getterModel" : { "returnType" : "WebACL", "documentation" : null }, "http" : { "unmarshallLocationName" : "WebACL", "marshallLocationName" : "WebACL", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

          Information about the WebACL that you specified in the GetWebACL request. For more information, see the following topics:

          • WebACL: Contains DefaultAction, MetricName, Name, an array of Rule objects, and WebACLId
          • DefaultAction (Data type is WafAction): Contains Type
          • Rules: Contains an array of ActivatedRule objects, which contain Action, Priority, and RuleId
          • Action: Contains Type
          \n@param webACL Information about the WebACL that you specified in the GetWebACL request. For more information, see the following topics:

          • WebACL: Contains DefaultAction, MetricName, Name, an array of Rule objects, and WebACLId
          • DefaultAction (Data type is WafAction): Contains Type
          • Rules: Contains an array of ActivatedRule objects, which contain Action, Priority, and RuleId
          • Action: Contains Type
          • */", "getterDocumentation" : "/**

            Information about the WebACL that you specified in the GetWebACL request. For more information, see the following topics:

            • WebACL: Contains DefaultAction, MetricName, Name, an array of Rule objects, and WebACLId
            • DefaultAction (Data type is WafAction): Contains Type
            • Rules: Contains an array of ActivatedRule objects, which contain Action, Priority, and RuleId
            • Action: Contains Type
            \n@return Information about the WebACL that you specified in the GetWebACL request. For more information, see the following topics:

            • WebACL: Contains DefaultAction, MetricName, Name, an array of Rule objects, and WebACLId
            • DefaultAction (Data type is WafAction): Contains Type
            • Rules: Contains an array of ActivatedRule objects, which contain Action, Priority, and RuleId
            • Action: Contains Type
            • */", "fluentSetterDocumentation" : "/**

              Information about the WebACL that you specified in the GetWebACL request. For more information, see the following topics:

              • WebACL: Contains DefaultAction, MetricName, Name, an array of Rule objects, and WebACLId
              • DefaultAction (Data type is WafAction): Contains Type
              • Rules: Contains an array of ActivatedRule objects, which contain Action, Priority, and RuleId
              • Action: Contains Type
              \n@param webACL Information about the WebACL that you specified in the GetWebACL request. For more information, see the following topics:

              • WebACL: Contains DefaultAction, MetricName, Name, an array of Rule objects, and WebACLId
              • DefaultAction (Data type is WafAction): Contains Type
              • Rules: Contains an array of ActivatedRule objects, which contain Action, Priority, and RuleId
              • Action: Contains Type
              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                Information about the WebACL that you specified in the GetWebACL request. For more information, see the following topics:

                • WebACL: Contains DefaultAction, MetricName, Name, an array of Rule objects, and WebACLId
                • DefaultAction (Data type is WafAction): Contains Type
                • Rules: Contains an array of ActivatedRule objects, which contain Action, Priority, and RuleId
                • Action: Contains Type
                \n@param webACL Information about the WebACL that you specified in the GetWebACL request. For more information, see the following topics:

                • WebACL: Contains DefaultAction, MetricName, Name, an array of Rule objects, and WebACLId
                • DefaultAction (Data type is WafAction): Contains Type
                • Rules: Contains an array of ActivatedRule objects, which contain Action, Priority, and RuleId
                • Action: Contains Type
                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } } }, "UpdateRuleResult" : { "c2jName" : "UpdateRuleResponse", "documentation" : "", "shapeName" : "UpdateRuleResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The ChangeToken that you used to submit the UpdateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The ChangeToken that you used to submit the UpdateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                  The ChangeToken that you used to submit the UpdateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                  \n@param changeToken The ChangeToken that you used to submit the UpdateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                  The ChangeToken that you used to submit the UpdateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                  \n@return The ChangeToken that you used to submit the UpdateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                  The ChangeToken that you used to submit the UpdateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                  \n@param changeToken The ChangeToken that you used to submit the UpdateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The ChangeToken that you used to submit the UpdateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                  \n@param changeToken The ChangeToken that you used to submit the UpdateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "updateRuleResult", "variableType" : "UpdateRuleResult", "variableDeclarationType" : "UpdateRuleResult", "documentation" : null, "simpleType" : "UpdateRuleResult", "variableSetterType" : "UpdateRuleResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeToken" : { "documentation" : "

                  The ChangeToken that you used to submit the UpdateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The ChangeToken that you used to submit the UpdateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                  The ChangeToken that you used to submit the UpdateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                  \n@param changeToken The ChangeToken that you used to submit the UpdateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                  The ChangeToken that you used to submit the UpdateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                  \n@return The ChangeToken that you used to submit the UpdateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                  The ChangeToken that you used to submit the UpdateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                  \n@param changeToken The ChangeToken that you used to submit the UpdateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The ChangeToken that you used to submit the UpdateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                  \n@param changeToken The ChangeToken that you used to submit the UpdateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "UpdateSizeConstraintSetResult" : { "c2jName" : "UpdateSizeConstraintSetResponse", "documentation" : "", "shapeName" : "UpdateSizeConstraintSetResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The ChangeToken that you used to submit the UpdateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The ChangeToken that you used to submit the UpdateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                  The ChangeToken that you used to submit the UpdateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                  \n@param changeToken The ChangeToken that you used to submit the UpdateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                  The ChangeToken that you used to submit the UpdateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                  \n@return The ChangeToken that you used to submit the UpdateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                  The ChangeToken that you used to submit the UpdateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                  \n@param changeToken The ChangeToken that you used to submit the UpdateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The ChangeToken that you used to submit the UpdateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                  \n@param changeToken The ChangeToken that you used to submit the UpdateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "updateSizeConstraintSetResult", "variableType" : "UpdateSizeConstraintSetResult", "variableDeclarationType" : "UpdateSizeConstraintSetResult", "documentation" : null, "simpleType" : "UpdateSizeConstraintSetResult", "variableSetterType" : "UpdateSizeConstraintSetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeToken" : { "documentation" : "

                  The ChangeToken that you used to submit the UpdateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The ChangeToken that you used to submit the UpdateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                  The ChangeToken that you used to submit the UpdateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                  \n@param changeToken The ChangeToken that you used to submit the UpdateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                  The ChangeToken that you used to submit the UpdateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                  \n@return The ChangeToken that you used to submit the UpdateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                  The ChangeToken that you used to submit the UpdateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                  \n@param changeToken The ChangeToken that you used to submit the UpdateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The ChangeToken that you used to submit the UpdateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                  \n@param changeToken The ChangeToken that you used to submit the UpdateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "RuleUpdate" : { "c2jName" : "RuleUpdate", "documentation" : "

                  Specifies a Predicate (such as an IPSet) and indicates whether you want to add it to a Rule or delete it from a Rule.

                  ", "shapeName" : "RuleUpdate", "deprecated" : false, "required" : [ "Action", "Predicate" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  Specify INSERT to add a Predicate to a Rule. Use DELETE to remove a Predicate from a Rule.

                  ", "name" : "Action", "c2jName" : "Action", "c2jShape" : "ChangeAction", "variable" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  Specify INSERT to add a Predicate to a Rule. Use DELETE to remove a Predicate from a Rule.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Action", "marshallLocationName" : "Action", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ChangeAction", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                  Specify INSERT to add a Predicate to a Rule. Use DELETE to remove a Predicate from a Rule.

                  \n@param action Specify INSERT to add a Predicate to a Rule. Use DELETE to remove a Predicate from a Rule.\n@see ChangeAction*/", "getterDocumentation" : "/**

                  Specify INSERT to add a Predicate to a Rule. Use DELETE to remove a Predicate from a Rule.

                  \n@return Specify INSERT to add a Predicate to a Rule. Use DELETE to remove a Predicate from a Rule.\n@see ChangeAction*/", "fluentSetterDocumentation" : "/**

                  Specify INSERT to add a Predicate to a Rule. Use DELETE to remove a Predicate from a Rule.

                  \n@param action Specify INSERT to add a Predicate to a Rule. Use DELETE to remove a Predicate from a Rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "varargSetterDocumentation" : "/**

                  Specify INSERT to add a Predicate to a Rule. Use DELETE to remove a Predicate from a Rule.

                  \n@param action Specify INSERT to add a Predicate to a Rule. Use DELETE to remove a Predicate from a Rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                  The ID of the Predicate (such as an IPSet) that you want to add to a Rule.

                  ", "name" : "Predicate", "c2jName" : "Predicate", "c2jShape" : "Predicate", "variable" : { "variableName" : "predicate", "variableType" : "Predicate", "variableDeclarationType" : "Predicate", "documentation" : "

                  The ID of the Predicate (such as an IPSet) that you want to add to a Rule.

                  ", "simpleType" : "Predicate", "variableSetterType" : "Predicate" }, "setterModel" : { "variableName" : "predicate", "variableType" : "Predicate", "variableDeclarationType" : "Predicate", "documentation" : "", "simpleType" : "Predicate", "variableSetterType" : "Predicate" }, "getterModel" : { "returnType" : "Predicate", "documentation" : null }, "http" : { "unmarshallLocationName" : "Predicate", "marshallLocationName" : "Predicate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                  The ID of the Predicate (such as an IPSet) that you want to add to a Rule.

                  \n@param predicate The ID of the Predicate (such as an IPSet) that you want to add to a Rule.*/", "getterDocumentation" : "/**

                  The ID of the Predicate (such as an IPSet) that you want to add to a Rule.

                  \n@return The ID of the Predicate (such as an IPSet) that you want to add to a Rule.*/", "fluentSetterDocumentation" : "/**

                  The ID of the Predicate (such as an IPSet) that you want to add to a Rule.

                  \n@param predicate The ID of the Predicate (such as an IPSet) that you want to add to a Rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The ID of the Predicate (such as an IPSet) that you want to add to a Rule.

                  \n@param predicate The ID of the Predicate (such as an IPSet) that you want to add to a Rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "ruleUpdate", "variableType" : "RuleUpdate", "variableDeclarationType" : "RuleUpdate", "documentation" : null, "simpleType" : "RuleUpdate", "variableSetterType" : "RuleUpdate" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Action" : { "documentation" : "

                  Specify INSERT to add a Predicate to a Rule. Use DELETE to remove a Predicate from a Rule.

                  ", "name" : "Action", "c2jName" : "Action", "c2jShape" : "ChangeAction", "variable" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  Specify INSERT to add a Predicate to a Rule. Use DELETE to remove a Predicate from a Rule.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Action", "marshallLocationName" : "Action", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ChangeAction", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                  Specify INSERT to add a Predicate to a Rule. Use DELETE to remove a Predicate from a Rule.

                  \n@param action Specify INSERT to add a Predicate to a Rule. Use DELETE to remove a Predicate from a Rule.\n@see ChangeAction*/", "getterDocumentation" : "/**

                  Specify INSERT to add a Predicate to a Rule. Use DELETE to remove a Predicate from a Rule.

                  \n@return Specify INSERT to add a Predicate to a Rule. Use DELETE to remove a Predicate from a Rule.\n@see ChangeAction*/", "fluentSetterDocumentation" : "/**

                  Specify INSERT to add a Predicate to a Rule. Use DELETE to remove a Predicate from a Rule.

                  \n@param action Specify INSERT to add a Predicate to a Rule. Use DELETE to remove a Predicate from a Rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "varargSetterDocumentation" : "/**

                  Specify INSERT to add a Predicate to a Rule. Use DELETE to remove a Predicate from a Rule.

                  \n@param action Specify INSERT to add a Predicate to a Rule. Use DELETE to remove a Predicate from a Rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "simple" : true, "list" : false, "map" : false }, "Predicate" : { "documentation" : "

                  The ID of the Predicate (such as an IPSet) that you want to add to a Rule.

                  ", "name" : "Predicate", "c2jName" : "Predicate", "c2jShape" : "Predicate", "variable" : { "variableName" : "predicate", "variableType" : "Predicate", "variableDeclarationType" : "Predicate", "documentation" : "

                  The ID of the Predicate (such as an IPSet) that you want to add to a Rule.

                  ", "simpleType" : "Predicate", "variableSetterType" : "Predicate" }, "setterModel" : { "variableName" : "predicate", "variableType" : "Predicate", "variableDeclarationType" : "Predicate", "documentation" : "", "simpleType" : "Predicate", "variableSetterType" : "Predicate" }, "getterModel" : { "returnType" : "Predicate", "documentation" : null }, "http" : { "unmarshallLocationName" : "Predicate", "marshallLocationName" : "Predicate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                  The ID of the Predicate (such as an IPSet) that you want to add to a Rule.

                  \n@param predicate The ID of the Predicate (such as an IPSet) that you want to add to a Rule.*/", "getterDocumentation" : "/**

                  The ID of the Predicate (such as an IPSet) that you want to add to a Rule.

                  \n@return The ID of the Predicate (such as an IPSet) that you want to add to a Rule.*/", "fluentSetterDocumentation" : "/**

                  The ID of the Predicate (such as an IPSet) that you want to add to a Rule.

                  \n@param predicate The ID of the Predicate (such as an IPSet) that you want to add to a Rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The ID of the Predicate (such as an IPSet) that you want to add to a Rule.

                  \n@param predicate The ID of the Predicate (such as an IPSet) that you want to add to a Rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } } }, "GetSampledRequestsRequest" : { "c2jName" : "GetSampledRequestsRequest", "documentation" : "", "shapeName" : "GetSampledRequestsRequest", "deprecated" : false, "required" : [ "WebAclId", "RuleId", "TimeWindow", "MaxItems" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The WebACLId of the WebACL for which you want GetSampledRequests to return a sample of requests.

                  ", "name" : "WebAclId", "c2jName" : "WebAclId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "webAclId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The WebACLId of the WebACL for which you want GetSampledRequests to return a sample of requests.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "webAclId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "WebAclId", "marshallLocationName" : "WebAclId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                  The WebACLId of the WebACL for which you want GetSampledRequests to return a sample of requests.

                  \n@param webAclId The WebACLId of the WebACL for which you want GetSampledRequests to return a sample of requests.*/", "getterDocumentation" : "/**

                  The WebACLId of the WebACL for which you want GetSampledRequests to return a sample of requests.

                  \n@return The WebACLId of the WebACL for which you want GetSampledRequests to return a sample of requests.*/", "fluentSetterDocumentation" : "/**

                  The WebACLId of the WebACL for which you want GetSampledRequests to return a sample of requests.

                  \n@param webAclId The WebACLId of the WebACL for which you want GetSampledRequests to return a sample of requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The WebACLId of the WebACL for which you want GetSampledRequests to return a sample of requests.

                  \n@param webAclId The WebACLId of the WebACL for which you want GetSampledRequests to return a sample of requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                  RuleId is one of two values:

                  • The RuleId of the Rule for which you want GetSampledRequests to return a sample of requests.
                  • Default_Action, which causes GetSampledRequests to return a sample of the requests that didn't match any of the rules in the specified WebACL.
                  ", "name" : "RuleId", "c2jName" : "RuleId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "ruleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  RuleId is one of two values:

                  • The RuleId of the Rule for which you want GetSampledRequests to return a sample of requests.
                  • Default_Action, which causes GetSampledRequests to return a sample of the requests that didn't match any of the rules in the specified WebACL.
                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RuleId", "marshallLocationName" : "RuleId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                  RuleId is one of two values:

                  • The RuleId of the Rule for which you want GetSampledRequests to return a sample of requests.
                  • Default_Action, which causes GetSampledRequests to return a sample of the requests that didn't match any of the rules in the specified WebACL.
                  \n@param ruleId RuleId is one of two values:

                  • The RuleId of the Rule for which you want GetSampledRequests to return a sample of requests.
                  • Default_Action, which causes GetSampledRequests to return a sample of the requests that didn't match any of the rules in the specified WebACL.*/", "getterDocumentation" : "/**

                    RuleId is one of two values:

                    • The RuleId of the Rule for which you want GetSampledRequests to return a sample of requests.
                    • Default_Action, which causes GetSampledRequests to return a sample of the requests that didn't match any of the rules in the specified WebACL.
                    \n@return RuleId
                    is one of two values:

                    • The RuleId of the Rule for which you want GetSampledRequests to return a sample of requests.
                    • Default_Action, which causes GetSampledRequests to return a sample of the requests that didn't match any of the rules in the specified WebACL.*/", "fluentSetterDocumentation" : "/**

                      RuleId is one of two values:

                      • The RuleId of the Rule for which you want GetSampledRequests to return a sample of requests.
                      • Default_Action, which causes GetSampledRequests to return a sample of the requests that didn't match any of the rules in the specified WebACL.
                      \n@param ruleId RuleId is one of two values:

                      • The RuleId of the Rule for which you want GetSampledRequests to return a sample of requests.
                      • Default_Action, which causes GetSampledRequests to return a sample of the requests that didn't match any of the rules in the specified WebACL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                        RuleId is one of two values:

                        • The RuleId of the Rule for which you want GetSampledRequests to return a sample of requests.
                        • Default_Action, which causes GetSampledRequests to return a sample of the requests that didn't match any of the rules in the specified WebACL.
                        \n@param ruleId RuleId is one of two values:

                        • The RuleId of the Rule for which you want GetSampledRequests to return a sample of requests.
                        • Default_Action, which causes GetSampledRequests to return a sample of the requests that didn't match any of the rules in the specified WebACL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                          The start date and time and the end date and time of the range for which you want GetSampledRequests to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.

                          ", "name" : "TimeWindow", "c2jName" : "TimeWindow", "c2jShape" : "TimeWindow", "variable" : { "variableName" : "timeWindow", "variableType" : "TimeWindow", "variableDeclarationType" : "TimeWindow", "documentation" : "

                          The start date and time and the end date and time of the range for which you want GetSampledRequests to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.

                          ", "simpleType" : "TimeWindow", "variableSetterType" : "TimeWindow" }, "setterModel" : { "variableName" : "timeWindow", "variableType" : "TimeWindow", "variableDeclarationType" : "TimeWindow", "documentation" : "", "simpleType" : "TimeWindow", "variableSetterType" : "TimeWindow" }, "getterModel" : { "returnType" : "TimeWindow", "documentation" : null }, "http" : { "unmarshallLocationName" : "TimeWindow", "marshallLocationName" : "TimeWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                          The start date and time and the end date and time of the range for which you want GetSampledRequests to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.

                          \n@param timeWindow The start date and time and the end date and time of the range for which you want GetSampledRequests to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.*/", "getterDocumentation" : "/**

                          The start date and time and the end date and time of the range for which you want GetSampledRequests to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.

                          \n@return The start date and time and the end date and time of the range for which you want GetSampledRequests to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.*/", "fluentSetterDocumentation" : "/**

                          The start date and time and the end date and time of the range for which you want GetSampledRequests to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.

                          \n@param timeWindow The start date and time and the end date and time of the range for which you want GetSampledRequests to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The start date and time and the end date and time of the range for which you want GetSampledRequests to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.

                          \n@param timeWindow The start date and time and the end date and time of the range for which you want GetSampledRequests to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, { "documentation" : "

                          The number of requests that you want AWS WAF to return from among the first 5,000 requests that your AWS resource received during the time range. If your resource received fewer requests than the value of MaxItems, GetSampledRequests returns information about all of them.

                          ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "ListMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                          The number of requests that you want AWS WAF to return from among the first 5,000 requests that your AWS resource received during the time range. If your resource received fewer requests than the value of MaxItems, GetSampledRequests returns information about all of them.

                          ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "maxItems", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxItems", "marshallLocationName" : "MaxItems", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                          The number of requests that you want AWS WAF to return from among the first 5,000 requests that your AWS resource received during the time range. If your resource received fewer requests than the value of MaxItems, GetSampledRequests returns information about all of them.

                          \n@param maxItems The number of requests that you want AWS WAF to return from among the first 5,000 requests that your AWS resource received during the time range. If your resource received fewer requests than the value of MaxItems, GetSampledRequests returns information about all of them.*/", "getterDocumentation" : "/**

                          The number of requests that you want AWS WAF to return from among the first 5,000 requests that your AWS resource received during the time range. If your resource received fewer requests than the value of MaxItems, GetSampledRequests returns information about all of them.

                          \n@return The number of requests that you want AWS WAF to return from among the first 5,000 requests that your AWS resource received during the time range. If your resource received fewer requests than the value of MaxItems, GetSampledRequests returns information about all of them.*/", "fluentSetterDocumentation" : "/**

                          The number of requests that you want AWS WAF to return from among the first 5,000 requests that your AWS resource received during the time range. If your resource received fewer requests than the value of MaxItems, GetSampledRequests returns information about all of them.

                          \n@param maxItems The number of requests that you want AWS WAF to return from among the first 5,000 requests that your AWS resource received during the time range. If your resource received fewer requests than the value of MaxItems, GetSampledRequests returns information about all of them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The number of requests that you want AWS WAF to return from among the first 5,000 requests that your AWS resource received during the time range. If your resource received fewer requests than the value of MaxItems, GetSampledRequests returns information about all of them.

                          \n@param maxItems The number of requests that you want AWS WAF to return from among the first 5,000 requests that your AWS resource received during the time range. If your resource received fewer requests than the value of MaxItems, GetSampledRequests returns information about all of them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "getSampledRequestsRequest", "variableType" : "GetSampledRequestsRequest", "variableDeclarationType" : "GetSampledRequestsRequest", "documentation" : null, "simpleType" : "GetSampledRequestsRequest", "variableSetterType" : "GetSampledRequestsRequest" }, "marshaller" : { "action" : "GetSampledRequests", "verb" : "POST", "target" : "AWSWAF_20150824.GetSampledRequests", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "MaxItems" : { "documentation" : "

                          The number of requests that you want AWS WAF to return from among the first 5,000 requests that your AWS resource received during the time range. If your resource received fewer requests than the value of MaxItems, GetSampledRequests returns information about all of them.

                          ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "ListMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                          The number of requests that you want AWS WAF to return from among the first 5,000 requests that your AWS resource received during the time range. If your resource received fewer requests than the value of MaxItems, GetSampledRequests returns information about all of them.

                          ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "maxItems", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxItems", "marshallLocationName" : "MaxItems", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                          The number of requests that you want AWS WAF to return from among the first 5,000 requests that your AWS resource received during the time range. If your resource received fewer requests than the value of MaxItems, GetSampledRequests returns information about all of them.

                          \n@param maxItems The number of requests that you want AWS WAF to return from among the first 5,000 requests that your AWS resource received during the time range. If your resource received fewer requests than the value of MaxItems, GetSampledRequests returns information about all of them.*/", "getterDocumentation" : "/**

                          The number of requests that you want AWS WAF to return from among the first 5,000 requests that your AWS resource received during the time range. If your resource received fewer requests than the value of MaxItems, GetSampledRequests returns information about all of them.

                          \n@return The number of requests that you want AWS WAF to return from among the first 5,000 requests that your AWS resource received during the time range. If your resource received fewer requests than the value of MaxItems, GetSampledRequests returns information about all of them.*/", "fluentSetterDocumentation" : "/**

                          The number of requests that you want AWS WAF to return from among the first 5,000 requests that your AWS resource received during the time range. If your resource received fewer requests than the value of MaxItems, GetSampledRequests returns information about all of them.

                          \n@param maxItems The number of requests that you want AWS WAF to return from among the first 5,000 requests that your AWS resource received during the time range. If your resource received fewer requests than the value of MaxItems, GetSampledRequests returns information about all of them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The number of requests that you want AWS WAF to return from among the first 5,000 requests that your AWS resource received during the time range. If your resource received fewer requests than the value of MaxItems, GetSampledRequests returns information about all of them.

                          \n@param maxItems The number of requests that you want AWS WAF to return from among the first 5,000 requests that your AWS resource received during the time range. If your resource received fewer requests than the value of MaxItems, GetSampledRequests returns information about all of them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "TimeWindow" : { "documentation" : "

                          The start date and time and the end date and time of the range for which you want GetSampledRequests to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.

                          ", "name" : "TimeWindow", "c2jName" : "TimeWindow", "c2jShape" : "TimeWindow", "variable" : { "variableName" : "timeWindow", "variableType" : "TimeWindow", "variableDeclarationType" : "TimeWindow", "documentation" : "

                          The start date and time and the end date and time of the range for which you want GetSampledRequests to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.

                          ", "simpleType" : "TimeWindow", "variableSetterType" : "TimeWindow" }, "setterModel" : { "variableName" : "timeWindow", "variableType" : "TimeWindow", "variableDeclarationType" : "TimeWindow", "documentation" : "", "simpleType" : "TimeWindow", "variableSetterType" : "TimeWindow" }, "getterModel" : { "returnType" : "TimeWindow", "documentation" : null }, "http" : { "unmarshallLocationName" : "TimeWindow", "marshallLocationName" : "TimeWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                          The start date and time and the end date and time of the range for which you want GetSampledRequests to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.

                          \n@param timeWindow The start date and time and the end date and time of the range for which you want GetSampledRequests to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.*/", "getterDocumentation" : "/**

                          The start date and time and the end date and time of the range for which you want GetSampledRequests to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.

                          \n@return The start date and time and the end date and time of the range for which you want GetSampledRequests to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.*/", "fluentSetterDocumentation" : "/**

                          The start date and time and the end date and time of the range for which you want GetSampledRequests to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.

                          \n@param timeWindow The start date and time and the end date and time of the range for which you want GetSampledRequests to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The start date and time and the end date and time of the range for which you want GetSampledRequests to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.

                          \n@param timeWindow The start date and time and the end date and time of the range for which you want GetSampledRequests to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "WebAclId" : { "documentation" : "

                          The WebACLId of the WebACL for which you want GetSampledRequests to return a sample of requests.

                          ", "name" : "WebAclId", "c2jName" : "WebAclId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "webAclId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The WebACLId of the WebACL for which you want GetSampledRequests to return a sample of requests.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "webAclId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "WebAclId", "marshallLocationName" : "WebAclId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                          The WebACLId of the WebACL for which you want GetSampledRequests to return a sample of requests.

                          \n@param webAclId The WebACLId of the WebACL for which you want GetSampledRequests to return a sample of requests.*/", "getterDocumentation" : "/**

                          The WebACLId of the WebACL for which you want GetSampledRequests to return a sample of requests.

                          \n@return The WebACLId of the WebACL for which you want GetSampledRequests to return a sample of requests.*/", "fluentSetterDocumentation" : "/**

                          The WebACLId of the WebACL for which you want GetSampledRequests to return a sample of requests.

                          \n@param webAclId The WebACLId of the WebACL for which you want GetSampledRequests to return a sample of requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The WebACLId of the WebACL for which you want GetSampledRequests to return a sample of requests.

                          \n@param webAclId The WebACLId of the WebACL for which you want GetSampledRequests to return a sample of requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "RuleId" : { "documentation" : "

                          RuleId is one of two values:

                          • The RuleId of the Rule for which you want GetSampledRequests to return a sample of requests.
                          • Default_Action, which causes GetSampledRequests to return a sample of the requests that didn't match any of the rules in the specified WebACL.
                          ", "name" : "RuleId", "c2jName" : "RuleId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "ruleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          RuleId is one of two values:

                          • The RuleId of the Rule for which you want GetSampledRequests to return a sample of requests.
                          • Default_Action, which causes GetSampledRequests to return a sample of the requests that didn't match any of the rules in the specified WebACL.
                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RuleId", "marshallLocationName" : "RuleId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                          RuleId is one of two values:

                          • The RuleId of the Rule for which you want GetSampledRequests to return a sample of requests.
                          • Default_Action, which causes GetSampledRequests to return a sample of the requests that didn't match any of the rules in the specified WebACL.
                          \n@param ruleId RuleId is one of two values:

                          • The RuleId of the Rule for which you want GetSampledRequests to return a sample of requests.
                          • Default_Action, which causes GetSampledRequests to return a sample of the requests that didn't match any of the rules in the specified WebACL.*/", "getterDocumentation" : "/**

                            RuleId is one of two values:

                            • The RuleId of the Rule for which you want GetSampledRequests to return a sample of requests.
                            • Default_Action, which causes GetSampledRequests to return a sample of the requests that didn't match any of the rules in the specified WebACL.
                            \n@return RuleId is one of two values:

                            • The RuleId of the Rule for which you want GetSampledRequests to return a sample of requests.
                            • Default_Action, which causes GetSampledRequests to return a sample of the requests that didn't match any of the rules in the specified WebACL.*/", "fluentSetterDocumentation" : "/**

                              RuleId is one of two values:

                              • The RuleId of the Rule for which you want GetSampledRequests to return a sample of requests.
                              • Default_Action, which causes GetSampledRequests to return a sample of the requests that didn't match any of the rules in the specified WebACL.
                              \n@param ruleId RuleId is one of two values:

                              • The RuleId of the Rule for which you want GetSampledRequests to return a sample of requests.
                              • Default_Action, which causes GetSampledRequests to return a sample of the requests that didn't match any of the rules in the specified WebACL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                RuleId is one of two values:

                                • The RuleId of the Rule for which you want GetSampledRequests to return a sample of requests.
                                • Default_Action, which causes GetSampledRequests to return a sample of the requests that didn't match any of the rules in the specified WebACL.
                                \n@param ruleId RuleId is one of two values:

                                • The RuleId of the Rule for which you want GetSampledRequests to return a sample of requests.
                                • Default_Action, which causes GetSampledRequests to return a sample of the requests that didn't match any of the rules in the specified WebACL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "IPSet" : { "c2jName" : "IPSet", "documentation" : "

                                  Contains one or more IP addresses or blocks of IP addresses specified in Classless Inter-Domain Routing (CIDR) notation. To specify an individual IP address, you specify the four-part IP address followed by a /32, for example, 192.0.2.0/31. To block a range of IP addresses, you can specify a /24, a /16, or a /8 CIDR. For more information about CIDR notation, perform an Internet search on cidr notation.

                                  ", "shapeName" : "IPSet", "deprecated" : false, "required" : [ "IPSetId", "IPSetDescriptors" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The IPSetId for an IPSet. You use IPSetId to get information about an IPSet (see GetIPSet), update an IPSet (see UpdateIPSet), insert an IPSet into a Rule or delete one from a Rule (see UpdateRule), and delete an IPSet from AWS WAF (see DeleteIPSet).

                                  IPSetId is returned by CreateIPSet and by ListIPSets.

                                  ", "name" : "IPSetId", "c2jName" : "IPSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "iPSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The IPSetId for an IPSet. You use IPSetId to get information about an IPSet (see GetIPSet), update an IPSet (see UpdateIPSet), insert an IPSet into a Rule or delete one from a Rule (see UpdateRule), and delete an IPSet from AWS WAF (see DeleteIPSet).

                                  IPSetId is returned by CreateIPSet and by ListIPSets.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "iPSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IPSetId", "marshallLocationName" : "IPSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                  The IPSetId for an IPSet. You use IPSetId to get information about an IPSet (see GetIPSet), update an IPSet (see UpdateIPSet), insert an IPSet into a Rule or delete one from a Rule (see UpdateRule), and delete an IPSet from AWS WAF (see DeleteIPSet).

                                  IPSetId is returned by CreateIPSet and by ListIPSets.

                                  \n@param iPSetId The IPSetId for an IPSet. You use IPSetId to get information about an IPSet (see GetIPSet), update an IPSet (see UpdateIPSet), insert an IPSet into a Rule or delete one from a Rule (see UpdateRule), and delete an IPSet from AWS WAF (see DeleteIPSet).

                                  IPSetId is returned by CreateIPSet and by ListIPSets.*/", "getterDocumentation" : "/**

                                  The IPSetId for an IPSet. You use IPSetId to get information about an IPSet (see GetIPSet), update an IPSet (see UpdateIPSet), insert an IPSet into a Rule or delete one from a Rule (see UpdateRule), and delete an IPSet from AWS WAF (see DeleteIPSet).

                                  IPSetId is returned by CreateIPSet and by ListIPSets.

                                  \n@return The IPSetId for an IPSet. You use IPSetId to get information about an IPSet (see GetIPSet), update an IPSet (see UpdateIPSet), insert an IPSet into a Rule or delete one from a Rule (see UpdateRule), and delete an IPSet from AWS WAF (see DeleteIPSet).

                                  IPSetId is returned by CreateIPSet and by ListIPSets.*/", "fluentSetterDocumentation" : "/**

                                  The IPSetId for an IPSet. You use IPSetId to get information about an IPSet (see GetIPSet), update an IPSet (see UpdateIPSet), insert an IPSet into a Rule or delete one from a Rule (see UpdateRule), and delete an IPSet from AWS WAF (see DeleteIPSet).

                                  IPSetId is returned by CreateIPSet and by ListIPSets.

                                  \n@param iPSetId The IPSetId for an IPSet. You use IPSetId to get information about an IPSet (see GetIPSet), update an IPSet (see UpdateIPSet), insert an IPSet into a Rule or delete one from a Rule (see UpdateRule), and delete an IPSet from AWS WAF (see DeleteIPSet).

                                  IPSetId is returned by CreateIPSet and by ListIPSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The IPSetId for an IPSet. You use IPSetId to get information about an IPSet (see GetIPSet), update an IPSet (see UpdateIPSet), insert an IPSet into a Rule or delete one from a Rule (see UpdateRule), and delete an IPSet from AWS WAF (see DeleteIPSet).

                                  IPSetId is returned by CreateIPSet and by ListIPSets.

                                  \n@param iPSetId The IPSetId for an IPSet. You use IPSetId to get information about an IPSet (see GetIPSet), update an IPSet (see UpdateIPSet), insert an IPSet into a Rule or delete one from a Rule (see UpdateRule), and delete an IPSet from AWS WAF (see DeleteIPSet).

                                  IPSetId is returned by CreateIPSet and by ListIPSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                  A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.

                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                  A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.

                                  \n@param name A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.*/", "getterDocumentation" : "/**

                                  A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.

                                  \n@return A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.*/", "fluentSetterDocumentation" : "/**

                                  A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.

                                  \n@param name A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.

                                  \n@param name A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                  The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                  • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                  • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                  ", "name" : "IPSetDescriptors", "c2jName" : "IPSetDescriptors", "c2jShape" : "IPSetDescriptors", "variable" : { "variableName" : "iPSetDescriptors", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                  The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                  • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                  • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "iPSetDescriptors", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "IPSetDescriptors", "marshallLocationName" : "IPSetDescriptors", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "IPSetDescriptor", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IPSetDescriptor", "variable" : { "variableName" : "member", "variableType" : "IPSetDescriptor", "variableDeclarationType" : "IPSetDescriptor", "documentation" : "", "simpleType" : "IPSetDescriptor", "variableSetterType" : "IPSetDescriptor" }, "setterModel" : { "variableName" : "member", "variableType" : "IPSetDescriptor", "variableDeclarationType" : "IPSetDescriptor", "documentation" : "", "simpleType" : "IPSetDescriptor", "variableSetterType" : "IPSetDescriptor" }, "getterModel" : { "returnType" : "IPSetDescriptor", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "IPSetDescriptor", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                  The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                  • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                  • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                  \n@param iPSetDescriptors The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                  • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                  • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                  • */", "getterDocumentation" : "/**

                                    The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                    • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                    • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                    \n@return The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                    • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                    • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                    • */", "fluentSetterDocumentation" : "/**

                                      The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                      • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                      • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                      \n@param iPSetDescriptors The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                      • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                      • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                        The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                        • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                        • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                        \n

                                        NOTE: This method appends the values to the existing list (if any). Use {@link #setIPSetDescriptors(java.util.Collection)} or {@link #withIPSetDescriptors(java.util.Collection)} if you want to override the existing values.

                                        \n@param iPSetDescriptors The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                        • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                        • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "iPSet", "variableType" : "IPSet", "variableDeclarationType" : "IPSet", "documentation" : null, "simpleType" : "IPSet", "variableSetterType" : "IPSet" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                          A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.

                                          ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                          A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                          A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.

                                          \n@param name A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.*/", "getterDocumentation" : "/**

                                          A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.

                                          \n@return A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.*/", "fluentSetterDocumentation" : "/**

                                          A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.

                                          \n@param name A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                          A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.

                                          \n@param name A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "IPSetDescriptors" : { "documentation" : "

                                          The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                          • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                          • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                          ", "name" : "IPSetDescriptors", "c2jName" : "IPSetDescriptors", "c2jShape" : "IPSetDescriptors", "variable" : { "variableName" : "iPSetDescriptors", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                          The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                          • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                          • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "iPSetDescriptors", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "IPSetDescriptors", "marshallLocationName" : "IPSetDescriptors", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "IPSetDescriptor", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IPSetDescriptor", "variable" : { "variableName" : "member", "variableType" : "IPSetDescriptor", "variableDeclarationType" : "IPSetDescriptor", "documentation" : "", "simpleType" : "IPSetDescriptor", "variableSetterType" : "IPSetDescriptor" }, "setterModel" : { "variableName" : "member", "variableType" : "IPSetDescriptor", "variableDeclarationType" : "IPSetDescriptor", "documentation" : "", "simpleType" : "IPSetDescriptor", "variableSetterType" : "IPSetDescriptor" }, "getterModel" : { "returnType" : "IPSetDescriptor", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "IPSetDescriptor", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                          The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                          • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                          • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                          \n@param iPSetDescriptors The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                          • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                          • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                          • */", "getterDocumentation" : "/**

                                            The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                            • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                            • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                            \n@return The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                            • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                            • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                            • */", "fluentSetterDocumentation" : "/**

                                              The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                              • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                              • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                              \n@param iPSetDescriptors The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                              • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                              • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                                • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                                • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                                \n

                                                NOTE: This method appends the values to the existing list (if any). Use {@link #setIPSetDescriptors(java.util.Collection)} or {@link #withIPSetDescriptors(java.util.Collection)} if you want to override the existing values.

                                                \n@param iPSetDescriptors The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                                • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                                • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "IPSetId" : { "documentation" : "

                                                  The IPSetId for an IPSet. You use IPSetId to get information about an IPSet (see GetIPSet), update an IPSet (see UpdateIPSet), insert an IPSet into a Rule or delete one from a Rule (see UpdateRule), and delete an IPSet from AWS WAF (see DeleteIPSet).

                                                  IPSetId is returned by CreateIPSet and by ListIPSets.

                                                  ", "name" : "IPSetId", "c2jName" : "IPSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "iPSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The IPSetId for an IPSet. You use IPSetId to get information about an IPSet (see GetIPSet), update an IPSet (see UpdateIPSet), insert an IPSet into a Rule or delete one from a Rule (see UpdateRule), and delete an IPSet from AWS WAF (see DeleteIPSet).

                                                  IPSetId is returned by CreateIPSet and by ListIPSets.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "iPSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IPSetId", "marshallLocationName" : "IPSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                  The IPSetId for an IPSet. You use IPSetId to get information about an IPSet (see GetIPSet), update an IPSet (see UpdateIPSet), insert an IPSet into a Rule or delete one from a Rule (see UpdateRule), and delete an IPSet from AWS WAF (see DeleteIPSet).

                                                  IPSetId is returned by CreateIPSet and by ListIPSets.

                                                  \n@param iPSetId The IPSetId for an IPSet. You use IPSetId to get information about an IPSet (see GetIPSet), update an IPSet (see UpdateIPSet), insert an IPSet into a Rule or delete one from a Rule (see UpdateRule), and delete an IPSet from AWS WAF (see DeleteIPSet).

                                                  IPSetId is returned by CreateIPSet and by ListIPSets.*/", "getterDocumentation" : "/**

                                                  The IPSetId for an IPSet. You use IPSetId to get information about an IPSet (see GetIPSet), update an IPSet (see UpdateIPSet), insert an IPSet into a Rule or delete one from a Rule (see UpdateRule), and delete an IPSet from AWS WAF (see DeleteIPSet).

                                                  IPSetId is returned by CreateIPSet and by ListIPSets.

                                                  \n@return The IPSetId for an IPSet. You use IPSetId to get information about an IPSet (see GetIPSet), update an IPSet (see UpdateIPSet), insert an IPSet into a Rule or delete one from a Rule (see UpdateRule), and delete an IPSet from AWS WAF (see DeleteIPSet).

                                                  IPSetId is returned by CreateIPSet and by ListIPSets.*/", "fluentSetterDocumentation" : "/**

                                                  The IPSetId for an IPSet. You use IPSetId to get information about an IPSet (see GetIPSet), update an IPSet (see UpdateIPSet), insert an IPSet into a Rule or delete one from a Rule (see UpdateRule), and delete an IPSet from AWS WAF (see DeleteIPSet).

                                                  IPSetId is returned by CreateIPSet and by ListIPSets.

                                                  \n@param iPSetId The IPSetId for an IPSet. You use IPSetId to get information about an IPSet (see GetIPSet), update an IPSet (see UpdateIPSet), insert an IPSet into a Rule or delete one from a Rule (see UpdateRule), and delete an IPSet from AWS WAF (see DeleteIPSet).

                                                  IPSetId is returned by CreateIPSet and by ListIPSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The IPSetId for an IPSet. You use IPSetId to get information about an IPSet (see GetIPSet), update an IPSet (see UpdateIPSet), insert an IPSet into a Rule or delete one from a Rule (see UpdateRule), and delete an IPSet from AWS WAF (see DeleteIPSet).

                                                  IPSetId is returned by CreateIPSet and by ListIPSets.

                                                  \n@param iPSetId The IPSetId for an IPSet. You use IPSetId to get information about an IPSet (see GetIPSet), update an IPSet (see UpdateIPSet), insert an IPSet into a Rule or delete one from a Rule (see UpdateRule), and delete an IPSet from AWS WAF (see DeleteIPSet).

                                                  IPSetId is returned by CreateIPSet and by ListIPSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "WAFInternalErrorException" : { "c2jName" : "WAFInternalErrorException", "documentation" : "

                                                  The operation failed because of a system problem, even though the request was valid. Retry your request.

                                                  ", "shapeName" : "WAFInternalErrorException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "wAFInternalErrorException", "variableType" : "WAFInternalErrorException", "variableDeclarationType" : "WAFInternalErrorException", "documentation" : null, "simpleType" : "WAFInternalErrorException", "variableSetterType" : "WAFInternalErrorException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "WAFInternalErrorException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "WAFReferencedItemException" : { "c2jName" : "WAFReferencedItemException", "documentation" : "

                                                  The operation failed because you tried to delete an object that is still in use. For example:

                                                  • You tried to delete a ByteMatchSet that is still referenced by a Rule.
                                                  • You tried to delete a Rule that is still referenced by a WebACL.

                                                  ", "shapeName" : "WAFReferencedItemException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "wAFReferencedItemException", "variableType" : "WAFReferencedItemException", "variableDeclarationType" : "WAFReferencedItemException", "documentation" : null, "simpleType" : "WAFReferencedItemException", "variableSetterType" : "WAFReferencedItemException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "WAFReferencedItemException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "UpdateByteMatchSetRequest" : { "c2jName" : "UpdateByteMatchSetRequest", "documentation" : "", "shapeName" : "UpdateByteMatchSetRequest", "deprecated" : false, "required" : [ "ByteMatchSetId", "ChangeToken", "Updates" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                  The ByteMatchSetId of the ByteMatchSet that you want to update. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                  ", "name" : "ByteMatchSetId", "c2jName" : "ByteMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "byteMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The ByteMatchSetId of the ByteMatchSet that you want to update. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "byteMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ByteMatchSetId", "marshallLocationName" : "ByteMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                  The ByteMatchSetId of the ByteMatchSet that you want to update. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                  \n@param byteMatchSetId The ByteMatchSetId of the ByteMatchSet that you want to update. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.*/", "getterDocumentation" : "/**

                                                  The ByteMatchSetId of the ByteMatchSet that you want to update. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                  \n@return The ByteMatchSetId of the ByteMatchSet that you want to update. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                  The ByteMatchSetId of the ByteMatchSet that you want to update. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                  \n@param byteMatchSetId The ByteMatchSetId of the ByteMatchSet that you want to update. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The ByteMatchSetId of the ByteMatchSet that you want to update. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                  \n@param byteMatchSetId The ByteMatchSetId of the ByteMatchSet that you want to update. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                  The value returned by the most recent call to GetChangeToken.

                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The value returned by the most recent call to GetChangeToken.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                  The value returned by the most recent call to GetChangeToken.

                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                  The value returned by the most recent call to GetChangeToken.

                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                  The value returned by the most recent call to GetChangeToken.

                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The value returned by the most recent call to GetChangeToken.

                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                  An array of ByteMatchSetUpdate objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:

                                                  ", "name" : "Updates", "c2jName" : "Updates", "c2jShape" : "ByteMatchSetUpdates", "variable" : { "variableName" : "updates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                  An array of ByteMatchSetUpdate objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "updates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Updates", "marshallLocationName" : "Updates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ByteMatchSetUpdate", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ByteMatchSetUpdate", "variable" : { "variableName" : "member", "variableType" : "ByteMatchSetUpdate", "variableDeclarationType" : "ByteMatchSetUpdate", "documentation" : "", "simpleType" : "ByteMatchSetUpdate", "variableSetterType" : "ByteMatchSetUpdate" }, "setterModel" : { "variableName" : "member", "variableType" : "ByteMatchSetUpdate", "variableDeclarationType" : "ByteMatchSetUpdate", "documentation" : "", "simpleType" : "ByteMatchSetUpdate", "variableSetterType" : "ByteMatchSetUpdate" }, "getterModel" : { "returnType" : "ByteMatchSetUpdate", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ByteMatchSetUpdate", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                  An array of ByteMatchSetUpdate objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:

                                                  \n@param updates An array of ByteMatchSetUpdate objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:

                                                  • ByteMatchSetUpdate: Contains Action and ByteMatchTuple
                                                  • ByteMatchTuple: Contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
                                                  • FieldToMatch: Contains Data and Type
                                                  • */", "getterDocumentation" : "/**

                                                    An array of ByteMatchSetUpdate objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:

                                                    \n@return An array of ByteMatchSetUpdate objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:

                                                    • ByteMatchSetUpdate: Contains Action and ByteMatchTuple
                                                    • ByteMatchTuple: Contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
                                                    • FieldToMatch: Contains Data and Type
                                                    • */", "fluentSetterDocumentation" : "/**

                                                      An array of ByteMatchSetUpdate objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:

                                                      \n@param updates An array of ByteMatchSetUpdate objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:

                                                      • ByteMatchSetUpdate: Contains Action and ByteMatchTuple
                                                      • ByteMatchTuple: Contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
                                                      • FieldToMatch: Contains Data and Type
                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                        An array of ByteMatchSetUpdate objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:

                                                        \n

                                                        NOTE: This method appends the values to the existing list (if any). Use {@link #setUpdates(java.util.Collection)} or {@link #withUpdates(java.util.Collection)} if you want to override the existing values.

                                                        \n@param updates An array of ByteMatchSetUpdate objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:

                                                        • ByteMatchSetUpdate: Contains Action and ByteMatchTuple
                                                        • ByteMatchTuple: Contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
                                                        • FieldToMatch: Contains Data and Type
                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "updateByteMatchSetRequest", "variableType" : "UpdateByteMatchSetRequest", "variableDeclarationType" : "UpdateByteMatchSetRequest", "documentation" : null, "simpleType" : "UpdateByteMatchSetRequest", "variableSetterType" : "UpdateByteMatchSetRequest" }, "marshaller" : { "action" : "UpdateByteMatchSet", "verb" : "POST", "target" : "AWSWAF_20150824.UpdateByteMatchSet", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Updates" : { "documentation" : "

                                                          An array of ByteMatchSetUpdate objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:

                                                          ", "name" : "Updates", "c2jName" : "Updates", "c2jShape" : "ByteMatchSetUpdates", "variable" : { "variableName" : "updates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                          An array of ByteMatchSetUpdate objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:

                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "updates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Updates", "marshallLocationName" : "Updates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ByteMatchSetUpdate", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ByteMatchSetUpdate", "variable" : { "variableName" : "member", "variableType" : "ByteMatchSetUpdate", "variableDeclarationType" : "ByteMatchSetUpdate", "documentation" : "", "simpleType" : "ByteMatchSetUpdate", "variableSetterType" : "ByteMatchSetUpdate" }, "setterModel" : { "variableName" : "member", "variableType" : "ByteMatchSetUpdate", "variableDeclarationType" : "ByteMatchSetUpdate", "documentation" : "", "simpleType" : "ByteMatchSetUpdate", "variableSetterType" : "ByteMatchSetUpdate" }, "getterModel" : { "returnType" : "ByteMatchSetUpdate", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ByteMatchSetUpdate", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                          An array of ByteMatchSetUpdate objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:

                                                          \n@param updates An array of ByteMatchSetUpdate objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:

                                                          • ByteMatchSetUpdate: Contains Action and ByteMatchTuple
                                                          • ByteMatchTuple: Contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
                                                          • FieldToMatch: Contains Data and Type
                                                          • */", "getterDocumentation" : "/**

                                                            An array of ByteMatchSetUpdate objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:

                                                            \n@return An array of ByteMatchSetUpdate objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:

                                                            • ByteMatchSetUpdate: Contains Action and ByteMatchTuple
                                                            • ByteMatchTuple: Contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
                                                            • FieldToMatch: Contains Data and Type
                                                            • */", "fluentSetterDocumentation" : "/**

                                                              An array of ByteMatchSetUpdate objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:

                                                              \n@param updates An array of ByteMatchSetUpdate objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:

                                                              • ByteMatchSetUpdate: Contains Action and ByteMatchTuple
                                                              • ByteMatchTuple: Contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
                                                              • FieldToMatch: Contains Data and Type
                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                An array of ByteMatchSetUpdate objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:

                                                                \n

                                                                NOTE: This method appends the values to the existing list (if any). Use {@link #setUpdates(java.util.Collection)} or {@link #withUpdates(java.util.Collection)} if you want to override the existing values.

                                                                \n@param updates An array of ByteMatchSetUpdate objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:

                                                                • ByteMatchSetUpdate: Contains Action and ByteMatchTuple
                                                                • ByteMatchTuple: Contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
                                                                • FieldToMatch: Contains Data and Type
                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "ByteMatchSetId" : { "documentation" : "

                                                                  The ByteMatchSetId of the ByteMatchSet that you want to update. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                  ", "name" : "ByteMatchSetId", "c2jName" : "ByteMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "byteMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The ByteMatchSetId of the ByteMatchSet that you want to update. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "byteMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ByteMatchSetId", "marshallLocationName" : "ByteMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The ByteMatchSetId of the ByteMatchSet that you want to update. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                  \n@param byteMatchSetId The ByteMatchSetId of the ByteMatchSet that you want to update. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.*/", "getterDocumentation" : "/**

                                                                  The ByteMatchSetId of the ByteMatchSet that you want to update. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                  \n@return The ByteMatchSetId of the ByteMatchSet that you want to update. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                  The ByteMatchSetId of the ByteMatchSet that you want to update. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                  \n@param byteMatchSetId The ByteMatchSetId of the ByteMatchSet that you want to update. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The ByteMatchSetId of the ByteMatchSet that you want to update. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                  \n@param byteMatchSetId The ByteMatchSetId of the ByteMatchSet that you want to update. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ChangeToken" : { "documentation" : "

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "XssMatchSetSummary" : { "c2jName" : "XssMatchSetSummary", "documentation" : "

                                                                  The Id and Name of an XssMatchSet.

                                                                  ", "shapeName" : "XssMatchSetSummary", "deprecated" : false, "required" : [ "XssMatchSetId", "Name" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about a XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                  ", "name" : "XssMatchSetId", "c2jName" : "XssMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "xssMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about a XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "xssMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "XssMatchSetId", "marshallLocationName" : "XssMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about a XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                  \n@param xssMatchSetId A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about a XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.*/", "getterDocumentation" : "/**

                                                                  A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about a XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                  \n@return A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about a XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                  A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about a XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                  \n@param xssMatchSetId A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about a XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about a XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                  \n@param xssMatchSetId A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about a XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  The name of the XssMatchSet, if any, specified by Id.

                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the XssMatchSet, if any, specified by Id.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The name of the XssMatchSet, if any, specified by Id.

                                                                  \n@param name The name of the XssMatchSet, if any, specified by Id.*/", "getterDocumentation" : "/**

                                                                  The name of the XssMatchSet, if any, specified by Id.

                                                                  \n@return The name of the XssMatchSet, if any, specified by Id.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the XssMatchSet, if any, specified by Id.

                                                                  \n@param name The name of the XssMatchSet, if any, specified by Id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the XssMatchSet, if any, specified by Id.

                                                                  \n@param name The name of the XssMatchSet, if any, specified by Id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "xssMatchSetSummary", "variableType" : "XssMatchSetSummary", "variableDeclarationType" : "XssMatchSetSummary", "documentation" : null, "simpleType" : "XssMatchSetSummary", "variableSetterType" : "XssMatchSetSummary" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                                                  The name of the XssMatchSet, if any, specified by Id.

                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the XssMatchSet, if any, specified by Id.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The name of the XssMatchSet, if any, specified by Id.

                                                                  \n@param name The name of the XssMatchSet, if any, specified by Id.*/", "getterDocumentation" : "/**

                                                                  The name of the XssMatchSet, if any, specified by Id.

                                                                  \n@return The name of the XssMatchSet, if any, specified by Id.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the XssMatchSet, if any, specified by Id.

                                                                  \n@param name The name of the XssMatchSet, if any, specified by Id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the XssMatchSet, if any, specified by Id.

                                                                  \n@param name The name of the XssMatchSet, if any, specified by Id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "XssMatchSetId" : { "documentation" : "

                                                                  A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about a XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                  ", "name" : "XssMatchSetId", "c2jName" : "XssMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "xssMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about a XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "xssMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "XssMatchSetId", "marshallLocationName" : "XssMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about a XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                  \n@param xssMatchSetId A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about a XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.*/", "getterDocumentation" : "/**

                                                                  A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about a XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                  \n@return A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about a XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                  A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about a XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                  \n@param xssMatchSetId A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about a XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about a XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                  \n@param xssMatchSetId A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about a XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DeleteByteMatchSetResult" : { "c2jName" : "DeleteByteMatchSetResponse", "documentation" : "", "shapeName" : "DeleteByteMatchSetResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  The ChangeToken that you used to submit the DeleteByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The ChangeToken that you used to submit the DeleteByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The ChangeToken that you used to submit the DeleteByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                  The ChangeToken that you used to submit the DeleteByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                  \n@return The ChangeToken that you used to submit the DeleteByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                  The ChangeToken that you used to submit the DeleteByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The ChangeToken that you used to submit the DeleteByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "deleteByteMatchSetResult", "variableType" : "DeleteByteMatchSetResult", "variableDeclarationType" : "DeleteByteMatchSetResult", "documentation" : null, "simpleType" : "DeleteByteMatchSetResult", "variableSetterType" : "DeleteByteMatchSetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeToken" : { "documentation" : "

                                                                  The ChangeToken that you used to submit the DeleteByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The ChangeToken that you used to submit the DeleteByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The ChangeToken that you used to submit the DeleteByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                  The ChangeToken that you used to submit the DeleteByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                  \n@return The ChangeToken that you used to submit the DeleteByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                  The ChangeToken that you used to submit the DeleteByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The ChangeToken that you used to submit the DeleteByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DeleteSizeConstraintSetRequest" : { "c2jName" : "DeleteSizeConstraintSetRequest", "documentation" : "", "shapeName" : "DeleteSizeConstraintSetRequest", "deprecated" : false, "required" : [ "SizeConstraintSetId", "ChangeToken" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  The SizeConstraintSetId of the SizeConstraintSet that you want to delete. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                  ", "name" : "SizeConstraintSetId", "c2jName" : "SizeConstraintSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "sizeConstraintSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The SizeConstraintSetId of the SizeConstraintSet that you want to delete. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sizeConstraintSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SizeConstraintSetId", "marshallLocationName" : "SizeConstraintSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The SizeConstraintSetId of the SizeConstraintSet that you want to delete. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                  \n@param sizeConstraintSetId The SizeConstraintSetId of the SizeConstraintSet that you want to delete. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.*/", "getterDocumentation" : "/**

                                                                  The SizeConstraintSetId of the SizeConstraintSet that you want to delete. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                  \n@return The SizeConstraintSetId of the SizeConstraintSet that you want to delete. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.*/", "fluentSetterDocumentation" : "/**

                                                                  The SizeConstraintSetId of the SizeConstraintSet that you want to delete. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                  \n@param sizeConstraintSetId The SizeConstraintSetId of the SizeConstraintSet that you want to delete. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The SizeConstraintSetId of the SizeConstraintSet that you want to delete. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                  \n@param sizeConstraintSetId The SizeConstraintSetId of the SizeConstraintSet that you want to delete. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "deleteSizeConstraintSetRequest", "variableType" : "DeleteSizeConstraintSetRequest", "variableDeclarationType" : "DeleteSizeConstraintSetRequest", "documentation" : null, "simpleType" : "DeleteSizeConstraintSetRequest", "variableSetterType" : "DeleteSizeConstraintSetRequest" }, "marshaller" : { "action" : "DeleteSizeConstraintSet", "verb" : "POST", "target" : "AWSWAF_20150824.DeleteSizeConstraintSet", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SizeConstraintSetId" : { "documentation" : "

                                                                  The SizeConstraintSetId of the SizeConstraintSet that you want to delete. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                  ", "name" : "SizeConstraintSetId", "c2jName" : "SizeConstraintSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "sizeConstraintSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The SizeConstraintSetId of the SizeConstraintSet that you want to delete. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sizeConstraintSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SizeConstraintSetId", "marshallLocationName" : "SizeConstraintSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The SizeConstraintSetId of the SizeConstraintSet that you want to delete. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                  \n@param sizeConstraintSetId The SizeConstraintSetId of the SizeConstraintSet that you want to delete. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.*/", "getterDocumentation" : "/**

                                                                  The SizeConstraintSetId of the SizeConstraintSet that you want to delete. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                  \n@return The SizeConstraintSetId of the SizeConstraintSet that you want to delete. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.*/", "fluentSetterDocumentation" : "/**

                                                                  The SizeConstraintSetId of the SizeConstraintSet that you want to delete. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                  \n@param sizeConstraintSetId The SizeConstraintSetId of the SizeConstraintSet that you want to delete. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The SizeConstraintSetId of the SizeConstraintSet that you want to delete. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                  \n@param sizeConstraintSetId The SizeConstraintSetId of the SizeConstraintSet that you want to delete. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ChangeToken" : { "documentation" : "

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ListByteMatchSetsResult" : { "c2jName" : "ListByteMatchSetsResponse", "documentation" : "", "shapeName" : "ListByteMatchSetsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  If you have more ByteMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more ByteMatchSet objects, submit another ListByteMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  If you have more ByteMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more ByteMatchSet objects, submit another ListByteMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  If you have more ByteMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more ByteMatchSet objects, submit another ListByteMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                  \n@param nextMarker If you have more ByteMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more ByteMatchSet objects, submit another ListByteMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.*/", "getterDocumentation" : "/**

                                                                  If you have more ByteMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more ByteMatchSet objects, submit another ListByteMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                  \n@return If you have more ByteMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more ByteMatchSet objects, submit another ListByteMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.*/", "fluentSetterDocumentation" : "/**

                                                                  If you have more ByteMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more ByteMatchSet objects, submit another ListByteMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                  \n@param nextMarker If you have more ByteMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more ByteMatchSet objects, submit another ListByteMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  If you have more ByteMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more ByteMatchSet objects, submit another ListByteMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                  \n@param nextMarker If you have more ByteMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more ByteMatchSet objects, submit another ListByteMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  An array of ByteMatchSetSummary objects.

                                                                  ", "name" : "ByteMatchSets", "c2jName" : "ByteMatchSets", "c2jShape" : "ByteMatchSetSummaries", "variable" : { "variableName" : "byteMatchSets", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                  An array of ByteMatchSetSummary objects.

                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "byteMatchSets", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ByteMatchSets", "marshallLocationName" : "ByteMatchSets", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ByteMatchSetSummary", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ByteMatchSetSummary", "variable" : { "variableName" : "member", "variableType" : "ByteMatchSetSummary", "variableDeclarationType" : "ByteMatchSetSummary", "documentation" : "", "simpleType" : "ByteMatchSetSummary", "variableSetterType" : "ByteMatchSetSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "ByteMatchSetSummary", "variableDeclarationType" : "ByteMatchSetSummary", "documentation" : "", "simpleType" : "ByteMatchSetSummary", "variableSetterType" : "ByteMatchSetSummary" }, "getterModel" : { "returnType" : "ByteMatchSetSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ByteMatchSetSummary", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  An array of ByteMatchSetSummary objects.

                                                                  \n@param byteMatchSets An array of ByteMatchSetSummary objects.*/", "getterDocumentation" : "/**

                                                                  An array of ByteMatchSetSummary objects.

                                                                  \n@return An array of ByteMatchSetSummary objects.*/", "fluentSetterDocumentation" : "/**

                                                                  An array of ByteMatchSetSummary objects.

                                                                  \n@param byteMatchSets An array of ByteMatchSetSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  An array of ByteMatchSetSummary objects.

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setByteMatchSets(java.util.Collection)} or {@link #withByteMatchSets(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param byteMatchSets An array of ByteMatchSetSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "listByteMatchSetsResult", "variableType" : "ListByteMatchSetsResult", "variableDeclarationType" : "ListByteMatchSetsResult", "documentation" : null, "simpleType" : "ListByteMatchSetsResult", "variableSetterType" : "ListByteMatchSetsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ByteMatchSets" : { "documentation" : "

                                                                  An array of ByteMatchSetSummary objects.

                                                                  ", "name" : "ByteMatchSets", "c2jName" : "ByteMatchSets", "c2jShape" : "ByteMatchSetSummaries", "variable" : { "variableName" : "byteMatchSets", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                  An array of ByteMatchSetSummary objects.

                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "byteMatchSets", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ByteMatchSets", "marshallLocationName" : "ByteMatchSets", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ByteMatchSetSummary", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ByteMatchSetSummary", "variable" : { "variableName" : "member", "variableType" : "ByteMatchSetSummary", "variableDeclarationType" : "ByteMatchSetSummary", "documentation" : "", "simpleType" : "ByteMatchSetSummary", "variableSetterType" : "ByteMatchSetSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "ByteMatchSetSummary", "variableDeclarationType" : "ByteMatchSetSummary", "documentation" : "", "simpleType" : "ByteMatchSetSummary", "variableSetterType" : "ByteMatchSetSummary" }, "getterModel" : { "returnType" : "ByteMatchSetSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ByteMatchSetSummary", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  An array of ByteMatchSetSummary objects.

                                                                  \n@param byteMatchSets An array of ByteMatchSetSummary objects.*/", "getterDocumentation" : "/**

                                                                  An array of ByteMatchSetSummary objects.

                                                                  \n@return An array of ByteMatchSetSummary objects.*/", "fluentSetterDocumentation" : "/**

                                                                  An array of ByteMatchSetSummary objects.

                                                                  \n@param byteMatchSets An array of ByteMatchSetSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  An array of ByteMatchSetSummary objects.

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setByteMatchSets(java.util.Collection)} or {@link #withByteMatchSets(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param byteMatchSets An array of ByteMatchSetSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "NextMarker" : { "documentation" : "

                                                                  If you have more ByteMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more ByteMatchSet objects, submit another ListByteMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  If you have more ByteMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more ByteMatchSet objects, submit another ListByteMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  If you have more ByteMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more ByteMatchSet objects, submit another ListByteMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                  \n@param nextMarker If you have more ByteMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more ByteMatchSet objects, submit another ListByteMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.*/", "getterDocumentation" : "/**

                                                                  If you have more ByteMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more ByteMatchSet objects, submit another ListByteMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                  \n@return If you have more ByteMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more ByteMatchSet objects, submit another ListByteMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.*/", "fluentSetterDocumentation" : "/**

                                                                  If you have more ByteMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more ByteMatchSet objects, submit another ListByteMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                  \n@param nextMarker If you have more ByteMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more ByteMatchSet objects, submit another ListByteMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  If you have more ByteMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more ByteMatchSet objects, submit another ListByteMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                  \n@param nextMarker If you have more ByteMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more ByteMatchSet objects, submit another ListByteMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ParameterExceptionField" : { "c2jName" : "ParameterExceptionField", "documentation" : "", "shapeName" : "ParameterExceptionField", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "CHANGE_ACTION", "value" : "CHANGE_ACTION" }, { "name" : "WAF_ACTION", "value" : "WAF_ACTION" }, { "name" : "PREDICATE_TYPE", "value" : "PREDICATE_TYPE" }, { "name" : "IPSET_TYPE", "value" : "IPSET_TYPE" }, { "name" : "BYTE_MATCH_FIELD_TYPE", "value" : "BYTE_MATCH_FIELD_TYPE" }, { "name" : "SQL_INJECTION_MATCH_FIELD_TYPE", "value" : "SQL_INJECTION_MATCH_FIELD_TYPE" }, { "name" : "BYTE_MATCH_TEXT_TRANSFORMATION", "value" : "BYTE_MATCH_TEXT_TRANSFORMATION" }, { "name" : "BYTE_MATCH_POSITIONAL_CONSTRAINT", "value" : "BYTE_MATCH_POSITIONAL_CONSTRAINT" }, { "name" : "SIZE_CONSTRAINT_COMPARISON_OPERATOR", "value" : "SIZE_CONSTRAINT_COMPARISON_OPERATOR" } ], "variable" : { "variableName" : "parameterExceptionField", "variableType" : "ParameterExceptionField", "variableDeclarationType" : "ParameterExceptionField", "documentation" : null, "simpleType" : "ParameterExceptionField", "variableSetterType" : "ParameterExceptionField" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SampledHTTPRequest" : { "c2jName" : "SampledHTTPRequest", "documentation" : "

                                                                  The response from a GetSampledRequests request includes a SampledHTTPRequests complex type that appears as SampledRequests in the response syntax. SampledHTTPRequests contains one SampledHTTPRequest object for each web request that is returned by GetSampledRequests.

                                                                  ", "shapeName" : "SampledHTTPRequest", "deprecated" : false, "required" : [ "Request", "Weight" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  A complex type that contains detailed information about the request.

                                                                  ", "name" : "Request", "c2jName" : "Request", "c2jShape" : "HTTPRequest", "variable" : { "variableName" : "request", "variableType" : "HTTPRequest", "variableDeclarationType" : "HTTPRequest", "documentation" : "

                                                                  A complex type that contains detailed information about the request.

                                                                  ", "simpleType" : "HTTPRequest", "variableSetterType" : "HTTPRequest" }, "setterModel" : { "variableName" : "request", "variableType" : "HTTPRequest", "variableDeclarationType" : "HTTPRequest", "documentation" : "", "simpleType" : "HTTPRequest", "variableSetterType" : "HTTPRequest" }, "getterModel" : { "returnType" : "HTTPRequest", "documentation" : null }, "http" : { "unmarshallLocationName" : "Request", "marshallLocationName" : "Request", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  A complex type that contains detailed information about the request.

                                                                  \n@param request A complex type that contains detailed information about the request.*/", "getterDocumentation" : "/**

                                                                  A complex type that contains detailed information about the request.

                                                                  \n@return A complex type that contains detailed information about the request.*/", "fluentSetterDocumentation" : "/**

                                                                  A complex type that contains detailed information about the request.

                                                                  \n@param request A complex type that contains detailed information about the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A complex type that contains detailed information about the request.

                                                                  \n@param request A complex type that contains detailed information about the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, { "documentation" : "

                                                                  A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of 2 represents roughly twice as many CloudFront web requests as a result that has a weight of 1.

                                                                  ", "name" : "Weight", "c2jName" : "Weight", "c2jShape" : "SampleWeight", "variable" : { "variableName" : "weight", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                  A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of 2 represents roughly twice as many CloudFront web requests as a result that has a weight of 1.

                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "weight", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "Weight", "marshallLocationName" : "Weight", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of 2 represents roughly twice as many CloudFront web requests as a result that has a weight of 1.

                                                                  \n@param weight A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of 2 represents roughly twice as many CloudFront web requests as a result that has a weight of 1.*/", "getterDocumentation" : "/**

                                                                  A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of 2 represents roughly twice as many CloudFront web requests as a result that has a weight of 1.

                                                                  \n@return A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of 2 represents roughly twice as many CloudFront web requests as a result that has a weight of 1.*/", "fluentSetterDocumentation" : "/**

                                                                  A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of 2 represents roughly twice as many CloudFront web requests as a result that has a weight of 1.

                                                                  \n@param weight A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of 2 represents roughly twice as many CloudFront web requests as a result that has a weight of 1.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of 2 represents roughly twice as many CloudFront web requests as a result that has a weight of 1.

                                                                  \n@param weight A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of 2 represents roughly twice as many CloudFront web requests as a result that has a weight of 1.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).

                                                                  ", "name" : "Timestamp", "c2jName" : "Timestamp", "c2jShape" : "Timestamp", "variable" : { "variableName" : "timestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                  The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).

                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "timestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "Timestamp", "marshallLocationName" : "Timestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).

                                                                  \n@param timestamp The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).*/", "getterDocumentation" : "/**

                                                                  The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).

                                                                  \n@return The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).*/", "fluentSetterDocumentation" : "/**

                                                                  The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).

                                                                  \n@param timestamp The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).

                                                                  \n@param timestamp The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  The action for the Rule that the request matched: ALLOW, BLOCK, or COUNT.

                                                                  ", "name" : "Action", "c2jName" : "Action", "c2jShape" : "Action", "variable" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The action for the Rule that the request matched: ALLOW, BLOCK, or COUNT.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Action", "marshallLocationName" : "Action", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The action for the Rule that the request matched: ALLOW, BLOCK, or COUNT.

                                                                  \n@param action The action for the Rule that the request matched: ALLOW, BLOCK, or COUNT.*/", "getterDocumentation" : "/**

                                                                  The action for the Rule that the request matched: ALLOW, BLOCK, or COUNT.

                                                                  \n@return The action for the Rule that the request matched: ALLOW, BLOCK, or COUNT.*/", "fluentSetterDocumentation" : "/**

                                                                  The action for the Rule that the request matched: ALLOW, BLOCK, or COUNT.

                                                                  \n@param action The action for the Rule that the request matched: ALLOW, BLOCK, or COUNT.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The action for the Rule that the request matched: ALLOW, BLOCK, or COUNT.

                                                                  \n@param action The action for the Rule that the request matched: ALLOW, BLOCK, or COUNT.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "sampledHTTPRequest", "variableType" : "SampledHTTPRequest", "variableDeclarationType" : "SampledHTTPRequest", "documentation" : null, "simpleType" : "SampledHTTPRequest", "variableSetterType" : "SampledHTTPRequest" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Action" : { "documentation" : "

                                                                  The action for the Rule that the request matched: ALLOW, BLOCK, or COUNT.

                                                                  ", "name" : "Action", "c2jName" : "Action", "c2jShape" : "Action", "variable" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The action for the Rule that the request matched: ALLOW, BLOCK, or COUNT.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Action", "marshallLocationName" : "Action", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The action for the Rule that the request matched: ALLOW, BLOCK, or COUNT.

                                                                  \n@param action The action for the Rule that the request matched: ALLOW, BLOCK, or COUNT.*/", "getterDocumentation" : "/**

                                                                  The action for the Rule that the request matched: ALLOW, BLOCK, or COUNT.

                                                                  \n@return The action for the Rule that the request matched: ALLOW, BLOCK, or COUNT.*/", "fluentSetterDocumentation" : "/**

                                                                  The action for the Rule that the request matched: ALLOW, BLOCK, or COUNT.

                                                                  \n@param action The action for the Rule that the request matched: ALLOW, BLOCK, or COUNT.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The action for the Rule that the request matched: ALLOW, BLOCK, or COUNT.

                                                                  \n@param action The action for the Rule that the request matched: ALLOW, BLOCK, or COUNT.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Weight" : { "documentation" : "

                                                                  A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of 2 represents roughly twice as many CloudFront web requests as a result that has a weight of 1.

                                                                  ", "name" : "Weight", "c2jName" : "Weight", "c2jShape" : "SampleWeight", "variable" : { "variableName" : "weight", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                  A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of 2 represents roughly twice as many CloudFront web requests as a result that has a weight of 1.

                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "weight", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "Weight", "marshallLocationName" : "Weight", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of 2 represents roughly twice as many CloudFront web requests as a result that has a weight of 1.

                                                                  \n@param weight A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of 2 represents roughly twice as many CloudFront web requests as a result that has a weight of 1.*/", "getterDocumentation" : "/**

                                                                  A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of 2 represents roughly twice as many CloudFront web requests as a result that has a weight of 1.

                                                                  \n@return A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of 2 represents roughly twice as many CloudFront web requests as a result that has a weight of 1.*/", "fluentSetterDocumentation" : "/**

                                                                  A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of 2 represents roughly twice as many CloudFront web requests as a result that has a weight of 1.

                                                                  \n@param weight A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of 2 represents roughly twice as many CloudFront web requests as a result that has a weight of 1.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of 2 represents roughly twice as many CloudFront web requests as a result that has a weight of 1.

                                                                  \n@param weight A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of 2 represents roughly twice as many CloudFront web requests as a result that has a weight of 1.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Request" : { "documentation" : "

                                                                  A complex type that contains detailed information about the request.

                                                                  ", "name" : "Request", "c2jName" : "Request", "c2jShape" : "HTTPRequest", "variable" : { "variableName" : "request", "variableType" : "HTTPRequest", "variableDeclarationType" : "HTTPRequest", "documentation" : "

                                                                  A complex type that contains detailed information about the request.

                                                                  ", "simpleType" : "HTTPRequest", "variableSetterType" : "HTTPRequest" }, "setterModel" : { "variableName" : "request", "variableType" : "HTTPRequest", "variableDeclarationType" : "HTTPRequest", "documentation" : "", "simpleType" : "HTTPRequest", "variableSetterType" : "HTTPRequest" }, "getterModel" : { "returnType" : "HTTPRequest", "documentation" : null }, "http" : { "unmarshallLocationName" : "Request", "marshallLocationName" : "Request", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  A complex type that contains detailed information about the request.

                                                                  \n@param request A complex type that contains detailed information about the request.*/", "getterDocumentation" : "/**

                                                                  A complex type that contains detailed information about the request.

                                                                  \n@return A complex type that contains detailed information about the request.*/", "fluentSetterDocumentation" : "/**

                                                                  A complex type that contains detailed information about the request.

                                                                  \n@param request A complex type that contains detailed information about the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A complex type that contains detailed information about the request.

                                                                  \n@param request A complex type that contains detailed information about the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "Timestamp" : { "documentation" : "

                                                                  The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).

                                                                  ", "name" : "Timestamp", "c2jName" : "Timestamp", "c2jShape" : "Timestamp", "variable" : { "variableName" : "timestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                  The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).

                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "timestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "Timestamp", "marshallLocationName" : "Timestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).

                                                                  \n@param timestamp The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).*/", "getterDocumentation" : "/**

                                                                  The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).

                                                                  \n@return The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).*/", "fluentSetterDocumentation" : "/**

                                                                  The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).

                                                                  \n@param timestamp The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).

                                                                  \n@param timestamp The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ListXssMatchSetsResult" : { "c2jName" : "ListXssMatchSetsResponse", "documentation" : "

                                                                  The response to a ListXssMatchSets request.

                                                                  ", "shapeName" : "ListXssMatchSetsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  If you have more XssMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more XssMatchSet objects, submit another ListXssMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  If you have more XssMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more XssMatchSet objects, submit another ListXssMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  If you have more XssMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more XssMatchSet objects, submit another ListXssMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                  \n@param nextMarker If you have more XssMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more XssMatchSet objects, submit another ListXssMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.*/", "getterDocumentation" : "/**

                                                                  If you have more XssMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more XssMatchSet objects, submit another ListXssMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                  \n@return If you have more XssMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more XssMatchSet objects, submit another ListXssMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.*/", "fluentSetterDocumentation" : "/**

                                                                  If you have more XssMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more XssMatchSet objects, submit another ListXssMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                  \n@param nextMarker If you have more XssMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more XssMatchSet objects, submit another ListXssMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  If you have more XssMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more XssMatchSet objects, submit another ListXssMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                  \n@param nextMarker If you have more XssMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more XssMatchSet objects, submit another ListXssMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  An array of XssMatchSetSummary objects.

                                                                  ", "name" : "XssMatchSets", "c2jName" : "XssMatchSets", "c2jShape" : "XssMatchSetSummaries", "variable" : { "variableName" : "xssMatchSets", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                  An array of XssMatchSetSummary objects.

                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "xssMatchSets", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "XssMatchSets", "marshallLocationName" : "XssMatchSets", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "XssMatchSetSummary", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XssMatchSetSummary", "variable" : { "variableName" : "member", "variableType" : "XssMatchSetSummary", "variableDeclarationType" : "XssMatchSetSummary", "documentation" : "", "simpleType" : "XssMatchSetSummary", "variableSetterType" : "XssMatchSetSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "XssMatchSetSummary", "variableDeclarationType" : "XssMatchSetSummary", "documentation" : "", "simpleType" : "XssMatchSetSummary", "variableSetterType" : "XssMatchSetSummary" }, "getterModel" : { "returnType" : "XssMatchSetSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "XssMatchSetSummary", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  An array of XssMatchSetSummary objects.

                                                                  \n@param xssMatchSets An array of XssMatchSetSummary objects.*/", "getterDocumentation" : "/**

                                                                  An array of XssMatchSetSummary objects.

                                                                  \n@return An array of XssMatchSetSummary objects.*/", "fluentSetterDocumentation" : "/**

                                                                  An array of XssMatchSetSummary objects.

                                                                  \n@param xssMatchSets An array of XssMatchSetSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  An array of XssMatchSetSummary objects.

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setXssMatchSets(java.util.Collection)} or {@link #withXssMatchSets(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param xssMatchSets An array of XssMatchSetSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "listXssMatchSetsResult", "variableType" : "ListXssMatchSetsResult", "variableDeclarationType" : "ListXssMatchSetsResult", "documentation" : null, "simpleType" : "ListXssMatchSetsResult", "variableSetterType" : "ListXssMatchSetsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "XssMatchSets" : { "documentation" : "

                                                                  An array of XssMatchSetSummary objects.

                                                                  ", "name" : "XssMatchSets", "c2jName" : "XssMatchSets", "c2jShape" : "XssMatchSetSummaries", "variable" : { "variableName" : "xssMatchSets", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                  An array of XssMatchSetSummary objects.

                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "xssMatchSets", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "XssMatchSets", "marshallLocationName" : "XssMatchSets", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "XssMatchSetSummary", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XssMatchSetSummary", "variable" : { "variableName" : "member", "variableType" : "XssMatchSetSummary", "variableDeclarationType" : "XssMatchSetSummary", "documentation" : "", "simpleType" : "XssMatchSetSummary", "variableSetterType" : "XssMatchSetSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "XssMatchSetSummary", "variableDeclarationType" : "XssMatchSetSummary", "documentation" : "", "simpleType" : "XssMatchSetSummary", "variableSetterType" : "XssMatchSetSummary" }, "getterModel" : { "returnType" : "XssMatchSetSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "XssMatchSetSummary", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  An array of XssMatchSetSummary objects.

                                                                  \n@param xssMatchSets An array of XssMatchSetSummary objects.*/", "getterDocumentation" : "/**

                                                                  An array of XssMatchSetSummary objects.

                                                                  \n@return An array of XssMatchSetSummary objects.*/", "fluentSetterDocumentation" : "/**

                                                                  An array of XssMatchSetSummary objects.

                                                                  \n@param xssMatchSets An array of XssMatchSetSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  An array of XssMatchSetSummary objects.

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setXssMatchSets(java.util.Collection)} or {@link #withXssMatchSets(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param xssMatchSets An array of XssMatchSetSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "NextMarker" : { "documentation" : "

                                                                  If you have more XssMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more XssMatchSet objects, submit another ListXssMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  If you have more XssMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more XssMatchSet objects, submit another ListXssMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  If you have more XssMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more XssMatchSet objects, submit another ListXssMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                  \n@param nextMarker If you have more XssMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more XssMatchSet objects, submit another ListXssMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.*/", "getterDocumentation" : "/**

                                                                  If you have more XssMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more XssMatchSet objects, submit another ListXssMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                  \n@return If you have more XssMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more XssMatchSet objects, submit another ListXssMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.*/", "fluentSetterDocumentation" : "/**

                                                                  If you have more XssMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more XssMatchSet objects, submit another ListXssMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                  \n@param nextMarker If you have more XssMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more XssMatchSet objects, submit another ListXssMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  If you have more XssMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more XssMatchSet objects, submit another ListXssMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                  \n@param nextMarker If you have more XssMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more XssMatchSet objects, submit another ListXssMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "IPSetDescriptor" : { "c2jName" : "IPSetDescriptor", "documentation" : "

                                                                  Specifies the IP address type (IPV4) and the IP address range (in CIDR format) that web requests originate from.

                                                                  ", "shapeName" : "IPSetDescriptor", "deprecated" : false, "required" : [ "Type", "Value" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  Specify IPV4.

                                                                  ", "name" : "Type", "c2jName" : "Type", "c2jShape" : "IPSetDescriptorType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  Specify IPV4.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Type", "marshallLocationName" : "Type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "IPSetDescriptorType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  Specify IPV4.

                                                                  \n@param type Specify IPV4.\n@see IPSetDescriptorType*/", "getterDocumentation" : "/**

                                                                  Specify IPV4.

                                                                  \n@return Specify IPV4.\n@see IPSetDescriptorType*/", "fluentSetterDocumentation" : "/**

                                                                  Specify IPV4.

                                                                  \n@param type Specify IPV4.\n@return Returns a reference to this object so that method calls can be chained together.\n@see IPSetDescriptorType*/", "varargSetterDocumentation" : "/**

                                                                  Specify IPV4.

                                                                  \n@param type Specify IPV4.\n@return Returns a reference to this object so that method calls can be chained together.\n@see IPSetDescriptorType*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  Specify an IPv4 address by using CIDR notation. For example:

                                                                  • To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify 192.0.2.44/32.
                                                                  • To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify 192.0.2.0/24.

                                                                  AWS WAF supports only /8, /16, /24, and /32 IP addresses.

                                                                  For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.

                                                                  ", "name" : "Value", "c2jName" : "Value", "c2jShape" : "IPSetDescriptorValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  Specify an IPv4 address by using CIDR notation. For example:

                                                                  • To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify 192.0.2.44/32.
                                                                  • To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify 192.0.2.0/24.

                                                                  AWS WAF supports only /8, /16, /24, and /32 IP addresses.

                                                                  For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  Specify an IPv4 address by using CIDR notation. For example:

                                                                  • To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify 192.0.2.44/32.
                                                                  • To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify 192.0.2.0/24.

                                                                  AWS WAF supports only /8, /16, /24, and /32 IP addresses.

                                                                  For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.

                                                                  \n@param value Specify an IPv4 address by using CIDR notation. For example:

                                                                  • To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify 192.0.2.44/32.
                                                                  • To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify 192.0.2.0/24.

                                                                  AWS WAF supports only /8, /16, /24, and /32 IP addresses.

                                                                  For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.*/", "getterDocumentation" : "/**

                                                                  Specify an IPv4 address by using CIDR notation. For example:

                                                                  • To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify 192.0.2.44/32.
                                                                  • To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify 192.0.2.0/24.

                                                                  AWS WAF supports only /8, /16, /24, and /32 IP addresses.

                                                                  For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.

                                                                  \n@return Specify an IPv4 address by using CIDR notation. For example:

                                                                  • To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify 192.0.2.44/32.
                                                                  • To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify 192.0.2.0/24.

                                                                  AWS WAF supports only /8, /16, /24, and /32 IP addresses.

                                                                  For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.*/", "fluentSetterDocumentation" : "/**

                                                                  Specify an IPv4 address by using CIDR notation. For example:

                                                                  • To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify 192.0.2.44/32.
                                                                  • To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify 192.0.2.0/24.

                                                                  AWS WAF supports only /8, /16, /24, and /32 IP addresses.

                                                                  For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.

                                                                  \n@param value Specify an IPv4 address by using CIDR notation. For example:

                                                                  • To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify 192.0.2.44/32.
                                                                  • To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify 192.0.2.0/24.

                                                                  AWS WAF supports only /8, /16, /24, and /32 IP addresses.

                                                                  For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  Specify an IPv4 address by using CIDR notation. For example:

                                                                  • To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify 192.0.2.44/32.
                                                                  • To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify 192.0.2.0/24.

                                                                  AWS WAF supports only /8, /16, /24, and /32 IP addresses.

                                                                  For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.

                                                                  \n@param value Specify an IPv4 address by using CIDR notation. For example:

                                                                  • To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify 192.0.2.44/32.
                                                                  • To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify 192.0.2.0/24.

                                                                  AWS WAF supports only /8, /16, /24, and /32 IP addresses.

                                                                  For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "iPSetDescriptor", "variableType" : "IPSetDescriptor", "variableDeclarationType" : "IPSetDescriptor", "documentation" : null, "simpleType" : "IPSetDescriptor", "variableSetterType" : "IPSetDescriptor" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Value" : { "documentation" : "

                                                                  Specify an IPv4 address by using CIDR notation. For example:

                                                                  • To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify 192.0.2.44/32.
                                                                  • To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify 192.0.2.0/24.

                                                                  AWS WAF supports only /8, /16, /24, and /32 IP addresses.

                                                                  For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.

                                                                  ", "name" : "Value", "c2jName" : "Value", "c2jShape" : "IPSetDescriptorValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  Specify an IPv4 address by using CIDR notation. For example:

                                                                  • To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify 192.0.2.44/32.
                                                                  • To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify 192.0.2.0/24.

                                                                  AWS WAF supports only /8, /16, /24, and /32 IP addresses.

                                                                  For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  Specify an IPv4 address by using CIDR notation. For example:

                                                                  • To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify 192.0.2.44/32.
                                                                  • To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify 192.0.2.0/24.

                                                                  AWS WAF supports only /8, /16, /24, and /32 IP addresses.

                                                                  For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.

                                                                  \n@param value Specify an IPv4 address by using CIDR notation. For example:

                                                                  • To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify 192.0.2.44/32.
                                                                  • To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify 192.0.2.0/24.

                                                                  AWS WAF supports only /8, /16, /24, and /32 IP addresses.

                                                                  For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.*/", "getterDocumentation" : "/**

                                                                  Specify an IPv4 address by using CIDR notation. For example:

                                                                  • To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify 192.0.2.44/32.
                                                                  • To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify 192.0.2.0/24.

                                                                  AWS WAF supports only /8, /16, /24, and /32 IP addresses.

                                                                  For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.

                                                                  \n@return Specify an IPv4 address by using CIDR notation. For example:

                                                                  • To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify 192.0.2.44/32.
                                                                  • To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify 192.0.2.0/24.

                                                                  AWS WAF supports only /8, /16, /24, and /32 IP addresses.

                                                                  For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.*/", "fluentSetterDocumentation" : "/**

                                                                  Specify an IPv4 address by using CIDR notation. For example:

                                                                  • To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify 192.0.2.44/32.
                                                                  • To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify 192.0.2.0/24.

                                                                  AWS WAF supports only /8, /16, /24, and /32 IP addresses.

                                                                  For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.

                                                                  \n@param value Specify an IPv4 address by using CIDR notation. For example:

                                                                  • To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify 192.0.2.44/32.
                                                                  • To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify 192.0.2.0/24.

                                                                  AWS WAF supports only /8, /16, /24, and /32 IP addresses.

                                                                  For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  Specify an IPv4 address by using CIDR notation. For example:

                                                                  • To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify 192.0.2.44/32.
                                                                  • To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify 192.0.2.0/24.

                                                                  AWS WAF supports only /8, /16, /24, and /32 IP addresses.

                                                                  For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.

                                                                  \n@param value Specify an IPv4 address by using CIDR notation. For example:

                                                                  • To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify 192.0.2.44/32.
                                                                  • To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify 192.0.2.0/24.

                                                                  AWS WAF supports only /8, /16, /24, and /32 IP addresses.

                                                                  For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Type" : { "documentation" : "

                                                                  Specify IPV4.

                                                                  ", "name" : "Type", "c2jName" : "Type", "c2jShape" : "IPSetDescriptorType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  Specify IPV4.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Type", "marshallLocationName" : "Type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "IPSetDescriptorType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  Specify IPV4.

                                                                  \n@param type Specify IPV4.\n@see IPSetDescriptorType*/", "getterDocumentation" : "/**

                                                                  Specify IPV4.

                                                                  \n@return Specify IPV4.\n@see IPSetDescriptorType*/", "fluentSetterDocumentation" : "/**

                                                                  Specify IPV4.

                                                                  \n@param type Specify IPV4.\n@return Returns a reference to this object so that method calls can be chained together.\n@see IPSetDescriptorType*/", "varargSetterDocumentation" : "/**

                                                                  Specify IPV4.

                                                                  \n@param type Specify IPV4.\n@return Returns a reference to this object so that method calls can be chained together.\n@see IPSetDescriptorType*/", "simple" : true, "list" : false, "map" : false } } }, "ByteMatchSetSummary" : { "c2jName" : "ByteMatchSetSummary", "documentation" : "

                                                                  Returned by ListByteMatchSets. Each ByteMatchSetSummary object includes the Name and ByteMatchSetId for one ByteMatchSet.

                                                                  ", "shapeName" : "ByteMatchSetSummary", "deprecated" : false, "required" : [ "ByteMatchSetId", "Name" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet, update a ByteMatchSet, remove a ByteMatchSet from a Rule, and delete a ByteMatchSet from AWS WAF.

                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                  ", "name" : "ByteMatchSetId", "c2jName" : "ByteMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "byteMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet, update a ByteMatchSet, remove a ByteMatchSet from a Rule, and delete a ByteMatchSet from AWS WAF.

                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "byteMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ByteMatchSetId", "marshallLocationName" : "ByteMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet, update a ByteMatchSet, remove a ByteMatchSet from a Rule, and delete a ByteMatchSet from AWS WAF.

                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                  \n@param byteMatchSetId The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet, update a ByteMatchSet, remove a ByteMatchSet from a Rule, and delete a ByteMatchSet from AWS WAF.

                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.*/", "getterDocumentation" : "/**

                                                                  The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet, update a ByteMatchSet, remove a ByteMatchSet from a Rule, and delete a ByteMatchSet from AWS WAF.

                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                  \n@return The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet, update a ByteMatchSet, remove a ByteMatchSet from a Rule, and delete a ByteMatchSet from AWS WAF.

                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                  The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet, update a ByteMatchSet, remove a ByteMatchSet from a Rule, and delete a ByteMatchSet from AWS WAF.

                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                  \n@param byteMatchSetId The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet, update a ByteMatchSet, remove a ByteMatchSet from a Rule, and delete a ByteMatchSet from AWS WAF.

                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet, update a ByteMatchSet, remove a ByteMatchSet from a Rule, and delete a ByteMatchSet from AWS WAF.

                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                  \n@param byteMatchSetId The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet, update a ByteMatchSet, remove a ByteMatchSet from a Rule, and delete a ByteMatchSet from AWS WAF.

                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

                                                                  \n@param name A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.*/", "getterDocumentation" : "/**

                                                                  A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

                                                                  \n@return A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.*/", "fluentSetterDocumentation" : "/**

                                                                  A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

                                                                  \n@param name A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

                                                                  \n@param name A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "byteMatchSetSummary", "variableType" : "ByteMatchSetSummary", "variableDeclarationType" : "ByteMatchSetSummary", "documentation" : null, "simpleType" : "ByteMatchSetSummary", "variableSetterType" : "ByteMatchSetSummary" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                                                  A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

                                                                  \n@param name A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.*/", "getterDocumentation" : "/**

                                                                  A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

                                                                  \n@return A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.*/", "fluentSetterDocumentation" : "/**

                                                                  A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

                                                                  \n@param name A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

                                                                  \n@param name A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ByteMatchSetId" : { "documentation" : "

                                                                  The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet, update a ByteMatchSet, remove a ByteMatchSet from a Rule, and delete a ByteMatchSet from AWS WAF.

                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                  ", "name" : "ByteMatchSetId", "c2jName" : "ByteMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "byteMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet, update a ByteMatchSet, remove a ByteMatchSet from a Rule, and delete a ByteMatchSet from AWS WAF.

                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "byteMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ByteMatchSetId", "marshallLocationName" : "ByteMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet, update a ByteMatchSet, remove a ByteMatchSet from a Rule, and delete a ByteMatchSet from AWS WAF.

                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                  \n@param byteMatchSetId The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet, update a ByteMatchSet, remove a ByteMatchSet from a Rule, and delete a ByteMatchSet from AWS WAF.

                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.*/", "getterDocumentation" : "/**

                                                                  The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet, update a ByteMatchSet, remove a ByteMatchSet from a Rule, and delete a ByteMatchSet from AWS WAF.

                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                  \n@return The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet, update a ByteMatchSet, remove a ByteMatchSet from a Rule, and delete a ByteMatchSet from AWS WAF.

                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                  The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet, update a ByteMatchSet, remove a ByteMatchSet from a Rule, and delete a ByteMatchSet from AWS WAF.

                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                  \n@param byteMatchSetId The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet, update a ByteMatchSet, remove a ByteMatchSet from a Rule, and delete a ByteMatchSet from AWS WAF.

                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet, update a ByteMatchSet, remove a ByteMatchSet from a Rule, and delete a ByteMatchSet from AWS WAF.

                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                  \n@param byteMatchSetId The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet, update a ByteMatchSet, remove a ByteMatchSet from a Rule, and delete a ByteMatchSet from AWS WAF.

                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "CreateByteMatchSetRequest" : { "c2jName" : "CreateByteMatchSetRequest", "documentation" : "", "shapeName" : "CreateByteMatchSetRequest", "deprecated" : false, "required" : [ "Name", "ChangeToken" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

                                                                  \n@param name A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.*/", "getterDocumentation" : "/**

                                                                  A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

                                                                  \n@return A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.*/", "fluentSetterDocumentation" : "/**

                                                                  A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

                                                                  \n@param name A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

                                                                  \n@param name A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "createByteMatchSetRequest", "variableType" : "CreateByteMatchSetRequest", "variableDeclarationType" : "CreateByteMatchSetRequest", "documentation" : null, "simpleType" : "CreateByteMatchSetRequest", "variableSetterType" : "CreateByteMatchSetRequest" }, "marshaller" : { "action" : "CreateByteMatchSet", "verb" : "POST", "target" : "AWSWAF_20150824.CreateByteMatchSet", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                                                  A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

                                                                  \n@param name A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.*/", "getterDocumentation" : "/**

                                                                  A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

                                                                  \n@return A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.*/", "fluentSetterDocumentation" : "/**

                                                                  A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

                                                                  \n@param name A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

                                                                  \n@param name A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ChangeToken" : { "documentation" : "

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "SqlInjectionMatchSetUpdate" : { "c2jName" : "SqlInjectionMatchSetUpdate", "documentation" : "

                                                                  Specifies the part of a web request that you want to inspect for snippets of malicious SQL code and indicates whether you want to add the specification to a SqlInjectionMatchSet or delete it from a SqlInjectionMatchSet.

                                                                  ", "shapeName" : "SqlInjectionMatchSetUpdate", "deprecated" : false, "required" : [ "Action", "SqlInjectionMatchTuple" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  Specify INSERT to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. Use DELETE to remove a SqlInjectionMatchSetUpdate from a SqlInjectionMatchSet.

                                                                  ", "name" : "Action", "c2jName" : "Action", "c2jShape" : "ChangeAction", "variable" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  Specify INSERT to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. Use DELETE to remove a SqlInjectionMatchSetUpdate from a SqlInjectionMatchSet.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Action", "marshallLocationName" : "Action", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ChangeAction", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  Specify INSERT to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. Use DELETE to remove a SqlInjectionMatchSetUpdate from a SqlInjectionMatchSet.

                                                                  \n@param action Specify INSERT to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. Use DELETE to remove a SqlInjectionMatchSetUpdate from a SqlInjectionMatchSet.\n@see ChangeAction*/", "getterDocumentation" : "/**

                                                                  Specify INSERT to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. Use DELETE to remove a SqlInjectionMatchSetUpdate from a SqlInjectionMatchSet.

                                                                  \n@return Specify INSERT to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. Use DELETE to remove a SqlInjectionMatchSetUpdate from a SqlInjectionMatchSet.\n@see ChangeAction*/", "fluentSetterDocumentation" : "/**

                                                                  Specify INSERT to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. Use DELETE to remove a SqlInjectionMatchSetUpdate from a SqlInjectionMatchSet.

                                                                  \n@param action Specify INSERT to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. Use DELETE to remove a SqlInjectionMatchSetUpdate from a SqlInjectionMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "varargSetterDocumentation" : "/**

                                                                  Specify INSERT to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. Use DELETE to remove a SqlInjectionMatchSetUpdate from a SqlInjectionMatchSet.

                                                                  \n@param action Specify INSERT to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. Use DELETE to remove a SqlInjectionMatchSetUpdate from a SqlInjectionMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.

                                                                  ", "name" : "SqlInjectionMatchTuple", "c2jName" : "SqlInjectionMatchTuple", "c2jShape" : "SqlInjectionMatchTuple", "variable" : { "variableName" : "sqlInjectionMatchTuple", "variableType" : "SqlInjectionMatchTuple", "variableDeclarationType" : "SqlInjectionMatchTuple", "documentation" : "

                                                                  Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.

                                                                  ", "simpleType" : "SqlInjectionMatchTuple", "variableSetterType" : "SqlInjectionMatchTuple" }, "setterModel" : { "variableName" : "sqlInjectionMatchTuple", "variableType" : "SqlInjectionMatchTuple", "variableDeclarationType" : "SqlInjectionMatchTuple", "documentation" : "", "simpleType" : "SqlInjectionMatchTuple", "variableSetterType" : "SqlInjectionMatchTuple" }, "getterModel" : { "returnType" : "SqlInjectionMatchTuple", "documentation" : null }, "http" : { "unmarshallLocationName" : "SqlInjectionMatchTuple", "marshallLocationName" : "SqlInjectionMatchTuple", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.

                                                                  \n@param sqlInjectionMatchTuple Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.*/", "getterDocumentation" : "/**

                                                                  Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.

                                                                  \n@return Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.*/", "fluentSetterDocumentation" : "/**

                                                                  Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.

                                                                  \n@param sqlInjectionMatchTuple Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.

                                                                  \n@param sqlInjectionMatchTuple Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "sqlInjectionMatchSetUpdate", "variableType" : "SqlInjectionMatchSetUpdate", "variableDeclarationType" : "SqlInjectionMatchSetUpdate", "documentation" : null, "simpleType" : "SqlInjectionMatchSetUpdate", "variableSetterType" : "SqlInjectionMatchSetUpdate" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Action" : { "documentation" : "

                                                                  Specify INSERT to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. Use DELETE to remove a SqlInjectionMatchSetUpdate from a SqlInjectionMatchSet.

                                                                  ", "name" : "Action", "c2jName" : "Action", "c2jShape" : "ChangeAction", "variable" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  Specify INSERT to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. Use DELETE to remove a SqlInjectionMatchSetUpdate from a SqlInjectionMatchSet.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Action", "marshallLocationName" : "Action", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ChangeAction", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  Specify INSERT to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. Use DELETE to remove a SqlInjectionMatchSetUpdate from a SqlInjectionMatchSet.

                                                                  \n@param action Specify INSERT to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. Use DELETE to remove a SqlInjectionMatchSetUpdate from a SqlInjectionMatchSet.\n@see ChangeAction*/", "getterDocumentation" : "/**

                                                                  Specify INSERT to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. Use DELETE to remove a SqlInjectionMatchSetUpdate from a SqlInjectionMatchSet.

                                                                  \n@return Specify INSERT to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. Use DELETE to remove a SqlInjectionMatchSetUpdate from a SqlInjectionMatchSet.\n@see ChangeAction*/", "fluentSetterDocumentation" : "/**

                                                                  Specify INSERT to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. Use DELETE to remove a SqlInjectionMatchSetUpdate from a SqlInjectionMatchSet.

                                                                  \n@param action Specify INSERT to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. Use DELETE to remove a SqlInjectionMatchSetUpdate from a SqlInjectionMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "varargSetterDocumentation" : "/**

                                                                  Specify INSERT to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. Use DELETE to remove a SqlInjectionMatchSetUpdate from a SqlInjectionMatchSet.

                                                                  \n@param action Specify INSERT to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. Use DELETE to remove a SqlInjectionMatchSetUpdate from a SqlInjectionMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "simple" : true, "list" : false, "map" : false }, "SqlInjectionMatchTuple" : { "documentation" : "

                                                                  Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.

                                                                  ", "name" : "SqlInjectionMatchTuple", "c2jName" : "SqlInjectionMatchTuple", "c2jShape" : "SqlInjectionMatchTuple", "variable" : { "variableName" : "sqlInjectionMatchTuple", "variableType" : "SqlInjectionMatchTuple", "variableDeclarationType" : "SqlInjectionMatchTuple", "documentation" : "

                                                                  Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.

                                                                  ", "simpleType" : "SqlInjectionMatchTuple", "variableSetterType" : "SqlInjectionMatchTuple" }, "setterModel" : { "variableName" : "sqlInjectionMatchTuple", "variableType" : "SqlInjectionMatchTuple", "variableDeclarationType" : "SqlInjectionMatchTuple", "documentation" : "", "simpleType" : "SqlInjectionMatchTuple", "variableSetterType" : "SqlInjectionMatchTuple" }, "getterModel" : { "returnType" : "SqlInjectionMatchTuple", "documentation" : null }, "http" : { "unmarshallLocationName" : "SqlInjectionMatchTuple", "marshallLocationName" : "SqlInjectionMatchTuple", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.

                                                                  \n@param sqlInjectionMatchTuple Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.*/", "getterDocumentation" : "/**

                                                                  Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.

                                                                  \n@return Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.*/", "fluentSetterDocumentation" : "/**

                                                                  Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.

                                                                  \n@param sqlInjectionMatchTuple Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.

                                                                  \n@param sqlInjectionMatchTuple Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } } }, "ListWebACLsResult" : { "c2jName" : "ListWebACLsResponse", "documentation" : "", "shapeName" : "ListWebACLsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  If you have more WebACL objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more WebACL objects, submit another ListWebACLs request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  If you have more WebACL objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more WebACL objects, submit another ListWebACLs request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  If you have more WebACL objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more WebACL objects, submit another ListWebACLs request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                  \n@param nextMarker If you have more WebACL objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more WebACL objects, submit another ListWebACLs request, and specify the NextMarker value from the response in the NextMarker value in the next request.*/", "getterDocumentation" : "/**

                                                                  If you have more WebACL objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more WebACL objects, submit another ListWebACLs request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                  \n@return If you have more WebACL objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more WebACL objects, submit another ListWebACLs request, and specify the NextMarker value from the response in the NextMarker value in the next request.*/", "fluentSetterDocumentation" : "/**

                                                                  If you have more WebACL objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more WebACL objects, submit another ListWebACLs request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                  \n@param nextMarker If you have more WebACL objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more WebACL objects, submit another ListWebACLs request, and specify the NextMarker value from the response in the NextMarker value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  If you have more WebACL objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more WebACL objects, submit another ListWebACLs request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                  \n@param nextMarker If you have more WebACL objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more WebACL objects, submit another ListWebACLs request, and specify the NextMarker value from the response in the NextMarker value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  An array of WebACLSummary objects.

                                                                  ", "name" : "WebACLs", "c2jName" : "WebACLs", "c2jShape" : "WebACLSummaries", "variable" : { "variableName" : "webACLs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                  An array of WebACLSummary objects.

                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "webACLs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "WebACLs", "marshallLocationName" : "WebACLs", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "WebACLSummary", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "WebACLSummary", "variable" : { "variableName" : "member", "variableType" : "WebACLSummary", "variableDeclarationType" : "WebACLSummary", "documentation" : "", "simpleType" : "WebACLSummary", "variableSetterType" : "WebACLSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "WebACLSummary", "variableDeclarationType" : "WebACLSummary", "documentation" : "", "simpleType" : "WebACLSummary", "variableSetterType" : "WebACLSummary" }, "getterModel" : { "returnType" : "WebACLSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "WebACLSummary", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  An array of WebACLSummary objects.

                                                                  \n@param webACLs An array of WebACLSummary objects.*/", "getterDocumentation" : "/**

                                                                  An array of WebACLSummary objects.

                                                                  \n@return An array of WebACLSummary objects.*/", "fluentSetterDocumentation" : "/**

                                                                  An array of WebACLSummary objects.

                                                                  \n@param webACLs An array of WebACLSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  An array of WebACLSummary objects.

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setWebACLs(java.util.Collection)} or {@link #withWebACLs(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param webACLs An array of WebACLSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "listWebACLsResult", "variableType" : "ListWebACLsResult", "variableDeclarationType" : "ListWebACLsResult", "documentation" : null, "simpleType" : "ListWebACLsResult", "variableSetterType" : "ListWebACLsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "WebACLs" : { "documentation" : "

                                                                  An array of WebACLSummary objects.

                                                                  ", "name" : "WebACLs", "c2jName" : "WebACLs", "c2jShape" : "WebACLSummaries", "variable" : { "variableName" : "webACLs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                  An array of WebACLSummary objects.

                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "webACLs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "WebACLs", "marshallLocationName" : "WebACLs", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "WebACLSummary", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "WebACLSummary", "variable" : { "variableName" : "member", "variableType" : "WebACLSummary", "variableDeclarationType" : "WebACLSummary", "documentation" : "", "simpleType" : "WebACLSummary", "variableSetterType" : "WebACLSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "WebACLSummary", "variableDeclarationType" : "WebACLSummary", "documentation" : "", "simpleType" : "WebACLSummary", "variableSetterType" : "WebACLSummary" }, "getterModel" : { "returnType" : "WebACLSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "WebACLSummary", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  An array of WebACLSummary objects.

                                                                  \n@param webACLs An array of WebACLSummary objects.*/", "getterDocumentation" : "/**

                                                                  An array of WebACLSummary objects.

                                                                  \n@return An array of WebACLSummary objects.*/", "fluentSetterDocumentation" : "/**

                                                                  An array of WebACLSummary objects.

                                                                  \n@param webACLs An array of WebACLSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  An array of WebACLSummary objects.

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setWebACLs(java.util.Collection)} or {@link #withWebACLs(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param webACLs An array of WebACLSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "NextMarker" : { "documentation" : "

                                                                  If you have more WebACL objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more WebACL objects, submit another ListWebACLs request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  If you have more WebACL objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more WebACL objects, submit another ListWebACLs request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  If you have more WebACL objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more WebACL objects, submit another ListWebACLs request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                  \n@param nextMarker If you have more WebACL objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more WebACL objects, submit another ListWebACLs request, and specify the NextMarker value from the response in the NextMarker value in the next request.*/", "getterDocumentation" : "/**

                                                                  If you have more WebACL objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more WebACL objects, submit another ListWebACLs request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                  \n@return If you have more WebACL objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more WebACL objects, submit another ListWebACLs request, and specify the NextMarker value from the response in the NextMarker value in the next request.*/", "fluentSetterDocumentation" : "/**

                                                                  If you have more WebACL objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more WebACL objects, submit another ListWebACLs request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                  \n@param nextMarker If you have more WebACL objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more WebACL objects, submit another ListWebACLs request, and specify the NextMarker value from the response in the NextMarker value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  If you have more WebACL objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more WebACL objects, submit another ListWebACLs request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                  \n@param nextMarker If you have more WebACL objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more WebACL objects, submit another ListWebACLs request, and specify the NextMarker value from the response in the NextMarker value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "GetByteMatchSetRequest" : { "c2jName" : "GetByteMatchSetRequest", "documentation" : "", "shapeName" : "GetByteMatchSetRequest", "deprecated" : false, "required" : [ "ByteMatchSetId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  The ByteMatchSetId of the ByteMatchSet that you want to get. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                  ", "name" : "ByteMatchSetId", "c2jName" : "ByteMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "byteMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The ByteMatchSetId of the ByteMatchSet that you want to get. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "byteMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ByteMatchSetId", "marshallLocationName" : "ByteMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The ByteMatchSetId of the ByteMatchSet that you want to get. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                  \n@param byteMatchSetId The ByteMatchSetId of the ByteMatchSet that you want to get. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.*/", "getterDocumentation" : "/**

                                                                  The ByteMatchSetId of the ByteMatchSet that you want to get. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                  \n@return The ByteMatchSetId of the ByteMatchSet that you want to get. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                  The ByteMatchSetId of the ByteMatchSet that you want to get. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                  \n@param byteMatchSetId The ByteMatchSetId of the ByteMatchSet that you want to get. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The ByteMatchSetId of the ByteMatchSet that you want to get. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                  \n@param byteMatchSetId The ByteMatchSetId of the ByteMatchSet that you want to get. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "getByteMatchSetRequest", "variableType" : "GetByteMatchSetRequest", "variableDeclarationType" : "GetByteMatchSetRequest", "documentation" : null, "simpleType" : "GetByteMatchSetRequest", "variableSetterType" : "GetByteMatchSetRequest" }, "marshaller" : { "action" : "GetByteMatchSet", "verb" : "POST", "target" : "AWSWAF_20150824.GetByteMatchSet", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ByteMatchSetId" : { "documentation" : "

                                                                  The ByteMatchSetId of the ByteMatchSet that you want to get. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                  ", "name" : "ByteMatchSetId", "c2jName" : "ByteMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "byteMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The ByteMatchSetId of the ByteMatchSet that you want to get. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "byteMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ByteMatchSetId", "marshallLocationName" : "ByteMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The ByteMatchSetId of the ByteMatchSet that you want to get. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                  \n@param byteMatchSetId The ByteMatchSetId of the ByteMatchSet that you want to get. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.*/", "getterDocumentation" : "/**

                                                                  The ByteMatchSetId of the ByteMatchSet that you want to get. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                  \n@return The ByteMatchSetId of the ByteMatchSet that you want to get. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                  The ByteMatchSetId of the ByteMatchSet that you want to get. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                  \n@param byteMatchSetId The ByteMatchSetId of the ByteMatchSet that you want to get. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The ByteMatchSetId of the ByteMatchSet that you want to get. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                  \n@param byteMatchSetId The ByteMatchSetId of the ByteMatchSet that you want to get. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ListSqlInjectionMatchSetsRequest" : { "c2jName" : "ListSqlInjectionMatchSetsRequest", "documentation" : "

                                                                  A request to list the SqlInjectionMatchSet objects created by the current AWS account.

                                                                  ", "shapeName" : "ListSqlInjectionMatchSetsRequest", "deprecated" : false, "required" : [ "Limit" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  If you specify a value for Limit and you have more SqlInjectionMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SqlInjectionMatchSets. For the second and subsequent ListSqlInjectionMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of SqlInjectionMatchSets.

                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  If you specify a value for Limit and you have more SqlInjectionMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SqlInjectionMatchSets. For the second and subsequent ListSqlInjectionMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of SqlInjectionMatchSets.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  If you specify a value for Limit and you have more SqlInjectionMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SqlInjectionMatchSets. For the second and subsequent ListSqlInjectionMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of SqlInjectionMatchSets.

                                                                  \n@param nextMarker If you specify a value for Limit and you have more SqlInjectionMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SqlInjectionMatchSets. For the second and subsequent ListSqlInjectionMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of SqlInjectionMatchSets.*/", "getterDocumentation" : "/**

                                                                  If you specify a value for Limit and you have more SqlInjectionMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SqlInjectionMatchSets. For the second and subsequent ListSqlInjectionMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of SqlInjectionMatchSets.

                                                                  \n@return If you specify a value for Limit and you have more SqlInjectionMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SqlInjectionMatchSets. For the second and subsequent ListSqlInjectionMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of SqlInjectionMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                  If you specify a value for Limit and you have more SqlInjectionMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SqlInjectionMatchSets. For the second and subsequent ListSqlInjectionMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of SqlInjectionMatchSets.

                                                                  \n@param nextMarker If you specify a value for Limit and you have more SqlInjectionMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SqlInjectionMatchSets. For the second and subsequent ListSqlInjectionMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of SqlInjectionMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  If you specify a value for Limit and you have more SqlInjectionMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SqlInjectionMatchSets. For the second and subsequent ListSqlInjectionMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of SqlInjectionMatchSets.

                                                                  \n@param nextMarker If you specify a value for Limit and you have more SqlInjectionMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SqlInjectionMatchSets. For the second and subsequent ListSqlInjectionMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of SqlInjectionMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have more SqlInjectionMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.

                                                                  ", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "PaginationLimit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                  Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have more SqlInjectionMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.

                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have more SqlInjectionMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.

                                                                  \n@param limit Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have more SqlInjectionMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.*/", "getterDocumentation" : "/**

                                                                  Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have more SqlInjectionMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.

                                                                  \n@return Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have more SqlInjectionMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.*/", "fluentSetterDocumentation" : "/**

                                                                  Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have more SqlInjectionMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.

                                                                  \n@param limit Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have more SqlInjectionMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have more SqlInjectionMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.

                                                                  \n@param limit Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have more SqlInjectionMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "listSqlInjectionMatchSetsRequest", "variableType" : "ListSqlInjectionMatchSetsRequest", "variableDeclarationType" : "ListSqlInjectionMatchSetsRequest", "documentation" : null, "simpleType" : "ListSqlInjectionMatchSetsRequest", "variableSetterType" : "ListSqlInjectionMatchSetsRequest" }, "marshaller" : { "action" : "ListSqlInjectionMatchSets", "verb" : "POST", "target" : "AWSWAF_20150824.ListSqlInjectionMatchSets", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Limit" : { "documentation" : "

                                                                  Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have more SqlInjectionMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.

                                                                  ", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "PaginationLimit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                  Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have more SqlInjectionMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.

                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have more SqlInjectionMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.

                                                                  \n@param limit Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have more SqlInjectionMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.*/", "getterDocumentation" : "/**

                                                                  Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have more SqlInjectionMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.

                                                                  \n@return Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have more SqlInjectionMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.*/", "fluentSetterDocumentation" : "/**

                                                                  Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have more SqlInjectionMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.

                                                                  \n@param limit Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have more SqlInjectionMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have more SqlInjectionMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.

                                                                  \n@param limit Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have more SqlInjectionMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "NextMarker" : { "documentation" : "

                                                                  If you specify a value for Limit and you have more SqlInjectionMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SqlInjectionMatchSets. For the second and subsequent ListSqlInjectionMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of SqlInjectionMatchSets.

                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  If you specify a value for Limit and you have more SqlInjectionMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SqlInjectionMatchSets. For the second and subsequent ListSqlInjectionMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of SqlInjectionMatchSets.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  If you specify a value for Limit and you have more SqlInjectionMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SqlInjectionMatchSets. For the second and subsequent ListSqlInjectionMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of SqlInjectionMatchSets.

                                                                  \n@param nextMarker If you specify a value for Limit and you have more SqlInjectionMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SqlInjectionMatchSets. For the second and subsequent ListSqlInjectionMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of SqlInjectionMatchSets.*/", "getterDocumentation" : "/**

                                                                  If you specify a value for Limit and you have more SqlInjectionMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SqlInjectionMatchSets. For the second and subsequent ListSqlInjectionMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of SqlInjectionMatchSets.

                                                                  \n@return If you specify a value for Limit and you have more SqlInjectionMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SqlInjectionMatchSets. For the second and subsequent ListSqlInjectionMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of SqlInjectionMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                  If you specify a value for Limit and you have more SqlInjectionMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SqlInjectionMatchSets. For the second and subsequent ListSqlInjectionMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of SqlInjectionMatchSets.

                                                                  \n@param nextMarker If you specify a value for Limit and you have more SqlInjectionMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SqlInjectionMatchSets. For the second and subsequent ListSqlInjectionMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of SqlInjectionMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  If you specify a value for Limit and you have more SqlInjectionMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SqlInjectionMatchSets. For the second and subsequent ListSqlInjectionMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of SqlInjectionMatchSets.

                                                                  \n@param nextMarker If you specify a value for Limit and you have more SqlInjectionMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SqlInjectionMatchSets. For the second and subsequent ListSqlInjectionMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of SqlInjectionMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "GetChangeTokenStatusResult" : { "c2jName" : "GetChangeTokenStatusResponse", "documentation" : "", "shapeName" : "GetChangeTokenStatusResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  The status of the change token.

                                                                  ", "name" : "ChangeTokenStatus", "c2jName" : "ChangeTokenStatus", "c2jShape" : "ChangeTokenStatus", "variable" : { "variableName" : "changeTokenStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The status of the change token.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeTokenStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeTokenStatus", "marshallLocationName" : "ChangeTokenStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ChangeTokenStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The status of the change token.

                                                                  \n@param changeTokenStatus The status of the change token.\n@see ChangeTokenStatus*/", "getterDocumentation" : "/**

                                                                  The status of the change token.

                                                                  \n@return The status of the change token.\n@see ChangeTokenStatus*/", "fluentSetterDocumentation" : "/**

                                                                  The status of the change token.

                                                                  \n@param changeTokenStatus The status of the change token.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeTokenStatus*/", "varargSetterDocumentation" : "/**

                                                                  The status of the change token.

                                                                  \n@param changeTokenStatus The status of the change token.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeTokenStatus*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "getChangeTokenStatusResult", "variableType" : "GetChangeTokenStatusResult", "variableDeclarationType" : "GetChangeTokenStatusResult", "documentation" : null, "simpleType" : "GetChangeTokenStatusResult", "variableSetterType" : "GetChangeTokenStatusResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeTokenStatus" : { "documentation" : "

                                                                  The status of the change token.

                                                                  ", "name" : "ChangeTokenStatus", "c2jName" : "ChangeTokenStatus", "c2jShape" : "ChangeTokenStatus", "variable" : { "variableName" : "changeTokenStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The status of the change token.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeTokenStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeTokenStatus", "marshallLocationName" : "ChangeTokenStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ChangeTokenStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The status of the change token.

                                                                  \n@param changeTokenStatus The status of the change token.\n@see ChangeTokenStatus*/", "getterDocumentation" : "/**

                                                                  The status of the change token.

                                                                  \n@return The status of the change token.\n@see ChangeTokenStatus*/", "fluentSetterDocumentation" : "/**

                                                                  The status of the change token.

                                                                  \n@param changeTokenStatus The status of the change token.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeTokenStatus*/", "varargSetterDocumentation" : "/**

                                                                  The status of the change token.

                                                                  \n@param changeTokenStatus The status of the change token.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeTokenStatus*/", "simple" : true, "list" : false, "map" : false } } }, "CreateIPSetRequest" : { "c2jName" : "CreateIPSetRequest", "documentation" : "", "shapeName" : "CreateIPSetRequest", "deprecated" : false, "required" : [ "Name", "ChangeToken" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  A friendly name or description of the IPSet. You can't change Name after you create the IPSet.

                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  A friendly name or description of the IPSet. You can't change Name after you create the IPSet.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  A friendly name or description of the IPSet. You can't change Name after you create the IPSet.

                                                                  \n@param name A friendly name or description of the IPSet. You can't change Name after you create the IPSet.*/", "getterDocumentation" : "/**

                                                                  A friendly name or description of the IPSet. You can't change Name after you create the IPSet.

                                                                  \n@return A friendly name or description of the IPSet. You can't change Name after you create the IPSet.*/", "fluentSetterDocumentation" : "/**

                                                                  A friendly name or description of the IPSet. You can't change Name after you create the IPSet.

                                                                  \n@param name A friendly name or description of the IPSet. You can't change Name after you create the IPSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A friendly name or description of the IPSet. You can't change Name after you create the IPSet.

                                                                  \n@param name A friendly name or description of the IPSet. You can't change Name after you create the IPSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "createIPSetRequest", "variableType" : "CreateIPSetRequest", "variableDeclarationType" : "CreateIPSetRequest", "documentation" : null, "simpleType" : "CreateIPSetRequest", "variableSetterType" : "CreateIPSetRequest" }, "marshaller" : { "action" : "CreateIPSet", "verb" : "POST", "target" : "AWSWAF_20150824.CreateIPSet", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                                                  A friendly name or description of the IPSet. You can't change Name after you create the IPSet.

                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  A friendly name or description of the IPSet. You can't change Name after you create the IPSet.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  A friendly name or description of the IPSet. You can't change Name after you create the IPSet.

                                                                  \n@param name A friendly name or description of the IPSet. You can't change Name after you create the IPSet.*/", "getterDocumentation" : "/**

                                                                  A friendly name or description of the IPSet. You can't change Name after you create the IPSet.

                                                                  \n@return A friendly name or description of the IPSet. You can't change Name after you create the IPSet.*/", "fluentSetterDocumentation" : "/**

                                                                  A friendly name or description of the IPSet. You can't change Name after you create the IPSet.

                                                                  \n@param name A friendly name or description of the IPSet. You can't change Name after you create the IPSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A friendly name or description of the IPSet. You can't change Name after you create the IPSet.

                                                                  \n@param name A friendly name or description of the IPSet. You can't change Name after you create the IPSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ChangeToken" : { "documentation" : "

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DeleteXssMatchSetRequest" : { "c2jName" : "DeleteXssMatchSetRequest", "documentation" : "

                                                                  A request to delete an XssMatchSet from AWS WAF.

                                                                  ", "shapeName" : "DeleteXssMatchSetRequest", "deprecated" : false, "required" : [ "XssMatchSetId", "ChangeToken" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  The XssMatchSetId of the XssMatchSet that you want to delete. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                  ", "name" : "XssMatchSetId", "c2jName" : "XssMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "xssMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The XssMatchSetId of the XssMatchSet that you want to delete. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "xssMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "XssMatchSetId", "marshallLocationName" : "XssMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The XssMatchSetId of the XssMatchSet that you want to delete. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                  \n@param xssMatchSetId The XssMatchSetId of the XssMatchSet that you want to delete. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.*/", "getterDocumentation" : "/**

                                                                  The XssMatchSetId of the XssMatchSet that you want to delete. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                  \n@return The XssMatchSetId of the XssMatchSet that you want to delete. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                  The XssMatchSetId of the XssMatchSet that you want to delete. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                  \n@param xssMatchSetId The XssMatchSetId of the XssMatchSet that you want to delete. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The XssMatchSetId of the XssMatchSet that you want to delete. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                  \n@param xssMatchSetId The XssMatchSetId of the XssMatchSet that you want to delete. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "deleteXssMatchSetRequest", "variableType" : "DeleteXssMatchSetRequest", "variableDeclarationType" : "DeleteXssMatchSetRequest", "documentation" : null, "simpleType" : "DeleteXssMatchSetRequest", "variableSetterType" : "DeleteXssMatchSetRequest" }, "marshaller" : { "action" : "DeleteXssMatchSet", "verb" : "POST", "target" : "AWSWAF_20150824.DeleteXssMatchSet", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "XssMatchSetId" : { "documentation" : "

                                                                  The XssMatchSetId of the XssMatchSet that you want to delete. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                  ", "name" : "XssMatchSetId", "c2jName" : "XssMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "xssMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The XssMatchSetId of the XssMatchSet that you want to delete. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "xssMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "XssMatchSetId", "marshallLocationName" : "XssMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The XssMatchSetId of the XssMatchSet that you want to delete. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                  \n@param xssMatchSetId The XssMatchSetId of the XssMatchSet that you want to delete. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.*/", "getterDocumentation" : "/**

                                                                  The XssMatchSetId of the XssMatchSet that you want to delete. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                  \n@return The XssMatchSetId of the XssMatchSet that you want to delete. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                  The XssMatchSetId of the XssMatchSet that you want to delete. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                  \n@param xssMatchSetId The XssMatchSetId of the XssMatchSet that you want to delete. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The XssMatchSetId of the XssMatchSet that you want to delete. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                  \n@param xssMatchSetId The XssMatchSetId of the XssMatchSet that you want to delete. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ChangeToken" : { "documentation" : "

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "UpdateSizeConstraintSetRequest" : { "c2jName" : "UpdateSizeConstraintSetRequest", "documentation" : "", "shapeName" : "UpdateSizeConstraintSetRequest", "deprecated" : false, "required" : [ "SizeConstraintSetId", "ChangeToken", "Updates" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  The SizeConstraintSetId of the SizeConstraintSet that you want to update. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                  ", "name" : "SizeConstraintSetId", "c2jName" : "SizeConstraintSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "sizeConstraintSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The SizeConstraintSetId of the SizeConstraintSet that you want to update. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sizeConstraintSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SizeConstraintSetId", "marshallLocationName" : "SizeConstraintSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The SizeConstraintSetId of the SizeConstraintSet that you want to update. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                  \n@param sizeConstraintSetId The SizeConstraintSetId of the SizeConstraintSet that you want to update. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.*/", "getterDocumentation" : "/**

                                                                  The SizeConstraintSetId of the SizeConstraintSet that you want to update. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                  \n@return The SizeConstraintSetId of the SizeConstraintSet that you want to update. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.*/", "fluentSetterDocumentation" : "/**

                                                                  The SizeConstraintSetId of the SizeConstraintSet that you want to update. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                  \n@param sizeConstraintSetId The SizeConstraintSetId of the SizeConstraintSet that you want to update. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The SizeConstraintSetId of the SizeConstraintSet that you want to update. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                  \n@param sizeConstraintSetId The SizeConstraintSetId of the SizeConstraintSet that you want to update. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The value returned by the most recent call to GetChangeToken.

                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  An array of SizeConstraintSetUpdate objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:

                                                                  ", "name" : "Updates", "c2jName" : "Updates", "c2jShape" : "SizeConstraintSetUpdates", "variable" : { "variableName" : "updates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                  An array of SizeConstraintSetUpdate objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:

                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "updates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Updates", "marshallLocationName" : "Updates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "SizeConstraintSetUpdate", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SizeConstraintSetUpdate", "variable" : { "variableName" : "member", "variableType" : "SizeConstraintSetUpdate", "variableDeclarationType" : "SizeConstraintSetUpdate", "documentation" : "", "simpleType" : "SizeConstraintSetUpdate", "variableSetterType" : "SizeConstraintSetUpdate" }, "setterModel" : { "variableName" : "member", "variableType" : "SizeConstraintSetUpdate", "variableDeclarationType" : "SizeConstraintSetUpdate", "documentation" : "", "simpleType" : "SizeConstraintSetUpdate", "variableSetterType" : "SizeConstraintSetUpdate" }, "getterModel" : { "returnType" : "SizeConstraintSetUpdate", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "SizeConstraintSetUpdate", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  An array of SizeConstraintSetUpdate objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:

                                                                  \n@param updates An array of SizeConstraintSetUpdate objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:

                                                                  • SizeConstraintSetUpdate: Contains Action and SizeConstraint
                                                                  • SizeConstraint: Contains FieldToMatch, TextTransformation, ComparisonOperator, and Size
                                                                  • FieldToMatch: Contains Data and Type
                                                                  • */", "getterDocumentation" : "/**

                                                                    An array of SizeConstraintSetUpdate objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:

                                                                    \n@return An array of SizeConstraintSetUpdate objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:

                                                                    • SizeConstraintSetUpdate: Contains Action and SizeConstraint
                                                                    • SizeConstraint: Contains FieldToMatch, TextTransformation, ComparisonOperator, and Size
                                                                    • FieldToMatch: Contains Data and Type
                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                      An array of SizeConstraintSetUpdate objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:

                                                                      \n@param updates An array of SizeConstraintSetUpdate objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:

                                                                      • SizeConstraintSetUpdate: Contains Action and SizeConstraint
                                                                      • SizeConstraint: Contains FieldToMatch, TextTransformation, ComparisonOperator, and Size
                                                                      • FieldToMatch: Contains Data and Type
                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                        An array of SizeConstraintSetUpdate objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:

                                                                        \n

                                                                        NOTE: This method appends the values to the existing list (if any). Use {@link #setUpdates(java.util.Collection)} or {@link #withUpdates(java.util.Collection)} if you want to override the existing values.

                                                                        \n@param updates An array of SizeConstraintSetUpdate objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:

                                                                        • SizeConstraintSetUpdate: Contains Action and SizeConstraint
                                                                        • SizeConstraint: Contains FieldToMatch, TextTransformation, ComparisonOperator, and Size
                                                                        • FieldToMatch: Contains Data and Type
                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "updateSizeConstraintSetRequest", "variableType" : "UpdateSizeConstraintSetRequest", "variableDeclarationType" : "UpdateSizeConstraintSetRequest", "documentation" : null, "simpleType" : "UpdateSizeConstraintSetRequest", "variableSetterType" : "UpdateSizeConstraintSetRequest" }, "marshaller" : { "action" : "UpdateSizeConstraintSet", "verb" : "POST", "target" : "AWSWAF_20150824.UpdateSizeConstraintSet", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Updates" : { "documentation" : "

                                                                          An array of SizeConstraintSetUpdate objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:

                                                                          ", "name" : "Updates", "c2jName" : "Updates", "c2jShape" : "SizeConstraintSetUpdates", "variable" : { "variableName" : "updates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                          An array of SizeConstraintSetUpdate objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:

                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "updates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Updates", "marshallLocationName" : "Updates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "SizeConstraintSetUpdate", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SizeConstraintSetUpdate", "variable" : { "variableName" : "member", "variableType" : "SizeConstraintSetUpdate", "variableDeclarationType" : "SizeConstraintSetUpdate", "documentation" : "", "simpleType" : "SizeConstraintSetUpdate", "variableSetterType" : "SizeConstraintSetUpdate" }, "setterModel" : { "variableName" : "member", "variableType" : "SizeConstraintSetUpdate", "variableDeclarationType" : "SizeConstraintSetUpdate", "documentation" : "", "simpleType" : "SizeConstraintSetUpdate", "variableSetterType" : "SizeConstraintSetUpdate" }, "getterModel" : { "returnType" : "SizeConstraintSetUpdate", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "SizeConstraintSetUpdate", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                          An array of SizeConstraintSetUpdate objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:

                                                                          \n@param updates An array of SizeConstraintSetUpdate objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:

                                                                          • SizeConstraintSetUpdate: Contains Action and SizeConstraint
                                                                          • SizeConstraint: Contains FieldToMatch, TextTransformation, ComparisonOperator, and Size
                                                                          • FieldToMatch: Contains Data and Type
                                                                          • */", "getterDocumentation" : "/**

                                                                            An array of SizeConstraintSetUpdate objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:

                                                                            \n@return An array of SizeConstraintSetUpdate objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:

                                                                            • SizeConstraintSetUpdate: Contains Action and SizeConstraint
                                                                            • SizeConstraint: Contains FieldToMatch, TextTransformation, ComparisonOperator, and Size
                                                                            • FieldToMatch: Contains Data and Type
                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                              An array of SizeConstraintSetUpdate objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:

                                                                              \n@param updates An array of SizeConstraintSetUpdate objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:

                                                                              • SizeConstraintSetUpdate: Contains Action and SizeConstraint
                                                                              • SizeConstraint: Contains FieldToMatch, TextTransformation, ComparisonOperator, and Size
                                                                              • FieldToMatch: Contains Data and Type
                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                An array of SizeConstraintSetUpdate objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:

                                                                                \n

                                                                                NOTE: This method appends the values to the existing list (if any). Use {@link #setUpdates(java.util.Collection)} or {@link #withUpdates(java.util.Collection)} if you want to override the existing values.

                                                                                \n@param updates An array of SizeConstraintSetUpdate objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:

                                                                                • SizeConstraintSetUpdate: Contains Action and SizeConstraint
                                                                                • SizeConstraint: Contains FieldToMatch, TextTransformation, ComparisonOperator, and Size
                                                                                • FieldToMatch: Contains Data and Type
                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "SizeConstraintSetId" : { "documentation" : "

                                                                                  The SizeConstraintSetId of the SizeConstraintSet that you want to update. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                  ", "name" : "SizeConstraintSetId", "c2jName" : "SizeConstraintSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "sizeConstraintSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The SizeConstraintSetId of the SizeConstraintSet that you want to update. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sizeConstraintSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SizeConstraintSetId", "marshallLocationName" : "SizeConstraintSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                  The SizeConstraintSetId of the SizeConstraintSet that you want to update. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                  \n@param sizeConstraintSetId The SizeConstraintSetId of the SizeConstraintSet that you want to update. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.*/", "getterDocumentation" : "/**

                                                                                  The SizeConstraintSetId of the SizeConstraintSet that you want to update. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                  \n@return The SizeConstraintSetId of the SizeConstraintSet that you want to update. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.*/", "fluentSetterDocumentation" : "/**

                                                                                  The SizeConstraintSetId of the SizeConstraintSet that you want to update. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                  \n@param sizeConstraintSetId The SizeConstraintSetId of the SizeConstraintSet that you want to update. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The SizeConstraintSetId of the SizeConstraintSet that you want to update. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                  \n@param sizeConstraintSetId The SizeConstraintSetId of the SizeConstraintSet that you want to update. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ChangeToken" : { "documentation" : "

                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "CreateSqlInjectionMatchSetRequest" : { "c2jName" : "CreateSqlInjectionMatchSetRequest", "documentation" : "

                                                                                  A request to create a SqlInjectionMatchSet.

                                                                                  ", "shapeName" : "CreateSqlInjectionMatchSetRequest", "deprecated" : false, "required" : [ "Name", "ChangeToken" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change Name after you create the SqlInjectionMatchSet.

                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change Name after you create the SqlInjectionMatchSet.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                  A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change Name after you create the SqlInjectionMatchSet.

                                                                                  \n@param name A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change Name after you create the SqlInjectionMatchSet.*/", "getterDocumentation" : "/**

                                                                                  A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change Name after you create the SqlInjectionMatchSet.

                                                                                  \n@return A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change Name after you create the SqlInjectionMatchSet.*/", "fluentSetterDocumentation" : "/**

                                                                                  A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change Name after you create the SqlInjectionMatchSet.

                                                                                  \n@param name A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change Name after you create the SqlInjectionMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change Name after you create the SqlInjectionMatchSet.

                                                                                  \n@param name A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change Name after you create the SqlInjectionMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "createSqlInjectionMatchSetRequest", "variableType" : "CreateSqlInjectionMatchSetRequest", "variableDeclarationType" : "CreateSqlInjectionMatchSetRequest", "documentation" : null, "simpleType" : "CreateSqlInjectionMatchSetRequest", "variableSetterType" : "CreateSqlInjectionMatchSetRequest" }, "marshaller" : { "action" : "CreateSqlInjectionMatchSet", "verb" : "POST", "target" : "AWSWAF_20150824.CreateSqlInjectionMatchSet", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                                                                  A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change Name after you create the SqlInjectionMatchSet.

                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change Name after you create the SqlInjectionMatchSet.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                  A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change Name after you create the SqlInjectionMatchSet.

                                                                                  \n@param name A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change Name after you create the SqlInjectionMatchSet.*/", "getterDocumentation" : "/**

                                                                                  A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change Name after you create the SqlInjectionMatchSet.

                                                                                  \n@return A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change Name after you create the SqlInjectionMatchSet.*/", "fluentSetterDocumentation" : "/**

                                                                                  A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change Name after you create the SqlInjectionMatchSet.

                                                                                  \n@param name A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change Name after you create the SqlInjectionMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change Name after you create the SqlInjectionMatchSet.

                                                                                  \n@param name A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change Name after you create the SqlInjectionMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ChangeToken" : { "documentation" : "

                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "UpdateByteMatchSetResult" : { "c2jName" : "UpdateByteMatchSetResponse", "documentation" : "", "shapeName" : "UpdateByteMatchSetResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  The ChangeToken that you used to submit the UpdateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The ChangeToken that you used to submit the UpdateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                  The ChangeToken that you used to submit the UpdateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  \n@param changeToken The ChangeToken that you used to submit the UpdateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                                  The ChangeToken that you used to submit the UpdateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  \n@return The ChangeToken that you used to submit the UpdateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                                  The ChangeToken that you used to submit the UpdateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  \n@param changeToken The ChangeToken that you used to submit the UpdateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The ChangeToken that you used to submit the UpdateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  \n@param changeToken The ChangeToken that you used to submit the UpdateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "updateByteMatchSetResult", "variableType" : "UpdateByteMatchSetResult", "variableDeclarationType" : "UpdateByteMatchSetResult", "documentation" : null, "simpleType" : "UpdateByteMatchSetResult", "variableSetterType" : "UpdateByteMatchSetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeToken" : { "documentation" : "

                                                                                  The ChangeToken that you used to submit the UpdateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The ChangeToken that you used to submit the UpdateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                  The ChangeToken that you used to submit the UpdateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  \n@param changeToken The ChangeToken that you used to submit the UpdateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                                  The ChangeToken that you used to submit the UpdateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  \n@return The ChangeToken that you used to submit the UpdateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                                  The ChangeToken that you used to submit the UpdateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  \n@param changeToken The ChangeToken that you used to submit the UpdateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The ChangeToken that you used to submit the UpdateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  \n@param changeToken The ChangeToken that you used to submit the UpdateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "IPSetDescriptorType" : { "c2jName" : "IPSetDescriptorType", "documentation" : "", "shapeName" : "IPSetDescriptorType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "IPV4", "value" : "IPV4" } ], "variable" : { "variableName" : "iPSetDescriptorType", "variableType" : "IPSetDescriptorType", "variableDeclarationType" : "IPSetDescriptorType", "documentation" : null, "simpleType" : "IPSetDescriptorType", "variableSetterType" : "IPSetDescriptorType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "UpdateSqlInjectionMatchSetResult" : { "c2jName" : "UpdateSqlInjectionMatchSetResponse", "documentation" : "

                                                                                  The response to an UpdateSqlInjectionMatchSets request.

                                                                                  ", "shapeName" : "UpdateSqlInjectionMatchSetResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  The ChangeToken that you used to submit the UpdateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The ChangeToken that you used to submit the UpdateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                  The ChangeToken that you used to submit the UpdateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  \n@param changeToken The ChangeToken that you used to submit the UpdateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                                  The ChangeToken that you used to submit the UpdateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  \n@return The ChangeToken that you used to submit the UpdateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                                  The ChangeToken that you used to submit the UpdateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  \n@param changeToken The ChangeToken that you used to submit the UpdateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The ChangeToken that you used to submit the UpdateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  \n@param changeToken The ChangeToken that you used to submit the UpdateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "updateSqlInjectionMatchSetResult", "variableType" : "UpdateSqlInjectionMatchSetResult", "variableDeclarationType" : "UpdateSqlInjectionMatchSetResult", "documentation" : null, "simpleType" : "UpdateSqlInjectionMatchSetResult", "variableSetterType" : "UpdateSqlInjectionMatchSetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeToken" : { "documentation" : "

                                                                                  The ChangeToken that you used to submit the UpdateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The ChangeToken that you used to submit the UpdateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                  The ChangeToken that you used to submit the UpdateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  \n@param changeToken The ChangeToken that you used to submit the UpdateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                                  The ChangeToken that you used to submit the UpdateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  \n@return The ChangeToken that you used to submit the UpdateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                                  The ChangeToken that you used to submit the UpdateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  \n@param changeToken The ChangeToken that you used to submit the UpdateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The ChangeToken that you used to submit the UpdateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  \n@param changeToken The ChangeToken that you used to submit the UpdateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "WAFInvalidAccountException" : { "c2jName" : "WAFInvalidAccountException", "documentation" : "

                                                                                  The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.

                                                                                  ", "shapeName" : "WAFInvalidAccountException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "wAFInvalidAccountException", "variableType" : "WAFInvalidAccountException", "variableDeclarationType" : "WAFInvalidAccountException", "documentation" : null, "simpleType" : "WAFInvalidAccountException", "variableSetterType" : "WAFInvalidAccountException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "WAFInvalidAccountException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ChangeTokenStatus" : { "c2jName" : "ChangeTokenStatus", "documentation" : "", "shapeName" : "ChangeTokenStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "PROVISIONED", "value" : "PROVISIONED" }, { "name" : "PENDING", "value" : "PENDING" }, { "name" : "INSYNC", "value" : "INSYNC" } ], "variable" : { "variableName" : "changeTokenStatus", "variableType" : "ChangeTokenStatus", "variableDeclarationType" : "ChangeTokenStatus", "documentation" : null, "simpleType" : "ChangeTokenStatus", "variableSetterType" : "ChangeTokenStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreateRuleResult" : { "c2jName" : "CreateRuleResponse", "documentation" : "", "shapeName" : "CreateRuleResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  The Rule returned in the CreateRule response.

                                                                                  ", "name" : "Rule", "c2jName" : "Rule", "c2jShape" : "Rule", "variable" : { "variableName" : "rule", "variableType" : "Rule", "variableDeclarationType" : "Rule", "documentation" : "

                                                                                  The Rule returned in the CreateRule response.

                                                                                  ", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "setterModel" : { "variableName" : "rule", "variableType" : "Rule", "variableDeclarationType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "getterModel" : { "returnType" : "Rule", "documentation" : null }, "http" : { "unmarshallLocationName" : "Rule", "marshallLocationName" : "Rule", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                  The Rule returned in the CreateRule response.

                                                                                  \n@param rule The Rule returned in the CreateRule response.*/", "getterDocumentation" : "/**

                                                                                  The Rule returned in the CreateRule response.

                                                                                  \n@return The Rule returned in the CreateRule response.*/", "fluentSetterDocumentation" : "/**

                                                                                  The Rule returned in the CreateRule response.

                                                                                  \n@param rule The Rule returned in the CreateRule response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The Rule returned in the CreateRule response.

                                                                                  \n@param rule The Rule returned in the CreateRule response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, { "documentation" : "

                                                                                  The ChangeToken that you used to submit the CreateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The ChangeToken that you used to submit the CreateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                  The ChangeToken that you used to submit the CreateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                                  The ChangeToken that you used to submit the CreateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  \n@return The ChangeToken that you used to submit the CreateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                                  The ChangeToken that you used to submit the CreateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The ChangeToken that you used to submit the CreateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "createRuleResult", "variableType" : "CreateRuleResult", "variableDeclarationType" : "CreateRuleResult", "documentation" : null, "simpleType" : "CreateRuleResult", "variableSetterType" : "CreateRuleResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Rule" : { "documentation" : "

                                                                                  The Rule returned in the CreateRule response.

                                                                                  ", "name" : "Rule", "c2jName" : "Rule", "c2jShape" : "Rule", "variable" : { "variableName" : "rule", "variableType" : "Rule", "variableDeclarationType" : "Rule", "documentation" : "

                                                                                  The Rule returned in the CreateRule response.

                                                                                  ", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "setterModel" : { "variableName" : "rule", "variableType" : "Rule", "variableDeclarationType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "getterModel" : { "returnType" : "Rule", "documentation" : null }, "http" : { "unmarshallLocationName" : "Rule", "marshallLocationName" : "Rule", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                  The Rule returned in the CreateRule response.

                                                                                  \n@param rule The Rule returned in the CreateRule response.*/", "getterDocumentation" : "/**

                                                                                  The Rule returned in the CreateRule response.

                                                                                  \n@return The Rule returned in the CreateRule response.*/", "fluentSetterDocumentation" : "/**

                                                                                  The Rule returned in the CreateRule response.

                                                                                  \n@param rule The Rule returned in the CreateRule response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The Rule returned in the CreateRule response.

                                                                                  \n@param rule The Rule returned in the CreateRule response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "ChangeToken" : { "documentation" : "

                                                                                  The ChangeToken that you used to submit the CreateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The ChangeToken that you used to submit the CreateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                  The ChangeToken that you used to submit the CreateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                                  The ChangeToken that you used to submit the CreateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  \n@return The ChangeToken that you used to submit the CreateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                                  The ChangeToken that you used to submit the CreateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The ChangeToken that you used to submit the CreateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "CreateWebACLResult" : { "c2jName" : "CreateWebACLResponse", "documentation" : "", "shapeName" : "CreateWebACLResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  The WebACL returned in the CreateWebACL response.

                                                                                  ", "name" : "WebACL", "c2jName" : "WebACL", "c2jShape" : "WebACL", "variable" : { "variableName" : "webACL", "variableType" : "WebACL", "variableDeclarationType" : "WebACL", "documentation" : "

                                                                                  The WebACL returned in the CreateWebACL response.

                                                                                  ", "simpleType" : "WebACL", "variableSetterType" : "WebACL" }, "setterModel" : { "variableName" : "webACL", "variableType" : "WebACL", "variableDeclarationType" : "WebACL", "documentation" : "", "simpleType" : "WebACL", "variableSetterType" : "WebACL" }, "getterModel" : { "returnType" : "WebACL", "documentation" : null }, "http" : { "unmarshallLocationName" : "WebACL", "marshallLocationName" : "WebACL", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                  The WebACL returned in the CreateWebACL response.

                                                                                  \n@param webACL The WebACL returned in the CreateWebACL response.*/", "getterDocumentation" : "/**

                                                                                  The WebACL returned in the CreateWebACL response.

                                                                                  \n@return The WebACL returned in the CreateWebACL response.*/", "fluentSetterDocumentation" : "/**

                                                                                  The WebACL returned in the CreateWebACL response.

                                                                                  \n@param webACL The WebACL returned in the CreateWebACL response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The WebACL returned in the CreateWebACL response.

                                                                                  \n@param webACL The WebACL returned in the CreateWebACL response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, { "documentation" : "

                                                                                  The ChangeToken that you used to submit the CreateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The ChangeToken that you used to submit the CreateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                  The ChangeToken that you used to submit the CreateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                                  The ChangeToken that you used to submit the CreateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  \n@return The ChangeToken that you used to submit the CreateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                                  The ChangeToken that you used to submit the CreateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The ChangeToken that you used to submit the CreateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "createWebACLResult", "variableType" : "CreateWebACLResult", "variableDeclarationType" : "CreateWebACLResult", "documentation" : null, "simpleType" : "CreateWebACLResult", "variableSetterType" : "CreateWebACLResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeToken" : { "documentation" : "

                                                                                  The ChangeToken that you used to submit the CreateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The ChangeToken that you used to submit the CreateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                  The ChangeToken that you used to submit the CreateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                                  The ChangeToken that you used to submit the CreateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  \n@return The ChangeToken that you used to submit the CreateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                                  The ChangeToken that you used to submit the CreateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The ChangeToken that you used to submit the CreateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "WebACL" : { "documentation" : "

                                                                                  The WebACL returned in the CreateWebACL response.

                                                                                  ", "name" : "WebACL", "c2jName" : "WebACL", "c2jShape" : "WebACL", "variable" : { "variableName" : "webACL", "variableType" : "WebACL", "variableDeclarationType" : "WebACL", "documentation" : "

                                                                                  The WebACL returned in the CreateWebACL response.

                                                                                  ", "simpleType" : "WebACL", "variableSetterType" : "WebACL" }, "setterModel" : { "variableName" : "webACL", "variableType" : "WebACL", "variableDeclarationType" : "WebACL", "documentation" : "", "simpleType" : "WebACL", "variableSetterType" : "WebACL" }, "getterModel" : { "returnType" : "WebACL", "documentation" : null }, "http" : { "unmarshallLocationName" : "WebACL", "marshallLocationName" : "WebACL", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                  The WebACL returned in the CreateWebACL response.

                                                                                  \n@param webACL The WebACL returned in the CreateWebACL response.*/", "getterDocumentation" : "/**

                                                                                  The WebACL returned in the CreateWebACL response.

                                                                                  \n@return The WebACL returned in the CreateWebACL response.*/", "fluentSetterDocumentation" : "/**

                                                                                  The WebACL returned in the CreateWebACL response.

                                                                                  \n@param webACL The WebACL returned in the CreateWebACL response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The WebACL returned in the CreateWebACL response.

                                                                                  \n@param webACL The WebACL returned in the CreateWebACL response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } } }, "RuleSummary" : { "c2jName" : "RuleSummary", "documentation" : "

                                                                                  Contains the identifier and the friendly name or description of the Rule.

                                                                                  ", "shapeName" : "RuleSummary", "deprecated" : false, "required" : [ "RuleId", "Name" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                  RuleId is returned by CreateRule and by ListRules.

                                                                                  ", "name" : "RuleId", "c2jName" : "RuleId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "ruleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                  RuleId is returned by CreateRule and by ListRules.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RuleId", "marshallLocationName" : "RuleId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                  A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                  RuleId is returned by CreateRule and by ListRules.

                                                                                  \n@param ruleId A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                  RuleId is returned by CreateRule and by ListRules.*/", "getterDocumentation" : "/**

                                                                                  A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                  RuleId is returned by CreateRule and by ListRules.

                                                                                  \n@return A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                  RuleId is returned by CreateRule and by ListRules.*/", "fluentSetterDocumentation" : "/**

                                                                                  A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                  RuleId is returned by CreateRule and by ListRules.

                                                                                  \n@param ruleId A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                  RuleId is returned by CreateRule and by ListRules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                  RuleId is returned by CreateRule and by ListRules.

                                                                                  \n@param ruleId A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                  RuleId is returned by CreateRule and by ListRules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                  A friendly name or description of the Rule. You can't change the name of a Rule after you create it.

                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  A friendly name or description of the Rule. You can't change the name of a Rule after you create it.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                  A friendly name or description of the Rule. You can't change the name of a Rule after you create it.

                                                                                  \n@param name A friendly name or description of the Rule. You can't change the name of a Rule after you create it.*/", "getterDocumentation" : "/**

                                                                                  A friendly name or description of the Rule. You can't change the name of a Rule after you create it.

                                                                                  \n@return A friendly name or description of the Rule. You can't change the name of a Rule after you create it.*/", "fluentSetterDocumentation" : "/**

                                                                                  A friendly name or description of the Rule. You can't change the name of a Rule after you create it.

                                                                                  \n@param name A friendly name or description of the Rule. You can't change the name of a Rule after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  A friendly name or description of the Rule. You can't change the name of a Rule after you create it.

                                                                                  \n@param name A friendly name or description of the Rule. You can't change the name of a Rule after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "ruleSummary", "variableType" : "RuleSummary", "variableDeclarationType" : "RuleSummary", "documentation" : null, "simpleType" : "RuleSummary", "variableSetterType" : "RuleSummary" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                                                                  A friendly name or description of the Rule. You can't change the name of a Rule after you create it.

                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  A friendly name or description of the Rule. You can't change the name of a Rule after you create it.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                  A friendly name or description of the Rule. You can't change the name of a Rule after you create it.

                                                                                  \n@param name A friendly name or description of the Rule. You can't change the name of a Rule after you create it.*/", "getterDocumentation" : "/**

                                                                                  A friendly name or description of the Rule. You can't change the name of a Rule after you create it.

                                                                                  \n@return A friendly name or description of the Rule. You can't change the name of a Rule after you create it.*/", "fluentSetterDocumentation" : "/**

                                                                                  A friendly name or description of the Rule. You can't change the name of a Rule after you create it.

                                                                                  \n@param name A friendly name or description of the Rule. You can't change the name of a Rule after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  A friendly name or description of the Rule. You can't change the name of a Rule after you create it.

                                                                                  \n@param name A friendly name or description of the Rule. You can't change the name of a Rule after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "RuleId" : { "documentation" : "

                                                                                  A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                  RuleId is returned by CreateRule and by ListRules.

                                                                                  ", "name" : "RuleId", "c2jName" : "RuleId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "ruleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                  RuleId is returned by CreateRule and by ListRules.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RuleId", "marshallLocationName" : "RuleId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                  A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                  RuleId is returned by CreateRule and by ListRules.

                                                                                  \n@param ruleId A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                  RuleId is returned by CreateRule and by ListRules.*/", "getterDocumentation" : "/**

                                                                                  A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                  RuleId is returned by CreateRule and by ListRules.

                                                                                  \n@return A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                  RuleId is returned by CreateRule and by ListRules.*/", "fluentSetterDocumentation" : "/**

                                                                                  A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                  RuleId is returned by CreateRule and by ListRules.

                                                                                  \n@param ruleId A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                  RuleId is returned by CreateRule and by ListRules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                  RuleId is returned by CreateRule and by ListRules.

                                                                                  \n@param ruleId A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                  RuleId is returned by CreateRule and by ListRules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "GetIPSetResult" : { "c2jName" : "GetIPSetResponse", "documentation" : "", "shapeName" : "GetIPSetResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  Information about the IPSet that you specified in the GetIPSet request. For more information, see the following topics:

                                                                                  • IPSet: Contains IPSetDescriptors, IPSetId, and Name
                                                                                  • IPSetDescriptors: Contains an array of IPSetDescriptor objects. Each IPSetDescriptor object contains Type and Value
                                                                                  ", "name" : "IPSet", "c2jName" : "IPSet", "c2jShape" : "IPSet", "variable" : { "variableName" : "iPSet", "variableType" : "IPSet", "variableDeclarationType" : "IPSet", "documentation" : "

                                                                                  Information about the IPSet that you specified in the GetIPSet request. For more information, see the following topics:

                                                                                  • IPSet: Contains IPSetDescriptors, IPSetId, and Name
                                                                                  • IPSetDescriptors: Contains an array of IPSetDescriptor objects. Each IPSetDescriptor object contains Type and Value
                                                                                  ", "simpleType" : "IPSet", "variableSetterType" : "IPSet" }, "setterModel" : { "variableName" : "iPSet", "variableType" : "IPSet", "variableDeclarationType" : "IPSet", "documentation" : "", "simpleType" : "IPSet", "variableSetterType" : "IPSet" }, "getterModel" : { "returnType" : "IPSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "IPSet", "marshallLocationName" : "IPSet", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                  Information about the IPSet that you specified in the GetIPSet request. For more information, see the following topics:

                                                                                  • IPSet: Contains IPSetDescriptors, IPSetId, and Name
                                                                                  • IPSetDescriptors: Contains an array of IPSetDescriptor objects. Each IPSetDescriptor object contains Type and Value
                                                                                  \n@param iPSet Information about the IPSet that you specified in the GetIPSet request. For more information, see the following topics:

                                                                                  • IPSet: Contains IPSetDescriptors, IPSetId, and Name
                                                                                  • IPSetDescriptors: Contains an array of IPSetDescriptor objects. Each IPSetDescriptor object contains Type and Value
                                                                                  • */", "getterDocumentation" : "/**

                                                                                    Information about the IPSet that you specified in the GetIPSet request. For more information, see the following topics:

                                                                                    • IPSet: Contains IPSetDescriptors, IPSetId, and Name
                                                                                    • IPSetDescriptors: Contains an array of IPSetDescriptor objects. Each IPSetDescriptor object contains Type and Value
                                                                                    \n@return Information about the IPSet that you specified in the GetIPSet request. For more information, see the following topics:

                                                                                    • IPSet: Contains IPSetDescriptors, IPSetId, and Name
                                                                                    • IPSetDescriptors: Contains an array of IPSetDescriptor objects. Each IPSetDescriptor object contains Type and Value
                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                      Information about the IPSet that you specified in the GetIPSet request. For more information, see the following topics:

                                                                                      • IPSet: Contains IPSetDescriptors, IPSetId, and Name
                                                                                      • IPSetDescriptors: Contains an array of IPSetDescriptor objects. Each IPSetDescriptor object contains Type and Value
                                                                                      \n@param iPSet Information about the IPSet that you specified in the GetIPSet request. For more information, see the following topics:

                                                                                      • IPSet: Contains IPSetDescriptors, IPSetId, and Name
                                                                                      • IPSetDescriptors: Contains an array of IPSetDescriptor objects. Each IPSetDescriptor object contains Type and Value
                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                        Information about the IPSet that you specified in the GetIPSet request. For more information, see the following topics:

                                                                                        • IPSet: Contains IPSetDescriptors, IPSetId, and Name
                                                                                        • IPSetDescriptors: Contains an array of IPSetDescriptor objects. Each IPSetDescriptor object contains Type and Value
                                                                                        \n@param iPSet Information about the IPSet that you specified in the GetIPSet request. For more information, see the following topics:

                                                                                        • IPSet: Contains IPSetDescriptors, IPSetId, and Name
                                                                                        • IPSetDescriptors: Contains an array of IPSetDescriptor objects. Each IPSetDescriptor object contains Type and Value
                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "getIPSetResult", "variableType" : "GetIPSetResult", "variableDeclarationType" : "GetIPSetResult", "documentation" : null, "simpleType" : "GetIPSetResult", "variableSetterType" : "GetIPSetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IPSet" : { "documentation" : "

                                                                                          Information about the IPSet that you specified in the GetIPSet request. For more information, see the following topics:

                                                                                          • IPSet: Contains IPSetDescriptors, IPSetId, and Name
                                                                                          • IPSetDescriptors: Contains an array of IPSetDescriptor objects. Each IPSetDescriptor object contains Type and Value
                                                                                          ", "name" : "IPSet", "c2jName" : "IPSet", "c2jShape" : "IPSet", "variable" : { "variableName" : "iPSet", "variableType" : "IPSet", "variableDeclarationType" : "IPSet", "documentation" : "

                                                                                          Information about the IPSet that you specified in the GetIPSet request. For more information, see the following topics:

                                                                                          • IPSet: Contains IPSetDescriptors, IPSetId, and Name
                                                                                          • IPSetDescriptors: Contains an array of IPSetDescriptor objects. Each IPSetDescriptor object contains Type and Value
                                                                                          ", "simpleType" : "IPSet", "variableSetterType" : "IPSet" }, "setterModel" : { "variableName" : "iPSet", "variableType" : "IPSet", "variableDeclarationType" : "IPSet", "documentation" : "", "simpleType" : "IPSet", "variableSetterType" : "IPSet" }, "getterModel" : { "returnType" : "IPSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "IPSet", "marshallLocationName" : "IPSet", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                          Information about the IPSet that you specified in the GetIPSet request. For more information, see the following topics:

                                                                                          • IPSet: Contains IPSetDescriptors, IPSetId, and Name
                                                                                          • IPSetDescriptors: Contains an array of IPSetDescriptor objects. Each IPSetDescriptor object contains Type and Value
                                                                                          \n@param iPSet Information about the IPSet that you specified in the GetIPSet request. For more information, see the following topics:

                                                                                          • IPSet: Contains IPSetDescriptors, IPSetId, and Name
                                                                                          • IPSetDescriptors: Contains an array of IPSetDescriptor objects. Each IPSetDescriptor object contains Type and Value
                                                                                          • */", "getterDocumentation" : "/**

                                                                                            Information about the IPSet that you specified in the GetIPSet request. For more information, see the following topics:

                                                                                            • IPSet: Contains IPSetDescriptors, IPSetId, and Name
                                                                                            • IPSetDescriptors: Contains an array of IPSetDescriptor objects. Each IPSetDescriptor object contains Type and Value
                                                                                            \n@return Information about the IPSet that you specified in the GetIPSet request. For more information, see the following topics:

                                                                                            • IPSet: Contains IPSetDescriptors, IPSetId, and Name
                                                                                            • IPSetDescriptors: Contains an array of IPSetDescriptor objects. Each IPSetDescriptor object contains Type and Value
                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                              Information about the IPSet that you specified in the GetIPSet request. For more information, see the following topics:

                                                                                              • IPSet: Contains IPSetDescriptors, IPSetId, and Name
                                                                                              • IPSetDescriptors: Contains an array of IPSetDescriptor objects. Each IPSetDescriptor object contains Type and Value
                                                                                              \n@param iPSet Information about the IPSet that you specified in the GetIPSet request. For more information, see the following topics:

                                                                                              • IPSet: Contains IPSetDescriptors, IPSetId, and Name
                                                                                              • IPSetDescriptors: Contains an array of IPSetDescriptor objects. Each IPSetDescriptor object contains Type and Value
                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                Information about the IPSet that you specified in the GetIPSet request. For more information, see the following topics:

                                                                                                • IPSet: Contains IPSetDescriptors, IPSetId, and Name
                                                                                                • IPSetDescriptors: Contains an array of IPSetDescriptor objects. Each IPSetDescriptor object contains Type and Value
                                                                                                \n@param iPSet Information about the IPSet that you specified in the GetIPSet request. For more information, see the following topics:

                                                                                                • IPSet: Contains IPSetDescriptors, IPSetId, and Name
                                                                                                • IPSetDescriptors: Contains an array of IPSetDescriptor objects. Each IPSetDescriptor object contains Type and Value
                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } } }, "WAFStaleDataException" : { "c2jName" : "WAFStaleDataException", "documentation" : "

                                                                                                  The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.

                                                                                                  ", "shapeName" : "WAFStaleDataException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "wAFStaleDataException", "variableType" : "WAFStaleDataException", "variableDeclarationType" : "WAFStaleDataException", "documentation" : null, "simpleType" : "WAFStaleDataException", "variableSetterType" : "WAFStaleDataException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "WAFStaleDataException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteWebACLResult" : { "c2jName" : "DeleteWebACLResponse", "documentation" : "", "shapeName" : "DeleteWebACLResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The ChangeToken that you used to submit the DeleteWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ChangeToken that you used to submit the DeleteWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the DeleteWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the DeleteWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@return The ChangeToken that you used to submit the DeleteWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the DeleteWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the DeleteWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "deleteWebACLResult", "variableType" : "DeleteWebACLResult", "variableDeclarationType" : "DeleteWebACLResult", "documentation" : null, "simpleType" : "DeleteWebACLResult", "variableSetterType" : "DeleteWebACLResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeToken" : { "documentation" : "

                                                                                                  The ChangeToken that you used to submit the DeleteWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ChangeToken that you used to submit the DeleteWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the DeleteWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the DeleteWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@return The ChangeToken that you used to submit the DeleteWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the DeleteWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the DeleteWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ListByteMatchSetsRequest" : { "c2jName" : "ListByteMatchSetsRequest", "documentation" : "", "shapeName" : "ListByteMatchSetsRequest", "deprecated" : false, "required" : [ "Limit" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  If you specify a value for Limit and you have more ByteMatchSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of ByteMatchSets. For the second and subsequent ListByteMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.

                                                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If you specify a value for Limit and you have more ByteMatchSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of ByteMatchSets. For the second and subsequent ListByteMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  If you specify a value for Limit and you have more ByteMatchSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of ByteMatchSets. For the second and subsequent ListByteMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.

                                                                                                  \n@param nextMarker If you specify a value for Limit and you have more ByteMatchSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of ByteMatchSets. For the second and subsequent ListByteMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.*/", "getterDocumentation" : "/**

                                                                                                  If you specify a value for Limit and you have more ByteMatchSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of ByteMatchSets. For the second and subsequent ListByteMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.

                                                                                                  \n@return If you specify a value for Limit and you have more ByteMatchSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of ByteMatchSets. For the second and subsequent ListByteMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If you specify a value for Limit and you have more ByteMatchSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of ByteMatchSets. For the second and subsequent ListByteMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.

                                                                                                  \n@param nextMarker If you specify a value for Limit and you have more ByteMatchSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of ByteMatchSets. For the second and subsequent ListByteMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If you specify a value for Limit and you have more ByteMatchSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of ByteMatchSets. For the second and subsequent ListByteMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.

                                                                                                  \n@param nextMarker If you specify a value for Limit and you have more ByteMatchSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of ByteMatchSets. For the second and subsequent ListByteMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                  Specifies the number of ByteMatchSet objects that you want AWS WAF to return for this request. If you have more ByteMatchSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of ByteMatchSet objects.

                                                                                                  ", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "PaginationLimit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                  Specifies the number of ByteMatchSet objects that you want AWS WAF to return for this request. If you have more ByteMatchSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of ByteMatchSet objects.

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  Specifies the number of ByteMatchSet objects that you want AWS WAF to return for this request. If you have more ByteMatchSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of ByteMatchSet objects.

                                                                                                  \n@param limit Specifies the number of ByteMatchSet objects that you want AWS WAF to return for this request. If you have more ByteMatchSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of ByteMatchSet objects.*/", "getterDocumentation" : "/**

                                                                                                  Specifies the number of ByteMatchSet objects that you want AWS WAF to return for this request. If you have more ByteMatchSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of ByteMatchSet objects.

                                                                                                  \n@return Specifies the number of ByteMatchSet objects that you want AWS WAF to return for this request. If you have more ByteMatchSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of ByteMatchSet objects.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Specifies the number of ByteMatchSet objects that you want AWS WAF to return for this request. If you have more ByteMatchSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of ByteMatchSet objects.

                                                                                                  \n@param limit Specifies the number of ByteMatchSet objects that you want AWS WAF to return for this request. If you have more ByteMatchSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of ByteMatchSet objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Specifies the number of ByteMatchSet objects that you want AWS WAF to return for this request. If you have more ByteMatchSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of ByteMatchSet objects.

                                                                                                  \n@param limit Specifies the number of ByteMatchSet objects that you want AWS WAF to return for this request. If you have more ByteMatchSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of ByteMatchSet objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "listByteMatchSetsRequest", "variableType" : "ListByteMatchSetsRequest", "variableDeclarationType" : "ListByteMatchSetsRequest", "documentation" : null, "simpleType" : "ListByteMatchSetsRequest", "variableSetterType" : "ListByteMatchSetsRequest" }, "marshaller" : { "action" : "ListByteMatchSets", "verb" : "POST", "target" : "AWSWAF_20150824.ListByteMatchSets", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Limit" : { "documentation" : "

                                                                                                  Specifies the number of ByteMatchSet objects that you want AWS WAF to return for this request. If you have more ByteMatchSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of ByteMatchSet objects.

                                                                                                  ", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "PaginationLimit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                  Specifies the number of ByteMatchSet objects that you want AWS WAF to return for this request. If you have more ByteMatchSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of ByteMatchSet objects.

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  Specifies the number of ByteMatchSet objects that you want AWS WAF to return for this request. If you have more ByteMatchSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of ByteMatchSet objects.

                                                                                                  \n@param limit Specifies the number of ByteMatchSet objects that you want AWS WAF to return for this request. If you have more ByteMatchSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of ByteMatchSet objects.*/", "getterDocumentation" : "/**

                                                                                                  Specifies the number of ByteMatchSet objects that you want AWS WAF to return for this request. If you have more ByteMatchSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of ByteMatchSet objects.

                                                                                                  \n@return Specifies the number of ByteMatchSet objects that you want AWS WAF to return for this request. If you have more ByteMatchSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of ByteMatchSet objects.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Specifies the number of ByteMatchSet objects that you want AWS WAF to return for this request. If you have more ByteMatchSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of ByteMatchSet objects.

                                                                                                  \n@param limit Specifies the number of ByteMatchSet objects that you want AWS WAF to return for this request. If you have more ByteMatchSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of ByteMatchSet objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Specifies the number of ByteMatchSet objects that you want AWS WAF to return for this request. If you have more ByteMatchSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of ByteMatchSet objects.

                                                                                                  \n@param limit Specifies the number of ByteMatchSet objects that you want AWS WAF to return for this request. If you have more ByteMatchSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of ByteMatchSet objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "NextMarker" : { "documentation" : "

                                                                                                  If you specify a value for Limit and you have more ByteMatchSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of ByteMatchSets. For the second and subsequent ListByteMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.

                                                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If you specify a value for Limit and you have more ByteMatchSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of ByteMatchSets. For the second and subsequent ListByteMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  If you specify a value for Limit and you have more ByteMatchSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of ByteMatchSets. For the second and subsequent ListByteMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.

                                                                                                  \n@param nextMarker If you specify a value for Limit and you have more ByteMatchSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of ByteMatchSets. For the second and subsequent ListByteMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.*/", "getterDocumentation" : "/**

                                                                                                  If you specify a value for Limit and you have more ByteMatchSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of ByteMatchSets. For the second and subsequent ListByteMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.

                                                                                                  \n@return If you specify a value for Limit and you have more ByteMatchSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of ByteMatchSets. For the second and subsequent ListByteMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If you specify a value for Limit and you have more ByteMatchSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of ByteMatchSets. For the second and subsequent ListByteMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.

                                                                                                  \n@param nextMarker If you specify a value for Limit and you have more ByteMatchSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of ByteMatchSets. For the second and subsequent ListByteMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If you specify a value for Limit and you have more ByteMatchSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of ByteMatchSets. For the second and subsequent ListByteMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.

                                                                                                  \n@param nextMarker If you specify a value for Limit and you have more ByteMatchSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of ByteMatchSets. For the second and subsequent ListByteMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ByteMatchSet" : { "c2jName" : "ByteMatchSet", "documentation" : "

                                                                                                  In a GetByteMatchSet request, ByteMatchSet is a complex type that contains the ByteMatchSetId and Name of a ByteMatchSet, and the values that you specified when you updated the ByteMatchSet.

                                                                                                  A complex type that contains ByteMatchTuple objects, which specify the parts of web requests that you want AWS WAF to inspect and the values that you want AWS WAF to search for. If a ByteMatchSet contains more than one ByteMatchTuple object, a request needs to match the settings in only one ByteMatchTuple to be considered a match.

                                                                                                  ", "shapeName" : "ByteMatchSet", "deprecated" : false, "required" : [ "ByteMatchSetId", "ByteMatchTuples" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet (see GetByteMatchSet), update a ByteMatchSet (see UpdateByteMatchSet), insert a ByteMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a ByteMatchSet from AWS WAF (see DeleteByteMatchSet).

                                                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                                                  ", "name" : "ByteMatchSetId", "c2jName" : "ByteMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "byteMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet (see GetByteMatchSet), update a ByteMatchSet (see UpdateByteMatchSet), insert a ByteMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a ByteMatchSet from AWS WAF (see DeleteByteMatchSet).

                                                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "byteMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ByteMatchSetId", "marshallLocationName" : "ByteMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet (see GetByteMatchSet), update a ByteMatchSet (see UpdateByteMatchSet), insert a ByteMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a ByteMatchSet from AWS WAF (see DeleteByteMatchSet).

                                                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                                                  \n@param byteMatchSetId The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet (see GetByteMatchSet), update a ByteMatchSet (see UpdateByteMatchSet), insert a ByteMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a ByteMatchSet from AWS WAF (see DeleteByteMatchSet).

                                                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.*/", "getterDocumentation" : "/**

                                                                                                  The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet (see GetByteMatchSet), update a ByteMatchSet (see UpdateByteMatchSet), insert a ByteMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a ByteMatchSet from AWS WAF (see DeleteByteMatchSet).

                                                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                                                  \n@return The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet (see GetByteMatchSet), update a ByteMatchSet (see UpdateByteMatchSet), insert a ByteMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a ByteMatchSet from AWS WAF (see DeleteByteMatchSet).

                                                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet (see GetByteMatchSet), update a ByteMatchSet (see UpdateByteMatchSet), insert a ByteMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a ByteMatchSet from AWS WAF (see DeleteByteMatchSet).

                                                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                                                  \n@param byteMatchSetId The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet (see GetByteMatchSet), update a ByteMatchSet (see UpdateByteMatchSet), insert a ByteMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a ByteMatchSet from AWS WAF (see DeleteByteMatchSet).

                                                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet (see GetByteMatchSet), update a ByteMatchSet (see UpdateByteMatchSet), insert a ByteMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a ByteMatchSet from AWS WAF (see DeleteByteMatchSet).

                                                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                                                  \n@param byteMatchSetId The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet (see GetByteMatchSet), update a ByteMatchSet (see UpdateByteMatchSet), insert a ByteMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a ByteMatchSet from AWS WAF (see DeleteByteMatchSet).

                                                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                  A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

                                                                                                  \n@param name A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.*/", "getterDocumentation" : "/**

                                                                                                  A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

                                                                                                  \n@return A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

                                                                                                  \n@param name A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

                                                                                                  \n@param name A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                  Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.

                                                                                                  ", "name" : "ByteMatchTuples", "c2jName" : "ByteMatchTuples", "c2jShape" : "ByteMatchTuples", "variable" : { "variableName" : "byteMatchTuples", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                  Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "byteMatchTuples", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ByteMatchTuples", "marshallLocationName" : "ByteMatchTuples", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ByteMatchTuple", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ByteMatchTuple", "variable" : { "variableName" : "member", "variableType" : "ByteMatchTuple", "variableDeclarationType" : "ByteMatchTuple", "documentation" : "", "simpleType" : "ByteMatchTuple", "variableSetterType" : "ByteMatchTuple" }, "setterModel" : { "variableName" : "member", "variableType" : "ByteMatchTuple", "variableDeclarationType" : "ByteMatchTuple", "documentation" : "", "simpleType" : "ByteMatchTuple", "variableSetterType" : "ByteMatchTuple" }, "getterModel" : { "returnType" : "ByteMatchTuple", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ByteMatchTuple", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.

                                                                                                  \n@param byteMatchTuples Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.*/", "getterDocumentation" : "/**

                                                                                                  Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.

                                                                                                  \n@return Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.

                                                                                                  \n@param byteMatchTuples Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setByteMatchTuples(java.util.Collection)} or {@link #withByteMatchTuples(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param byteMatchTuples Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "byteMatchSet", "variableType" : "ByteMatchSet", "variableDeclarationType" : "ByteMatchSet", "documentation" : null, "simpleType" : "ByteMatchSet", "variableSetterType" : "ByteMatchSet" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ByteMatchTuples" : { "documentation" : "

                                                                                                  Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.

                                                                                                  ", "name" : "ByteMatchTuples", "c2jName" : "ByteMatchTuples", "c2jShape" : "ByteMatchTuples", "variable" : { "variableName" : "byteMatchTuples", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                  Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "byteMatchTuples", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ByteMatchTuples", "marshallLocationName" : "ByteMatchTuples", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ByteMatchTuple", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ByteMatchTuple", "variable" : { "variableName" : "member", "variableType" : "ByteMatchTuple", "variableDeclarationType" : "ByteMatchTuple", "documentation" : "", "simpleType" : "ByteMatchTuple", "variableSetterType" : "ByteMatchTuple" }, "setterModel" : { "variableName" : "member", "variableType" : "ByteMatchTuple", "variableDeclarationType" : "ByteMatchTuple", "documentation" : "", "simpleType" : "ByteMatchTuple", "variableSetterType" : "ByteMatchTuple" }, "getterModel" : { "returnType" : "ByteMatchTuple", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ByteMatchTuple", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.

                                                                                                  \n@param byteMatchTuples Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.*/", "getterDocumentation" : "/**

                                                                                                  Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.

                                                                                                  \n@return Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.

                                                                                                  \n@param byteMatchTuples Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setByteMatchTuples(java.util.Collection)} or {@link #withByteMatchTuples(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param byteMatchTuples Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "Name" : { "documentation" : "

                                                                                                  A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

                                                                                                  \n@param name A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.*/", "getterDocumentation" : "/**

                                                                                                  A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

                                                                                                  \n@return A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

                                                                                                  \n@param name A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

                                                                                                  \n@param name A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ByteMatchSetId" : { "documentation" : "

                                                                                                  The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet (see GetByteMatchSet), update a ByteMatchSet (see UpdateByteMatchSet), insert a ByteMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a ByteMatchSet from AWS WAF (see DeleteByteMatchSet).

                                                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                                                  ", "name" : "ByteMatchSetId", "c2jName" : "ByteMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "byteMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet (see GetByteMatchSet), update a ByteMatchSet (see UpdateByteMatchSet), insert a ByteMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a ByteMatchSet from AWS WAF (see DeleteByteMatchSet).

                                                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "byteMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ByteMatchSetId", "marshallLocationName" : "ByteMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet (see GetByteMatchSet), update a ByteMatchSet (see UpdateByteMatchSet), insert a ByteMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a ByteMatchSet from AWS WAF (see DeleteByteMatchSet).

                                                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                                                  \n@param byteMatchSetId The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet (see GetByteMatchSet), update a ByteMatchSet (see UpdateByteMatchSet), insert a ByteMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a ByteMatchSet from AWS WAF (see DeleteByteMatchSet).

                                                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.*/", "getterDocumentation" : "/**

                                                                                                  The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet (see GetByteMatchSet), update a ByteMatchSet (see UpdateByteMatchSet), insert a ByteMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a ByteMatchSet from AWS WAF (see DeleteByteMatchSet).

                                                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                                                  \n@return The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet (see GetByteMatchSet), update a ByteMatchSet (see UpdateByteMatchSet), insert a ByteMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a ByteMatchSet from AWS WAF (see DeleteByteMatchSet).

                                                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet (see GetByteMatchSet), update a ByteMatchSet (see UpdateByteMatchSet), insert a ByteMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a ByteMatchSet from AWS WAF (see DeleteByteMatchSet).

                                                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                                                  \n@param byteMatchSetId The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet (see GetByteMatchSet), update a ByteMatchSet (see UpdateByteMatchSet), insert a ByteMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a ByteMatchSet from AWS WAF (see DeleteByteMatchSet).

                                                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet (see GetByteMatchSet), update a ByteMatchSet (see UpdateByteMatchSet), insert a ByteMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a ByteMatchSet from AWS WAF (see DeleteByteMatchSet).

                                                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                                                  \n@param byteMatchSetId The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet (see GetByteMatchSet), update a ByteMatchSet (see UpdateByteMatchSet), insert a ByteMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a ByteMatchSet from AWS WAF (see DeleteByteMatchSet).

                                                                                                  ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "WAFNonexistentContainerException" : { "c2jName" : "WAFNonexistentContainerException", "documentation" : "

                                                                                                  The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:

                                                                                                  • You tried to add a Rule to or delete a Rule from a WebACL that doesn't exist.
                                                                                                  • You tried to add a ByteMatchSet to or delete a ByteMatchSet from a Rule that doesn't exist.
                                                                                                  • You tried to add an IP address to or delete an IP address from an IPSet that doesn't exist.
                                                                                                  • You tried to add a ByteMatchTuple to or delete a ByteMatchTuple from a ByteMatchSet that doesn't exist.
                                                                                                  ", "shapeName" : "WAFNonexistentContainerException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "wAFNonexistentContainerException", "variableType" : "WAFNonexistentContainerException", "variableDeclarationType" : "WAFNonexistentContainerException", "documentation" : null, "simpleType" : "WAFNonexistentContainerException", "variableSetterType" : "WAFNonexistentContainerException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "WAFNonexistentContainerException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteRuleResult" : { "c2jName" : "DeleteRuleResponse", "documentation" : "", "shapeName" : "DeleteRuleResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The ChangeToken that you used to submit the DeleteRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ChangeToken that you used to submit the DeleteRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the DeleteRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the DeleteRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@return The ChangeToken that you used to submit the DeleteRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the DeleteRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the DeleteRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "deleteRuleResult", "variableType" : "DeleteRuleResult", "variableDeclarationType" : "DeleteRuleResult", "documentation" : null, "simpleType" : "DeleteRuleResult", "variableSetterType" : "DeleteRuleResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeToken" : { "documentation" : "

                                                                                                  The ChangeToken that you used to submit the DeleteRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ChangeToken that you used to submit the DeleteRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the DeleteRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the DeleteRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@return The ChangeToken that you used to submit the DeleteRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the DeleteRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the DeleteRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DeleteSqlInjectionMatchSetRequest" : { "c2jName" : "DeleteSqlInjectionMatchSetRequest", "documentation" : "

                                                                                                  A request to delete a SqlInjectionMatchSet from AWS WAF.

                                                                                                  ", "shapeName" : "DeleteSqlInjectionMatchSetRequest", "deprecated" : false, "required" : [ "SqlInjectionMatchSetId", "ChangeToken" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                  ", "name" : "SqlInjectionMatchSetId", "c2jName" : "SqlInjectionMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "sqlInjectionMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sqlInjectionMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SqlInjectionMatchSetId", "marshallLocationName" : "SqlInjectionMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                  \n@param sqlInjectionMatchSetId The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.*/", "getterDocumentation" : "/**

                                                                                                  The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                  \n@return The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                  \n@param sqlInjectionMatchSetId The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                  \n@param sqlInjectionMatchSetId The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "deleteSqlInjectionMatchSetRequest", "variableType" : "DeleteSqlInjectionMatchSetRequest", "variableDeclarationType" : "DeleteSqlInjectionMatchSetRequest", "documentation" : null, "simpleType" : "DeleteSqlInjectionMatchSetRequest", "variableSetterType" : "DeleteSqlInjectionMatchSetRequest" }, "marshaller" : { "action" : "DeleteSqlInjectionMatchSet", "verb" : "POST", "target" : "AWSWAF_20150824.DeleteSqlInjectionMatchSet", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeToken" : { "documentation" : "

                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SqlInjectionMatchSetId" : { "documentation" : "

                                                                                                  The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                  ", "name" : "SqlInjectionMatchSetId", "c2jName" : "SqlInjectionMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "sqlInjectionMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sqlInjectionMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SqlInjectionMatchSetId", "marshallLocationName" : "SqlInjectionMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                  \n@param sqlInjectionMatchSetId The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.*/", "getterDocumentation" : "/**

                                                                                                  The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                  \n@return The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                  \n@param sqlInjectionMatchSetId The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                  \n@param sqlInjectionMatchSetId The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "IPSetSummary" : { "c2jName" : "IPSetSummary", "documentation" : "

                                                                                                  Contains the identifier and the name of the IPSet.

                                                                                                  ", "shapeName" : "IPSetSummary", "deprecated" : false, "required" : [ "IPSetId", "Name" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The IPSetId for an IPSet. You can use IPSetId in a GetIPSet request to get detailed information about an IPSet.

                                                                                                  ", "name" : "IPSetId", "c2jName" : "IPSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "iPSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The IPSetId for an IPSet. You can use IPSetId in a GetIPSet request to get detailed information about an IPSet.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "iPSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IPSetId", "marshallLocationName" : "IPSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  The IPSetId for an IPSet. You can use IPSetId in a GetIPSet request to get detailed information about an IPSet.

                                                                                                  \n@param iPSetId The IPSetId for an IPSet. You can use IPSetId in a GetIPSet request to get detailed information about an IPSet.*/", "getterDocumentation" : "/**

                                                                                                  The IPSetId for an IPSet. You can use IPSetId in a GetIPSet request to get detailed information about an IPSet.

                                                                                                  \n@return The IPSetId for an IPSet. You can use IPSetId in a GetIPSet request to get detailed information about an IPSet.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The IPSetId for an IPSet. You can use IPSetId in a GetIPSet request to get detailed information about an IPSet.

                                                                                                  \n@param iPSetId The IPSetId for an IPSet. You can use IPSetId in a GetIPSet request to get detailed information about an IPSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The IPSetId for an IPSet. You can use IPSetId in a GetIPSet request to get detailed information about an IPSet.

                                                                                                  \n@param iPSetId The IPSetId for an IPSet. You can use IPSetId in a GetIPSet request to get detailed information about an IPSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                  A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.

                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.

                                                                                                  \n@param name A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.*/", "getterDocumentation" : "/**

                                                                                                  A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.

                                                                                                  \n@return A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.

                                                                                                  \n@param name A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.

                                                                                                  \n@param name A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "iPSetSummary", "variableType" : "IPSetSummary", "variableDeclarationType" : "IPSetSummary", "documentation" : null, "simpleType" : "IPSetSummary", "variableSetterType" : "IPSetSummary" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                                                                                  A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.

                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.

                                                                                                  \n@param name A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.*/", "getterDocumentation" : "/**

                                                                                                  A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.

                                                                                                  \n@return A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.

                                                                                                  \n@param name A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.

                                                                                                  \n@param name A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "IPSetId" : { "documentation" : "

                                                                                                  The IPSetId for an IPSet. You can use IPSetId in a GetIPSet request to get detailed information about an IPSet.

                                                                                                  ", "name" : "IPSetId", "c2jName" : "IPSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "iPSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The IPSetId for an IPSet. You can use IPSetId in a GetIPSet request to get detailed information about an IPSet.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "iPSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IPSetId", "marshallLocationName" : "IPSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  The IPSetId for an IPSet. You can use IPSetId in a GetIPSet request to get detailed information about an IPSet.

                                                                                                  \n@param iPSetId The IPSetId for an IPSet. You can use IPSetId in a GetIPSet request to get detailed information about an IPSet.*/", "getterDocumentation" : "/**

                                                                                                  The IPSetId for an IPSet. You can use IPSetId in a GetIPSet request to get detailed information about an IPSet.

                                                                                                  \n@return The IPSetId for an IPSet. You can use IPSetId in a GetIPSet request to get detailed information about an IPSet.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The IPSetId for an IPSet. You can use IPSetId in a GetIPSet request to get detailed information about an IPSet.

                                                                                                  \n@param iPSetId The IPSetId for an IPSet. You can use IPSetId in a GetIPSet request to get detailed information about an IPSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The IPSetId for an IPSet. You can use IPSetId in a GetIPSet request to get detailed information about an IPSet.

                                                                                                  \n@param iPSetId The IPSetId for an IPSet. You can use IPSetId in a GetIPSet request to get detailed information about an IPSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DeleteIPSetResult" : { "c2jName" : "DeleteIPSetResponse", "documentation" : "", "shapeName" : "DeleteIPSetResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The ChangeToken that you used to submit the DeleteIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ChangeToken that you used to submit the DeleteIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the DeleteIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the DeleteIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@return The ChangeToken that you used to submit the DeleteIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the DeleteIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the DeleteIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "deleteIPSetResult", "variableType" : "DeleteIPSetResult", "variableDeclarationType" : "DeleteIPSetResult", "documentation" : null, "simpleType" : "DeleteIPSetResult", "variableSetterType" : "DeleteIPSetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeToken" : { "documentation" : "

                                                                                                  The ChangeToken that you used to submit the DeleteIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ChangeToken that you used to submit the DeleteIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the DeleteIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the DeleteIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@return The ChangeToken that you used to submit the DeleteIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the DeleteIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the DeleteIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DeleteSizeConstraintSetResult" : { "c2jName" : "DeleteSizeConstraintSetResponse", "documentation" : "", "shapeName" : "DeleteSizeConstraintSetResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The ChangeToken that you used to submit the DeleteSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ChangeToken that you used to submit the DeleteSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the DeleteSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the DeleteSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@return The ChangeToken that you used to submit the DeleteSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the DeleteSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the DeleteSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "deleteSizeConstraintSetResult", "variableType" : "DeleteSizeConstraintSetResult", "variableDeclarationType" : "DeleteSizeConstraintSetResult", "documentation" : null, "simpleType" : "DeleteSizeConstraintSetResult", "variableSetterType" : "DeleteSizeConstraintSetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeToken" : { "documentation" : "

                                                                                                  The ChangeToken that you used to submit the DeleteSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ChangeToken that you used to submit the DeleteSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the DeleteSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the DeleteSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@return The ChangeToken that you used to submit the DeleteSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the DeleteSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the DeleteSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "CreateSizeConstraintSetResult" : { "c2jName" : "CreateSizeConstraintSetResponse", "documentation" : "", "shapeName" : "CreateSizeConstraintSetResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  A SizeConstraintSet that contains no SizeConstraint objects.

                                                                                                  ", "name" : "SizeConstraintSet", "c2jName" : "SizeConstraintSet", "c2jShape" : "SizeConstraintSet", "variable" : { "variableName" : "sizeConstraintSet", "variableType" : "SizeConstraintSet", "variableDeclarationType" : "SizeConstraintSet", "documentation" : "

                                                                                                  A SizeConstraintSet that contains no SizeConstraint objects.

                                                                                                  ", "simpleType" : "SizeConstraintSet", "variableSetterType" : "SizeConstraintSet" }, "setterModel" : { "variableName" : "sizeConstraintSet", "variableType" : "SizeConstraintSet", "variableDeclarationType" : "SizeConstraintSet", "documentation" : "", "simpleType" : "SizeConstraintSet", "variableSetterType" : "SizeConstraintSet" }, "getterModel" : { "returnType" : "SizeConstraintSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "SizeConstraintSet", "marshallLocationName" : "SizeConstraintSet", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  A SizeConstraintSet that contains no SizeConstraint objects.

                                                                                                  \n@param sizeConstraintSet A SizeConstraintSet that contains no SizeConstraint objects.*/", "getterDocumentation" : "/**

                                                                                                  A SizeConstraintSet that contains no SizeConstraint objects.

                                                                                                  \n@return A SizeConstraintSet that contains no SizeConstraint objects.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A SizeConstraintSet that contains no SizeConstraint objects.

                                                                                                  \n@param sizeConstraintSet A SizeConstraintSet that contains no SizeConstraint objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A SizeConstraintSet that contains no SizeConstraint objects.

                                                                                                  \n@param sizeConstraintSet A SizeConstraintSet that contains no SizeConstraint objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, { "documentation" : "

                                                                                                  The ChangeToken that you used to submit the CreateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ChangeToken that you used to submit the CreateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the CreateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the CreateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@return The ChangeToken that you used to submit the CreateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the CreateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the CreateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "createSizeConstraintSetResult", "variableType" : "CreateSizeConstraintSetResult", "variableDeclarationType" : "CreateSizeConstraintSetResult", "documentation" : null, "simpleType" : "CreateSizeConstraintSetResult", "variableSetterType" : "CreateSizeConstraintSetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SizeConstraintSet" : { "documentation" : "

                                                                                                  A SizeConstraintSet that contains no SizeConstraint objects.

                                                                                                  ", "name" : "SizeConstraintSet", "c2jName" : "SizeConstraintSet", "c2jShape" : "SizeConstraintSet", "variable" : { "variableName" : "sizeConstraintSet", "variableType" : "SizeConstraintSet", "variableDeclarationType" : "SizeConstraintSet", "documentation" : "

                                                                                                  A SizeConstraintSet that contains no SizeConstraint objects.

                                                                                                  ", "simpleType" : "SizeConstraintSet", "variableSetterType" : "SizeConstraintSet" }, "setterModel" : { "variableName" : "sizeConstraintSet", "variableType" : "SizeConstraintSet", "variableDeclarationType" : "SizeConstraintSet", "documentation" : "", "simpleType" : "SizeConstraintSet", "variableSetterType" : "SizeConstraintSet" }, "getterModel" : { "returnType" : "SizeConstraintSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "SizeConstraintSet", "marshallLocationName" : "SizeConstraintSet", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  A SizeConstraintSet that contains no SizeConstraint objects.

                                                                                                  \n@param sizeConstraintSet A SizeConstraintSet that contains no SizeConstraint objects.*/", "getterDocumentation" : "/**

                                                                                                  A SizeConstraintSet that contains no SizeConstraint objects.

                                                                                                  \n@return A SizeConstraintSet that contains no SizeConstraint objects.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A SizeConstraintSet that contains no SizeConstraint objects.

                                                                                                  \n@param sizeConstraintSet A SizeConstraintSet that contains no SizeConstraint objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A SizeConstraintSet that contains no SizeConstraint objects.

                                                                                                  \n@param sizeConstraintSet A SizeConstraintSet that contains no SizeConstraint objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "ChangeToken" : { "documentation" : "

                                                                                                  The ChangeToken that you used to submit the CreateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ChangeToken that you used to submit the CreateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the CreateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the CreateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@return The ChangeToken that you used to submit the CreateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the CreateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ChangeToken that you used to submit the CreateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ComparisonOperator" : { "c2jName" : "ComparisonOperator", "documentation" : "", "shapeName" : "ComparisonOperator", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "EQ", "value" : "EQ" }, { "name" : "NE", "value" : "NE" }, { "name" : "LE", "value" : "LE" }, { "name" : "LT", "value" : "LT" }, { "name" : "GE", "value" : "GE" }, { "name" : "GT", "value" : "GT" } ], "variable" : { "variableName" : "comparisonOperator", "variableType" : "ComparisonOperator", "variableDeclarationType" : "ComparisonOperator", "documentation" : null, "simpleType" : "ComparisonOperator", "variableSetterType" : "ComparisonOperator" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetSizeConstraintSetRequest" : { "c2jName" : "GetSizeConstraintSetRequest", "documentation" : "", "shapeName" : "GetSizeConstraintSetRequest", "deprecated" : false, "required" : [ "SizeConstraintSetId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The SizeConstraintSetId of the SizeConstraintSet that you want to get. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                                  ", "name" : "SizeConstraintSetId", "c2jName" : "SizeConstraintSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "sizeConstraintSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The SizeConstraintSetId of the SizeConstraintSet that you want to get. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sizeConstraintSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SizeConstraintSetId", "marshallLocationName" : "SizeConstraintSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  The SizeConstraintSetId of the SizeConstraintSet that you want to get. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                                  \n@param sizeConstraintSetId The SizeConstraintSetId of the SizeConstraintSet that you want to get. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.*/", "getterDocumentation" : "/**

                                                                                                  The SizeConstraintSetId of the SizeConstraintSet that you want to get. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                                  \n@return The SizeConstraintSetId of the SizeConstraintSet that you want to get. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The SizeConstraintSetId of the SizeConstraintSet that you want to get. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                                  \n@param sizeConstraintSetId The SizeConstraintSetId of the SizeConstraintSet that you want to get. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The SizeConstraintSetId of the SizeConstraintSet that you want to get. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                                  \n@param sizeConstraintSetId The SizeConstraintSetId of the SizeConstraintSet that you want to get. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "getSizeConstraintSetRequest", "variableType" : "GetSizeConstraintSetRequest", "variableDeclarationType" : "GetSizeConstraintSetRequest", "documentation" : null, "simpleType" : "GetSizeConstraintSetRequest", "variableSetterType" : "GetSizeConstraintSetRequest" }, "marshaller" : { "action" : "GetSizeConstraintSet", "verb" : "POST", "target" : "AWSWAF_20150824.GetSizeConstraintSet", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SizeConstraintSetId" : { "documentation" : "

                                                                                                  The SizeConstraintSetId of the SizeConstraintSet that you want to get. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                                  ", "name" : "SizeConstraintSetId", "c2jName" : "SizeConstraintSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "sizeConstraintSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The SizeConstraintSetId of the SizeConstraintSet that you want to get. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sizeConstraintSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SizeConstraintSetId", "marshallLocationName" : "SizeConstraintSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  The SizeConstraintSetId of the SizeConstraintSet that you want to get. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                                  \n@param sizeConstraintSetId The SizeConstraintSetId of the SizeConstraintSet that you want to get. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.*/", "getterDocumentation" : "/**

                                                                                                  The SizeConstraintSetId of the SizeConstraintSet that you want to get. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                                  \n@return The SizeConstraintSetId of the SizeConstraintSet that you want to get. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The SizeConstraintSetId of the SizeConstraintSet that you want to get. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                                  \n@param sizeConstraintSetId The SizeConstraintSetId of the SizeConstraintSet that you want to get. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The SizeConstraintSetId of the SizeConstraintSet that you want to get. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                                  \n@param sizeConstraintSetId The SizeConstraintSetId of the SizeConstraintSet that you want to get. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ListIPSetsRequest" : { "c2jName" : "ListIPSetsRequest", "documentation" : "", "shapeName" : "ListIPSetsRequest", "deprecated" : false, "required" : [ "Limit" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  If you specify a value for Limit and you have more IPSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of IPSets. For the second and subsequent ListIPSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.

                                                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If you specify a value for Limit and you have more IPSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of IPSets. For the second and subsequent ListIPSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  If you specify a value for Limit and you have more IPSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of IPSets. For the second and subsequent ListIPSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.

                                                                                                  \n@param nextMarker If you specify a value for Limit and you have more IPSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of IPSets. For the second and subsequent ListIPSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.*/", "getterDocumentation" : "/**

                                                                                                  If you specify a value for Limit and you have more IPSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of IPSets. For the second and subsequent ListIPSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.

                                                                                                  \n@return If you specify a value for Limit and you have more IPSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of IPSets. For the second and subsequent ListIPSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If you specify a value for Limit and you have more IPSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of IPSets. For the second and subsequent ListIPSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.

                                                                                                  \n@param nextMarker If you specify a value for Limit and you have more IPSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of IPSets. For the second and subsequent ListIPSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If you specify a value for Limit and you have more IPSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of IPSets. For the second and subsequent ListIPSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.

                                                                                                  \n@param nextMarker If you specify a value for Limit and you have more IPSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of IPSets. For the second and subsequent ListIPSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                  Specifies the number of IPSet objects that you want AWS WAF to return for this request. If you have more IPSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of IPSet objects.

                                                                                                  ", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "PaginationLimit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                  Specifies the number of IPSet objects that you want AWS WAF to return for this request. If you have more IPSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of IPSet objects.

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  Specifies the number of IPSet objects that you want AWS WAF to return for this request. If you have more IPSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of IPSet objects.

                                                                                                  \n@param limit Specifies the number of IPSet objects that you want AWS WAF to return for this request. If you have more IPSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of IPSet objects.*/", "getterDocumentation" : "/**

                                                                                                  Specifies the number of IPSet objects that you want AWS WAF to return for this request. If you have more IPSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of IPSet objects.

                                                                                                  \n@return Specifies the number of IPSet objects that you want AWS WAF to return for this request. If you have more IPSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of IPSet objects.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Specifies the number of IPSet objects that you want AWS WAF to return for this request. If you have more IPSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of IPSet objects.

                                                                                                  \n@param limit Specifies the number of IPSet objects that you want AWS WAF to return for this request. If you have more IPSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of IPSet objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Specifies the number of IPSet objects that you want AWS WAF to return for this request. If you have more IPSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of IPSet objects.

                                                                                                  \n@param limit Specifies the number of IPSet objects that you want AWS WAF to return for this request. If you have more IPSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of IPSet objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "listIPSetsRequest", "variableType" : "ListIPSetsRequest", "variableDeclarationType" : "ListIPSetsRequest", "documentation" : null, "simpleType" : "ListIPSetsRequest", "variableSetterType" : "ListIPSetsRequest" }, "marshaller" : { "action" : "ListIPSets", "verb" : "POST", "target" : "AWSWAF_20150824.ListIPSets", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Limit" : { "documentation" : "

                                                                                                  Specifies the number of IPSet objects that you want AWS WAF to return for this request. If you have more IPSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of IPSet objects.

                                                                                                  ", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "PaginationLimit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                  Specifies the number of IPSet objects that you want AWS WAF to return for this request. If you have more IPSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of IPSet objects.

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  Specifies the number of IPSet objects that you want AWS WAF to return for this request. If you have more IPSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of IPSet objects.

                                                                                                  \n@param limit Specifies the number of IPSet objects that you want AWS WAF to return for this request. If you have more IPSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of IPSet objects.*/", "getterDocumentation" : "/**

                                                                                                  Specifies the number of IPSet objects that you want AWS WAF to return for this request. If you have more IPSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of IPSet objects.

                                                                                                  \n@return Specifies the number of IPSet objects that you want AWS WAF to return for this request. If you have more IPSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of IPSet objects.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Specifies the number of IPSet objects that you want AWS WAF to return for this request. If you have more IPSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of IPSet objects.

                                                                                                  \n@param limit Specifies the number of IPSet objects that you want AWS WAF to return for this request. If you have more IPSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of IPSet objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Specifies the number of IPSet objects that you want AWS WAF to return for this request. If you have more IPSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of IPSet objects.

                                                                                                  \n@param limit Specifies the number of IPSet objects that you want AWS WAF to return for this request. If you have more IPSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of IPSet objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "NextMarker" : { "documentation" : "

                                                                                                  If you specify a value for Limit and you have more IPSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of IPSets. For the second and subsequent ListIPSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.

                                                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If you specify a value for Limit and you have more IPSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of IPSets. For the second and subsequent ListIPSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  If you specify a value for Limit and you have more IPSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of IPSets. For the second and subsequent ListIPSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.

                                                                                                  \n@param nextMarker If you specify a value for Limit and you have more IPSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of IPSets. For the second and subsequent ListIPSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.*/", "getterDocumentation" : "/**

                                                                                                  If you specify a value for Limit and you have more IPSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of IPSets. For the second and subsequent ListIPSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.

                                                                                                  \n@return If you specify a value for Limit and you have more IPSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of IPSets. For the second and subsequent ListIPSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If you specify a value for Limit and you have more IPSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of IPSets. For the second and subsequent ListIPSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.

                                                                                                  \n@param nextMarker If you specify a value for Limit and you have more IPSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of IPSets. For the second and subsequent ListIPSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If you specify a value for Limit and you have more IPSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of IPSets. For the second and subsequent ListIPSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.

                                                                                                  \n@param nextMarker If you specify a value for Limit and you have more IPSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of IPSets. For the second and subsequent ListIPSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ListRulesResult" : { "c2jName" : "ListRulesResponse", "documentation" : "", "shapeName" : "ListRulesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  If you have more Rules than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more Rules, submit another ListRules request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If you have more Rules than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more Rules, submit another ListRules request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  If you have more Rules than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more Rules, submit another ListRules request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                  \n@param nextMarker If you have more Rules than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more Rules, submit another ListRules request, and specify the NextMarker value from the response in the NextMarker value in the next request.*/", "getterDocumentation" : "/**

                                                                                                  If you have more Rules than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more Rules, submit another ListRules request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                  \n@return If you have more Rules than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more Rules, submit another ListRules request, and specify the NextMarker value from the response in the NextMarker value in the next request.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If you have more Rules than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more Rules, submit another ListRules request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                  \n@param nextMarker If you have more Rules than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more Rules, submit another ListRules request, and specify the NextMarker value from the response in the NextMarker value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If you have more Rules than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more Rules, submit another ListRules request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                  \n@param nextMarker If you have more Rules than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more Rules, submit another ListRules request, and specify the NextMarker value from the response in the NextMarker value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                  An array of RuleSummary objects.

                                                                                                  ", "name" : "Rules", "c2jName" : "Rules", "c2jShape" : "RuleSummaries", "variable" : { "variableName" : "rules", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                  An array of RuleSummary objects.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "rules", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Rules", "marshallLocationName" : "Rules", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "RuleSummary", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RuleSummary", "variable" : { "variableName" : "member", "variableType" : "RuleSummary", "variableDeclarationType" : "RuleSummary", "documentation" : "", "simpleType" : "RuleSummary", "variableSetterType" : "RuleSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "RuleSummary", "variableDeclarationType" : "RuleSummary", "documentation" : "", "simpleType" : "RuleSummary", "variableSetterType" : "RuleSummary" }, "getterModel" : { "returnType" : "RuleSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "RuleSummary", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  An array of RuleSummary objects.

                                                                                                  \n@param rules An array of RuleSummary objects.*/", "getterDocumentation" : "/**

                                                                                                  An array of RuleSummary objects.

                                                                                                  \n@return An array of RuleSummary objects.*/", "fluentSetterDocumentation" : "/**

                                                                                                  An array of RuleSummary objects.

                                                                                                  \n@param rules An array of RuleSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  An array of RuleSummary objects.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRules(java.util.Collection)} or {@link #withRules(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param rules An array of RuleSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "listRulesResult", "variableType" : "ListRulesResult", "variableDeclarationType" : "ListRulesResult", "documentation" : null, "simpleType" : "ListRulesResult", "variableSetterType" : "ListRulesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Rules" : { "documentation" : "

                                                                                                  An array of RuleSummary objects.

                                                                                                  ", "name" : "Rules", "c2jName" : "Rules", "c2jShape" : "RuleSummaries", "variable" : { "variableName" : "rules", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                  An array of RuleSummary objects.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "rules", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Rules", "marshallLocationName" : "Rules", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "RuleSummary", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RuleSummary", "variable" : { "variableName" : "member", "variableType" : "RuleSummary", "variableDeclarationType" : "RuleSummary", "documentation" : "", "simpleType" : "RuleSummary", "variableSetterType" : "RuleSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "RuleSummary", "variableDeclarationType" : "RuleSummary", "documentation" : "", "simpleType" : "RuleSummary", "variableSetterType" : "RuleSummary" }, "getterModel" : { "returnType" : "RuleSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "RuleSummary", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  An array of RuleSummary objects.

                                                                                                  \n@param rules An array of RuleSummary objects.*/", "getterDocumentation" : "/**

                                                                                                  An array of RuleSummary objects.

                                                                                                  \n@return An array of RuleSummary objects.*/", "fluentSetterDocumentation" : "/**

                                                                                                  An array of RuleSummary objects.

                                                                                                  \n@param rules An array of RuleSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  An array of RuleSummary objects.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRules(java.util.Collection)} or {@link #withRules(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param rules An array of RuleSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "NextMarker" : { "documentation" : "

                                                                                                  If you have more Rules than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more Rules, submit another ListRules request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If you have more Rules than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more Rules, submit another ListRules request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  If you have more Rules than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more Rules, submit another ListRules request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                  \n@param nextMarker If you have more Rules than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more Rules, submit another ListRules request, and specify the NextMarker value from the response in the NextMarker value in the next request.*/", "getterDocumentation" : "/**

                                                                                                  If you have more Rules than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more Rules, submit another ListRules request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                  \n@return If you have more Rules than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more Rules, submit another ListRules request, and specify the NextMarker value from the response in the NextMarker value in the next request.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If you have more Rules than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more Rules, submit another ListRules request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                  \n@param nextMarker If you have more Rules than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more Rules, submit another ListRules request, and specify the NextMarker value from the response in the NextMarker value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If you have more Rules than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more Rules, submit another ListRules request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                  \n@param nextMarker If you have more Rules than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more Rules, submit another ListRules request, and specify the NextMarker value from the response in the NextMarker value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "UpdateRuleRequest" : { "c2jName" : "UpdateRuleRequest", "documentation" : "", "shapeName" : "UpdateRuleRequest", "deprecated" : false, "required" : [ "RuleId", "ChangeToken", "Updates" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The RuleId of the Rule that you want to update. RuleId is returned by CreateRule and by ListRules.

                                                                                                  ", "name" : "RuleId", "c2jName" : "RuleId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "ruleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The RuleId of the Rule that you want to update. RuleId is returned by CreateRule and by ListRules.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RuleId", "marshallLocationName" : "RuleId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  The RuleId of the Rule that you want to update. RuleId is returned by CreateRule and by ListRules.

                                                                                                  \n@param ruleId The RuleId of the Rule that you want to update. RuleId is returned by CreateRule and by ListRules.*/", "getterDocumentation" : "/**

                                                                                                  The RuleId of the Rule that you want to update. RuleId is returned by CreateRule and by ListRules.

                                                                                                  \n@return The RuleId of the Rule that you want to update. RuleId is returned by CreateRule and by ListRules.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The RuleId of the Rule that you want to update. RuleId is returned by CreateRule and by ListRules.

                                                                                                  \n@param ruleId The RuleId of the Rule that you want to update. RuleId is returned by CreateRule and by ListRules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The RuleId of the Rule that you want to update. RuleId is returned by CreateRule and by ListRules.

                                                                                                  \n@param ruleId The RuleId of the Rule that you want to update. RuleId is returned by CreateRule and by ListRules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                  An array of RuleUpdate objects that you want to insert into or delete from a Rule. For more information, see the applicable data types:

                                                                                                  ", "name" : "Updates", "c2jName" : "Updates", "c2jShape" : "RuleUpdates", "variable" : { "variableName" : "updates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                  An array of RuleUpdate objects that you want to insert into or delete from a Rule. For more information, see the applicable data types:

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "updates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Updates", "marshallLocationName" : "Updates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "RuleUpdate", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RuleUpdate", "variable" : { "variableName" : "member", "variableType" : "RuleUpdate", "variableDeclarationType" : "RuleUpdate", "documentation" : "", "simpleType" : "RuleUpdate", "variableSetterType" : "RuleUpdate" }, "setterModel" : { "variableName" : "member", "variableType" : "RuleUpdate", "variableDeclarationType" : "RuleUpdate", "documentation" : "", "simpleType" : "RuleUpdate", "variableSetterType" : "RuleUpdate" }, "getterModel" : { "returnType" : "RuleUpdate", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "RuleUpdate", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  An array of RuleUpdate objects that you want to insert into or delete from a Rule. For more information, see the applicable data types:

                                                                                                  \n@param updates An array of RuleUpdate objects that you want to insert into or delete from a Rule. For more information, see the applicable data types:

                                                                                                  • RuleUpdate: Contains Action and Predicate
                                                                                                  • Predicate: Contains DataId, Negated, and Type
                                                                                                  • FieldToMatch: Contains Data and Type
                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                    An array of RuleUpdate objects that you want to insert into or delete from a Rule. For more information, see the applicable data types:

                                                                                                    \n@return An array of RuleUpdate objects that you want to insert into or delete from a Rule. For more information, see the applicable data types:

                                                                                                    • RuleUpdate: Contains Action and Predicate
                                                                                                    • Predicate: Contains DataId, Negated, and Type
                                                                                                    • FieldToMatch: Contains Data and Type
                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                      An array of RuleUpdate objects that you want to insert into or delete from a Rule. For more information, see the applicable data types:

                                                                                                      \n@param updates An array of RuleUpdate objects that you want to insert into or delete from a Rule. For more information, see the applicable data types:

                                                                                                      • RuleUpdate: Contains Action and Predicate
                                                                                                      • Predicate: Contains DataId, Negated, and Type
                                                                                                      • FieldToMatch: Contains Data and Type
                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                        An array of RuleUpdate objects that you want to insert into or delete from a Rule. For more information, see the applicable data types:

                                                                                                        \n

                                                                                                        NOTE: This method appends the values to the existing list (if any). Use {@link #setUpdates(java.util.Collection)} or {@link #withUpdates(java.util.Collection)} if you want to override the existing values.

                                                                                                        \n@param updates An array of RuleUpdate objects that you want to insert into or delete from a Rule. For more information, see the applicable data types:

                                                                                                        • RuleUpdate: Contains Action and Predicate
                                                                                                        • Predicate: Contains DataId, Negated, and Type
                                                                                                        • FieldToMatch: Contains Data and Type
                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "updateRuleRequest", "variableType" : "UpdateRuleRequest", "variableDeclarationType" : "UpdateRuleRequest", "documentation" : null, "simpleType" : "UpdateRuleRequest", "variableSetterType" : "UpdateRuleRequest" }, "marshaller" : { "action" : "UpdateRule", "verb" : "POST", "target" : "AWSWAF_20150824.UpdateRule", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Updates" : { "documentation" : "

                                                                                                          An array of RuleUpdate objects that you want to insert into or delete from a Rule. For more information, see the applicable data types:

                                                                                                          ", "name" : "Updates", "c2jName" : "Updates", "c2jShape" : "RuleUpdates", "variable" : { "variableName" : "updates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                          An array of RuleUpdate objects that you want to insert into or delete from a Rule. For more information, see the applicable data types:

                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "updates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Updates", "marshallLocationName" : "Updates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "RuleUpdate", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RuleUpdate", "variable" : { "variableName" : "member", "variableType" : "RuleUpdate", "variableDeclarationType" : "RuleUpdate", "documentation" : "", "simpleType" : "RuleUpdate", "variableSetterType" : "RuleUpdate" }, "setterModel" : { "variableName" : "member", "variableType" : "RuleUpdate", "variableDeclarationType" : "RuleUpdate", "documentation" : "", "simpleType" : "RuleUpdate", "variableSetterType" : "RuleUpdate" }, "getterModel" : { "returnType" : "RuleUpdate", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "RuleUpdate", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                          An array of RuleUpdate objects that you want to insert into or delete from a Rule. For more information, see the applicable data types:

                                                                                                          \n@param updates An array of RuleUpdate objects that you want to insert into or delete from a Rule. For more information, see the applicable data types:

                                                                                                          • RuleUpdate: Contains Action and Predicate
                                                                                                          • Predicate: Contains DataId, Negated, and Type
                                                                                                          • FieldToMatch: Contains Data and Type
                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                            An array of RuleUpdate objects that you want to insert into or delete from a Rule. For more information, see the applicable data types:

                                                                                                            \n@return An array of RuleUpdate objects that you want to insert into or delete from a Rule. For more information, see the applicable data types:

                                                                                                            • RuleUpdate: Contains Action and Predicate
                                                                                                            • Predicate: Contains DataId, Negated, and Type
                                                                                                            • FieldToMatch: Contains Data and Type
                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                              An array of RuleUpdate objects that you want to insert into or delete from a Rule. For more information, see the applicable data types:

                                                                                                              \n@param updates An array of RuleUpdate objects that you want to insert into or delete from a Rule. For more information, see the applicable data types:

                                                                                                              • RuleUpdate: Contains Action and Predicate
                                                                                                              • Predicate: Contains DataId, Negated, and Type
                                                                                                              • FieldToMatch: Contains Data and Type
                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                An array of RuleUpdate objects that you want to insert into or delete from a Rule. For more information, see the applicable data types:

                                                                                                                \n

                                                                                                                NOTE: This method appends the values to the existing list (if any). Use {@link #setUpdates(java.util.Collection)} or {@link #withUpdates(java.util.Collection)} if you want to override the existing values.

                                                                                                                \n@param updates An array of RuleUpdate objects that you want to insert into or delete from a Rule. For more information, see the applicable data types:

                                                                                                                • RuleUpdate: Contains Action and Predicate
                                                                                                                • Predicate: Contains DataId, Negated, and Type
                                                                                                                • FieldToMatch: Contains Data and Type
                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "RuleId" : { "documentation" : "

                                                                                                                  The RuleId of the Rule that you want to update. RuleId is returned by CreateRule and by ListRules.

                                                                                                                  ", "name" : "RuleId", "c2jName" : "RuleId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "ruleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The RuleId of the Rule that you want to update. RuleId is returned by CreateRule and by ListRules.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RuleId", "marshallLocationName" : "RuleId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                  The RuleId of the Rule that you want to update. RuleId is returned by CreateRule and by ListRules.

                                                                                                                  \n@param ruleId The RuleId of the Rule that you want to update. RuleId is returned by CreateRule and by ListRules.*/", "getterDocumentation" : "/**

                                                                                                                  The RuleId of the Rule that you want to update. RuleId is returned by CreateRule and by ListRules.

                                                                                                                  \n@return The RuleId of the Rule that you want to update. RuleId is returned by CreateRule and by ListRules.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The RuleId of the Rule that you want to update. RuleId is returned by CreateRule and by ListRules.

                                                                                                                  \n@param ruleId The RuleId of the Rule that you want to update. RuleId is returned by CreateRule and by ListRules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The RuleId of the Rule that you want to update. RuleId is returned by CreateRule and by ListRules.

                                                                                                                  \n@param ruleId The RuleId of the Rule that you want to update. RuleId is returned by CreateRule and by ListRules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ChangeToken" : { "documentation" : "

                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "UpdateIPSetResult" : { "c2jName" : "UpdateIPSetResponse", "documentation" : "", "shapeName" : "UpdateIPSetResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                  The ChangeToken that you used to submit the UpdateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The ChangeToken that you used to submit the UpdateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                  The ChangeToken that you used to submit the UpdateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the UpdateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                                                                  The ChangeToken that you used to submit the UpdateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                  \n@return The ChangeToken that you used to submit the UpdateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The ChangeToken that you used to submit the UpdateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the UpdateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The ChangeToken that you used to submit the UpdateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the UpdateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "updateIPSetResult", "variableType" : "UpdateIPSetResult", "variableDeclarationType" : "UpdateIPSetResult", "documentation" : null, "simpleType" : "UpdateIPSetResult", "variableSetterType" : "UpdateIPSetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeToken" : { "documentation" : "

                                                                                                                  The ChangeToken that you used to submit the UpdateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The ChangeToken that you used to submit the UpdateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                  The ChangeToken that you used to submit the UpdateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the UpdateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                                                                  The ChangeToken that you used to submit the UpdateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                  \n@return The ChangeToken that you used to submit the UpdateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The ChangeToken that you used to submit the UpdateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the UpdateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The ChangeToken that you used to submit the UpdateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the UpdateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "SizeConstraintSetSummary" : { "c2jName" : "SizeConstraintSetSummary", "documentation" : "

                                                                                                                  The Id and Name of a SizeConstraintSet.

                                                                                                                  ", "shapeName" : "SizeConstraintSetSummary", "deprecated" : false, "required" : [ "SizeConstraintSetId", "Name" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                  A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                                                  ", "name" : "SizeConstraintSetId", "c2jName" : "SizeConstraintSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "sizeConstraintSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sizeConstraintSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SizeConstraintSetId", "marshallLocationName" : "SizeConstraintSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                  A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                                                  \n@param sizeConstraintSetId A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.*/", "getterDocumentation" : "/**

                                                                                                                  A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                                                  \n@return A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                                                  \n@param sizeConstraintSetId A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                                                  \n@param sizeConstraintSetId A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                  The name of the SizeConstraintSet, if any.

                                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The name of the SizeConstraintSet, if any.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                  The name of the SizeConstraintSet, if any.

                                                                                                                  \n@param name The name of the SizeConstraintSet, if any.*/", "getterDocumentation" : "/**

                                                                                                                  The name of the SizeConstraintSet, if any.

                                                                                                                  \n@return The name of the SizeConstraintSet, if any.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The name of the SizeConstraintSet, if any.

                                                                                                                  \n@param name The name of the SizeConstraintSet, if any.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The name of the SizeConstraintSet, if any.

                                                                                                                  \n@param name The name of the SizeConstraintSet, if any.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "sizeConstraintSetSummary", "variableType" : "SizeConstraintSetSummary", "variableDeclarationType" : "SizeConstraintSetSummary", "documentation" : null, "simpleType" : "SizeConstraintSetSummary", "variableSetterType" : "SizeConstraintSetSummary" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                                                                                                  The name of the SizeConstraintSet, if any.

                                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The name of the SizeConstraintSet, if any.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                  The name of the SizeConstraintSet, if any.

                                                                                                                  \n@param name The name of the SizeConstraintSet, if any.*/", "getterDocumentation" : "/**

                                                                                                                  The name of the SizeConstraintSet, if any.

                                                                                                                  \n@return The name of the SizeConstraintSet, if any.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The name of the SizeConstraintSet, if any.

                                                                                                                  \n@param name The name of the SizeConstraintSet, if any.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The name of the SizeConstraintSet, if any.

                                                                                                                  \n@param name The name of the SizeConstraintSet, if any.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SizeConstraintSetId" : { "documentation" : "

                                                                                                                  A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                                                  ", "name" : "SizeConstraintSetId", "c2jName" : "SizeConstraintSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "sizeConstraintSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sizeConstraintSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SizeConstraintSetId", "marshallLocationName" : "SizeConstraintSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                  A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                                                  \n@param sizeConstraintSetId A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.*/", "getterDocumentation" : "/**

                                                                                                                  A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                                                  \n@return A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                                                  \n@param sizeConstraintSetId A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                                                  \n@param sizeConstraintSetId A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "GetRuleRequest" : { "c2jName" : "GetRuleRequest", "documentation" : "", "shapeName" : "GetRuleRequest", "deprecated" : false, "required" : [ "RuleId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                  The RuleId of the Rule that you want to get. RuleId is returned by CreateRule and by ListRules.

                                                                                                                  ", "name" : "RuleId", "c2jName" : "RuleId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "ruleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The RuleId of the Rule that you want to get. RuleId is returned by CreateRule and by ListRules.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RuleId", "marshallLocationName" : "RuleId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                  The RuleId of the Rule that you want to get. RuleId is returned by CreateRule and by ListRules.

                                                                                                                  \n@param ruleId The RuleId of the Rule that you want to get. RuleId is returned by CreateRule and by ListRules.*/", "getterDocumentation" : "/**

                                                                                                                  The RuleId of the Rule that you want to get. RuleId is returned by CreateRule and by ListRules.

                                                                                                                  \n@return The RuleId of the Rule that you want to get. RuleId is returned by CreateRule and by ListRules.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The RuleId of the Rule that you want to get. RuleId is returned by CreateRule and by ListRules.

                                                                                                                  \n@param ruleId The RuleId of the Rule that you want to get. RuleId is returned by CreateRule and by ListRules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The RuleId of the Rule that you want to get. RuleId is returned by CreateRule and by ListRules.

                                                                                                                  \n@param ruleId The RuleId of the Rule that you want to get. RuleId is returned by CreateRule and by ListRules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "getRuleRequest", "variableType" : "GetRuleRequest", "variableDeclarationType" : "GetRuleRequest", "documentation" : null, "simpleType" : "GetRuleRequest", "variableSetterType" : "GetRuleRequest" }, "marshaller" : { "action" : "GetRule", "verb" : "POST", "target" : "AWSWAF_20150824.GetRule", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RuleId" : { "documentation" : "

                                                                                                                  The RuleId of the Rule that you want to get. RuleId is returned by CreateRule and by ListRules.

                                                                                                                  ", "name" : "RuleId", "c2jName" : "RuleId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "ruleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The RuleId of the Rule that you want to get. RuleId is returned by CreateRule and by ListRules.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RuleId", "marshallLocationName" : "RuleId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                  The RuleId of the Rule that you want to get. RuleId is returned by CreateRule and by ListRules.

                                                                                                                  \n@param ruleId The RuleId of the Rule that you want to get. RuleId is returned by CreateRule and by ListRules.*/", "getterDocumentation" : "/**

                                                                                                                  The RuleId of the Rule that you want to get. RuleId is returned by CreateRule and by ListRules.

                                                                                                                  \n@return The RuleId of the Rule that you want to get. RuleId is returned by CreateRule and by ListRules.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The RuleId of the Rule that you want to get. RuleId is returned by CreateRule and by ListRules.

                                                                                                                  \n@param ruleId The RuleId of the Rule that you want to get. RuleId is returned by CreateRule and by ListRules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The RuleId of the Rule that you want to get. RuleId is returned by CreateRule and by ListRules.

                                                                                                                  \n@param ruleId The RuleId of the Rule that you want to get. RuleId is returned by CreateRule and by ListRules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ParameterExceptionReason" : { "c2jName" : "ParameterExceptionReason", "documentation" : "", "shapeName" : "ParameterExceptionReason", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "INVALID_OPTION", "value" : "INVALID_OPTION" }, { "name" : "ILLEGAL_COMBINATION", "value" : "ILLEGAL_COMBINATION" } ], "variable" : { "variableName" : "parameterExceptionReason", "variableType" : "ParameterExceptionReason", "variableDeclarationType" : "ParameterExceptionReason", "documentation" : null, "simpleType" : "ParameterExceptionReason", "variableSetterType" : "ParameterExceptionReason" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "WAFLimitsExceededException" : { "c2jName" : "WAFLimitsExceededException", "documentation" : "

                                                                                                                  The operation exceeds a resource limit, for example, the maximum number of WebACL objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.

                                                                                                                  ", "shapeName" : "WAFLimitsExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "wAFLimitsExceededException", "variableType" : "WAFLimitsExceededException", "variableDeclarationType" : "WAFLimitsExceededException", "documentation" : null, "simpleType" : "WAFLimitsExceededException", "variableSetterType" : "WAFLimitsExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "WAFLimitsExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "UpdateWebACLResult" : { "c2jName" : "UpdateWebACLResponse", "documentation" : "", "shapeName" : "UpdateWebACLResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                  The ChangeToken that you used to submit the UpdateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The ChangeToken that you used to submit the UpdateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                  The ChangeToken that you used to submit the UpdateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the UpdateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                                                                  The ChangeToken that you used to submit the UpdateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                  \n@return The ChangeToken that you used to submit the UpdateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The ChangeToken that you used to submit the UpdateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the UpdateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The ChangeToken that you used to submit the UpdateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the UpdateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "updateWebACLResult", "variableType" : "UpdateWebACLResult", "variableDeclarationType" : "UpdateWebACLResult", "documentation" : null, "simpleType" : "UpdateWebACLResult", "variableSetterType" : "UpdateWebACLResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeToken" : { "documentation" : "

                                                                                                                  The ChangeToken that you used to submit the UpdateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The ChangeToken that you used to submit the UpdateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                  The ChangeToken that you used to submit the UpdateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the UpdateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                                                                  The ChangeToken that you used to submit the UpdateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                  \n@return The ChangeToken that you used to submit the UpdateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The ChangeToken that you used to submit the UpdateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the UpdateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The ChangeToken that you used to submit the UpdateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the UpdateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "CreateRuleRequest" : { "c2jName" : "CreateRuleRequest", "documentation" : "", "shapeName" : "CreateRuleRequest", "deprecated" : false, "required" : [ "Name", "MetricName", "ChangeToken" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                  A friendly name or description of the Rule. You can't change the name of a Rule after you create it.

                                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  A friendly name or description of the Rule. You can't change the name of a Rule after you create it.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                  A friendly name or description of the Rule. You can't change the name of a Rule after you create it.

                                                                                                                  \n@param name A friendly name or description of the Rule. You can't change the name of a Rule after you create it.*/", "getterDocumentation" : "/**

                                                                                                                  A friendly name or description of the Rule. You can't change the name of a Rule after you create it.

                                                                                                                  \n@return A friendly name or description of the Rule. You can't change the name of a Rule after you create it.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  A friendly name or description of the Rule. You can't change the name of a Rule after you create it.

                                                                                                                  \n@param name A friendly name or description of the Rule. You can't change the name of a Rule after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  A friendly name or description of the Rule. You can't change the name of a Rule after you create it.

                                                                                                                  \n@param name A friendly name or description of the Rule. You can't change the name of a Rule after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                  A friendly name or description for the metrics for this Rule. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change the name of the metric after you create the Rule.

                                                                                                                  ", "name" : "MetricName", "c2jName" : "MetricName", "c2jShape" : "MetricName", "variable" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  A friendly name or description for the metrics for this Rule. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change the name of the metric after you create the Rule.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricName", "marshallLocationName" : "MetricName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                  A friendly name or description for the metrics for this Rule. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change the name of the metric after you create the Rule.

                                                                                                                  \n@param metricName A friendly name or description for the metrics for this Rule. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change the name of the metric after you create the Rule.*/", "getterDocumentation" : "/**

                                                                                                                  A friendly name or description for the metrics for this Rule. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change the name of the metric after you create the Rule.

                                                                                                                  \n@return A friendly name or description for the metrics for this Rule. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change the name of the metric after you create the Rule.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  A friendly name or description for the metrics for this Rule. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change the name of the metric after you create the Rule.

                                                                                                                  \n@param metricName A friendly name or description for the metrics for this Rule. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change the name of the metric after you create the Rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  A friendly name or description for the metrics for this Rule. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change the name of the metric after you create the Rule.

                                                                                                                  \n@param metricName A friendly name or description for the metrics for this Rule. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change the name of the metric after you create the Rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "createRuleRequest", "variableType" : "CreateRuleRequest", "variableDeclarationType" : "CreateRuleRequest", "documentation" : null, "simpleType" : "CreateRuleRequest", "variableSetterType" : "CreateRuleRequest" }, "marshaller" : { "action" : "CreateRule", "verb" : "POST", "target" : "AWSWAF_20150824.CreateRule", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                                                                                                  A friendly name or description of the Rule. You can't change the name of a Rule after you create it.

                                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  A friendly name or description of the Rule. You can't change the name of a Rule after you create it.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                  A friendly name or description of the Rule. You can't change the name of a Rule after you create it.

                                                                                                                  \n@param name A friendly name or description of the Rule. You can't change the name of a Rule after you create it.*/", "getterDocumentation" : "/**

                                                                                                                  A friendly name or description of the Rule. You can't change the name of a Rule after you create it.

                                                                                                                  \n@return A friendly name or description of the Rule. You can't change the name of a Rule after you create it.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  A friendly name or description of the Rule. You can't change the name of a Rule after you create it.

                                                                                                                  \n@param name A friendly name or description of the Rule. You can't change the name of a Rule after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  A friendly name or description of the Rule. You can't change the name of a Rule after you create it.

                                                                                                                  \n@param name A friendly name or description of the Rule. You can't change the name of a Rule after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "MetricName" : { "documentation" : "

                                                                                                                  A friendly name or description for the metrics for this Rule. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change the name of the metric after you create the Rule.

                                                                                                                  ", "name" : "MetricName", "c2jName" : "MetricName", "c2jShape" : "MetricName", "variable" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  A friendly name or description for the metrics for this Rule. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change the name of the metric after you create the Rule.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricName", "marshallLocationName" : "MetricName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                  A friendly name or description for the metrics for this Rule. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change the name of the metric after you create the Rule.

                                                                                                                  \n@param metricName A friendly name or description for the metrics for this Rule. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change the name of the metric after you create the Rule.*/", "getterDocumentation" : "/**

                                                                                                                  A friendly name or description for the metrics for this Rule. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change the name of the metric after you create the Rule.

                                                                                                                  \n@return A friendly name or description for the metrics for this Rule. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change the name of the metric after you create the Rule.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  A friendly name or description for the metrics for this Rule. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change the name of the metric after you create the Rule.

                                                                                                                  \n@param metricName A friendly name or description for the metrics for this Rule. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change the name of the metric after you create the Rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  A friendly name or description for the metrics for this Rule. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change the name of the metric after you create the Rule.

                                                                                                                  \n@param metricName A friendly name or description for the metrics for this Rule. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change the name of the metric after you create the Rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ChangeToken" : { "documentation" : "

                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "GetByteMatchSetResult" : { "c2jName" : "GetByteMatchSetResponse", "documentation" : "", "shapeName" : "GetByteMatchSetResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                  Information about the ByteMatchSet that you specified in the GetByteMatchSet request. For more information, see the following topics:

                                                                                                                  • ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and Name
                                                                                                                  • ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple object contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
                                                                                                                  • FieldToMatch: Contains Data and Type
                                                                                                                  ", "name" : "ByteMatchSet", "c2jName" : "ByteMatchSet", "c2jShape" : "ByteMatchSet", "variable" : { "variableName" : "byteMatchSet", "variableType" : "ByteMatchSet", "variableDeclarationType" : "ByteMatchSet", "documentation" : "

                                                                                                                  Information about the ByteMatchSet that you specified in the GetByteMatchSet request. For more information, see the following topics:

                                                                                                                  • ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and Name
                                                                                                                  • ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple object contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
                                                                                                                  • FieldToMatch: Contains Data and Type
                                                                                                                  ", "simpleType" : "ByteMatchSet", "variableSetterType" : "ByteMatchSet" }, "setterModel" : { "variableName" : "byteMatchSet", "variableType" : "ByteMatchSet", "variableDeclarationType" : "ByteMatchSet", "documentation" : "", "simpleType" : "ByteMatchSet", "variableSetterType" : "ByteMatchSet" }, "getterModel" : { "returnType" : "ByteMatchSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "ByteMatchSet", "marshallLocationName" : "ByteMatchSet", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                  Information about the ByteMatchSet that you specified in the GetByteMatchSet request. For more information, see the following topics:

                                                                                                                  • ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and Name
                                                                                                                  • ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple object contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
                                                                                                                  • FieldToMatch: Contains Data and Type
                                                                                                                  \n@param byteMatchSet Information about the ByteMatchSet that you specified in the GetByteMatchSet request. For more information, see the following topics:

                                                                                                                  • ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and Name
                                                                                                                  • ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple object contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
                                                                                                                  • FieldToMatch: Contains Data and Type
                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                    Information about the ByteMatchSet that you specified in the GetByteMatchSet request. For more information, see the following topics:

                                                                                                                    • ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and Name
                                                                                                                    • ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple object contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
                                                                                                                    • FieldToMatch: Contains Data and Type
                                                                                                                    \n@return Information about the ByteMatchSet that you specified in the GetByteMatchSet request. For more information, see the following topics:

                                                                                                                    • ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and Name
                                                                                                                    • ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple object contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
                                                                                                                    • FieldToMatch: Contains Data and Type
                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                      Information about the ByteMatchSet that you specified in the GetByteMatchSet request. For more information, see the following topics:

                                                                                                                      • ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and Name
                                                                                                                      • ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple object contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
                                                                                                                      • FieldToMatch: Contains Data and Type
                                                                                                                      \n@param byteMatchSet Information about the ByteMatchSet that you specified in the GetByteMatchSet request. For more information, see the following topics:

                                                                                                                      • ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and Name
                                                                                                                      • ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple object contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
                                                                                                                      • FieldToMatch: Contains Data and Type
                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                        Information about the ByteMatchSet that you specified in the GetByteMatchSet request. For more information, see the following topics:

                                                                                                                        • ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and Name
                                                                                                                        • ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple object contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
                                                                                                                        • FieldToMatch: Contains Data and Type
                                                                                                                        \n@param byteMatchSet Information about the ByteMatchSet that you specified in the GetByteMatchSet request. For more information, see the following topics:

                                                                                                                        • ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and Name
                                                                                                                        • ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple object contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
                                                                                                                        • FieldToMatch: Contains Data and Type
                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "getByteMatchSetResult", "variableType" : "GetByteMatchSetResult", "variableDeclarationType" : "GetByteMatchSetResult", "documentation" : null, "simpleType" : "GetByteMatchSetResult", "variableSetterType" : "GetByteMatchSetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ByteMatchSet" : { "documentation" : "

                                                                                                                          Information about the ByteMatchSet that you specified in the GetByteMatchSet request. For more information, see the following topics:

                                                                                                                          • ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and Name
                                                                                                                          • ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple object contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
                                                                                                                          • FieldToMatch: Contains Data and Type
                                                                                                                          ", "name" : "ByteMatchSet", "c2jName" : "ByteMatchSet", "c2jShape" : "ByteMatchSet", "variable" : { "variableName" : "byteMatchSet", "variableType" : "ByteMatchSet", "variableDeclarationType" : "ByteMatchSet", "documentation" : "

                                                                                                                          Information about the ByteMatchSet that you specified in the GetByteMatchSet request. For more information, see the following topics:

                                                                                                                          • ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and Name
                                                                                                                          • ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple object contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
                                                                                                                          • FieldToMatch: Contains Data and Type
                                                                                                                          ", "simpleType" : "ByteMatchSet", "variableSetterType" : "ByteMatchSet" }, "setterModel" : { "variableName" : "byteMatchSet", "variableType" : "ByteMatchSet", "variableDeclarationType" : "ByteMatchSet", "documentation" : "", "simpleType" : "ByteMatchSet", "variableSetterType" : "ByteMatchSet" }, "getterModel" : { "returnType" : "ByteMatchSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "ByteMatchSet", "marshallLocationName" : "ByteMatchSet", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                          Information about the ByteMatchSet that you specified in the GetByteMatchSet request. For more information, see the following topics:

                                                                                                                          • ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and Name
                                                                                                                          • ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple object contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
                                                                                                                          • FieldToMatch: Contains Data and Type
                                                                                                                          \n@param byteMatchSet Information about the ByteMatchSet that you specified in the GetByteMatchSet request. For more information, see the following topics:

                                                                                                                          • ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and Name
                                                                                                                          • ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple object contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
                                                                                                                          • FieldToMatch: Contains Data and Type
                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                            Information about the ByteMatchSet that you specified in the GetByteMatchSet request. For more information, see the following topics:

                                                                                                                            • ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and Name
                                                                                                                            • ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple object contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
                                                                                                                            • FieldToMatch: Contains Data and Type
                                                                                                                            \n@return Information about the ByteMatchSet that you specified in the GetByteMatchSet request. For more information, see the following topics:

                                                                                                                            • ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and Name
                                                                                                                            • ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple object contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
                                                                                                                            • FieldToMatch: Contains Data and Type
                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                              Information about the ByteMatchSet that you specified in the GetByteMatchSet request. For more information, see the following topics:

                                                                                                                              • ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and Name
                                                                                                                              • ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple object contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
                                                                                                                              • FieldToMatch: Contains Data and Type
                                                                                                                              \n@param byteMatchSet Information about the ByteMatchSet that you specified in the GetByteMatchSet request. For more information, see the following topics:

                                                                                                                              • ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and Name
                                                                                                                              • ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple object contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
                                                                                                                              • FieldToMatch: Contains Data and Type
                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                Information about the ByteMatchSet that you specified in the GetByteMatchSet request. For more information, see the following topics:

                                                                                                                                • ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and Name
                                                                                                                                • ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple object contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
                                                                                                                                • FieldToMatch: Contains Data and Type
                                                                                                                                \n@param byteMatchSet Information about the ByteMatchSet that you specified in the GetByteMatchSet request. For more information, see the following topics:

                                                                                                                                • ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and Name
                                                                                                                                • ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple object contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
                                                                                                                                • FieldToMatch: Contains Data and Type
                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } } }, "ListWebACLsRequest" : { "c2jName" : "ListWebACLsRequest", "documentation" : "", "shapeName" : "ListWebACLsRequest", "deprecated" : false, "required" : [ "Limit" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  If you specify a value for Limit and you have more WebACL objects than the number that you specify for Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of WebACL objects. For the second and subsequent ListWebACLs requests, specify the value of NextMarker from the previous response to get information about another batch of WebACL objects.

                                                                                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  If you specify a value for Limit and you have more WebACL objects than the number that you specify for Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of WebACL objects. For the second and subsequent ListWebACLs requests, specify the value of NextMarker from the previous response to get information about another batch of WebACL objects.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                  If you specify a value for Limit and you have more WebACL objects than the number that you specify for Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of WebACL objects. For the second and subsequent ListWebACLs requests, specify the value of NextMarker from the previous response to get information about another batch of WebACL objects.

                                                                                                                                  \n@param nextMarker If you specify a value for Limit and you have more WebACL objects than the number that you specify for Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of WebACL objects. For the second and subsequent ListWebACLs requests, specify the value of NextMarker from the previous response to get information about another batch of WebACL objects.*/", "getterDocumentation" : "/**

                                                                                                                                  If you specify a value for Limit and you have more WebACL objects than the number that you specify for Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of WebACL objects. For the second and subsequent ListWebACLs requests, specify the value of NextMarker from the previous response to get information about another batch of WebACL objects.

                                                                                                                                  \n@return If you specify a value for Limit and you have more WebACL objects than the number that you specify for Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of WebACL objects. For the second and subsequent ListWebACLs requests, specify the value of NextMarker from the previous response to get information about another batch of WebACL objects.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  If you specify a value for Limit and you have more WebACL objects than the number that you specify for Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of WebACL objects. For the second and subsequent ListWebACLs requests, specify the value of NextMarker from the previous response to get information about another batch of WebACL objects.

                                                                                                                                  \n@param nextMarker If you specify a value for Limit and you have more WebACL objects than the number that you specify for Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of WebACL objects. For the second and subsequent ListWebACLs requests, specify the value of NextMarker from the previous response to get information about another batch of WebACL objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  If you specify a value for Limit and you have more WebACL objects than the number that you specify for Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of WebACL objects. For the second and subsequent ListWebACLs requests, specify the value of NextMarker from the previous response to get information about another batch of WebACL objects.

                                                                                                                                  \n@param nextMarker If you specify a value for Limit and you have more WebACL objects than the number that you specify for Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of WebACL objects. For the second and subsequent ListWebACLs requests, specify the value of NextMarker from the previous response to get information about another batch of WebACL objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                  Specifies the number of WebACL objects that you want AWS WAF to return for this request. If you have more WebACL objects than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of WebACL objects.

                                                                                                                                  ", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "PaginationLimit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  Specifies the number of WebACL objects that you want AWS WAF to return for this request. If you have more WebACL objects than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of WebACL objects.

                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                  Specifies the number of WebACL objects that you want AWS WAF to return for this request. If you have more WebACL objects than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of WebACL objects.

                                                                                                                                  \n@param limit Specifies the number of WebACL objects that you want AWS WAF to return for this request. If you have more WebACL objects than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of WebACL objects.*/", "getterDocumentation" : "/**

                                                                                                                                  Specifies the number of WebACL objects that you want AWS WAF to return for this request. If you have more WebACL objects than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of WebACL objects.

                                                                                                                                  \n@return Specifies the number of WebACL objects that you want AWS WAF to return for this request. If you have more WebACL objects than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of WebACL objects.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Specifies the number of WebACL objects that you want AWS WAF to return for this request. If you have more WebACL objects than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of WebACL objects.

                                                                                                                                  \n@param limit Specifies the number of WebACL objects that you want AWS WAF to return for this request. If you have more WebACL objects than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of WebACL objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Specifies the number of WebACL objects that you want AWS WAF to return for this request. If you have more WebACL objects than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of WebACL objects.

                                                                                                                                  \n@param limit Specifies the number of WebACL objects that you want AWS WAF to return for this request. If you have more WebACL objects than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of WebACL objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "listWebACLsRequest", "variableType" : "ListWebACLsRequest", "variableDeclarationType" : "ListWebACLsRequest", "documentation" : null, "simpleType" : "ListWebACLsRequest", "variableSetterType" : "ListWebACLsRequest" }, "marshaller" : { "action" : "ListWebACLs", "verb" : "POST", "target" : "AWSWAF_20150824.ListWebACLs", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Limit" : { "documentation" : "

                                                                                                                                  Specifies the number of WebACL objects that you want AWS WAF to return for this request. If you have more WebACL objects than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of WebACL objects.

                                                                                                                                  ", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "PaginationLimit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  Specifies the number of WebACL objects that you want AWS WAF to return for this request. If you have more WebACL objects than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of WebACL objects.

                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                  Specifies the number of WebACL objects that you want AWS WAF to return for this request. If you have more WebACL objects than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of WebACL objects.

                                                                                                                                  \n@param limit Specifies the number of WebACL objects that you want AWS WAF to return for this request. If you have more WebACL objects than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of WebACL objects.*/", "getterDocumentation" : "/**

                                                                                                                                  Specifies the number of WebACL objects that you want AWS WAF to return for this request. If you have more WebACL objects than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of WebACL objects.

                                                                                                                                  \n@return Specifies the number of WebACL objects that you want AWS WAF to return for this request. If you have more WebACL objects than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of WebACL objects.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Specifies the number of WebACL objects that you want AWS WAF to return for this request. If you have more WebACL objects than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of WebACL objects.

                                                                                                                                  \n@param limit Specifies the number of WebACL objects that you want AWS WAF to return for this request. If you have more WebACL objects than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of WebACL objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Specifies the number of WebACL objects that you want AWS WAF to return for this request. If you have more WebACL objects than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of WebACL objects.

                                                                                                                                  \n@param limit Specifies the number of WebACL objects that you want AWS WAF to return for this request. If you have more WebACL objects than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of WebACL objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "NextMarker" : { "documentation" : "

                                                                                                                                  If you specify a value for Limit and you have more WebACL objects than the number that you specify for Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of WebACL objects. For the second and subsequent ListWebACLs requests, specify the value of NextMarker from the previous response to get information about another batch of WebACL objects.

                                                                                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  If you specify a value for Limit and you have more WebACL objects than the number that you specify for Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of WebACL objects. For the second and subsequent ListWebACLs requests, specify the value of NextMarker from the previous response to get information about another batch of WebACL objects.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                  If you specify a value for Limit and you have more WebACL objects than the number that you specify for Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of WebACL objects. For the second and subsequent ListWebACLs requests, specify the value of NextMarker from the previous response to get information about another batch of WebACL objects.

                                                                                                                                  \n@param nextMarker If you specify a value for Limit and you have more WebACL objects than the number that you specify for Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of WebACL objects. For the second and subsequent ListWebACLs requests, specify the value of NextMarker from the previous response to get information about another batch of WebACL objects.*/", "getterDocumentation" : "/**

                                                                                                                                  If you specify a value for Limit and you have more WebACL objects than the number that you specify for Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of WebACL objects. For the second and subsequent ListWebACLs requests, specify the value of NextMarker from the previous response to get information about another batch of WebACL objects.

                                                                                                                                  \n@return If you specify a value for Limit and you have more WebACL objects than the number that you specify for Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of WebACL objects. For the second and subsequent ListWebACLs requests, specify the value of NextMarker from the previous response to get information about another batch of WebACL objects.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  If you specify a value for Limit and you have more WebACL objects than the number that you specify for Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of WebACL objects. For the second and subsequent ListWebACLs requests, specify the value of NextMarker from the previous response to get information about another batch of WebACL objects.

                                                                                                                                  \n@param nextMarker If you specify a value for Limit and you have more WebACL objects than the number that you specify for Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of WebACL objects. For the second and subsequent ListWebACLs requests, specify the value of NextMarker from the previous response to get information about another batch of WebACL objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  If you specify a value for Limit and you have more WebACL objects than the number that you specify for Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of WebACL objects. For the second and subsequent ListWebACLs requests, specify the value of NextMarker from the previous response to get information about another batch of WebACL objects.

                                                                                                                                  \n@param nextMarker If you specify a value for Limit and you have more WebACL objects than the number that you specify for Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of WebACL objects. For the second and subsequent ListWebACLs requests, specify the value of NextMarker from the previous response to get information about another batch of WebACL objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "WAFInvalidParameterException" : { "c2jName" : "WAFInvalidParameterException", "documentation" : "

                                                                                                                                  The operation failed because AWS WAF didn't recognize a parameter in the request. For example:

                                                                                                                                  • You specified an invalid parameter name.
                                                                                                                                  • You specified an invalid value.
                                                                                                                                  • You tried to update an object (ByteMatchSet, IPSet, Rule, or WebACL) using an action other than INSERT or DELETE.
                                                                                                                                  • You tried to create a WebACL with a DefaultAction Type other than ALLOW, BLOCK, or COUNT.
                                                                                                                                  • You tried to update a WebACL with a WafAction Type other than ALLOW, BLOCK, or COUNT.
                                                                                                                                  • You tried to update a ByteMatchSet with a FieldToMatch Type other than HEADER, QUERY_STRING, or URI.
                                                                                                                                  • You tried to update a ByteMatchSet with a Field of HEADER but no value for Data.
                                                                                                                                  ", "shapeName" : "WAFInvalidParameterException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "Field", "c2jName" : "field", "c2jShape" : "ParameterExceptionField", "variable" : { "variableName" : "field", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "field", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "field", "marshallLocationName" : "field", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ParameterExceptionField", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param field \n@see ParameterExceptionField*/", "getterDocumentation" : "/**\n@return \n@see ParameterExceptionField*/", "fluentSetterDocumentation" : "/**\n@param field \n@return Returns a reference to this object so that method calls can be chained together.\n@see ParameterExceptionField*/", "varargSetterDocumentation" : "/**\n@param field \n@return Returns a reference to this object so that method calls can be chained together.\n@see ParameterExceptionField*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "", "name" : "Parameter", "c2jName" : "parameter", "c2jShape" : "ParameterExceptionParameter", "variable" : { "variableName" : "parameter", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameter", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "parameter", "marshallLocationName" : "parameter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param parameter */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param parameter \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param parameter \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "", "name" : "Reason", "c2jName" : "reason", "c2jShape" : "ParameterExceptionReason", "variable" : { "variableName" : "reason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "reason", "marshallLocationName" : "reason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ParameterExceptionReason", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param reason \n@see ParameterExceptionReason*/", "getterDocumentation" : "/**\n@return \n@see ParameterExceptionReason*/", "fluentSetterDocumentation" : "/**\n@param reason \n@return Returns a reference to this object so that method calls can be chained together.\n@see ParameterExceptionReason*/", "varargSetterDocumentation" : "/**\n@param reason \n@return Returns a reference to this object so that method calls can be chained together.\n@see ParameterExceptionReason*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "wAFInvalidParameterException", "variableType" : "WAFInvalidParameterException", "variableDeclarationType" : "WAFInvalidParameterException", "documentation" : null, "simpleType" : "WAFInvalidParameterException", "variableSetterType" : "WAFInvalidParameterException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "WAFInvalidParameterException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Field" : { "documentation" : "", "name" : "Field", "c2jName" : "field", "c2jShape" : "ParameterExceptionField", "variable" : { "variableName" : "field", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "field", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "field", "marshallLocationName" : "field", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ParameterExceptionField", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param field \n@see ParameterExceptionField*/", "getterDocumentation" : "/**\n@return \n@see ParameterExceptionField*/", "fluentSetterDocumentation" : "/**\n@param field \n@return Returns a reference to this object so that method calls can be chained together.\n@see ParameterExceptionField*/", "varargSetterDocumentation" : "/**\n@param field \n@return Returns a reference to this object so that method calls can be chained together.\n@see ParameterExceptionField*/", "simple" : true, "list" : false, "map" : false }, "Parameter" : { "documentation" : "", "name" : "Parameter", "c2jName" : "parameter", "c2jShape" : "ParameterExceptionParameter", "variable" : { "variableName" : "parameter", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameter", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "parameter", "marshallLocationName" : "parameter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param parameter */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param parameter \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param parameter \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Reason" : { "documentation" : "", "name" : "Reason", "c2jName" : "reason", "c2jShape" : "ParameterExceptionReason", "variable" : { "variableName" : "reason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "reason", "marshallLocationName" : "reason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ParameterExceptionReason", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param reason \n@see ParameterExceptionReason*/", "getterDocumentation" : "/**\n@return \n@see ParameterExceptionReason*/", "fluentSetterDocumentation" : "/**\n@param reason \n@return Returns a reference to this object so that method calls can be chained together.\n@see ParameterExceptionReason*/", "varargSetterDocumentation" : "/**\n@param reason \n@return Returns a reference to this object so that method calls can be chained together.\n@see ParameterExceptionReason*/", "simple" : true, "list" : false, "map" : false } } }, "WafAction" : { "c2jName" : "WafAction", "documentation" : "

                                                                                                                                  For the action that is associated with a rule in a WebACL, specifies the action that you want AWS WAF to perform when a web request matches all of the conditions in a rule. For the default action in a WebACL, specifies the action that you want AWS WAF to take when a web request doesn't match all of the conditions in any of the rules in a WebACL.

                                                                                                                                  ", "shapeName" : "WafAction", "deprecated" : false, "required" : [ "Type" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  Specifies how you want AWS WAF to respond to requests that match the settings in a Rule. Valid settings include the following:

                                                                                                                                  • ALLOW: AWS WAF allows requests
                                                                                                                                  • BLOCK: AWS WAF blocks requests
                                                                                                                                  • COUNT: AWS WAF increments a counter of the requests that match all of the conditions in the rule. AWS WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can't specify COUNT for the default action for a WebACL.
                                                                                                                                  ", "name" : "Type", "c2jName" : "Type", "c2jShape" : "WafActionType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  Specifies how you want AWS WAF to respond to requests that match the settings in a Rule. Valid settings include the following:

                                                                                                                                  • ALLOW: AWS WAF allows requests
                                                                                                                                  • BLOCK: AWS WAF blocks requests
                                                                                                                                  • COUNT: AWS WAF increments a counter of the requests that match all of the conditions in the rule. AWS WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can't specify COUNT for the default action for a WebACL.
                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Type", "marshallLocationName" : "Type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "WafActionType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                  Specifies how you want AWS WAF to respond to requests that match the settings in a Rule. Valid settings include the following:

                                                                                                                                  • ALLOW: AWS WAF allows requests
                                                                                                                                  • BLOCK: AWS WAF blocks requests
                                                                                                                                  • COUNT: AWS WAF increments a counter of the requests that match all of the conditions in the rule. AWS WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can't specify COUNT for the default action for a WebACL.
                                                                                                                                  \n@param type Specifies how you want AWS WAF to respond to requests that match the settings in a Rule. Valid settings include the following:

                                                                                                                                  • ALLOW: AWS WAF allows requests
                                                                                                                                  • BLOCK: AWS WAF blocks requests
                                                                                                                                  • COUNT: AWS WAF increments a counter of the requests that match all of the conditions in the rule. AWS WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can't specify COUNT for the default action for a WebACL.
                                                                                                                                  • \n@see WafActionType*/", "getterDocumentation" : "/**

                                                                                                                                    Specifies how you want AWS WAF to respond to requests that match the settings in a Rule. Valid settings include the following:

                                                                                                                                    • ALLOW: AWS WAF allows requests
                                                                                                                                    • BLOCK: AWS WAF blocks requests
                                                                                                                                    • COUNT: AWS WAF increments a counter of the requests that match all of the conditions in the rule. AWS WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can't specify COUNT for the default action for a WebACL.
                                                                                                                                    \n@return Specifies how you want AWS WAF to respond to requests that match the settings in a Rule. Valid settings include the following:

                                                                                                                                    • ALLOW: AWS WAF allows requests
                                                                                                                                    • BLOCK: AWS WAF blocks requests
                                                                                                                                    • COUNT: AWS WAF increments a counter of the requests that match all of the conditions in the rule. AWS WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can't specify COUNT for the default action for a WebACL.
                                                                                                                                    • \n@see WafActionType*/", "fluentSetterDocumentation" : "/**

                                                                                                                                      Specifies how you want AWS WAF to respond to requests that match the settings in a Rule. Valid settings include the following:

                                                                                                                                      • ALLOW: AWS WAF allows requests
                                                                                                                                      • BLOCK: AWS WAF blocks requests
                                                                                                                                      • COUNT: AWS WAF increments a counter of the requests that match all of the conditions in the rule. AWS WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can't specify COUNT for the default action for a WebACL.
                                                                                                                                      \n@param type Specifies how you want AWS WAF to respond to requests that match the settings in a Rule. Valid settings include the following:

                                                                                                                                      • ALLOW: AWS WAF allows requests
                                                                                                                                      • BLOCK: AWS WAF blocks requests
                                                                                                                                      • COUNT: AWS WAF increments a counter of the requests that match all of the conditions in the rule. AWS WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can't specify COUNT for the default action for a WebACL.
                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.\n@see WafActionType*/", "varargSetterDocumentation" : "/**

                                                                                                                                        Specifies how you want AWS WAF to respond to requests that match the settings in a Rule. Valid settings include the following:

                                                                                                                                        • ALLOW: AWS WAF allows requests
                                                                                                                                        • BLOCK: AWS WAF blocks requests
                                                                                                                                        • COUNT: AWS WAF increments a counter of the requests that match all of the conditions in the rule. AWS WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can't specify COUNT for the default action for a WebACL.
                                                                                                                                        \n@param type Specifies how you want AWS WAF to respond to requests that match the settings in a Rule. Valid settings include the following:

                                                                                                                                        • ALLOW: AWS WAF allows requests
                                                                                                                                        • BLOCK: AWS WAF blocks requests
                                                                                                                                        • COUNT: AWS WAF increments a counter of the requests that match all of the conditions in the rule. AWS WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can't specify COUNT for the default action for a WebACL.
                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@see WafActionType*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "wafAction", "variableType" : "WafAction", "variableDeclarationType" : "WafAction", "documentation" : null, "simpleType" : "WafAction", "variableSetterType" : "WafAction" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Type" : { "documentation" : "

                                                                                                                                          Specifies how you want AWS WAF to respond to requests that match the settings in a Rule. Valid settings include the following:

                                                                                                                                          • ALLOW: AWS WAF allows requests
                                                                                                                                          • BLOCK: AWS WAF blocks requests
                                                                                                                                          • COUNT: AWS WAF increments a counter of the requests that match all of the conditions in the rule. AWS WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can't specify COUNT for the default action for a WebACL.
                                                                                                                                          ", "name" : "Type", "c2jName" : "Type", "c2jShape" : "WafActionType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                          Specifies how you want AWS WAF to respond to requests that match the settings in a Rule. Valid settings include the following:

                                                                                                                                          • ALLOW: AWS WAF allows requests
                                                                                                                                          • BLOCK: AWS WAF blocks requests
                                                                                                                                          • COUNT: AWS WAF increments a counter of the requests that match all of the conditions in the rule. AWS WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can't specify COUNT for the default action for a WebACL.
                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Type", "marshallLocationName" : "Type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "WafActionType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                          Specifies how you want AWS WAF to respond to requests that match the settings in a Rule. Valid settings include the following:

                                                                                                                                          • ALLOW: AWS WAF allows requests
                                                                                                                                          • BLOCK: AWS WAF blocks requests
                                                                                                                                          • COUNT: AWS WAF increments a counter of the requests that match all of the conditions in the rule. AWS WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can't specify COUNT for the default action for a WebACL.
                                                                                                                                          \n@param type Specifies how you want AWS WAF to respond to requests that match the settings in a Rule. Valid settings include the following:

                                                                                                                                          • ALLOW: AWS WAF allows requests
                                                                                                                                          • BLOCK: AWS WAF blocks requests
                                                                                                                                          • COUNT: AWS WAF increments a counter of the requests that match all of the conditions in the rule. AWS WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can't specify COUNT for the default action for a WebACL.
                                                                                                                                          • \n@see WafActionType*/", "getterDocumentation" : "/**

                                                                                                                                            Specifies how you want AWS WAF to respond to requests that match the settings in a Rule. Valid settings include the following:

                                                                                                                                            • ALLOW: AWS WAF allows requests
                                                                                                                                            • BLOCK: AWS WAF blocks requests
                                                                                                                                            • COUNT: AWS WAF increments a counter of the requests that match all of the conditions in the rule. AWS WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can't specify COUNT for the default action for a WebACL.
                                                                                                                                            \n@return Specifies how you want AWS WAF to respond to requests that match the settings in a Rule. Valid settings include the following:

                                                                                                                                            • ALLOW: AWS WAF allows requests
                                                                                                                                            • BLOCK: AWS WAF blocks requests
                                                                                                                                            • COUNT: AWS WAF increments a counter of the requests that match all of the conditions in the rule. AWS WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can't specify COUNT for the default action for a WebACL.
                                                                                                                                            • \n@see WafActionType*/", "fluentSetterDocumentation" : "/**

                                                                                                                                              Specifies how you want AWS WAF to respond to requests that match the settings in a Rule. Valid settings include the following:

                                                                                                                                              • ALLOW: AWS WAF allows requests
                                                                                                                                              • BLOCK: AWS WAF blocks requests
                                                                                                                                              • COUNT: AWS WAF increments a counter of the requests that match all of the conditions in the rule. AWS WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can't specify COUNT for the default action for a WebACL.
                                                                                                                                              \n@param type Specifies how you want AWS WAF to respond to requests that match the settings in a Rule. Valid settings include the following:

                                                                                                                                              • ALLOW: AWS WAF allows requests
                                                                                                                                              • BLOCK: AWS WAF blocks requests
                                                                                                                                              • COUNT: AWS WAF increments a counter of the requests that match all of the conditions in the rule. AWS WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can't specify COUNT for the default action for a WebACL.
                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.\n@see WafActionType*/", "varargSetterDocumentation" : "/**

                                                                                                                                                Specifies how you want AWS WAF to respond to requests that match the settings in a Rule. Valid settings include the following:

                                                                                                                                                • ALLOW: AWS WAF allows requests
                                                                                                                                                • BLOCK: AWS WAF blocks requests
                                                                                                                                                • COUNT: AWS WAF increments a counter of the requests that match all of the conditions in the rule. AWS WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can't specify COUNT for the default action for a WebACL.
                                                                                                                                                \n@param type Specifies how you want AWS WAF to respond to requests that match the settings in a Rule. Valid settings include the following:

                                                                                                                                                • ALLOW: AWS WAF allows requests
                                                                                                                                                • BLOCK: AWS WAF blocks requests
                                                                                                                                                • COUNT: AWS WAF increments a counter of the requests that match all of the conditions in the rule. AWS WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can't specify COUNT for the default action for a WebACL.
                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see WafActionType*/", "simple" : true, "list" : false, "map" : false } } }, "UpdateWebACLRequest" : { "c2jName" : "UpdateWebACLRequest", "documentation" : "", "shapeName" : "UpdateWebACLRequest", "deprecated" : false, "required" : [ "WebACLId", "ChangeToken" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  The WebACLId of the WebACL that you want to update. WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                  ", "name" : "WebACLId", "c2jName" : "WebACLId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "webACLId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The WebACLId of the WebACL that you want to update. WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "webACLId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "WebACLId", "marshallLocationName" : "WebACLId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                  The WebACLId of the WebACL that you want to update. WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                  \n@param webACLId The WebACLId of the WebACL that you want to update. WebACLId is returned by CreateWebACL and by ListWebACLs.*/", "getterDocumentation" : "/**

                                                                                                                                                  The WebACLId of the WebACL that you want to update. WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                  \n@return The WebACLId of the WebACL that you want to update. WebACLId is returned by CreateWebACL and by ListWebACLs.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The WebACLId of the WebACL that you want to update. WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                  \n@param webACLId The WebACLId of the WebACL that you want to update. WebACLId is returned by CreateWebACL and by ListWebACLs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The WebACLId of the WebACL that you want to update. WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                  \n@param webACLId The WebACLId of the WebACL that you want to update. WebACLId is returned by CreateWebACL and by ListWebACLs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                  An array of updates to make to the WebACL.

                                                                                                                                                  An array of WebACLUpdate objects that you want to insert into or delete from a WebACL. For more information, see the applicable data types:

                                                                                                                                                  ", "name" : "Updates", "c2jName" : "Updates", "c2jShape" : "WebACLUpdates", "variable" : { "variableName" : "updates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                                                                  An array of updates to make to the WebACL.

                                                                                                                                                  An array of WebACLUpdate objects that you want to insert into or delete from a WebACL. For more information, see the applicable data types:

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "updates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Updates", "marshallLocationName" : "Updates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "WebACLUpdate", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "WebACLUpdate", "variable" : { "variableName" : "member", "variableType" : "WebACLUpdate", "variableDeclarationType" : "WebACLUpdate", "documentation" : "", "simpleType" : "WebACLUpdate", "variableSetterType" : "WebACLUpdate" }, "setterModel" : { "variableName" : "member", "variableType" : "WebACLUpdate", "variableDeclarationType" : "WebACLUpdate", "documentation" : "", "simpleType" : "WebACLUpdate", "variableSetterType" : "WebACLUpdate" }, "getterModel" : { "returnType" : "WebACLUpdate", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "WebACLUpdate", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                  An array of updates to make to the WebACL.

                                                                                                                                                  An array of WebACLUpdate objects that you want to insert into or delete from a WebACL. For more information, see the applicable data types:

                                                                                                                                                  \n@param updates An array of updates to make to the WebACL.

                                                                                                                                                  An array of WebACLUpdate objects that you want to insert into or delete from a WebACL. For more information, see the applicable data types:

                                                                                                                                                  • WebACLUpdate: Contains Action and ActivatedRule
                                                                                                                                                  • ActivatedRule: Contains Action, Priority, and RuleId
                                                                                                                                                  • WafAction: Contains Type
                                                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                                                    An array of updates to make to the WebACL.

                                                                                                                                                    An array of WebACLUpdate objects that you want to insert into or delete from a WebACL. For more information, see the applicable data types:

                                                                                                                                                    \n@return An array of updates to make to the WebACL.

                                                                                                                                                    An array of WebACLUpdate objects that you want to insert into or delete from a WebACL. For more information, see the applicable data types:

                                                                                                                                                    • WebACLUpdate: Contains Action and ActivatedRule
                                                                                                                                                    • ActivatedRule: Contains Action, Priority, and RuleId
                                                                                                                                                    • WafAction: Contains Type
                                                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                      An array of updates to make to the WebACL.

                                                                                                                                                      An array of WebACLUpdate objects that you want to insert into or delete from a WebACL. For more information, see the applicable data types:

                                                                                                                                                      \n@param updates An array of updates to make to the WebACL.

                                                                                                                                                      An array of WebACLUpdate objects that you want to insert into or delete from a WebACL. For more information, see the applicable data types:

                                                                                                                                                      • WebACLUpdate: Contains Action and ActivatedRule
                                                                                                                                                      • ActivatedRule: Contains Action, Priority, and RuleId
                                                                                                                                                      • WafAction: Contains Type
                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                        An array of updates to make to the WebACL.

                                                                                                                                                        An array of WebACLUpdate objects that you want to insert into or delete from a WebACL. For more information, see the applicable data types:

                                                                                                                                                        \n

                                                                                                                                                        NOTE: This method appends the values to the existing list (if any). Use {@link #setUpdates(java.util.Collection)} or {@link #withUpdates(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                        \n@param updates An array of updates to make to the WebACL.

                                                                                                                                                        An array of WebACLUpdate objects that you want to insert into or delete from a WebACL. For more information, see the applicable data types:

                                                                                                                                                        • WebACLUpdate: Contains Action and ActivatedRule
                                                                                                                                                        • ActivatedRule: Contains Action, Priority, and RuleId
                                                                                                                                                        • WafAction: Contains Type
                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "", "name" : "DefaultAction", "c2jName" : "DefaultAction", "c2jShape" : "WafAction", "variable" : { "variableName" : "defaultAction", "variableType" : "WafAction", "variableDeclarationType" : "WafAction", "documentation" : "", "simpleType" : "WafAction", "variableSetterType" : "WafAction" }, "setterModel" : { "variableName" : "defaultAction", "variableType" : "WafAction", "variableDeclarationType" : "WafAction", "documentation" : "", "simpleType" : "WafAction", "variableSetterType" : "WafAction" }, "getterModel" : { "returnType" : "WafAction", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultAction", "marshallLocationName" : "DefaultAction", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param defaultAction */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param defaultAction \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param defaultAction \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "updateWebACLRequest", "variableType" : "UpdateWebACLRequest", "variableDeclarationType" : "UpdateWebACLRequest", "documentation" : null, "simpleType" : "UpdateWebACLRequest", "variableSetterType" : "UpdateWebACLRequest" }, "marshaller" : { "action" : "UpdateWebACL", "verb" : "POST", "target" : "AWSWAF_20150824.UpdateWebACL", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Updates" : { "documentation" : "

                                                                                                                                                          An array of updates to make to the WebACL.

                                                                                                                                                          An array of WebACLUpdate objects that you want to insert into or delete from a WebACL. For more information, see the applicable data types:

                                                                                                                                                          ", "name" : "Updates", "c2jName" : "Updates", "c2jShape" : "WebACLUpdates", "variable" : { "variableName" : "updates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                                                                          An array of updates to make to the WebACL.

                                                                                                                                                          An array of WebACLUpdate objects that you want to insert into or delete from a WebACL. For more information, see the applicable data types:

                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "updates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Updates", "marshallLocationName" : "Updates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "WebACLUpdate", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "WebACLUpdate", "variable" : { "variableName" : "member", "variableType" : "WebACLUpdate", "variableDeclarationType" : "WebACLUpdate", "documentation" : "", "simpleType" : "WebACLUpdate", "variableSetterType" : "WebACLUpdate" }, "setterModel" : { "variableName" : "member", "variableType" : "WebACLUpdate", "variableDeclarationType" : "WebACLUpdate", "documentation" : "", "simpleType" : "WebACLUpdate", "variableSetterType" : "WebACLUpdate" }, "getterModel" : { "returnType" : "WebACLUpdate", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "WebACLUpdate", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                          An array of updates to make to the WebACL.

                                                                                                                                                          An array of WebACLUpdate objects that you want to insert into or delete from a WebACL. For more information, see the applicable data types:

                                                                                                                                                          \n@param updates An array of updates to make to the WebACL.

                                                                                                                                                          An array of WebACLUpdate objects that you want to insert into or delete from a WebACL. For more information, see the applicable data types:

                                                                                                                                                          • WebACLUpdate: Contains Action and ActivatedRule
                                                                                                                                                          • ActivatedRule: Contains Action, Priority, and RuleId
                                                                                                                                                          • WafAction: Contains Type
                                                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                                                            An array of updates to make to the WebACL.

                                                                                                                                                            An array of WebACLUpdate objects that you want to insert into or delete from a WebACL. For more information, see the applicable data types:

                                                                                                                                                            \n@return An array of updates to make to the WebACL.

                                                                                                                                                            An array of WebACLUpdate objects that you want to insert into or delete from a WebACL. For more information, see the applicable data types:

                                                                                                                                                            • WebACLUpdate: Contains Action and ActivatedRule
                                                                                                                                                            • ActivatedRule: Contains Action, Priority, and RuleId
                                                                                                                                                            • WafAction: Contains Type
                                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                              An array of updates to make to the WebACL.

                                                                                                                                                              An array of WebACLUpdate objects that you want to insert into or delete from a WebACL. For more information, see the applicable data types:

                                                                                                                                                              \n@param updates An array of updates to make to the WebACL.

                                                                                                                                                              An array of WebACLUpdate objects that you want to insert into or delete from a WebACL. For more information, see the applicable data types:

                                                                                                                                                              • WebACLUpdate: Contains Action and ActivatedRule
                                                                                                                                                              • ActivatedRule: Contains Action, Priority, and RuleId
                                                                                                                                                              • WafAction: Contains Type
                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                An array of updates to make to the WebACL.

                                                                                                                                                                An array of WebACLUpdate objects that you want to insert into or delete from a WebACL. For more information, see the applicable data types:

                                                                                                                                                                \n

                                                                                                                                                                NOTE: This method appends the values to the existing list (if any). Use {@link #setUpdates(java.util.Collection)} or {@link #withUpdates(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                \n@param updates An array of updates to make to the WebACL.

                                                                                                                                                                An array of WebACLUpdate objects that you want to insert into or delete from a WebACL. For more information, see the applicable data types:

                                                                                                                                                                • WebACLUpdate: Contains Action and ActivatedRule
                                                                                                                                                                • ActivatedRule: Contains Action, Priority, and RuleId
                                                                                                                                                                • WafAction: Contains Type
                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "DefaultAction" : { "documentation" : "", "name" : "DefaultAction", "c2jName" : "DefaultAction", "c2jShape" : "WafAction", "variable" : { "variableName" : "defaultAction", "variableType" : "WafAction", "variableDeclarationType" : "WafAction", "documentation" : "", "simpleType" : "WafAction", "variableSetterType" : "WafAction" }, "setterModel" : { "variableName" : "defaultAction", "variableType" : "WafAction", "variableDeclarationType" : "WafAction", "documentation" : "", "simpleType" : "WafAction", "variableSetterType" : "WafAction" }, "getterModel" : { "returnType" : "WafAction", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultAction", "marshallLocationName" : "DefaultAction", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param defaultAction */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param defaultAction \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param defaultAction \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "ChangeToken" : { "documentation" : "

                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "WebACLId" : { "documentation" : "

                                                                                                                                                                  The WebACLId of the WebACL that you want to update. WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                  ", "name" : "WebACLId", "c2jName" : "WebACLId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "webACLId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The WebACLId of the WebACL that you want to update. WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "webACLId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "WebACLId", "marshallLocationName" : "WebACLId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The WebACLId of the WebACL that you want to update. WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                  \n@param webACLId The WebACLId of the WebACL that you want to update. WebACLId is returned by CreateWebACL and by ListWebACLs.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The WebACLId of the WebACL that you want to update. WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                  \n@return The WebACLId of the WebACL that you want to update. WebACLId is returned by CreateWebACL and by ListWebACLs.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The WebACLId of the WebACL that you want to update. WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                  \n@param webACLId The WebACLId of the WebACL that you want to update. WebACLId is returned by CreateWebACL and by ListWebACLs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The WebACLId of the WebACL that you want to update. WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                  \n@param webACLId The WebACLId of the WebACL that you want to update. WebACLId is returned by CreateWebACL and by ListWebACLs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ActivatedRule" : { "c2jName" : "ActivatedRule", "documentation" : "

                                                                                                                                                                  The ActivatedRule object in an UpdateWebACL request specifies a Rule that you want to insert or delete, the priority of the Rule in the WebACL, and the action that you want AWS WAF to take when a web request matches the Rule (ALLOW, BLOCK, or COUNT).

                                                                                                                                                                  To specify whether to insert or delete a Rule, use the Action parameter in the WebACLUpdate data type.

                                                                                                                                                                  ", "shapeName" : "ActivatedRule", "deprecated" : false, "required" : [ "Priority", "RuleId", "Action" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                  Specifies the order in which the Rules in a WebACL are evaluated. Rules with a lower value for Priority are evaluated before Rules with a higher value. The value must be a unique integer. If you add multiple Rules to a WebACL, the values don't need to be consecutive.

                                                                                                                                                                  ", "name" : "Priority", "c2jName" : "Priority", "c2jShape" : "RulePriority", "variable" : { "variableName" : "priority", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                  Specifies the order in which the Rules in a WebACL are evaluated. Rules with a lower value for Priority are evaluated before Rules with a higher value. The value must be a unique integer. If you add multiple Rules to a WebACL, the values don't need to be consecutive.

                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "priority", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Priority", "marshallLocationName" : "Priority", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                  Specifies the order in which the Rules in a WebACL are evaluated. Rules with a lower value for Priority are evaluated before Rules with a higher value. The value must be a unique integer. If you add multiple Rules to a WebACL, the values don't need to be consecutive.

                                                                                                                                                                  \n@param priority Specifies the order in which the Rules in a WebACL are evaluated. Rules with a lower value for Priority are evaluated before Rules with a higher value. The value must be a unique integer. If you add multiple Rules to a WebACL, the values don't need to be consecutive.*/", "getterDocumentation" : "/**

                                                                                                                                                                  Specifies the order in which the Rules in a WebACL are evaluated. Rules with a lower value for Priority are evaluated before Rules with a higher value. The value must be a unique integer. If you add multiple Rules to a WebACL, the values don't need to be consecutive.

                                                                                                                                                                  \n@return Specifies the order in which the Rules in a WebACL are evaluated. Rules with a lower value for Priority are evaluated before Rules with a higher value. The value must be a unique integer. If you add multiple Rules to a WebACL, the values don't need to be consecutive.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  Specifies the order in which the Rules in a WebACL are evaluated. Rules with a lower value for Priority are evaluated before Rules with a higher value. The value must be a unique integer. If you add multiple Rules to a WebACL, the values don't need to be consecutive.

                                                                                                                                                                  \n@param priority Specifies the order in which the Rules in a WebACL are evaluated. Rules with a lower value for Priority are evaluated before Rules with a higher value. The value must be a unique integer. If you add multiple Rules to a WebACL, the values don't need to be consecutive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  Specifies the order in which the Rules in a WebACL are evaluated. Rules with a lower value for Priority are evaluated before Rules with a higher value. The value must be a unique integer. If you add multiple Rules to a WebACL, the values don't need to be consecutive.

                                                                                                                                                                  \n@param priority Specifies the order in which the Rules in a WebACL are evaluated. Rules with a lower value for Priority are evaluated before Rules with a higher value. The value must be a unique integer. If you add multiple Rules to a WebACL, the values don't need to be consecutive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                  The RuleId for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.

                                                                                                                                                                  ", "name" : "RuleId", "c2jName" : "RuleId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "ruleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The RuleId for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RuleId", "marshallLocationName" : "RuleId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The RuleId for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.

                                                                                                                                                                  \n@param ruleId The RuleId for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The RuleId for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.

                                                                                                                                                                  \n@return The RuleId for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The RuleId for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.

                                                                                                                                                                  \n@param ruleId The RuleId for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The RuleId for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.

                                                                                                                                                                  \n@param ruleId The RuleId for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                  Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the Rule. Valid values for Action include the following:

                                                                                                                                                                  • ALLOW: CloudFront responds with the requested object.
                                                                                                                                                                  • BLOCK: CloudFront responds with an HTTP 403 (Forbidden) status code.
                                                                                                                                                                  • COUNT: AWS WAF increments a counter of requests that match the conditions in the rule and then continues to inspect the web request based on the remaining rules in the web ACL.
                                                                                                                                                                  ", "name" : "Action", "c2jName" : "Action", "c2jShape" : "WafAction", "variable" : { "variableName" : "action", "variableType" : "WafAction", "variableDeclarationType" : "WafAction", "documentation" : "

                                                                                                                                                                  Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the Rule. Valid values for Action include the following:

                                                                                                                                                                  • ALLOW: CloudFront responds with the requested object.
                                                                                                                                                                  • BLOCK: CloudFront responds with an HTTP 403 (Forbidden) status code.
                                                                                                                                                                  • COUNT: AWS WAF increments a counter of requests that match the conditions in the rule and then continues to inspect the web request based on the remaining rules in the web ACL.
                                                                                                                                                                  ", "simpleType" : "WafAction", "variableSetterType" : "WafAction" }, "setterModel" : { "variableName" : "action", "variableType" : "WafAction", "variableDeclarationType" : "WafAction", "documentation" : "", "simpleType" : "WafAction", "variableSetterType" : "WafAction" }, "getterModel" : { "returnType" : "WafAction", "documentation" : null }, "http" : { "unmarshallLocationName" : "Action", "marshallLocationName" : "Action", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                  Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the Rule. Valid values for Action include the following:

                                                                                                                                                                  • ALLOW: CloudFront responds with the requested object.
                                                                                                                                                                  • BLOCK: CloudFront responds with an HTTP 403 (Forbidden) status code.
                                                                                                                                                                  • COUNT: AWS WAF increments a counter of requests that match the conditions in the rule and then continues to inspect the web request based on the remaining rules in the web ACL.
                                                                                                                                                                  \n@param action Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the Rule. Valid values for Action include the following:

                                                                                                                                                                  • ALLOW: CloudFront responds with the requested object.
                                                                                                                                                                  • BLOCK: CloudFront responds with an HTTP 403 (Forbidden) status code.
                                                                                                                                                                  • COUNT: AWS WAF increments a counter of requests that match the conditions in the rule and then continues to inspect the web request based on the remaining rules in the web ACL.
                                                                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                                                                    Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the Rule. Valid values for Action include the following:

                                                                                                                                                                    • ALLOW: CloudFront responds with the requested object.
                                                                                                                                                                    • BLOCK: CloudFront responds with an HTTP 403 (Forbidden) status code.
                                                                                                                                                                    • COUNT: AWS WAF increments a counter of requests that match the conditions in the rule and then continues to inspect the web request based on the remaining rules in the web ACL.
                                                                                                                                                                    \n@return Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the Rule. Valid values for Action include the following:

                                                                                                                                                                    • ALLOW: CloudFront responds with the requested object.
                                                                                                                                                                    • BLOCK: CloudFront responds with an HTTP 403 (Forbidden) status code.
                                                                                                                                                                    • COUNT: AWS WAF increments a counter of requests that match the conditions in the rule and then continues to inspect the web request based on the remaining rules in the web ACL.
                                                                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                      Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the Rule. Valid values for Action include the following:

                                                                                                                                                                      • ALLOW: CloudFront responds with the requested object.
                                                                                                                                                                      • BLOCK: CloudFront responds with an HTTP 403 (Forbidden) status code.
                                                                                                                                                                      • COUNT: AWS WAF increments a counter of requests that match the conditions in the rule and then continues to inspect the web request based on the remaining rules in the web ACL.
                                                                                                                                                                      \n@param action Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the Rule. Valid values for Action include the following:

                                                                                                                                                                      • ALLOW: CloudFront responds with the requested object.
                                                                                                                                                                      • BLOCK: CloudFront responds with an HTTP 403 (Forbidden) status code.
                                                                                                                                                                      • COUNT: AWS WAF increments a counter of requests that match the conditions in the rule and then continues to inspect the web request based on the remaining rules in the web ACL.
                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                        Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the Rule. Valid values for Action include the following:

                                                                                                                                                                        • ALLOW: CloudFront responds with the requested object.
                                                                                                                                                                        • BLOCK: CloudFront responds with an HTTP 403 (Forbidden) status code.
                                                                                                                                                                        • COUNT: AWS WAF increments a counter of requests that match the conditions in the rule and then continues to inspect the web request based on the remaining rules in the web ACL.
                                                                                                                                                                        \n@param action Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the Rule. Valid values for Action include the following:

                                                                                                                                                                        • ALLOW: CloudFront responds with the requested object.
                                                                                                                                                                        • BLOCK: CloudFront responds with an HTTP 403 (Forbidden) status code.
                                                                                                                                                                        • COUNT: AWS WAF increments a counter of requests that match the conditions in the rule and then continues to inspect the web request based on the remaining rules in the web ACL.
                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "activatedRule", "variableType" : "ActivatedRule", "variableDeclarationType" : "ActivatedRule", "documentation" : null, "simpleType" : "ActivatedRule", "variableSetterType" : "ActivatedRule" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Action" : { "documentation" : "

                                                                                                                                                                          Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the Rule. Valid values for Action include the following:

                                                                                                                                                                          • ALLOW: CloudFront responds with the requested object.
                                                                                                                                                                          • BLOCK: CloudFront responds with an HTTP 403 (Forbidden) status code.
                                                                                                                                                                          • COUNT: AWS WAF increments a counter of requests that match the conditions in the rule and then continues to inspect the web request based on the remaining rules in the web ACL.
                                                                                                                                                                          ", "name" : "Action", "c2jName" : "Action", "c2jShape" : "WafAction", "variable" : { "variableName" : "action", "variableType" : "WafAction", "variableDeclarationType" : "WafAction", "documentation" : "

                                                                                                                                                                          Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the Rule. Valid values for Action include the following:

                                                                                                                                                                          • ALLOW: CloudFront responds with the requested object.
                                                                                                                                                                          • BLOCK: CloudFront responds with an HTTP 403 (Forbidden) status code.
                                                                                                                                                                          • COUNT: AWS WAF increments a counter of requests that match the conditions in the rule and then continues to inspect the web request based on the remaining rules in the web ACL.
                                                                                                                                                                          ", "simpleType" : "WafAction", "variableSetterType" : "WafAction" }, "setterModel" : { "variableName" : "action", "variableType" : "WafAction", "variableDeclarationType" : "WafAction", "documentation" : "", "simpleType" : "WafAction", "variableSetterType" : "WafAction" }, "getterModel" : { "returnType" : "WafAction", "documentation" : null }, "http" : { "unmarshallLocationName" : "Action", "marshallLocationName" : "Action", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                          Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the Rule. Valid values for Action include the following:

                                                                                                                                                                          • ALLOW: CloudFront responds with the requested object.
                                                                                                                                                                          • BLOCK: CloudFront responds with an HTTP 403 (Forbidden) status code.
                                                                                                                                                                          • COUNT: AWS WAF increments a counter of requests that match the conditions in the rule and then continues to inspect the web request based on the remaining rules in the web ACL.
                                                                                                                                                                          \n@param action Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the Rule. Valid values for Action include the following:

                                                                                                                                                                          • ALLOW: CloudFront responds with the requested object.
                                                                                                                                                                          • BLOCK: CloudFront responds with an HTTP 403 (Forbidden) status code.
                                                                                                                                                                          • COUNT: AWS WAF increments a counter of requests that match the conditions in the rule and then continues to inspect the web request based on the remaining rules in the web ACL.
                                                                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                                                                            Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the Rule. Valid values for Action include the following:

                                                                                                                                                                            • ALLOW: CloudFront responds with the requested object.
                                                                                                                                                                            • BLOCK: CloudFront responds with an HTTP 403 (Forbidden) status code.
                                                                                                                                                                            • COUNT: AWS WAF increments a counter of requests that match the conditions in the rule and then continues to inspect the web request based on the remaining rules in the web ACL.
                                                                                                                                                                            \n@return Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the Rule. Valid values for Action include the following:

                                                                                                                                                                            • ALLOW: CloudFront responds with the requested object.
                                                                                                                                                                            • BLOCK: CloudFront responds with an HTTP 403 (Forbidden) status code.
                                                                                                                                                                            • COUNT: AWS WAF increments a counter of requests that match the conditions in the rule and then continues to inspect the web request based on the remaining rules in the web ACL.
                                                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                              Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the Rule. Valid values for Action include the following:

                                                                                                                                                                              • ALLOW: CloudFront responds with the requested object.
                                                                                                                                                                              • BLOCK: CloudFront responds with an HTTP 403 (Forbidden) status code.
                                                                                                                                                                              • COUNT: AWS WAF increments a counter of requests that match the conditions in the rule and then continues to inspect the web request based on the remaining rules in the web ACL.
                                                                                                                                                                              \n@param action Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the Rule. Valid values for Action include the following:

                                                                                                                                                                              • ALLOW: CloudFront responds with the requested object.
                                                                                                                                                                              • BLOCK: CloudFront responds with an HTTP 403 (Forbidden) status code.
                                                                                                                                                                              • COUNT: AWS WAF increments a counter of requests that match the conditions in the rule and then continues to inspect the web request based on the remaining rules in the web ACL.
                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the Rule. Valid values for Action include the following:

                                                                                                                                                                                • ALLOW: CloudFront responds with the requested object.
                                                                                                                                                                                • BLOCK: CloudFront responds with an HTTP 403 (Forbidden) status code.
                                                                                                                                                                                • COUNT: AWS WAF increments a counter of requests that match the conditions in the rule and then continues to inspect the web request based on the remaining rules in the web ACL.
                                                                                                                                                                                \n@param action Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the Rule. Valid values for Action include the following:

                                                                                                                                                                                • ALLOW: CloudFront responds with the requested object.
                                                                                                                                                                                • BLOCK: CloudFront responds with an HTTP 403 (Forbidden) status code.
                                                                                                                                                                                • COUNT: AWS WAF increments a counter of requests that match the conditions in the rule and then continues to inspect the web request based on the remaining rules in the web ACL.
                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "RuleId" : { "documentation" : "

                                                                                                                                                                                  The RuleId for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.

                                                                                                                                                                                  ", "name" : "RuleId", "c2jName" : "RuleId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "ruleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The RuleId for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RuleId", "marshallLocationName" : "RuleId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The RuleId for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.

                                                                                                                                                                                  \n@param ruleId The RuleId for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The RuleId for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.

                                                                                                                                                                                  \n@return The RuleId for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The RuleId for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.

                                                                                                                                                                                  \n@param ruleId The RuleId for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The RuleId for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.

                                                                                                                                                                                  \n@param ruleId The RuleId for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Priority" : { "documentation" : "

                                                                                                                                                                                  Specifies the order in which the Rules in a WebACL are evaluated. Rules with a lower value for Priority are evaluated before Rules with a higher value. The value must be a unique integer. If you add multiple Rules to a WebACL, the values don't need to be consecutive.

                                                                                                                                                                                  ", "name" : "Priority", "c2jName" : "Priority", "c2jShape" : "RulePriority", "variable" : { "variableName" : "priority", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                  Specifies the order in which the Rules in a WebACL are evaluated. Rules with a lower value for Priority are evaluated before Rules with a higher value. The value must be a unique integer. If you add multiple Rules to a WebACL, the values don't need to be consecutive.

                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "priority", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Priority", "marshallLocationName" : "Priority", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  Specifies the order in which the Rules in a WebACL are evaluated. Rules with a lower value for Priority are evaluated before Rules with a higher value. The value must be a unique integer. If you add multiple Rules to a WebACL, the values don't need to be consecutive.

                                                                                                                                                                                  \n@param priority Specifies the order in which the Rules in a WebACL are evaluated. Rules with a lower value for Priority are evaluated before Rules with a higher value. The value must be a unique integer. If you add multiple Rules to a WebACL, the values don't need to be consecutive.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  Specifies the order in which the Rules in a WebACL are evaluated. Rules with a lower value for Priority are evaluated before Rules with a higher value. The value must be a unique integer. If you add multiple Rules to a WebACL, the values don't need to be consecutive.

                                                                                                                                                                                  \n@return Specifies the order in which the Rules in a WebACL are evaluated. Rules with a lower value for Priority are evaluated before Rules with a higher value. The value must be a unique integer. If you add multiple Rules to a WebACL, the values don't need to be consecutive.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  Specifies the order in which the Rules in a WebACL are evaluated. Rules with a lower value for Priority are evaluated before Rules with a higher value. The value must be a unique integer. If you add multiple Rules to a WebACL, the values don't need to be consecutive.

                                                                                                                                                                                  \n@param priority Specifies the order in which the Rules in a WebACL are evaluated. Rules with a lower value for Priority are evaluated before Rules with a higher value. The value must be a unique integer. If you add multiple Rules to a WebACL, the values don't need to be consecutive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  Specifies the order in which the Rules in a WebACL are evaluated. Rules with a lower value for Priority are evaluated before Rules with a higher value. The value must be a unique integer. If you add multiple Rules to a WebACL, the values don't need to be consecutive.

                                                                                                                                                                                  \n@param priority Specifies the order in which the Rules in a WebACL are evaluated. Rules with a lower value for Priority are evaluated before Rules with a higher value. The value must be a unique integer. If you add multiple Rules to a WebACL, the values don't need to be consecutive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "SqlInjectionMatchTuple" : { "c2jName" : "SqlInjectionMatchTuple", "documentation" : "

                                                                                                                                                                                  Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.

                                                                                                                                                                                  ", "shapeName" : "SqlInjectionMatchTuple", "deprecated" : false, "required" : [ "FieldToMatch", "TextTransformation" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "FieldToMatch", "c2jName" : "FieldToMatch", "c2jShape" : "FieldToMatch", "variable" : { "variableName" : "fieldToMatch", "variableType" : "FieldToMatch", "variableDeclarationType" : "FieldToMatch", "documentation" : "", "simpleType" : "FieldToMatch", "variableSetterType" : "FieldToMatch" }, "setterModel" : { "variableName" : "fieldToMatch", "variableType" : "FieldToMatch", "variableDeclarationType" : "FieldToMatch", "documentation" : "", "simpleType" : "FieldToMatch", "variableSetterType" : "FieldToMatch" }, "getterModel" : { "returnType" : "FieldToMatch", "documentation" : null }, "http" : { "unmarshallLocationName" : "FieldToMatch", "marshallLocationName" : "FieldToMatch", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param fieldToMatch */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param fieldToMatch \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param fieldToMatch \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                  NONE

                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                  ", "name" : "TextTransformation", "c2jName" : "TextTransformation", "c2jShape" : "TextTransformation", "variable" : { "variableName" : "textTransformation", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                  NONE

                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "textTransformation", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TextTransformation", "marshallLocationName" : "TextTransformation", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "TextTransformation", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                  NONE

                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                  \n@param textTransformation Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                  NONE

                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.\n@see TextTransformation*/", "getterDocumentation" : "/**

                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                  NONE

                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                  \n@return Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                  NONE

                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.\n@see TextTransformation*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                  NONE

                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                  \n@param textTransformation Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                  NONE

                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TextTransformation*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                  NONE

                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                  \n@param textTransformation Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                  NONE

                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TextTransformation*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "sqlInjectionMatchTuple", "variableType" : "SqlInjectionMatchTuple", "variableDeclarationType" : "SqlInjectionMatchTuple", "documentation" : null, "simpleType" : "SqlInjectionMatchTuple", "variableSetterType" : "SqlInjectionMatchTuple" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TextTransformation" : { "documentation" : "

                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                  NONE

                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                  ", "name" : "TextTransformation", "c2jName" : "TextTransformation", "c2jShape" : "TextTransformation", "variable" : { "variableName" : "textTransformation", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                  NONE

                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "textTransformation", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TextTransformation", "marshallLocationName" : "TextTransformation", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "TextTransformation", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                  NONE

                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                  \n@param textTransformation Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                  NONE

                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.\n@see TextTransformation*/", "getterDocumentation" : "/**

                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                  NONE

                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                  \n@return Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                  NONE

                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.\n@see TextTransformation*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                  NONE

                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                  \n@param textTransformation Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                  NONE

                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TextTransformation*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                  NONE

                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                  \n@param textTransformation Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                  NONE

                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TextTransformation*/", "simple" : true, "list" : false, "map" : false }, "FieldToMatch" : { "documentation" : "", "name" : "FieldToMatch", "c2jName" : "FieldToMatch", "c2jShape" : "FieldToMatch", "variable" : { "variableName" : "fieldToMatch", "variableType" : "FieldToMatch", "variableDeclarationType" : "FieldToMatch", "documentation" : "", "simpleType" : "FieldToMatch", "variableSetterType" : "FieldToMatch" }, "setterModel" : { "variableName" : "fieldToMatch", "variableType" : "FieldToMatch", "variableDeclarationType" : "FieldToMatch", "documentation" : "", "simpleType" : "FieldToMatch", "variableSetterType" : "FieldToMatch" }, "getterModel" : { "returnType" : "FieldToMatch", "documentation" : null }, "http" : { "unmarshallLocationName" : "FieldToMatch", "marshallLocationName" : "FieldToMatch", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param fieldToMatch */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param fieldToMatch \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param fieldToMatch \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } } }, "SqlInjectionMatchSetSummary" : { "c2jName" : "SqlInjectionMatchSetSummary", "documentation" : "

                                                                                                                                                                                  The Id and Name of a SqlInjectionMatchSet.

                                                                                                                                                                                  ", "shapeName" : "SqlInjectionMatchSetSummary", "deprecated" : false, "required" : [ "SqlInjectionMatchSetId", "Name" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                  A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                  ", "name" : "SqlInjectionMatchSetId", "c2jName" : "SqlInjectionMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "sqlInjectionMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sqlInjectionMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SqlInjectionMatchSetId", "marshallLocationName" : "SqlInjectionMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                  \n@param sqlInjectionMatchSetId A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                  \n@return A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                  \n@param sqlInjectionMatchSetId A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                  \n@param sqlInjectionMatchSetId A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                  The name of the SqlInjectionMatchSet, if any, specified by Id.

                                                                                                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the SqlInjectionMatchSet, if any, specified by Id.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The name of the SqlInjectionMatchSet, if any, specified by Id.

                                                                                                                                                                                  \n@param name The name of the SqlInjectionMatchSet, if any, specified by Id.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the SqlInjectionMatchSet, if any, specified by Id.

                                                                                                                                                                                  \n@return The name of the SqlInjectionMatchSet, if any, specified by Id.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the SqlInjectionMatchSet, if any, specified by Id.

                                                                                                                                                                                  \n@param name The name of the SqlInjectionMatchSet, if any, specified by Id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the SqlInjectionMatchSet, if any, specified by Id.

                                                                                                                                                                                  \n@param name The name of the SqlInjectionMatchSet, if any, specified by Id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "sqlInjectionMatchSetSummary", "variableType" : "SqlInjectionMatchSetSummary", "variableDeclarationType" : "SqlInjectionMatchSetSummary", "documentation" : null, "simpleType" : "SqlInjectionMatchSetSummary", "variableSetterType" : "SqlInjectionMatchSetSummary" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                                                                                                                                                                  The name of the SqlInjectionMatchSet, if any, specified by Id.

                                                                                                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the SqlInjectionMatchSet, if any, specified by Id.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The name of the SqlInjectionMatchSet, if any, specified by Id.

                                                                                                                                                                                  \n@param name The name of the SqlInjectionMatchSet, if any, specified by Id.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the SqlInjectionMatchSet, if any, specified by Id.

                                                                                                                                                                                  \n@return The name of the SqlInjectionMatchSet, if any, specified by Id.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the SqlInjectionMatchSet, if any, specified by Id.

                                                                                                                                                                                  \n@param name The name of the SqlInjectionMatchSet, if any, specified by Id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the SqlInjectionMatchSet, if any, specified by Id.

                                                                                                                                                                                  \n@param name The name of the SqlInjectionMatchSet, if any, specified by Id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SqlInjectionMatchSetId" : { "documentation" : "

                                                                                                                                                                                  A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                  ", "name" : "SqlInjectionMatchSetId", "c2jName" : "SqlInjectionMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "sqlInjectionMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sqlInjectionMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SqlInjectionMatchSetId", "marshallLocationName" : "SqlInjectionMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                  \n@param sqlInjectionMatchSetId A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                  \n@return A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                  \n@param sqlInjectionMatchSetId A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                  \n@param sqlInjectionMatchSetId A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "WAFNonEmptyEntityException" : { "c2jName" : "WAFNonEmptyEntityException", "documentation" : "

                                                                                                                                                                                  The operation failed because you tried to delete an object that isn't empty. For example:

                                                                                                                                                                                  • You tried to delete a WebACL that still contains one or more Rule objects.
                                                                                                                                                                                  • You tried to delete a Rule that still contains one or more ByteMatchSet objects or other predicates.
                                                                                                                                                                                  • You tried to delete a ByteMatchSet that contains one or more ByteMatchTuple objects.
                                                                                                                                                                                  • You tried to delete an IPSet that references one or more IP addresses.
                                                                                                                                                                                  ", "shapeName" : "WAFNonEmptyEntityException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "wAFNonEmptyEntityException", "variableType" : "WAFNonEmptyEntityException", "variableDeclarationType" : "WAFNonEmptyEntityException", "documentation" : null, "simpleType" : "WAFNonEmptyEntityException", "variableSetterType" : "WAFNonEmptyEntityException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "WAFNonEmptyEntityException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreateXssMatchSetResult" : { "c2jName" : "CreateXssMatchSetResponse", "documentation" : "

                                                                                                                                                                                  The response to a CreateXssMatchSet request.

                                                                                                                                                                                  ", "shapeName" : "CreateXssMatchSetResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                  An XssMatchSet.

                                                                                                                                                                                  ", "name" : "XssMatchSet", "c2jName" : "XssMatchSet", "c2jShape" : "XssMatchSet", "variable" : { "variableName" : "xssMatchSet", "variableType" : "XssMatchSet", "variableDeclarationType" : "XssMatchSet", "documentation" : "

                                                                                                                                                                                  An XssMatchSet.

                                                                                                                                                                                  ", "simpleType" : "XssMatchSet", "variableSetterType" : "XssMatchSet" }, "setterModel" : { "variableName" : "xssMatchSet", "variableType" : "XssMatchSet", "variableDeclarationType" : "XssMatchSet", "documentation" : "", "simpleType" : "XssMatchSet", "variableSetterType" : "XssMatchSet" }, "getterModel" : { "returnType" : "XssMatchSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "XssMatchSet", "marshallLocationName" : "XssMatchSet", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  An XssMatchSet.

                                                                                                                                                                                  \n@param xssMatchSet An XssMatchSet.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  An XssMatchSet.

                                                                                                                                                                                  \n@return An XssMatchSet.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  An XssMatchSet.

                                                                                                                                                                                  \n@param xssMatchSet An XssMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  An XssMatchSet.

                                                                                                                                                                                  \n@param xssMatchSet An XssMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                  The ChangeToken that you used to submit the CreateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The ChangeToken that you used to submit the CreateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The ChangeToken that you used to submit the CreateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The ChangeToken that you used to submit the CreateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                  \n@return The ChangeToken that you used to submit the CreateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The ChangeToken that you used to submit the CreateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The ChangeToken that you used to submit the CreateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "createXssMatchSetResult", "variableType" : "CreateXssMatchSetResult", "variableDeclarationType" : "CreateXssMatchSetResult", "documentation" : null, "simpleType" : "CreateXssMatchSetResult", "variableSetterType" : "CreateXssMatchSetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeToken" : { "documentation" : "

                                                                                                                                                                                  The ChangeToken that you used to submit the CreateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The ChangeToken that you used to submit the CreateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The ChangeToken that you used to submit the CreateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The ChangeToken that you used to submit the CreateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                  \n@return The ChangeToken that you used to submit the CreateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The ChangeToken that you used to submit the CreateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The ChangeToken that you used to submit the CreateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "XssMatchSet" : { "documentation" : "

                                                                                                                                                                                  An XssMatchSet.

                                                                                                                                                                                  ", "name" : "XssMatchSet", "c2jName" : "XssMatchSet", "c2jShape" : "XssMatchSet", "variable" : { "variableName" : "xssMatchSet", "variableType" : "XssMatchSet", "variableDeclarationType" : "XssMatchSet", "documentation" : "

                                                                                                                                                                                  An XssMatchSet.

                                                                                                                                                                                  ", "simpleType" : "XssMatchSet", "variableSetterType" : "XssMatchSet" }, "setterModel" : { "variableName" : "xssMatchSet", "variableType" : "XssMatchSet", "variableDeclarationType" : "XssMatchSet", "documentation" : "", "simpleType" : "XssMatchSet", "variableSetterType" : "XssMatchSet" }, "getterModel" : { "returnType" : "XssMatchSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "XssMatchSet", "marshallLocationName" : "XssMatchSet", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  An XssMatchSet.

                                                                                                                                                                                  \n@param xssMatchSet An XssMatchSet.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  An XssMatchSet.

                                                                                                                                                                                  \n@return An XssMatchSet.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  An XssMatchSet.

                                                                                                                                                                                  \n@param xssMatchSet An XssMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  An XssMatchSet.

                                                                                                                                                                                  \n@param xssMatchSet An XssMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } } }, "ChangeAction" : { "c2jName" : "ChangeAction", "documentation" : "", "shapeName" : "ChangeAction", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "INSERT", "value" : "INSERT" }, { "name" : "DELETE", "value" : "DELETE" } ], "variable" : { "variableName" : "changeAction", "variableType" : "ChangeAction", "variableDeclarationType" : "ChangeAction", "documentation" : null, "simpleType" : "ChangeAction", "variableSetterType" : "ChangeAction" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreateIPSetResult" : { "c2jName" : "CreateIPSetResponse", "documentation" : "", "shapeName" : "CreateIPSetResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                  The IPSet returned in the CreateIPSet response.

                                                                                                                                                                                  ", "name" : "IPSet", "c2jName" : "IPSet", "c2jShape" : "IPSet", "variable" : { "variableName" : "iPSet", "variableType" : "IPSet", "variableDeclarationType" : "IPSet", "documentation" : "

                                                                                                                                                                                  The IPSet returned in the CreateIPSet response.

                                                                                                                                                                                  ", "simpleType" : "IPSet", "variableSetterType" : "IPSet" }, "setterModel" : { "variableName" : "iPSet", "variableType" : "IPSet", "variableDeclarationType" : "IPSet", "documentation" : "", "simpleType" : "IPSet", "variableSetterType" : "IPSet" }, "getterModel" : { "returnType" : "IPSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "IPSet", "marshallLocationName" : "IPSet", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The IPSet returned in the CreateIPSet response.

                                                                                                                                                                                  \n@param iPSet The IPSet returned in the CreateIPSet response.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The IPSet returned in the CreateIPSet response.

                                                                                                                                                                                  \n@return The IPSet returned in the CreateIPSet response.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The IPSet returned in the CreateIPSet response.

                                                                                                                                                                                  \n@param iPSet The IPSet returned in the CreateIPSet response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The IPSet returned in the CreateIPSet response.

                                                                                                                                                                                  \n@param iPSet The IPSet returned in the CreateIPSet response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                  The ChangeToken that you used to submit the CreateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The ChangeToken that you used to submit the CreateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The ChangeToken that you used to submit the CreateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The ChangeToken that you used to submit the CreateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                  \n@return The ChangeToken that you used to submit the CreateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The ChangeToken that you used to submit the CreateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The ChangeToken that you used to submit the CreateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "createIPSetResult", "variableType" : "CreateIPSetResult", "variableDeclarationType" : "CreateIPSetResult", "documentation" : null, "simpleType" : "CreateIPSetResult", "variableSetterType" : "CreateIPSetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IPSet" : { "documentation" : "

                                                                                                                                                                                  The IPSet returned in the CreateIPSet response.

                                                                                                                                                                                  ", "name" : "IPSet", "c2jName" : "IPSet", "c2jShape" : "IPSet", "variable" : { "variableName" : "iPSet", "variableType" : "IPSet", "variableDeclarationType" : "IPSet", "documentation" : "

                                                                                                                                                                                  The IPSet returned in the CreateIPSet response.

                                                                                                                                                                                  ", "simpleType" : "IPSet", "variableSetterType" : "IPSet" }, "setterModel" : { "variableName" : "iPSet", "variableType" : "IPSet", "variableDeclarationType" : "IPSet", "documentation" : "", "simpleType" : "IPSet", "variableSetterType" : "IPSet" }, "getterModel" : { "returnType" : "IPSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "IPSet", "marshallLocationName" : "IPSet", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The IPSet returned in the CreateIPSet response.

                                                                                                                                                                                  \n@param iPSet The IPSet returned in the CreateIPSet response.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The IPSet returned in the CreateIPSet response.

                                                                                                                                                                                  \n@return The IPSet returned in the CreateIPSet response.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The IPSet returned in the CreateIPSet response.

                                                                                                                                                                                  \n@param iPSet The IPSet returned in the CreateIPSet response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The IPSet returned in the CreateIPSet response.

                                                                                                                                                                                  \n@param iPSet The IPSet returned in the CreateIPSet response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "ChangeToken" : { "documentation" : "

                                                                                                                                                                                  The ChangeToken that you used to submit the CreateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The ChangeToken that you used to submit the CreateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The ChangeToken that you used to submit the CreateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The ChangeToken that you used to submit the CreateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                  \n@return The ChangeToken that you used to submit the CreateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The ChangeToken that you used to submit the CreateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The ChangeToken that you used to submit the CreateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ListSizeConstraintSetsRequest" : { "c2jName" : "ListSizeConstraintSetsRequest", "documentation" : "", "shapeName" : "ListSizeConstraintSetsRequest", "deprecated" : false, "required" : [ "Limit" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                  If you specify a value for Limit and you have more SizeConstraintSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SizeConstraintSets. For the second and subsequent ListSizeConstraintSets requests, specify the value of NextMarker from the previous response to get information about another batch of SizeConstraintSets.

                                                                                                                                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  If you specify a value for Limit and you have more SizeConstraintSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SizeConstraintSets. For the second and subsequent ListSizeConstraintSets requests, specify the value of NextMarker from the previous response to get information about another batch of SizeConstraintSets.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  If you specify a value for Limit and you have more SizeConstraintSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SizeConstraintSets. For the second and subsequent ListSizeConstraintSets requests, specify the value of NextMarker from the previous response to get information about another batch of SizeConstraintSets.

                                                                                                                                                                                  \n@param nextMarker If you specify a value for Limit and you have more SizeConstraintSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SizeConstraintSets. For the second and subsequent ListSizeConstraintSets requests, specify the value of NextMarker from the previous response to get information about another batch of SizeConstraintSets.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  If you specify a value for Limit and you have more SizeConstraintSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SizeConstraintSets. For the second and subsequent ListSizeConstraintSets requests, specify the value of NextMarker from the previous response to get information about another batch of SizeConstraintSets.

                                                                                                                                                                                  \n@return If you specify a value for Limit and you have more SizeConstraintSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SizeConstraintSets. For the second and subsequent ListSizeConstraintSets requests, specify the value of NextMarker from the previous response to get information about another batch of SizeConstraintSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  If you specify a value for Limit and you have more SizeConstraintSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SizeConstraintSets. For the second and subsequent ListSizeConstraintSets requests, specify the value of NextMarker from the previous response to get information about another batch of SizeConstraintSets.

                                                                                                                                                                                  \n@param nextMarker If you specify a value for Limit and you have more SizeConstraintSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SizeConstraintSets. For the second and subsequent ListSizeConstraintSets requests, specify the value of NextMarker from the previous response to get information about another batch of SizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  If you specify a value for Limit and you have more SizeConstraintSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SizeConstraintSets. For the second and subsequent ListSizeConstraintSets requests, specify the value of NextMarker from the previous response to get information about another batch of SizeConstraintSets.

                                                                                                                                                                                  \n@param nextMarker If you specify a value for Limit and you have more SizeConstraintSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SizeConstraintSets. For the second and subsequent ListSizeConstraintSets requests, specify the value of NextMarker from the previous response to get information about another batch of SizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                  Specifies the number of SizeConstraintSet objects that you want AWS WAF to return for this request. If you have more SizeConstraintSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of SizeConstraintSet objects.

                                                                                                                                                                                  ", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "PaginationLimit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                  Specifies the number of SizeConstraintSet objects that you want AWS WAF to return for this request. If you have more SizeConstraintSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of SizeConstraintSet objects.

                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  Specifies the number of SizeConstraintSet objects that you want AWS WAF to return for this request. If you have more SizeConstraintSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of SizeConstraintSet objects.

                                                                                                                                                                                  \n@param limit Specifies the number of SizeConstraintSet objects that you want AWS WAF to return for this request. If you have more SizeConstraintSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of SizeConstraintSet objects.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  Specifies the number of SizeConstraintSet objects that you want AWS WAF to return for this request. If you have more SizeConstraintSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of SizeConstraintSet objects.

                                                                                                                                                                                  \n@return Specifies the number of SizeConstraintSet objects that you want AWS WAF to return for this request. If you have more SizeConstraintSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of SizeConstraintSet objects.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  Specifies the number of SizeConstraintSet objects that you want AWS WAF to return for this request. If you have more SizeConstraintSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of SizeConstraintSet objects.

                                                                                                                                                                                  \n@param limit Specifies the number of SizeConstraintSet objects that you want AWS WAF to return for this request. If you have more SizeConstraintSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of SizeConstraintSet objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  Specifies the number of SizeConstraintSet objects that you want AWS WAF to return for this request. If you have more SizeConstraintSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of SizeConstraintSet objects.

                                                                                                                                                                                  \n@param limit Specifies the number of SizeConstraintSet objects that you want AWS WAF to return for this request. If you have more SizeConstraintSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of SizeConstraintSet objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "listSizeConstraintSetsRequest", "variableType" : "ListSizeConstraintSetsRequest", "variableDeclarationType" : "ListSizeConstraintSetsRequest", "documentation" : null, "simpleType" : "ListSizeConstraintSetsRequest", "variableSetterType" : "ListSizeConstraintSetsRequest" }, "marshaller" : { "action" : "ListSizeConstraintSets", "verb" : "POST", "target" : "AWSWAF_20150824.ListSizeConstraintSets", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Limit" : { "documentation" : "

                                                                                                                                                                                  Specifies the number of SizeConstraintSet objects that you want AWS WAF to return for this request. If you have more SizeConstraintSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of SizeConstraintSet objects.

                                                                                                                                                                                  ", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "PaginationLimit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                  Specifies the number of SizeConstraintSet objects that you want AWS WAF to return for this request. If you have more SizeConstraintSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of SizeConstraintSet objects.

                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  Specifies the number of SizeConstraintSet objects that you want AWS WAF to return for this request. If you have more SizeConstraintSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of SizeConstraintSet objects.

                                                                                                                                                                                  \n@param limit Specifies the number of SizeConstraintSet objects that you want AWS WAF to return for this request. If you have more SizeConstraintSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of SizeConstraintSet objects.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  Specifies the number of SizeConstraintSet objects that you want AWS WAF to return for this request. If you have more SizeConstraintSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of SizeConstraintSet objects.

                                                                                                                                                                                  \n@return Specifies the number of SizeConstraintSet objects that you want AWS WAF to return for this request. If you have more SizeConstraintSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of SizeConstraintSet objects.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  Specifies the number of SizeConstraintSet objects that you want AWS WAF to return for this request. If you have more SizeConstraintSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of SizeConstraintSet objects.

                                                                                                                                                                                  \n@param limit Specifies the number of SizeConstraintSet objects that you want AWS WAF to return for this request. If you have more SizeConstraintSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of SizeConstraintSet objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  Specifies the number of SizeConstraintSet objects that you want AWS WAF to return for this request. If you have more SizeConstraintSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of SizeConstraintSet objects.

                                                                                                                                                                                  \n@param limit Specifies the number of SizeConstraintSet objects that you want AWS WAF to return for this request. If you have more SizeConstraintSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of SizeConstraintSet objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "NextMarker" : { "documentation" : "

                                                                                                                                                                                  If you specify a value for Limit and you have more SizeConstraintSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SizeConstraintSets. For the second and subsequent ListSizeConstraintSets requests, specify the value of NextMarker from the previous response to get information about another batch of SizeConstraintSets.

                                                                                                                                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  If you specify a value for Limit and you have more SizeConstraintSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SizeConstraintSets. For the second and subsequent ListSizeConstraintSets requests, specify the value of NextMarker from the previous response to get information about another batch of SizeConstraintSets.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  If you specify a value for Limit and you have more SizeConstraintSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SizeConstraintSets. For the second and subsequent ListSizeConstraintSets requests, specify the value of NextMarker from the previous response to get information about another batch of SizeConstraintSets.

                                                                                                                                                                                  \n@param nextMarker If you specify a value for Limit and you have more SizeConstraintSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SizeConstraintSets. For the second and subsequent ListSizeConstraintSets requests, specify the value of NextMarker from the previous response to get information about another batch of SizeConstraintSets.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  If you specify a value for Limit and you have more SizeConstraintSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SizeConstraintSets. For the second and subsequent ListSizeConstraintSets requests, specify the value of NextMarker from the previous response to get information about another batch of SizeConstraintSets.

                                                                                                                                                                                  \n@return If you specify a value for Limit and you have more SizeConstraintSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SizeConstraintSets. For the second and subsequent ListSizeConstraintSets requests, specify the value of NextMarker from the previous response to get information about another batch of SizeConstraintSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  If you specify a value for Limit and you have more SizeConstraintSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SizeConstraintSets. For the second and subsequent ListSizeConstraintSets requests, specify the value of NextMarker from the previous response to get information about another batch of SizeConstraintSets.

                                                                                                                                                                                  \n@param nextMarker If you specify a value for Limit and you have more SizeConstraintSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SizeConstraintSets. For the second and subsequent ListSizeConstraintSets requests, specify the value of NextMarker from the previous response to get information about another batch of SizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  If you specify a value for Limit and you have more SizeConstraintSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SizeConstraintSets. For the second and subsequent ListSizeConstraintSets requests, specify the value of NextMarker from the previous response to get information about another batch of SizeConstraintSets.

                                                                                                                                                                                  \n@param nextMarker If you specify a value for Limit and you have more SizeConstraintSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SizeConstraintSets. For the second and subsequent ListSizeConstraintSets requests, specify the value of NextMarker from the previous response to get information about another batch of SizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "CreateXssMatchSetRequest" : { "c2jName" : "CreateXssMatchSetRequest", "documentation" : "

                                                                                                                                                                                  A request to create an XssMatchSet.

                                                                                                                                                                                  ", "shapeName" : "CreateXssMatchSetRequest", "deprecated" : false, "required" : [ "Name", "ChangeToken" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                  A friendly name or description for the XssMatchSet that you're creating. You can't change Name after you create the XssMatchSet.

                                                                                                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  A friendly name or description for the XssMatchSet that you're creating. You can't change Name after you create the XssMatchSet.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  A friendly name or description for the XssMatchSet that you're creating. You can't change Name after you create the XssMatchSet.

                                                                                                                                                                                  \n@param name A friendly name or description for the XssMatchSet that you're creating. You can't change Name after you create the XssMatchSet.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  A friendly name or description for the XssMatchSet that you're creating. You can't change Name after you create the XssMatchSet.

                                                                                                                                                                                  \n@return A friendly name or description for the XssMatchSet that you're creating. You can't change Name after you create the XssMatchSet.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  A friendly name or description for the XssMatchSet that you're creating. You can't change Name after you create the XssMatchSet.

                                                                                                                                                                                  \n@param name A friendly name or description for the XssMatchSet that you're creating. You can't change Name after you create the XssMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  A friendly name or description for the XssMatchSet that you're creating. You can't change Name after you create the XssMatchSet.

                                                                                                                                                                                  \n@param name A friendly name or description for the XssMatchSet that you're creating. You can't change Name after you create the XssMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "createXssMatchSetRequest", "variableType" : "CreateXssMatchSetRequest", "variableDeclarationType" : "CreateXssMatchSetRequest", "documentation" : null, "simpleType" : "CreateXssMatchSetRequest", "variableSetterType" : "CreateXssMatchSetRequest" }, "marshaller" : { "action" : "CreateXssMatchSet", "verb" : "POST", "target" : "AWSWAF_20150824.CreateXssMatchSet", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                                                                                                                                                                  A friendly name or description for the XssMatchSet that you're creating. You can't change Name after you create the XssMatchSet.

                                                                                                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  A friendly name or description for the XssMatchSet that you're creating. You can't change Name after you create the XssMatchSet.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  A friendly name or description for the XssMatchSet that you're creating. You can't change Name after you create the XssMatchSet.

                                                                                                                                                                                  \n@param name A friendly name or description for the XssMatchSet that you're creating. You can't change Name after you create the XssMatchSet.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  A friendly name or description for the XssMatchSet that you're creating. You can't change Name after you create the XssMatchSet.

                                                                                                                                                                                  \n@return A friendly name or description for the XssMatchSet that you're creating. You can't change Name after you create the XssMatchSet.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  A friendly name or description for the XssMatchSet that you're creating. You can't change Name after you create the XssMatchSet.

                                                                                                                                                                                  \n@param name A friendly name or description for the XssMatchSet that you're creating. You can't change Name after you create the XssMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  A friendly name or description for the XssMatchSet that you're creating. You can't change Name after you create the XssMatchSet.

                                                                                                                                                                                  \n@param name A friendly name or description for the XssMatchSet that you're creating. You can't change Name after you create the XssMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ChangeToken" : { "documentation" : "

                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "GetChangeTokenRequest" : { "c2jName" : "GetChangeTokenRequest", "documentation" : "", "shapeName" : "GetChangeTokenRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "getChangeTokenRequest", "variableType" : "GetChangeTokenRequest", "variableDeclarationType" : "GetChangeTokenRequest", "documentation" : null, "simpleType" : "GetChangeTokenRequest", "variableSetterType" : "GetChangeTokenRequest" }, "marshaller" : { "action" : "GetChangeToken", "verb" : "POST", "target" : "AWSWAF_20150824.GetChangeToken", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetXssMatchSetResult" : { "c2jName" : "GetXssMatchSetResponse", "documentation" : "

                                                                                                                                                                                  The response to a GetXssMatchSet request.

                                                                                                                                                                                  ", "shapeName" : "GetXssMatchSetResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                  Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more information, see the following topics:

                                                                                                                                                                                  • XssMatchSet: Contains Name, XssMatchSetId, and an array of XssMatchTuple objects
                                                                                                                                                                                  • XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and TextTransformation
                                                                                                                                                                                  • FieldToMatch: Contains Data and Type
                                                                                                                                                                                  ", "name" : "XssMatchSet", "c2jName" : "XssMatchSet", "c2jShape" : "XssMatchSet", "variable" : { "variableName" : "xssMatchSet", "variableType" : "XssMatchSet", "variableDeclarationType" : "XssMatchSet", "documentation" : "

                                                                                                                                                                                  Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more information, see the following topics:

                                                                                                                                                                                  • XssMatchSet: Contains Name, XssMatchSetId, and an array of XssMatchTuple objects
                                                                                                                                                                                  • XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and TextTransformation
                                                                                                                                                                                  • FieldToMatch: Contains Data and Type
                                                                                                                                                                                  ", "simpleType" : "XssMatchSet", "variableSetterType" : "XssMatchSet" }, "setterModel" : { "variableName" : "xssMatchSet", "variableType" : "XssMatchSet", "variableDeclarationType" : "XssMatchSet", "documentation" : "", "simpleType" : "XssMatchSet", "variableSetterType" : "XssMatchSet" }, "getterModel" : { "returnType" : "XssMatchSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "XssMatchSet", "marshallLocationName" : "XssMatchSet", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more information, see the following topics:

                                                                                                                                                                                  • XssMatchSet: Contains Name, XssMatchSetId, and an array of XssMatchTuple objects
                                                                                                                                                                                  • XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and TextTransformation
                                                                                                                                                                                  • FieldToMatch: Contains Data and Type
                                                                                                                                                                                  \n@param xssMatchSet Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more information, see the following topics:

                                                                                                                                                                                  • XssMatchSet: Contains Name, XssMatchSetId, and an array of XssMatchTuple objects
                                                                                                                                                                                  • XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and TextTransformation
                                                                                                                                                                                  • FieldToMatch: Contains Data and Type
                                                                                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                                                                                    Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more information, see the following topics:

                                                                                                                                                                                    • XssMatchSet: Contains Name, XssMatchSetId, and an array of XssMatchTuple objects
                                                                                                                                                                                    • XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and TextTransformation
                                                                                                                                                                                    • FieldToMatch: Contains Data and Type
                                                                                                                                                                                    \n@return Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more information, see the following topics:

                                                                                                                                                                                    • XssMatchSet: Contains Name, XssMatchSetId, and an array of XssMatchTuple objects
                                                                                                                                                                                    • XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and TextTransformation
                                                                                                                                                                                    • FieldToMatch: Contains Data and Type
                                                                                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                      Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more information, see the following topics:

                                                                                                                                                                                      • XssMatchSet: Contains Name, XssMatchSetId, and an array of XssMatchTuple objects
                                                                                                                                                                                      • XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and TextTransformation
                                                                                                                                                                                      • FieldToMatch: Contains Data and Type
                                                                                                                                                                                      \n@param xssMatchSet Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more information, see the following topics:

                                                                                                                                                                                      • XssMatchSet: Contains Name, XssMatchSetId, and an array of XssMatchTuple objects
                                                                                                                                                                                      • XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and TextTransformation
                                                                                                                                                                                      • FieldToMatch: Contains Data and Type
                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                        Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more information, see the following topics:

                                                                                                                                                                                        • XssMatchSet: Contains Name, XssMatchSetId, and an array of XssMatchTuple objects
                                                                                                                                                                                        • XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and TextTransformation
                                                                                                                                                                                        • FieldToMatch: Contains Data and Type
                                                                                                                                                                                        \n@param xssMatchSet Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more information, see the following topics:

                                                                                                                                                                                        • XssMatchSet: Contains Name, XssMatchSetId, and an array of XssMatchTuple objects
                                                                                                                                                                                        • XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and TextTransformation
                                                                                                                                                                                        • FieldToMatch: Contains Data and Type
                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "getXssMatchSetResult", "variableType" : "GetXssMatchSetResult", "variableDeclarationType" : "GetXssMatchSetResult", "documentation" : null, "simpleType" : "GetXssMatchSetResult", "variableSetterType" : "GetXssMatchSetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "XssMatchSet" : { "documentation" : "

                                                                                                                                                                                          Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more information, see the following topics:

                                                                                                                                                                                          • XssMatchSet: Contains Name, XssMatchSetId, and an array of XssMatchTuple objects
                                                                                                                                                                                          • XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and TextTransformation
                                                                                                                                                                                          • FieldToMatch: Contains Data and Type
                                                                                                                                                                                          ", "name" : "XssMatchSet", "c2jName" : "XssMatchSet", "c2jShape" : "XssMatchSet", "variable" : { "variableName" : "xssMatchSet", "variableType" : "XssMatchSet", "variableDeclarationType" : "XssMatchSet", "documentation" : "

                                                                                                                                                                                          Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more information, see the following topics:

                                                                                                                                                                                          • XssMatchSet: Contains Name, XssMatchSetId, and an array of XssMatchTuple objects
                                                                                                                                                                                          • XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and TextTransformation
                                                                                                                                                                                          • FieldToMatch: Contains Data and Type
                                                                                                                                                                                          ", "simpleType" : "XssMatchSet", "variableSetterType" : "XssMatchSet" }, "setterModel" : { "variableName" : "xssMatchSet", "variableType" : "XssMatchSet", "variableDeclarationType" : "XssMatchSet", "documentation" : "", "simpleType" : "XssMatchSet", "variableSetterType" : "XssMatchSet" }, "getterModel" : { "returnType" : "XssMatchSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "XssMatchSet", "marshallLocationName" : "XssMatchSet", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                          Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more information, see the following topics:

                                                                                                                                                                                          • XssMatchSet: Contains Name, XssMatchSetId, and an array of XssMatchTuple objects
                                                                                                                                                                                          • XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and TextTransformation
                                                                                                                                                                                          • FieldToMatch: Contains Data and Type
                                                                                                                                                                                          \n@param xssMatchSet Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more information, see the following topics:

                                                                                                                                                                                          • XssMatchSet: Contains Name, XssMatchSetId, and an array of XssMatchTuple objects
                                                                                                                                                                                          • XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and TextTransformation
                                                                                                                                                                                          • FieldToMatch: Contains Data and Type
                                                                                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                                                                                            Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more information, see the following topics:

                                                                                                                                                                                            • XssMatchSet: Contains Name, XssMatchSetId, and an array of XssMatchTuple objects
                                                                                                                                                                                            • XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and TextTransformation
                                                                                                                                                                                            • FieldToMatch: Contains Data and Type
                                                                                                                                                                                            \n@return Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more information, see the following topics:

                                                                                                                                                                                            • XssMatchSet: Contains Name, XssMatchSetId, and an array of XssMatchTuple objects
                                                                                                                                                                                            • XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and TextTransformation
                                                                                                                                                                                            • FieldToMatch: Contains Data and Type
                                                                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                              Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more information, see the following topics:

                                                                                                                                                                                              • XssMatchSet: Contains Name, XssMatchSetId, and an array of XssMatchTuple objects
                                                                                                                                                                                              • XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and TextTransformation
                                                                                                                                                                                              • FieldToMatch: Contains Data and Type
                                                                                                                                                                                              \n@param xssMatchSet Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more information, see the following topics:

                                                                                                                                                                                              • XssMatchSet: Contains Name, XssMatchSetId, and an array of XssMatchTuple objects
                                                                                                                                                                                              • XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and TextTransformation
                                                                                                                                                                                              • FieldToMatch: Contains Data and Type
                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more information, see the following topics:

                                                                                                                                                                                                • XssMatchSet: Contains Name, XssMatchSetId, and an array of XssMatchTuple objects
                                                                                                                                                                                                • XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and TextTransformation
                                                                                                                                                                                                • FieldToMatch: Contains Data and Type
                                                                                                                                                                                                \n@param xssMatchSet Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more information, see the following topics:

                                                                                                                                                                                                • XssMatchSet: Contains Name, XssMatchSetId, and an array of XssMatchTuple objects
                                                                                                                                                                                                • XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and TextTransformation
                                                                                                                                                                                                • FieldToMatch: Contains Data and Type
                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } } }, "CreateSizeConstraintSetRequest" : { "c2jName" : "CreateSizeConstraintSetRequest", "documentation" : "", "shapeName" : "CreateSizeConstraintSetRequest", "deprecated" : false, "required" : [ "Name", "ChangeToken" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  A friendly name or description of the SizeConstraintSet. You can't change Name after you create a SizeConstraintSet.

                                                                                                                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  A friendly name or description of the SizeConstraintSet. You can't change Name after you create a SizeConstraintSet.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  A friendly name or description of the SizeConstraintSet. You can't change Name after you create a SizeConstraintSet.

                                                                                                                                                                                                  \n@param name A friendly name or description of the SizeConstraintSet. You can't change Name after you create a SizeConstraintSet.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  A friendly name or description of the SizeConstraintSet. You can't change Name after you create a SizeConstraintSet.

                                                                                                                                                                                                  \n@return A friendly name or description of the SizeConstraintSet. You can't change Name after you create a SizeConstraintSet.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  A friendly name or description of the SizeConstraintSet. You can't change Name after you create a SizeConstraintSet.

                                                                                                                                                                                                  \n@param name A friendly name or description of the SizeConstraintSet. You can't change Name after you create a SizeConstraintSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  A friendly name or description of the SizeConstraintSet. You can't change Name after you create a SizeConstraintSet.

                                                                                                                                                                                                  \n@param name A friendly name or description of the SizeConstraintSet. You can't change Name after you create a SizeConstraintSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "createSizeConstraintSetRequest", "variableType" : "CreateSizeConstraintSetRequest", "variableDeclarationType" : "CreateSizeConstraintSetRequest", "documentation" : null, "simpleType" : "CreateSizeConstraintSetRequest", "variableSetterType" : "CreateSizeConstraintSetRequest" }, "marshaller" : { "action" : "CreateSizeConstraintSet", "verb" : "POST", "target" : "AWSWAF_20150824.CreateSizeConstraintSet", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                                                                                                                                                                                  A friendly name or description of the SizeConstraintSet. You can't change Name after you create a SizeConstraintSet.

                                                                                                                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  A friendly name or description of the SizeConstraintSet. You can't change Name after you create a SizeConstraintSet.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  A friendly name or description of the SizeConstraintSet. You can't change Name after you create a SizeConstraintSet.

                                                                                                                                                                                                  \n@param name A friendly name or description of the SizeConstraintSet. You can't change Name after you create a SizeConstraintSet.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  A friendly name or description of the SizeConstraintSet. You can't change Name after you create a SizeConstraintSet.

                                                                                                                                                                                                  \n@return A friendly name or description of the SizeConstraintSet. You can't change Name after you create a SizeConstraintSet.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  A friendly name or description of the SizeConstraintSet. You can't change Name after you create a SizeConstraintSet.

                                                                                                                                                                                                  \n@param name A friendly name or description of the SizeConstraintSet. You can't change Name after you create a SizeConstraintSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  A friendly name or description of the SizeConstraintSet. You can't change Name after you create a SizeConstraintSet.

                                                                                                                                                                                                  \n@param name A friendly name or description of the SizeConstraintSet. You can't change Name after you create a SizeConstraintSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ChangeToken" : { "documentation" : "

                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DeleteIPSetRequest" : { "c2jName" : "DeleteIPSetRequest", "documentation" : "", "shapeName" : "DeleteIPSetRequest", "deprecated" : false, "required" : [ "IPSetId", "ChangeToken" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The IPSetId of the IPSet that you want to delete. IPSetId is returned by CreateIPSet and by ListIPSets.

                                                                                                                                                                                                  ", "name" : "IPSetId", "c2jName" : "IPSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "iPSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The IPSetId of the IPSet that you want to delete. IPSetId is returned by CreateIPSet and by ListIPSets.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "iPSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IPSetId", "marshallLocationName" : "IPSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The IPSetId of the IPSet that you want to delete. IPSetId is returned by CreateIPSet and by ListIPSets.

                                                                                                                                                                                                  \n@param iPSetId The IPSetId of the IPSet that you want to delete. IPSetId is returned by CreateIPSet and by ListIPSets.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The IPSetId of the IPSet that you want to delete. IPSetId is returned by CreateIPSet and by ListIPSets.

                                                                                                                                                                                                  \n@return The IPSetId of the IPSet that you want to delete. IPSetId is returned by CreateIPSet and by ListIPSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The IPSetId of the IPSet that you want to delete. IPSetId is returned by CreateIPSet and by ListIPSets.

                                                                                                                                                                                                  \n@param iPSetId The IPSetId of the IPSet that you want to delete. IPSetId is returned by CreateIPSet and by ListIPSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The IPSetId of the IPSet that you want to delete. IPSetId is returned by CreateIPSet and by ListIPSets.

                                                                                                                                                                                                  \n@param iPSetId The IPSetId of the IPSet that you want to delete. IPSetId is returned by CreateIPSet and by ListIPSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "deleteIPSetRequest", "variableType" : "DeleteIPSetRequest", "variableDeclarationType" : "DeleteIPSetRequest", "documentation" : null, "simpleType" : "DeleteIPSetRequest", "variableSetterType" : "DeleteIPSetRequest" }, "marshaller" : { "action" : "DeleteIPSet", "verb" : "POST", "target" : "AWSWAF_20150824.DeleteIPSet", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeToken" : { "documentation" : "

                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "IPSetId" : { "documentation" : "

                                                                                                                                                                                                  The IPSetId of the IPSet that you want to delete. IPSetId is returned by CreateIPSet and by ListIPSets.

                                                                                                                                                                                                  ", "name" : "IPSetId", "c2jName" : "IPSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "iPSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The IPSetId of the IPSet that you want to delete. IPSetId is returned by CreateIPSet and by ListIPSets.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "iPSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IPSetId", "marshallLocationName" : "IPSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The IPSetId of the IPSet that you want to delete. IPSetId is returned by CreateIPSet and by ListIPSets.

                                                                                                                                                                                                  \n@param iPSetId The IPSetId of the IPSet that you want to delete. IPSetId is returned by CreateIPSet and by ListIPSets.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The IPSetId of the IPSet that you want to delete. IPSetId is returned by CreateIPSet and by ListIPSets.

                                                                                                                                                                                                  \n@return The IPSetId of the IPSet that you want to delete. IPSetId is returned by CreateIPSet and by ListIPSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The IPSetId of the IPSet that you want to delete. IPSetId is returned by CreateIPSet and by ListIPSets.

                                                                                                                                                                                                  \n@param iPSetId The IPSetId of the IPSet that you want to delete. IPSetId is returned by CreateIPSet and by ListIPSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The IPSetId of the IPSet that you want to delete. IPSetId is returned by CreateIPSet and by ListIPSets.

                                                                                                                                                                                                  \n@param iPSetId The IPSetId of the IPSet that you want to delete. IPSetId is returned by CreateIPSet and by ListIPSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "WafActionType" : { "c2jName" : "WafActionType", "documentation" : "", "shapeName" : "WafActionType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "BLOCK", "value" : "BLOCK" }, { "name" : "ALLOW", "value" : "ALLOW" }, { "name" : "COUNT", "value" : "COUNT" } ], "variable" : { "variableName" : "wafActionType", "variableType" : "WafActionType", "variableDeclarationType" : "WafActionType", "documentation" : null, "simpleType" : "WafActionType", "variableSetterType" : "WafActionType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetChangeTokenStatusRequest" : { "c2jName" : "GetChangeTokenStatusRequest", "documentation" : "", "shapeName" : "GetChangeTokenStatusRequest", "deprecated" : false, "required" : [ "ChangeToken" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

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

                                                                                                                                                                                                  \n@param changeToken The change token for which you want to get the status. This change token was previously returned in the GetChangeToken response.*/", "getterDocumentation" : "/**

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

                                                                                                                                                                                                  \n@return The change token for which you want to get the status. This change token was previously returned in the GetChangeToken response.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                  \n@param changeToken The change token for which you want to get the status. This change token was previously returned in the GetChangeToken response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                  \n@param changeToken The change token for which you want to get the status. This change token was previously returned in the GetChangeToken response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "getChangeTokenStatusRequest", "variableType" : "GetChangeTokenStatusRequest", "variableDeclarationType" : "GetChangeTokenStatusRequest", "documentation" : null, "simpleType" : "GetChangeTokenStatusRequest", "variableSetterType" : "GetChangeTokenStatusRequest" }, "marshaller" : { "action" : "GetChangeTokenStatus", "verb" : "POST", "target" : "AWSWAF_20150824.GetChangeTokenStatus", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeToken" : { "documentation" : "

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

                                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

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

                                                                                                                                                                                                  \n@param changeToken The change token for which you want to get the status. This change token was previously returned in the GetChangeToken response.*/", "getterDocumentation" : "/**

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

                                                                                                                                                                                                  \n@return The change token for which you want to get the status. This change token was previously returned in the GetChangeToken response.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                  \n@param changeToken The change token for which you want to get the status. This change token was previously returned in the GetChangeToken response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                  \n@param changeToken The change token for which you want to get the status. This change token was previously returned in the GetChangeToken response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DeleteSqlInjectionMatchSetResult" : { "c2jName" : "DeleteSqlInjectionMatchSetResponse", "documentation" : "

                                                                                                                                                                                                  The response to a request to delete a SqlInjectionMatchSet from AWS WAF.

                                                                                                                                                                                                  ", "shapeName" : "DeleteSqlInjectionMatchSetResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The ChangeToken that you used to submit the DeleteSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The ChangeToken that you used to submit the DeleteSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The ChangeToken that you used to submit the DeleteSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The ChangeToken that you used to submit the DeleteSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                  \n@return The ChangeToken that you used to submit the DeleteSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The ChangeToken that you used to submit the DeleteSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The ChangeToken that you used to submit the DeleteSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "deleteSqlInjectionMatchSetResult", "variableType" : "DeleteSqlInjectionMatchSetResult", "variableDeclarationType" : "DeleteSqlInjectionMatchSetResult", "documentation" : null, "simpleType" : "DeleteSqlInjectionMatchSetResult", "variableSetterType" : "DeleteSqlInjectionMatchSetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeToken" : { "documentation" : "

                                                                                                                                                                                                  The ChangeToken that you used to submit the DeleteSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The ChangeToken that you used to submit the DeleteSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The ChangeToken that you used to submit the DeleteSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The ChangeToken that you used to submit the DeleteSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                  \n@return The ChangeToken that you used to submit the DeleteSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The ChangeToken that you used to submit the DeleteSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The ChangeToken that you used to submit the DeleteSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "WAFDisallowedNameException" : { "c2jName" : "WAFDisallowedNameException", "documentation" : "

                                                                                                                                                                                                  The name specified is invalid.

                                                                                                                                                                                                  ", "shapeName" : "WAFDisallowedNameException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "wAFDisallowedNameException", "variableType" : "WAFDisallowedNameException", "variableDeclarationType" : "WAFDisallowedNameException", "documentation" : null, "simpleType" : "WAFDisallowedNameException", "variableSetterType" : "WAFDisallowedNameException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "WAFDisallowedNameException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "WAFInvalidOperationException" : { "c2jName" : "WAFInvalidOperationException", "documentation" : "

                                                                                                                                                                                                  The operation failed because there was nothing to do. For example:

                                                                                                                                                                                                  • You tried to remove a Rule from a WebACL, but the Rule isn't in the specified WebACL.
                                                                                                                                                                                                  • You tried to remove an IP address from an IPSet, but the IP address isn't in the specified IPSet.
                                                                                                                                                                                                  • You tried to remove a ByteMatchTuple from a ByteMatchSet, but the ByteMatchTuple isn't in the specified WebACL.
                                                                                                                                                                                                  • You tried to add a Rule to a WebACL, but the Rule already exists in the specified WebACL.
                                                                                                                                                                                                  • You tried to add an IP address to an IPSet, but the IP address already exists in the specified IPSet.
                                                                                                                                                                                                  • You tried to add a ByteMatchTuple to a ByteMatchSet, but the ByteMatchTuple already exists in the specified WebACL.
                                                                                                                                                                                                  ", "shapeName" : "WAFInvalidOperationException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "wAFInvalidOperationException", "variableType" : "WAFInvalidOperationException", "variableDeclarationType" : "WAFInvalidOperationException", "documentation" : null, "simpleType" : "WAFInvalidOperationException", "variableSetterType" : "WAFInvalidOperationException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "WAFInvalidOperationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetRuleResult" : { "c2jName" : "GetRuleResponse", "documentation" : "", "shapeName" : "GetRuleResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  Information about the Rule that you specified in the GetRule request. For more information, see the following topics:

                                                                                                                                                                                                  • Rule: Contains MetricName, Name, an array of Predicate objects, and RuleId
                                                                                                                                                                                                  • Predicate: Each Predicate object contains DataId, Negated, and Type
                                                                                                                                                                                                  ", "name" : "Rule", "c2jName" : "Rule", "c2jShape" : "Rule", "variable" : { "variableName" : "rule", "variableType" : "Rule", "variableDeclarationType" : "Rule", "documentation" : "

                                                                                                                                                                                                  Information about the Rule that you specified in the GetRule request. For more information, see the following topics:

                                                                                                                                                                                                  • Rule: Contains MetricName, Name, an array of Predicate objects, and RuleId
                                                                                                                                                                                                  • Predicate: Each Predicate object contains DataId, Negated, and Type
                                                                                                                                                                                                  ", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "setterModel" : { "variableName" : "rule", "variableType" : "Rule", "variableDeclarationType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "getterModel" : { "returnType" : "Rule", "documentation" : null }, "http" : { "unmarshallLocationName" : "Rule", "marshallLocationName" : "Rule", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  Information about the Rule that you specified in the GetRule request. For more information, see the following topics:

                                                                                                                                                                                                  • Rule: Contains MetricName, Name, an array of Predicate objects, and RuleId
                                                                                                                                                                                                  • Predicate: Each Predicate object contains DataId, Negated, and Type
                                                                                                                                                                                                  \n@param rule Information about the Rule that you specified in the GetRule request. For more information, see the following topics:

                                                                                                                                                                                                  • Rule: Contains MetricName, Name, an array of Predicate objects, and RuleId
                                                                                                                                                                                                  • Predicate: Each Predicate object contains DataId, Negated, and Type
                                                                                                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                                                                                                    Information about the Rule that you specified in the GetRule request. For more information, see the following topics:

                                                                                                                                                                                                    • Rule: Contains MetricName, Name, an array of Predicate objects, and RuleId
                                                                                                                                                                                                    • Predicate: Each Predicate object contains DataId, Negated, and Type
                                                                                                                                                                                                    \n@return Information about the Rule that you specified in the GetRule request. For more information, see the following topics:

                                                                                                                                                                                                    • Rule: Contains MetricName, Name, an array of Predicate objects, and RuleId
                                                                                                                                                                                                    • Predicate: Each Predicate object contains DataId, Negated, and Type
                                                                                                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                      Information about the Rule that you specified in the GetRule request. For more information, see the following topics:

                                                                                                                                                                                                      • Rule: Contains MetricName, Name, an array of Predicate objects, and RuleId
                                                                                                                                                                                                      • Predicate: Each Predicate object contains DataId, Negated, and Type
                                                                                                                                                                                                      \n@param rule Information about the Rule that you specified in the GetRule request. For more information, see the following topics:

                                                                                                                                                                                                      • Rule: Contains MetricName, Name, an array of Predicate objects, and RuleId
                                                                                                                                                                                                      • Predicate: Each Predicate object contains DataId, Negated, and Type
                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                        Information about the Rule that you specified in the GetRule request. For more information, see the following topics:

                                                                                                                                                                                                        • Rule: Contains MetricName, Name, an array of Predicate objects, and RuleId
                                                                                                                                                                                                        • Predicate: Each Predicate object contains DataId, Negated, and Type
                                                                                                                                                                                                        \n@param rule Information about the Rule that you specified in the GetRule request. For more information, see the following topics:

                                                                                                                                                                                                        • Rule: Contains MetricName, Name, an array of Predicate objects, and RuleId
                                                                                                                                                                                                        • Predicate: Each Predicate object contains DataId, Negated, and Type
                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "getRuleResult", "variableType" : "GetRuleResult", "variableDeclarationType" : "GetRuleResult", "documentation" : null, "simpleType" : "GetRuleResult", "variableSetterType" : "GetRuleResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Rule" : { "documentation" : "

                                                                                                                                                                                                          Information about the Rule that you specified in the GetRule request. For more information, see the following topics:

                                                                                                                                                                                                          • Rule: Contains MetricName, Name, an array of Predicate objects, and RuleId
                                                                                                                                                                                                          • Predicate: Each Predicate object contains DataId, Negated, and Type
                                                                                                                                                                                                          ", "name" : "Rule", "c2jName" : "Rule", "c2jShape" : "Rule", "variable" : { "variableName" : "rule", "variableType" : "Rule", "variableDeclarationType" : "Rule", "documentation" : "

                                                                                                                                                                                                          Information about the Rule that you specified in the GetRule request. For more information, see the following topics:

                                                                                                                                                                                                          • Rule: Contains MetricName, Name, an array of Predicate objects, and RuleId
                                                                                                                                                                                                          • Predicate: Each Predicate object contains DataId, Negated, and Type
                                                                                                                                                                                                          ", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "setterModel" : { "variableName" : "rule", "variableType" : "Rule", "variableDeclarationType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "getterModel" : { "returnType" : "Rule", "documentation" : null }, "http" : { "unmarshallLocationName" : "Rule", "marshallLocationName" : "Rule", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                          Information about the Rule that you specified in the GetRule request. For more information, see the following topics:

                                                                                                                                                                                                          • Rule: Contains MetricName, Name, an array of Predicate objects, and RuleId
                                                                                                                                                                                                          • Predicate: Each Predicate object contains DataId, Negated, and Type
                                                                                                                                                                                                          \n@param rule Information about the Rule that you specified in the GetRule request. For more information, see the following topics:

                                                                                                                                                                                                          • Rule: Contains MetricName, Name, an array of Predicate objects, and RuleId
                                                                                                                                                                                                          • Predicate: Each Predicate object contains DataId, Negated, and Type
                                                                                                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                                                                                                            Information about the Rule that you specified in the GetRule request. For more information, see the following topics:

                                                                                                                                                                                                            • Rule: Contains MetricName, Name, an array of Predicate objects, and RuleId
                                                                                                                                                                                                            • Predicate: Each Predicate object contains DataId, Negated, and Type
                                                                                                                                                                                                            \n@return Information about the Rule that you specified in the GetRule request. For more information, see the following topics:

                                                                                                                                                                                                            • Rule: Contains MetricName, Name, an array of Predicate objects, and RuleId
                                                                                                                                                                                                            • Predicate: Each Predicate object contains DataId, Negated, and Type
                                                                                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                              Information about the Rule that you specified in the GetRule request. For more information, see the following topics:

                                                                                                                                                                                                              • Rule: Contains MetricName, Name, an array of Predicate objects, and RuleId
                                                                                                                                                                                                              • Predicate: Each Predicate object contains DataId, Negated, and Type
                                                                                                                                                                                                              \n@param rule Information about the Rule that you specified in the GetRule request. For more information, see the following topics:

                                                                                                                                                                                                              • Rule: Contains MetricName, Name, an array of Predicate objects, and RuleId
                                                                                                                                                                                                              • Predicate: Each Predicate object contains DataId, Negated, and Type
                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                Information about the Rule that you specified in the GetRule request. For more information, see the following topics:

                                                                                                                                                                                                                • Rule: Contains MetricName, Name, an array of Predicate objects, and RuleId
                                                                                                                                                                                                                • Predicate: Each Predicate object contains DataId, Negated, and Type
                                                                                                                                                                                                                \n@param rule Information about the Rule that you specified in the GetRule request. For more information, see the following topics:

                                                                                                                                                                                                                • Rule: Contains MetricName, Name, an array of Predicate objects, and RuleId
                                                                                                                                                                                                                • Predicate: Each Predicate object contains DataId, Negated, and Type
                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } } }, "GetWebACLRequest" : { "c2jName" : "GetWebACLRequest", "documentation" : "", "shapeName" : "GetWebACLRequest", "deprecated" : false, "required" : [ "WebACLId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                  The WebACLId of the WebACL that you want to get. WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                  ", "name" : "WebACLId", "c2jName" : "WebACLId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "webACLId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                  The WebACLId of the WebACL that you want to get. WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "webACLId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "WebACLId", "marshallLocationName" : "WebACLId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  The WebACLId of the WebACL that you want to get. WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                  \n@param webACLId The WebACLId of the WebACL that you want to get. WebACLId is returned by CreateWebACL and by ListWebACLs.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  The WebACLId of the WebACL that you want to get. WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                  \n@return The WebACLId of the WebACL that you want to get. WebACLId is returned by CreateWebACL and by ListWebACLs.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  The WebACLId of the WebACL that you want to get. WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                  \n@param webACLId The WebACLId of the WebACL that you want to get. WebACLId is returned by CreateWebACL and by ListWebACLs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  The WebACLId of the WebACL that you want to get. WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                  \n@param webACLId The WebACLId of the WebACL that you want to get. WebACLId is returned by CreateWebACL and by ListWebACLs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "getWebACLRequest", "variableType" : "GetWebACLRequest", "variableDeclarationType" : "GetWebACLRequest", "documentation" : null, "simpleType" : "GetWebACLRequest", "variableSetterType" : "GetWebACLRequest" }, "marshaller" : { "action" : "GetWebACL", "verb" : "POST", "target" : "AWSWAF_20150824.GetWebACL", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "WebACLId" : { "documentation" : "

                                                                                                                                                                                                                  The WebACLId of the WebACL that you want to get. WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                  ", "name" : "WebACLId", "c2jName" : "WebACLId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "webACLId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                  The WebACLId of the WebACL that you want to get. WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "webACLId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "WebACLId", "marshallLocationName" : "WebACLId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  The WebACLId of the WebACL that you want to get. WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                  \n@param webACLId The WebACLId of the WebACL that you want to get. WebACLId is returned by CreateWebACL and by ListWebACLs.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  The WebACLId of the WebACL that you want to get. WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                  \n@return The WebACLId of the WebACL that you want to get. WebACLId is returned by CreateWebACL and by ListWebACLs.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  The WebACLId of the WebACL that you want to get. WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                  \n@param webACLId The WebACLId of the WebACL that you want to get. WebACLId is returned by CreateWebACL and by ListWebACLs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  The WebACLId of the WebACL that you want to get. WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                  \n@param webACLId The WebACLId of the WebACL that you want to get. WebACLId is returned by CreateWebACL and by ListWebACLs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "XssMatchSet" : { "c2jName" : "XssMatchSet", "documentation" : "

                                                                                                                                                                                                                  A complex type that contains XssMatchTuple objects, which specify the parts of web requests that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header. If a XssMatchSet contains more than one XssMatchTuple object, a request needs to include cross-site scripting attacks in only one of the specified parts of the request to be considered a match.

                                                                                                                                                                                                                  ", "shapeName" : "XssMatchSet", "deprecated" : false, "required" : [ "XssMatchSetId", "XssMatchTuples" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                  A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about an XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                                                                                                                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                                                                                                                                                                  ", "name" : "XssMatchSetId", "c2jName" : "XssMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "xssMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                  A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about an XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                                                                                                                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "xssMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "XssMatchSetId", "marshallLocationName" : "XssMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about an XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                                                                                                                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                                                                                                                                                                  \n@param xssMatchSetId A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about an XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                                                                                                                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about an XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                                                                                                                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                                                                                                                                                                  \n@return A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about an XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                                                                                                                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about an XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                                                                                                                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                                                                                                                                                                  \n@param xssMatchSetId A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about an XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                                                                                                                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about an XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                                                                                                                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                                                                                                                                                                  \n@param xssMatchSetId A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about an XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                                                                                                                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                  The name, if any, of the XssMatchSet.

                                                                                                                                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                  The name, if any, of the XssMatchSet.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  The name, if any, of the XssMatchSet.

                                                                                                                                                                                                                  \n@param name The name, if any, of the XssMatchSet.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  The name, if any, of the XssMatchSet.

                                                                                                                                                                                                                  \n@return The name, if any, of the XssMatchSet.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  The name, if any, of the XssMatchSet.

                                                                                                                                                                                                                  \n@param name The name, if any, of the XssMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  The name, if any, of the XssMatchSet.

                                                                                                                                                                                                                  \n@param name The name, if any, of the XssMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                  Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.

                                                                                                                                                                                                                  ", "name" : "XssMatchTuples", "c2jName" : "XssMatchTuples", "c2jShape" : "XssMatchTuples", "variable" : { "variableName" : "xssMatchTuples", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                  Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.

                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "xssMatchTuples", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "XssMatchTuples", "marshallLocationName" : "XssMatchTuples", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "XssMatchTuple", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XssMatchTuple", "variable" : { "variableName" : "member", "variableType" : "XssMatchTuple", "variableDeclarationType" : "XssMatchTuple", "documentation" : "", "simpleType" : "XssMatchTuple", "variableSetterType" : "XssMatchTuple" }, "setterModel" : { "variableName" : "member", "variableType" : "XssMatchTuple", "variableDeclarationType" : "XssMatchTuple", "documentation" : "", "simpleType" : "XssMatchTuple", "variableSetterType" : "XssMatchTuple" }, "getterModel" : { "returnType" : "XssMatchTuple", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "XssMatchTuple", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.

                                                                                                                                                                                                                  \n@param xssMatchTuples Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.

                                                                                                                                                                                                                  \n@return Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.

                                                                                                                                                                                                                  \n@param xssMatchTuples Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.

                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setXssMatchTuples(java.util.Collection)} or {@link #withXssMatchTuples(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                  \n@param xssMatchTuples Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "xssMatchSet", "variableType" : "XssMatchSet", "variableDeclarationType" : "XssMatchSet", "documentation" : null, "simpleType" : "XssMatchSet", "variableSetterType" : "XssMatchSet" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                                                                                                                                                                                                  The name, if any, of the XssMatchSet.

                                                                                                                                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                  The name, if any, of the XssMatchSet.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  The name, if any, of the XssMatchSet.

                                                                                                                                                                                                                  \n@param name The name, if any, of the XssMatchSet.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  The name, if any, of the XssMatchSet.

                                                                                                                                                                                                                  \n@return The name, if any, of the XssMatchSet.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  The name, if any, of the XssMatchSet.

                                                                                                                                                                                                                  \n@param name The name, if any, of the XssMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  The name, if any, of the XssMatchSet.

                                                                                                                                                                                                                  \n@param name The name, if any, of the XssMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "XssMatchSetId" : { "documentation" : "

                                                                                                                                                                                                                  A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about an XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                                                                                                                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                                                                                                                                                                  ", "name" : "XssMatchSetId", "c2jName" : "XssMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "xssMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                  A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about an XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                                                                                                                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "xssMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "XssMatchSetId", "marshallLocationName" : "XssMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about an XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                                                                                                                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                                                                                                                                                                  \n@param xssMatchSetId A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about an XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                                                                                                                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about an XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                                                                                                                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                                                                                                                                                                  \n@return A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about an XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                                                                                                                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about an XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                                                                                                                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                                                                                                                                                                  \n@param xssMatchSetId A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about an XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                                                                                                                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about an XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                                                                                                                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                                                                                                                                                                  \n@param xssMatchSetId A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about an XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

                                                                                                                                                                                                                  XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "XssMatchTuples" : { "documentation" : "

                                                                                                                                                                                                                  Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.

                                                                                                                                                                                                                  ", "name" : "XssMatchTuples", "c2jName" : "XssMatchTuples", "c2jShape" : "XssMatchTuples", "variable" : { "variableName" : "xssMatchTuples", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                  Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.

                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "xssMatchTuples", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "XssMatchTuples", "marshallLocationName" : "XssMatchTuples", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "XssMatchTuple", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XssMatchTuple", "variable" : { "variableName" : "member", "variableType" : "XssMatchTuple", "variableDeclarationType" : "XssMatchTuple", "documentation" : "", "simpleType" : "XssMatchTuple", "variableSetterType" : "XssMatchTuple" }, "setterModel" : { "variableName" : "member", "variableType" : "XssMatchTuple", "variableDeclarationType" : "XssMatchTuple", "documentation" : "", "simpleType" : "XssMatchTuple", "variableSetterType" : "XssMatchTuple" }, "getterModel" : { "returnType" : "XssMatchTuple", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "XssMatchTuple", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.

                                                                                                                                                                                                                  \n@param xssMatchTuples Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.

                                                                                                                                                                                                                  \n@return Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.

                                                                                                                                                                                                                  \n@param xssMatchTuples Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.

                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setXssMatchTuples(java.util.Collection)} or {@link #withXssMatchTuples(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                  \n@param xssMatchTuples Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } } }, "WAFNonexistentItemException" : { "c2jName" : "WAFNonexistentItemException", "documentation" : "

                                                                                                                                                                                                                  The operation failed because the referenced object doesn't exist.

                                                                                                                                                                                                                  ", "shapeName" : "WAFNonexistentItemException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "wAFNonexistentItemException", "variableType" : "WAFNonexistentItemException", "variableDeclarationType" : "WAFNonexistentItemException", "documentation" : null, "simpleType" : "WAFNonexistentItemException", "variableSetterType" : "WAFNonexistentItemException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "WAFNonexistentItemException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SqlInjectionMatchSet" : { "c2jName" : "SqlInjectionMatchSet", "documentation" : "

                                                                                                                                                                                                                  A complex type that contains SqlInjectionMatchTuple objects, which specify the parts of web requests that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header. If a SqlInjectionMatchSet contains more than one SqlInjectionMatchTuple object, a request needs to include snippets of SQL code in only one of the specified parts of the request to be considered a match.

                                                                                                                                                                                                                  ", "shapeName" : "SqlInjectionMatchSet", "deprecated" : false, "required" : [ "SqlInjectionMatchSetId", "SqlInjectionMatchTuples" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                  A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                                                  ", "name" : "SqlInjectionMatchSetId", "c2jName" : "SqlInjectionMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "sqlInjectionMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                  A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sqlInjectionMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SqlInjectionMatchSetId", "marshallLocationName" : "SqlInjectionMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                                                  \n@param sqlInjectionMatchSetId A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                                                  \n@return A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                                                  \n@param sqlInjectionMatchSetId A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                                                  \n@param sqlInjectionMatchSetId A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                  The name, if any, of the SqlInjectionMatchSet.

                                                                                                                                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                  The name, if any, of the SqlInjectionMatchSet.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  The name, if any, of the SqlInjectionMatchSet.

                                                                                                                                                                                                                  \n@param name The name, if any, of the SqlInjectionMatchSet.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  The name, if any, of the SqlInjectionMatchSet.

                                                                                                                                                                                                                  \n@return The name, if any, of the SqlInjectionMatchSet.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  The name, if any, of the SqlInjectionMatchSet.

                                                                                                                                                                                                                  \n@param name The name, if any, of the SqlInjectionMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  The name, if any, of the SqlInjectionMatchSet.

                                                                                                                                                                                                                  \n@param name The name, if any, of the SqlInjectionMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                  Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.

                                                                                                                                                                                                                  ", "name" : "SqlInjectionMatchTuples", "c2jName" : "SqlInjectionMatchTuples", "c2jShape" : "SqlInjectionMatchTuples", "variable" : { "variableName" : "sqlInjectionMatchTuples", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                  Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.

                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "sqlInjectionMatchTuples", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SqlInjectionMatchTuples", "marshallLocationName" : "SqlInjectionMatchTuples", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "SqlInjectionMatchTuple", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SqlInjectionMatchTuple", "variable" : { "variableName" : "member", "variableType" : "SqlInjectionMatchTuple", "variableDeclarationType" : "SqlInjectionMatchTuple", "documentation" : "", "simpleType" : "SqlInjectionMatchTuple", "variableSetterType" : "SqlInjectionMatchTuple" }, "setterModel" : { "variableName" : "member", "variableType" : "SqlInjectionMatchTuple", "variableDeclarationType" : "SqlInjectionMatchTuple", "documentation" : "", "simpleType" : "SqlInjectionMatchTuple", "variableSetterType" : "SqlInjectionMatchTuple" }, "getterModel" : { "returnType" : "SqlInjectionMatchTuple", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "SqlInjectionMatchTuple", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.

                                                                                                                                                                                                                  \n@param sqlInjectionMatchTuples Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.

                                                                                                                                                                                                                  \n@return Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.

                                                                                                                                                                                                                  \n@param sqlInjectionMatchTuples Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.

                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSqlInjectionMatchTuples(java.util.Collection)} or {@link #withSqlInjectionMatchTuples(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                  \n@param sqlInjectionMatchTuples Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "sqlInjectionMatchSet", "variableType" : "SqlInjectionMatchSet", "variableDeclarationType" : "SqlInjectionMatchSet", "documentation" : null, "simpleType" : "SqlInjectionMatchSet", "variableSetterType" : "SqlInjectionMatchSet" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                                                                                                                                                                                                  The name, if any, of the SqlInjectionMatchSet.

                                                                                                                                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                  The name, if any, of the SqlInjectionMatchSet.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  The name, if any, of the SqlInjectionMatchSet.

                                                                                                                                                                                                                  \n@param name The name, if any, of the SqlInjectionMatchSet.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  The name, if any, of the SqlInjectionMatchSet.

                                                                                                                                                                                                                  \n@return The name, if any, of the SqlInjectionMatchSet.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  The name, if any, of the SqlInjectionMatchSet.

                                                                                                                                                                                                                  \n@param name The name, if any, of the SqlInjectionMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  The name, if any, of the SqlInjectionMatchSet.

                                                                                                                                                                                                                  \n@param name The name, if any, of the SqlInjectionMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SqlInjectionMatchTuples" : { "documentation" : "

                                                                                                                                                                                                                  Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.

                                                                                                                                                                                                                  ", "name" : "SqlInjectionMatchTuples", "c2jName" : "SqlInjectionMatchTuples", "c2jShape" : "SqlInjectionMatchTuples", "variable" : { "variableName" : "sqlInjectionMatchTuples", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                  Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.

                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "sqlInjectionMatchTuples", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SqlInjectionMatchTuples", "marshallLocationName" : "SqlInjectionMatchTuples", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "SqlInjectionMatchTuple", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SqlInjectionMatchTuple", "variable" : { "variableName" : "member", "variableType" : "SqlInjectionMatchTuple", "variableDeclarationType" : "SqlInjectionMatchTuple", "documentation" : "", "simpleType" : "SqlInjectionMatchTuple", "variableSetterType" : "SqlInjectionMatchTuple" }, "setterModel" : { "variableName" : "member", "variableType" : "SqlInjectionMatchTuple", "variableDeclarationType" : "SqlInjectionMatchTuple", "documentation" : "", "simpleType" : "SqlInjectionMatchTuple", "variableSetterType" : "SqlInjectionMatchTuple" }, "getterModel" : { "returnType" : "SqlInjectionMatchTuple", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "SqlInjectionMatchTuple", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.

                                                                                                                                                                                                                  \n@param sqlInjectionMatchTuples Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.

                                                                                                                                                                                                                  \n@return Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.

                                                                                                                                                                                                                  \n@param sqlInjectionMatchTuples Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.

                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSqlInjectionMatchTuples(java.util.Collection)} or {@link #withSqlInjectionMatchTuples(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                  \n@param sqlInjectionMatchTuples Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "SqlInjectionMatchSetId" : { "documentation" : "

                                                                                                                                                                                                                  A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                                                  ", "name" : "SqlInjectionMatchSetId", "c2jName" : "SqlInjectionMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "sqlInjectionMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                  A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sqlInjectionMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SqlInjectionMatchSetId", "marshallLocationName" : "SqlInjectionMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                                                  \n@param sqlInjectionMatchSetId A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                                                  \n@return A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                                                  \n@param sqlInjectionMatchSetId A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                                                  \n@param sqlInjectionMatchSetId A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

                                                                                                                                                                                                                  SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ByteMatchTuple" : { "c2jName" : "ByteMatchTuple", "documentation" : "

                                                                                                                                                                                                                  The bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.

                                                                                                                                                                                                                  ", "shapeName" : "ByteMatchTuple", "deprecated" : false, "required" : [ "FieldToMatch", "TargetString", "TextTransformation", "PositionalConstraint" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                  The part of a web request that you want AWS WAF to search, such as a specified header or a query string. For more information, see FieldToMatch.

                                                                                                                                                                                                                  ", "name" : "FieldToMatch", "c2jName" : "FieldToMatch", "c2jShape" : "FieldToMatch", "variable" : { "variableName" : "fieldToMatch", "variableType" : "FieldToMatch", "variableDeclarationType" : "FieldToMatch", "documentation" : "

                                                                                                                                                                                                                  The part of a web request that you want AWS WAF to search, such as a specified header or a query string. For more information, see FieldToMatch.

                                                                                                                                                                                                                  ", "simpleType" : "FieldToMatch", "variableSetterType" : "FieldToMatch" }, "setterModel" : { "variableName" : "fieldToMatch", "variableType" : "FieldToMatch", "variableDeclarationType" : "FieldToMatch", "documentation" : "", "simpleType" : "FieldToMatch", "variableSetterType" : "FieldToMatch" }, "getterModel" : { "returnType" : "FieldToMatch", "documentation" : null }, "http" : { "unmarshallLocationName" : "FieldToMatch", "marshallLocationName" : "FieldToMatch", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  The part of a web request that you want AWS WAF to search, such as a specified header or a query string. For more information, see FieldToMatch.

                                                                                                                                                                                                                  \n@param fieldToMatch The part of a web request that you want AWS WAF to search, such as a specified header or a query string. For more information, see FieldToMatch.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  The part of a web request that you want AWS WAF to search, such as a specified header or a query string. For more information, see FieldToMatch.

                                                                                                                                                                                                                  \n@return The part of a web request that you want AWS WAF to search, such as a specified header or a query string. For more information, see FieldToMatch.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  The part of a web request that you want AWS WAF to search, such as a specified header or a query string. For more information, see FieldToMatch.

                                                                                                                                                                                                                  \n@param fieldToMatch The part of a web request that you want AWS WAF to search, such as a specified header or a query string. For more information, see FieldToMatch.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  The part of a web request that you want AWS WAF to search, such as a specified header or a query string. For more information, see FieldToMatch.

                                                                                                                                                                                                                  \n@param fieldToMatch The part of a web request that you want AWS WAF to search, such as a specified header or a query string. For more information, see FieldToMatch.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                  The value that you want AWS WAF to search for. AWS WAF searches for the specified string in the part of web requests that you specified in FieldToMatch. The maximum length of the value is 50 bytes.

                                                                                                                                                                                                                  Valid values depend on the values that you specified for FieldToMatch:

                                                                                                                                                                                                                  • HEADER: The value that you want AWS WAF to search for in the request header that you specified in FieldToMatch, for example, the value of the User-Agent or Referer header.
                                                                                                                                                                                                                  • METHOD: The HTTP method, which indicates the type of operation specified in the request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                  • QUERY_STRING: The value that you want AWS WAF to search for in the query string, which is the part of a URL that appears after a ? character.
                                                                                                                                                                                                                  • URI: The value that you want AWS WAF to search for in the part of a URL that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                  • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.

                                                                                                                                                                                                                  If TargetString includes alphabetic characters A-Z and a-z, note that the value is case sensitive.

                                                                                                                                                                                                                  If you're using the AWS WAF API

                                                                                                                                                                                                                  Specify a base64-encoded version of the value. The maximum length of the value before you base64-encode it is 50 bytes.

                                                                                                                                                                                                                  For example, suppose the value of Type is HEADER and the value of Data is User-Agent. If you want to search the User-Agent header for the value BadBot, you base64-encode BadBot using MIME base64 encoding and include the resulting value, QmFkQm90, in the value of TargetString.

                                                                                                                                                                                                                  If you're using the AWS CLI or one of the AWS SDKs

                                                                                                                                                                                                                  The value that you want AWS WAF to search for. The SDK automatically base64 encodes the value.

                                                                                                                                                                                                                  ", "name" : "TargetString", "c2jName" : "TargetString", "c2jShape" : "ByteMatchTargetString", "variable" : { "variableName" : "targetString", "variableType" : "java.nio.ByteBuffer", "variableDeclarationType" : "java.nio.ByteBuffer", "documentation" : "

                                                                                                                                                                                                                  The value that you want AWS WAF to search for. AWS WAF searches for the specified string in the part of web requests that you specified in FieldToMatch. The maximum length of the value is 50 bytes.

                                                                                                                                                                                                                  Valid values depend on the values that you specified for FieldToMatch:

                                                                                                                                                                                                                  • HEADER: The value that you want AWS WAF to search for in the request header that you specified in FieldToMatch, for example, the value of the User-Agent or Referer header.
                                                                                                                                                                                                                  • METHOD: The HTTP method, which indicates the type of operation specified in the request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                  • QUERY_STRING: The value that you want AWS WAF to search for in the query string, which is the part of a URL that appears after a ? character.
                                                                                                                                                                                                                  • URI: The value that you want AWS WAF to search for in the part of a URL that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                  • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.

                                                                                                                                                                                                                  If TargetString includes alphabetic characters A-Z and a-z, note that the value is case sensitive.

                                                                                                                                                                                                                  If you're using the AWS WAF API

                                                                                                                                                                                                                  Specify a base64-encoded version of the value. The maximum length of the value before you base64-encode it is 50 bytes.

                                                                                                                                                                                                                  For example, suppose the value of Type is HEADER and the value of Data is User-Agent. If you want to search the User-Agent header for the value BadBot, you base64-encode BadBot using MIME base64 encoding and include the resulting value, QmFkQm90, in the value of TargetString.

                                                                                                                                                                                                                  If you're using the AWS CLI or one of the AWS SDKs

                                                                                                                                                                                                                  The value that you want AWS WAF to search for. The SDK automatically base64 encodes the value.

                                                                                                                                                                                                                  ", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "setterModel" : { "variableName" : "targetString", "variableType" : "java.nio.ByteBuffer", "variableDeclarationType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetString", "marshallLocationName" : "TargetString", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  The value that you want AWS WAF to search for. AWS WAF searches for the specified string in the part of web requests that you specified in FieldToMatch. The maximum length of the value is 50 bytes.

                                                                                                                                                                                                                  Valid values depend on the values that you specified for FieldToMatch:

                                                                                                                                                                                                                  • HEADER: The value that you want AWS WAF to search for in the request header that you specified in FieldToMatch, for example, the value of the User-Agent or Referer header.
                                                                                                                                                                                                                  • METHOD: The HTTP method, which indicates the type of operation specified in the request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                  • QUERY_STRING: The value that you want AWS WAF to search for in the query string, which is the part of a URL that appears after a ? character.
                                                                                                                                                                                                                  • URI: The value that you want AWS WAF to search for in the part of a URL that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                  • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.

                                                                                                                                                                                                                  If TargetString includes alphabetic characters A-Z and a-z, note that the value is case sensitive.

                                                                                                                                                                                                                  If you're using the AWS WAF API

                                                                                                                                                                                                                  Specify a base64-encoded version of the value. The maximum length of the value before you base64-encode it is 50 bytes.

                                                                                                                                                                                                                  For example, suppose the value of Type is HEADER and the value of Data is User-Agent. If you want to search the User-Agent header for the value BadBot, you base64-encode BadBot using MIME base64 encoding and include the resulting value, QmFkQm90, in the value of TargetString.

                                                                                                                                                                                                                  If you're using the AWS CLI or one of the AWS SDKs

                                                                                                                                                                                                                  The value that you want AWS WAF to search for. The SDK automatically base64 encodes the value.

                                                                                                                                                                                                                  \nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n

                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                  \nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n

                                                                                                                                                                                                                  \n\n@param targetString The value that you want AWS WAF to search for. AWS WAF searches for the specified string in the part of web requests that you specified in FieldToMatch. The maximum length of the value is 50 bytes.

                                                                                                                                                                                                                  Valid values depend on the values that you specified for FieldToMatch:

                                                                                                                                                                                                                  • HEADER: The value that you want AWS WAF to search for in the request header that you specified in FieldToMatch, for example, the value of the User-Agent or Referer header.
                                                                                                                                                                                                                  • METHOD: The HTTP method, which indicates the type of operation specified in the request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                  • QUERY_STRING: The value that you want AWS WAF to search for in the query string, which is the part of a URL that appears after a ? character.
                                                                                                                                                                                                                  • URI: The value that you want AWS WAF to search for in the part of a URL that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                  • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.

                                                                                                                                                                                                                  If TargetString includes alphabetic characters A-Z and a-z, note that the value is case sensitive.

                                                                                                                                                                                                                  If you're using the AWS WAF API

                                                                                                                                                                                                                  Specify a base64-encoded version of the value. The maximum length of the value before you base64-encode it is 50 bytes.

                                                                                                                                                                                                                  For example, suppose the value of Type is HEADER and the value of Data is User-Agent. If you want to search the User-Agent header for the value BadBot, you base64-encode BadBot using MIME base64 encoding and include the resulting value, QmFkQm90, in the value of TargetString.

                                                                                                                                                                                                                  If you're using the AWS CLI or one of the AWS SDKs

                                                                                                                                                                                                                  The value that you want AWS WAF to search for. The SDK automatically base64 encodes the value.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  The value that you want AWS WAF to search for. AWS WAF searches for the specified string in the part of web requests that you specified in FieldToMatch. The maximum length of the value is 50 bytes.

                                                                                                                                                                                                                  Valid values depend on the values that you specified for FieldToMatch:

                                                                                                                                                                                                                  • HEADER: The value that you want AWS WAF to search for in the request header that you specified in FieldToMatch, for example, the value of the User-Agent or Referer header.
                                                                                                                                                                                                                  • METHOD: The HTTP method, which indicates the type of operation specified in the request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                  • QUERY_STRING: The value that you want AWS WAF to search for in the query string, which is the part of a URL that appears after a ? character.
                                                                                                                                                                                                                  • URI: The value that you want AWS WAF to search for in the part of a URL that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                  • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.

                                                                                                                                                                                                                  If TargetString includes alphabetic characters A-Z and a-z, note that the value is case sensitive.

                                                                                                                                                                                                                  If you're using the AWS WAF API

                                                                                                                                                                                                                  Specify a base64-encoded version of the value. The maximum length of the value before you base64-encode it is 50 bytes.

                                                                                                                                                                                                                  For example, suppose the value of Type is HEADER and the value of Data is User-Agent. If you want to search the User-Agent header for the value BadBot, you base64-encode BadBot using MIME base64 encoding and include the resulting value, QmFkQm90, in the value of TargetString.

                                                                                                                                                                                                                  If you're using the AWS CLI or one of the AWS SDKs

                                                                                                                                                                                                                  The value that you want AWS WAF to search for. The SDK automatically base64 encodes the value.

                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                  \n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n

                                                                                                                                                                                                                  \n@return The value that you want AWS WAF to search for. AWS WAF searches for the specified string in the part of web requests that you specified in FieldToMatch. The maximum length of the value is 50 bytes.

                                                                                                                                                                                                                  Valid values depend on the values that you specified for FieldToMatch:

                                                                                                                                                                                                                  • HEADER: The value that you want AWS WAF to search for in the request header that you specified in FieldToMatch, for example, the value of the User-Agent or Referer header.
                                                                                                                                                                                                                  • METHOD: The HTTP method, which indicates the type of operation specified in the request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                  • QUERY_STRING: The value that you want AWS WAF to search for in the query string, which is the part of a URL that appears after a ? character.
                                                                                                                                                                                                                  • URI: The value that you want AWS WAF to search for in the part of a URL that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                  • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.

                                                                                                                                                                                                                  If TargetString includes alphabetic characters A-Z and a-z, note that the value is case sensitive.

                                                                                                                                                                                                                  If you're using the AWS WAF API

                                                                                                                                                                                                                  Specify a base64-encoded version of the value. The maximum length of the value before you base64-encode it is 50 bytes.

                                                                                                                                                                                                                  For example, suppose the value of Type is HEADER and the value of Data is User-Agent. If you want to search the User-Agent header for the value BadBot, you base64-encode BadBot using MIME base64 encoding and include the resulting value, QmFkQm90, in the value of TargetString.

                                                                                                                                                                                                                  If you're using the AWS CLI or one of the AWS SDKs

                                                                                                                                                                                                                  The value that you want AWS WAF to search for. The SDK automatically base64 encodes the value.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  The value that you want AWS WAF to search for. AWS WAF searches for the specified string in the part of web requests that you specified in FieldToMatch. The maximum length of the value is 50 bytes.

                                                                                                                                                                                                                  Valid values depend on the values that you specified for FieldToMatch:

                                                                                                                                                                                                                  • HEADER: The value that you want AWS WAF to search for in the request header that you specified in FieldToMatch, for example, the value of the User-Agent or Referer header.
                                                                                                                                                                                                                  • METHOD: The HTTP method, which indicates the type of operation specified in the request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                  • QUERY_STRING: The value that you want AWS WAF to search for in the query string, which is the part of a URL that appears after a ? character.
                                                                                                                                                                                                                  • URI: The value that you want AWS WAF to search for in the part of a URL that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                  • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.

                                                                                                                                                                                                                  If TargetString includes alphabetic characters A-Z and a-z, note that the value is case sensitive.

                                                                                                                                                                                                                  If you're using the AWS WAF API

                                                                                                                                                                                                                  Specify a base64-encoded version of the value. The maximum length of the value before you base64-encode it is 50 bytes.

                                                                                                                                                                                                                  For example, suppose the value of Type is HEADER and the value of Data is User-Agent. If you want to search the User-Agent header for the value BadBot, you base64-encode BadBot using MIME base64 encoding and include the resulting value, QmFkQm90, in the value of TargetString.

                                                                                                                                                                                                                  If you're using the AWS CLI or one of the AWS SDKs

                                                                                                                                                                                                                  The value that you want AWS WAF to search for. The SDK automatically base64 encodes the value.

                                                                                                                                                                                                                  \n@param targetString The value that you want AWS WAF to search for. AWS WAF searches for the specified string in the part of web requests that you specified in FieldToMatch. The maximum length of the value is 50 bytes.

                                                                                                                                                                                                                  Valid values depend on the values that you specified for FieldToMatch:

                                                                                                                                                                                                                  • HEADER: The value that you want AWS WAF to search for in the request header that you specified in FieldToMatch, for example, the value of the User-Agent or Referer header.
                                                                                                                                                                                                                  • METHOD: The HTTP method, which indicates the type of operation specified in the request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                  • QUERY_STRING: The value that you want AWS WAF to search for in the query string, which is the part of a URL that appears after a ? character.
                                                                                                                                                                                                                  • URI: The value that you want AWS WAF to search for in the part of a URL that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                  • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.

                                                                                                                                                                                                                  If TargetString includes alphabetic characters A-Z and a-z, note that the value is case sensitive.

                                                                                                                                                                                                                  If you're using the AWS WAF API

                                                                                                                                                                                                                  Specify a base64-encoded version of the value. The maximum length of the value before you base64-encode it is 50 bytes.

                                                                                                                                                                                                                  For example, suppose the value of Type is HEADER and the value of Data is User-Agent. If you want to search the User-Agent header for the value BadBot, you base64-encode BadBot using MIME base64 encoding and include the resulting value, QmFkQm90, in the value of TargetString.

                                                                                                                                                                                                                  If you're using the AWS CLI or one of the AWS SDKs

                                                                                                                                                                                                                  The value that you want AWS WAF to search for. The SDK automatically base64 encodes the value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  The value that you want AWS WAF to search for. AWS WAF searches for the specified string in the part of web requests that you specified in FieldToMatch. The maximum length of the value is 50 bytes.

                                                                                                                                                                                                                  Valid values depend on the values that you specified for FieldToMatch:

                                                                                                                                                                                                                  • HEADER: The value that you want AWS WAF to search for in the request header that you specified in FieldToMatch, for example, the value of the User-Agent or Referer header.
                                                                                                                                                                                                                  • METHOD: The HTTP method, which indicates the type of operation specified in the request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                  • QUERY_STRING: The value that you want AWS WAF to search for in the query string, which is the part of a URL that appears after a ? character.
                                                                                                                                                                                                                  • URI: The value that you want AWS WAF to search for in the part of a URL that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                  • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.

                                                                                                                                                                                                                  If TargetString includes alphabetic characters A-Z and a-z, note that the value is case sensitive.

                                                                                                                                                                                                                  If you're using the AWS WAF API

                                                                                                                                                                                                                  Specify a base64-encoded version of the value. The maximum length of the value before you base64-encode it is 50 bytes.

                                                                                                                                                                                                                  For example, suppose the value of Type is HEADER and the value of Data is User-Agent. If you want to search the User-Agent header for the value BadBot, you base64-encode BadBot using MIME base64 encoding and include the resulting value, QmFkQm90, in the value of TargetString.

                                                                                                                                                                                                                  If you're using the AWS CLI or one of the AWS SDKs

                                                                                                                                                                                                                  The value that you want AWS WAF to search for. The SDK automatically base64 encodes the value.

                                                                                                                                                                                                                  \n@param targetString The value that you want AWS WAF to search for. AWS WAF searches for the specified string in the part of web requests that you specified in FieldToMatch. The maximum length of the value is 50 bytes.

                                                                                                                                                                                                                  Valid values depend on the values that you specified for FieldToMatch:

                                                                                                                                                                                                                  • HEADER: The value that you want AWS WAF to search for in the request header that you specified in FieldToMatch, for example, the value of the User-Agent or Referer header.
                                                                                                                                                                                                                  • METHOD: The HTTP method, which indicates the type of operation specified in the request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                  • QUERY_STRING: The value that you want AWS WAF to search for in the query string, which is the part of a URL that appears after a ? character.
                                                                                                                                                                                                                  • URI: The value that you want AWS WAF to search for in the part of a URL that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                  • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.

                                                                                                                                                                                                                  If TargetString includes alphabetic characters A-Z and a-z, note that the value is case sensitive.

                                                                                                                                                                                                                  If you're using the AWS WAF API

                                                                                                                                                                                                                  Specify a base64-encoded version of the value. The maximum length of the value before you base64-encode it is 50 bytes.

                                                                                                                                                                                                                  For example, suppose the value of Type is HEADER and the value of Data is User-Agent. If you want to search the User-Agent header for the value BadBot, you base64-encode BadBot using MIME base64 encoding and include the resulting value, QmFkQm90, in the value of TargetString.

                                                                                                                                                                                                                  If you're using the AWS CLI or one of the AWS SDKs

                                                                                                                                                                                                                  The value that you want AWS WAF to search for. The SDK automatically base64 encodes the value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on TargetString before inspecting a request for a match.

                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                  ", "name" : "TextTransformation", "c2jName" : "TextTransformation", "c2jShape" : "TextTransformation", "variable" : { "variableName" : "textTransformation", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on TargetString before inspecting a request for a match.

                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "textTransformation", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TextTransformation", "marshallLocationName" : "TextTransformation", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "TextTransformation", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on TargetString before inspecting a request for a match.

                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                  \n@param textTransformation Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on TargetString before inspecting a request for a match.

                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.\n@see TextTransformation*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on TargetString before inspecting a request for a match.

                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                  \n@return Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on TargetString before inspecting a request for a match.

                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.\n@see TextTransformation*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on TargetString before inspecting a request for a match.

                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                  \n@param textTransformation Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on TargetString before inspecting a request for a match.

                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TextTransformation*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on TargetString before inspecting a request for a match.

                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                  \n@param textTransformation Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on TargetString before inspecting a request for a match.

                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TextTransformation*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                  Within the portion of a web request that you want to search (for example, in the query string, if any), specify where you want AWS WAF to search. Valid values include the following:

                                                                                                                                                                                                                  CONTAINS

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, but the location doesn't matter.

                                                                                                                                                                                                                  CONTAINS_WORD

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, and TargetString must contain only alphanumeric characters or underscore (A-Z, a-z, 0-9, or _). In addition, TargetString must be a word, which means one of the following:

                                                                                                                                                                                                                  • TargetString exactly matches the value of the specified part of the web request, such as the value of a header.
                                                                                                                                                                                                                  • TargetString is at the beginning of the specified part of the web request and is followed by a character other than an alphanumeric character or underscore (_), for example, BadBot;.
                                                                                                                                                                                                                  • TargetString is at the end of the specified part of the web request and is preceded by a character other than an alphanumeric character or underscore (_), for example, ;BadBot.
                                                                                                                                                                                                                  • TargetString is in the middle of the specified part of the web request and is preceded and followed by characters other than alphanumeric characters or underscore (_), for example, -BadBot;.

                                                                                                                                                                                                                  EXACTLY

                                                                                                                                                                                                                  The value of the specified part of the web request must exactly match the value of TargetString.

                                                                                                                                                                                                                  STARTS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the beginning of the specified part of the web request.

                                                                                                                                                                                                                  ENDS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the end of the specified part of the web request.

                                                                                                                                                                                                                  ", "name" : "PositionalConstraint", "c2jName" : "PositionalConstraint", "c2jShape" : "PositionalConstraint", "variable" : { "variableName" : "positionalConstraint", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                  Within the portion of a web request that you want to search (for example, in the query string, if any), specify where you want AWS WAF to search. Valid values include the following:

                                                                                                                                                                                                                  CONTAINS

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, but the location doesn't matter.

                                                                                                                                                                                                                  CONTAINS_WORD

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, and TargetString must contain only alphanumeric characters or underscore (A-Z, a-z, 0-9, or _). In addition, TargetString must be a word, which means one of the following:

                                                                                                                                                                                                                  • TargetString exactly matches the value of the specified part of the web request, such as the value of a header.
                                                                                                                                                                                                                  • TargetString is at the beginning of the specified part of the web request and is followed by a character other than an alphanumeric character or underscore (_), for example, BadBot;.
                                                                                                                                                                                                                  • TargetString is at the end of the specified part of the web request and is preceded by a character other than an alphanumeric character or underscore (_), for example, ;BadBot.
                                                                                                                                                                                                                  • TargetString is in the middle of the specified part of the web request and is preceded and followed by characters other than alphanumeric characters or underscore (_), for example, -BadBot;.

                                                                                                                                                                                                                  EXACTLY

                                                                                                                                                                                                                  The value of the specified part of the web request must exactly match the value of TargetString.

                                                                                                                                                                                                                  STARTS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the beginning of the specified part of the web request.

                                                                                                                                                                                                                  ENDS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the end of the specified part of the web request.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "positionalConstraint", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PositionalConstraint", "marshallLocationName" : "PositionalConstraint", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "PositionalConstraint", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  Within the portion of a web request that you want to search (for example, in the query string, if any), specify where you want AWS WAF to search. Valid values include the following:

                                                                                                                                                                                                                  CONTAINS

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, but the location doesn't matter.

                                                                                                                                                                                                                  CONTAINS_WORD

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, and TargetString must contain only alphanumeric characters or underscore (A-Z, a-z, 0-9, or _). In addition, TargetString must be a word, which means one of the following:

                                                                                                                                                                                                                  • TargetString exactly matches the value of the specified part of the web request, such as the value of a header.
                                                                                                                                                                                                                  • TargetString is at the beginning of the specified part of the web request and is followed by a character other than an alphanumeric character or underscore (_), for example, BadBot;.
                                                                                                                                                                                                                  • TargetString is at the end of the specified part of the web request and is preceded by a character other than an alphanumeric character or underscore (_), for example, ;BadBot.
                                                                                                                                                                                                                  • TargetString is in the middle of the specified part of the web request and is preceded and followed by characters other than alphanumeric characters or underscore (_), for example, -BadBot;.

                                                                                                                                                                                                                  EXACTLY

                                                                                                                                                                                                                  The value of the specified part of the web request must exactly match the value of TargetString.

                                                                                                                                                                                                                  STARTS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the beginning of the specified part of the web request.

                                                                                                                                                                                                                  ENDS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the end of the specified part of the web request.

                                                                                                                                                                                                                  \n@param positionalConstraint Within the portion of a web request that you want to search (for example, in the query string, if any), specify where you want AWS WAF to search. Valid values include the following:

                                                                                                                                                                                                                  CONTAINS

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, but the location doesn't matter.

                                                                                                                                                                                                                  CONTAINS_WORD

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, and TargetString must contain only alphanumeric characters or underscore (A-Z, a-z, 0-9, or _). In addition, TargetString must be a word, which means one of the following:

                                                                                                                                                                                                                  • TargetString exactly matches the value of the specified part of the web request, such as the value of a header.
                                                                                                                                                                                                                  • TargetString is at the beginning of the specified part of the web request and is followed by a character other than an alphanumeric character or underscore (_), for example, BadBot;.
                                                                                                                                                                                                                  • TargetString is at the end of the specified part of the web request and is preceded by a character other than an alphanumeric character or underscore (_), for example, ;BadBot.
                                                                                                                                                                                                                  • TargetString is in the middle of the specified part of the web request and is preceded and followed by characters other than alphanumeric characters or underscore (_), for example, -BadBot;.

                                                                                                                                                                                                                  EXACTLY

                                                                                                                                                                                                                  The value of the specified part of the web request must exactly match the value of TargetString.

                                                                                                                                                                                                                  STARTS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the beginning of the specified part of the web request.

                                                                                                                                                                                                                  ENDS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the end of the specified part of the web request.\n@see PositionalConstraint*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  Within the portion of a web request that you want to search (for example, in the query string, if any), specify where you want AWS WAF to search. Valid values include the following:

                                                                                                                                                                                                                  CONTAINS

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, but the location doesn't matter.

                                                                                                                                                                                                                  CONTAINS_WORD

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, and TargetString must contain only alphanumeric characters or underscore (A-Z, a-z, 0-9, or _). In addition, TargetString must be a word, which means one of the following:

                                                                                                                                                                                                                  • TargetString exactly matches the value of the specified part of the web request, such as the value of a header.
                                                                                                                                                                                                                  • TargetString is at the beginning of the specified part of the web request and is followed by a character other than an alphanumeric character or underscore (_), for example, BadBot;.
                                                                                                                                                                                                                  • TargetString is at the end of the specified part of the web request and is preceded by a character other than an alphanumeric character or underscore (_), for example, ;BadBot.
                                                                                                                                                                                                                  • TargetString is in the middle of the specified part of the web request and is preceded and followed by characters other than alphanumeric characters or underscore (_), for example, -BadBot;.

                                                                                                                                                                                                                  EXACTLY

                                                                                                                                                                                                                  The value of the specified part of the web request must exactly match the value of TargetString.

                                                                                                                                                                                                                  STARTS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the beginning of the specified part of the web request.

                                                                                                                                                                                                                  ENDS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the end of the specified part of the web request.

                                                                                                                                                                                                                  \n@return Within the portion of a web request that you want to search (for example, in the query string, if any), specify where you want AWS WAF to search. Valid values include the following:

                                                                                                                                                                                                                  CONTAINS

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, but the location doesn't matter.

                                                                                                                                                                                                                  CONTAINS_WORD

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, and TargetString must contain only alphanumeric characters or underscore (A-Z, a-z, 0-9, or _). In addition, TargetString must be a word, which means one of the following:

                                                                                                                                                                                                                  • TargetString exactly matches the value of the specified part of the web request, such as the value of a header.
                                                                                                                                                                                                                  • TargetString is at the beginning of the specified part of the web request and is followed by a character other than an alphanumeric character or underscore (_), for example, BadBot;.
                                                                                                                                                                                                                  • TargetString is at the end of the specified part of the web request and is preceded by a character other than an alphanumeric character or underscore (_), for example, ;BadBot.
                                                                                                                                                                                                                  • TargetString is in the middle of the specified part of the web request and is preceded and followed by characters other than alphanumeric characters or underscore (_), for example, -BadBot;.

                                                                                                                                                                                                                  EXACTLY

                                                                                                                                                                                                                  The value of the specified part of the web request must exactly match the value of TargetString.

                                                                                                                                                                                                                  STARTS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the beginning of the specified part of the web request.

                                                                                                                                                                                                                  ENDS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the end of the specified part of the web request.\n@see PositionalConstraint*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  Within the portion of a web request that you want to search (for example, in the query string, if any), specify where you want AWS WAF to search. Valid values include the following:

                                                                                                                                                                                                                  CONTAINS

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, but the location doesn't matter.

                                                                                                                                                                                                                  CONTAINS_WORD

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, and TargetString must contain only alphanumeric characters or underscore (A-Z, a-z, 0-9, or _). In addition, TargetString must be a word, which means one of the following:

                                                                                                                                                                                                                  • TargetString exactly matches the value of the specified part of the web request, such as the value of a header.
                                                                                                                                                                                                                  • TargetString is at the beginning of the specified part of the web request and is followed by a character other than an alphanumeric character or underscore (_), for example, BadBot;.
                                                                                                                                                                                                                  • TargetString is at the end of the specified part of the web request and is preceded by a character other than an alphanumeric character or underscore (_), for example, ;BadBot.
                                                                                                                                                                                                                  • TargetString is in the middle of the specified part of the web request and is preceded and followed by characters other than alphanumeric characters or underscore (_), for example, -BadBot;.

                                                                                                                                                                                                                  EXACTLY

                                                                                                                                                                                                                  The value of the specified part of the web request must exactly match the value of TargetString.

                                                                                                                                                                                                                  STARTS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the beginning of the specified part of the web request.

                                                                                                                                                                                                                  ENDS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the end of the specified part of the web request.

                                                                                                                                                                                                                  \n@param positionalConstraint Within the portion of a web request that you want to search (for example, in the query string, if any), specify where you want AWS WAF to search. Valid values include the following:

                                                                                                                                                                                                                  CONTAINS

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, but the location doesn't matter.

                                                                                                                                                                                                                  CONTAINS_WORD

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, and TargetString must contain only alphanumeric characters or underscore (A-Z, a-z, 0-9, or _). In addition, TargetString must be a word, which means one of the following:

                                                                                                                                                                                                                  • TargetString exactly matches the value of the specified part of the web request, such as the value of a header.
                                                                                                                                                                                                                  • TargetString is at the beginning of the specified part of the web request and is followed by a character other than an alphanumeric character or underscore (_), for example, BadBot;.
                                                                                                                                                                                                                  • TargetString is at the end of the specified part of the web request and is preceded by a character other than an alphanumeric character or underscore (_), for example, ;BadBot.
                                                                                                                                                                                                                  • TargetString is in the middle of the specified part of the web request and is preceded and followed by characters other than alphanumeric characters or underscore (_), for example, -BadBot;.

                                                                                                                                                                                                                  EXACTLY

                                                                                                                                                                                                                  The value of the specified part of the web request must exactly match the value of TargetString.

                                                                                                                                                                                                                  STARTS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the beginning of the specified part of the web request.

                                                                                                                                                                                                                  ENDS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the end of the specified part of the web request.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PositionalConstraint*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  Within the portion of a web request that you want to search (for example, in the query string, if any), specify where you want AWS WAF to search. Valid values include the following:

                                                                                                                                                                                                                  CONTAINS

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, but the location doesn't matter.

                                                                                                                                                                                                                  CONTAINS_WORD

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, and TargetString must contain only alphanumeric characters or underscore (A-Z, a-z, 0-9, or _). In addition, TargetString must be a word, which means one of the following:

                                                                                                                                                                                                                  • TargetString exactly matches the value of the specified part of the web request, such as the value of a header.
                                                                                                                                                                                                                  • TargetString is at the beginning of the specified part of the web request and is followed by a character other than an alphanumeric character or underscore (_), for example, BadBot;.
                                                                                                                                                                                                                  • TargetString is at the end of the specified part of the web request and is preceded by a character other than an alphanumeric character or underscore (_), for example, ;BadBot.
                                                                                                                                                                                                                  • TargetString is in the middle of the specified part of the web request and is preceded and followed by characters other than alphanumeric characters or underscore (_), for example, -BadBot;.

                                                                                                                                                                                                                  EXACTLY

                                                                                                                                                                                                                  The value of the specified part of the web request must exactly match the value of TargetString.

                                                                                                                                                                                                                  STARTS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the beginning of the specified part of the web request.

                                                                                                                                                                                                                  ENDS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the end of the specified part of the web request.

                                                                                                                                                                                                                  \n@param positionalConstraint Within the portion of a web request that you want to search (for example, in the query string, if any), specify where you want AWS WAF to search. Valid values include the following:

                                                                                                                                                                                                                  CONTAINS

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, but the location doesn't matter.

                                                                                                                                                                                                                  CONTAINS_WORD

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, and TargetString must contain only alphanumeric characters or underscore (A-Z, a-z, 0-9, or _). In addition, TargetString must be a word, which means one of the following:

                                                                                                                                                                                                                  • TargetString exactly matches the value of the specified part of the web request, such as the value of a header.
                                                                                                                                                                                                                  • TargetString is at the beginning of the specified part of the web request and is followed by a character other than an alphanumeric character or underscore (_), for example, BadBot;.
                                                                                                                                                                                                                  • TargetString is at the end of the specified part of the web request and is preceded by a character other than an alphanumeric character or underscore (_), for example, ;BadBot.
                                                                                                                                                                                                                  • TargetString is in the middle of the specified part of the web request and is preceded and followed by characters other than alphanumeric characters or underscore (_), for example, -BadBot;.

                                                                                                                                                                                                                  EXACTLY

                                                                                                                                                                                                                  The value of the specified part of the web request must exactly match the value of TargetString.

                                                                                                                                                                                                                  STARTS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the beginning of the specified part of the web request.

                                                                                                                                                                                                                  ENDS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the end of the specified part of the web request.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PositionalConstraint*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "byteMatchTuple", "variableType" : "ByteMatchTuple", "variableDeclarationType" : "ByteMatchTuple", "documentation" : null, "simpleType" : "ByteMatchTuple", "variableSetterType" : "ByteMatchTuple" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TargetString" : { "documentation" : "

                                                                                                                                                                                                                  The value that you want AWS WAF to search for. AWS WAF searches for the specified string in the part of web requests that you specified in FieldToMatch. The maximum length of the value is 50 bytes.

                                                                                                                                                                                                                  Valid values depend on the values that you specified for FieldToMatch:

                                                                                                                                                                                                                  • HEADER: The value that you want AWS WAF to search for in the request header that you specified in FieldToMatch, for example, the value of the User-Agent or Referer header.
                                                                                                                                                                                                                  • METHOD: The HTTP method, which indicates the type of operation specified in the request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                  • QUERY_STRING: The value that you want AWS WAF to search for in the query string, which is the part of a URL that appears after a ? character.
                                                                                                                                                                                                                  • URI: The value that you want AWS WAF to search for in the part of a URL that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                  • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.

                                                                                                                                                                                                                  If TargetString includes alphabetic characters A-Z and a-z, note that the value is case sensitive.

                                                                                                                                                                                                                  If you're using the AWS WAF API

                                                                                                                                                                                                                  Specify a base64-encoded version of the value. The maximum length of the value before you base64-encode it is 50 bytes.

                                                                                                                                                                                                                  For example, suppose the value of Type is HEADER and the value of Data is User-Agent. If you want to search the User-Agent header for the value BadBot, you base64-encode BadBot using MIME base64 encoding and include the resulting value, QmFkQm90, in the value of TargetString.

                                                                                                                                                                                                                  If you're using the AWS CLI or one of the AWS SDKs

                                                                                                                                                                                                                  The value that you want AWS WAF to search for. The SDK automatically base64 encodes the value.

                                                                                                                                                                                                                  ", "name" : "TargetString", "c2jName" : "TargetString", "c2jShape" : "ByteMatchTargetString", "variable" : { "variableName" : "targetString", "variableType" : "java.nio.ByteBuffer", "variableDeclarationType" : "java.nio.ByteBuffer", "documentation" : "

                                                                                                                                                                                                                  The value that you want AWS WAF to search for. AWS WAF searches for the specified string in the part of web requests that you specified in FieldToMatch. The maximum length of the value is 50 bytes.

                                                                                                                                                                                                                  Valid values depend on the values that you specified for FieldToMatch:

                                                                                                                                                                                                                  • HEADER: The value that you want AWS WAF to search for in the request header that you specified in FieldToMatch, for example, the value of the User-Agent or Referer header.
                                                                                                                                                                                                                  • METHOD: The HTTP method, which indicates the type of operation specified in the request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                  • QUERY_STRING: The value that you want AWS WAF to search for in the query string, which is the part of a URL that appears after a ? character.
                                                                                                                                                                                                                  • URI: The value that you want AWS WAF to search for in the part of a URL that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                  • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.

                                                                                                                                                                                                                  If TargetString includes alphabetic characters A-Z and a-z, note that the value is case sensitive.

                                                                                                                                                                                                                  If you're using the AWS WAF API

                                                                                                                                                                                                                  Specify a base64-encoded version of the value. The maximum length of the value before you base64-encode it is 50 bytes.

                                                                                                                                                                                                                  For example, suppose the value of Type is HEADER and the value of Data is User-Agent. If you want to search the User-Agent header for the value BadBot, you base64-encode BadBot using MIME base64 encoding and include the resulting value, QmFkQm90, in the value of TargetString.

                                                                                                                                                                                                                  If you're using the AWS CLI or one of the AWS SDKs

                                                                                                                                                                                                                  The value that you want AWS WAF to search for. The SDK automatically base64 encodes the value.

                                                                                                                                                                                                                  ", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "setterModel" : { "variableName" : "targetString", "variableType" : "java.nio.ByteBuffer", "variableDeclarationType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetString", "marshallLocationName" : "TargetString", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  The value that you want AWS WAF to search for. AWS WAF searches for the specified string in the part of web requests that you specified in FieldToMatch. The maximum length of the value is 50 bytes.

                                                                                                                                                                                                                  Valid values depend on the values that you specified for FieldToMatch:

                                                                                                                                                                                                                  • HEADER: The value that you want AWS WAF to search for in the request header that you specified in FieldToMatch, for example, the value of the User-Agent or Referer header.
                                                                                                                                                                                                                  • METHOD: The HTTP method, which indicates the type of operation specified in the request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                  • QUERY_STRING: The value that you want AWS WAF to search for in the query string, which is the part of a URL that appears after a ? character.
                                                                                                                                                                                                                  • URI: The value that you want AWS WAF to search for in the part of a URL that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                  • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.

                                                                                                                                                                                                                  If TargetString includes alphabetic characters A-Z and a-z, note that the value is case sensitive.

                                                                                                                                                                                                                  If you're using the AWS WAF API

                                                                                                                                                                                                                  Specify a base64-encoded version of the value. The maximum length of the value before you base64-encode it is 50 bytes.

                                                                                                                                                                                                                  For example, suppose the value of Type is HEADER and the value of Data is User-Agent. If you want to search the User-Agent header for the value BadBot, you base64-encode BadBot using MIME base64 encoding and include the resulting value, QmFkQm90, in the value of TargetString.

                                                                                                                                                                                                                  If you're using the AWS CLI or one of the AWS SDKs

                                                                                                                                                                                                                  The value that you want AWS WAF to search for. The SDK automatically base64 encodes the value.

                                                                                                                                                                                                                  \nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n

                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                  \nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n

                                                                                                                                                                                                                  \n\n@param targetString The value that you want AWS WAF to search for. AWS WAF searches for the specified string in the part of web requests that you specified in FieldToMatch. The maximum length of the value is 50 bytes.

                                                                                                                                                                                                                  Valid values depend on the values that you specified for FieldToMatch:

                                                                                                                                                                                                                  • HEADER: The value that you want AWS WAF to search for in the request header that you specified in FieldToMatch, for example, the value of the User-Agent or Referer header.
                                                                                                                                                                                                                  • METHOD: The HTTP method, which indicates the type of operation specified in the request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                  • QUERY_STRING: The value that you want AWS WAF to search for in the query string, which is the part of a URL that appears after a ? character.
                                                                                                                                                                                                                  • URI: The value that you want AWS WAF to search for in the part of a URL that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                  • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.

                                                                                                                                                                                                                  If TargetString includes alphabetic characters A-Z and a-z, note that the value is case sensitive.

                                                                                                                                                                                                                  If you're using the AWS WAF API

                                                                                                                                                                                                                  Specify a base64-encoded version of the value. The maximum length of the value before you base64-encode it is 50 bytes.

                                                                                                                                                                                                                  For example, suppose the value of Type is HEADER and the value of Data is User-Agent. If you want to search the User-Agent header for the value BadBot, you base64-encode BadBot using MIME base64 encoding and include the resulting value, QmFkQm90, in the value of TargetString.

                                                                                                                                                                                                                  If you're using the AWS CLI or one of the AWS SDKs

                                                                                                                                                                                                                  The value that you want AWS WAF to search for. The SDK automatically base64 encodes the value.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  The value that you want AWS WAF to search for. AWS WAF searches for the specified string in the part of web requests that you specified in FieldToMatch. The maximum length of the value is 50 bytes.

                                                                                                                                                                                                                  Valid values depend on the values that you specified for FieldToMatch:

                                                                                                                                                                                                                  • HEADER: The value that you want AWS WAF to search for in the request header that you specified in FieldToMatch, for example, the value of the User-Agent or Referer header.
                                                                                                                                                                                                                  • METHOD: The HTTP method, which indicates the type of operation specified in the request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                  • QUERY_STRING: The value that you want AWS WAF to search for in the query string, which is the part of a URL that appears after a ? character.
                                                                                                                                                                                                                  • URI: The value that you want AWS WAF to search for in the part of a URL that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                  • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.

                                                                                                                                                                                                                  If TargetString includes alphabetic characters A-Z and a-z, note that the value is case sensitive.

                                                                                                                                                                                                                  If you're using the AWS WAF API

                                                                                                                                                                                                                  Specify a base64-encoded version of the value. The maximum length of the value before you base64-encode it is 50 bytes.

                                                                                                                                                                                                                  For example, suppose the value of Type is HEADER and the value of Data is User-Agent. If you want to search the User-Agent header for the value BadBot, you base64-encode BadBot using MIME base64 encoding and include the resulting value, QmFkQm90, in the value of TargetString.

                                                                                                                                                                                                                  If you're using the AWS CLI or one of the AWS SDKs

                                                                                                                                                                                                                  The value that you want AWS WAF to search for. The SDK automatically base64 encodes the value.

                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                  \n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n

                                                                                                                                                                                                                  \n@return The value that you want AWS WAF to search for. AWS WAF searches for the specified string in the part of web requests that you specified in FieldToMatch. The maximum length of the value is 50 bytes.

                                                                                                                                                                                                                  Valid values depend on the values that you specified for FieldToMatch:

                                                                                                                                                                                                                  • HEADER: The value that you want AWS WAF to search for in the request header that you specified in FieldToMatch, for example, the value of the User-Agent or Referer header.
                                                                                                                                                                                                                  • METHOD: The HTTP method, which indicates the type of operation specified in the request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                  • QUERY_STRING: The value that you want AWS WAF to search for in the query string, which is the part of a URL that appears after a ? character.
                                                                                                                                                                                                                  • URI: The value that you want AWS WAF to search for in the part of a URL that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                  • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.

                                                                                                                                                                                                                  If TargetString includes alphabetic characters A-Z and a-z, note that the value is case sensitive.

                                                                                                                                                                                                                  If you're using the AWS WAF API

                                                                                                                                                                                                                  Specify a base64-encoded version of the value. The maximum length of the value before you base64-encode it is 50 bytes.

                                                                                                                                                                                                                  For example, suppose the value of Type is HEADER and the value of Data is User-Agent. If you want to search the User-Agent header for the value BadBot, you base64-encode BadBot using MIME base64 encoding and include the resulting value, QmFkQm90, in the value of TargetString.

                                                                                                                                                                                                                  If you're using the AWS CLI or one of the AWS SDKs

                                                                                                                                                                                                                  The value that you want AWS WAF to search for. The SDK automatically base64 encodes the value.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  The value that you want AWS WAF to search for. AWS WAF searches for the specified string in the part of web requests that you specified in FieldToMatch. The maximum length of the value is 50 bytes.

                                                                                                                                                                                                                  Valid values depend on the values that you specified for FieldToMatch:

                                                                                                                                                                                                                  • HEADER: The value that you want AWS WAF to search for in the request header that you specified in FieldToMatch, for example, the value of the User-Agent or Referer header.
                                                                                                                                                                                                                  • METHOD: The HTTP method, which indicates the type of operation specified in the request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                  • QUERY_STRING: The value that you want AWS WAF to search for in the query string, which is the part of a URL that appears after a ? character.
                                                                                                                                                                                                                  • URI: The value that you want AWS WAF to search for in the part of a URL that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                  • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.

                                                                                                                                                                                                                  If TargetString includes alphabetic characters A-Z and a-z, note that the value is case sensitive.

                                                                                                                                                                                                                  If you're using the AWS WAF API

                                                                                                                                                                                                                  Specify a base64-encoded version of the value. The maximum length of the value before you base64-encode it is 50 bytes.

                                                                                                                                                                                                                  For example, suppose the value of Type is HEADER and the value of Data is User-Agent. If you want to search the User-Agent header for the value BadBot, you base64-encode BadBot using MIME base64 encoding and include the resulting value, QmFkQm90, in the value of TargetString.

                                                                                                                                                                                                                  If you're using the AWS CLI or one of the AWS SDKs

                                                                                                                                                                                                                  The value that you want AWS WAF to search for. The SDK automatically base64 encodes the value.

                                                                                                                                                                                                                  \n@param targetString The value that you want AWS WAF to search for. AWS WAF searches for the specified string in the part of web requests that you specified in FieldToMatch. The maximum length of the value is 50 bytes.

                                                                                                                                                                                                                  Valid values depend on the values that you specified for FieldToMatch:

                                                                                                                                                                                                                  • HEADER: The value that you want AWS WAF to search for in the request header that you specified in FieldToMatch, for example, the value of the User-Agent or Referer header.
                                                                                                                                                                                                                  • METHOD: The HTTP method, which indicates the type of operation specified in the request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                  • QUERY_STRING: The value that you want AWS WAF to search for in the query string, which is the part of a URL that appears after a ? character.
                                                                                                                                                                                                                  • URI: The value that you want AWS WAF to search for in the part of a URL that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                  • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.

                                                                                                                                                                                                                  If TargetString includes alphabetic characters A-Z and a-z, note that the value is case sensitive.

                                                                                                                                                                                                                  If you're using the AWS WAF API

                                                                                                                                                                                                                  Specify a base64-encoded version of the value. The maximum length of the value before you base64-encode it is 50 bytes.

                                                                                                                                                                                                                  For example, suppose the value of Type is HEADER and the value of Data is User-Agent. If you want to search the User-Agent header for the value BadBot, you base64-encode BadBot using MIME base64 encoding and include the resulting value, QmFkQm90, in the value of TargetString.

                                                                                                                                                                                                                  If you're using the AWS CLI or one of the AWS SDKs

                                                                                                                                                                                                                  The value that you want AWS WAF to search for. The SDK automatically base64 encodes the value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  The value that you want AWS WAF to search for. AWS WAF searches for the specified string in the part of web requests that you specified in FieldToMatch. The maximum length of the value is 50 bytes.

                                                                                                                                                                                                                  Valid values depend on the values that you specified for FieldToMatch:

                                                                                                                                                                                                                  • HEADER: The value that you want AWS WAF to search for in the request header that you specified in FieldToMatch, for example, the value of the User-Agent or Referer header.
                                                                                                                                                                                                                  • METHOD: The HTTP method, which indicates the type of operation specified in the request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                  • QUERY_STRING: The value that you want AWS WAF to search for in the query string, which is the part of a URL that appears after a ? character.
                                                                                                                                                                                                                  • URI: The value that you want AWS WAF to search for in the part of a URL that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                  • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.

                                                                                                                                                                                                                  If TargetString includes alphabetic characters A-Z and a-z, note that the value is case sensitive.

                                                                                                                                                                                                                  If you're using the AWS WAF API

                                                                                                                                                                                                                  Specify a base64-encoded version of the value. The maximum length of the value before you base64-encode it is 50 bytes.

                                                                                                                                                                                                                  For example, suppose the value of Type is HEADER and the value of Data is User-Agent. If you want to search the User-Agent header for the value BadBot, you base64-encode BadBot using MIME base64 encoding and include the resulting value, QmFkQm90, in the value of TargetString.

                                                                                                                                                                                                                  If you're using the AWS CLI or one of the AWS SDKs

                                                                                                                                                                                                                  The value that you want AWS WAF to search for. The SDK automatically base64 encodes the value.

                                                                                                                                                                                                                  \n@param targetString The value that you want AWS WAF to search for. AWS WAF searches for the specified string in the part of web requests that you specified in FieldToMatch. The maximum length of the value is 50 bytes.

                                                                                                                                                                                                                  Valid values depend on the values that you specified for FieldToMatch:

                                                                                                                                                                                                                  • HEADER: The value that you want AWS WAF to search for in the request header that you specified in FieldToMatch, for example, the value of the User-Agent or Referer header.
                                                                                                                                                                                                                  • METHOD: The HTTP method, which indicates the type of operation specified in the request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                  • QUERY_STRING: The value that you want AWS WAF to search for in the query string, which is the part of a URL that appears after a ? character.
                                                                                                                                                                                                                  • URI: The value that you want AWS WAF to search for in the part of a URL that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                  • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.

                                                                                                                                                                                                                  If TargetString includes alphabetic characters A-Z and a-z, note that the value is case sensitive.

                                                                                                                                                                                                                  If you're using the AWS WAF API

                                                                                                                                                                                                                  Specify a base64-encoded version of the value. The maximum length of the value before you base64-encode it is 50 bytes.

                                                                                                                                                                                                                  For example, suppose the value of Type is HEADER and the value of Data is User-Agent. If you want to search the User-Agent header for the value BadBot, you base64-encode BadBot using MIME base64 encoding and include the resulting value, QmFkQm90, in the value of TargetString.

                                                                                                                                                                                                                  If you're using the AWS CLI or one of the AWS SDKs

                                                                                                                                                                                                                  The value that you want AWS WAF to search for. The SDK automatically base64 encodes the value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "PositionalConstraint" : { "documentation" : "

                                                                                                                                                                                                                  Within the portion of a web request that you want to search (for example, in the query string, if any), specify where you want AWS WAF to search. Valid values include the following:

                                                                                                                                                                                                                  CONTAINS

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, but the location doesn't matter.

                                                                                                                                                                                                                  CONTAINS_WORD

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, and TargetString must contain only alphanumeric characters or underscore (A-Z, a-z, 0-9, or _). In addition, TargetString must be a word, which means one of the following:

                                                                                                                                                                                                                  • TargetString exactly matches the value of the specified part of the web request, such as the value of a header.
                                                                                                                                                                                                                  • TargetString is at the beginning of the specified part of the web request and is followed by a character other than an alphanumeric character or underscore (_), for example, BadBot;.
                                                                                                                                                                                                                  • TargetString is at the end of the specified part of the web request and is preceded by a character other than an alphanumeric character or underscore (_), for example, ;BadBot.
                                                                                                                                                                                                                  • TargetString is in the middle of the specified part of the web request and is preceded and followed by characters other than alphanumeric characters or underscore (_), for example, -BadBot;.

                                                                                                                                                                                                                  EXACTLY

                                                                                                                                                                                                                  The value of the specified part of the web request must exactly match the value of TargetString.

                                                                                                                                                                                                                  STARTS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the beginning of the specified part of the web request.

                                                                                                                                                                                                                  ENDS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the end of the specified part of the web request.

                                                                                                                                                                                                                  ", "name" : "PositionalConstraint", "c2jName" : "PositionalConstraint", "c2jShape" : "PositionalConstraint", "variable" : { "variableName" : "positionalConstraint", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                  Within the portion of a web request that you want to search (for example, in the query string, if any), specify where you want AWS WAF to search. Valid values include the following:

                                                                                                                                                                                                                  CONTAINS

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, but the location doesn't matter.

                                                                                                                                                                                                                  CONTAINS_WORD

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, and TargetString must contain only alphanumeric characters or underscore (A-Z, a-z, 0-9, or _). In addition, TargetString must be a word, which means one of the following:

                                                                                                                                                                                                                  • TargetString exactly matches the value of the specified part of the web request, such as the value of a header.
                                                                                                                                                                                                                  • TargetString is at the beginning of the specified part of the web request and is followed by a character other than an alphanumeric character or underscore (_), for example, BadBot;.
                                                                                                                                                                                                                  • TargetString is at the end of the specified part of the web request and is preceded by a character other than an alphanumeric character or underscore (_), for example, ;BadBot.
                                                                                                                                                                                                                  • TargetString is in the middle of the specified part of the web request and is preceded and followed by characters other than alphanumeric characters or underscore (_), for example, -BadBot;.

                                                                                                                                                                                                                  EXACTLY

                                                                                                                                                                                                                  The value of the specified part of the web request must exactly match the value of TargetString.

                                                                                                                                                                                                                  STARTS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the beginning of the specified part of the web request.

                                                                                                                                                                                                                  ENDS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the end of the specified part of the web request.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "positionalConstraint", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PositionalConstraint", "marshallLocationName" : "PositionalConstraint", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "PositionalConstraint", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  Within the portion of a web request that you want to search (for example, in the query string, if any), specify where you want AWS WAF to search. Valid values include the following:

                                                                                                                                                                                                                  CONTAINS

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, but the location doesn't matter.

                                                                                                                                                                                                                  CONTAINS_WORD

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, and TargetString must contain only alphanumeric characters or underscore (A-Z, a-z, 0-9, or _). In addition, TargetString must be a word, which means one of the following:

                                                                                                                                                                                                                  • TargetString exactly matches the value of the specified part of the web request, such as the value of a header.
                                                                                                                                                                                                                  • TargetString is at the beginning of the specified part of the web request and is followed by a character other than an alphanumeric character or underscore (_), for example, BadBot;.
                                                                                                                                                                                                                  • TargetString is at the end of the specified part of the web request and is preceded by a character other than an alphanumeric character or underscore (_), for example, ;BadBot.
                                                                                                                                                                                                                  • TargetString is in the middle of the specified part of the web request and is preceded and followed by characters other than alphanumeric characters or underscore (_), for example, -BadBot;.

                                                                                                                                                                                                                  EXACTLY

                                                                                                                                                                                                                  The value of the specified part of the web request must exactly match the value of TargetString.

                                                                                                                                                                                                                  STARTS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the beginning of the specified part of the web request.

                                                                                                                                                                                                                  ENDS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the end of the specified part of the web request.

                                                                                                                                                                                                                  \n@param positionalConstraint Within the portion of a web request that you want to search (for example, in the query string, if any), specify where you want AWS WAF to search. Valid values include the following:

                                                                                                                                                                                                                  CONTAINS

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, but the location doesn't matter.

                                                                                                                                                                                                                  CONTAINS_WORD

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, and TargetString must contain only alphanumeric characters or underscore (A-Z, a-z, 0-9, or _). In addition, TargetString must be a word, which means one of the following:

                                                                                                                                                                                                                  • TargetString exactly matches the value of the specified part of the web request, such as the value of a header.
                                                                                                                                                                                                                  • TargetString is at the beginning of the specified part of the web request and is followed by a character other than an alphanumeric character or underscore (_), for example, BadBot;.
                                                                                                                                                                                                                  • TargetString is at the end of the specified part of the web request and is preceded by a character other than an alphanumeric character or underscore (_), for example, ;BadBot.
                                                                                                                                                                                                                  • TargetString is in the middle of the specified part of the web request and is preceded and followed by characters other than alphanumeric characters or underscore (_), for example, -BadBot;.

                                                                                                                                                                                                                  EXACTLY

                                                                                                                                                                                                                  The value of the specified part of the web request must exactly match the value of TargetString.

                                                                                                                                                                                                                  STARTS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the beginning of the specified part of the web request.

                                                                                                                                                                                                                  ENDS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the end of the specified part of the web request.\n@see PositionalConstraint*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  Within the portion of a web request that you want to search (for example, in the query string, if any), specify where you want AWS WAF to search. Valid values include the following:

                                                                                                                                                                                                                  CONTAINS

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, but the location doesn't matter.

                                                                                                                                                                                                                  CONTAINS_WORD

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, and TargetString must contain only alphanumeric characters or underscore (A-Z, a-z, 0-9, or _). In addition, TargetString must be a word, which means one of the following:

                                                                                                                                                                                                                  • TargetString exactly matches the value of the specified part of the web request, such as the value of a header.
                                                                                                                                                                                                                  • TargetString is at the beginning of the specified part of the web request and is followed by a character other than an alphanumeric character or underscore (_), for example, BadBot;.
                                                                                                                                                                                                                  • TargetString is at the end of the specified part of the web request and is preceded by a character other than an alphanumeric character or underscore (_), for example, ;BadBot.
                                                                                                                                                                                                                  • TargetString is in the middle of the specified part of the web request and is preceded and followed by characters other than alphanumeric characters or underscore (_), for example, -BadBot;.

                                                                                                                                                                                                                  EXACTLY

                                                                                                                                                                                                                  The value of the specified part of the web request must exactly match the value of TargetString.

                                                                                                                                                                                                                  STARTS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the beginning of the specified part of the web request.

                                                                                                                                                                                                                  ENDS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the end of the specified part of the web request.

                                                                                                                                                                                                                  \n@return Within the portion of a web request that you want to search (for example, in the query string, if any), specify where you want AWS WAF to search. Valid values include the following:

                                                                                                                                                                                                                  CONTAINS

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, but the location doesn't matter.

                                                                                                                                                                                                                  CONTAINS_WORD

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, and TargetString must contain only alphanumeric characters or underscore (A-Z, a-z, 0-9, or _). In addition, TargetString must be a word, which means one of the following:

                                                                                                                                                                                                                  • TargetString exactly matches the value of the specified part of the web request, such as the value of a header.
                                                                                                                                                                                                                  • TargetString is at the beginning of the specified part of the web request and is followed by a character other than an alphanumeric character or underscore (_), for example, BadBot;.
                                                                                                                                                                                                                  • TargetString is at the end of the specified part of the web request and is preceded by a character other than an alphanumeric character or underscore (_), for example, ;BadBot.
                                                                                                                                                                                                                  • TargetString is in the middle of the specified part of the web request and is preceded and followed by characters other than alphanumeric characters or underscore (_), for example, -BadBot;.

                                                                                                                                                                                                                  EXACTLY

                                                                                                                                                                                                                  The value of the specified part of the web request must exactly match the value of TargetString.

                                                                                                                                                                                                                  STARTS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the beginning of the specified part of the web request.

                                                                                                                                                                                                                  ENDS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the end of the specified part of the web request.\n@see PositionalConstraint*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  Within the portion of a web request that you want to search (for example, in the query string, if any), specify where you want AWS WAF to search. Valid values include the following:

                                                                                                                                                                                                                  CONTAINS

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, but the location doesn't matter.

                                                                                                                                                                                                                  CONTAINS_WORD

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, and TargetString must contain only alphanumeric characters or underscore (A-Z, a-z, 0-9, or _). In addition, TargetString must be a word, which means one of the following:

                                                                                                                                                                                                                  • TargetString exactly matches the value of the specified part of the web request, such as the value of a header.
                                                                                                                                                                                                                  • TargetString is at the beginning of the specified part of the web request and is followed by a character other than an alphanumeric character or underscore (_), for example, BadBot;.
                                                                                                                                                                                                                  • TargetString is at the end of the specified part of the web request and is preceded by a character other than an alphanumeric character or underscore (_), for example, ;BadBot.
                                                                                                                                                                                                                  • TargetString is in the middle of the specified part of the web request and is preceded and followed by characters other than alphanumeric characters or underscore (_), for example, -BadBot;.

                                                                                                                                                                                                                  EXACTLY

                                                                                                                                                                                                                  The value of the specified part of the web request must exactly match the value of TargetString.

                                                                                                                                                                                                                  STARTS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the beginning of the specified part of the web request.

                                                                                                                                                                                                                  ENDS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the end of the specified part of the web request.

                                                                                                                                                                                                                  \n@param positionalConstraint Within the portion of a web request that you want to search (for example, in the query string, if any), specify where you want AWS WAF to search. Valid values include the following:

                                                                                                                                                                                                                  CONTAINS

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, but the location doesn't matter.

                                                                                                                                                                                                                  CONTAINS_WORD

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, and TargetString must contain only alphanumeric characters or underscore (A-Z, a-z, 0-9, or _). In addition, TargetString must be a word, which means one of the following:

                                                                                                                                                                                                                  • TargetString exactly matches the value of the specified part of the web request, such as the value of a header.
                                                                                                                                                                                                                  • TargetString is at the beginning of the specified part of the web request and is followed by a character other than an alphanumeric character or underscore (_), for example, BadBot;.
                                                                                                                                                                                                                  • TargetString is at the end of the specified part of the web request and is preceded by a character other than an alphanumeric character or underscore (_), for example, ;BadBot.
                                                                                                                                                                                                                  • TargetString is in the middle of the specified part of the web request and is preceded and followed by characters other than alphanumeric characters or underscore (_), for example, -BadBot;.

                                                                                                                                                                                                                  EXACTLY

                                                                                                                                                                                                                  The value of the specified part of the web request must exactly match the value of TargetString.

                                                                                                                                                                                                                  STARTS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the beginning of the specified part of the web request.

                                                                                                                                                                                                                  ENDS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the end of the specified part of the web request.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PositionalConstraint*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  Within the portion of a web request that you want to search (for example, in the query string, if any), specify where you want AWS WAF to search. Valid values include the following:

                                                                                                                                                                                                                  CONTAINS

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, but the location doesn't matter.

                                                                                                                                                                                                                  CONTAINS_WORD

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, and TargetString must contain only alphanumeric characters or underscore (A-Z, a-z, 0-9, or _). In addition, TargetString must be a word, which means one of the following:

                                                                                                                                                                                                                  • TargetString exactly matches the value of the specified part of the web request, such as the value of a header.
                                                                                                                                                                                                                  • TargetString is at the beginning of the specified part of the web request and is followed by a character other than an alphanumeric character or underscore (_), for example, BadBot;.
                                                                                                                                                                                                                  • TargetString is at the end of the specified part of the web request and is preceded by a character other than an alphanumeric character or underscore (_), for example, ;BadBot.
                                                                                                                                                                                                                  • TargetString is in the middle of the specified part of the web request and is preceded and followed by characters other than alphanumeric characters or underscore (_), for example, -BadBot;.

                                                                                                                                                                                                                  EXACTLY

                                                                                                                                                                                                                  The value of the specified part of the web request must exactly match the value of TargetString.

                                                                                                                                                                                                                  STARTS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the beginning of the specified part of the web request.

                                                                                                                                                                                                                  ENDS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the end of the specified part of the web request.

                                                                                                                                                                                                                  \n@param positionalConstraint Within the portion of a web request that you want to search (for example, in the query string, if any), specify where you want AWS WAF to search. Valid values include the following:

                                                                                                                                                                                                                  CONTAINS

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, but the location doesn't matter.

                                                                                                                                                                                                                  CONTAINS_WORD

                                                                                                                                                                                                                  The specified part of the web request must include the value of TargetString, and TargetString must contain only alphanumeric characters or underscore (A-Z, a-z, 0-9, or _). In addition, TargetString must be a word, which means one of the following:

                                                                                                                                                                                                                  • TargetString exactly matches the value of the specified part of the web request, such as the value of a header.
                                                                                                                                                                                                                  • TargetString is at the beginning of the specified part of the web request and is followed by a character other than an alphanumeric character or underscore (_), for example, BadBot;.
                                                                                                                                                                                                                  • TargetString is at the end of the specified part of the web request and is preceded by a character other than an alphanumeric character or underscore (_), for example, ;BadBot.
                                                                                                                                                                                                                  • TargetString is in the middle of the specified part of the web request and is preceded and followed by characters other than alphanumeric characters or underscore (_), for example, -BadBot;.

                                                                                                                                                                                                                  EXACTLY

                                                                                                                                                                                                                  The value of the specified part of the web request must exactly match the value of TargetString.

                                                                                                                                                                                                                  STARTS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the beginning of the specified part of the web request.

                                                                                                                                                                                                                  ENDS_WITH

                                                                                                                                                                                                                  The value of TargetString must appear at the end of the specified part of the web request.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PositionalConstraint*/", "simple" : true, "list" : false, "map" : false }, "TextTransformation" : { "documentation" : "

                                                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on TargetString before inspecting a request for a match.

                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                  ", "name" : "TextTransformation", "c2jName" : "TextTransformation", "c2jShape" : "TextTransformation", "variable" : { "variableName" : "textTransformation", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on TargetString before inspecting a request for a match.

                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "textTransformation", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TextTransformation", "marshallLocationName" : "TextTransformation", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "TextTransformation", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on TargetString before inspecting a request for a match.

                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                  \n@param textTransformation Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on TargetString before inspecting a request for a match.

                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.\n@see TextTransformation*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on TargetString before inspecting a request for a match.

                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                  \n@return Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on TargetString before inspecting a request for a match.

                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.\n@see TextTransformation*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on TargetString before inspecting a request for a match.

                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                  \n@param textTransformation Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on TargetString before inspecting a request for a match.

                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TextTransformation*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on TargetString before inspecting a request for a match.

                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                  \n@param textTransformation Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on TargetString before inspecting a request for a match.

                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TextTransformation*/", "simple" : true, "list" : false, "map" : false }, "FieldToMatch" : { "documentation" : "

                                                                                                                                                                                                                  The part of a web request that you want AWS WAF to search, such as a specified header or a query string. For more information, see FieldToMatch.

                                                                                                                                                                                                                  ", "name" : "FieldToMatch", "c2jName" : "FieldToMatch", "c2jShape" : "FieldToMatch", "variable" : { "variableName" : "fieldToMatch", "variableType" : "FieldToMatch", "variableDeclarationType" : "FieldToMatch", "documentation" : "

                                                                                                                                                                                                                  The part of a web request that you want AWS WAF to search, such as a specified header or a query string. For more information, see FieldToMatch.

                                                                                                                                                                                                                  ", "simpleType" : "FieldToMatch", "variableSetterType" : "FieldToMatch" }, "setterModel" : { "variableName" : "fieldToMatch", "variableType" : "FieldToMatch", "variableDeclarationType" : "FieldToMatch", "documentation" : "", "simpleType" : "FieldToMatch", "variableSetterType" : "FieldToMatch" }, "getterModel" : { "returnType" : "FieldToMatch", "documentation" : null }, "http" : { "unmarshallLocationName" : "FieldToMatch", "marshallLocationName" : "FieldToMatch", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  The part of a web request that you want AWS WAF to search, such as a specified header or a query string. For more information, see FieldToMatch.

                                                                                                                                                                                                                  \n@param fieldToMatch The part of a web request that you want AWS WAF to search, such as a specified header or a query string. For more information, see FieldToMatch.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  The part of a web request that you want AWS WAF to search, such as a specified header or a query string. For more information, see FieldToMatch.

                                                                                                                                                                                                                  \n@return The part of a web request that you want AWS WAF to search, such as a specified header or a query string. For more information, see FieldToMatch.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  The part of a web request that you want AWS WAF to search, such as a specified header or a query string. For more information, see FieldToMatch.

                                                                                                                                                                                                                  \n@param fieldToMatch The part of a web request that you want AWS WAF to search, such as a specified header or a query string. For more information, see FieldToMatch.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  The part of a web request that you want AWS WAF to search, such as a specified header or a query string. For more information, see FieldToMatch.

                                                                                                                                                                                                                  \n@param fieldToMatch The part of a web request that you want AWS WAF to search, such as a specified header or a query string. For more information, see FieldToMatch.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } } }, "DeleteXssMatchSetResult" : { "c2jName" : "DeleteXssMatchSetResponse", "documentation" : "

                                                                                                                                                                                                                  The response to a request to delete an XssMatchSet from AWS WAF.

                                                                                                                                                                                                                  ", "shapeName" : "DeleteXssMatchSetResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                  The ChangeToken that you used to submit the DeleteXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                  The ChangeToken that you used to submit the DeleteXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  The ChangeToken that you used to submit the DeleteXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  The ChangeToken that you used to submit the DeleteXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                  \n@return The ChangeToken that you used to submit the DeleteXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  The ChangeToken that you used to submit the DeleteXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  The ChangeToken that you used to submit the DeleteXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "deleteXssMatchSetResult", "variableType" : "DeleteXssMatchSetResult", "variableDeclarationType" : "DeleteXssMatchSetResult", "documentation" : null, "simpleType" : "DeleteXssMatchSetResult", "variableSetterType" : "DeleteXssMatchSetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeToken" : { "documentation" : "

                                                                                                                                                                                                                  The ChangeToken that you used to submit the DeleteXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                  The ChangeToken that you used to submit the DeleteXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  The ChangeToken that you used to submit the DeleteXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  The ChangeToken that you used to submit the DeleteXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                  \n@return The ChangeToken that you used to submit the DeleteXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  The ChangeToken that you used to submit the DeleteXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  The ChangeToken that you used to submit the DeleteXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the DeleteXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "UpdateIPSetRequest" : { "c2jName" : "UpdateIPSetRequest", "documentation" : "", "shapeName" : "UpdateIPSetRequest", "deprecated" : false, "required" : [ "IPSetId", "ChangeToken", "Updates" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                  The IPSetId of the IPSet that you want to update. IPSetId is returned by CreateIPSet and by ListIPSets.

                                                                                                                                                                                                                  ", "name" : "IPSetId", "c2jName" : "IPSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "iPSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                  The IPSetId of the IPSet that you want to update. IPSetId is returned by CreateIPSet and by ListIPSets.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "iPSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IPSetId", "marshallLocationName" : "IPSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  The IPSetId of the IPSet that you want to update. IPSetId is returned by CreateIPSet and by ListIPSets.

                                                                                                                                                                                                                  \n@param iPSetId The IPSetId of the IPSet that you want to update. IPSetId is returned by CreateIPSet and by ListIPSets.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  The IPSetId of the IPSet that you want to update. IPSetId is returned by CreateIPSet and by ListIPSets.

                                                                                                                                                                                                                  \n@return The IPSetId of the IPSet that you want to update. IPSetId is returned by CreateIPSet and by ListIPSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  The IPSetId of the IPSet that you want to update. IPSetId is returned by CreateIPSet and by ListIPSets.

                                                                                                                                                                                                                  \n@param iPSetId The IPSetId of the IPSet that you want to update. IPSetId is returned by CreateIPSet and by ListIPSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  The IPSetId of the IPSet that you want to update. IPSetId is returned by CreateIPSet and by ListIPSets.

                                                                                                                                                                                                                  \n@param iPSetId The IPSetId of the IPSet that you want to update. IPSetId is returned by CreateIPSet and by ListIPSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                  An array of IPSetUpdate objects that you want to insert into or delete from an IPSet. For more information, see the applicable data types:

                                                                                                                                                                                                                  ", "name" : "Updates", "c2jName" : "Updates", "c2jShape" : "IPSetUpdates", "variable" : { "variableName" : "updates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                  An array of IPSetUpdate objects that you want to insert into or delete from an IPSet. For more information, see the applicable data types:

                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "updates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Updates", "marshallLocationName" : "Updates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "IPSetUpdate", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IPSetUpdate", "variable" : { "variableName" : "member", "variableType" : "IPSetUpdate", "variableDeclarationType" : "IPSetUpdate", "documentation" : "", "simpleType" : "IPSetUpdate", "variableSetterType" : "IPSetUpdate" }, "setterModel" : { "variableName" : "member", "variableType" : "IPSetUpdate", "variableDeclarationType" : "IPSetUpdate", "documentation" : "", "simpleType" : "IPSetUpdate", "variableSetterType" : "IPSetUpdate" }, "getterModel" : { "returnType" : "IPSetUpdate", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "IPSetUpdate", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  An array of IPSetUpdate objects that you want to insert into or delete from an IPSet. For more information, see the applicable data types:

                                                                                                                                                                                                                  \n@param updates An array of IPSetUpdate objects that you want to insert into or delete from an IPSet. For more information, see the applicable data types:

                                                                                                                                                                                                                  • IPSetUpdate: Contains Action and IPSetDescriptor
                                                                                                                                                                                                                  • IPSetDescriptor: Contains Type and Value
                                                                                                                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                                                                                                                    An array of IPSetUpdate objects that you want to insert into or delete from an IPSet. For more information, see the applicable data types:

                                                                                                                                                                                                                    \n@return An array of IPSetUpdate objects that you want to insert into or delete from an IPSet. For more information, see the applicable data types:

                                                                                                                                                                                                                    • IPSetUpdate: Contains Action and IPSetDescriptor
                                                                                                                                                                                                                    • IPSetDescriptor: Contains Type and Value
                                                                                                                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                      An array of IPSetUpdate objects that you want to insert into or delete from an IPSet. For more information, see the applicable data types:

                                                                                                                                                                                                                      \n@param updates An array of IPSetUpdate objects that you want to insert into or delete from an IPSet. For more information, see the applicable data types:

                                                                                                                                                                                                                      • IPSetUpdate: Contains Action and IPSetDescriptor
                                                                                                                                                                                                                      • IPSetDescriptor: Contains Type and Value
                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                        An array of IPSetUpdate objects that you want to insert into or delete from an IPSet. For more information, see the applicable data types:

                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                        NOTE: This method appends the values to the existing list (if any). Use {@link #setUpdates(java.util.Collection)} or {@link #withUpdates(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                        \n@param updates An array of IPSetUpdate objects that you want to insert into or delete from an IPSet. For more information, see the applicable data types:

                                                                                                                                                                                                                        • IPSetUpdate: Contains Action and IPSetDescriptor
                                                                                                                                                                                                                        • IPSetDescriptor: Contains Type and Value
                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "updateIPSetRequest", "variableType" : "UpdateIPSetRequest", "variableDeclarationType" : "UpdateIPSetRequest", "documentation" : null, "simpleType" : "UpdateIPSetRequest", "variableSetterType" : "UpdateIPSetRequest" }, "marshaller" : { "action" : "UpdateIPSet", "verb" : "POST", "target" : "AWSWAF_20150824.UpdateIPSet", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Updates" : { "documentation" : "

                                                                                                                                                                                                                          An array of IPSetUpdate objects that you want to insert into or delete from an IPSet. For more information, see the applicable data types:

                                                                                                                                                                                                                          ", "name" : "Updates", "c2jName" : "Updates", "c2jShape" : "IPSetUpdates", "variable" : { "variableName" : "updates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          An array of IPSetUpdate objects that you want to insert into or delete from an IPSet. For more information, see the applicable data types:

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "updates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Updates", "marshallLocationName" : "Updates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "IPSetUpdate", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IPSetUpdate", "variable" : { "variableName" : "member", "variableType" : "IPSetUpdate", "variableDeclarationType" : "IPSetUpdate", "documentation" : "", "simpleType" : "IPSetUpdate", "variableSetterType" : "IPSetUpdate" }, "setterModel" : { "variableName" : "member", "variableType" : "IPSetUpdate", "variableDeclarationType" : "IPSetUpdate", "documentation" : "", "simpleType" : "IPSetUpdate", "variableSetterType" : "IPSetUpdate" }, "getterModel" : { "returnType" : "IPSetUpdate", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "IPSetUpdate", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                          An array of IPSetUpdate objects that you want to insert into or delete from an IPSet. For more information, see the applicable data types:

                                                                                                                                                                                                                          \n@param updates An array of IPSetUpdate objects that you want to insert into or delete from an IPSet. For more information, see the applicable data types:

                                                                                                                                                                                                                          • IPSetUpdate: Contains Action and IPSetDescriptor
                                                                                                                                                                                                                          • IPSetDescriptor: Contains Type and Value
                                                                                                                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                                                                                                                            An array of IPSetUpdate objects that you want to insert into or delete from an IPSet. For more information, see the applicable data types:

                                                                                                                                                                                                                            \n@return An array of IPSetUpdate objects that you want to insert into or delete from an IPSet. For more information, see the applicable data types:

                                                                                                                                                                                                                            • IPSetUpdate: Contains Action and IPSetDescriptor
                                                                                                                                                                                                                            • IPSetDescriptor: Contains Type and Value
                                                                                                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                              An array of IPSetUpdate objects that you want to insert into or delete from an IPSet. For more information, see the applicable data types:

                                                                                                                                                                                                                              \n@param updates An array of IPSetUpdate objects that you want to insert into or delete from an IPSet. For more information, see the applicable data types:

                                                                                                                                                                                                                              • IPSetUpdate: Contains Action and IPSetDescriptor
                                                                                                                                                                                                                              • IPSetDescriptor: Contains Type and Value
                                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                An array of IPSetUpdate objects that you want to insert into or delete from an IPSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                NOTE: This method appends the values to the existing list (if any). Use {@link #setUpdates(java.util.Collection)} or {@link #withUpdates(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                \n@param updates An array of IPSetUpdate objects that you want to insert into or delete from an IPSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                • IPSetUpdate: Contains Action and IPSetDescriptor
                                                                                                                                                                                                                                • IPSetDescriptor: Contains Type and Value
                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "ChangeToken" : { "documentation" : "

                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "IPSetId" : { "documentation" : "

                                                                                                                                                                                                                                  The IPSetId of the IPSet that you want to update. IPSetId is returned by CreateIPSet and by ListIPSets.

                                                                                                                                                                                                                                  ", "name" : "IPSetId", "c2jName" : "IPSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "iPSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The IPSetId of the IPSet that you want to update. IPSetId is returned by CreateIPSet and by ListIPSets.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "iPSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IPSetId", "marshallLocationName" : "IPSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The IPSetId of the IPSet that you want to update. IPSetId is returned by CreateIPSet and by ListIPSets.

                                                                                                                                                                                                                                  \n@param iPSetId The IPSetId of the IPSet that you want to update. IPSetId is returned by CreateIPSet and by ListIPSets.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The IPSetId of the IPSet that you want to update. IPSetId is returned by CreateIPSet and by ListIPSets.

                                                                                                                                                                                                                                  \n@return The IPSetId of the IPSet that you want to update. IPSetId is returned by CreateIPSet and by ListIPSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The IPSetId of the IPSet that you want to update. IPSetId is returned by CreateIPSet and by ListIPSets.

                                                                                                                                                                                                                                  \n@param iPSetId The IPSetId of the IPSet that you want to update. IPSetId is returned by CreateIPSet and by ListIPSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The IPSetId of the IPSet that you want to update. IPSetId is returned by CreateIPSet and by ListIPSets.

                                                                                                                                                                                                                                  \n@param iPSetId The IPSetId of the IPSet that you want to update. IPSetId is returned by CreateIPSet and by ListIPSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ListSqlInjectionMatchSetsResult" : { "c2jName" : "ListSqlInjectionMatchSetsResponse", "documentation" : "

                                                                                                                                                                                                                                  The response to a ListSqlInjectionMatchSets request.

                                                                                                                                                                                                                                  ", "shapeName" : "ListSqlInjectionMatchSetsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  If you have more SqlInjectionMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SqlInjectionMatchSet objects, submit another ListSqlInjectionMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                                                                                                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  If you have more SqlInjectionMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SqlInjectionMatchSet objects, submit another ListSqlInjectionMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  If you have more SqlInjectionMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SqlInjectionMatchSet objects, submit another ListSqlInjectionMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                                                                                                                                                  \n@param nextMarker If you have more SqlInjectionMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SqlInjectionMatchSet objects, submit another ListSqlInjectionMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  If you have more SqlInjectionMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SqlInjectionMatchSet objects, submit another ListSqlInjectionMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                                                                                                                                                  \n@return If you have more SqlInjectionMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SqlInjectionMatchSet objects, submit another ListSqlInjectionMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  If you have more SqlInjectionMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SqlInjectionMatchSet objects, submit another ListSqlInjectionMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                                                                                                                                                  \n@param nextMarker If you have more SqlInjectionMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SqlInjectionMatchSet objects, submit another ListSqlInjectionMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  If you have more SqlInjectionMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SqlInjectionMatchSet objects, submit another ListSqlInjectionMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                                                                                                                                                  \n@param nextMarker If you have more SqlInjectionMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SqlInjectionMatchSet objects, submit another ListSqlInjectionMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  An array of SqlInjectionMatchSetSummary objects.

                                                                                                                                                                                                                                  ", "name" : "SqlInjectionMatchSets", "c2jName" : "SqlInjectionMatchSets", "c2jShape" : "SqlInjectionMatchSetSummaries", "variable" : { "variableName" : "sqlInjectionMatchSets", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                  An array of SqlInjectionMatchSetSummary objects.

                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "sqlInjectionMatchSets", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SqlInjectionMatchSets", "marshallLocationName" : "SqlInjectionMatchSets", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "SqlInjectionMatchSetSummary", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SqlInjectionMatchSetSummary", "variable" : { "variableName" : "member", "variableType" : "SqlInjectionMatchSetSummary", "variableDeclarationType" : "SqlInjectionMatchSetSummary", "documentation" : "", "simpleType" : "SqlInjectionMatchSetSummary", "variableSetterType" : "SqlInjectionMatchSetSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "SqlInjectionMatchSetSummary", "variableDeclarationType" : "SqlInjectionMatchSetSummary", "documentation" : "", "simpleType" : "SqlInjectionMatchSetSummary", "variableSetterType" : "SqlInjectionMatchSetSummary" }, "getterModel" : { "returnType" : "SqlInjectionMatchSetSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "SqlInjectionMatchSetSummary", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  An array of SqlInjectionMatchSetSummary objects.

                                                                                                                                                                                                                                  \n@param sqlInjectionMatchSets An array of SqlInjectionMatchSetSummary objects.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  An array of SqlInjectionMatchSetSummary objects.

                                                                                                                                                                                                                                  \n@return An array of SqlInjectionMatchSetSummary objects.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  An array of SqlInjectionMatchSetSummary objects.

                                                                                                                                                                                                                                  \n@param sqlInjectionMatchSets An array of SqlInjectionMatchSetSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  An array of SqlInjectionMatchSetSummary objects.

                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSqlInjectionMatchSets(java.util.Collection)} or {@link #withSqlInjectionMatchSets(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                  \n@param sqlInjectionMatchSets An array of SqlInjectionMatchSetSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "listSqlInjectionMatchSetsResult", "variableType" : "ListSqlInjectionMatchSetsResult", "variableDeclarationType" : "ListSqlInjectionMatchSetsResult", "documentation" : null, "simpleType" : "ListSqlInjectionMatchSetsResult", "variableSetterType" : "ListSqlInjectionMatchSetsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SqlInjectionMatchSets" : { "documentation" : "

                                                                                                                                                                                                                                  An array of SqlInjectionMatchSetSummary objects.

                                                                                                                                                                                                                                  ", "name" : "SqlInjectionMatchSets", "c2jName" : "SqlInjectionMatchSets", "c2jShape" : "SqlInjectionMatchSetSummaries", "variable" : { "variableName" : "sqlInjectionMatchSets", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                  An array of SqlInjectionMatchSetSummary objects.

                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "sqlInjectionMatchSets", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SqlInjectionMatchSets", "marshallLocationName" : "SqlInjectionMatchSets", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "SqlInjectionMatchSetSummary", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SqlInjectionMatchSetSummary", "variable" : { "variableName" : "member", "variableType" : "SqlInjectionMatchSetSummary", "variableDeclarationType" : "SqlInjectionMatchSetSummary", "documentation" : "", "simpleType" : "SqlInjectionMatchSetSummary", "variableSetterType" : "SqlInjectionMatchSetSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "SqlInjectionMatchSetSummary", "variableDeclarationType" : "SqlInjectionMatchSetSummary", "documentation" : "", "simpleType" : "SqlInjectionMatchSetSummary", "variableSetterType" : "SqlInjectionMatchSetSummary" }, "getterModel" : { "returnType" : "SqlInjectionMatchSetSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "SqlInjectionMatchSetSummary", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  An array of SqlInjectionMatchSetSummary objects.

                                                                                                                                                                                                                                  \n@param sqlInjectionMatchSets An array of SqlInjectionMatchSetSummary objects.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  An array of SqlInjectionMatchSetSummary objects.

                                                                                                                                                                                                                                  \n@return An array of SqlInjectionMatchSetSummary objects.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  An array of SqlInjectionMatchSetSummary objects.

                                                                                                                                                                                                                                  \n@param sqlInjectionMatchSets An array of SqlInjectionMatchSetSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  An array of SqlInjectionMatchSetSummary objects.

                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSqlInjectionMatchSets(java.util.Collection)} or {@link #withSqlInjectionMatchSets(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                  \n@param sqlInjectionMatchSets An array of SqlInjectionMatchSetSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "NextMarker" : { "documentation" : "

                                                                                                                                                                                                                                  If you have more SqlInjectionMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SqlInjectionMatchSet objects, submit another ListSqlInjectionMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                                                                                                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  If you have more SqlInjectionMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SqlInjectionMatchSet objects, submit another ListSqlInjectionMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  If you have more SqlInjectionMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SqlInjectionMatchSet objects, submit another ListSqlInjectionMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                                                                                                                                                  \n@param nextMarker If you have more SqlInjectionMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SqlInjectionMatchSet objects, submit another ListSqlInjectionMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  If you have more SqlInjectionMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SqlInjectionMatchSet objects, submit another ListSqlInjectionMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                                                                                                                                                  \n@return If you have more SqlInjectionMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SqlInjectionMatchSet objects, submit another ListSqlInjectionMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  If you have more SqlInjectionMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SqlInjectionMatchSet objects, submit another ListSqlInjectionMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                                                                                                                                                  \n@param nextMarker If you have more SqlInjectionMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SqlInjectionMatchSet objects, submit another ListSqlInjectionMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  If you have more SqlInjectionMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SqlInjectionMatchSet objects, submit another ListSqlInjectionMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                                                                                                                                                  \n@param nextMarker If you have more SqlInjectionMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SqlInjectionMatchSet objects, submit another ListSqlInjectionMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DeleteByteMatchSetRequest" : { "c2jName" : "DeleteByteMatchSetRequest", "documentation" : "", "shapeName" : "DeleteByteMatchSetRequest", "deprecated" : false, "required" : [ "ByteMatchSetId", "ChangeToken" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  The ByteMatchSetId of the ByteMatchSet that you want to delete. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                                                                                                                                                                                  ", "name" : "ByteMatchSetId", "c2jName" : "ByteMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "byteMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The ByteMatchSetId of the ByteMatchSet that you want to delete. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "byteMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ByteMatchSetId", "marshallLocationName" : "ByteMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The ByteMatchSetId of the ByteMatchSet that you want to delete. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                                                                                                                                                                                  \n@param byteMatchSetId The ByteMatchSetId of the ByteMatchSet that you want to delete. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The ByteMatchSetId of the ByteMatchSet that you want to delete. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                                                                                                                                                                                  \n@return The ByteMatchSetId of the ByteMatchSet that you want to delete. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The ByteMatchSetId of the ByteMatchSet that you want to delete. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                                                                                                                                                                                  \n@param byteMatchSetId The ByteMatchSetId of the ByteMatchSet that you want to delete. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The ByteMatchSetId of the ByteMatchSet that you want to delete. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                                                                                                                                                                                  \n@param byteMatchSetId The ByteMatchSetId of the ByteMatchSet that you want to delete. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "deleteByteMatchSetRequest", "variableType" : "DeleteByteMatchSetRequest", "variableDeclarationType" : "DeleteByteMatchSetRequest", "documentation" : null, "simpleType" : "DeleteByteMatchSetRequest", "variableSetterType" : "DeleteByteMatchSetRequest" }, "marshaller" : { "action" : "DeleteByteMatchSet", "verb" : "POST", "target" : "AWSWAF_20150824.DeleteByteMatchSet", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ByteMatchSetId" : { "documentation" : "

                                                                                                                                                                                                                                  The ByteMatchSetId of the ByteMatchSet that you want to delete. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                                                                                                                                                                                  ", "name" : "ByteMatchSetId", "c2jName" : "ByteMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "byteMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The ByteMatchSetId of the ByteMatchSet that you want to delete. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "byteMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ByteMatchSetId", "marshallLocationName" : "ByteMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The ByteMatchSetId of the ByteMatchSet that you want to delete. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                                                                                                                                                                                  \n@param byteMatchSetId The ByteMatchSetId of the ByteMatchSet that you want to delete. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The ByteMatchSetId of the ByteMatchSet that you want to delete. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                                                                                                                                                                                  \n@return The ByteMatchSetId of the ByteMatchSet that you want to delete. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The ByteMatchSetId of the ByteMatchSet that you want to delete. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                                                                                                                                                                                  \n@param byteMatchSetId The ByteMatchSetId of the ByteMatchSet that you want to delete. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The ByteMatchSetId of the ByteMatchSet that you want to delete. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

                                                                                                                                                                                                                                  \n@param byteMatchSetId The ByteMatchSetId of the ByteMatchSet that you want to delete. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ChangeToken" : { "documentation" : "

                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "XssMatchTuple" : { "c2jName" : "XssMatchTuple", "documentation" : "

                                                                                                                                                                                                                                  Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.

                                                                                                                                                                                                                                  ", "shapeName" : "XssMatchTuple", "deprecated" : false, "required" : [ "FieldToMatch", "TextTransformation" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "FieldToMatch", "c2jName" : "FieldToMatch", "c2jShape" : "FieldToMatch", "variable" : { "variableName" : "fieldToMatch", "variableType" : "FieldToMatch", "variableDeclarationType" : "FieldToMatch", "documentation" : "", "simpleType" : "FieldToMatch", "variableSetterType" : "FieldToMatch" }, "setterModel" : { "variableName" : "fieldToMatch", "variableType" : "FieldToMatch", "variableDeclarationType" : "FieldToMatch", "documentation" : "", "simpleType" : "FieldToMatch", "variableSetterType" : "FieldToMatch" }, "getterModel" : { "returnType" : "FieldToMatch", "documentation" : null }, "http" : { "unmarshallLocationName" : "FieldToMatch", "marshallLocationName" : "FieldToMatch", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param fieldToMatch */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param fieldToMatch \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param fieldToMatch \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                                  ", "name" : "TextTransformation", "c2jName" : "TextTransformation", "c2jShape" : "TextTransformation", "variable" : { "variableName" : "textTransformation", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "textTransformation", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TextTransformation", "marshallLocationName" : "TextTransformation", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "TextTransformation", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                                  \n@param textTransformation Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.\n@see TextTransformation*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                                  \n@return Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.\n@see TextTransformation*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                                  \n@param textTransformation Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TextTransformation*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                                  \n@param textTransformation Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TextTransformation*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "xssMatchTuple", "variableType" : "XssMatchTuple", "variableDeclarationType" : "XssMatchTuple", "documentation" : null, "simpleType" : "XssMatchTuple", "variableSetterType" : "XssMatchTuple" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TextTransformation" : { "documentation" : "

                                                                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                                  ", "name" : "TextTransformation", "c2jName" : "TextTransformation", "c2jShape" : "TextTransformation", "variable" : { "variableName" : "textTransformation", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "textTransformation", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TextTransformation", "marshallLocationName" : "TextTransformation", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "TextTransformation", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                                  \n@param textTransformation Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.\n@see TextTransformation*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                                  \n@return Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.\n@see TextTransformation*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                                  \n@param textTransformation Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TextTransformation*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                                  \n@param textTransformation Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TextTransformation*/", "simple" : true, "list" : false, "map" : false }, "FieldToMatch" : { "documentation" : "", "name" : "FieldToMatch", "c2jName" : "FieldToMatch", "c2jShape" : "FieldToMatch", "variable" : { "variableName" : "fieldToMatch", "variableType" : "FieldToMatch", "variableDeclarationType" : "FieldToMatch", "documentation" : "", "simpleType" : "FieldToMatch", "variableSetterType" : "FieldToMatch" }, "setterModel" : { "variableName" : "fieldToMatch", "variableType" : "FieldToMatch", "variableDeclarationType" : "FieldToMatch", "documentation" : "", "simpleType" : "FieldToMatch", "variableSetterType" : "FieldToMatch" }, "getterModel" : { "returnType" : "FieldToMatch", "documentation" : null }, "http" : { "unmarshallLocationName" : "FieldToMatch", "marshallLocationName" : "FieldToMatch", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param fieldToMatch */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param fieldToMatch \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param fieldToMatch \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } } }, "CreateSqlInjectionMatchSetResult" : { "c2jName" : "CreateSqlInjectionMatchSetResponse", "documentation" : "

                                                                                                                                                                                                                                  The response to a CreateSqlInjectionMatchSet request.

                                                                                                                                                                                                                                  ", "shapeName" : "CreateSqlInjectionMatchSetResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  A SqlInjectionMatchSet.

                                                                                                                                                                                                                                  ", "name" : "SqlInjectionMatchSet", "c2jName" : "SqlInjectionMatchSet", "c2jShape" : "SqlInjectionMatchSet", "variable" : { "variableName" : "sqlInjectionMatchSet", "variableType" : "SqlInjectionMatchSet", "variableDeclarationType" : "SqlInjectionMatchSet", "documentation" : "

                                                                                                                                                                                                                                  A SqlInjectionMatchSet.

                                                                                                                                                                                                                                  ", "simpleType" : "SqlInjectionMatchSet", "variableSetterType" : "SqlInjectionMatchSet" }, "setterModel" : { "variableName" : "sqlInjectionMatchSet", "variableType" : "SqlInjectionMatchSet", "variableDeclarationType" : "SqlInjectionMatchSet", "documentation" : "", "simpleType" : "SqlInjectionMatchSet", "variableSetterType" : "SqlInjectionMatchSet" }, "getterModel" : { "returnType" : "SqlInjectionMatchSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "SqlInjectionMatchSet", "marshallLocationName" : "SqlInjectionMatchSet", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  A SqlInjectionMatchSet.

                                                                                                                                                                                                                                  \n@param sqlInjectionMatchSet A SqlInjectionMatchSet.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A SqlInjectionMatchSet.

                                                                                                                                                                                                                                  \n@return A SqlInjectionMatchSet.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A SqlInjectionMatchSet.

                                                                                                                                                                                                                                  \n@param sqlInjectionMatchSet A SqlInjectionMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A SqlInjectionMatchSet.

                                                                                                                                                                                                                                  \n@param sqlInjectionMatchSet A SqlInjectionMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The ChangeToken that you used to submit the CreateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The ChangeToken that you used to submit the CreateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The ChangeToken that you used to submit the CreateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The ChangeToken that you used to submit the CreateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                                  \n@return The ChangeToken that you used to submit the CreateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The ChangeToken that you used to submit the CreateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The ChangeToken that you used to submit the CreateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "createSqlInjectionMatchSetResult", "variableType" : "CreateSqlInjectionMatchSetResult", "variableDeclarationType" : "CreateSqlInjectionMatchSetResult", "documentation" : null, "simpleType" : "CreateSqlInjectionMatchSetResult", "variableSetterType" : "CreateSqlInjectionMatchSetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SqlInjectionMatchSet" : { "documentation" : "

                                                                                                                                                                                                                                  A SqlInjectionMatchSet.

                                                                                                                                                                                                                                  ", "name" : "SqlInjectionMatchSet", "c2jName" : "SqlInjectionMatchSet", "c2jShape" : "SqlInjectionMatchSet", "variable" : { "variableName" : "sqlInjectionMatchSet", "variableType" : "SqlInjectionMatchSet", "variableDeclarationType" : "SqlInjectionMatchSet", "documentation" : "

                                                                                                                                                                                                                                  A SqlInjectionMatchSet.

                                                                                                                                                                                                                                  ", "simpleType" : "SqlInjectionMatchSet", "variableSetterType" : "SqlInjectionMatchSet" }, "setterModel" : { "variableName" : "sqlInjectionMatchSet", "variableType" : "SqlInjectionMatchSet", "variableDeclarationType" : "SqlInjectionMatchSet", "documentation" : "", "simpleType" : "SqlInjectionMatchSet", "variableSetterType" : "SqlInjectionMatchSet" }, "getterModel" : { "returnType" : "SqlInjectionMatchSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "SqlInjectionMatchSet", "marshallLocationName" : "SqlInjectionMatchSet", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  A SqlInjectionMatchSet.

                                                                                                                                                                                                                                  \n@param sqlInjectionMatchSet A SqlInjectionMatchSet.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A SqlInjectionMatchSet.

                                                                                                                                                                                                                                  \n@return A SqlInjectionMatchSet.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A SqlInjectionMatchSet.

                                                                                                                                                                                                                                  \n@param sqlInjectionMatchSet A SqlInjectionMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A SqlInjectionMatchSet.

                                                                                                                                                                                                                                  \n@param sqlInjectionMatchSet A SqlInjectionMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "ChangeToken" : { "documentation" : "

                                                                                                                                                                                                                                  The ChangeToken that you used to submit the CreateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The ChangeToken that you used to submit the CreateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The ChangeToken that you used to submit the CreateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The ChangeToken that you used to submit the CreateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                                  \n@return The ChangeToken that you used to submit the CreateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The ChangeToken that you used to submit the CreateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The ChangeToken that you used to submit the CreateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "GetIPSetRequest" : { "c2jName" : "GetIPSetRequest", "documentation" : "", "shapeName" : "GetIPSetRequest", "deprecated" : false, "required" : [ "IPSetId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  The IPSetId of the IPSet that you want to get. IPSetId is returned by CreateIPSet and by ListIPSets.

                                                                                                                                                                                                                                  ", "name" : "IPSetId", "c2jName" : "IPSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "iPSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The IPSetId of the IPSet that you want to get. IPSetId is returned by CreateIPSet and by ListIPSets.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "iPSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IPSetId", "marshallLocationName" : "IPSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The IPSetId of the IPSet that you want to get. IPSetId is returned by CreateIPSet and by ListIPSets.

                                                                                                                                                                                                                                  \n@param iPSetId The IPSetId of the IPSet that you want to get. IPSetId is returned by CreateIPSet and by ListIPSets.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The IPSetId of the IPSet that you want to get. IPSetId is returned by CreateIPSet and by ListIPSets.

                                                                                                                                                                                                                                  \n@return The IPSetId of the IPSet that you want to get. IPSetId is returned by CreateIPSet and by ListIPSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The IPSetId of the IPSet that you want to get. IPSetId is returned by CreateIPSet and by ListIPSets.

                                                                                                                                                                                                                                  \n@param iPSetId The IPSetId of the IPSet that you want to get. IPSetId is returned by CreateIPSet and by ListIPSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The IPSetId of the IPSet that you want to get. IPSetId is returned by CreateIPSet and by ListIPSets.

                                                                                                                                                                                                                                  \n@param iPSetId The IPSetId of the IPSet that you want to get. IPSetId is returned by CreateIPSet and by ListIPSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "getIPSetRequest", "variableType" : "GetIPSetRequest", "variableDeclarationType" : "GetIPSetRequest", "documentation" : null, "simpleType" : "GetIPSetRequest", "variableSetterType" : "GetIPSetRequest" }, "marshaller" : { "action" : "GetIPSet", "verb" : "POST", "target" : "AWSWAF_20150824.GetIPSet", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IPSetId" : { "documentation" : "

                                                                                                                                                                                                                                  The IPSetId of the IPSet that you want to get. IPSetId is returned by CreateIPSet and by ListIPSets.

                                                                                                                                                                                                                                  ", "name" : "IPSetId", "c2jName" : "IPSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "iPSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The IPSetId of the IPSet that you want to get. IPSetId is returned by CreateIPSet and by ListIPSets.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "iPSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IPSetId", "marshallLocationName" : "IPSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The IPSetId of the IPSet that you want to get. IPSetId is returned by CreateIPSet and by ListIPSets.

                                                                                                                                                                                                                                  \n@param iPSetId The IPSetId of the IPSet that you want to get. IPSetId is returned by CreateIPSet and by ListIPSets.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The IPSetId of the IPSet that you want to get. IPSetId is returned by CreateIPSet and by ListIPSets.

                                                                                                                                                                                                                                  \n@return The IPSetId of the IPSet that you want to get. IPSetId is returned by CreateIPSet and by ListIPSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The IPSetId of the IPSet that you want to get. IPSetId is returned by CreateIPSet and by ListIPSets.

                                                                                                                                                                                                                                  \n@param iPSetId The IPSetId of the IPSet that you want to get. IPSetId is returned by CreateIPSet and by ListIPSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The IPSetId of the IPSet that you want to get. IPSetId is returned by CreateIPSet and by ListIPSets.

                                                                                                                                                                                                                                  \n@param iPSetId The IPSetId of the IPSet that you want to get. IPSetId is returned by CreateIPSet and by ListIPSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "GetChangeTokenResult" : { "c2jName" : "GetChangeTokenResponse", "documentation" : "", "shapeName" : "GetChangeTokenResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  The ChangeToken that you used in the request. Use this value in a GetChangeTokenStatus request to get the current status of the request.

                                                                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The ChangeToken that you used in the request. Use this value in a GetChangeTokenStatus request to get the current status of the request.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The ChangeToken that you used in the request. Use this value in a GetChangeTokenStatus request to get the current status of the request.

                                                                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used in the request. Use this value in a GetChangeTokenStatus request to get the current status of the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The ChangeToken that you used in the request. Use this value in a GetChangeTokenStatus request to get the current status of the request.

                                                                                                                                                                                                                                  \n@return The ChangeToken that you used in the request. Use this value in a GetChangeTokenStatus request to get the current status of the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The ChangeToken that you used in the request. Use this value in a GetChangeTokenStatus request to get the current status of the request.

                                                                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used in the request. Use this value in a GetChangeTokenStatus request to get the current status of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The ChangeToken that you used in the request. Use this value in a GetChangeTokenStatus request to get the current status of the request.

                                                                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used in the request. Use this value in a GetChangeTokenStatus request to get the current status of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "getChangeTokenResult", "variableType" : "GetChangeTokenResult", "variableDeclarationType" : "GetChangeTokenResult", "documentation" : null, "simpleType" : "GetChangeTokenResult", "variableSetterType" : "GetChangeTokenResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeToken" : { "documentation" : "

                                                                                                                                                                                                                                  The ChangeToken that you used in the request. Use this value in a GetChangeTokenStatus request to get the current status of the request.

                                                                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The ChangeToken that you used in the request. Use this value in a GetChangeTokenStatus request to get the current status of the request.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The ChangeToken that you used in the request. Use this value in a GetChangeTokenStatus request to get the current status of the request.

                                                                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used in the request. Use this value in a GetChangeTokenStatus request to get the current status of the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The ChangeToken that you used in the request. Use this value in a GetChangeTokenStatus request to get the current status of the request.

                                                                                                                                                                                                                                  \n@return The ChangeToken that you used in the request. Use this value in a GetChangeTokenStatus request to get the current status of the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The ChangeToken that you used in the request. Use this value in a GetChangeTokenStatus request to get the current status of the request.

                                                                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used in the request. Use this value in a GetChangeTokenStatus request to get the current status of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The ChangeToken that you used in the request. Use this value in a GetChangeTokenStatus request to get the current status of the request.

                                                                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used in the request. Use this value in a GetChangeTokenStatus request to get the current status of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "GetXssMatchSetRequest" : { "c2jName" : "GetXssMatchSetRequest", "documentation" : "

                                                                                                                                                                                                                                  A request to get an XssMatchSet.

                                                                                                                                                                                                                                  ", "shapeName" : "GetXssMatchSetRequest", "deprecated" : false, "required" : [ "XssMatchSetId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  The XssMatchSetId of the XssMatchSet that you want to get. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                                                                                                                                                                                  ", "name" : "XssMatchSetId", "c2jName" : "XssMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "xssMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The XssMatchSetId of the XssMatchSet that you want to get. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "xssMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "XssMatchSetId", "marshallLocationName" : "XssMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The XssMatchSetId of the XssMatchSet that you want to get. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                                                                                                                                                                                  \n@param xssMatchSetId The XssMatchSetId of the XssMatchSet that you want to get. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The XssMatchSetId of the XssMatchSet that you want to get. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                                                                                                                                                                                  \n@return The XssMatchSetId of the XssMatchSet that you want to get. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The XssMatchSetId of the XssMatchSet that you want to get. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                                                                                                                                                                                  \n@param xssMatchSetId The XssMatchSetId of the XssMatchSet that you want to get. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The XssMatchSetId of the XssMatchSet that you want to get. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                                                                                                                                                                                  \n@param xssMatchSetId The XssMatchSetId of the XssMatchSet that you want to get. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "getXssMatchSetRequest", "variableType" : "GetXssMatchSetRequest", "variableDeclarationType" : "GetXssMatchSetRequest", "documentation" : null, "simpleType" : "GetXssMatchSetRequest", "variableSetterType" : "GetXssMatchSetRequest" }, "marshaller" : { "action" : "GetXssMatchSet", "verb" : "POST", "target" : "AWSWAF_20150824.GetXssMatchSet", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "XssMatchSetId" : { "documentation" : "

                                                                                                                                                                                                                                  The XssMatchSetId of the XssMatchSet that you want to get. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                                                                                                                                                                                  ", "name" : "XssMatchSetId", "c2jName" : "XssMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "xssMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The XssMatchSetId of the XssMatchSet that you want to get. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "xssMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "XssMatchSetId", "marshallLocationName" : "XssMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The XssMatchSetId of the XssMatchSet that you want to get. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                                                                                                                                                                                  \n@param xssMatchSetId The XssMatchSetId of the XssMatchSet that you want to get. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The XssMatchSetId of the XssMatchSet that you want to get. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                                                                                                                                                                                  \n@return The XssMatchSetId of the XssMatchSet that you want to get. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The XssMatchSetId of the XssMatchSet that you want to get. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                                                                                                                                                                                  \n@param xssMatchSetId The XssMatchSetId of the XssMatchSet that you want to get. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The XssMatchSetId of the XssMatchSet that you want to get. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                                                                                                                                                                                  \n@param xssMatchSetId The XssMatchSetId of the XssMatchSet that you want to get. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "Predicate" : { "c2jName" : "Predicate", "documentation" : "

                                                                                                                                                                                                                                  Specifies the ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, and SizeConstraintSet objects that you want to add to a Rule and, for each object, indicates whether you want to negate the settings, for example, requests that do NOT originate from the IP address 192.0.2.44.

                                                                                                                                                                                                                                  ", "shapeName" : "Predicate", "deprecated" : false, "required" : [ "Negated", "Type", "DataId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  Set Negated to False if you want AWS WAF to allow, block, or count requests based on the settings in the specified ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow or block requests based on that IP address.

                                                                                                                                                                                                                                  Set Negated to True if you want AWS WAF to allow or block a request based on the negation of the settings in the ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow, block, or count requests based on all IP addresses except 192.0.2.44.

                                                                                                                                                                                                                                  ", "name" : "Negated", "c2jName" : "Negated", "c2jShape" : "Negated", "variable" : { "variableName" : "negated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                  Set Negated to False if you want AWS WAF to allow, block, or count requests based on the settings in the specified ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow or block requests based on that IP address.

                                                                                                                                                                                                                                  Set Negated to True if you want AWS WAF to allow or block a request based on the negation of the settings in the ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow, block, or count requests based on all IP addresses except 192.0.2.44.

                                                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "negated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Negated", "marshallLocationName" : "Negated", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  Set Negated to False if you want AWS WAF to allow, block, or count requests based on the settings in the specified ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow or block requests based on that IP address.

                                                                                                                                                                                                                                  Set Negated to True if you want AWS WAF to allow or block a request based on the negation of the settings in the ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow, block, or count requests based on all IP addresses except 192.0.2.44.

                                                                                                                                                                                                                                  \n@param negated Set Negated to False if you want AWS WAF to allow, block, or count requests based on the settings in the specified ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow or block requests based on that IP address.

                                                                                                                                                                                                                                  Set Negated to True if you want AWS WAF to allow or block a request based on the negation of the settings in the ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow, block, or count requests based on all IP addresses except 192.0.2.44.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Set Negated to False if you want AWS WAF to allow, block, or count requests based on the settings in the specified ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow or block requests based on that IP address.

                                                                                                                                                                                                                                  Set Negated to True if you want AWS WAF to allow or block a request based on the negation of the settings in the ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow, block, or count requests based on all IP addresses except 192.0.2.44.

                                                                                                                                                                                                                                  \n@return Set Negated to False if you want AWS WAF to allow, block, or count requests based on the settings in the specified ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow or block requests based on that IP address.

                                                                                                                                                                                                                                  Set Negated to True if you want AWS WAF to allow or block a request based on the negation of the settings in the ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow, block, or count requests based on all IP addresses except 192.0.2.44.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Set Negated to False if you want AWS WAF to allow, block, or count requests based on the settings in the specified ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow or block requests based on that IP address.

                                                                                                                                                                                                                                  Set Negated to True if you want AWS WAF to allow or block a request based on the negation of the settings in the ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow, block, or count requests based on all IP addresses except 192.0.2.44.

                                                                                                                                                                                                                                  \n@param negated Set Negated to False if you want AWS WAF to allow, block, or count requests based on the settings in the specified ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow or block requests based on that IP address.

                                                                                                                                                                                                                                  Set Negated to True if you want AWS WAF to allow or block a request based on the negation of the settings in the ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow, block, or count requests based on all IP addresses except 192.0.2.44.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Set Negated to False if you want AWS WAF to allow, block, or count requests based on the settings in the specified ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow or block requests based on that IP address.

                                                                                                                                                                                                                                  Set Negated to True if you want AWS WAF to allow or block a request based on the negation of the settings in the ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow, block, or count requests based on all IP addresses except 192.0.2.44.

                                                                                                                                                                                                                                  \n@param negated Set Negated to False if you want AWS WAF to allow, block, or count requests based on the settings in the specified ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow or block requests based on that IP address.

                                                                                                                                                                                                                                  Set Negated to True if you want AWS WAF to allow or block a request based on the negation of the settings in the ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow, block, or count requests based on all IP addresses except 192.0.2.44.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The type of predicate in a Rule, such as ByteMatchSet or IPSet.

                                                                                                                                                                                                                                  ", "name" : "Type", "c2jName" : "Type", "c2jShape" : "PredicateType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The type of predicate in a Rule, such as ByteMatchSet or IPSet.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Type", "marshallLocationName" : "Type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "PredicateType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The type of predicate in a Rule, such as ByteMatchSet or IPSet.

                                                                                                                                                                                                                                  \n@param type The type of predicate in a Rule, such as ByteMatchSet or IPSet.\n@see PredicateType*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The type of predicate in a Rule, such as ByteMatchSet or IPSet.

                                                                                                                                                                                                                                  \n@return The type of predicate in a Rule, such as ByteMatchSet or IPSet.\n@see PredicateType*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The type of predicate in a Rule, such as ByteMatchSet or IPSet.

                                                                                                                                                                                                                                  \n@param type The type of predicate in a Rule, such as ByteMatchSet or IPSet.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PredicateType*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The type of predicate in a Rule, such as ByteMatchSet or IPSet.

                                                                                                                                                                                                                                  \n@param type The type of predicate in a Rule, such as ByteMatchSet or IPSet.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PredicateType*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  A unique identifier for a predicate in a Rule, such as ByteMatchSetId or IPSetId. The ID is returned by the corresponding Create or List command.

                                                                                                                                                                                                                                  ", "name" : "DataId", "c2jName" : "DataId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "dataId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  A unique identifier for a predicate in a Rule, such as ByteMatchSetId or IPSetId. The ID is returned by the corresponding Create or List command.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dataId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DataId", "marshallLocationName" : "DataId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  A unique identifier for a predicate in a Rule, such as ByteMatchSetId or IPSetId. The ID is returned by the corresponding Create or List command.

                                                                                                                                                                                                                                  \n@param dataId A unique identifier for a predicate in a Rule, such as ByteMatchSetId or IPSetId. The ID is returned by the corresponding Create or List command.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A unique identifier for a predicate in a Rule, such as ByteMatchSetId or IPSetId. The ID is returned by the corresponding Create or List command.

                                                                                                                                                                                                                                  \n@return A unique identifier for a predicate in a Rule, such as ByteMatchSetId or IPSetId. The ID is returned by the corresponding Create or List command.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A unique identifier for a predicate in a Rule, such as ByteMatchSetId or IPSetId. The ID is returned by the corresponding Create or List command.

                                                                                                                                                                                                                                  \n@param dataId A unique identifier for a predicate in a Rule, such as ByteMatchSetId or IPSetId. The ID is returned by the corresponding Create or List command.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A unique identifier for a predicate in a Rule, such as ByteMatchSetId or IPSetId. The ID is returned by the corresponding Create or List command.

                                                                                                                                                                                                                                  \n@param dataId A unique identifier for a predicate in a Rule, such as ByteMatchSetId or IPSetId. The ID is returned by the corresponding Create or List command.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "predicate", "variableType" : "Predicate", "variableDeclarationType" : "Predicate", "documentation" : null, "simpleType" : "Predicate", "variableSetterType" : "Predicate" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Type" : { "documentation" : "

                                                                                                                                                                                                                                  The type of predicate in a Rule, such as ByteMatchSet or IPSet.

                                                                                                                                                                                                                                  ", "name" : "Type", "c2jName" : "Type", "c2jShape" : "PredicateType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The type of predicate in a Rule, such as ByteMatchSet or IPSet.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Type", "marshallLocationName" : "Type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "PredicateType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The type of predicate in a Rule, such as ByteMatchSet or IPSet.

                                                                                                                                                                                                                                  \n@param type The type of predicate in a Rule, such as ByteMatchSet or IPSet.\n@see PredicateType*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The type of predicate in a Rule, such as ByteMatchSet or IPSet.

                                                                                                                                                                                                                                  \n@return The type of predicate in a Rule, such as ByteMatchSet or IPSet.\n@see PredicateType*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The type of predicate in a Rule, such as ByteMatchSet or IPSet.

                                                                                                                                                                                                                                  \n@param type The type of predicate in a Rule, such as ByteMatchSet or IPSet.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PredicateType*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The type of predicate in a Rule, such as ByteMatchSet or IPSet.

                                                                                                                                                                                                                                  \n@param type The type of predicate in a Rule, such as ByteMatchSet or IPSet.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PredicateType*/", "simple" : true, "list" : false, "map" : false }, "Negated" : { "documentation" : "

                                                                                                                                                                                                                                  Set Negated to False if you want AWS WAF to allow, block, or count requests based on the settings in the specified ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow or block requests based on that IP address.

                                                                                                                                                                                                                                  Set Negated to True if you want AWS WAF to allow or block a request based on the negation of the settings in the ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow, block, or count requests based on all IP addresses except 192.0.2.44.

                                                                                                                                                                                                                                  ", "name" : "Negated", "c2jName" : "Negated", "c2jShape" : "Negated", "variable" : { "variableName" : "negated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                  Set Negated to False if you want AWS WAF to allow, block, or count requests based on the settings in the specified ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow or block requests based on that IP address.

                                                                                                                                                                                                                                  Set Negated to True if you want AWS WAF to allow or block a request based on the negation of the settings in the ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow, block, or count requests based on all IP addresses except 192.0.2.44.

                                                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "negated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Negated", "marshallLocationName" : "Negated", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  Set Negated to False if you want AWS WAF to allow, block, or count requests based on the settings in the specified ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow or block requests based on that IP address.

                                                                                                                                                                                                                                  Set Negated to True if you want AWS WAF to allow or block a request based on the negation of the settings in the ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow, block, or count requests based on all IP addresses except 192.0.2.44.

                                                                                                                                                                                                                                  \n@param negated Set Negated to False if you want AWS WAF to allow, block, or count requests based on the settings in the specified ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow or block requests based on that IP address.

                                                                                                                                                                                                                                  Set Negated to True if you want AWS WAF to allow or block a request based on the negation of the settings in the ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow, block, or count requests based on all IP addresses except 192.0.2.44.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Set Negated to False if you want AWS WAF to allow, block, or count requests based on the settings in the specified ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow or block requests based on that IP address.

                                                                                                                                                                                                                                  Set Negated to True if you want AWS WAF to allow or block a request based on the negation of the settings in the ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow, block, or count requests based on all IP addresses except 192.0.2.44.

                                                                                                                                                                                                                                  \n@return Set Negated to False if you want AWS WAF to allow, block, or count requests based on the settings in the specified ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow or block requests based on that IP address.

                                                                                                                                                                                                                                  Set Negated to True if you want AWS WAF to allow or block a request based on the negation of the settings in the ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow, block, or count requests based on all IP addresses except 192.0.2.44.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Set Negated to False if you want AWS WAF to allow, block, or count requests based on the settings in the specified ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow or block requests based on that IP address.

                                                                                                                                                                                                                                  Set Negated to True if you want AWS WAF to allow or block a request based on the negation of the settings in the ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow, block, or count requests based on all IP addresses except 192.0.2.44.

                                                                                                                                                                                                                                  \n@param negated Set Negated to False if you want AWS WAF to allow, block, or count requests based on the settings in the specified ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow or block requests based on that IP address.

                                                                                                                                                                                                                                  Set Negated to True if you want AWS WAF to allow or block a request based on the negation of the settings in the ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow, block, or count requests based on all IP addresses except 192.0.2.44.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Set Negated to False if you want AWS WAF to allow, block, or count requests based on the settings in the specified ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow or block requests based on that IP address.

                                                                                                                                                                                                                                  Set Negated to True if you want AWS WAF to allow or block a request based on the negation of the settings in the ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow, block, or count requests based on all IP addresses except 192.0.2.44.

                                                                                                                                                                                                                                  \n@param negated Set Negated to False if you want AWS WAF to allow, block, or count requests based on the settings in the specified ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow or block requests based on that IP address.

                                                                                                                                                                                                                                  Set Negated to True if you want AWS WAF to allow or block a request based on the negation of the settings in the ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow, block, or count requests based on all IP addresses except 192.0.2.44.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "DataId" : { "documentation" : "

                                                                                                                                                                                                                                  A unique identifier for a predicate in a Rule, such as ByteMatchSetId or IPSetId. The ID is returned by the corresponding Create or List command.

                                                                                                                                                                                                                                  ", "name" : "DataId", "c2jName" : "DataId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "dataId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  A unique identifier for a predicate in a Rule, such as ByteMatchSetId or IPSetId. The ID is returned by the corresponding Create or List command.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dataId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DataId", "marshallLocationName" : "DataId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  A unique identifier for a predicate in a Rule, such as ByteMatchSetId or IPSetId. The ID is returned by the corresponding Create or List command.

                                                                                                                                                                                                                                  \n@param dataId A unique identifier for a predicate in a Rule, such as ByteMatchSetId or IPSetId. The ID is returned by the corresponding Create or List command.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A unique identifier for a predicate in a Rule, such as ByteMatchSetId or IPSetId. The ID is returned by the corresponding Create or List command.

                                                                                                                                                                                                                                  \n@return A unique identifier for a predicate in a Rule, such as ByteMatchSetId or IPSetId. The ID is returned by the corresponding Create or List command.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A unique identifier for a predicate in a Rule, such as ByteMatchSetId or IPSetId. The ID is returned by the corresponding Create or List command.

                                                                                                                                                                                                                                  \n@param dataId A unique identifier for a predicate in a Rule, such as ByteMatchSetId or IPSetId. The ID is returned by the corresponding Create or List command.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A unique identifier for a predicate in a Rule, such as ByteMatchSetId or IPSetId. The ID is returned by the corresponding Create or List command.

                                                                                                                                                                                                                                  \n@param dataId A unique identifier for a predicate in a Rule, such as ByteMatchSetId or IPSetId. The ID is returned by the corresponding Create or List command.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ByteMatchSetUpdate" : { "c2jName" : "ByteMatchSetUpdate", "documentation" : "

                                                                                                                                                                                                                                  In an UpdateByteMatchSet request, ByteMatchSetUpdate specifies whether to insert or delete a ByteMatchTuple and includes the settings for the ByteMatchTuple.

                                                                                                                                                                                                                                  ", "shapeName" : "ByteMatchSetUpdate", "deprecated" : false, "required" : [ "Action", "ByteMatchTuple" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  Specifies whether to insert or delete a ByteMatchTuple.

                                                                                                                                                                                                                                  ", "name" : "Action", "c2jName" : "Action", "c2jShape" : "ChangeAction", "variable" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  Specifies whether to insert or delete a ByteMatchTuple.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Action", "marshallLocationName" : "Action", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ChangeAction", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  Specifies whether to insert or delete a ByteMatchTuple.

                                                                                                                                                                                                                                  \n@param action Specifies whether to insert or delete a ByteMatchTuple.\n@see ChangeAction*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Specifies whether to insert or delete a ByteMatchTuple.

                                                                                                                                                                                                                                  \n@return Specifies whether to insert or delete a ByteMatchTuple.\n@see ChangeAction*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Specifies whether to insert or delete a ByteMatchTuple.

                                                                                                                                                                                                                                  \n@param action Specifies whether to insert or delete a ByteMatchTuple.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Specifies whether to insert or delete a ByteMatchTuple.

                                                                                                                                                                                                                                  \n@param action Specifies whether to insert or delete a ByteMatchTuple.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for. If you specify DELETE for the value of Action, the ByteMatchTuple values must exactly match the values in the ByteMatchTuple that you want to delete from the ByteMatchSet.

                                                                                                                                                                                                                                  ", "name" : "ByteMatchTuple", "c2jName" : "ByteMatchTuple", "c2jShape" : "ByteMatchTuple", "variable" : { "variableName" : "byteMatchTuple", "variableType" : "ByteMatchTuple", "variableDeclarationType" : "ByteMatchTuple", "documentation" : "

                                                                                                                                                                                                                                  Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for. If you specify DELETE for the value of Action, the ByteMatchTuple values must exactly match the values in the ByteMatchTuple that you want to delete from the ByteMatchSet.

                                                                                                                                                                                                                                  ", "simpleType" : "ByteMatchTuple", "variableSetterType" : "ByteMatchTuple" }, "setterModel" : { "variableName" : "byteMatchTuple", "variableType" : "ByteMatchTuple", "variableDeclarationType" : "ByteMatchTuple", "documentation" : "", "simpleType" : "ByteMatchTuple", "variableSetterType" : "ByteMatchTuple" }, "getterModel" : { "returnType" : "ByteMatchTuple", "documentation" : null }, "http" : { "unmarshallLocationName" : "ByteMatchTuple", "marshallLocationName" : "ByteMatchTuple", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for. If you specify DELETE for the value of Action, the ByteMatchTuple values must exactly match the values in the ByteMatchTuple that you want to delete from the ByteMatchSet.

                                                                                                                                                                                                                                  \n@param byteMatchTuple Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for. If you specify DELETE for the value of Action, the ByteMatchTuple values must exactly match the values in the ByteMatchTuple that you want to delete from the ByteMatchSet.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for. If you specify DELETE for the value of Action, the ByteMatchTuple values must exactly match the values in the ByteMatchTuple that you want to delete from the ByteMatchSet.

                                                                                                                                                                                                                                  \n@return Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for. If you specify DELETE for the value of Action, the ByteMatchTuple values must exactly match the values in the ByteMatchTuple that you want to delete from the ByteMatchSet.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for. If you specify DELETE for the value of Action, the ByteMatchTuple values must exactly match the values in the ByteMatchTuple that you want to delete from the ByteMatchSet.

                                                                                                                                                                                                                                  \n@param byteMatchTuple Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for. If you specify DELETE for the value of Action, the ByteMatchTuple values must exactly match the values in the ByteMatchTuple that you want to delete from the ByteMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for. If you specify DELETE for the value of Action, the ByteMatchTuple values must exactly match the values in the ByteMatchTuple that you want to delete from the ByteMatchSet.

                                                                                                                                                                                                                                  \n@param byteMatchTuple Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for. If you specify DELETE for the value of Action, the ByteMatchTuple values must exactly match the values in the ByteMatchTuple that you want to delete from the ByteMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "byteMatchSetUpdate", "variableType" : "ByteMatchSetUpdate", "variableDeclarationType" : "ByteMatchSetUpdate", "documentation" : null, "simpleType" : "ByteMatchSetUpdate", "variableSetterType" : "ByteMatchSetUpdate" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ByteMatchTuple" : { "documentation" : "

                                                                                                                                                                                                                                  Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for. If you specify DELETE for the value of Action, the ByteMatchTuple values must exactly match the values in the ByteMatchTuple that you want to delete from the ByteMatchSet.

                                                                                                                                                                                                                                  ", "name" : "ByteMatchTuple", "c2jName" : "ByteMatchTuple", "c2jShape" : "ByteMatchTuple", "variable" : { "variableName" : "byteMatchTuple", "variableType" : "ByteMatchTuple", "variableDeclarationType" : "ByteMatchTuple", "documentation" : "

                                                                                                                                                                                                                                  Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for. If you specify DELETE for the value of Action, the ByteMatchTuple values must exactly match the values in the ByteMatchTuple that you want to delete from the ByteMatchSet.

                                                                                                                                                                                                                                  ", "simpleType" : "ByteMatchTuple", "variableSetterType" : "ByteMatchTuple" }, "setterModel" : { "variableName" : "byteMatchTuple", "variableType" : "ByteMatchTuple", "variableDeclarationType" : "ByteMatchTuple", "documentation" : "", "simpleType" : "ByteMatchTuple", "variableSetterType" : "ByteMatchTuple" }, "getterModel" : { "returnType" : "ByteMatchTuple", "documentation" : null }, "http" : { "unmarshallLocationName" : "ByteMatchTuple", "marshallLocationName" : "ByteMatchTuple", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for. If you specify DELETE for the value of Action, the ByteMatchTuple values must exactly match the values in the ByteMatchTuple that you want to delete from the ByteMatchSet.

                                                                                                                                                                                                                                  \n@param byteMatchTuple Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for. If you specify DELETE for the value of Action, the ByteMatchTuple values must exactly match the values in the ByteMatchTuple that you want to delete from the ByteMatchSet.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for. If you specify DELETE for the value of Action, the ByteMatchTuple values must exactly match the values in the ByteMatchTuple that you want to delete from the ByteMatchSet.

                                                                                                                                                                                                                                  \n@return Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for. If you specify DELETE for the value of Action, the ByteMatchTuple values must exactly match the values in the ByteMatchTuple that you want to delete from the ByteMatchSet.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for. If you specify DELETE for the value of Action, the ByteMatchTuple values must exactly match the values in the ByteMatchTuple that you want to delete from the ByteMatchSet.

                                                                                                                                                                                                                                  \n@param byteMatchTuple Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for. If you specify DELETE for the value of Action, the ByteMatchTuple values must exactly match the values in the ByteMatchTuple that you want to delete from the ByteMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for. If you specify DELETE for the value of Action, the ByteMatchTuple values must exactly match the values in the ByteMatchTuple that you want to delete from the ByteMatchSet.

                                                                                                                                                                                                                                  \n@param byteMatchTuple Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for. If you specify DELETE for the value of Action, the ByteMatchTuple values must exactly match the values in the ByteMatchTuple that you want to delete from the ByteMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "Action" : { "documentation" : "

                                                                                                                                                                                                                                  Specifies whether to insert or delete a ByteMatchTuple.

                                                                                                                                                                                                                                  ", "name" : "Action", "c2jName" : "Action", "c2jShape" : "ChangeAction", "variable" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  Specifies whether to insert or delete a ByteMatchTuple.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Action", "marshallLocationName" : "Action", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ChangeAction", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  Specifies whether to insert or delete a ByteMatchTuple.

                                                                                                                                                                                                                                  \n@param action Specifies whether to insert or delete a ByteMatchTuple.\n@see ChangeAction*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Specifies whether to insert or delete a ByteMatchTuple.

                                                                                                                                                                                                                                  \n@return Specifies whether to insert or delete a ByteMatchTuple.\n@see ChangeAction*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Specifies whether to insert or delete a ByteMatchTuple.

                                                                                                                                                                                                                                  \n@param action Specifies whether to insert or delete a ByteMatchTuple.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Specifies whether to insert or delete a ByteMatchTuple.

                                                                                                                                                                                                                                  \n@param action Specifies whether to insert or delete a ByteMatchTuple.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "simple" : true, "list" : false, "map" : false } } }, "GetSqlInjectionMatchSetRequest" : { "c2jName" : "GetSqlInjectionMatchSetRequest", "documentation" : "

                                                                                                                                                                                                                                  A request to get a SqlInjectionMatchSet.

                                                                                                                                                                                                                                  ", "shapeName" : "GetSqlInjectionMatchSetRequest", "deprecated" : false, "required" : [ "SqlInjectionMatchSetId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to get. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                                                                  ", "name" : "SqlInjectionMatchSetId", "c2jName" : "SqlInjectionMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "sqlInjectionMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to get. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sqlInjectionMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SqlInjectionMatchSetId", "marshallLocationName" : "SqlInjectionMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to get. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                                                                  \n@param sqlInjectionMatchSetId The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to get. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to get. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                                                                  \n@return The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to get. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to get. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                                                                  \n@param sqlInjectionMatchSetId The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to get. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to get. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                                                                  \n@param sqlInjectionMatchSetId The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to get. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "getSqlInjectionMatchSetRequest", "variableType" : "GetSqlInjectionMatchSetRequest", "variableDeclarationType" : "GetSqlInjectionMatchSetRequest", "documentation" : null, "simpleType" : "GetSqlInjectionMatchSetRequest", "variableSetterType" : "GetSqlInjectionMatchSetRequest" }, "marshaller" : { "action" : "GetSqlInjectionMatchSet", "verb" : "POST", "target" : "AWSWAF_20150824.GetSqlInjectionMatchSet", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SqlInjectionMatchSetId" : { "documentation" : "

                                                                                                                                                                                                                                  The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to get. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                                                                  ", "name" : "SqlInjectionMatchSetId", "c2jName" : "SqlInjectionMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "sqlInjectionMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to get. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sqlInjectionMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SqlInjectionMatchSetId", "marshallLocationName" : "SqlInjectionMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to get. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                                                                  \n@param sqlInjectionMatchSetId The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to get. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to get. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                                                                  \n@return The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to get. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to get. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                                                                  \n@param sqlInjectionMatchSetId The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to get. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to get. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                                                                  \n@param sqlInjectionMatchSetId The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to get. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "UpdateXssMatchSetRequest" : { "c2jName" : "UpdateXssMatchSetRequest", "documentation" : "

                                                                                                                                                                                                                                  A request to update an XssMatchSet.

                                                                                                                                                                                                                                  ", "shapeName" : "UpdateXssMatchSetRequest", "deprecated" : false, "required" : [ "XssMatchSetId", "ChangeToken", "Updates" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  The XssMatchSetId of the XssMatchSet that you want to update. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                                                                                                                                                                                  ", "name" : "XssMatchSetId", "c2jName" : "XssMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "xssMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The XssMatchSetId of the XssMatchSet that you want to update. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "xssMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "XssMatchSetId", "marshallLocationName" : "XssMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The XssMatchSetId of the XssMatchSet that you want to update. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                                                                                                                                                                                  \n@param xssMatchSetId The XssMatchSetId of the XssMatchSet that you want to update. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The XssMatchSetId of the XssMatchSet that you want to update. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                                                                                                                                                                                  \n@return The XssMatchSetId of the XssMatchSet that you want to update. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The XssMatchSetId of the XssMatchSet that you want to update. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                                                                                                                                                                                  \n@param xssMatchSetId The XssMatchSetId of the XssMatchSet that you want to update. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The XssMatchSetId of the XssMatchSet that you want to update. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                                                                                                                                                                                  \n@param xssMatchSetId The XssMatchSetId of the XssMatchSet that you want to update. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  An array of XssMatchSetUpdate objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                  ", "name" : "Updates", "c2jName" : "Updates", "c2jShape" : "XssMatchSetUpdates", "variable" : { "variableName" : "updates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                  An array of XssMatchSetUpdate objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "updates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Updates", "marshallLocationName" : "Updates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "XssMatchSetUpdate", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XssMatchSetUpdate", "variable" : { "variableName" : "member", "variableType" : "XssMatchSetUpdate", "variableDeclarationType" : "XssMatchSetUpdate", "documentation" : "", "simpleType" : "XssMatchSetUpdate", "variableSetterType" : "XssMatchSetUpdate" }, "setterModel" : { "variableName" : "member", "variableType" : "XssMatchSetUpdate", "variableDeclarationType" : "XssMatchSetUpdate", "documentation" : "", "simpleType" : "XssMatchSetUpdate", "variableSetterType" : "XssMatchSetUpdate" }, "getterModel" : { "returnType" : "XssMatchSetUpdate", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "XssMatchSetUpdate", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  An array of XssMatchSetUpdate objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                  \n@param updates An array of XssMatchSetUpdate objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                  • XssMatchSetUpdate: Contains Action and XssMatchTuple
                                                                                                                                                                                                                                  • XssMatchTuple: Contains FieldToMatch and TextTransformation
                                                                                                                                                                                                                                  • FieldToMatch: Contains Data and Type
                                                                                                                                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                    An array of XssMatchSetUpdate objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                    \n@return An array of XssMatchSetUpdate objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                    • XssMatchSetUpdate: Contains Action and XssMatchTuple
                                                                                                                                                                                                                                    • XssMatchTuple: Contains FieldToMatch and TextTransformation
                                                                                                                                                                                                                                    • FieldToMatch: Contains Data and Type
                                                                                                                                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                      An array of XssMatchSetUpdate objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                      \n@param updates An array of XssMatchSetUpdate objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                      • XssMatchSetUpdate: Contains Action and XssMatchTuple
                                                                                                                                                                                                                                      • XssMatchTuple: Contains FieldToMatch and TextTransformation
                                                                                                                                                                                                                                      • FieldToMatch: Contains Data and Type
                                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                        An array of XssMatchSetUpdate objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                        NOTE: This method appends the values to the existing list (if any). Use {@link #setUpdates(java.util.Collection)} or {@link #withUpdates(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                        \n@param updates An array of XssMatchSetUpdate objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                        • XssMatchSetUpdate: Contains Action and XssMatchTuple
                                                                                                                                                                                                                                        • XssMatchTuple: Contains FieldToMatch and TextTransformation
                                                                                                                                                                                                                                        • FieldToMatch: Contains Data and Type
                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "updateXssMatchSetRequest", "variableType" : "UpdateXssMatchSetRequest", "variableDeclarationType" : "UpdateXssMatchSetRequest", "documentation" : null, "simpleType" : "UpdateXssMatchSetRequest", "variableSetterType" : "UpdateXssMatchSetRequest" }, "marshaller" : { "action" : "UpdateXssMatchSet", "verb" : "POST", "target" : "AWSWAF_20150824.UpdateXssMatchSet", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "XssMatchSetId" : { "documentation" : "

                                                                                                                                                                                                                                          The XssMatchSetId of the XssMatchSet that you want to update. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                                                                                                                                                                                          ", "name" : "XssMatchSetId", "c2jName" : "XssMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "xssMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                          The XssMatchSetId of the XssMatchSet that you want to update. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "xssMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "XssMatchSetId", "marshallLocationName" : "XssMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                          The XssMatchSetId of the XssMatchSet that you want to update. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                                                                                                                                                                                          \n@param xssMatchSetId The XssMatchSetId of the XssMatchSet that you want to update. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                          The XssMatchSetId of the XssMatchSet that you want to update. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                                                                                                                                                                                          \n@return The XssMatchSetId of the XssMatchSet that you want to update. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                          The XssMatchSetId of the XssMatchSet that you want to update. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                                                                                                                                                                                          \n@param xssMatchSetId The XssMatchSetId of the XssMatchSet that you want to update. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                          The XssMatchSetId of the XssMatchSet that you want to update. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

                                                                                                                                                                                                                                          \n@param xssMatchSetId The XssMatchSetId of the XssMatchSet that you want to update. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Updates" : { "documentation" : "

                                                                                                                                                                                                                                          An array of XssMatchSetUpdate objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                          ", "name" : "Updates", "c2jName" : "Updates", "c2jShape" : "XssMatchSetUpdates", "variable" : { "variableName" : "updates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                          An array of XssMatchSetUpdate objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "updates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Updates", "marshallLocationName" : "Updates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "XssMatchSetUpdate", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XssMatchSetUpdate", "variable" : { "variableName" : "member", "variableType" : "XssMatchSetUpdate", "variableDeclarationType" : "XssMatchSetUpdate", "documentation" : "", "simpleType" : "XssMatchSetUpdate", "variableSetterType" : "XssMatchSetUpdate" }, "setterModel" : { "variableName" : "member", "variableType" : "XssMatchSetUpdate", "variableDeclarationType" : "XssMatchSetUpdate", "documentation" : "", "simpleType" : "XssMatchSetUpdate", "variableSetterType" : "XssMatchSetUpdate" }, "getterModel" : { "returnType" : "XssMatchSetUpdate", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "XssMatchSetUpdate", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                          An array of XssMatchSetUpdate objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                          \n@param updates An array of XssMatchSetUpdate objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                          • XssMatchSetUpdate: Contains Action and XssMatchTuple
                                                                                                                                                                                                                                          • XssMatchTuple: Contains FieldToMatch and TextTransformation
                                                                                                                                                                                                                                          • FieldToMatch: Contains Data and Type
                                                                                                                                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                            An array of XssMatchSetUpdate objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                            \n@return An array of XssMatchSetUpdate objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                            • XssMatchSetUpdate: Contains Action and XssMatchTuple
                                                                                                                                                                                                                                            • XssMatchTuple: Contains FieldToMatch and TextTransformation
                                                                                                                                                                                                                                            • FieldToMatch: Contains Data and Type
                                                                                                                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                              An array of XssMatchSetUpdate objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                              \n@param updates An array of XssMatchSetUpdate objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                              • XssMatchSetUpdate: Contains Action and XssMatchTuple
                                                                                                                                                                                                                                              • XssMatchTuple: Contains FieldToMatch and TextTransformation
                                                                                                                                                                                                                                              • FieldToMatch: Contains Data and Type
                                                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                An array of XssMatchSetUpdate objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                NOTE: This method appends the values to the existing list (if any). Use {@link #setUpdates(java.util.Collection)} or {@link #withUpdates(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                \n@param updates An array of XssMatchSetUpdate objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                                • XssMatchSetUpdate: Contains Action and XssMatchTuple
                                                                                                                                                                                                                                                • XssMatchTuple: Contains FieldToMatch and TextTransformation
                                                                                                                                                                                                                                                • FieldToMatch: Contains Data and Type
                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "ChangeToken" : { "documentation" : "

                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "TextTransformation" : { "c2jName" : "TextTransformation", "documentation" : "", "shapeName" : "TextTransformation", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "NONE", "value" : "NONE" }, { "name" : "COMPRESS_WHITE_SPACE", "value" : "COMPRESS_WHITE_SPACE" }, { "name" : "HTML_ENTITY_DECODE", "value" : "HTML_ENTITY_DECODE" }, { "name" : "LOWERCASE", "value" : "LOWERCASE" }, { "name" : "CMD_LINE", "value" : "CMD_LINE" }, { "name" : "URL_DECODE", "value" : "URL_DECODE" } ], "variable" : { "variableName" : "textTransformation", "variableType" : "TextTransformation", "variableDeclarationType" : "TextTransformation", "documentation" : null, "simpleType" : "TextTransformation", "variableSetterType" : "TextTransformation" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "MatchFieldType" : { "c2jName" : "MatchFieldType", "documentation" : "", "shapeName" : "MatchFieldType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "URI", "value" : "URI" }, { "name" : "QUERY_STRING", "value" : "QUERY_STRING" }, { "name" : "HEADER", "value" : "HEADER" }, { "name" : "METHOD", "value" : "METHOD" }, { "name" : "BODY", "value" : "BODY" } ], "variable" : { "variableName" : "matchFieldType", "variableType" : "MatchFieldType", "variableDeclarationType" : "MatchFieldType", "documentation" : null, "simpleType" : "MatchFieldType", "variableSetterType" : "MatchFieldType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListSizeConstraintSetsResult" : { "c2jName" : "ListSizeConstraintSetsResponse", "documentation" : "", "shapeName" : "ListSizeConstraintSetsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                  If you have more SizeConstraintSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SizeConstraintSet objects, submit another ListSizeConstraintSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                                                                                                                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  If you have more SizeConstraintSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SizeConstraintSet objects, submit another ListSizeConstraintSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  If you have more SizeConstraintSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SizeConstraintSet objects, submit another ListSizeConstraintSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                                                                                                                                                                  \n@param nextMarker If you have more SizeConstraintSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SizeConstraintSet objects, submit another ListSizeConstraintSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  If you have more SizeConstraintSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SizeConstraintSet objects, submit another ListSizeConstraintSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                                                                                                                                                                  \n@return If you have more SizeConstraintSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SizeConstraintSet objects, submit another ListSizeConstraintSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  If you have more SizeConstraintSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SizeConstraintSet objects, submit another ListSizeConstraintSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                                                                                                                                                                  \n@param nextMarker If you have more SizeConstraintSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SizeConstraintSet objects, submit another ListSizeConstraintSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  If you have more SizeConstraintSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SizeConstraintSet objects, submit another ListSizeConstraintSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                                                                                                                                                                  \n@param nextMarker If you have more SizeConstraintSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SizeConstraintSet objects, submit another ListSizeConstraintSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                  An array of SizeConstraintSetSummary objects.

                                                                                                                                                                                                                                                  ", "name" : "SizeConstraintSets", "c2jName" : "SizeConstraintSets", "c2jShape" : "SizeConstraintSetSummaries", "variable" : { "variableName" : "sizeConstraintSets", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                  An array of SizeConstraintSetSummary objects.

                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "sizeConstraintSets", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SizeConstraintSets", "marshallLocationName" : "SizeConstraintSets", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "SizeConstraintSetSummary", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SizeConstraintSetSummary", "variable" : { "variableName" : "member", "variableType" : "SizeConstraintSetSummary", "variableDeclarationType" : "SizeConstraintSetSummary", "documentation" : "", "simpleType" : "SizeConstraintSetSummary", "variableSetterType" : "SizeConstraintSetSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "SizeConstraintSetSummary", "variableDeclarationType" : "SizeConstraintSetSummary", "documentation" : "", "simpleType" : "SizeConstraintSetSummary", "variableSetterType" : "SizeConstraintSetSummary" }, "getterModel" : { "returnType" : "SizeConstraintSetSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "SizeConstraintSetSummary", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  An array of SizeConstraintSetSummary objects.

                                                                                                                                                                                                                                                  \n@param sizeConstraintSets An array of SizeConstraintSetSummary objects.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  An array of SizeConstraintSetSummary objects.

                                                                                                                                                                                                                                                  \n@return An array of SizeConstraintSetSummary objects.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  An array of SizeConstraintSetSummary objects.

                                                                                                                                                                                                                                                  \n@param sizeConstraintSets An array of SizeConstraintSetSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  An array of SizeConstraintSetSummary objects.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSizeConstraintSets(java.util.Collection)} or {@link #withSizeConstraintSets(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                  \n@param sizeConstraintSets An array of SizeConstraintSetSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "listSizeConstraintSetsResult", "variableType" : "ListSizeConstraintSetsResult", "variableDeclarationType" : "ListSizeConstraintSetsResult", "documentation" : null, "simpleType" : "ListSizeConstraintSetsResult", "variableSetterType" : "ListSizeConstraintSetsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SizeConstraintSets" : { "documentation" : "

                                                                                                                                                                                                                                                  An array of SizeConstraintSetSummary objects.

                                                                                                                                                                                                                                                  ", "name" : "SizeConstraintSets", "c2jName" : "SizeConstraintSets", "c2jShape" : "SizeConstraintSetSummaries", "variable" : { "variableName" : "sizeConstraintSets", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                  An array of SizeConstraintSetSummary objects.

                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "sizeConstraintSets", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SizeConstraintSets", "marshallLocationName" : "SizeConstraintSets", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "SizeConstraintSetSummary", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SizeConstraintSetSummary", "variable" : { "variableName" : "member", "variableType" : "SizeConstraintSetSummary", "variableDeclarationType" : "SizeConstraintSetSummary", "documentation" : "", "simpleType" : "SizeConstraintSetSummary", "variableSetterType" : "SizeConstraintSetSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "SizeConstraintSetSummary", "variableDeclarationType" : "SizeConstraintSetSummary", "documentation" : "", "simpleType" : "SizeConstraintSetSummary", "variableSetterType" : "SizeConstraintSetSummary" }, "getterModel" : { "returnType" : "SizeConstraintSetSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "SizeConstraintSetSummary", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  An array of SizeConstraintSetSummary objects.

                                                                                                                                                                                                                                                  \n@param sizeConstraintSets An array of SizeConstraintSetSummary objects.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  An array of SizeConstraintSetSummary objects.

                                                                                                                                                                                                                                                  \n@return An array of SizeConstraintSetSummary objects.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  An array of SizeConstraintSetSummary objects.

                                                                                                                                                                                                                                                  \n@param sizeConstraintSets An array of SizeConstraintSetSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  An array of SizeConstraintSetSummary objects.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSizeConstraintSets(java.util.Collection)} or {@link #withSizeConstraintSets(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                  \n@param sizeConstraintSets An array of SizeConstraintSetSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "NextMarker" : { "documentation" : "

                                                                                                                                                                                                                                                  If you have more SizeConstraintSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SizeConstraintSet objects, submit another ListSizeConstraintSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                                                                                                                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  If you have more SizeConstraintSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SizeConstraintSet objects, submit another ListSizeConstraintSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  If you have more SizeConstraintSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SizeConstraintSet objects, submit another ListSizeConstraintSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                                                                                                                                                                  \n@param nextMarker If you have more SizeConstraintSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SizeConstraintSet objects, submit another ListSizeConstraintSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  If you have more SizeConstraintSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SizeConstraintSet objects, submit another ListSizeConstraintSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                                                                                                                                                                  \n@return If you have more SizeConstraintSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SizeConstraintSet objects, submit another ListSizeConstraintSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  If you have more SizeConstraintSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SizeConstraintSet objects, submit another ListSizeConstraintSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                                                                                                                                                                  \n@param nextMarker If you have more SizeConstraintSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SizeConstraintSet objects, submit another ListSizeConstraintSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  If you have more SizeConstraintSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SizeConstraintSet objects, submit another ListSizeConstraintSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                                                                                                                                                                  \n@param nextMarker If you have more SizeConstraintSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SizeConstraintSet objects, submit another ListSizeConstraintSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "CreateByteMatchSetResult" : { "c2jName" : "CreateByteMatchSetResponse", "documentation" : "", "shapeName" : "CreateByteMatchSetResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                  A ByteMatchSet that contains no ByteMatchTuple objects.

                                                                                                                                                                                                                                                  ", "name" : "ByteMatchSet", "c2jName" : "ByteMatchSet", "c2jShape" : "ByteMatchSet", "variable" : { "variableName" : "byteMatchSet", "variableType" : "ByteMatchSet", "variableDeclarationType" : "ByteMatchSet", "documentation" : "

                                                                                                                                                                                                                                                  A ByteMatchSet that contains no ByteMatchTuple objects.

                                                                                                                                                                                                                                                  ", "simpleType" : "ByteMatchSet", "variableSetterType" : "ByteMatchSet" }, "setterModel" : { "variableName" : "byteMatchSet", "variableType" : "ByteMatchSet", "variableDeclarationType" : "ByteMatchSet", "documentation" : "", "simpleType" : "ByteMatchSet", "variableSetterType" : "ByteMatchSet" }, "getterModel" : { "returnType" : "ByteMatchSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "ByteMatchSet", "marshallLocationName" : "ByteMatchSet", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  A ByteMatchSet that contains no ByteMatchTuple objects.

                                                                                                                                                                                                                                                  \n@param byteMatchSet A ByteMatchSet that contains no ByteMatchTuple objects.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  A ByteMatchSet that contains no ByteMatchTuple objects.

                                                                                                                                                                                                                                                  \n@return A ByteMatchSet that contains no ByteMatchTuple objects.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  A ByteMatchSet that contains no ByteMatchTuple objects.

                                                                                                                                                                                                                                                  \n@param byteMatchSet A ByteMatchSet that contains no ByteMatchTuple objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  A ByteMatchSet that contains no ByteMatchTuple objects.

                                                                                                                                                                                                                                                  \n@param byteMatchSet A ByteMatchSet that contains no ByteMatchTuple objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                  The ChangeToken that you used to submit the CreateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The ChangeToken that you used to submit the CreateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The ChangeToken that you used to submit the CreateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The ChangeToken that you used to submit the CreateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                                                  \n@return The ChangeToken that you used to submit the CreateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The ChangeToken that you used to submit the CreateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The ChangeToken that you used to submit the CreateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "createByteMatchSetResult", "variableType" : "CreateByteMatchSetResult", "variableDeclarationType" : "CreateByteMatchSetResult", "documentation" : null, "simpleType" : "CreateByteMatchSetResult", "variableSetterType" : "CreateByteMatchSetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ByteMatchSet" : { "documentation" : "

                                                                                                                                                                                                                                                  A ByteMatchSet that contains no ByteMatchTuple objects.

                                                                                                                                                                                                                                                  ", "name" : "ByteMatchSet", "c2jName" : "ByteMatchSet", "c2jShape" : "ByteMatchSet", "variable" : { "variableName" : "byteMatchSet", "variableType" : "ByteMatchSet", "variableDeclarationType" : "ByteMatchSet", "documentation" : "

                                                                                                                                                                                                                                                  A ByteMatchSet that contains no ByteMatchTuple objects.

                                                                                                                                                                                                                                                  ", "simpleType" : "ByteMatchSet", "variableSetterType" : "ByteMatchSet" }, "setterModel" : { "variableName" : "byteMatchSet", "variableType" : "ByteMatchSet", "variableDeclarationType" : "ByteMatchSet", "documentation" : "", "simpleType" : "ByteMatchSet", "variableSetterType" : "ByteMatchSet" }, "getterModel" : { "returnType" : "ByteMatchSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "ByteMatchSet", "marshallLocationName" : "ByteMatchSet", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  A ByteMatchSet that contains no ByteMatchTuple objects.

                                                                                                                                                                                                                                                  \n@param byteMatchSet A ByteMatchSet that contains no ByteMatchTuple objects.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  A ByteMatchSet that contains no ByteMatchTuple objects.

                                                                                                                                                                                                                                                  \n@return A ByteMatchSet that contains no ByteMatchTuple objects.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  A ByteMatchSet that contains no ByteMatchTuple objects.

                                                                                                                                                                                                                                                  \n@param byteMatchSet A ByteMatchSet that contains no ByteMatchTuple objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  A ByteMatchSet that contains no ByteMatchTuple objects.

                                                                                                                                                                                                                                                  \n@param byteMatchSet A ByteMatchSet that contains no ByteMatchTuple objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "ChangeToken" : { "documentation" : "

                                                                                                                                                                                                                                                  The ChangeToken that you used to submit the CreateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The ChangeToken that you used to submit the CreateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The ChangeToken that you used to submit the CreateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The ChangeToken that you used to submit the CreateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                                                  \n@return The ChangeToken that you used to submit the CreateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The ChangeToken that you used to submit the CreateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The ChangeToken that you used to submit the CreateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the CreateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "SizeConstraintSetUpdate" : { "c2jName" : "SizeConstraintSetUpdate", "documentation" : "

                                                                                                                                                                                                                                                  Specifies the part of a web request that you want to inspect the size of and indicates whether you want to add the specification to a SizeConstraintSet or delete it from a SizeConstraintSet.

                                                                                                                                                                                                                                                  ", "shapeName" : "SizeConstraintSetUpdate", "deprecated" : false, "required" : [ "Action", "SizeConstraint" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                  Specify INSERT to add a SizeConstraintSetUpdate to a SizeConstraintSet. Use DELETE to remove a SizeConstraintSetUpdate from a SizeConstraintSet.

                                                                                                                                                                                                                                                  ", "name" : "Action", "c2jName" : "Action", "c2jShape" : "ChangeAction", "variable" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  Specify INSERT to add a SizeConstraintSetUpdate to a SizeConstraintSet. Use DELETE to remove a SizeConstraintSetUpdate from a SizeConstraintSet.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Action", "marshallLocationName" : "Action", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ChangeAction", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  Specify INSERT to add a SizeConstraintSetUpdate to a SizeConstraintSet. Use DELETE to remove a SizeConstraintSetUpdate from a SizeConstraintSet.

                                                                                                                                                                                                                                                  \n@param action Specify INSERT to add a SizeConstraintSetUpdate to a SizeConstraintSet. Use DELETE to remove a SizeConstraintSetUpdate from a SizeConstraintSet.\n@see ChangeAction*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  Specify INSERT to add a SizeConstraintSetUpdate to a SizeConstraintSet. Use DELETE to remove a SizeConstraintSetUpdate from a SizeConstraintSet.

                                                                                                                                                                                                                                                  \n@return Specify INSERT to add a SizeConstraintSetUpdate to a SizeConstraintSet. Use DELETE to remove a SizeConstraintSetUpdate from a SizeConstraintSet.\n@see ChangeAction*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  Specify INSERT to add a SizeConstraintSetUpdate to a SizeConstraintSet. Use DELETE to remove a SizeConstraintSetUpdate from a SizeConstraintSet.

                                                                                                                                                                                                                                                  \n@param action Specify INSERT to add a SizeConstraintSetUpdate to a SizeConstraintSet. Use DELETE to remove a SizeConstraintSetUpdate from a SizeConstraintSet.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  Specify INSERT to add a SizeConstraintSetUpdate to a SizeConstraintSet. Use DELETE to remove a SizeConstraintSetUpdate from a SizeConstraintSet.

                                                                                                                                                                                                                                                  \n@param action Specify INSERT to add a SizeConstraintSetUpdate to a SizeConstraintSet. Use DELETE to remove a SizeConstraintSetUpdate from a SizeConstraintSet.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                  Specifies a constraint on the size of a part of the web request. AWS WAF uses the Size, ComparisonOperator, and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                  ", "name" : "SizeConstraint", "c2jName" : "SizeConstraint", "c2jShape" : "SizeConstraint", "variable" : { "variableName" : "sizeConstraint", "variableType" : "SizeConstraint", "variableDeclarationType" : "SizeConstraint", "documentation" : "

                                                                                                                                                                                                                                                  Specifies a constraint on the size of a part of the web request. AWS WAF uses the Size, ComparisonOperator, and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                  ", "simpleType" : "SizeConstraint", "variableSetterType" : "SizeConstraint" }, "setterModel" : { "variableName" : "sizeConstraint", "variableType" : "SizeConstraint", "variableDeclarationType" : "SizeConstraint", "documentation" : "", "simpleType" : "SizeConstraint", "variableSetterType" : "SizeConstraint" }, "getterModel" : { "returnType" : "SizeConstraint", "documentation" : null }, "http" : { "unmarshallLocationName" : "SizeConstraint", "marshallLocationName" : "SizeConstraint", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  Specifies a constraint on the size of a part of the web request. AWS WAF uses the Size, ComparisonOperator, and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                  \n@param sizeConstraint Specifies a constraint on the size of a part of the web request. AWS WAF uses the Size, ComparisonOperator, and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  Specifies a constraint on the size of a part of the web request. AWS WAF uses the Size, ComparisonOperator, and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                  \n@return Specifies a constraint on the size of a part of the web request. AWS WAF uses the Size, ComparisonOperator, and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  Specifies a constraint on the size of a part of the web request. AWS WAF uses the Size, ComparisonOperator, and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                  \n@param sizeConstraint Specifies a constraint on the size of a part of the web request. AWS WAF uses the Size, ComparisonOperator, and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  Specifies a constraint on the size of a part of the web request. AWS WAF uses the Size, ComparisonOperator, and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                  \n@param sizeConstraint Specifies a constraint on the size of a part of the web request. AWS WAF uses the Size, ComparisonOperator, and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "sizeConstraintSetUpdate", "variableType" : "SizeConstraintSetUpdate", "variableDeclarationType" : "SizeConstraintSetUpdate", "documentation" : null, "simpleType" : "SizeConstraintSetUpdate", "variableSetterType" : "SizeConstraintSetUpdate" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Action" : { "documentation" : "

                                                                                                                                                                                                                                                  Specify INSERT to add a SizeConstraintSetUpdate to a SizeConstraintSet. Use DELETE to remove a SizeConstraintSetUpdate from a SizeConstraintSet.

                                                                                                                                                                                                                                                  ", "name" : "Action", "c2jName" : "Action", "c2jShape" : "ChangeAction", "variable" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  Specify INSERT to add a SizeConstraintSetUpdate to a SizeConstraintSet. Use DELETE to remove a SizeConstraintSetUpdate from a SizeConstraintSet.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Action", "marshallLocationName" : "Action", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ChangeAction", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  Specify INSERT to add a SizeConstraintSetUpdate to a SizeConstraintSet. Use DELETE to remove a SizeConstraintSetUpdate from a SizeConstraintSet.

                                                                                                                                                                                                                                                  \n@param action Specify INSERT to add a SizeConstraintSetUpdate to a SizeConstraintSet. Use DELETE to remove a SizeConstraintSetUpdate from a SizeConstraintSet.\n@see ChangeAction*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  Specify INSERT to add a SizeConstraintSetUpdate to a SizeConstraintSet. Use DELETE to remove a SizeConstraintSetUpdate from a SizeConstraintSet.

                                                                                                                                                                                                                                                  \n@return Specify INSERT to add a SizeConstraintSetUpdate to a SizeConstraintSet. Use DELETE to remove a SizeConstraintSetUpdate from a SizeConstraintSet.\n@see ChangeAction*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  Specify INSERT to add a SizeConstraintSetUpdate to a SizeConstraintSet. Use DELETE to remove a SizeConstraintSetUpdate from a SizeConstraintSet.

                                                                                                                                                                                                                                                  \n@param action Specify INSERT to add a SizeConstraintSetUpdate to a SizeConstraintSet. Use DELETE to remove a SizeConstraintSetUpdate from a SizeConstraintSet.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  Specify INSERT to add a SizeConstraintSetUpdate to a SizeConstraintSet. Use DELETE to remove a SizeConstraintSetUpdate from a SizeConstraintSet.

                                                                                                                                                                                                                                                  \n@param action Specify INSERT to add a SizeConstraintSetUpdate to a SizeConstraintSet. Use DELETE to remove a SizeConstraintSetUpdate from a SizeConstraintSet.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "simple" : true, "list" : false, "map" : false }, "SizeConstraint" : { "documentation" : "

                                                                                                                                                                                                                                                  Specifies a constraint on the size of a part of the web request. AWS WAF uses the Size, ComparisonOperator, and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                  ", "name" : "SizeConstraint", "c2jName" : "SizeConstraint", "c2jShape" : "SizeConstraint", "variable" : { "variableName" : "sizeConstraint", "variableType" : "SizeConstraint", "variableDeclarationType" : "SizeConstraint", "documentation" : "

                                                                                                                                                                                                                                                  Specifies a constraint on the size of a part of the web request. AWS WAF uses the Size, ComparisonOperator, and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                  ", "simpleType" : "SizeConstraint", "variableSetterType" : "SizeConstraint" }, "setterModel" : { "variableName" : "sizeConstraint", "variableType" : "SizeConstraint", "variableDeclarationType" : "SizeConstraint", "documentation" : "", "simpleType" : "SizeConstraint", "variableSetterType" : "SizeConstraint" }, "getterModel" : { "returnType" : "SizeConstraint", "documentation" : null }, "http" : { "unmarshallLocationName" : "SizeConstraint", "marshallLocationName" : "SizeConstraint", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  Specifies a constraint on the size of a part of the web request. AWS WAF uses the Size, ComparisonOperator, and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                  \n@param sizeConstraint Specifies a constraint on the size of a part of the web request. AWS WAF uses the Size, ComparisonOperator, and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  Specifies a constraint on the size of a part of the web request. AWS WAF uses the Size, ComparisonOperator, and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                  \n@return Specifies a constraint on the size of a part of the web request. AWS WAF uses the Size, ComparisonOperator, and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  Specifies a constraint on the size of a part of the web request. AWS WAF uses the Size, ComparisonOperator, and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                  \n@param sizeConstraint Specifies a constraint on the size of a part of the web request. AWS WAF uses the Size, ComparisonOperator, and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  Specifies a constraint on the size of a part of the web request. AWS WAF uses the Size, ComparisonOperator, and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                  \n@param sizeConstraint Specifies a constraint on the size of a part of the web request. AWS WAF uses the Size, ComparisonOperator, and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } } }, "ListXssMatchSetsRequest" : { "c2jName" : "ListXssMatchSetsRequest", "documentation" : "

                                                                                                                                                                                                                                                  A request to list the XssMatchSet objects created by the current AWS account.

                                                                                                                                                                                                                                                  ", "shapeName" : "ListXssMatchSetsRequest", "deprecated" : false, "required" : [ "Limit" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                  If you specify a value for Limit and you have more XssMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of XssMatchSets. For the second and subsequent ListXssMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of XssMatchSets.

                                                                                                                                                                                                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  If you specify a value for Limit and you have more XssMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of XssMatchSets. For the second and subsequent ListXssMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of XssMatchSets.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  If you specify a value for Limit and you have more XssMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of XssMatchSets. For the second and subsequent ListXssMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of XssMatchSets.

                                                                                                                                                                                                                                                  \n@param nextMarker If you specify a value for Limit and you have more XssMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of XssMatchSets. For the second and subsequent ListXssMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of XssMatchSets.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  If you specify a value for Limit and you have more XssMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of XssMatchSets. For the second and subsequent ListXssMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of XssMatchSets.

                                                                                                                                                                                                                                                  \n@return If you specify a value for Limit and you have more XssMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of XssMatchSets. For the second and subsequent ListXssMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of XssMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  If you specify a value for Limit and you have more XssMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of XssMatchSets. For the second and subsequent ListXssMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of XssMatchSets.

                                                                                                                                                                                                                                                  \n@param nextMarker If you specify a value for Limit and you have more XssMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of XssMatchSets. For the second and subsequent ListXssMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of XssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  If you specify a value for Limit and you have more XssMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of XssMatchSets. For the second and subsequent ListXssMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of XssMatchSets.

                                                                                                                                                                                                                                                  \n@param nextMarker If you specify a value for Limit and you have more XssMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of XssMatchSets. For the second and subsequent ListXssMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of XssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                  Specifies the number of XssMatchSet objects that you want AWS WAF to return for this request. If you have more XssMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.

                                                                                                                                                                                                                                                  ", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "PaginationLimit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                  Specifies the number of XssMatchSet objects that you want AWS WAF to return for this request. If you have more XssMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.

                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  Specifies the number of XssMatchSet objects that you want AWS WAF to return for this request. If you have more XssMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.

                                                                                                                                                                                                                                                  \n@param limit Specifies the number of XssMatchSet objects that you want AWS WAF to return for this request. If you have more XssMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  Specifies the number of XssMatchSet objects that you want AWS WAF to return for this request. If you have more XssMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.

                                                                                                                                                                                                                                                  \n@return Specifies the number of XssMatchSet objects that you want AWS WAF to return for this request. If you have more XssMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  Specifies the number of XssMatchSet objects that you want AWS WAF to return for this request. If you have more XssMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.

                                                                                                                                                                                                                                                  \n@param limit Specifies the number of XssMatchSet objects that you want AWS WAF to return for this request. If you have more XssMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  Specifies the number of XssMatchSet objects that you want AWS WAF to return for this request. If you have more XssMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.

                                                                                                                                                                                                                                                  \n@param limit Specifies the number of XssMatchSet objects that you want AWS WAF to return for this request. If you have more XssMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "listXssMatchSetsRequest", "variableType" : "ListXssMatchSetsRequest", "variableDeclarationType" : "ListXssMatchSetsRequest", "documentation" : null, "simpleType" : "ListXssMatchSetsRequest", "variableSetterType" : "ListXssMatchSetsRequest" }, "marshaller" : { "action" : "ListXssMatchSets", "verb" : "POST", "target" : "AWSWAF_20150824.ListXssMatchSets", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Limit" : { "documentation" : "

                                                                                                                                                                                                                                                  Specifies the number of XssMatchSet objects that you want AWS WAF to return for this request. If you have more XssMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.

                                                                                                                                                                                                                                                  ", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "PaginationLimit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                  Specifies the number of XssMatchSet objects that you want AWS WAF to return for this request. If you have more XssMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.

                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  Specifies the number of XssMatchSet objects that you want AWS WAF to return for this request. If you have more XssMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.

                                                                                                                                                                                                                                                  \n@param limit Specifies the number of XssMatchSet objects that you want AWS WAF to return for this request. If you have more XssMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  Specifies the number of XssMatchSet objects that you want AWS WAF to return for this request. If you have more XssMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.

                                                                                                                                                                                                                                                  \n@return Specifies the number of XssMatchSet objects that you want AWS WAF to return for this request. If you have more XssMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  Specifies the number of XssMatchSet objects that you want AWS WAF to return for this request. If you have more XssMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.

                                                                                                                                                                                                                                                  \n@param limit Specifies the number of XssMatchSet objects that you want AWS WAF to return for this request. If you have more XssMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  Specifies the number of XssMatchSet objects that you want AWS WAF to return for this request. If you have more XssMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.

                                                                                                                                                                                                                                                  \n@param limit Specifies the number of XssMatchSet objects that you want AWS WAF to return for this request. If you have more XssMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "NextMarker" : { "documentation" : "

                                                                                                                                                                                                                                                  If you specify a value for Limit and you have more XssMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of XssMatchSets. For the second and subsequent ListXssMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of XssMatchSets.

                                                                                                                                                                                                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  If you specify a value for Limit and you have more XssMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of XssMatchSets. For the second and subsequent ListXssMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of XssMatchSets.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  If you specify a value for Limit and you have more XssMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of XssMatchSets. For the second and subsequent ListXssMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of XssMatchSets.

                                                                                                                                                                                                                                                  \n@param nextMarker If you specify a value for Limit and you have more XssMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of XssMatchSets. For the second and subsequent ListXssMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of XssMatchSets.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  If you specify a value for Limit and you have more XssMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of XssMatchSets. For the second and subsequent ListXssMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of XssMatchSets.

                                                                                                                                                                                                                                                  \n@return If you specify a value for Limit and you have more XssMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of XssMatchSets. For the second and subsequent ListXssMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of XssMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  If you specify a value for Limit and you have more XssMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of XssMatchSets. For the second and subsequent ListXssMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of XssMatchSets.

                                                                                                                                                                                                                                                  \n@param nextMarker If you specify a value for Limit and you have more XssMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of XssMatchSets. For the second and subsequent ListXssMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of XssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  If you specify a value for Limit and you have more XssMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of XssMatchSets. For the second and subsequent ListXssMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of XssMatchSets.

                                                                                                                                                                                                                                                  \n@param nextMarker If you specify a value for Limit and you have more XssMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of XssMatchSets. For the second and subsequent ListXssMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of XssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "GetSizeConstraintSetResult" : { "c2jName" : "GetSizeConstraintSetResponse", "documentation" : "", "shapeName" : "GetSizeConstraintSetResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                  Information about the SizeConstraintSet that you specified in the GetSizeConstraintSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                  ", "name" : "SizeConstraintSet", "c2jName" : "SizeConstraintSet", "c2jShape" : "SizeConstraintSet", "variable" : { "variableName" : "sizeConstraintSet", "variableType" : "SizeConstraintSet", "variableDeclarationType" : "SizeConstraintSet", "documentation" : "

                                                                                                                                                                                                                                                  Information about the SizeConstraintSet that you specified in the GetSizeConstraintSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                  ", "simpleType" : "SizeConstraintSet", "variableSetterType" : "SizeConstraintSet" }, "setterModel" : { "variableName" : "sizeConstraintSet", "variableType" : "SizeConstraintSet", "variableDeclarationType" : "SizeConstraintSet", "documentation" : "", "simpleType" : "SizeConstraintSet", "variableSetterType" : "SizeConstraintSet" }, "getterModel" : { "returnType" : "SizeConstraintSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "SizeConstraintSet", "marshallLocationName" : "SizeConstraintSet", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  Information about the SizeConstraintSet that you specified in the GetSizeConstraintSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                  \n@param sizeConstraintSet Information about the SizeConstraintSet that you specified in the GetSizeConstraintSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                  • SizeConstraintSet: Contains SizeConstraintSetId, SizeConstraints, and Name
                                                                                                                                                                                                                                                  • SizeConstraints: Contains an array of SizeConstraint objects. Each SizeConstraint object contains FieldToMatch, TextTransformation, ComparisonOperator, and Size
                                                                                                                                                                                                                                                  • FieldToMatch: Contains Data and Type
                                                                                                                                                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                    Information about the SizeConstraintSet that you specified in the GetSizeConstraintSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                    \n@return Information about the SizeConstraintSet that you specified in the GetSizeConstraintSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                    • SizeConstraintSet: Contains SizeConstraintSetId, SizeConstraints, and Name
                                                                                                                                                                                                                                                    • SizeConstraints: Contains an array of SizeConstraint objects. Each SizeConstraint object contains FieldToMatch, TextTransformation, ComparisonOperator, and Size
                                                                                                                                                                                                                                                    • FieldToMatch: Contains Data and Type
                                                                                                                                                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                      Information about the SizeConstraintSet that you specified in the GetSizeConstraintSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                      \n@param sizeConstraintSet Information about the SizeConstraintSet that you specified in the GetSizeConstraintSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                      • SizeConstraintSet: Contains SizeConstraintSetId, SizeConstraints, and Name
                                                                                                                                                                                                                                                      • SizeConstraints: Contains an array of SizeConstraint objects. Each SizeConstraint object contains FieldToMatch, TextTransformation, ComparisonOperator, and Size
                                                                                                                                                                                                                                                      • FieldToMatch: Contains Data and Type
                                                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                        Information about the SizeConstraintSet that you specified in the GetSizeConstraintSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                        \n@param sizeConstraintSet Information about the SizeConstraintSet that you specified in the GetSizeConstraintSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                        • SizeConstraintSet: Contains SizeConstraintSetId, SizeConstraints, and Name
                                                                                                                                                                                                                                                        • SizeConstraints: Contains an array of SizeConstraint objects. Each SizeConstraint object contains FieldToMatch, TextTransformation, ComparisonOperator, and Size
                                                                                                                                                                                                                                                        • FieldToMatch: Contains Data and Type
                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "getSizeConstraintSetResult", "variableType" : "GetSizeConstraintSetResult", "variableDeclarationType" : "GetSizeConstraintSetResult", "documentation" : null, "simpleType" : "GetSizeConstraintSetResult", "variableSetterType" : "GetSizeConstraintSetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SizeConstraintSet" : { "documentation" : "

                                                                                                                                                                                                                                                          Information about the SizeConstraintSet that you specified in the GetSizeConstraintSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                          ", "name" : "SizeConstraintSet", "c2jName" : "SizeConstraintSet", "c2jShape" : "SizeConstraintSet", "variable" : { "variableName" : "sizeConstraintSet", "variableType" : "SizeConstraintSet", "variableDeclarationType" : "SizeConstraintSet", "documentation" : "

                                                                                                                                                                                                                                                          Information about the SizeConstraintSet that you specified in the GetSizeConstraintSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                          ", "simpleType" : "SizeConstraintSet", "variableSetterType" : "SizeConstraintSet" }, "setterModel" : { "variableName" : "sizeConstraintSet", "variableType" : "SizeConstraintSet", "variableDeclarationType" : "SizeConstraintSet", "documentation" : "", "simpleType" : "SizeConstraintSet", "variableSetterType" : "SizeConstraintSet" }, "getterModel" : { "returnType" : "SizeConstraintSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "SizeConstraintSet", "marshallLocationName" : "SizeConstraintSet", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                          Information about the SizeConstraintSet that you specified in the GetSizeConstraintSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                          \n@param sizeConstraintSet Information about the SizeConstraintSet that you specified in the GetSizeConstraintSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                          • SizeConstraintSet: Contains SizeConstraintSetId, SizeConstraints, and Name
                                                                                                                                                                                                                                                          • SizeConstraints: Contains an array of SizeConstraint objects. Each SizeConstraint object contains FieldToMatch, TextTransformation, ComparisonOperator, and Size
                                                                                                                                                                                                                                                          • FieldToMatch: Contains Data and Type
                                                                                                                                                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                            Information about the SizeConstraintSet that you specified in the GetSizeConstraintSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                            \n@return Information about the SizeConstraintSet that you specified in the GetSizeConstraintSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                            • SizeConstraintSet: Contains SizeConstraintSetId, SizeConstraints, and Name
                                                                                                                                                                                                                                                            • SizeConstraints: Contains an array of SizeConstraint objects. Each SizeConstraint object contains FieldToMatch, TextTransformation, ComparisonOperator, and Size
                                                                                                                                                                                                                                                            • FieldToMatch: Contains Data and Type
                                                                                                                                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                              Information about the SizeConstraintSet that you specified in the GetSizeConstraintSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                              \n@param sizeConstraintSet Information about the SizeConstraintSet that you specified in the GetSizeConstraintSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                              • SizeConstraintSet: Contains SizeConstraintSetId, SizeConstraints, and Name
                                                                                                                                                                                                                                                              • SizeConstraints: Contains an array of SizeConstraint objects. Each SizeConstraint object contains FieldToMatch, TextTransformation, ComparisonOperator, and Size
                                                                                                                                                                                                                                                              • FieldToMatch: Contains Data and Type
                                                                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                Information about the SizeConstraintSet that you specified in the GetSizeConstraintSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                                \n@param sizeConstraintSet Information about the SizeConstraintSet that you specified in the GetSizeConstraintSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                                • SizeConstraintSet: Contains SizeConstraintSetId, SizeConstraints, and Name
                                                                                                                                                                                                                                                                • SizeConstraints: Contains an array of SizeConstraint objects. Each SizeConstraint object contains FieldToMatch, TextTransformation, ComparisonOperator, and Size
                                                                                                                                                                                                                                                                • FieldToMatch: Contains Data and Type
                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } } }, "DeleteWebACLRequest" : { "c2jName" : "DeleteWebACLRequest", "documentation" : "", "shapeName" : "DeleteWebACLRequest", "deprecated" : false, "required" : [ "WebACLId", "ChangeToken" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                  The WebACLId of the WebACL that you want to delete. WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                                                                  ", "name" : "WebACLId", "c2jName" : "WebACLId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "webACLId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  The WebACLId of the WebACL that you want to delete. WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "webACLId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "WebACLId", "marshallLocationName" : "WebACLId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The WebACLId of the WebACL that you want to delete. WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                                                                  \n@param webACLId The WebACLId of the WebACL that you want to delete. WebACLId is returned by CreateWebACL and by ListWebACLs.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The WebACLId of the WebACL that you want to delete. WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                                                                  \n@return The WebACLId of the WebACL that you want to delete. WebACLId is returned by CreateWebACL and by ListWebACLs.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The WebACLId of the WebACL that you want to delete. WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                                                                  \n@param webACLId The WebACLId of the WebACL that you want to delete. WebACLId is returned by CreateWebACL and by ListWebACLs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The WebACLId of the WebACL that you want to delete. WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                                                                  \n@param webACLId The WebACLId of the WebACL that you want to delete. WebACLId is returned by CreateWebACL and by ListWebACLs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "deleteWebACLRequest", "variableType" : "DeleteWebACLRequest", "variableDeclarationType" : "DeleteWebACLRequest", "documentation" : null, "simpleType" : "DeleteWebACLRequest", "variableSetterType" : "DeleteWebACLRequest" }, "marshaller" : { "action" : "DeleteWebACL", "verb" : "POST", "target" : "AWSWAF_20150824.DeleteWebACL", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeToken" : { "documentation" : "

                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "WebACLId" : { "documentation" : "

                                                                                                                                                                                                                                                                  The WebACLId of the WebACL that you want to delete. WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                                                                  ", "name" : "WebACLId", "c2jName" : "WebACLId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "webACLId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  The WebACLId of the WebACL that you want to delete. WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "webACLId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "WebACLId", "marshallLocationName" : "WebACLId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The WebACLId of the WebACL that you want to delete. WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                                                                  \n@param webACLId The WebACLId of the WebACL that you want to delete. WebACLId is returned by CreateWebACL and by ListWebACLs.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The WebACLId of the WebACL that you want to delete. WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                                                                  \n@return The WebACLId of the WebACL that you want to delete. WebACLId is returned by CreateWebACL and by ListWebACLs.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The WebACLId of the WebACL that you want to delete. WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                                                                  \n@param webACLId The WebACLId of the WebACL that you want to delete. WebACLId is returned by CreateWebACL and by ListWebACLs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The WebACLId of the WebACL that you want to delete. WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                                                                  \n@param webACLId The WebACLId of the WebACL that you want to delete. WebACLId is returned by CreateWebACL and by ListWebACLs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "GetSqlInjectionMatchSetResult" : { "c2jName" : "GetSqlInjectionMatchSetResponse", "documentation" : "

                                                                                                                                                                                                                                                                  The response to a GetSqlInjectionMatchSet request.

                                                                                                                                                                                                                                                                  ", "shapeName" : "GetSqlInjectionMatchSetResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                  Information about the SqlInjectionMatchSet that you specified in the GetSqlInjectionMatchSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                                  ", "name" : "SqlInjectionMatchSet", "c2jName" : "SqlInjectionMatchSet", "c2jShape" : "SqlInjectionMatchSet", "variable" : { "variableName" : "sqlInjectionMatchSet", "variableType" : "SqlInjectionMatchSet", "variableDeclarationType" : "SqlInjectionMatchSet", "documentation" : "

                                                                                                                                                                                                                                                                  Information about the SqlInjectionMatchSet that you specified in the GetSqlInjectionMatchSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                                  ", "simpleType" : "SqlInjectionMatchSet", "variableSetterType" : "SqlInjectionMatchSet" }, "setterModel" : { "variableName" : "sqlInjectionMatchSet", "variableType" : "SqlInjectionMatchSet", "variableDeclarationType" : "SqlInjectionMatchSet", "documentation" : "", "simpleType" : "SqlInjectionMatchSet", "variableSetterType" : "SqlInjectionMatchSet" }, "getterModel" : { "returnType" : "SqlInjectionMatchSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "SqlInjectionMatchSet", "marshallLocationName" : "SqlInjectionMatchSet", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Information about the SqlInjectionMatchSet that you specified in the GetSqlInjectionMatchSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                                  \n@param sqlInjectionMatchSet Information about the SqlInjectionMatchSet that you specified in the GetSqlInjectionMatchSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                                  • SqlInjectionMatchSet: Contains Name, SqlInjectionMatchSetId, and an array of SqlInjectionMatchTuple objects
                                                                                                                                                                                                                                                                  • SqlInjectionMatchTuple: Each SqlInjectionMatchTuple object contains FieldToMatch and TextTransformation
                                                                                                                                                                                                                                                                  • FieldToMatch: Contains Data and Type
                                                                                                                                                                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                    Information about the SqlInjectionMatchSet that you specified in the GetSqlInjectionMatchSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                                    \n@return Information about the SqlInjectionMatchSet that you specified in the GetSqlInjectionMatchSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                                    • SqlInjectionMatchSet: Contains Name, SqlInjectionMatchSetId, and an array of SqlInjectionMatchTuple objects
                                                                                                                                                                                                                                                                    • SqlInjectionMatchTuple: Each SqlInjectionMatchTuple object contains FieldToMatch and TextTransformation
                                                                                                                                                                                                                                                                    • FieldToMatch: Contains Data and Type
                                                                                                                                                                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                      Information about the SqlInjectionMatchSet that you specified in the GetSqlInjectionMatchSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                                      \n@param sqlInjectionMatchSet Information about the SqlInjectionMatchSet that you specified in the GetSqlInjectionMatchSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                                      • SqlInjectionMatchSet: Contains Name, SqlInjectionMatchSetId, and an array of SqlInjectionMatchTuple objects
                                                                                                                                                                                                                                                                      • SqlInjectionMatchTuple: Each SqlInjectionMatchTuple object contains FieldToMatch and TextTransformation
                                                                                                                                                                                                                                                                      • FieldToMatch: Contains Data and Type
                                                                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                        Information about the SqlInjectionMatchSet that you specified in the GetSqlInjectionMatchSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                                        \n@param sqlInjectionMatchSet Information about the SqlInjectionMatchSet that you specified in the GetSqlInjectionMatchSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                                        • SqlInjectionMatchSet: Contains Name, SqlInjectionMatchSetId, and an array of SqlInjectionMatchTuple objects
                                                                                                                                                                                                                                                                        • SqlInjectionMatchTuple: Each SqlInjectionMatchTuple object contains FieldToMatch and TextTransformation
                                                                                                                                                                                                                                                                        • FieldToMatch: Contains Data and Type
                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "getSqlInjectionMatchSetResult", "variableType" : "GetSqlInjectionMatchSetResult", "variableDeclarationType" : "GetSqlInjectionMatchSetResult", "documentation" : null, "simpleType" : "GetSqlInjectionMatchSetResult", "variableSetterType" : "GetSqlInjectionMatchSetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SqlInjectionMatchSet" : { "documentation" : "

                                                                                                                                                                                                                                                                          Information about the SqlInjectionMatchSet that you specified in the GetSqlInjectionMatchSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                                          ", "name" : "SqlInjectionMatchSet", "c2jName" : "SqlInjectionMatchSet", "c2jShape" : "SqlInjectionMatchSet", "variable" : { "variableName" : "sqlInjectionMatchSet", "variableType" : "SqlInjectionMatchSet", "variableDeclarationType" : "SqlInjectionMatchSet", "documentation" : "

                                                                                                                                                                                                                                                                          Information about the SqlInjectionMatchSet that you specified in the GetSqlInjectionMatchSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                                          ", "simpleType" : "SqlInjectionMatchSet", "variableSetterType" : "SqlInjectionMatchSet" }, "setterModel" : { "variableName" : "sqlInjectionMatchSet", "variableType" : "SqlInjectionMatchSet", "variableDeclarationType" : "SqlInjectionMatchSet", "documentation" : "", "simpleType" : "SqlInjectionMatchSet", "variableSetterType" : "SqlInjectionMatchSet" }, "getterModel" : { "returnType" : "SqlInjectionMatchSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "SqlInjectionMatchSet", "marshallLocationName" : "SqlInjectionMatchSet", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                          Information about the SqlInjectionMatchSet that you specified in the GetSqlInjectionMatchSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                                          \n@param sqlInjectionMatchSet Information about the SqlInjectionMatchSet that you specified in the GetSqlInjectionMatchSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                                          • SqlInjectionMatchSet: Contains Name, SqlInjectionMatchSetId, and an array of SqlInjectionMatchTuple objects
                                                                                                                                                                                                                                                                          • SqlInjectionMatchTuple: Each SqlInjectionMatchTuple object contains FieldToMatch and TextTransformation
                                                                                                                                                                                                                                                                          • FieldToMatch: Contains Data and Type
                                                                                                                                                                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                            Information about the SqlInjectionMatchSet that you specified in the GetSqlInjectionMatchSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                                            \n@return Information about the SqlInjectionMatchSet that you specified in the GetSqlInjectionMatchSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                                            • SqlInjectionMatchSet: Contains Name, SqlInjectionMatchSetId, and an array of SqlInjectionMatchTuple objects
                                                                                                                                                                                                                                                                            • SqlInjectionMatchTuple: Each SqlInjectionMatchTuple object contains FieldToMatch and TextTransformation
                                                                                                                                                                                                                                                                            • FieldToMatch: Contains Data and Type
                                                                                                                                                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                              Information about the SqlInjectionMatchSet that you specified in the GetSqlInjectionMatchSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                                              \n@param sqlInjectionMatchSet Information about the SqlInjectionMatchSet that you specified in the GetSqlInjectionMatchSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                                              • SqlInjectionMatchSet: Contains Name, SqlInjectionMatchSetId, and an array of SqlInjectionMatchTuple objects
                                                                                                                                                                                                                                                                              • SqlInjectionMatchTuple: Each SqlInjectionMatchTuple object contains FieldToMatch and TextTransformation
                                                                                                                                                                                                                                                                              • FieldToMatch: Contains Data and Type
                                                                                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                Information about the SqlInjectionMatchSet that you specified in the GetSqlInjectionMatchSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                                                \n@param sqlInjectionMatchSet Information about the SqlInjectionMatchSet that you specified in the GetSqlInjectionMatchSet request. For more information, see the following topics:

                                                                                                                                                                                                                                                                                • SqlInjectionMatchSet: Contains Name, SqlInjectionMatchSetId, and an array of SqlInjectionMatchTuple objects
                                                                                                                                                                                                                                                                                • SqlInjectionMatchTuple: Each SqlInjectionMatchTuple object contains FieldToMatch and TextTransformation
                                                                                                                                                                                                                                                                                • FieldToMatch: Contains Data and Type
                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } } }, "HTTPRequest" : { "c2jName" : "HTTPRequest", "documentation" : "

                                                                                                                                                                                                                                                                                  The response from a GetSampledRequests request includes an HTTPRequest complex type that appears as Request in the response syntax. HTTPRequest contains information about one of the web requests that were returned by GetSampledRequests.

                                                                                                                                                                                                                                                                                  ", "shapeName" : "HTTPRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                  The IP address that the request originated from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                                                                                                                                                                                                                                                                  • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                  • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                  ", "name" : "ClientIP", "c2jName" : "ClientIP", "c2jShape" : "IPString", "variable" : { "variableName" : "clientIP", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The IP address that the request originated from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                                                                                                                                                                                                                                                                  • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                  • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clientIP", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClientIP", "marshallLocationName" : "ClientIP", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The IP address that the request originated from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                                                                                                                                                                                                                                                                  • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                  • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                  \n@param clientIP The IP address that the request originated from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                                                                                                                                                                                                                                                                  • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                  • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                    The IP address that the request originated from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                                                                                                                                                                                                                                                                    • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                    • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                    \n@return The IP address that the request originated from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                                                                                                                                                                                                                                                                    • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                    • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                      The IP address that the request originated from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                                                                                                                                                                                                                                                                      • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                      • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                      \n@param clientIP The IP address that the request originated from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                                                                                                                                                                                                                                                                      • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                      • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                        The IP address that the request originated from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                                                                                                                                                                                                                                                                        • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                        • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                        \n@param clientIP The IP address that the request originated from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                                                                                                                                                                                                                                                                        • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                        • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                          The two-letter country code for the country that the request originated from. For a current list of country codes, see the Wikipedia entry ISO 3166-1 alpha-2.

                                                                                                                                                                                                                                                                                          ", "name" : "Country", "c2jName" : "Country", "c2jShape" : "Country", "variable" : { "variableName" : "country", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                          The two-letter country code for the country that the request originated from. For a current list of country codes, see the Wikipedia entry ISO 3166-1 alpha-2.

                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "country", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Country", "marshallLocationName" : "Country", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The two-letter country code for the country that the request originated from. For a current list of country codes, see the Wikipedia entry ISO 3166-1 alpha-2.

                                                                                                                                                                                                                                                                                          \n@param country The two-letter country code for the country that the request originated from. For a current list of country codes, see the Wikipedia entry ISO 3166-1 alpha-2.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The two-letter country code for the country that the request originated from. For a current list of country codes, see the Wikipedia entry ISO 3166-1 alpha-2.

                                                                                                                                                                                                                                                                                          \n@return The two-letter country code for the country that the request originated from. For a current list of country codes, see the Wikipedia entry ISO 3166-1 alpha-2.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The two-letter country code for the country that the request originated from. For a current list of country codes, see the Wikipedia entry ISO 3166-1 alpha-2.

                                                                                                                                                                                                                                                                                          \n@param country The two-letter country code for the country that the request originated from. For a current list of country codes, see the Wikipedia entry ISO 3166-1 alpha-2.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The two-letter country code for the country that the request originated from. For a current list of country codes, see the Wikipedia entry ISO 3166-1 alpha-2.

                                                                                                                                                                                                                                                                                          \n@param country The two-letter country code for the country that the request originated from. For a current list of country codes, see the Wikipedia entry ISO 3166-1 alpha-2.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                          The part of a web request that identifies the resource, for example, /images/daily-ad.jpg.

                                                                                                                                                                                                                                                                                          ", "name" : "URI", "c2jName" : "URI", "c2jShape" : "URIString", "variable" : { "variableName" : "uRI", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                          The part of a web request that identifies the resource, for example, /images/daily-ad.jpg.

                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "uRI", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "URI", "marshallLocationName" : "URI", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The part of a web request that identifies the resource, for example, /images/daily-ad.jpg.

                                                                                                                                                                                                                                                                                          \n@param uRI The part of a web request that identifies the resource, for example, /images/daily-ad.jpg.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The part of a web request that identifies the resource, for example, /images/daily-ad.jpg.

                                                                                                                                                                                                                                                                                          \n@return The part of a web request that identifies the resource, for example, /images/daily-ad.jpg.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The part of a web request that identifies the resource, for example, /images/daily-ad.jpg.

                                                                                                                                                                                                                                                                                          \n@param uRI The part of a web request that identifies the resource, for example, /images/daily-ad.jpg.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The part of a web request that identifies the resource, for example, /images/daily-ad.jpg.

                                                                                                                                                                                                                                                                                          \n@param uRI The part of a web request that identifies the resource, for example, /images/daily-ad.jpg.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                          The HTTP method specified in the sampled web request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.

                                                                                                                                                                                                                                                                                          ", "name" : "Method", "c2jName" : "Method", "c2jShape" : "HTTPMethod", "variable" : { "variableName" : "method", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                          The HTTP method specified in the sampled web request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.

                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "method", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Method", "marshallLocationName" : "Method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The HTTP method specified in the sampled web request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.

                                                                                                                                                                                                                                                                                          \n@param method The HTTP method specified in the sampled web request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The HTTP method specified in the sampled web request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.

                                                                                                                                                                                                                                                                                          \n@return The HTTP method specified in the sampled web request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The HTTP method specified in the sampled web request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.

                                                                                                                                                                                                                                                                                          \n@param method The HTTP method specified in the sampled web request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The HTTP method specified in the sampled web request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.

                                                                                                                                                                                                                                                                                          \n@param method The HTTP method specified in the sampled web request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                          The HTTP version specified in the sampled web request, for example, HTTP/1.1.

                                                                                                                                                                                                                                                                                          ", "name" : "HTTPVersion", "c2jName" : "HTTPVersion", "c2jShape" : "HTTPVersion", "variable" : { "variableName" : "hTTPVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                          The HTTP version specified in the sampled web request, for example, HTTP/1.1.

                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hTTPVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HTTPVersion", "marshallLocationName" : "HTTPVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The HTTP version specified in the sampled web request, for example, HTTP/1.1.

                                                                                                                                                                                                                                                                                          \n@param hTTPVersion The HTTP version specified in the sampled web request, for example, HTTP/1.1.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The HTTP version specified in the sampled web request, for example, HTTP/1.1.

                                                                                                                                                                                                                                                                                          \n@return The HTTP version specified in the sampled web request, for example, HTTP/1.1.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The HTTP version specified in the sampled web request, for example, HTTP/1.1.

                                                                                                                                                                                                                                                                                          \n@param hTTPVersion The HTTP version specified in the sampled web request, for example, HTTP/1.1.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The HTTP version specified in the sampled web request, for example, HTTP/1.1.

                                                                                                                                                                                                                                                                                          \n@param hTTPVersion The HTTP version specified in the sampled web request, for example, HTTP/1.1.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                          A complex type that contains two values for each header in the sampled web request: the name of the header and the value of the header.

                                                                                                                                                                                                                                                                                          ", "name" : "Headers", "c2jName" : "Headers", "c2jShape" : "HTTPHeaders", "variable" : { "variableName" : "headers", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                          A complex type that contains two values for each header in the sampled web request: the name of the header and the value of the header.

                                                                                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "headers", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Headers", "marshallLocationName" : "Headers", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "HTTPHeader", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "HTTPHeader", "variable" : { "variableName" : "member", "variableType" : "HTTPHeader", "variableDeclarationType" : "HTTPHeader", "documentation" : "", "simpleType" : "HTTPHeader", "variableSetterType" : "HTTPHeader" }, "setterModel" : { "variableName" : "member", "variableType" : "HTTPHeader", "variableDeclarationType" : "HTTPHeader", "documentation" : "", "simpleType" : "HTTPHeader", "variableSetterType" : "HTTPHeader" }, "getterModel" : { "returnType" : "HTTPHeader", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "HTTPHeader", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          A complex type that contains two values for each header in the sampled web request: the name of the header and the value of the header.

                                                                                                                                                                                                                                                                                          \n@param headers A complex type that contains two values for each header in the sampled web request: the name of the header and the value of the header.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          A complex type that contains two values for each header in the sampled web request: the name of the header and the value of the header.

                                                                                                                                                                                                                                                                                          \n@return A complex type that contains two values for each header in the sampled web request: the name of the header and the value of the header.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          A complex type that contains two values for each header in the sampled web request: the name of the header and the value of the header.

                                                                                                                                                                                                                                                                                          \n@param headers A complex type that contains two values for each header in the sampled web request: the name of the header and the value of the header.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          A complex type that contains two values for each header in the sampled web request: the name of the header and the value of the header.

                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setHeaders(java.util.Collection)} or {@link #withHeaders(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                          \n@param headers A complex type that contains two values for each header in the sampled web request: the name of the header and the value of the header.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "hTTPRequest", "variableType" : "HTTPRequest", "variableDeclarationType" : "HTTPRequest", "documentation" : null, "simpleType" : "HTTPRequest", "variableSetterType" : "HTTPRequest" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Headers" : { "documentation" : "

                                                                                                                                                                                                                                                                                          A complex type that contains two values for each header in the sampled web request: the name of the header and the value of the header.

                                                                                                                                                                                                                                                                                          ", "name" : "Headers", "c2jName" : "Headers", "c2jShape" : "HTTPHeaders", "variable" : { "variableName" : "headers", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                          A complex type that contains two values for each header in the sampled web request: the name of the header and the value of the header.

                                                                                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "headers", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Headers", "marshallLocationName" : "Headers", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "HTTPHeader", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "HTTPHeader", "variable" : { "variableName" : "member", "variableType" : "HTTPHeader", "variableDeclarationType" : "HTTPHeader", "documentation" : "", "simpleType" : "HTTPHeader", "variableSetterType" : "HTTPHeader" }, "setterModel" : { "variableName" : "member", "variableType" : "HTTPHeader", "variableDeclarationType" : "HTTPHeader", "documentation" : "", "simpleType" : "HTTPHeader", "variableSetterType" : "HTTPHeader" }, "getterModel" : { "returnType" : "HTTPHeader", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "HTTPHeader", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          A complex type that contains two values for each header in the sampled web request: the name of the header and the value of the header.

                                                                                                                                                                                                                                                                                          \n@param headers A complex type that contains two values for each header in the sampled web request: the name of the header and the value of the header.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          A complex type that contains two values for each header in the sampled web request: the name of the header and the value of the header.

                                                                                                                                                                                                                                                                                          \n@return A complex type that contains two values for each header in the sampled web request: the name of the header and the value of the header.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          A complex type that contains two values for each header in the sampled web request: the name of the header and the value of the header.

                                                                                                                                                                                                                                                                                          \n@param headers A complex type that contains two values for each header in the sampled web request: the name of the header and the value of the header.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          A complex type that contains two values for each header in the sampled web request: the name of the header and the value of the header.

                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setHeaders(java.util.Collection)} or {@link #withHeaders(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                          \n@param headers A complex type that contains two values for each header in the sampled web request: the name of the header and the value of the header.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "HTTPVersion" : { "documentation" : "

                                                                                                                                                                                                                                                                                          The HTTP version specified in the sampled web request, for example, HTTP/1.1.

                                                                                                                                                                                                                                                                                          ", "name" : "HTTPVersion", "c2jName" : "HTTPVersion", "c2jShape" : "HTTPVersion", "variable" : { "variableName" : "hTTPVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                          The HTTP version specified in the sampled web request, for example, HTTP/1.1.

                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hTTPVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HTTPVersion", "marshallLocationName" : "HTTPVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The HTTP version specified in the sampled web request, for example, HTTP/1.1.

                                                                                                                                                                                                                                                                                          \n@param hTTPVersion The HTTP version specified in the sampled web request, for example, HTTP/1.1.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The HTTP version specified in the sampled web request, for example, HTTP/1.1.

                                                                                                                                                                                                                                                                                          \n@return The HTTP version specified in the sampled web request, for example, HTTP/1.1.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The HTTP version specified in the sampled web request, for example, HTTP/1.1.

                                                                                                                                                                                                                                                                                          \n@param hTTPVersion The HTTP version specified in the sampled web request, for example, HTTP/1.1.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The HTTP version specified in the sampled web request, for example, HTTP/1.1.

                                                                                                                                                                                                                                                                                          \n@param hTTPVersion The HTTP version specified in the sampled web request, for example, HTTP/1.1.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Method" : { "documentation" : "

                                                                                                                                                                                                                                                                                          The HTTP method specified in the sampled web request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.

                                                                                                                                                                                                                                                                                          ", "name" : "Method", "c2jName" : "Method", "c2jShape" : "HTTPMethod", "variable" : { "variableName" : "method", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                          The HTTP method specified in the sampled web request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.

                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "method", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Method", "marshallLocationName" : "Method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The HTTP method specified in the sampled web request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.

                                                                                                                                                                                                                                                                                          \n@param method The HTTP method specified in the sampled web request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The HTTP method specified in the sampled web request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.

                                                                                                                                                                                                                                                                                          \n@return The HTTP method specified in the sampled web request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The HTTP method specified in the sampled web request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.

                                                                                                                                                                                                                                                                                          \n@param method The HTTP method specified in the sampled web request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The HTTP method specified in the sampled web request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.

                                                                                                                                                                                                                                                                                          \n@param method The HTTP method specified in the sampled web request. CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClientIP" : { "documentation" : "

                                                                                                                                                                                                                                                                                          The IP address that the request originated from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                                                                                                                                                                                                                                                                          • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                          • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                          ", "name" : "ClientIP", "c2jName" : "ClientIP", "c2jShape" : "IPString", "variable" : { "variableName" : "clientIP", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                          The IP address that the request originated from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                                                                                                                                                                                                                                                                          • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                          • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clientIP", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClientIP", "marshallLocationName" : "ClientIP", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The IP address that the request originated from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                                                                                                                                                                                                                                                                          • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                          • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                          \n@param clientIP The IP address that the request originated from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                                                                                                                                                                                                                                                                          • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                          • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                            The IP address that the request originated from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                                                                                                                                                                                                                                                                            • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                            • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                            \n@return The IP address that the request originated from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                                                                                                                                                                                                                                                                            • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                            • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                              The IP address that the request originated from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                                                                                                                                                                                                                                                                              • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                              • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                              \n@param clientIP The IP address that the request originated from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                                                                                                                                                                                                                                                                              • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                              • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                The IP address that the request originated from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                                                                                                                                                                                                                                                                                • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                                • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                                \n@param clientIP The IP address that the request originated from. If the WebACL is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:

                                                                                                                                                                                                                                                                                                • c-ip, if the viewer did not use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                                • x-forwarded-for, if the viewer did use an HTTP proxy or a load balancer to send the request
                                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Country" : { "documentation" : "

                                                                                                                                                                                                                                                                                                  The two-letter country code for the country that the request originated from. For a current list of country codes, see the Wikipedia entry ISO 3166-1 alpha-2.

                                                                                                                                                                                                                                                                                                  ", "name" : "Country", "c2jName" : "Country", "c2jShape" : "Country", "variable" : { "variableName" : "country", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The two-letter country code for the country that the request originated from. For a current list of country codes, see the Wikipedia entry ISO 3166-1 alpha-2.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "country", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Country", "marshallLocationName" : "Country", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The two-letter country code for the country that the request originated from. For a current list of country codes, see the Wikipedia entry ISO 3166-1 alpha-2.

                                                                                                                                                                                                                                                                                                  \n@param country The two-letter country code for the country that the request originated from. For a current list of country codes, see the Wikipedia entry ISO 3166-1 alpha-2.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The two-letter country code for the country that the request originated from. For a current list of country codes, see the Wikipedia entry ISO 3166-1 alpha-2.

                                                                                                                                                                                                                                                                                                  \n@return The two-letter country code for the country that the request originated from. For a current list of country codes, see the Wikipedia entry ISO 3166-1 alpha-2.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The two-letter country code for the country that the request originated from. For a current list of country codes, see the Wikipedia entry ISO 3166-1 alpha-2.

                                                                                                                                                                                                                                                                                                  \n@param country The two-letter country code for the country that the request originated from. For a current list of country codes, see the Wikipedia entry ISO 3166-1 alpha-2.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The two-letter country code for the country that the request originated from. For a current list of country codes, see the Wikipedia entry ISO 3166-1 alpha-2.

                                                                                                                                                                                                                                                                                                  \n@param country The two-letter country code for the country that the request originated from. For a current list of country codes, see the Wikipedia entry ISO 3166-1 alpha-2.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "URI" : { "documentation" : "

                                                                                                                                                                                                                                                                                                  The part of a web request that identifies the resource, for example, /images/daily-ad.jpg.

                                                                                                                                                                                                                                                                                                  ", "name" : "URI", "c2jName" : "URI", "c2jShape" : "URIString", "variable" : { "variableName" : "uRI", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The part of a web request that identifies the resource, for example, /images/daily-ad.jpg.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "uRI", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "URI", "marshallLocationName" : "URI", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The part of a web request that identifies the resource, for example, /images/daily-ad.jpg.

                                                                                                                                                                                                                                                                                                  \n@param uRI The part of a web request that identifies the resource, for example, /images/daily-ad.jpg.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The part of a web request that identifies the resource, for example, /images/daily-ad.jpg.

                                                                                                                                                                                                                                                                                                  \n@return The part of a web request that identifies the resource, for example, /images/daily-ad.jpg.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The part of a web request that identifies the resource, for example, /images/daily-ad.jpg.

                                                                                                                                                                                                                                                                                                  \n@param uRI The part of a web request that identifies the resource, for example, /images/daily-ad.jpg.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The part of a web request that identifies the resource, for example, /images/daily-ad.jpg.

                                                                                                                                                                                                                                                                                                  \n@param uRI The part of a web request that identifies the resource, for example, /images/daily-ad.jpg.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "SizeConstraintSet" : { "c2jName" : "SizeConstraintSet", "documentation" : "

                                                                                                                                                                                                                                                                                                  A complex type that contains SizeConstraint objects, which specify the parts of web requests that you want AWS WAF to inspect the size of. If a SizeConstraintSet contains more than one SizeConstraint object, a request only needs to match one constraint to be considered a match.

                                                                                                                                                                                                                                                                                                  ", "shapeName" : "SizeConstraintSet", "deprecated" : false, "required" : [ "SizeConstraintSetId", "SizeConstraints" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                  A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                                                                                                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                                                                                                                                                                                                                                  ", "name" : "SizeConstraintSetId", "c2jName" : "SizeConstraintSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "sizeConstraintSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                                                                                                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sizeConstraintSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SizeConstraintSetId", "marshallLocationName" : "SizeConstraintSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                                                                                                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                                                                                                                                                                                                                                  \n@param sizeConstraintSetId A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                                                                                                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                                                                                                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                                                                                                                                                                                                                                  \n@return A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                                                                                                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                                                                                                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                                                                                                                                                                                                                                  \n@param sizeConstraintSetId A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                                                                                                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                                                                                                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                                                                                                                                                                                                                                  \n@param sizeConstraintSetId A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                                                                                                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                  The name, if any, of the SizeConstraintSet.

                                                                                                                                                                                                                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The name, if any, of the SizeConstraintSet.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name, if any, of the SizeConstraintSet.

                                                                                                                                                                                                                                                                                                  \n@param name The name, if any, of the SizeConstraintSet.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name, if any, of the SizeConstraintSet.

                                                                                                                                                                                                                                                                                                  \n@return The name, if any, of the SizeConstraintSet.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name, if any, of the SizeConstraintSet.

                                                                                                                                                                                                                                                                                                  \n@param name The name, if any, of the SizeConstraintSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name, if any, of the SizeConstraintSet.

                                                                                                                                                                                                                                                                                                  \n@param name The name, if any, of the SizeConstraintSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                  Specifies the parts of web requests that you want to inspect the size of.

                                                                                                                                                                                                                                                                                                  ", "name" : "SizeConstraints", "c2jName" : "SizeConstraints", "c2jShape" : "SizeConstraints", "variable" : { "variableName" : "sizeConstraints", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                  Specifies the parts of web requests that you want to inspect the size of.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "sizeConstraints", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SizeConstraints", "marshallLocationName" : "SizeConstraints", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "SizeConstraint", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SizeConstraint", "variable" : { "variableName" : "member", "variableType" : "SizeConstraint", "variableDeclarationType" : "SizeConstraint", "documentation" : "", "simpleType" : "SizeConstraint", "variableSetterType" : "SizeConstraint" }, "setterModel" : { "variableName" : "member", "variableType" : "SizeConstraint", "variableDeclarationType" : "SizeConstraint", "documentation" : "", "simpleType" : "SizeConstraint", "variableSetterType" : "SizeConstraint" }, "getterModel" : { "returnType" : "SizeConstraint", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "SizeConstraint", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Specifies the parts of web requests that you want to inspect the size of.

                                                                                                                                                                                                                                                                                                  \n@param sizeConstraints Specifies the parts of web requests that you want to inspect the size of.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Specifies the parts of web requests that you want to inspect the size of.

                                                                                                                                                                                                                                                                                                  \n@return Specifies the parts of web requests that you want to inspect the size of.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Specifies the parts of web requests that you want to inspect the size of.

                                                                                                                                                                                                                                                                                                  \n@param sizeConstraints Specifies the parts of web requests that you want to inspect the size of.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Specifies the parts of web requests that you want to inspect the size of.

                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSizeConstraints(java.util.Collection)} or {@link #withSizeConstraints(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                  \n@param sizeConstraints Specifies the parts of web requests that you want to inspect the size of.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "sizeConstraintSet", "variableType" : "SizeConstraintSet", "variableDeclarationType" : "SizeConstraintSet", "documentation" : null, "simpleType" : "SizeConstraintSet", "variableSetterType" : "SizeConstraintSet" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                                                                                                                                                                                                                                                                                  The name, if any, of the SizeConstraintSet.

                                                                                                                                                                                                                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The name, if any, of the SizeConstraintSet.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name, if any, of the SizeConstraintSet.

                                                                                                                                                                                                                                                                                                  \n@param name The name, if any, of the SizeConstraintSet.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name, if any, of the SizeConstraintSet.

                                                                                                                                                                                                                                                                                                  \n@return The name, if any, of the SizeConstraintSet.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name, if any, of the SizeConstraintSet.

                                                                                                                                                                                                                                                                                                  \n@param name The name, if any, of the SizeConstraintSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name, if any, of the SizeConstraintSet.

                                                                                                                                                                                                                                                                                                  \n@param name The name, if any, of the SizeConstraintSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SizeConstraints" : { "documentation" : "

                                                                                                                                                                                                                                                                                                  Specifies the parts of web requests that you want to inspect the size of.

                                                                                                                                                                                                                                                                                                  ", "name" : "SizeConstraints", "c2jName" : "SizeConstraints", "c2jShape" : "SizeConstraints", "variable" : { "variableName" : "sizeConstraints", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                  Specifies the parts of web requests that you want to inspect the size of.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "sizeConstraints", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SizeConstraints", "marshallLocationName" : "SizeConstraints", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "SizeConstraint", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SizeConstraint", "variable" : { "variableName" : "member", "variableType" : "SizeConstraint", "variableDeclarationType" : "SizeConstraint", "documentation" : "", "simpleType" : "SizeConstraint", "variableSetterType" : "SizeConstraint" }, "setterModel" : { "variableName" : "member", "variableType" : "SizeConstraint", "variableDeclarationType" : "SizeConstraint", "documentation" : "", "simpleType" : "SizeConstraint", "variableSetterType" : "SizeConstraint" }, "getterModel" : { "returnType" : "SizeConstraint", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "SizeConstraint", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Specifies the parts of web requests that you want to inspect the size of.

                                                                                                                                                                                                                                                                                                  \n@param sizeConstraints Specifies the parts of web requests that you want to inspect the size of.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Specifies the parts of web requests that you want to inspect the size of.

                                                                                                                                                                                                                                                                                                  \n@return Specifies the parts of web requests that you want to inspect the size of.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Specifies the parts of web requests that you want to inspect the size of.

                                                                                                                                                                                                                                                                                                  \n@param sizeConstraints Specifies the parts of web requests that you want to inspect the size of.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Specifies the parts of web requests that you want to inspect the size of.

                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSizeConstraints(java.util.Collection)} or {@link #withSizeConstraints(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                  \n@param sizeConstraints Specifies the parts of web requests that you want to inspect the size of.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "SizeConstraintSetId" : { "documentation" : "

                                                                                                                                                                                                                                                                                                  A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                                                                                                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                                                                                                                                                                                                                                  ", "name" : "SizeConstraintSetId", "c2jName" : "SizeConstraintSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "sizeConstraintSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                                                                                                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sizeConstraintSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SizeConstraintSetId", "marshallLocationName" : "SizeConstraintSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                                                                                                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                                                                                                                                                                                                                                  \n@param sizeConstraintSetId A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                                                                                                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                                                                                                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                                                                                                                                                                                                                                  \n@return A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                                                                                                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                                                                                                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                                                                                                                                                                                                                                  \n@param sizeConstraintSetId A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                                                                                                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                                                                                                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

                                                                                                                                                                                                                                                                                                  \n@param sizeConstraintSetId A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

                                                                                                                                                                                                                                                                                                  SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "TimeWindow" : { "c2jName" : "TimeWindow", "documentation" : "

                                                                                                                                                                                                                                                                                                  In a GetSampledRequests request, the StartTime and EndTime objects specify the time range for which you want AWS WAF to return a sample of web requests.

                                                                                                                                                                                                                                                                                                  In a GetSampledRequests response, the StartTime and EndTime objects specify the time range for which AWS WAF actually returned a sample of web requests. AWS WAF gets the specified number of requests from among the first 5,000 requests that your AWS resource receives during the specified time period. If your resource receives more than 5,000 requests during that period, AWS WAF stops sampling after the 5,000th request. In that case, EndTime is the time that AWS WAF received the 5,000th request.

                                                                                                                                                                                                                                                                                                  ", "shapeName" : "TimeWindow", "deprecated" : false, "required" : [ "StartTime", "EndTime" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                  The beginning of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.

                                                                                                                                                                                                                                                                                                  ", "name" : "StartTime", "c2jName" : "StartTime", "c2jShape" : "Timestamp", "variable" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                  The beginning of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "StartTime", "marshallLocationName" : "StartTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The beginning of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.

                                                                                                                                                                                                                                                                                                  \n@param startTime The beginning of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The beginning of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.

                                                                                                                                                                                                                                                                                                  \n@return The beginning of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The beginning of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.

                                                                                                                                                                                                                                                                                                  \n@param startTime The beginning of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The beginning of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.

                                                                                                                                                                                                                                                                                                  \n@param startTime The beginning of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                  The end of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.

                                                                                                                                                                                                                                                                                                  ", "name" : "EndTime", "c2jName" : "EndTime", "c2jShape" : "Timestamp", "variable" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                  The end of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndTime", "marshallLocationName" : "EndTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The end of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.

                                                                                                                                                                                                                                                                                                  \n@param endTime The end of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The end of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.

                                                                                                                                                                                                                                                                                                  \n@return The end of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The end of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.

                                                                                                                                                                                                                                                                                                  \n@param endTime The end of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The end of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.

                                                                                                                                                                                                                                                                                                  \n@param endTime The end of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "timeWindow", "variableType" : "TimeWindow", "variableDeclarationType" : "TimeWindow", "documentation" : null, "simpleType" : "TimeWindow", "variableSetterType" : "TimeWindow" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "EndTime" : { "documentation" : "

                                                                                                                                                                                                                                                                                                  The end of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.

                                                                                                                                                                                                                                                                                                  ", "name" : "EndTime", "c2jName" : "EndTime", "c2jShape" : "Timestamp", "variable" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                  The end of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndTime", "marshallLocationName" : "EndTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The end of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.

                                                                                                                                                                                                                                                                                                  \n@param endTime The end of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The end of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.

                                                                                                                                                                                                                                                                                                  \n@return The end of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The end of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.

                                                                                                                                                                                                                                                                                                  \n@param endTime The end of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The end of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.

                                                                                                                                                                                                                                                                                                  \n@param endTime The end of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "StartTime" : { "documentation" : "

                                                                                                                                                                                                                                                                                                  The beginning of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.

                                                                                                                                                                                                                                                                                                  ", "name" : "StartTime", "c2jName" : "StartTime", "c2jShape" : "Timestamp", "variable" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                  The beginning of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "StartTime", "marshallLocationName" : "StartTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The beginning of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.

                                                                                                                                                                                                                                                                                                  \n@param startTime The beginning of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The beginning of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.

                                                                                                                                                                                                                                                                                                  \n@return The beginning of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The beginning of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.

                                                                                                                                                                                                                                                                                                  \n@param startTime The beginning of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The beginning of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.

                                                                                                                                                                                                                                                                                                  \n@param startTime The beginning of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "HTTPHeader" : { "c2jName" : "HTTPHeader", "documentation" : "

                                                                                                                                                                                                                                                                                                  The response from a GetSampledRequests request includes an HTTPHeader complex type that appears as Headers in the response syntax. HTTPHeader contains the names and values of all of the headers that appear in one of the web requests that were returned by GetSampledRequests.

                                                                                                                                                                                                                                                                                                  ", "shapeName" : "HTTPHeader", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                  The name of one of the headers in the sampled web request.

                                                                                                                                                                                                                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "HeaderName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The name of one of the headers in the sampled web request.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name of one of the headers in the sampled web request.

                                                                                                                                                                                                                                                                                                  \n@param name The name of one of the headers in the sampled web request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name of one of the headers in the sampled web request.

                                                                                                                                                                                                                                                                                                  \n@return The name of one of the headers in the sampled web request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name of one of the headers in the sampled web request.

                                                                                                                                                                                                                                                                                                  \n@param name The name of one of the headers in the sampled web request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name of one of the headers in the sampled web request.

                                                                                                                                                                                                                                                                                                  \n@param name The name of one of the headers in the sampled web request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                  The value of one of the headers in the sampled web request.

                                                                                                                                                                                                                                                                                                  ", "name" : "Value", "c2jName" : "Value", "c2jShape" : "HeaderValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The value of one of the headers in the sampled web request.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The value of one of the headers in the sampled web request.

                                                                                                                                                                                                                                                                                                  \n@param value The value of one of the headers in the sampled web request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The value of one of the headers in the sampled web request.

                                                                                                                                                                                                                                                                                                  \n@return The value of one of the headers in the sampled web request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The value of one of the headers in the sampled web request.

                                                                                                                                                                                                                                                                                                  \n@param value The value of one of the headers in the sampled web request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The value of one of the headers in the sampled web request.

                                                                                                                                                                                                                                                                                                  \n@param value The value of one of the headers in the sampled web request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "hTTPHeader", "variableType" : "HTTPHeader", "variableDeclarationType" : "HTTPHeader", "documentation" : null, "simpleType" : "HTTPHeader", "variableSetterType" : "HTTPHeader" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                                                                                                                                                                                                                                                                                  The name of one of the headers in the sampled web request.

                                                                                                                                                                                                                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "HeaderName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The name of one of the headers in the sampled web request.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name of one of the headers in the sampled web request.

                                                                                                                                                                                                                                                                                                  \n@param name The name of one of the headers in the sampled web request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name of one of the headers in the sampled web request.

                                                                                                                                                                                                                                                                                                  \n@return The name of one of the headers in the sampled web request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name of one of the headers in the sampled web request.

                                                                                                                                                                                                                                                                                                  \n@param name The name of one of the headers in the sampled web request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name of one of the headers in the sampled web request.

                                                                                                                                                                                                                                                                                                  \n@param name The name of one of the headers in the sampled web request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Value" : { "documentation" : "

                                                                                                                                                                                                                                                                                                  The value of one of the headers in the sampled web request.

                                                                                                                                                                                                                                                                                                  ", "name" : "Value", "c2jName" : "Value", "c2jShape" : "HeaderValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The value of one of the headers in the sampled web request.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The value of one of the headers in the sampled web request.

                                                                                                                                                                                                                                                                                                  \n@param value The value of one of the headers in the sampled web request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The value of one of the headers in the sampled web request.

                                                                                                                                                                                                                                                                                                  \n@return The value of one of the headers in the sampled web request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The value of one of the headers in the sampled web request.

                                                                                                                                                                                                                                                                                                  \n@param value The value of one of the headers in the sampled web request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The value of one of the headers in the sampled web request.

                                                                                                                                                                                                                                                                                                  \n@param value The value of one of the headers in the sampled web request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "PredicateType" : { "c2jName" : "PredicateType", "documentation" : "", "shapeName" : "PredicateType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "IPMatch", "value" : "IPMatch" }, { "name" : "ByteMatch", "value" : "ByteMatch" }, { "name" : "SqlInjectionMatch", "value" : "SqlInjectionMatch" }, { "name" : "SizeConstraint", "value" : "SizeConstraint" }, { "name" : "XssMatch", "value" : "XssMatch" } ], "variable" : { "variableName" : "predicateType", "variableType" : "PredicateType", "variableDeclarationType" : "PredicateType", "documentation" : null, "simpleType" : "PredicateType", "variableSetterType" : "PredicateType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "UpdateXssMatchSetResult" : { "c2jName" : "UpdateXssMatchSetResponse", "documentation" : "

                                                                                                                                                                                                                                                                                                  The response to an UpdateXssMatchSets request.

                                                                                                                                                                                                                                                                                                  ", "shapeName" : "UpdateXssMatchSetResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                  The ChangeToken that you used to submit the UpdateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The ChangeToken that you used to submit the UpdateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The ChangeToken that you used to submit the UpdateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the UpdateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The ChangeToken that you used to submit the UpdateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                                                                                                  \n@return The ChangeToken that you used to submit the UpdateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The ChangeToken that you used to submit the UpdateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the UpdateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The ChangeToken that you used to submit the UpdateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the UpdateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "updateXssMatchSetResult", "variableType" : "UpdateXssMatchSetResult", "variableDeclarationType" : "UpdateXssMatchSetResult", "documentation" : null, "simpleType" : "UpdateXssMatchSetResult", "variableSetterType" : "UpdateXssMatchSetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeToken" : { "documentation" : "

                                                                                                                                                                                                                                                                                                  The ChangeToken that you used to submit the UpdateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The ChangeToken that you used to submit the UpdateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The ChangeToken that you used to submit the UpdateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the UpdateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The ChangeToken that you used to submit the UpdateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                                                                                                  \n@return The ChangeToken that you used to submit the UpdateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The ChangeToken that you used to submit the UpdateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the UpdateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The ChangeToken that you used to submit the UpdateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

                                                                                                                                                                                                                                                                                                  \n@param changeToken The ChangeToken that you used to submit the UpdateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "WebACL" : { "c2jName" : "WebACL", "documentation" : "

                                                                                                                                                                                                                                                                                                  Contains the Rules that identify the requests that you want to allow, block, or count. In a WebACL, you also specify a default action (ALLOW or BLOCK), and the action for each Rule that you add to a WebACL, for example, block requests from specified IP addresses or block requests from specified referrers. You also associate the WebACL with a CloudFront distribution to identify the requests that you want AWS WAF to filter. If you add more than one Rule to a WebACL, a request needs to match only one of the specifications to be allowed, blocked, or counted. For more information, see UpdateWebACL.

                                                                                                                                                                                                                                                                                                  ", "shapeName" : "WebACL", "deprecated" : false, "required" : [ "WebACLId", "DefaultAction", "Rules" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                  A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                                                                                                  ", "name" : "WebACLId", "c2jName" : "WebACLId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "webACLId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "webACLId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "WebACLId", "marshallLocationName" : "WebACLId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                                                                                                  \n@param webACLId A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                                                                                                  \n@return A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                                                                                                  \n@param webACLId A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                                                                                                  \n@param webACLId A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                  A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.

                                                                                                                                                                                                                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.

                                                                                                                                                                                                                                                                                                  \n@param name A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.

                                                                                                                                                                                                                                                                                                  \n@return A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.

                                                                                                                                                                                                                                                                                                  \n@param name A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.

                                                                                                                                                                                                                                                                                                  \n@param name A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "", "name" : "MetricName", "c2jName" : "MetricName", "c2jShape" : "MetricName", "variable" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricName", "marshallLocationName" : "MetricName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param metricName */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param metricName \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param metricName \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                  The action to perform if none of the Rules contained in the WebACL match. The action is specified by the WafAction object.

                                                                                                                                                                                                                                                                                                  ", "name" : "DefaultAction", "c2jName" : "DefaultAction", "c2jShape" : "WafAction", "variable" : { "variableName" : "defaultAction", "variableType" : "WafAction", "variableDeclarationType" : "WafAction", "documentation" : "

                                                                                                                                                                                                                                                                                                  The action to perform if none of the Rules contained in the WebACL match. The action is specified by the WafAction object.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "WafAction", "variableSetterType" : "WafAction" }, "setterModel" : { "variableName" : "defaultAction", "variableType" : "WafAction", "variableDeclarationType" : "WafAction", "documentation" : "", "simpleType" : "WafAction", "variableSetterType" : "WafAction" }, "getterModel" : { "returnType" : "WafAction", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultAction", "marshallLocationName" : "DefaultAction", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The action to perform if none of the Rules contained in the WebACL match. The action is specified by the WafAction object.

                                                                                                                                                                                                                                                                                                  \n@param defaultAction The action to perform if none of the Rules contained in the WebACL match. The action is specified by the WafAction object.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The action to perform if none of the Rules contained in the WebACL match. The action is specified by the WafAction object.

                                                                                                                                                                                                                                                                                                  \n@return The action to perform if none of the Rules contained in the WebACL match. The action is specified by the WafAction object.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The action to perform if none of the Rules contained in the WebACL match. The action is specified by the WafAction object.

                                                                                                                                                                                                                                                                                                  \n@param defaultAction The action to perform if none of the Rules contained in the WebACL match. The action is specified by the WafAction object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The action to perform if none of the Rules contained in the WebACL match. The action is specified by the WafAction object.

                                                                                                                                                                                                                                                                                                  \n@param defaultAction The action to perform if none of the Rules contained in the WebACL match. The action is specified by the WafAction object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                  An array that contains the action for each Rule in a WebACL, the priority of the Rule, and the ID of the Rule.

                                                                                                                                                                                                                                                                                                  ", "name" : "Rules", "c2jName" : "Rules", "c2jShape" : "ActivatedRules", "variable" : { "variableName" : "rules", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                  An array that contains the action for each Rule in a WebACL, the priority of the Rule, and the ID of the Rule.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "rules", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Rules", "marshallLocationName" : "Rules", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ActivatedRule", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ActivatedRule", "variable" : { "variableName" : "member", "variableType" : "ActivatedRule", "variableDeclarationType" : "ActivatedRule", "documentation" : "", "simpleType" : "ActivatedRule", "variableSetterType" : "ActivatedRule" }, "setterModel" : { "variableName" : "member", "variableType" : "ActivatedRule", "variableDeclarationType" : "ActivatedRule", "documentation" : "", "simpleType" : "ActivatedRule", "variableSetterType" : "ActivatedRule" }, "getterModel" : { "returnType" : "ActivatedRule", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ActivatedRule", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  An array that contains the action for each Rule in a WebACL, the priority of the Rule, and the ID of the Rule.

                                                                                                                                                                                                                                                                                                  \n@param rules An array that contains the action for each Rule in a WebACL, the priority of the Rule, and the ID of the Rule.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  An array that contains the action for each Rule in a WebACL, the priority of the Rule, and the ID of the Rule.

                                                                                                                                                                                                                                                                                                  \n@return An array that contains the action for each Rule in a WebACL, the priority of the Rule, and the ID of the Rule.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  An array that contains the action for each Rule in a WebACL, the priority of the Rule, and the ID of the Rule.

                                                                                                                                                                                                                                                                                                  \n@param rules An array that contains the action for each Rule in a WebACL, the priority of the Rule, and the ID of the Rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  An array that contains the action for each Rule in a WebACL, the priority of the Rule, and the ID of the Rule.

                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRules(java.util.Collection)} or {@link #withRules(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                  \n@param rules An array that contains the action for each Rule in a WebACL, the priority of the Rule, and the ID of the Rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "webACL", "variableType" : "WebACL", "variableDeclarationType" : "WebACL", "documentation" : null, "simpleType" : "WebACL", "variableSetterType" : "WebACL" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                                                                                                                                                                                                                                                                                  A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.

                                                                                                                                                                                                                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.

                                                                                                                                                                                                                                                                                                  \n@param name A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.

                                                                                                                                                                                                                                                                                                  \n@return A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.

                                                                                                                                                                                                                                                                                                  \n@param name A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.

                                                                                                                                                                                                                                                                                                  \n@param name A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "MetricName" : { "documentation" : "", "name" : "MetricName", "c2jName" : "MetricName", "c2jShape" : "MetricName", "variable" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricName", "marshallLocationName" : "MetricName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param metricName */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param metricName \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param metricName \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "DefaultAction" : { "documentation" : "

                                                                                                                                                                                                                                                                                                  The action to perform if none of the Rules contained in the WebACL match. The action is specified by the WafAction object.

                                                                                                                                                                                                                                                                                                  ", "name" : "DefaultAction", "c2jName" : "DefaultAction", "c2jShape" : "WafAction", "variable" : { "variableName" : "defaultAction", "variableType" : "WafAction", "variableDeclarationType" : "WafAction", "documentation" : "

                                                                                                                                                                                                                                                                                                  The action to perform if none of the Rules contained in the WebACL match. The action is specified by the WafAction object.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "WafAction", "variableSetterType" : "WafAction" }, "setterModel" : { "variableName" : "defaultAction", "variableType" : "WafAction", "variableDeclarationType" : "WafAction", "documentation" : "", "simpleType" : "WafAction", "variableSetterType" : "WafAction" }, "getterModel" : { "returnType" : "WafAction", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultAction", "marshallLocationName" : "DefaultAction", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The action to perform if none of the Rules contained in the WebACL match. The action is specified by the WafAction object.

                                                                                                                                                                                                                                                                                                  \n@param defaultAction The action to perform if none of the Rules contained in the WebACL match. The action is specified by the WafAction object.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The action to perform if none of the Rules contained in the WebACL match. The action is specified by the WafAction object.

                                                                                                                                                                                                                                                                                                  \n@return The action to perform if none of the Rules contained in the WebACL match. The action is specified by the WafAction object.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The action to perform if none of the Rules contained in the WebACL match. The action is specified by the WafAction object.

                                                                                                                                                                                                                                                                                                  \n@param defaultAction The action to perform if none of the Rules contained in the WebACL match. The action is specified by the WafAction object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The action to perform if none of the Rules contained in the WebACL match. The action is specified by the WafAction object.

                                                                                                                                                                                                                                                                                                  \n@param defaultAction The action to perform if none of the Rules contained in the WebACL match. The action is specified by the WafAction object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "Rules" : { "documentation" : "

                                                                                                                                                                                                                                                                                                  An array that contains the action for each Rule in a WebACL, the priority of the Rule, and the ID of the Rule.

                                                                                                                                                                                                                                                                                                  ", "name" : "Rules", "c2jName" : "Rules", "c2jShape" : "ActivatedRules", "variable" : { "variableName" : "rules", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                  An array that contains the action for each Rule in a WebACL, the priority of the Rule, and the ID of the Rule.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "rules", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Rules", "marshallLocationName" : "Rules", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ActivatedRule", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ActivatedRule", "variable" : { "variableName" : "member", "variableType" : "ActivatedRule", "variableDeclarationType" : "ActivatedRule", "documentation" : "", "simpleType" : "ActivatedRule", "variableSetterType" : "ActivatedRule" }, "setterModel" : { "variableName" : "member", "variableType" : "ActivatedRule", "variableDeclarationType" : "ActivatedRule", "documentation" : "", "simpleType" : "ActivatedRule", "variableSetterType" : "ActivatedRule" }, "getterModel" : { "returnType" : "ActivatedRule", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ActivatedRule", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  An array that contains the action for each Rule in a WebACL, the priority of the Rule, and the ID of the Rule.

                                                                                                                                                                                                                                                                                                  \n@param rules An array that contains the action for each Rule in a WebACL, the priority of the Rule, and the ID of the Rule.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  An array that contains the action for each Rule in a WebACL, the priority of the Rule, and the ID of the Rule.

                                                                                                                                                                                                                                                                                                  \n@return An array that contains the action for each Rule in a WebACL, the priority of the Rule, and the ID of the Rule.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  An array that contains the action for each Rule in a WebACL, the priority of the Rule, and the ID of the Rule.

                                                                                                                                                                                                                                                                                                  \n@param rules An array that contains the action for each Rule in a WebACL, the priority of the Rule, and the ID of the Rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  An array that contains the action for each Rule in a WebACL, the priority of the Rule, and the ID of the Rule.

                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRules(java.util.Collection)} or {@link #withRules(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                  \n@param rules An array that contains the action for each Rule in a WebACL, the priority of the Rule, and the ID of the Rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "WebACLId" : { "documentation" : "

                                                                                                                                                                                                                                                                                                  A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                                                                                                  ", "name" : "WebACLId", "c2jName" : "WebACLId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "webACLId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "webACLId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "WebACLId", "marshallLocationName" : "WebACLId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                                                                                                  \n@param webACLId A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                                                                                                  \n@return A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                                                                                                  \n@param webACLId A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                                                                                                  \n@param webACLId A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "UpdateSqlInjectionMatchSetRequest" : { "c2jName" : "UpdateSqlInjectionMatchSetRequest", "documentation" : "

                                                                                                                                                                                                                                                                                                  A request to update a SqlInjectionMatchSet.

                                                                                                                                                                                                                                                                                                  ", "shapeName" : "UpdateSqlInjectionMatchSetRequest", "deprecated" : false, "required" : [ "SqlInjectionMatchSetId", "ChangeToken", "Updates" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                  The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to update. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                                                                                                                                  ", "name" : "SqlInjectionMatchSetId", "c2jName" : "SqlInjectionMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "sqlInjectionMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to update. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sqlInjectionMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SqlInjectionMatchSetId", "marshallLocationName" : "SqlInjectionMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to update. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                                                                                                                                  \n@param sqlInjectionMatchSetId The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to update. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to update. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                                                                                                                                  \n@return The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to update. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to update. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                                                                                                                                  \n@param sqlInjectionMatchSetId The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to update. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to update. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                                                                                                                                  \n@param sqlInjectionMatchSetId The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to update. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                  An array of SqlInjectionMatchSetUpdate objects that you want to insert into or delete from a SqlInjectionMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                                                                                  ", "name" : "Updates", "c2jName" : "Updates", "c2jShape" : "SqlInjectionMatchSetUpdates", "variable" : { "variableName" : "updates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                  An array of SqlInjectionMatchSetUpdate objects that you want to insert into or delete from a SqlInjectionMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "updates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Updates", "marshallLocationName" : "Updates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "SqlInjectionMatchSetUpdate", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SqlInjectionMatchSetUpdate", "variable" : { "variableName" : "member", "variableType" : "SqlInjectionMatchSetUpdate", "variableDeclarationType" : "SqlInjectionMatchSetUpdate", "documentation" : "", "simpleType" : "SqlInjectionMatchSetUpdate", "variableSetterType" : "SqlInjectionMatchSetUpdate" }, "setterModel" : { "variableName" : "member", "variableType" : "SqlInjectionMatchSetUpdate", "variableDeclarationType" : "SqlInjectionMatchSetUpdate", "documentation" : "", "simpleType" : "SqlInjectionMatchSetUpdate", "variableSetterType" : "SqlInjectionMatchSetUpdate" }, "getterModel" : { "returnType" : "SqlInjectionMatchSetUpdate", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "SqlInjectionMatchSetUpdate", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  An array of SqlInjectionMatchSetUpdate objects that you want to insert into or delete from a SqlInjectionMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                                                                                  \n@param updates An array of SqlInjectionMatchSetUpdate objects that you want to insert into or delete from a SqlInjectionMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                                                                                  • SqlInjectionMatchSetUpdate: Contains Action and SqlInjectionMatchTuple
                                                                                                                                                                                                                                                                                                  • SqlInjectionMatchTuple: Contains FieldToMatch and TextTransformation
                                                                                                                                                                                                                                                                                                  • FieldToMatch: Contains Data and Type
                                                                                                                                                                                                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                    An array of SqlInjectionMatchSetUpdate objects that you want to insert into or delete from a SqlInjectionMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                                                                                    \n@return An array of SqlInjectionMatchSetUpdate objects that you want to insert into or delete from a SqlInjectionMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                                                                                    • SqlInjectionMatchSetUpdate: Contains Action and SqlInjectionMatchTuple
                                                                                                                                                                                                                                                                                                    • SqlInjectionMatchTuple: Contains FieldToMatch and TextTransformation
                                                                                                                                                                                                                                                                                                    • FieldToMatch: Contains Data and Type
                                                                                                                                                                                                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                      An array of SqlInjectionMatchSetUpdate objects that you want to insert into or delete from a SqlInjectionMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                                                                                      \n@param updates An array of SqlInjectionMatchSetUpdate objects that you want to insert into or delete from a SqlInjectionMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                                                                                      • SqlInjectionMatchSetUpdate: Contains Action and SqlInjectionMatchTuple
                                                                                                                                                                                                                                                                                                      • SqlInjectionMatchTuple: Contains FieldToMatch and TextTransformation
                                                                                                                                                                                                                                                                                                      • FieldToMatch: Contains Data and Type
                                                                                                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                        An array of SqlInjectionMatchSetUpdate objects that you want to insert into or delete from a SqlInjectionMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                        NOTE: This method appends the values to the existing list (if any). Use {@link #setUpdates(java.util.Collection)} or {@link #withUpdates(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                        \n@param updates An array of SqlInjectionMatchSetUpdate objects that you want to insert into or delete from a SqlInjectionMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                                                                                        • SqlInjectionMatchSetUpdate: Contains Action and SqlInjectionMatchTuple
                                                                                                                                                                                                                                                                                                        • SqlInjectionMatchTuple: Contains FieldToMatch and TextTransformation
                                                                                                                                                                                                                                                                                                        • FieldToMatch: Contains Data and Type
                                                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "updateSqlInjectionMatchSetRequest", "variableType" : "UpdateSqlInjectionMatchSetRequest", "variableDeclarationType" : "UpdateSqlInjectionMatchSetRequest", "documentation" : null, "simpleType" : "UpdateSqlInjectionMatchSetRequest", "variableSetterType" : "UpdateSqlInjectionMatchSetRequest" }, "marshaller" : { "action" : "UpdateSqlInjectionMatchSet", "verb" : "POST", "target" : "AWSWAF_20150824.UpdateSqlInjectionMatchSet", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Updates" : { "documentation" : "

                                                                                                                                                                                                                                                                                                          An array of SqlInjectionMatchSetUpdate objects that you want to insert into or delete from a SqlInjectionMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                                                                                          ", "name" : "Updates", "c2jName" : "Updates", "c2jShape" : "SqlInjectionMatchSetUpdates", "variable" : { "variableName" : "updates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                          An array of SqlInjectionMatchSetUpdate objects that you want to insert into or delete from a SqlInjectionMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "updates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Updates", "marshallLocationName" : "Updates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "SqlInjectionMatchSetUpdate", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SqlInjectionMatchSetUpdate", "variable" : { "variableName" : "member", "variableType" : "SqlInjectionMatchSetUpdate", "variableDeclarationType" : "SqlInjectionMatchSetUpdate", "documentation" : "", "simpleType" : "SqlInjectionMatchSetUpdate", "variableSetterType" : "SqlInjectionMatchSetUpdate" }, "setterModel" : { "variableName" : "member", "variableType" : "SqlInjectionMatchSetUpdate", "variableDeclarationType" : "SqlInjectionMatchSetUpdate", "documentation" : "", "simpleType" : "SqlInjectionMatchSetUpdate", "variableSetterType" : "SqlInjectionMatchSetUpdate" }, "getterModel" : { "returnType" : "SqlInjectionMatchSetUpdate", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "SqlInjectionMatchSetUpdate", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                          An array of SqlInjectionMatchSetUpdate objects that you want to insert into or delete from a SqlInjectionMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                                                                                          \n@param updates An array of SqlInjectionMatchSetUpdate objects that you want to insert into or delete from a SqlInjectionMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                                                                                          • SqlInjectionMatchSetUpdate: Contains Action and SqlInjectionMatchTuple
                                                                                                                                                                                                                                                                                                          • SqlInjectionMatchTuple: Contains FieldToMatch and TextTransformation
                                                                                                                                                                                                                                                                                                          • FieldToMatch: Contains Data and Type
                                                                                                                                                                                                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                            An array of SqlInjectionMatchSetUpdate objects that you want to insert into or delete from a SqlInjectionMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                                                                                            \n@return An array of SqlInjectionMatchSetUpdate objects that you want to insert into or delete from a SqlInjectionMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                                                                                            • SqlInjectionMatchSetUpdate: Contains Action and SqlInjectionMatchTuple
                                                                                                                                                                                                                                                                                                            • SqlInjectionMatchTuple: Contains FieldToMatch and TextTransformation
                                                                                                                                                                                                                                                                                                            • FieldToMatch: Contains Data and Type
                                                                                                                                                                                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                              An array of SqlInjectionMatchSetUpdate objects that you want to insert into or delete from a SqlInjectionMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                                                                                              \n@param updates An array of SqlInjectionMatchSetUpdate objects that you want to insert into or delete from a SqlInjectionMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                                                                                              • SqlInjectionMatchSetUpdate: Contains Action and SqlInjectionMatchTuple
                                                                                                                                                                                                                                                                                                              • SqlInjectionMatchTuple: Contains FieldToMatch and TextTransformation
                                                                                                                                                                                                                                                                                                              • FieldToMatch: Contains Data and Type
                                                                                                                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                An array of SqlInjectionMatchSetUpdate objects that you want to insert into or delete from a SqlInjectionMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                NOTE: This method appends the values to the existing list (if any). Use {@link #setUpdates(java.util.Collection)} or {@link #withUpdates(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                \n@param updates An array of SqlInjectionMatchSetUpdate objects that you want to insert into or delete from a SqlInjectionMatchSet. For more information, see the applicable data types:

                                                                                                                                                                                                                                                                                                                • SqlInjectionMatchSetUpdate: Contains Action and SqlInjectionMatchTuple
                                                                                                                                                                                                                                                                                                                • SqlInjectionMatchTuple: Contains FieldToMatch and TextTransformation
                                                                                                                                                                                                                                                                                                                • FieldToMatch: Contains Data and Type
                                                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "ChangeToken" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SqlInjectionMatchSetId" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to update. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                                                                                                                                                  ", "name" : "SqlInjectionMatchSetId", "c2jName" : "SqlInjectionMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "sqlInjectionMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to update. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sqlInjectionMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SqlInjectionMatchSetId", "marshallLocationName" : "SqlInjectionMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to update. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                                                                                                                                                  \n@param sqlInjectionMatchSetId The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to update. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to update. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                                                                                                                                                  \n@return The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to update. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to update. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                                                                                                                                                  \n@param sqlInjectionMatchSetId The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to update. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to update. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

                                                                                                                                                                                                                                                                                                                  \n@param sqlInjectionMatchSetId The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to update. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "XssMatchSetUpdate" : { "c2jName" : "XssMatchSetUpdate", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the part of a web request that you want to inspect for cross-site scripting attacks and indicates whether you want to add the specification to an XssMatchSet or delete it from an XssMatchSet.

                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "XssMatchSetUpdate", "deprecated" : false, "required" : [ "Action", "XssMatchTuple" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specify INSERT to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE to remove a XssMatchSetUpdate from an XssMatchSet.

                                                                                                                                                                                                                                                                                                                  ", "name" : "Action", "c2jName" : "Action", "c2jShape" : "ChangeAction", "variable" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specify INSERT to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE to remove a XssMatchSetUpdate from an XssMatchSet.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Action", "marshallLocationName" : "Action", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ChangeAction", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specify INSERT to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE to remove a XssMatchSetUpdate from an XssMatchSet.

                                                                                                                                                                                                                                                                                                                  \n@param action Specify INSERT to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE to remove a XssMatchSetUpdate from an XssMatchSet.\n@see ChangeAction*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specify INSERT to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE to remove a XssMatchSetUpdate from an XssMatchSet.

                                                                                                                                                                                                                                                                                                                  \n@return Specify INSERT to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE to remove a XssMatchSetUpdate from an XssMatchSet.\n@see ChangeAction*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specify INSERT to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE to remove a XssMatchSetUpdate from an XssMatchSet.

                                                                                                                                                                                                                                                                                                                  \n@param action Specify INSERT to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE to remove a XssMatchSetUpdate from an XssMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specify INSERT to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE to remove a XssMatchSetUpdate from an XssMatchSet.

                                                                                                                                                                                                                                                                                                                  \n@param action Specify INSERT to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE to remove a XssMatchSetUpdate from an XssMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.

                                                                                                                                                                                                                                                                                                                  ", "name" : "XssMatchTuple", "c2jName" : "XssMatchTuple", "c2jShape" : "XssMatchTuple", "variable" : { "variableName" : "xssMatchTuple", "variableType" : "XssMatchTuple", "variableDeclarationType" : "XssMatchTuple", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "XssMatchTuple", "variableSetterType" : "XssMatchTuple" }, "setterModel" : { "variableName" : "xssMatchTuple", "variableType" : "XssMatchTuple", "variableDeclarationType" : "XssMatchTuple", "documentation" : "", "simpleType" : "XssMatchTuple", "variableSetterType" : "XssMatchTuple" }, "getterModel" : { "returnType" : "XssMatchTuple", "documentation" : null }, "http" : { "unmarshallLocationName" : "XssMatchTuple", "marshallLocationName" : "XssMatchTuple", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.

                                                                                                                                                                                                                                                                                                                  \n@param xssMatchTuple Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.

                                                                                                                                                                                                                                                                                                                  \n@return Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.

                                                                                                                                                                                                                                                                                                                  \n@param xssMatchTuple Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.

                                                                                                                                                                                                                                                                                                                  \n@param xssMatchTuple Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "xssMatchSetUpdate", "variableType" : "XssMatchSetUpdate", "variableDeclarationType" : "XssMatchSetUpdate", "documentation" : null, "simpleType" : "XssMatchSetUpdate", "variableSetterType" : "XssMatchSetUpdate" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "XssMatchTuple" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.

                                                                                                                                                                                                                                                                                                                  ", "name" : "XssMatchTuple", "c2jName" : "XssMatchTuple", "c2jShape" : "XssMatchTuple", "variable" : { "variableName" : "xssMatchTuple", "variableType" : "XssMatchTuple", "variableDeclarationType" : "XssMatchTuple", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "XssMatchTuple", "variableSetterType" : "XssMatchTuple" }, "setterModel" : { "variableName" : "xssMatchTuple", "variableType" : "XssMatchTuple", "variableDeclarationType" : "XssMatchTuple", "documentation" : "", "simpleType" : "XssMatchTuple", "variableSetterType" : "XssMatchTuple" }, "getterModel" : { "returnType" : "XssMatchTuple", "documentation" : null }, "http" : { "unmarshallLocationName" : "XssMatchTuple", "marshallLocationName" : "XssMatchTuple", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.

                                                                                                                                                                                                                                                                                                                  \n@param xssMatchTuple Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.

                                                                                                                                                                                                                                                                                                                  \n@return Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.

                                                                                                                                                                                                                                                                                                                  \n@param xssMatchTuple Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.

                                                                                                                                                                                                                                                                                                                  \n@param xssMatchTuple Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "Action" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specify INSERT to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE to remove a XssMatchSetUpdate from an XssMatchSet.

                                                                                                                                                                                                                                                                                                                  ", "name" : "Action", "c2jName" : "Action", "c2jShape" : "ChangeAction", "variable" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specify INSERT to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE to remove a XssMatchSetUpdate from an XssMatchSet.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Action", "marshallLocationName" : "Action", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ChangeAction", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specify INSERT to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE to remove a XssMatchSetUpdate from an XssMatchSet.

                                                                                                                                                                                                                                                                                                                  \n@param action Specify INSERT to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE to remove a XssMatchSetUpdate from an XssMatchSet.\n@see ChangeAction*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specify INSERT to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE to remove a XssMatchSetUpdate from an XssMatchSet.

                                                                                                                                                                                                                                                                                                                  \n@return Specify INSERT to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE to remove a XssMatchSetUpdate from an XssMatchSet.\n@see ChangeAction*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specify INSERT to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE to remove a XssMatchSetUpdate from an XssMatchSet.

                                                                                                                                                                                                                                                                                                                  \n@param action Specify INSERT to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE to remove a XssMatchSetUpdate from an XssMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specify INSERT to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE to remove a XssMatchSetUpdate from an XssMatchSet.

                                                                                                                                                                                                                                                                                                                  \n@param action Specify INSERT to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE to remove a XssMatchSetUpdate from an XssMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "simple" : true, "list" : false, "map" : false } } }, "PositionalConstraint" : { "c2jName" : "PositionalConstraint", "documentation" : "", "shapeName" : "PositionalConstraint", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "EXACTLY", "value" : "EXACTLY" }, { "name" : "STARTS_WITH", "value" : "STARTS_WITH" }, { "name" : "ENDS_WITH", "value" : "ENDS_WITH" }, { "name" : "CONTAINS", "value" : "CONTAINS" }, { "name" : "CONTAINS_WORD", "value" : "CONTAINS_WORD" } ], "variable" : { "variableName" : "positionalConstraint", "variableType" : "PositionalConstraint", "variableDeclarationType" : "PositionalConstraint", "documentation" : null, "simpleType" : "PositionalConstraint", "variableSetterType" : "PositionalConstraint" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "Rule" : { "c2jName" : "Rule", "documentation" : "

                                                                                                                                                                                                                                                                                                                  A combination of ByteMatchSet, IPSet, and/or SqlInjectionMatchSet objects that identify the web requests that you want to allow, block, or count. For example, you might create a Rule that includes the following predicates:

                                                                                                                                                                                                                                                                                                                  • An IPSet that causes AWS WAF to search for web requests that originate from the IP address 192.0.2.44
                                                                                                                                                                                                                                                                                                                  • A ByteMatchSet that causes AWS WAF to search for web requests for which the value of the User-Agent header is BadBot.

                                                                                                                                                                                                                                                                                                                  To match the settings in this Rule, a request must originate from 192.0.2.44 AND include a User-Agent header for which the value is BadBot.

                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "Rule", "deprecated" : false, "required" : [ "RuleId", "Predicates" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                  A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.

                                                                                                                                                                                                                                                                                                                  ", "name" : "RuleId", "c2jName" : "RuleId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "ruleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RuleId", "marshallLocationName" : "RuleId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.

                                                                                                                                                                                                                                                                                                                  \n@param ruleId A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.

                                                                                                                                                                                                                                                                                                                  \n@return A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.

                                                                                                                                                                                                                                                                                                                  \n@param ruleId A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.

                                                                                                                                                                                                                                                                                                                  \n@param ruleId A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The friendly name or description for the Rule. You can't change the name of a Rule after you create it.

                                                                                                                                                                                                                                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The friendly name or description for the Rule. You can't change the name of a Rule after you create it.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The friendly name or description for the Rule. You can't change the name of a Rule after you create it.

                                                                                                                                                                                                                                                                                                                  \n@param name The friendly name or description for the Rule. You can't change the name of a Rule after you create it.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The friendly name or description for the Rule. You can't change the name of a Rule after you create it.

                                                                                                                                                                                                                                                                                                                  \n@return The friendly name or description for the Rule. You can't change the name of a Rule after you create it.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The friendly name or description for the Rule. You can't change the name of a Rule after you create it.

                                                                                                                                                                                                                                                                                                                  \n@param name The friendly name or description for the Rule. You can't change the name of a Rule after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The friendly name or description for the Rule. You can't change the name of a Rule after you create it.

                                                                                                                                                                                                                                                                                                                  \n@param name The friendly name or description for the Rule. You can't change the name of a Rule after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "", "name" : "MetricName", "c2jName" : "MetricName", "c2jShape" : "MetricName", "variable" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricName", "marshallLocationName" : "MetricName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param metricName */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param metricName \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param metricName \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The Predicates object contains one Predicate element for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in a Rule.

                                                                                                                                                                                                                                                                                                                  ", "name" : "Predicates", "c2jName" : "Predicates", "c2jShape" : "Predicates", "variable" : { "variableName" : "predicates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The Predicates object contains one Predicate element for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in a Rule.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "predicates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Predicates", "marshallLocationName" : "Predicates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Predicate", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Predicate", "variable" : { "variableName" : "member", "variableType" : "Predicate", "variableDeclarationType" : "Predicate", "documentation" : "", "simpleType" : "Predicate", "variableSetterType" : "Predicate" }, "setterModel" : { "variableName" : "member", "variableType" : "Predicate", "variableDeclarationType" : "Predicate", "documentation" : "", "simpleType" : "Predicate", "variableSetterType" : "Predicate" }, "getterModel" : { "returnType" : "Predicate", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Predicate", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Predicates object contains one Predicate element for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in a Rule.

                                                                                                                                                                                                                                                                                                                  \n@param predicates The Predicates object contains one Predicate element for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in a Rule.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Predicates object contains one Predicate element for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in a Rule.

                                                                                                                                                                                                                                                                                                                  \n@return The Predicates object contains one Predicate element for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in a Rule.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Predicates object contains one Predicate element for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in a Rule.

                                                                                                                                                                                                                                                                                                                  \n@param predicates The Predicates object contains one Predicate element for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in a Rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Predicates object contains one Predicate element for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in a Rule.

                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setPredicates(java.util.Collection)} or {@link #withPredicates(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                  \n@param predicates The Predicates object contains one Predicate element for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in a Rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "rule", "variableType" : "Rule", "variableDeclarationType" : "Rule", "documentation" : null, "simpleType" : "Rule", "variableSetterType" : "Rule" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The friendly name or description for the Rule. You can't change the name of a Rule after you create it.

                                                                                                                                                                                                                                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The friendly name or description for the Rule. You can't change the name of a Rule after you create it.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The friendly name or description for the Rule. You can't change the name of a Rule after you create it.

                                                                                                                                                                                                                                                                                                                  \n@param name The friendly name or description for the Rule. You can't change the name of a Rule after you create it.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The friendly name or description for the Rule. You can't change the name of a Rule after you create it.

                                                                                                                                                                                                                                                                                                                  \n@return The friendly name or description for the Rule. You can't change the name of a Rule after you create it.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The friendly name or description for the Rule. You can't change the name of a Rule after you create it.

                                                                                                                                                                                                                                                                                                                  \n@param name The friendly name or description for the Rule. You can't change the name of a Rule after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The friendly name or description for the Rule. You can't change the name of a Rule after you create it.

                                                                                                                                                                                                                                                                                                                  \n@param name The friendly name or description for the Rule. You can't change the name of a Rule after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "MetricName" : { "documentation" : "", "name" : "MetricName", "c2jName" : "MetricName", "c2jShape" : "MetricName", "variable" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricName", "marshallLocationName" : "MetricName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param metricName */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param metricName \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param metricName \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "RuleId" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.

                                                                                                                                                                                                                                                                                                                  ", "name" : "RuleId", "c2jName" : "RuleId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "ruleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RuleId", "marshallLocationName" : "RuleId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.

                                                                                                                                                                                                                                                                                                                  \n@param ruleId A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.

                                                                                                                                                                                                                                                                                                                  \n@return A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.

                                                                                                                                                                                                                                                                                                                  \n@param ruleId A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.

                                                                                                                                                                                                                                                                                                                  \n@param ruleId A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete a one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

                                                                                                                                                                                                                                                                                                                  RuleId is returned by CreateRule and by ListRules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Predicates" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The Predicates object contains one Predicate element for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in a Rule.

                                                                                                                                                                                                                                                                                                                  ", "name" : "Predicates", "c2jName" : "Predicates", "c2jShape" : "Predicates", "variable" : { "variableName" : "predicates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The Predicates object contains one Predicate element for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in a Rule.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "predicates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Predicates", "marshallLocationName" : "Predicates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Predicate", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Predicate", "variable" : { "variableName" : "member", "variableType" : "Predicate", "variableDeclarationType" : "Predicate", "documentation" : "", "simpleType" : "Predicate", "variableSetterType" : "Predicate" }, "setterModel" : { "variableName" : "member", "variableType" : "Predicate", "variableDeclarationType" : "Predicate", "documentation" : "", "simpleType" : "Predicate", "variableSetterType" : "Predicate" }, "getterModel" : { "returnType" : "Predicate", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Predicate", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Predicates object contains one Predicate element for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in a Rule.

                                                                                                                                                                                                                                                                                                                  \n@param predicates The Predicates object contains one Predicate element for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in a Rule.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Predicates object contains one Predicate element for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in a Rule.

                                                                                                                                                                                                                                                                                                                  \n@return The Predicates object contains one Predicate element for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in a Rule.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Predicates object contains one Predicate element for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in a Rule.

                                                                                                                                                                                                                                                                                                                  \n@param predicates The Predicates object contains one Predicate element for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in a Rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Predicates object contains one Predicate element for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in a Rule.

                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setPredicates(java.util.Collection)} or {@link #withPredicates(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                  \n@param predicates The Predicates object contains one Predicate element for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in a Rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } } }, "ListRulesRequest" : { "c2jName" : "ListRulesRequest", "documentation" : "", "shapeName" : "ListRulesRequest", "deprecated" : false, "required" : [ "Limit" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                  If you specify a value for Limit and you have more Rules than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of Rules. For the second and subsequent ListRules requests, specify the value of NextMarker from the previous response to get information about another batch of Rules.

                                                                                                                                                                                                                                                                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  If you specify a value for Limit and you have more Rules than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of Rules. For the second and subsequent ListRules requests, specify the value of NextMarker from the previous response to get information about another batch of Rules.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  If you specify a value for Limit and you have more Rules than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of Rules. For the second and subsequent ListRules requests, specify the value of NextMarker from the previous response to get information about another batch of Rules.

                                                                                                                                                                                                                                                                                                                  \n@param nextMarker If you specify a value for Limit and you have more Rules than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of Rules. For the second and subsequent ListRules requests, specify the value of NextMarker from the previous response to get information about another batch of Rules.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  If you specify a value for Limit and you have more Rules than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of Rules. For the second and subsequent ListRules requests, specify the value of NextMarker from the previous response to get information about another batch of Rules.

                                                                                                                                                                                                                                                                                                                  \n@return If you specify a value for Limit and you have more Rules than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of Rules. For the second and subsequent ListRules requests, specify the value of NextMarker from the previous response to get information about another batch of Rules.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  If you specify a value for Limit and you have more Rules than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of Rules. For the second and subsequent ListRules requests, specify the value of NextMarker from the previous response to get information about another batch of Rules.

                                                                                                                                                                                                                                                                                                                  \n@param nextMarker If you specify a value for Limit and you have more Rules than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of Rules. For the second and subsequent ListRules requests, specify the value of NextMarker from the previous response to get information about another batch of Rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  If you specify a value for Limit and you have more Rules than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of Rules. For the second and subsequent ListRules requests, specify the value of NextMarker from the previous response to get information about another batch of Rules.

                                                                                                                                                                                                                                                                                                                  \n@param nextMarker If you specify a value for Limit and you have more Rules than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of Rules. For the second and subsequent ListRules requests, specify the value of NextMarker from the previous response to get information about another batch of Rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the number of Rules that you want AWS WAF to return for this request. If you have more Rules than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.

                                                                                                                                                                                                                                                                                                                  ", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "PaginationLimit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the number of Rules that you want AWS WAF to return for this request. If you have more Rules than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the number of Rules that you want AWS WAF to return for this request. If you have more Rules than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.

                                                                                                                                                                                                                                                                                                                  \n@param limit Specifies the number of Rules that you want AWS WAF to return for this request. If you have more Rules than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the number of Rules that you want AWS WAF to return for this request. If you have more Rules than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.

                                                                                                                                                                                                                                                                                                                  \n@return Specifies the number of Rules that you want AWS WAF to return for this request. If you have more Rules than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the number of Rules that you want AWS WAF to return for this request. If you have more Rules than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.

                                                                                                                                                                                                                                                                                                                  \n@param limit Specifies the number of Rules that you want AWS WAF to return for this request. If you have more Rules than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the number of Rules that you want AWS WAF to return for this request. If you have more Rules than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.

                                                                                                                                                                                                                                                                                                                  \n@param limit Specifies the number of Rules that you want AWS WAF to return for this request. If you have more Rules than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "listRulesRequest", "variableType" : "ListRulesRequest", "variableDeclarationType" : "ListRulesRequest", "documentation" : null, "simpleType" : "ListRulesRequest", "variableSetterType" : "ListRulesRequest" }, "marshaller" : { "action" : "ListRules", "verb" : "POST", "target" : "AWSWAF_20150824.ListRules", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Limit" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the number of Rules that you want AWS WAF to return for this request. If you have more Rules than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.

                                                                                                                                                                                                                                                                                                                  ", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "PaginationLimit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the number of Rules that you want AWS WAF to return for this request. If you have more Rules than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the number of Rules that you want AWS WAF to return for this request. If you have more Rules than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.

                                                                                                                                                                                                                                                                                                                  \n@param limit Specifies the number of Rules that you want AWS WAF to return for this request. If you have more Rules than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the number of Rules that you want AWS WAF to return for this request. If you have more Rules than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.

                                                                                                                                                                                                                                                                                                                  \n@return Specifies the number of Rules that you want AWS WAF to return for this request. If you have more Rules than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the number of Rules that you want AWS WAF to return for this request. If you have more Rules than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.

                                                                                                                                                                                                                                                                                                                  \n@param limit Specifies the number of Rules that you want AWS WAF to return for this request. If you have more Rules than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the number of Rules that you want AWS WAF to return for this request. If you have more Rules than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.

                                                                                                                                                                                                                                                                                                                  \n@param limit Specifies the number of Rules that you want AWS WAF to return for this request. If you have more Rules than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "NextMarker" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  If you specify a value for Limit and you have more Rules than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of Rules. For the second and subsequent ListRules requests, specify the value of NextMarker from the previous response to get information about another batch of Rules.

                                                                                                                                                                                                                                                                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  If you specify a value for Limit and you have more Rules than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of Rules. For the second and subsequent ListRules requests, specify the value of NextMarker from the previous response to get information about another batch of Rules.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  If you specify a value for Limit and you have more Rules than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of Rules. For the second and subsequent ListRules requests, specify the value of NextMarker from the previous response to get information about another batch of Rules.

                                                                                                                                                                                                                                                                                                                  \n@param nextMarker If you specify a value for Limit and you have more Rules than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of Rules. For the second and subsequent ListRules requests, specify the value of NextMarker from the previous response to get information about another batch of Rules.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  If you specify a value for Limit and you have more Rules than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of Rules. For the second and subsequent ListRules requests, specify the value of NextMarker from the previous response to get information about another batch of Rules.

                                                                                                                                                                                                                                                                                                                  \n@return If you specify a value for Limit and you have more Rules than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of Rules. For the second and subsequent ListRules requests, specify the value of NextMarker from the previous response to get information about another batch of Rules.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  If you specify a value for Limit and you have more Rules than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of Rules. For the second and subsequent ListRules requests, specify the value of NextMarker from the previous response to get information about another batch of Rules.

                                                                                                                                                                                                                                                                                                                  \n@param nextMarker If you specify a value for Limit and you have more Rules than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of Rules. For the second and subsequent ListRules requests, specify the value of NextMarker from the previous response to get information about another batch of Rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  If you specify a value for Limit and you have more Rules than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of Rules. For the second and subsequent ListRules requests, specify the value of NextMarker from the previous response to get information about another batch of Rules.

                                                                                                                                                                                                                                                                                                                  \n@param nextMarker If you specify a value for Limit and you have more Rules than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of Rules. For the second and subsequent ListRules requests, specify the value of NextMarker from the previous response to get information about another batch of Rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "FieldToMatch" : { "c2jName" : "FieldToMatch", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies where in a web request to look for TargetString.

                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "FieldToMatch", "deprecated" : false, "required" : [ "Type" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The part of the web request that you want AWS WAF to search for a specified string. Parts of a request that you can search include the following:

                                                                                                                                                                                                                                                                                                                  • HEADER: A specified request header, for example, the value of the User-Agent or Referer header. If you choose HEADER for the type, specify the name of the header in Data.
                                                                                                                                                                                                                                                                                                                  • METHOD: The HTTP method, which indicated the type of operation that the request is asking the origin to perform. Amazon CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                                                                                                                  • QUERY_STRING: A query string, which is the part of a URL that appears after a ? character, if any.
                                                                                                                                                                                                                                                                                                                  • URI: The part of a web request that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                                                                                                                  • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.
                                                                                                                                                                                                                                                                                                                  ", "name" : "Type", "c2jName" : "Type", "c2jShape" : "MatchFieldType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The part of the web request that you want AWS WAF to search for a specified string. Parts of a request that you can search include the following:

                                                                                                                                                                                                                                                                                                                  • HEADER: A specified request header, for example, the value of the User-Agent or Referer header. If you choose HEADER for the type, specify the name of the header in Data.
                                                                                                                                                                                                                                                                                                                  • METHOD: The HTTP method, which indicated the type of operation that the request is asking the origin to perform. Amazon CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                                                                                                                  • QUERY_STRING: A query string, which is the part of a URL that appears after a ? character, if any.
                                                                                                                                                                                                                                                                                                                  • URI: The part of a web request that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                                                                                                                  • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.
                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Type", "marshallLocationName" : "Type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "MatchFieldType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The part of the web request that you want AWS WAF to search for a specified string. Parts of a request that you can search include the following:

                                                                                                                                                                                                                                                                                                                  • HEADER: A specified request header, for example, the value of the User-Agent or Referer header. If you choose HEADER for the type, specify the name of the header in Data.
                                                                                                                                                                                                                                                                                                                  • METHOD: The HTTP method, which indicated the type of operation that the request is asking the origin to perform. Amazon CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                                                                                                                  • QUERY_STRING: A query string, which is the part of a URL that appears after a ? character, if any.
                                                                                                                                                                                                                                                                                                                  • URI: The part of a web request that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                                                                                                                  • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.
                                                                                                                                                                                                                                                                                                                  \n@param type The part of the web request that you want AWS WAF to search for a specified string. Parts of a request that you can search include the following:

                                                                                                                                                                                                                                                                                                                  • HEADER: A specified request header, for example, the value of the User-Agent or Referer header. If you choose HEADER for the type, specify the name of the header in Data.
                                                                                                                                                                                                                                                                                                                  • METHOD: The HTTP method, which indicated the type of operation that the request is asking the origin to perform. Amazon CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                                                                                                                  • QUERY_STRING: A query string, which is the part of a URL that appears after a ? character, if any.
                                                                                                                                                                                                                                                                                                                  • URI: The part of a web request that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                                                                                                                  • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.
                                                                                                                                                                                                                                                                                                                  • \n@see MatchFieldType*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                    The part of the web request that you want AWS WAF to search for a specified string. Parts of a request that you can search include the following:

                                                                                                                                                                                                                                                                                                                    • HEADER: A specified request header, for example, the value of the User-Agent or Referer header. If you choose HEADER for the type, specify the name of the header in Data.
                                                                                                                                                                                                                                                                                                                    • METHOD: The HTTP method, which indicated the type of operation that the request is asking the origin to perform. Amazon CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                                                                                                                    • QUERY_STRING: A query string, which is the part of a URL that appears after a ? character, if any.
                                                                                                                                                                                                                                                                                                                    • URI: The part of a web request that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                                                                                                                    • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.
                                                                                                                                                                                                                                                                                                                    \n@return The part of the web request that you want AWS WAF to search for a specified string. Parts of a request that you can search include the following:

                                                                                                                                                                                                                                                                                                                    • HEADER: A specified request header, for example, the value of the User-Agent or Referer header. If you choose HEADER for the type, specify the name of the header in Data.
                                                                                                                                                                                                                                                                                                                    • METHOD: The HTTP method, which indicated the type of operation that the request is asking the origin to perform. Amazon CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                                                                                                                    • QUERY_STRING: A query string, which is the part of a URL that appears after a ? character, if any.
                                                                                                                                                                                                                                                                                                                    • URI: The part of a web request that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                                                                                                                    • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.
                                                                                                                                                                                                                                                                                                                    • \n@see MatchFieldType*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                      The part of the web request that you want AWS WAF to search for a specified string. Parts of a request that you can search include the following:

                                                                                                                                                                                                                                                                                                                      • HEADER: A specified request header, for example, the value of the User-Agent or Referer header. If you choose HEADER for the type, specify the name of the header in Data.
                                                                                                                                                                                                                                                                                                                      • METHOD: The HTTP method, which indicated the type of operation that the request is asking the origin to perform. Amazon CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                                                                                                                      • QUERY_STRING: A query string, which is the part of a URL that appears after a ? character, if any.
                                                                                                                                                                                                                                                                                                                      • URI: The part of a web request that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                                                                                                                      • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.
                                                                                                                                                                                                                                                                                                                      \n@param type The part of the web request that you want AWS WAF to search for a specified string. Parts of a request that you can search include the following:

                                                                                                                                                                                                                                                                                                                      • HEADER: A specified request header, for example, the value of the User-Agent or Referer header. If you choose HEADER for the type, specify the name of the header in Data.
                                                                                                                                                                                                                                                                                                                      • METHOD: The HTTP method, which indicated the type of operation that the request is asking the origin to perform. Amazon CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                                                                                                                      • QUERY_STRING: A query string, which is the part of a URL that appears after a ? character, if any.
                                                                                                                                                                                                                                                                                                                      • URI: The part of a web request that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                                                                                                                      • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.
                                                                                                                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.\n@see MatchFieldType*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                        The part of the web request that you want AWS WAF to search for a specified string. Parts of a request that you can search include the following:

                                                                                                                                                                                                                                                                                                                        • HEADER: A specified request header, for example, the value of the User-Agent or Referer header. If you choose HEADER for the type, specify the name of the header in Data.
                                                                                                                                                                                                                                                                                                                        • METHOD: The HTTP method, which indicated the type of operation that the request is asking the origin to perform. Amazon CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                                                                                                                        • QUERY_STRING: A query string, which is the part of a URL that appears after a ? character, if any.
                                                                                                                                                                                                                                                                                                                        • URI: The part of a web request that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                                                                                                                        • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.
                                                                                                                                                                                                                                                                                                                        \n@param type The part of the web request that you want AWS WAF to search for a specified string. Parts of a request that you can search include the following:

                                                                                                                                                                                                                                                                                                                        • HEADER: A specified request header, for example, the value of the User-Agent or Referer header. If you choose HEADER for the type, specify the name of the header in Data.
                                                                                                                                                                                                                                                                                                                        • METHOD: The HTTP method, which indicated the type of operation that the request is asking the origin to perform. Amazon CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                                                                                                                        • QUERY_STRING: A query string, which is the part of a URL that appears after a ? character, if any.
                                                                                                                                                                                                                                                                                                                        • URI: The part of a web request that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                                                                                                                        • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.
                                                                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@see MatchFieldType*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                          When the value of Type is HEADER, enter the name of the header that you want AWS WAF to search, for example, User-Agent or Referer. If the value of Type is any other value, omit Data.

                                                                                                                                                                                                                                                                                                                          The name of the header is not case sensitive.

                                                                                                                                                                                                                                                                                                                          ", "name" : "Data", "c2jName" : "Data", "c2jShape" : "MatchFieldData", "variable" : { "variableName" : "data", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                          When the value of Type is HEADER, enter the name of the header that you want AWS WAF to search, for example, User-Agent or Referer. If the value of Type is any other value, omit Data.

                                                                                                                                                                                                                                                                                                                          The name of the header is not case sensitive.

                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "data", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Data", "marshallLocationName" : "Data", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          When the value of Type is HEADER, enter the name of the header that you want AWS WAF to search, for example, User-Agent or Referer. If the value of Type is any other value, omit Data.

                                                                                                                                                                                                                                                                                                                          The name of the header is not case sensitive.

                                                                                                                                                                                                                                                                                                                          \n@param data When the value of Type is HEADER, enter the name of the header that you want AWS WAF to search, for example, User-Agent or Referer. If the value of Type is any other value, omit Data.

                                                                                                                                                                                                                                                                                                                          The name of the header is not case sensitive.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          When the value of Type is HEADER, enter the name of the header that you want AWS WAF to search, for example, User-Agent or Referer. If the value of Type is any other value, omit Data.

                                                                                                                                                                                                                                                                                                                          The name of the header is not case sensitive.

                                                                                                                                                                                                                                                                                                                          \n@return When the value of Type is HEADER, enter the name of the header that you want AWS WAF to search, for example, User-Agent or Referer. If the value of Type is any other value, omit Data.

                                                                                                                                                                                                                                                                                                                          The name of the header is not case sensitive.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          When the value of Type is HEADER, enter the name of the header that you want AWS WAF to search, for example, User-Agent or Referer. If the value of Type is any other value, omit Data.

                                                                                                                                                                                                                                                                                                                          The name of the header is not case sensitive.

                                                                                                                                                                                                                                                                                                                          \n@param data When the value of Type is HEADER, enter the name of the header that you want AWS WAF to search, for example, User-Agent or Referer. If the value of Type is any other value, omit Data.

                                                                                                                                                                                                                                                                                                                          The name of the header is not case sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          When the value of Type is HEADER, enter the name of the header that you want AWS WAF to search, for example, User-Agent or Referer. If the value of Type is any other value, omit Data.

                                                                                                                                                                                                                                                                                                                          The name of the header is not case sensitive.

                                                                                                                                                                                                                                                                                                                          \n@param data When the value of Type is HEADER, enter the name of the header that you want AWS WAF to search, for example, User-Agent or Referer. If the value of Type is any other value, omit Data.

                                                                                                                                                                                                                                                                                                                          The name of the header is not case sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "fieldToMatch", "variableType" : "FieldToMatch", "variableDeclarationType" : "FieldToMatch", "documentation" : null, "simpleType" : "FieldToMatch", "variableSetterType" : "FieldToMatch" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Data" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                          When the value of Type is HEADER, enter the name of the header that you want AWS WAF to search, for example, User-Agent or Referer. If the value of Type is any other value, omit Data.

                                                                                                                                                                                                                                                                                                                          The name of the header is not case sensitive.

                                                                                                                                                                                                                                                                                                                          ", "name" : "Data", "c2jName" : "Data", "c2jShape" : "MatchFieldData", "variable" : { "variableName" : "data", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                          When the value of Type is HEADER, enter the name of the header that you want AWS WAF to search, for example, User-Agent or Referer. If the value of Type is any other value, omit Data.

                                                                                                                                                                                                                                                                                                                          The name of the header is not case sensitive.

                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "data", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Data", "marshallLocationName" : "Data", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          When the value of Type is HEADER, enter the name of the header that you want AWS WAF to search, for example, User-Agent or Referer. If the value of Type is any other value, omit Data.

                                                                                                                                                                                                                                                                                                                          The name of the header is not case sensitive.

                                                                                                                                                                                                                                                                                                                          \n@param data When the value of Type is HEADER, enter the name of the header that you want AWS WAF to search, for example, User-Agent or Referer. If the value of Type is any other value, omit Data.

                                                                                                                                                                                                                                                                                                                          The name of the header is not case sensitive.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          When the value of Type is HEADER, enter the name of the header that you want AWS WAF to search, for example, User-Agent or Referer. If the value of Type is any other value, omit Data.

                                                                                                                                                                                                                                                                                                                          The name of the header is not case sensitive.

                                                                                                                                                                                                                                                                                                                          \n@return When the value of Type is HEADER, enter the name of the header that you want AWS WAF to search, for example, User-Agent or Referer. If the value of Type is any other value, omit Data.

                                                                                                                                                                                                                                                                                                                          The name of the header is not case sensitive.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          When the value of Type is HEADER, enter the name of the header that you want AWS WAF to search, for example, User-Agent or Referer. If the value of Type is any other value, omit Data.

                                                                                                                                                                                                                                                                                                                          The name of the header is not case sensitive.

                                                                                                                                                                                                                                                                                                                          \n@param data When the value of Type is HEADER, enter the name of the header that you want AWS WAF to search, for example, User-Agent or Referer. If the value of Type is any other value, omit Data.

                                                                                                                                                                                                                                                                                                                          The name of the header is not case sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          When the value of Type is HEADER, enter the name of the header that you want AWS WAF to search, for example, User-Agent or Referer. If the value of Type is any other value, omit Data.

                                                                                                                                                                                                                                                                                                                          The name of the header is not case sensitive.

                                                                                                                                                                                                                                                                                                                          \n@param data When the value of Type is HEADER, enter the name of the header that you want AWS WAF to search, for example, User-Agent or Referer. If the value of Type is any other value, omit Data.

                                                                                                                                                                                                                                                                                                                          The name of the header is not case sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Type" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                          The part of the web request that you want AWS WAF to search for a specified string. Parts of a request that you can search include the following:

                                                                                                                                                                                                                                                                                                                          • HEADER: A specified request header, for example, the value of the User-Agent or Referer header. If you choose HEADER for the type, specify the name of the header in Data.
                                                                                                                                                                                                                                                                                                                          • METHOD: The HTTP method, which indicated the type of operation that the request is asking the origin to perform. Amazon CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                                                                                                                          • QUERY_STRING: A query string, which is the part of a URL that appears after a ? character, if any.
                                                                                                                                                                                                                                                                                                                          • URI: The part of a web request that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                                                                                                                          • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.
                                                                                                                                                                                                                                                                                                                          ", "name" : "Type", "c2jName" : "Type", "c2jShape" : "MatchFieldType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                          The part of the web request that you want AWS WAF to search for a specified string. Parts of a request that you can search include the following:

                                                                                                                                                                                                                                                                                                                          • HEADER: A specified request header, for example, the value of the User-Agent or Referer header. If you choose HEADER for the type, specify the name of the header in Data.
                                                                                                                                                                                                                                                                                                                          • METHOD: The HTTP method, which indicated the type of operation that the request is asking the origin to perform. Amazon CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                                                                                                                          • QUERY_STRING: A query string, which is the part of a URL that appears after a ? character, if any.
                                                                                                                                                                                                                                                                                                                          • URI: The part of a web request that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                                                                                                                          • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.
                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Type", "marshallLocationName" : "Type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "MatchFieldType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The part of the web request that you want AWS WAF to search for a specified string. Parts of a request that you can search include the following:

                                                                                                                                                                                                                                                                                                                          • HEADER: A specified request header, for example, the value of the User-Agent or Referer header. If you choose HEADER for the type, specify the name of the header in Data.
                                                                                                                                                                                                                                                                                                                          • METHOD: The HTTP method, which indicated the type of operation that the request is asking the origin to perform. Amazon CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                                                                                                                          • QUERY_STRING: A query string, which is the part of a URL that appears after a ? character, if any.
                                                                                                                                                                                                                                                                                                                          • URI: The part of a web request that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                                                                                                                          • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.
                                                                                                                                                                                                                                                                                                                          \n@param type The part of the web request that you want AWS WAF to search for a specified string. Parts of a request that you can search include the following:

                                                                                                                                                                                                                                                                                                                          • HEADER: A specified request header, for example, the value of the User-Agent or Referer header. If you choose HEADER for the type, specify the name of the header in Data.
                                                                                                                                                                                                                                                                                                                          • METHOD: The HTTP method, which indicated the type of operation that the request is asking the origin to perform. Amazon CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                                                                                                                          • QUERY_STRING: A query string, which is the part of a URL that appears after a ? character, if any.
                                                                                                                                                                                                                                                                                                                          • URI: The part of a web request that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                                                                                                                          • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.
                                                                                                                                                                                                                                                                                                                          • \n@see MatchFieldType*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                            The part of the web request that you want AWS WAF to search for a specified string. Parts of a request that you can search include the following:

                                                                                                                                                                                                                                                                                                                            • HEADER: A specified request header, for example, the value of the User-Agent or Referer header. If you choose HEADER for the type, specify the name of the header in Data.
                                                                                                                                                                                                                                                                                                                            • METHOD: The HTTP method, which indicated the type of operation that the request is asking the origin to perform. Amazon CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                                                                                                                            • QUERY_STRING: A query string, which is the part of a URL that appears after a ? character, if any.
                                                                                                                                                                                                                                                                                                                            • URI: The part of a web request that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                                                                                                                            • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.
                                                                                                                                                                                                                                                                                                                            \n@return The part of the web request that you want AWS WAF to search for a specified string. Parts of a request that you can search include the following:

                                                                                                                                                                                                                                                                                                                            • HEADER: A specified request header, for example, the value of the User-Agent or Referer header. If you choose HEADER for the type, specify the name of the header in Data.
                                                                                                                                                                                                                                                                                                                            • METHOD: The HTTP method, which indicated the type of operation that the request is asking the origin to perform. Amazon CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                                                                                                                            • QUERY_STRING: A query string, which is the part of a URL that appears after a ? character, if any.
                                                                                                                                                                                                                                                                                                                            • URI: The part of a web request that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                                                                                                                            • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.
                                                                                                                                                                                                                                                                                                                            • \n@see MatchFieldType*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                              The part of the web request that you want AWS WAF to search for a specified string. Parts of a request that you can search include the following:

                                                                                                                                                                                                                                                                                                                              • HEADER: A specified request header, for example, the value of the User-Agent or Referer header. If you choose HEADER for the type, specify the name of the header in Data.
                                                                                                                                                                                                                                                                                                                              • METHOD: The HTTP method, which indicated the type of operation that the request is asking the origin to perform. Amazon CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                                                                                                                              • QUERY_STRING: A query string, which is the part of a URL that appears after a ? character, if any.
                                                                                                                                                                                                                                                                                                                              • URI: The part of a web request that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                                                                                                                              • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.
                                                                                                                                                                                                                                                                                                                              \n@param type The part of the web request that you want AWS WAF to search for a specified string. Parts of a request that you can search include the following:

                                                                                                                                                                                                                                                                                                                              • HEADER: A specified request header, for example, the value of the User-Agent or Referer header. If you choose HEADER for the type, specify the name of the header in Data.
                                                                                                                                                                                                                                                                                                                              • METHOD: The HTTP method, which indicated the type of operation that the request is asking the origin to perform. Amazon CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                                                                                                                              • QUERY_STRING: A query string, which is the part of a URL that appears after a ? character, if any.
                                                                                                                                                                                                                                                                                                                              • URI: The part of a web request that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                                                                                                                              • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.
                                                                                                                                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.\n@see MatchFieldType*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                The part of the web request that you want AWS WAF to search for a specified string. Parts of a request that you can search include the following:

                                                                                                                                                                                                                                                                                                                                • HEADER: A specified request header, for example, the value of the User-Agent or Referer header. If you choose HEADER for the type, specify the name of the header in Data.
                                                                                                                                                                                                                                                                                                                                • METHOD: The HTTP method, which indicated the type of operation that the request is asking the origin to perform. Amazon CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                                                                                                                                • QUERY_STRING: A query string, which is the part of a URL that appears after a ? character, if any.
                                                                                                                                                                                                                                                                                                                                • URI: The part of a web request that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                                                                                                                                • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.
                                                                                                                                                                                                                                                                                                                                \n@param type The part of the web request that you want AWS WAF to search for a specified string. Parts of a request that you can search include the following:

                                                                                                                                                                                                                                                                                                                                • HEADER: A specified request header, for example, the value of the User-Agent or Referer header. If you choose HEADER for the type, specify the name of the header in Data.
                                                                                                                                                                                                                                                                                                                                • METHOD: The HTTP method, which indicated the type of operation that the request is asking the origin to perform. Amazon CloudFront supports the following methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, and PUT.
                                                                                                                                                                                                                                                                                                                                • QUERY_STRING: A query string, which is the part of a URL that appears after a ? character, if any.
                                                                                                                                                                                                                                                                                                                                • URI: The part of a web request that identifies a resource, for example, /images/daily-ad.jpg.
                                                                                                                                                                                                                                                                                                                                • BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first 8192 bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet.
                                                                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see MatchFieldType*/", "simple" : true, "list" : false, "map" : false } } }, "WebACLSummary" : { "c2jName" : "WebACLSummary", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Contains the identifier and the name or description of the WebACL.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "WebACLSummary", "deprecated" : false, "required" : [ "WebACLId", "Name" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "WebACLId", "c2jName" : "WebACLId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "webACLId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "webACLId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "WebACLId", "marshallLocationName" : "WebACLId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                                                                                                                                  \n@param webACLId A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                                                                                                                                  \n@return A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                                                                                                                                  \n@param webACLId A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                                                                                                                                  \n@param webACLId A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.

                                                                                                                                                                                                                                                                                                                                  \n@param name A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.

                                                                                                                                                                                                                                                                                                                                  \n@return A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.

                                                                                                                                                                                                                                                                                                                                  \n@param name A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.

                                                                                                                                                                                                                                                                                                                                  \n@param name A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "webACLSummary", "variableType" : "WebACLSummary", "variableDeclarationType" : "WebACLSummary", "documentation" : null, "simpleType" : "WebACLSummary", "variableSetterType" : "WebACLSummary" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.

                                                                                                                                                                                                                                                                                                                                  \n@param name A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.

                                                                                                                                                                                                                                                                                                                                  \n@return A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.

                                                                                                                                                                                                                                                                                                                                  \n@param name A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.

                                                                                                                                                                                                                                                                                                                                  \n@param name A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "WebACLId" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "WebACLId", "c2jName" : "WebACLId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "webACLId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "webACLId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "WebACLId", "marshallLocationName" : "WebACLId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                                                                                                                                  \n@param webACLId A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                                                                                                                                  \n@return A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                                                                                                                                  \n@param webACLId A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.

                                                                                                                                                                                                                                                                                                                                  \n@param webACLId A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

                                                                                                                                                                                                                                                                                                                                  WebACLId is returned by CreateWebACL and by ListWebACLs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "GetSampledRequestsResult" : { "c2jName" : "GetSampledRequestsResponse", "documentation" : "", "shapeName" : "GetSampledRequestsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A complex type that contains detailed information about each of the requests in the sample.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "SampledRequests", "c2jName" : "SampledRequests", "c2jShape" : "SampledHTTPRequests", "variable" : { "variableName" : "sampledRequests", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A complex type that contains detailed information about each of the requests in the sample.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "sampledRequests", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SampledRequests", "marshallLocationName" : "SampledRequests", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "SampledHTTPRequest", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SampledHTTPRequest", "variable" : { "variableName" : "member", "variableType" : "SampledHTTPRequest", "variableDeclarationType" : "SampledHTTPRequest", "documentation" : "", "simpleType" : "SampledHTTPRequest", "variableSetterType" : "SampledHTTPRequest" }, "setterModel" : { "variableName" : "member", "variableType" : "SampledHTTPRequest", "variableDeclarationType" : "SampledHTTPRequest", "documentation" : "", "simpleType" : "SampledHTTPRequest", "variableSetterType" : "SampledHTTPRequest" }, "getterModel" : { "returnType" : "SampledHTTPRequest", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "SampledHTTPRequest", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A complex type that contains detailed information about each of the requests in the sample.

                                                                                                                                                                                                                                                                                                                                  \n@param sampledRequests A complex type that contains detailed information about each of the requests in the sample.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A complex type that contains detailed information about each of the requests in the sample.

                                                                                                                                                                                                                                                                                                                                  \n@return A complex type that contains detailed information about each of the requests in the sample.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A complex type that contains detailed information about each of the requests in the sample.

                                                                                                                                                                                                                                                                                                                                  \n@param sampledRequests A complex type that contains detailed information about each of the requests in the sample.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A complex type that contains detailed information about each of the requests in the sample.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSampledRequests(java.util.Collection)} or {@link #withSampledRequests(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param sampledRequests A complex type that contains detailed information about each of the requests in the sample.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The total number of requests from which GetSampledRequests got a sample of MaxItems requests. If PopulationSize is less than MaxItems, the sample includes every request that your AWS resource received during the specified time range.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "PopulationSize", "c2jName" : "PopulationSize", "c2jShape" : "PopulationSize", "variable" : { "variableName" : "populationSize", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The total number of requests from which GetSampledRequests got a sample of MaxItems requests. If PopulationSize is less than MaxItems, the sample includes every request that your AWS resource received during the specified time range.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "populationSize", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "PopulationSize", "marshallLocationName" : "PopulationSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The total number of requests from which GetSampledRequests got a sample of MaxItems requests. If PopulationSize is less than MaxItems, the sample includes every request that your AWS resource received during the specified time range.

                                                                                                                                                                                                                                                                                                                                  \n@param populationSize The total number of requests from which GetSampledRequests got a sample of MaxItems requests. If PopulationSize is less than MaxItems, the sample includes every request that your AWS resource received during the specified time range.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The total number of requests from which GetSampledRequests got a sample of MaxItems requests. If PopulationSize is less than MaxItems, the sample includes every request that your AWS resource received during the specified time range.

                                                                                                                                                                                                                                                                                                                                  \n@return The total number of requests from which GetSampledRequests got a sample of MaxItems requests. If PopulationSize is less than MaxItems, the sample includes every request that your AWS resource received during the specified time range.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The total number of requests from which GetSampledRequests got a sample of MaxItems requests. If PopulationSize is less than MaxItems, the sample includes every request that your AWS resource received during the specified time range.

                                                                                                                                                                                                                                                                                                                                  \n@param populationSize The total number of requests from which GetSampledRequests got a sample of MaxItems requests. If PopulationSize is less than MaxItems, the sample includes every request that your AWS resource received during the specified time range.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The total number of requests from which GetSampledRequests got a sample of MaxItems requests. If PopulationSize is less than MaxItems, the sample includes every request that your AWS resource received during the specified time range.

                                                                                                                                                                                                                                                                                                                                  \n@param populationSize The total number of requests from which GetSampledRequests got a sample of MaxItems requests. If PopulationSize is less than MaxItems, the sample includes every request that your AWS resource received during the specified time range.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Usually, TimeWindow is the time range that you specified in the GetSampledRequests request. However, if your AWS resource received more than 5,000 requests during the time range that you specified in the request, GetSampledRequests returns the time range for the first 5,000 requests.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "TimeWindow", "c2jName" : "TimeWindow", "c2jShape" : "TimeWindow", "variable" : { "variableName" : "timeWindow", "variableType" : "TimeWindow", "variableDeclarationType" : "TimeWindow", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Usually, TimeWindow is the time range that you specified in the GetSampledRequests request. However, if your AWS resource received more than 5,000 requests during the time range that you specified in the request, GetSampledRequests returns the time range for the first 5,000 requests.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "TimeWindow", "variableSetterType" : "TimeWindow" }, "setterModel" : { "variableName" : "timeWindow", "variableType" : "TimeWindow", "variableDeclarationType" : "TimeWindow", "documentation" : "", "simpleType" : "TimeWindow", "variableSetterType" : "TimeWindow" }, "getterModel" : { "returnType" : "TimeWindow", "documentation" : null }, "http" : { "unmarshallLocationName" : "TimeWindow", "marshallLocationName" : "TimeWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Usually, TimeWindow is the time range that you specified in the GetSampledRequests request. However, if your AWS resource received more than 5,000 requests during the time range that you specified in the request, GetSampledRequests returns the time range for the first 5,000 requests.

                                                                                                                                                                                                                                                                                                                                  \n@param timeWindow Usually, TimeWindow is the time range that you specified in the GetSampledRequests request. However, if your AWS resource received more than 5,000 requests during the time range that you specified in the request, GetSampledRequests returns the time range for the first 5,000 requests.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Usually, TimeWindow is the time range that you specified in the GetSampledRequests request. However, if your AWS resource received more than 5,000 requests during the time range that you specified in the request, GetSampledRequests returns the time range for the first 5,000 requests.

                                                                                                                                                                                                                                                                                                                                  \n@return Usually, TimeWindow is the time range that you specified in the GetSampledRequests request. However, if your AWS resource received more than 5,000 requests during the time range that you specified in the request, GetSampledRequests returns the time range for the first 5,000 requests.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Usually, TimeWindow is the time range that you specified in the GetSampledRequests request. However, if your AWS resource received more than 5,000 requests during the time range that you specified in the request, GetSampledRequests returns the time range for the first 5,000 requests.

                                                                                                                                                                                                                                                                                                                                  \n@param timeWindow Usually, TimeWindow is the time range that you specified in the GetSampledRequests request. However, if your AWS resource received more than 5,000 requests during the time range that you specified in the request, GetSampledRequests returns the time range for the first 5,000 requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Usually, TimeWindow is the time range that you specified in the GetSampledRequests request. However, if your AWS resource received more than 5,000 requests during the time range that you specified in the request, GetSampledRequests returns the time range for the first 5,000 requests.

                                                                                                                                                                                                                                                                                                                                  \n@param timeWindow Usually, TimeWindow is the time range that you specified in the GetSampledRequests request. However, if your AWS resource received more than 5,000 requests during the time range that you specified in the request, GetSampledRequests returns the time range for the first 5,000 requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "getSampledRequestsResult", "variableType" : "GetSampledRequestsResult", "variableDeclarationType" : "GetSampledRequestsResult", "documentation" : null, "simpleType" : "GetSampledRequestsResult", "variableSetterType" : "GetSampledRequestsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TimeWindow" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Usually, TimeWindow is the time range that you specified in the GetSampledRequests request. However, if your AWS resource received more than 5,000 requests during the time range that you specified in the request, GetSampledRequests returns the time range for the first 5,000 requests.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "TimeWindow", "c2jName" : "TimeWindow", "c2jShape" : "TimeWindow", "variable" : { "variableName" : "timeWindow", "variableType" : "TimeWindow", "variableDeclarationType" : "TimeWindow", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Usually, TimeWindow is the time range that you specified in the GetSampledRequests request. However, if your AWS resource received more than 5,000 requests during the time range that you specified in the request, GetSampledRequests returns the time range for the first 5,000 requests.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "TimeWindow", "variableSetterType" : "TimeWindow" }, "setterModel" : { "variableName" : "timeWindow", "variableType" : "TimeWindow", "variableDeclarationType" : "TimeWindow", "documentation" : "", "simpleType" : "TimeWindow", "variableSetterType" : "TimeWindow" }, "getterModel" : { "returnType" : "TimeWindow", "documentation" : null }, "http" : { "unmarshallLocationName" : "TimeWindow", "marshallLocationName" : "TimeWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Usually, TimeWindow is the time range that you specified in the GetSampledRequests request. However, if your AWS resource received more than 5,000 requests during the time range that you specified in the request, GetSampledRequests returns the time range for the first 5,000 requests.

                                                                                                                                                                                                                                                                                                                                  \n@param timeWindow Usually, TimeWindow is the time range that you specified in the GetSampledRequests request. However, if your AWS resource received more than 5,000 requests during the time range that you specified in the request, GetSampledRequests returns the time range for the first 5,000 requests.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Usually, TimeWindow is the time range that you specified in the GetSampledRequests request. However, if your AWS resource received more than 5,000 requests during the time range that you specified in the request, GetSampledRequests returns the time range for the first 5,000 requests.

                                                                                                                                                                                                                                                                                                                                  \n@return Usually, TimeWindow is the time range that you specified in the GetSampledRequests request. However, if your AWS resource received more than 5,000 requests during the time range that you specified in the request, GetSampledRequests returns the time range for the first 5,000 requests.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Usually, TimeWindow is the time range that you specified in the GetSampledRequests request. However, if your AWS resource received more than 5,000 requests during the time range that you specified in the request, GetSampledRequests returns the time range for the first 5,000 requests.

                                                                                                                                                                                                                                                                                                                                  \n@param timeWindow Usually, TimeWindow is the time range that you specified in the GetSampledRequests request. However, if your AWS resource received more than 5,000 requests during the time range that you specified in the request, GetSampledRequests returns the time range for the first 5,000 requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Usually, TimeWindow is the time range that you specified in the GetSampledRequests request. However, if your AWS resource received more than 5,000 requests during the time range that you specified in the request, GetSampledRequests returns the time range for the first 5,000 requests.

                                                                                                                                                                                                                                                                                                                                  \n@param timeWindow Usually, TimeWindow is the time range that you specified in the GetSampledRequests request. However, if your AWS resource received more than 5,000 requests during the time range that you specified in the request, GetSampledRequests returns the time range for the first 5,000 requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "PopulationSize" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The total number of requests from which GetSampledRequests got a sample of MaxItems requests. If PopulationSize is less than MaxItems, the sample includes every request that your AWS resource received during the specified time range.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "PopulationSize", "c2jName" : "PopulationSize", "c2jShape" : "PopulationSize", "variable" : { "variableName" : "populationSize", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The total number of requests from which GetSampledRequests got a sample of MaxItems requests. If PopulationSize is less than MaxItems, the sample includes every request that your AWS resource received during the specified time range.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "populationSize", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "PopulationSize", "marshallLocationName" : "PopulationSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The total number of requests from which GetSampledRequests got a sample of MaxItems requests. If PopulationSize is less than MaxItems, the sample includes every request that your AWS resource received during the specified time range.

                                                                                                                                                                                                                                                                                                                                  \n@param populationSize The total number of requests from which GetSampledRequests got a sample of MaxItems requests. If PopulationSize is less than MaxItems, the sample includes every request that your AWS resource received during the specified time range.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The total number of requests from which GetSampledRequests got a sample of MaxItems requests. If PopulationSize is less than MaxItems, the sample includes every request that your AWS resource received during the specified time range.

                                                                                                                                                                                                                                                                                                                                  \n@return The total number of requests from which GetSampledRequests got a sample of MaxItems requests. If PopulationSize is less than MaxItems, the sample includes every request that your AWS resource received during the specified time range.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The total number of requests from which GetSampledRequests got a sample of MaxItems requests. If PopulationSize is less than MaxItems, the sample includes every request that your AWS resource received during the specified time range.

                                                                                                                                                                                                                                                                                                                                  \n@param populationSize The total number of requests from which GetSampledRequests got a sample of MaxItems requests. If PopulationSize is less than MaxItems, the sample includes every request that your AWS resource received during the specified time range.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The total number of requests from which GetSampledRequests got a sample of MaxItems requests. If PopulationSize is less than MaxItems, the sample includes every request that your AWS resource received during the specified time range.

                                                                                                                                                                                                                                                                                                                                  \n@param populationSize The total number of requests from which GetSampledRequests got a sample of MaxItems requests. If PopulationSize is less than MaxItems, the sample includes every request that your AWS resource received during the specified time range.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SampledRequests" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A complex type that contains detailed information about each of the requests in the sample.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "SampledRequests", "c2jName" : "SampledRequests", "c2jShape" : "SampledHTTPRequests", "variable" : { "variableName" : "sampledRequests", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A complex type that contains detailed information about each of the requests in the sample.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "sampledRequests", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SampledRequests", "marshallLocationName" : "SampledRequests", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "SampledHTTPRequest", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SampledHTTPRequest", "variable" : { "variableName" : "member", "variableType" : "SampledHTTPRequest", "variableDeclarationType" : "SampledHTTPRequest", "documentation" : "", "simpleType" : "SampledHTTPRequest", "variableSetterType" : "SampledHTTPRequest" }, "setterModel" : { "variableName" : "member", "variableType" : "SampledHTTPRequest", "variableDeclarationType" : "SampledHTTPRequest", "documentation" : "", "simpleType" : "SampledHTTPRequest", "variableSetterType" : "SampledHTTPRequest" }, "getterModel" : { "returnType" : "SampledHTTPRequest", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "SampledHTTPRequest", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A complex type that contains detailed information about each of the requests in the sample.

                                                                                                                                                                                                                                                                                                                                  \n@param sampledRequests A complex type that contains detailed information about each of the requests in the sample.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A complex type that contains detailed information about each of the requests in the sample.

                                                                                                                                                                                                                                                                                                                                  \n@return A complex type that contains detailed information about each of the requests in the sample.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A complex type that contains detailed information about each of the requests in the sample.

                                                                                                                                                                                                                                                                                                                                  \n@param sampledRequests A complex type that contains detailed information about each of the requests in the sample.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A complex type that contains detailed information about each of the requests in the sample.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSampledRequests(java.util.Collection)} or {@link #withSampledRequests(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param sampledRequests A complex type that contains detailed information about each of the requests in the sample.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } } }, "CreateWebACLRequest" : { "c2jName" : "CreateWebACLRequest", "documentation" : "", "shapeName" : "CreateWebACLRequest", "deprecated" : false, "required" : [ "Name", "MetricName", "DefaultAction", "ChangeToken" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A friendly name or description of the WebACL. You can't change Name after you create the WebACL.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A friendly name or description of the WebACL. You can't change Name after you create the WebACL.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A friendly name or description of the WebACL. You can't change Name after you create the WebACL.

                                                                                                                                                                                                                                                                                                                                  \n@param name A friendly name or description of the WebACL. You can't change Name after you create the WebACL.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A friendly name or description of the WebACL. You can't change Name after you create the WebACL.

                                                                                                                                                                                                                                                                                                                                  \n@return A friendly name or description of the WebACL. You can't change Name after you create the WebACL.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A friendly name or description of the WebACL. You can't change Name after you create the WebACL.

                                                                                                                                                                                                                                                                                                                                  \n@param name A friendly name or description of the WebACL. You can't change Name after you create the WebACL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A friendly name or description of the WebACL. You can't change Name after you create the WebACL.

                                                                                                                                                                                                                                                                                                                                  \n@param name A friendly name or description of the WebACL. You can't change Name after you create the WebACL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A friendly name or description for the metrics for this WebACL. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change MetricName after you create the WebACL.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "MetricName", "c2jName" : "MetricName", "c2jShape" : "MetricName", "variable" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A friendly name or description for the metrics for this WebACL. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change MetricName after you create the WebACL.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricName", "marshallLocationName" : "MetricName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A friendly name or description for the metrics for this WebACL. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change MetricName after you create the WebACL.

                                                                                                                                                                                                                                                                                                                                  \n@param metricName A friendly name or description for the metrics for this WebACL. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change MetricName after you create the WebACL.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A friendly name or description for the metrics for this WebACL. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change MetricName after you create the WebACL.

                                                                                                                                                                                                                                                                                                                                  \n@return A friendly name or description for the metrics for this WebACL. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change MetricName after you create the WebACL.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A friendly name or description for the metrics for this WebACL. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change MetricName after you create the WebACL.

                                                                                                                                                                                                                                                                                                                                  \n@param metricName A friendly name or description for the metrics for this WebACL. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change MetricName after you create the WebACL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A friendly name or description for the metrics for this WebACL. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change MetricName after you create the WebACL.

                                                                                                                                                                                                                                                                                                                                  \n@param metricName A friendly name or description for the metrics for this WebACL. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change MetricName after you create the WebACL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The action that you want AWS WAF to take when a request doesn't match the criteria specified in any of the Rule objects that are associated with the WebACL.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "DefaultAction", "c2jName" : "DefaultAction", "c2jShape" : "WafAction", "variable" : { "variableName" : "defaultAction", "variableType" : "WafAction", "variableDeclarationType" : "WafAction", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The action that you want AWS WAF to take when a request doesn't match the criteria specified in any of the Rule objects that are associated with the WebACL.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "WafAction", "variableSetterType" : "WafAction" }, "setterModel" : { "variableName" : "defaultAction", "variableType" : "WafAction", "variableDeclarationType" : "WafAction", "documentation" : "", "simpleType" : "WafAction", "variableSetterType" : "WafAction" }, "getterModel" : { "returnType" : "WafAction", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultAction", "marshallLocationName" : "DefaultAction", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The action that you want AWS WAF to take when a request doesn't match the criteria specified in any of the Rule objects that are associated with the WebACL.

                                                                                                                                                                                                                                                                                                                                  \n@param defaultAction The action that you want AWS WAF to take when a request doesn't match the criteria specified in any of the Rule objects that are associated with the WebACL.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The action that you want AWS WAF to take when a request doesn't match the criteria specified in any of the Rule objects that are associated with the WebACL.

                                                                                                                                                                                                                                                                                                                                  \n@return The action that you want AWS WAF to take when a request doesn't match the criteria specified in any of the Rule objects that are associated with the WebACL.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The action that you want AWS WAF to take when a request doesn't match the criteria specified in any of the Rule objects that are associated with the WebACL.

                                                                                                                                                                                                                                                                                                                                  \n@param defaultAction The action that you want AWS WAF to take when a request doesn't match the criteria specified in any of the Rule objects that are associated with the WebACL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The action that you want AWS WAF to take when a request doesn't match the criteria specified in any of the Rule objects that are associated with the WebACL.

                                                                                                                                                                                                                                                                                                                                  \n@param defaultAction The action that you want AWS WAF to take when a request doesn't match the criteria specified in any of the Rule objects that are associated with the WebACL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "createWebACLRequest", "variableType" : "CreateWebACLRequest", "variableDeclarationType" : "CreateWebACLRequest", "documentation" : null, "simpleType" : "CreateWebACLRequest", "variableSetterType" : "CreateWebACLRequest" }, "marshaller" : { "action" : "CreateWebACL", "verb" : "POST", "target" : "AWSWAF_20150824.CreateWebACL", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A friendly name or description of the WebACL. You can't change Name after you create the WebACL.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A friendly name or description of the WebACL. You can't change Name after you create the WebACL.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A friendly name or description of the WebACL. You can't change Name after you create the WebACL.

                                                                                                                                                                                                                                                                                                                                  \n@param name A friendly name or description of the WebACL. You can't change Name after you create the WebACL.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A friendly name or description of the WebACL. You can't change Name after you create the WebACL.

                                                                                                                                                                                                                                                                                                                                  \n@return A friendly name or description of the WebACL. You can't change Name after you create the WebACL.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A friendly name or description of the WebACL. You can't change Name after you create the WebACL.

                                                                                                                                                                                                                                                                                                                                  \n@param name A friendly name or description of the WebACL. You can't change Name after you create the WebACL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A friendly name or description of the WebACL. You can't change Name after you create the WebACL.

                                                                                                                                                                                                                                                                                                                                  \n@param name A friendly name or description of the WebACL. You can't change Name after you create the WebACL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "MetricName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A friendly name or description for the metrics for this WebACL. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change MetricName after you create the WebACL.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "MetricName", "c2jName" : "MetricName", "c2jShape" : "MetricName", "variable" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A friendly name or description for the metrics for this WebACL. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change MetricName after you create the WebACL.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricName", "marshallLocationName" : "MetricName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A friendly name or description for the metrics for this WebACL. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change MetricName after you create the WebACL.

                                                                                                                                                                                                                                                                                                                                  \n@param metricName A friendly name or description for the metrics for this WebACL. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change MetricName after you create the WebACL.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A friendly name or description for the metrics for this WebACL. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change MetricName after you create the WebACL.

                                                                                                                                                                                                                                                                                                                                  \n@return A friendly name or description for the metrics for this WebACL. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change MetricName after you create the WebACL.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A friendly name or description for the metrics for this WebACL. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change MetricName after you create the WebACL.

                                                                                                                                                                                                                                                                                                                                  \n@param metricName A friendly name or description for the metrics for this WebACL. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change MetricName after you create the WebACL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A friendly name or description for the metrics for this WebACL. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change MetricName after you create the WebACL.

                                                                                                                                                                                                                                                                                                                                  \n@param metricName A friendly name or description for the metrics for this WebACL. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change MetricName after you create the WebACL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "DefaultAction" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The action that you want AWS WAF to take when a request doesn't match the criteria specified in any of the Rule objects that are associated with the WebACL.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "DefaultAction", "c2jName" : "DefaultAction", "c2jShape" : "WafAction", "variable" : { "variableName" : "defaultAction", "variableType" : "WafAction", "variableDeclarationType" : "WafAction", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The action that you want AWS WAF to take when a request doesn't match the criteria specified in any of the Rule objects that are associated with the WebACL.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "WafAction", "variableSetterType" : "WafAction" }, "setterModel" : { "variableName" : "defaultAction", "variableType" : "WafAction", "variableDeclarationType" : "WafAction", "documentation" : "", "simpleType" : "WafAction", "variableSetterType" : "WafAction" }, "getterModel" : { "returnType" : "WafAction", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultAction", "marshallLocationName" : "DefaultAction", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The action that you want AWS WAF to take when a request doesn't match the criteria specified in any of the Rule objects that are associated with the WebACL.

                                                                                                                                                                                                                                                                                                                                  \n@param defaultAction The action that you want AWS WAF to take when a request doesn't match the criteria specified in any of the Rule objects that are associated with the WebACL.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The action that you want AWS WAF to take when a request doesn't match the criteria specified in any of the Rule objects that are associated with the WebACL.

                                                                                                                                                                                                                                                                                                                                  \n@return The action that you want AWS WAF to take when a request doesn't match the criteria specified in any of the Rule objects that are associated with the WebACL.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The action that you want AWS WAF to take when a request doesn't match the criteria specified in any of the Rule objects that are associated with the WebACL.

                                                                                                                                                                                                                                                                                                                                  \n@param defaultAction The action that you want AWS WAF to take when a request doesn't match the criteria specified in any of the Rule objects that are associated with the WebACL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The action that you want AWS WAF to take when a request doesn't match the criteria specified in any of the Rule objects that are associated with the WebACL.

                                                                                                                                                                                                                                                                                                                                  \n@param defaultAction The action that you want AWS WAF to take when a request doesn't match the criteria specified in any of the Rule objects that are associated with the WebACL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "ChangeToken" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "WebACLUpdate" : { "c2jName" : "WebACLUpdate", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Specifies whether to insert a Rule into or delete a Rule from a WebACL.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "WebACLUpdate", "deprecated" : false, "required" : [ "Action", "ActivatedRule" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Specifies whether to insert a Rule into or delete a Rule from a WebACL.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Action", "c2jName" : "Action", "c2jShape" : "ChangeAction", "variable" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Specifies whether to insert a Rule into or delete a Rule from a WebACL.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Action", "marshallLocationName" : "Action", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ChangeAction", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Specifies whether to insert a Rule into or delete a Rule from a WebACL.

                                                                                                                                                                                                                                                                                                                                  \n@param action Specifies whether to insert a Rule into or delete a Rule from a WebACL.\n@see ChangeAction*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Specifies whether to insert a Rule into or delete a Rule from a WebACL.

                                                                                                                                                                                                                                                                                                                                  \n@return Specifies whether to insert a Rule into or delete a Rule from a WebACL.\n@see ChangeAction*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Specifies whether to insert a Rule into or delete a Rule from a WebACL.

                                                                                                                                                                                                                                                                                                                                  \n@param action Specifies whether to insert a Rule into or delete a Rule from a WebACL.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Specifies whether to insert a Rule into or delete a Rule from a WebACL.

                                                                                                                                                                                                                                                                                                                                  \n@param action Specifies whether to insert a Rule into or delete a Rule from a WebACL.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "", "name" : "ActivatedRule", "c2jName" : "ActivatedRule", "c2jShape" : "ActivatedRule", "variable" : { "variableName" : "activatedRule", "variableType" : "ActivatedRule", "variableDeclarationType" : "ActivatedRule", "documentation" : "", "simpleType" : "ActivatedRule", "variableSetterType" : "ActivatedRule" }, "setterModel" : { "variableName" : "activatedRule", "variableType" : "ActivatedRule", "variableDeclarationType" : "ActivatedRule", "documentation" : "", "simpleType" : "ActivatedRule", "variableSetterType" : "ActivatedRule" }, "getterModel" : { "returnType" : "ActivatedRule", "documentation" : null }, "http" : { "unmarshallLocationName" : "ActivatedRule", "marshallLocationName" : "ActivatedRule", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param activatedRule */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param activatedRule \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param activatedRule \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "webACLUpdate", "variableType" : "WebACLUpdate", "variableDeclarationType" : "WebACLUpdate", "documentation" : null, "simpleType" : "WebACLUpdate", "variableSetterType" : "WebACLUpdate" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ActivatedRule" : { "documentation" : "", "name" : "ActivatedRule", "c2jName" : "ActivatedRule", "c2jShape" : "ActivatedRule", "variable" : { "variableName" : "activatedRule", "variableType" : "ActivatedRule", "variableDeclarationType" : "ActivatedRule", "documentation" : "", "simpleType" : "ActivatedRule", "variableSetterType" : "ActivatedRule" }, "setterModel" : { "variableName" : "activatedRule", "variableType" : "ActivatedRule", "variableDeclarationType" : "ActivatedRule", "documentation" : "", "simpleType" : "ActivatedRule", "variableSetterType" : "ActivatedRule" }, "getterModel" : { "returnType" : "ActivatedRule", "documentation" : null }, "http" : { "unmarshallLocationName" : "ActivatedRule", "marshallLocationName" : "ActivatedRule", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param activatedRule */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param activatedRule \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param activatedRule \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "Action" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Specifies whether to insert a Rule into or delete a Rule from a WebACL.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Action", "c2jName" : "Action", "c2jShape" : "ChangeAction", "variable" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Specifies whether to insert a Rule into or delete a Rule from a WebACL.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Action", "marshallLocationName" : "Action", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ChangeAction", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Specifies whether to insert a Rule into or delete a Rule from a WebACL.

                                                                                                                                                                                                                                                                                                                                  \n@param action Specifies whether to insert a Rule into or delete a Rule from a WebACL.\n@see ChangeAction*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Specifies whether to insert a Rule into or delete a Rule from a WebACL.

                                                                                                                                                                                                                                                                                                                                  \n@return Specifies whether to insert a Rule into or delete a Rule from a WebACL.\n@see ChangeAction*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Specifies whether to insert a Rule into or delete a Rule from a WebACL.

                                                                                                                                                                                                                                                                                                                                  \n@param action Specifies whether to insert a Rule into or delete a Rule from a WebACL.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Specifies whether to insert a Rule into or delete a Rule from a WebACL.

                                                                                                                                                                                                                                                                                                                                  \n@param action Specifies whether to insert a Rule into or delete a Rule from a WebACL.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "simple" : true, "list" : false, "map" : false } } }, "DeleteRuleRequest" : { "c2jName" : "DeleteRuleRequest", "documentation" : "", "shapeName" : "DeleteRuleRequest", "deprecated" : false, "required" : [ "RuleId", "ChangeToken" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The RuleId of the Rule that you want to delete. RuleId is returned by CreateRule and by ListRules.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "RuleId", "c2jName" : "RuleId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "ruleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The RuleId of the Rule that you want to delete. RuleId is returned by CreateRule and by ListRules.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RuleId", "marshallLocationName" : "RuleId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The RuleId of the Rule that you want to delete. RuleId is returned by CreateRule and by ListRules.

                                                                                                                                                                                                                                                                                                                                  \n@param ruleId The RuleId of the Rule that you want to delete. RuleId is returned by CreateRule and by ListRules.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The RuleId of the Rule that you want to delete. RuleId is returned by CreateRule and by ListRules.

                                                                                                                                                                                                                                                                                                                                  \n@return The RuleId of the Rule that you want to delete. RuleId is returned by CreateRule and by ListRules.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The RuleId of the Rule that you want to delete. RuleId is returned by CreateRule and by ListRules.

                                                                                                                                                                                                                                                                                                                                  \n@param ruleId The RuleId of the Rule that you want to delete. RuleId is returned by CreateRule and by ListRules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The RuleId of the Rule that you want to delete. RuleId is returned by CreateRule and by ListRules.

                                                                                                                                                                                                                                                                                                                                  \n@param ruleId The RuleId of the Rule that you want to delete. RuleId is returned by CreateRule and by ListRules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "deleteRuleRequest", "variableType" : "DeleteRuleRequest", "variableDeclarationType" : "DeleteRuleRequest", "documentation" : null, "simpleType" : "DeleteRuleRequest", "variableSetterType" : "DeleteRuleRequest" }, "marshaller" : { "action" : "DeleteRule", "verb" : "POST", "target" : "AWSWAF_20150824.DeleteRule", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RuleId" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The RuleId of the Rule that you want to delete. RuleId is returned by CreateRule and by ListRules.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "RuleId", "c2jName" : "RuleId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "ruleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The RuleId of the Rule that you want to delete. RuleId is returned by CreateRule and by ListRules.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RuleId", "marshallLocationName" : "RuleId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The RuleId of the Rule that you want to delete. RuleId is returned by CreateRule and by ListRules.

                                                                                                                                                                                                                                                                                                                                  \n@param ruleId The RuleId of the Rule that you want to delete. RuleId is returned by CreateRule and by ListRules.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The RuleId of the Rule that you want to delete. RuleId is returned by CreateRule and by ListRules.

                                                                                                                                                                                                                                                                                                                                  \n@return The RuleId of the Rule that you want to delete. RuleId is returned by CreateRule and by ListRules.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The RuleId of the Rule that you want to delete. RuleId is returned by CreateRule and by ListRules.

                                                                                                                                                                                                                                                                                                                                  \n@param ruleId The RuleId of the Rule that you want to delete. RuleId is returned by CreateRule and by ListRules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The RuleId of the Rule that you want to delete. RuleId is returned by CreateRule and by ListRules.

                                                                                                                                                                                                                                                                                                                                  \n@param ruleId The RuleId of the Rule that you want to delete. RuleId is returned by CreateRule and by ListRules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ChangeToken" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                                                                                  \n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The value returned by the most recent call to GetChangeToken.

                                                                                                                                                                                                                                                                                                                                  \n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "IPSetUpdate" : { "c2jName" : "IPSetUpdate", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Specifies the type of update to perform to an IPSet with UpdateIPSet.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "IPSetUpdate", "deprecated" : false, "required" : [ "Action", "IPSetDescriptor" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Specifies whether to insert or delete an IP address with UpdateIPSet.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Action", "c2jName" : "Action", "c2jShape" : "ChangeAction", "variable" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Specifies whether to insert or delete an IP address with UpdateIPSet.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Action", "marshallLocationName" : "Action", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ChangeAction", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Specifies whether to insert or delete an IP address with UpdateIPSet.

                                                                                                                                                                                                                                                                                                                                  \n@param action Specifies whether to insert or delete an IP address with UpdateIPSet.\n@see ChangeAction*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Specifies whether to insert or delete an IP address with UpdateIPSet.

                                                                                                                                                                                                                                                                                                                                  \n@return Specifies whether to insert or delete an IP address with UpdateIPSet.\n@see ChangeAction*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Specifies whether to insert or delete an IP address with UpdateIPSet.

                                                                                                                                                                                                                                                                                                                                  \n@param action Specifies whether to insert or delete an IP address with UpdateIPSet.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Specifies whether to insert or delete an IP address with UpdateIPSet.

                                                                                                                                                                                                                                                                                                                                  \n@param action Specifies whether to insert or delete an IP address with UpdateIPSet.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "IPSetDescriptor", "c2jName" : "IPSetDescriptor", "c2jShape" : "IPSetDescriptor", "variable" : { "variableName" : "iPSetDescriptor", "variableType" : "IPSetDescriptor", "variableDeclarationType" : "IPSetDescriptor", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "IPSetDescriptor", "variableSetterType" : "IPSetDescriptor" }, "setterModel" : { "variableName" : "iPSetDescriptor", "variableType" : "IPSetDescriptor", "variableDeclarationType" : "IPSetDescriptor", "documentation" : "", "simpleType" : "IPSetDescriptor", "variableSetterType" : "IPSetDescriptor" }, "getterModel" : { "returnType" : "IPSetDescriptor", "documentation" : null }, "http" : { "unmarshallLocationName" : "IPSetDescriptor", "marshallLocationName" : "IPSetDescriptor", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from.

                                                                                                                                                                                                                                                                                                                                  \n@param iPSetDescriptor The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from.

                                                                                                                                                                                                                                                                                                                                  \n@return The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from.

                                                                                                                                                                                                                                                                                                                                  \n@param iPSetDescriptor The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from.

                                                                                                                                                                                                                                                                                                                                  \n@param iPSetDescriptor The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "iPSetUpdate", "variableType" : "IPSetUpdate", "variableDeclarationType" : "IPSetUpdate", "documentation" : null, "simpleType" : "IPSetUpdate", "variableSetterType" : "IPSetUpdate" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IPSetDescriptor" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "IPSetDescriptor", "c2jName" : "IPSetDescriptor", "c2jShape" : "IPSetDescriptor", "variable" : { "variableName" : "iPSetDescriptor", "variableType" : "IPSetDescriptor", "variableDeclarationType" : "IPSetDescriptor", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "IPSetDescriptor", "variableSetterType" : "IPSetDescriptor" }, "setterModel" : { "variableName" : "iPSetDescriptor", "variableType" : "IPSetDescriptor", "variableDeclarationType" : "IPSetDescriptor", "documentation" : "", "simpleType" : "IPSetDescriptor", "variableSetterType" : "IPSetDescriptor" }, "getterModel" : { "returnType" : "IPSetDescriptor", "documentation" : null }, "http" : { "unmarshallLocationName" : "IPSetDescriptor", "marshallLocationName" : "IPSetDescriptor", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from.

                                                                                                                                                                                                                                                                                                                                  \n@param iPSetDescriptor The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from.

                                                                                                                                                                                                                                                                                                                                  \n@return The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from.

                                                                                                                                                                                                                                                                                                                                  \n@param iPSetDescriptor The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from.

                                                                                                                                                                                                                                                                                                                                  \n@param iPSetDescriptor The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "Action" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Specifies whether to insert or delete an IP address with UpdateIPSet.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Action", "c2jName" : "Action", "c2jShape" : "ChangeAction", "variable" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Specifies whether to insert or delete an IP address with UpdateIPSet.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Action", "marshallLocationName" : "Action", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ChangeAction", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Specifies whether to insert or delete an IP address with UpdateIPSet.

                                                                                                                                                                                                                                                                                                                                  \n@param action Specifies whether to insert or delete an IP address with UpdateIPSet.\n@see ChangeAction*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Specifies whether to insert or delete an IP address with UpdateIPSet.

                                                                                                                                                                                                                                                                                                                                  \n@return Specifies whether to insert or delete an IP address with UpdateIPSet.\n@see ChangeAction*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Specifies whether to insert or delete an IP address with UpdateIPSet.

                                                                                                                                                                                                                                                                                                                                  \n@param action Specifies whether to insert or delete an IP address with UpdateIPSet.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Specifies whether to insert or delete an IP address with UpdateIPSet.

                                                                                                                                                                                                                                                                                                                                  \n@param action Specifies whether to insert or delete an IP address with UpdateIPSet.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "simple" : true, "list" : false, "map" : false } } }, "SizeConstraint" : { "c2jName" : "SizeConstraint", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Specifies a constraint on the size of a part of the web request. AWS WAF uses the Size, ComparisonOperator, and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "SizeConstraint", "deprecated" : false, "required" : [ "FieldToMatch", "TextTransformation", "ComparisonOperator", "Size" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "FieldToMatch", "c2jName" : "FieldToMatch", "c2jShape" : "FieldToMatch", "variable" : { "variableName" : "fieldToMatch", "variableType" : "FieldToMatch", "variableDeclarationType" : "FieldToMatch", "documentation" : "", "simpleType" : "FieldToMatch", "variableSetterType" : "FieldToMatch" }, "setterModel" : { "variableName" : "fieldToMatch", "variableType" : "FieldToMatch", "variableDeclarationType" : "FieldToMatch", "documentation" : "", "simpleType" : "FieldToMatch", "variableSetterType" : "FieldToMatch" }, "getterModel" : { "returnType" : "FieldToMatch", "documentation" : null }, "http" : { "unmarshallLocationName" : "FieldToMatch", "marshallLocationName" : "FieldToMatch", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param fieldToMatch */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param fieldToMatch \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param fieldToMatch \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                                                                                                                  Note that if you choose BODY for the value of Type, you must choose NONE for TextTransformation because CloudFront forwards only the first 8192 bytes for inspection.

                                                                                                                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system command line command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "TextTransformation", "c2jName" : "TextTransformation", "c2jShape" : "TextTransformation", "variable" : { "variableName" : "textTransformation", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                                                                                                                  Note that if you choose BODY for the value of Type, you must choose NONE for TextTransformation because CloudFront forwards only the first 8192 bytes for inspection.

                                                                                                                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system command line command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "textTransformation", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TextTransformation", "marshallLocationName" : "TextTransformation", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "TextTransformation", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                                                                                                                  Note that if you choose BODY for the value of Type, you must choose NONE for TextTransformation because CloudFront forwards only the first 8192 bytes for inspection.

                                                                                                                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system command line command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                                                                                                                                  \n@param textTransformation Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                                                                                                                  Note that if you choose BODY for the value of Type, you must choose NONE for TextTransformation because CloudFront forwards only the first 8192 bytes for inspection.

                                                                                                                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system command line command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.\n@see TextTransformation*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                                                                                                                  Note that if you choose BODY for the value of Type, you must choose NONE for TextTransformation because CloudFront forwards only the first 8192 bytes for inspection.

                                                                                                                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system command line command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                                                                                                                                  \n@return Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                                                                                                                  Note that if you choose BODY for the value of Type, you must choose NONE for TextTransformation because CloudFront forwards only the first 8192 bytes for inspection.

                                                                                                                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system command line command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.\n@see TextTransformation*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                                                                                                                  Note that if you choose BODY for the value of Type, you must choose NONE for TextTransformation because CloudFront forwards only the first 8192 bytes for inspection.

                                                                                                                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system command line command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                                                                                                                                  \n@param textTransformation Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                                                                                                                  Note that if you choose BODY for the value of Type, you must choose NONE for TextTransformation because CloudFront forwards only the first 8192 bytes for inspection.

                                                                                                                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system command line command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TextTransformation*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                                                                                                                  Note that if you choose BODY for the value of Type, you must choose NONE for TextTransformation because CloudFront forwards only the first 8192 bytes for inspection.

                                                                                                                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system command line command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                                                                                                                                  \n@param textTransformation Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                                                                                                                  Note that if you choose BODY for the value of Type, you must choose NONE for TextTransformation because CloudFront forwards only the first 8192 bytes for inspection.

                                                                                                                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system command line command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TextTransformation*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The type of comparison you want AWS WAF to perform. AWS WAF uses this in combination with the provided Size and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  EQ: Used to test if the Size is equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  NE: Used to test if the Size is not equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LE: Used to test if the Size is less than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LT: Used to test if the Size is strictly less than the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GE: Used to test if the Size is greater than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GT: Used to test if the Size is strictly greater than the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ComparisonOperator", "c2jName" : "ComparisonOperator", "c2jShape" : "ComparisonOperator", "variable" : { "variableName" : "comparisonOperator", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The type of comparison you want AWS WAF to perform. AWS WAF uses this in combination with the provided Size and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  EQ: Used to test if the Size is equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  NE: Used to test if the Size is not equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LE: Used to test if the Size is less than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LT: Used to test if the Size is strictly less than the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GE: Used to test if the Size is greater than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GT: Used to test if the Size is strictly greater than the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "comparisonOperator", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComparisonOperator", "marshallLocationName" : "ComparisonOperator", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ComparisonOperator", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The type of comparison you want AWS WAF to perform. AWS WAF uses this in combination with the provided Size and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  EQ: Used to test if the Size is equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  NE: Used to test if the Size is not equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LE: Used to test if the Size is less than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LT: Used to test if the Size is strictly less than the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GE: Used to test if the Size is greater than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GT: Used to test if the Size is strictly greater than the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  \n@param comparisonOperator The type of comparison you want AWS WAF to perform. AWS WAF uses this in combination with the provided Size and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  EQ: Used to test if the Size is equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  NE: Used to test if the Size is not equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LE: Used to test if the Size is less than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LT: Used to test if the Size is strictly less than the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GE: Used to test if the Size is greater than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GT: Used to test if the Size is strictly greater than the size of the FieldToMatch\n@see ComparisonOperator*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The type of comparison you want AWS WAF to perform. AWS WAF uses this in combination with the provided Size and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  EQ: Used to test if the Size is equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  NE: Used to test if the Size is not equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LE: Used to test if the Size is less than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LT: Used to test if the Size is strictly less than the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GE: Used to test if the Size is greater than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GT: Used to test if the Size is strictly greater than the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  \n@return The type of comparison you want AWS WAF to perform. AWS WAF uses this in combination with the provided Size and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  EQ: Used to test if the Size is equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  NE: Used to test if the Size is not equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LE: Used to test if the Size is less than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LT: Used to test if the Size is strictly less than the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GE: Used to test if the Size is greater than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GT: Used to test if the Size is strictly greater than the size of the FieldToMatch\n@see ComparisonOperator*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The type of comparison you want AWS WAF to perform. AWS WAF uses this in combination with the provided Size and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  EQ: Used to test if the Size is equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  NE: Used to test if the Size is not equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LE: Used to test if the Size is less than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LT: Used to test if the Size is strictly less than the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GE: Used to test if the Size is greater than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GT: Used to test if the Size is strictly greater than the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  \n@param comparisonOperator The type of comparison you want AWS WAF to perform. AWS WAF uses this in combination with the provided Size and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  EQ: Used to test if the Size is equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  NE: Used to test if the Size is not equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LE: Used to test if the Size is less than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LT: Used to test if the Size is strictly less than the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GE: Used to test if the Size is greater than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GT: Used to test if the Size is strictly greater than the size of the FieldToMatch\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The type of comparison you want AWS WAF to perform. AWS WAF uses this in combination with the provided Size and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  EQ: Used to test if the Size is equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  NE: Used to test if the Size is not equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LE: Used to test if the Size is less than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LT: Used to test if the Size is strictly less than the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GE: Used to test if the Size is greater than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GT: Used to test if the Size is strictly greater than the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  \n@param comparisonOperator The type of comparison you want AWS WAF to perform. AWS WAF uses this in combination with the provided Size and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  EQ: Used to test if the Size is equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  NE: Used to test if the Size is not equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LE: Used to test if the Size is less than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LT: Used to test if the Size is strictly less than the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GE: Used to test if the Size is greater than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GT: Used to test if the Size is strictly greater than the size of the FieldToMatch\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The size in bytes that you want AWS WAF to compare against the size of the specified FieldToMatch. AWS WAF uses this in combination with ComparisonOperator and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  Valid values for size are 0 - 21474836480 bytes (0 - 20 GB).

                                                                                                                                                                                                                                                                                                                                  If you specify URI for the value of Type, the / in the URI counts as one character. For example, the URI /logo.jpg is nine characters long.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Size", "c2jName" : "Size", "c2jShape" : "Size", "variable" : { "variableName" : "size", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The size in bytes that you want AWS WAF to compare against the size of the specified FieldToMatch. AWS WAF uses this in combination with ComparisonOperator and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  Valid values for size are 0 - 21474836480 bytes (0 - 20 GB).

                                                                                                                                                                                                                                                                                                                                  If you specify URI for the value of Type, the / in the URI counts as one character. For example, the URI /logo.jpg is nine characters long.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "size", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "Size", "marshallLocationName" : "Size", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The size in bytes that you want AWS WAF to compare against the size of the specified FieldToMatch. AWS WAF uses this in combination with ComparisonOperator and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  Valid values for size are 0 - 21474836480 bytes (0 - 20 GB).

                                                                                                                                                                                                                                                                                                                                  If you specify URI for the value of Type, the / in the URI counts as one character. For example, the URI /logo.jpg is nine characters long.

                                                                                                                                                                                                                                                                                                                                  \n@param size The size in bytes that you want AWS WAF to compare against the size of the specified FieldToMatch. AWS WAF uses this in combination with ComparisonOperator and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  Valid values for size are 0 - 21474836480 bytes (0 - 20 GB).

                                                                                                                                                                                                                                                                                                                                  If you specify URI for the value of Type, the / in the URI counts as one character. For example, the URI /logo.jpg is nine characters long.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The size in bytes that you want AWS WAF to compare against the size of the specified FieldToMatch. AWS WAF uses this in combination with ComparisonOperator and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  Valid values for size are 0 - 21474836480 bytes (0 - 20 GB).

                                                                                                                                                                                                                                                                                                                                  If you specify URI for the value of Type, the / in the URI counts as one character. For example, the URI /logo.jpg is nine characters long.

                                                                                                                                                                                                                                                                                                                                  \n@return The size in bytes that you want AWS WAF to compare against the size of the specified FieldToMatch. AWS WAF uses this in combination with ComparisonOperator and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  Valid values for size are 0 - 21474836480 bytes (0 - 20 GB).

                                                                                                                                                                                                                                                                                                                                  If you specify URI for the value of Type, the / in the URI counts as one character. For example, the URI /logo.jpg is nine characters long.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The size in bytes that you want AWS WAF to compare against the size of the specified FieldToMatch. AWS WAF uses this in combination with ComparisonOperator and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  Valid values for size are 0 - 21474836480 bytes (0 - 20 GB).

                                                                                                                                                                                                                                                                                                                                  If you specify URI for the value of Type, the / in the URI counts as one character. For example, the URI /logo.jpg is nine characters long.

                                                                                                                                                                                                                                                                                                                                  \n@param size The size in bytes that you want AWS WAF to compare against the size of the specified FieldToMatch. AWS WAF uses this in combination with ComparisonOperator and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  Valid values for size are 0 - 21474836480 bytes (0 - 20 GB).

                                                                                                                                                                                                                                                                                                                                  If you specify URI for the value of Type, the / in the URI counts as one character. For example, the URI /logo.jpg is nine characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The size in bytes that you want AWS WAF to compare against the size of the specified FieldToMatch. AWS WAF uses this in combination with ComparisonOperator and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  Valid values for size are 0 - 21474836480 bytes (0 - 20 GB).

                                                                                                                                                                                                                                                                                                                                  If you specify URI for the value of Type, the / in the URI counts as one character. For example, the URI /logo.jpg is nine characters long.

                                                                                                                                                                                                                                                                                                                                  \n@param size The size in bytes that you want AWS WAF to compare against the size of the specified FieldToMatch. AWS WAF uses this in combination with ComparisonOperator and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  Valid values for size are 0 - 21474836480 bytes (0 - 20 GB).

                                                                                                                                                                                                                                                                                                                                  If you specify URI for the value of Type, the / in the URI counts as one character. For example, the URI /logo.jpg is nine characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "sizeConstraint", "variableType" : "SizeConstraint", "variableDeclarationType" : "SizeConstraint", "documentation" : null, "simpleType" : "SizeConstraint", "variableSetterType" : "SizeConstraint" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ComparisonOperator" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The type of comparison you want AWS WAF to perform. AWS WAF uses this in combination with the provided Size and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  EQ: Used to test if the Size is equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  NE: Used to test if the Size is not equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LE: Used to test if the Size is less than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LT: Used to test if the Size is strictly less than the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GE: Used to test if the Size is greater than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GT: Used to test if the Size is strictly greater than the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ComparisonOperator", "c2jName" : "ComparisonOperator", "c2jShape" : "ComparisonOperator", "variable" : { "variableName" : "comparisonOperator", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The type of comparison you want AWS WAF to perform. AWS WAF uses this in combination with the provided Size and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  EQ: Used to test if the Size is equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  NE: Used to test if the Size is not equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LE: Used to test if the Size is less than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LT: Used to test if the Size is strictly less than the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GE: Used to test if the Size is greater than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GT: Used to test if the Size is strictly greater than the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "comparisonOperator", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComparisonOperator", "marshallLocationName" : "ComparisonOperator", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ComparisonOperator", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The type of comparison you want AWS WAF to perform. AWS WAF uses this in combination with the provided Size and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  EQ: Used to test if the Size is equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  NE: Used to test if the Size is not equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LE: Used to test if the Size is less than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LT: Used to test if the Size is strictly less than the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GE: Used to test if the Size is greater than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GT: Used to test if the Size is strictly greater than the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  \n@param comparisonOperator The type of comparison you want AWS WAF to perform. AWS WAF uses this in combination with the provided Size and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  EQ: Used to test if the Size is equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  NE: Used to test if the Size is not equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LE: Used to test if the Size is less than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LT: Used to test if the Size is strictly less than the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GE: Used to test if the Size is greater than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GT: Used to test if the Size is strictly greater than the size of the FieldToMatch\n@see ComparisonOperator*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The type of comparison you want AWS WAF to perform. AWS WAF uses this in combination with the provided Size and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  EQ: Used to test if the Size is equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  NE: Used to test if the Size is not equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LE: Used to test if the Size is less than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LT: Used to test if the Size is strictly less than the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GE: Used to test if the Size is greater than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GT: Used to test if the Size is strictly greater than the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  \n@return The type of comparison you want AWS WAF to perform. AWS WAF uses this in combination with the provided Size and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  EQ: Used to test if the Size is equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  NE: Used to test if the Size is not equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LE: Used to test if the Size is less than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LT: Used to test if the Size is strictly less than the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GE: Used to test if the Size is greater than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GT: Used to test if the Size is strictly greater than the size of the FieldToMatch\n@see ComparisonOperator*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The type of comparison you want AWS WAF to perform. AWS WAF uses this in combination with the provided Size and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  EQ: Used to test if the Size is equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  NE: Used to test if the Size is not equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LE: Used to test if the Size is less than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LT: Used to test if the Size is strictly less than the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GE: Used to test if the Size is greater than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GT: Used to test if the Size is strictly greater than the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  \n@param comparisonOperator The type of comparison you want AWS WAF to perform. AWS WAF uses this in combination with the provided Size and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  EQ: Used to test if the Size is equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  NE: Used to test if the Size is not equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LE: Used to test if the Size is less than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LT: Used to test if the Size is strictly less than the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GE: Used to test if the Size is greater than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GT: Used to test if the Size is strictly greater than the size of the FieldToMatch\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The type of comparison you want AWS WAF to perform. AWS WAF uses this in combination with the provided Size and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  EQ: Used to test if the Size is equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  NE: Used to test if the Size is not equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LE: Used to test if the Size is less than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LT: Used to test if the Size is strictly less than the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GE: Used to test if the Size is greater than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GT: Used to test if the Size is strictly greater than the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  \n@param comparisonOperator The type of comparison you want AWS WAF to perform. AWS WAF uses this in combination with the provided Size and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  EQ: Used to test if the Size is equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  NE: Used to test if the Size is not equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LE: Used to test if the Size is less than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  LT: Used to test if the Size is strictly less than the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GE: Used to test if the Size is greater than or equal to the size of the FieldToMatch

                                                                                                                                                                                                                                                                                                                                  GT: Used to test if the Size is strictly greater than the size of the FieldToMatch\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator*/", "simple" : true, "list" : false, "map" : false }, "TextTransformation" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                                                                                                                  Note that if you choose BODY for the value of Type, you must choose NONE for TextTransformation because CloudFront forwards only the first 8192 bytes for inspection.

                                                                                                                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system command line command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "TextTransformation", "c2jName" : "TextTransformation", "c2jShape" : "TextTransformation", "variable" : { "variableName" : "textTransformation", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                                                                                                                  Note that if you choose BODY for the value of Type, you must choose NONE for TextTransformation because CloudFront forwards only the first 8192 bytes for inspection.

                                                                                                                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system command line command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "textTransformation", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TextTransformation", "marshallLocationName" : "TextTransformation", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "TextTransformation", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                                                                                                                  Note that if you choose BODY for the value of Type, you must choose NONE for TextTransformation because CloudFront forwards only the first 8192 bytes for inspection.

                                                                                                                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system command line command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                                                                                                                                  \n@param textTransformation Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                                                                                                                  Note that if you choose BODY for the value of Type, you must choose NONE for TextTransformation because CloudFront forwards only the first 8192 bytes for inspection.

                                                                                                                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system command line command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.\n@see TextTransformation*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                                                                                                                  Note that if you choose BODY for the value of Type, you must choose NONE for TextTransformation because CloudFront forwards only the first 8192 bytes for inspection.

                                                                                                                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system command line command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                                                                                                                                  \n@return Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                                                                                                                  Note that if you choose BODY for the value of Type, you must choose NONE for TextTransformation because CloudFront forwards only the first 8192 bytes for inspection.

                                                                                                                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system command line command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.\n@see TextTransformation*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                                                                                                                  Note that if you choose BODY for the value of Type, you must choose NONE for TextTransformation because CloudFront forwards only the first 8192 bytes for inspection.

                                                                                                                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system command line command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                                                                                                                                  \n@param textTransformation Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                                                                                                                  Note that if you choose BODY for the value of Type, you must choose NONE for TextTransformation because CloudFront forwards only the first 8192 bytes for inspection.

                                                                                                                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system command line command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TextTransformation*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                                                                                                                  Note that if you choose BODY for the value of Type, you must choose NONE for TextTransformation because CloudFront forwards only the first 8192 bytes for inspection.

                                                                                                                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system command line command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.

                                                                                                                                                                                                                                                                                                                                  \n@param textTransformation Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting a request for a match.

                                                                                                                                                                                                                                                                                                                                  Note that if you choose BODY for the value of Type, you must choose NONE for TextTransformation because CloudFront forwards only the first 8192 bytes for inspection.

                                                                                                                                                                                                                                                                                                                                  NONE

                                                                                                                                                                                                                                                                                                                                  Specify NONE if you don't want to perform any text transformations.

                                                                                                                                                                                                                                                                                                                                  CMD_LINE

                                                                                                                                                                                                                                                                                                                                  When you're concerned that attackers are injecting an operating system command line command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:

                                                                                                                                                                                                                                                                                                                                  • Delete the following characters: \\ \" ' ^
                                                                                                                                                                                                                                                                                                                                  • Delete spaces before the following characters: / (
                                                                                                                                                                                                                                                                                                                                  • Replace the following characters with a space: , ;
                                                                                                                                                                                                                                                                                                                                  • Replace multiple spaces with one space
                                                                                                                                                                                                                                                                                                                                  • Convert uppercase letters (A-Z) to lowercase (a-z)

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace the following characters with a space character (decimal 32):

                                                                                                                                                                                                                                                                                                                                  • \\f, formfeed, decimal 12
                                                                                                                                                                                                                                                                                                                                  • \\t, tab, decimal 9
                                                                                                                                                                                                                                                                                                                                  • \\n, newline, decimal 10
                                                                                                                                                                                                                                                                                                                                  • \\r, carriage return, decimal 13
                                                                                                                                                                                                                                                                                                                                  • \\v, vertical tab, decimal 11
                                                                                                                                                                                                                                                                                                                                  • non-breaking space, decimal 160

                                                                                                                                                                                                                                                                                                                                  COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.

                                                                                                                                                                                                                                                                                                                                  HTML_ENTITY_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:

                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)quot; with \"
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)nbsp; with a non-breaking space, decimal 160
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)lt; with a \"less than\" symbol
                                                                                                                                                                                                                                                                                                                                  • Replaces (ampersand)gt; with >
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in hexadecimal format, (ampersand)#xhhhh;, with the corresponding characters
                                                                                                                                                                                                                                                                                                                                  • Replaces characters that are represented in decimal format, (ampersand)#nnnn;, with the corresponding characters

                                                                                                                                                                                                                                                                                                                                  LOWERCASE

                                                                                                                                                                                                                                                                                                                                  Use this option to convert uppercase letters (A-Z) to lowercase (a-z).

                                                                                                                                                                                                                                                                                                                                  URL_DECODE

                                                                                                                                                                                                                                                                                                                                  Use this option to decode a URL-encoded value.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TextTransformation*/", "simple" : true, "list" : false, "map" : false }, "Size" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The size in bytes that you want AWS WAF to compare against the size of the specified FieldToMatch. AWS WAF uses this in combination with ComparisonOperator and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  Valid values for size are 0 - 21474836480 bytes (0 - 20 GB).

                                                                                                                                                                                                                                                                                                                                  If you specify URI for the value of Type, the / in the URI counts as one character. For example, the URI /logo.jpg is nine characters long.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Size", "c2jName" : "Size", "c2jShape" : "Size", "variable" : { "variableName" : "size", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The size in bytes that you want AWS WAF to compare against the size of the specified FieldToMatch. AWS WAF uses this in combination with ComparisonOperator and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  Valid values for size are 0 - 21474836480 bytes (0 - 20 GB).

                                                                                                                                                                                                                                                                                                                                  If you specify URI for the value of Type, the / in the URI counts as one character. For example, the URI /logo.jpg is nine characters long.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "size", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "Size", "marshallLocationName" : "Size", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The size in bytes that you want AWS WAF to compare against the size of the specified FieldToMatch. AWS WAF uses this in combination with ComparisonOperator and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  Valid values for size are 0 - 21474836480 bytes (0 - 20 GB).

                                                                                                                                                                                                                                                                                                                                  If you specify URI for the value of Type, the / in the URI counts as one character. For example, the URI /logo.jpg is nine characters long.

                                                                                                                                                                                                                                                                                                                                  \n@param size The size in bytes that you want AWS WAF to compare against the size of the specified FieldToMatch. AWS WAF uses this in combination with ComparisonOperator and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  Valid values for size are 0 - 21474836480 bytes (0 - 20 GB).

                                                                                                                                                                                                                                                                                                                                  If you specify URI for the value of Type, the / in the URI counts as one character. For example, the URI /logo.jpg is nine characters long.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The size in bytes that you want AWS WAF to compare against the size of the specified FieldToMatch. AWS WAF uses this in combination with ComparisonOperator and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  Valid values for size are 0 - 21474836480 bytes (0 - 20 GB).

                                                                                                                                                                                                                                                                                                                                  If you specify URI for the value of Type, the / in the URI counts as one character. For example, the URI /logo.jpg is nine characters long.

                                                                                                                                                                                                                                                                                                                                  \n@return The size in bytes that you want AWS WAF to compare against the size of the specified FieldToMatch. AWS WAF uses this in combination with ComparisonOperator and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  Valid values for size are 0 - 21474836480 bytes (0 - 20 GB).

                                                                                                                                                                                                                                                                                                                                  If you specify URI for the value of Type, the / in the URI counts as one character. For example, the URI /logo.jpg is nine characters long.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The size in bytes that you want AWS WAF to compare against the size of the specified FieldToMatch. AWS WAF uses this in combination with ComparisonOperator and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  Valid values for size are 0 - 21474836480 bytes (0 - 20 GB).

                                                                                                                                                                                                                                                                                                                                  If you specify URI for the value of Type, the / in the URI counts as one character. For example, the URI /logo.jpg is nine characters long.

                                                                                                                                                                                                                                                                                                                                  \n@param size The size in bytes that you want AWS WAF to compare against the size of the specified FieldToMatch. AWS WAF uses this in combination with ComparisonOperator and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  Valid values for size are 0 - 21474836480 bytes (0 - 20 GB).

                                                                                                                                                                                                                                                                                                                                  If you specify URI for the value of Type, the / in the URI counts as one character. For example, the URI /logo.jpg is nine characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The size in bytes that you want AWS WAF to compare against the size of the specified FieldToMatch. AWS WAF uses this in combination with ComparisonOperator and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  Valid values for size are 0 - 21474836480 bytes (0 - 20 GB).

                                                                                                                                                                                                                                                                                                                                  If you specify URI for the value of Type, the / in the URI counts as one character. For example, the URI /logo.jpg is nine characters long.

                                                                                                                                                                                                                                                                                                                                  \n@param size The size in bytes that you want AWS WAF to compare against the size of the specified FieldToMatch. AWS WAF uses this in combination with ComparisonOperator and FieldToMatch to build an expression in the form of \"Size ComparisonOperator size in bytes of FieldToMatch\". If that expression is true, the SizeConstraint is considered to match.

                                                                                                                                                                                                                                                                                                                                  Valid values for size are 0 - 21474836480 bytes (0 - 20 GB).

                                                                                                                                                                                                                                                                                                                                  If you specify URI for the value of Type, the / in the URI counts as one character. For example, the URI /logo.jpg is nine characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "FieldToMatch" : { "documentation" : "", "name" : "FieldToMatch", "c2jName" : "FieldToMatch", "c2jShape" : "FieldToMatch", "variable" : { "variableName" : "fieldToMatch", "variableType" : "FieldToMatch", "variableDeclarationType" : "FieldToMatch", "documentation" : "", "simpleType" : "FieldToMatch", "variableSetterType" : "FieldToMatch" }, "setterModel" : { "variableName" : "fieldToMatch", "variableType" : "FieldToMatch", "variableDeclarationType" : "FieldToMatch", "documentation" : "", "simpleType" : "FieldToMatch", "variableSetterType" : "FieldToMatch" }, "getterModel" : { "returnType" : "FieldToMatch", "documentation" : null }, "http" : { "unmarshallLocationName" : "FieldToMatch", "marshallLocationName" : "FieldToMatch", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param fieldToMatch */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param fieldToMatch \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param fieldToMatch \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } } }, "ListIPSetsResult" : { "c2jName" : "ListIPSetsResponse", "documentation" : "", "shapeName" : "ListIPSetsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  If you have more IPSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more IPSet objects, submit another ListIPSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  If you have more IPSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more IPSet objects, submit another ListIPSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  If you have more IPSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more IPSet objects, submit another ListIPSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                                                                                                                                                                                                                                                  \n@param nextMarker If you have more IPSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more IPSet objects, submit another ListIPSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  If you have more IPSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more IPSet objects, submit another ListIPSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                                                                                                                                                                                                                                                  \n@return If you have more IPSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more IPSet objects, submit another ListIPSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  If you have more IPSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more IPSet objects, submit another ListIPSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                                                                                                                                                                                                                                                  \n@param nextMarker If you have more IPSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more IPSet objects, submit another ListIPSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  If you have more IPSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more IPSet objects, submit another ListIPSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                                                                                                                                                                                                                                                  \n@param nextMarker If you have more IPSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more IPSet objects, submit another ListIPSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  An array of IPSetSummary objects.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "IPSets", "c2jName" : "IPSets", "c2jShape" : "IPSetSummaries", "variable" : { "variableName" : "iPSets", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  An array of IPSetSummary objects.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "iPSets", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "IPSets", "marshallLocationName" : "IPSets", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "IPSetSummary", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IPSetSummary", "variable" : { "variableName" : "member", "variableType" : "IPSetSummary", "variableDeclarationType" : "IPSetSummary", "documentation" : "", "simpleType" : "IPSetSummary", "variableSetterType" : "IPSetSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "IPSetSummary", "variableDeclarationType" : "IPSetSummary", "documentation" : "", "simpleType" : "IPSetSummary", "variableSetterType" : "IPSetSummary" }, "getterModel" : { "returnType" : "IPSetSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "IPSetSummary", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An array of IPSetSummary objects.

                                                                                                                                                                                                                                                                                                                                  \n@param iPSets An array of IPSetSummary objects.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An array of IPSetSummary objects.

                                                                                                                                                                                                                                                                                                                                  \n@return An array of IPSetSummary objects.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An array of IPSetSummary objects.

                                                                                                                                                                                                                                                                                                                                  \n@param iPSets An array of IPSetSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An array of IPSetSummary objects.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setIPSets(java.util.Collection)} or {@link #withIPSets(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param iPSets An array of IPSetSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "listIPSetsResult", "variableType" : "ListIPSetsResult", "variableDeclarationType" : "ListIPSetsResult", "documentation" : null, "simpleType" : "ListIPSetsResult", "variableSetterType" : "ListIPSetsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IPSets" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  An array of IPSetSummary objects.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "IPSets", "c2jName" : "IPSets", "c2jShape" : "IPSetSummaries", "variable" : { "variableName" : "iPSets", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  An array of IPSetSummary objects.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "iPSets", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "IPSets", "marshallLocationName" : "IPSets", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "IPSetSummary", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IPSetSummary", "variable" : { "variableName" : "member", "variableType" : "IPSetSummary", "variableDeclarationType" : "IPSetSummary", "documentation" : "", "simpleType" : "IPSetSummary", "variableSetterType" : "IPSetSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "IPSetSummary", "variableDeclarationType" : "IPSetSummary", "documentation" : "", "simpleType" : "IPSetSummary", "variableSetterType" : "IPSetSummary" }, "getterModel" : { "returnType" : "IPSetSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "IPSetSummary", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An array of IPSetSummary objects.

                                                                                                                                                                                                                                                                                                                                  \n@param iPSets An array of IPSetSummary objects.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An array of IPSetSummary objects.

                                                                                                                                                                                                                                                                                                                                  \n@return An array of IPSetSummary objects.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An array of IPSetSummary objects.

                                                                                                                                                                                                                                                                                                                                  \n@param iPSets An array of IPSetSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An array of IPSetSummary objects.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setIPSets(java.util.Collection)} or {@link #withIPSets(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param iPSets An array of IPSetSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "NextMarker" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  If you have more IPSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more IPSet objects, submit another ListIPSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  If you have more IPSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more IPSet objects, submit another ListIPSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  If you have more IPSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more IPSet objects, submit another ListIPSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                                                                                                                                                                                                                                                  \n@param nextMarker If you have more IPSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more IPSet objects, submit another ListIPSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  If you have more IPSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more IPSet objects, submit another ListIPSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                                                                                                                                                                                                                                                  \n@return If you have more IPSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more IPSet objects, submit another ListIPSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  If you have more IPSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more IPSet objects, submit another ListIPSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                                                                                                                                                                                                                                                  \n@param nextMarker If you have more IPSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more IPSet objects, submit another ListIPSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  If you have more IPSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more IPSet objects, submit another ListIPSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

                                                                                                                                                                                                                                                                                                                                  \n@param nextMarker If you have more IPSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more IPSet objects, submit another ListIPSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } } }, "customizationConfig" : { "requestMetrics" : null, "useAutoConstructList" : false, "useAutoConstructMap" : false, "serviceClientHoldInputStream" : false, "operationsWithResponseStreamContentLengthValidation" : null, "customExceptionUnmarshallerImpl" : null, "customClientConfigFactory" : null, "customResponseMetadataClassName" : null, "skipInterfaceAdditions" : false, "customServiceNameForRequest" : null, "requiredParamValidationEnabled" : false, "additionalShapeConstructors" : null, "simpleMethods" : null, "renameShapes" : null, "sendEmptyAutoConstructedListAsEmptyList" : null, "authPolicyActions" : { "skip" : true, "actionPrefix" : null, "fileNamePrefix" : null }, "customServiceMetadata" : null, "customCodeTemplates" : null, "operationModifiers" : null, "shapeSubstitutions" : null, "shapeModifiers" : null, "customErrorCodeFieldName" : null, "convenienceTypeOverloads" : [ ] }, "examples" : { "version" : "1.0", "operationExamples" : { } }, "clientConfigFactory" : "ClientConfigurationFactory" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy