models.waf-2015-08-24-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-waf Show documentation
{
"customizationConfig" : {
"additionalShapeConstructors" : null,
"authPolicyActions" : {
"actionPrefix" : null,
"fileNamePrefix" : null,
"skip" : true
},
"calculateCRC32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customClientConfigFactory" : null,
"customCodeTemplates" : null,
"customErrorCodeFieldName" : null,
"customExceptionUnmarshallerImpl" : null,
"customFileHeader" : null,
"customResponseMetadataClassName" : null,
"customServiceMetadata" : null,
"customServiceNameForRequest" : null,
"customSignerProvider" : null,
"deprecatedSuppressions" : null,
"operationModifiers" : null,
"operationsWithResponseStreamContentLengthValidation" : null,
"presignersFqcn" : null,
"renameShapes" : null,
"requestMetrics" : null,
"requiredParamValidationEnabled" : false,
"sdkModeledExceptionBaseClassName" : null,
"sendEmptyAutoConstructedListAsEmptyList" : null,
"sendExplicitlyEmptyListsForQuery" : false,
"serviceClientHoldInputStream" : false,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"simpleMethods" : null,
"skipInterfaceAdditions" : false,
"skipSmokeTests" : false,
"transformDirectory" : "waf/transform",
"useAutoConstructList" : false,
"useAutoConstructMap" : false
},
"metadata" : {
"apiVersion" : "2015-08-24",
"asyncClient" : "AWSWAFAsyncClient",
"asyncClientBuilderClassName" : "AWSWAFAsyncClientBuilder",
"asyncInterface" : "AWSWAFAsync",
"cborProtocol" : false,
"checksumFormat" : null,
"contentType" : null,
"cucumberModuleInjectorClassName" : "AWSWAFModuleInjector",
"defaultEndpoint" : "https://waf.amazonaws.com/",
"defaultEndpointWithoutHttpProtocol" : "waf.amazonaws.com/",
"defaultRegion" : null,
"documentation" : "This is the AWS WAF API Reference for using AWS WAF with Amazon CloudFront. The AWS WAF actions and data types listed in the reference are available for protecting Amazon CloudFront distributions. You can use these actions and data types via the endpoint waf.amazonaws.com. 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.
",
"endpointPrefix" : "waf",
"hasApiWithStreamInput" : false,
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"packageName" : "com.amazonaws.services.waf",
"packagePath" : "com/amazonaws/services/waf",
"protocol" : "json",
"protocolDefaultExceptionUmarshallerImpl" : null,
"protocolFactory" : "com.amazonaws.protocol.json.SdkJsonProtocolFactory",
"requestBaseFqcn" : "com.amazonaws.AmazonWebServiceRequest",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"serviceAbbreviation" : "WAF",
"serviceFullName" : "AWS WAF",
"serviceName" : "WAF",
"signingName" : "waf",
"smokeTestsPackageName" : "com.amazonaws.services.waf.smoketests",
"syncClient" : "AWSWAFClient",
"syncClientBuilderClassName" : "AWSWAFClientBuilder",
"syncInterface" : "AWSWAF",
"uid" : "waf-2015-08-24",
"unmarshallerClassSuffix" : "JsonUnmarshaller",
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"xmlProtocol" : false
},
"operations" : {
"CreateByteMatchSet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateByteMatchSetResult",
"authenticated" : true,
"deprecated" : false,
"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:
-
Use GetChangeToken to get the change token that you provide in the ChangeToken
parameter of a CreateByteMatchSet
request.
-
Submit a CreateByteMatchSet
request.
-
Use GetChangeToken
to get the change token that you provide in the ChangeToken
parameter of an UpdateByteMatchSet
request.
-
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.
",
"exceptions" : [ {
"exceptionName" : "WAFDisallowedNameException",
"documentation" : "The name specified is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
",
"httpStatusCode" : null
}, {
"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
.
-
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateByteMatchSetRequest",
"variableName" : "createByteMatchSetRequest",
"variableType" : "CreateByteMatchSetRequest",
"documentation" : "",
"simpleType" : "CreateByteMatchSetRequest",
"variableSetterType" : "CreateByteMatchSetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createByteMatchSet",
"operationName" : "CreateByteMatchSet",
"returnType" : {
"returnType" : "CreateByteMatchSetResult",
"documentation" : null
},
"syncReturnType" : "CreateByteMatchSetResult"
},
"CreateIPSet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateIPSetResult",
"authenticated" : true,
"deprecated" : false,
"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:
-
Use GetChangeToken to get the change token that you provide in the ChangeToken
parameter of a CreateIPSet
request.
-
Submit a CreateIPSet
request.
-
Use GetChangeToken
to get the change token that you provide in the ChangeToken
parameter of an UpdateIPSet request.
-
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.
",
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFDisallowedNameException",
"documentation" : "The name specified is invalid.
",
"httpStatusCode" : null
}, {
"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
.
-
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateIPSetRequest",
"variableName" : "createIPSetRequest",
"variableType" : "CreateIPSetRequest",
"documentation" : "",
"simpleType" : "CreateIPSetRequest",
"variableSetterType" : "CreateIPSetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createIPSet",
"operationName" : "CreateIPSet",
"returnType" : {
"returnType" : "CreateIPSetResult",
"documentation" : null
},
"syncReturnType" : "CreateIPSetResult"
},
"CreateRule" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateRuleResult",
"authenticated" : true,
"deprecated" : false,
"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:
-
Create and update the predicates that you want to include in the Rule
. For more information, see CreateByteMatchSet, CreateIPSet, and CreateSqlInjectionMatchSet.
-
Use GetChangeToken to get the change token that you provide in the ChangeToken
parameter of a CreateRule
request.
-
Submit a CreateRule
request.
-
Use GetChangeToken
to get the change token that you provide in the ChangeToken
parameter of an UpdateRule request.
-
Submit an UpdateRule
request to specify the predicates that you want to include in the Rule
.
-
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.
",
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFDisallowedNameException",
"documentation" : "The name specified is invalid.
",
"httpStatusCode" : null
}, {
"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
.
-
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateRuleRequest",
"variableName" : "createRuleRequest",
"variableType" : "CreateRuleRequest",
"documentation" : "",
"simpleType" : "CreateRuleRequest",
"variableSetterType" : "CreateRuleRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createRule",
"operationName" : "CreateRule",
"returnType" : {
"returnType" : "CreateRuleResult",
"documentation" : null
},
"syncReturnType" : "CreateRuleResult"
},
"CreateSizeConstraintSet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateSizeConstraintSetResult",
"authenticated" : true,
"deprecated" : false,
"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:
-
Use GetChangeToken to get the change token that you provide in the ChangeToken
parameter of a CreateSizeConstraintSet
request.
-
Submit a CreateSizeConstraintSet
request.
-
Use GetChangeToken
to get the change token that you provide in the ChangeToken
parameter of an UpdateSizeConstraintSet
request.
-
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.
",
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFDisallowedNameException",
"documentation" : "The name specified is invalid.
",
"httpStatusCode" : null
}, {
"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
.
-
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateSizeConstraintSetRequest",
"variableName" : "createSizeConstraintSetRequest",
"variableType" : "CreateSizeConstraintSetRequest",
"documentation" : "",
"simpleType" : "CreateSizeConstraintSetRequest",
"variableSetterType" : "CreateSizeConstraintSetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createSizeConstraintSet",
"operationName" : "CreateSizeConstraintSet",
"returnType" : {
"returnType" : "CreateSizeConstraintSetResult",
"documentation" : null
},
"syncReturnType" : "CreateSizeConstraintSetResult"
},
"CreateSqlInjectionMatchSet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateSqlInjectionMatchSetResult",
"authenticated" : true,
"deprecated" : false,
"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:
-
Use GetChangeToken to get the change token that you provide in the ChangeToken
parameter of a CreateSqlInjectionMatchSet
request.
-
Submit a CreateSqlInjectionMatchSet
request.
-
Use GetChangeToken
to get the change token that you provide in the ChangeToken
parameter of an UpdateSqlInjectionMatchSet request.
-
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.
",
"exceptions" : [ {
"exceptionName" : "WAFDisallowedNameException",
"documentation" : "The name specified is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
",
"httpStatusCode" : null
}, {
"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
.
-
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateSqlInjectionMatchSetRequest",
"variableName" : "createSqlInjectionMatchSetRequest",
"variableType" : "CreateSqlInjectionMatchSetRequest",
"documentation" : "A request to create a SqlInjectionMatchSet.
",
"simpleType" : "CreateSqlInjectionMatchSetRequest",
"variableSetterType" : "CreateSqlInjectionMatchSetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createSqlInjectionMatchSet",
"operationName" : "CreateSqlInjectionMatchSet",
"returnType" : {
"returnType" : "CreateSqlInjectionMatchSetResult",
"documentation" : "The response to a CreateSqlInjectionMatchSet
request.
"
},
"syncReturnType" : "CreateSqlInjectionMatchSetResult"
},
"CreateWebACL" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateWebACLResult",
"authenticated" : true,
"deprecated" : false,
"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:
-
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.
-
Create and update the Rules
that you want to include in the WebACL
. For more information, see CreateRule and UpdateRule.
-
Use GetChangeToken to get the change token that you provide in the ChangeToken
parameter of a CreateWebACL
request.
-
Submit a CreateWebACL
request.
-
Use GetChangeToken
to get the change token that you provide in the ChangeToken
parameter of an UpdateWebACL request.
-
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.
",
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFDisallowedNameException",
"documentation" : "The name specified is invalid.
",
"httpStatusCode" : null
}, {
"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
.
-
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateWebACLRequest",
"variableName" : "createWebACLRequest",
"variableType" : "CreateWebACLRequest",
"documentation" : "",
"simpleType" : "CreateWebACLRequest",
"variableSetterType" : "CreateWebACLRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createWebACL",
"operationName" : "CreateWebACL",
"returnType" : {
"returnType" : "CreateWebACLResult",
"documentation" : null
},
"syncReturnType" : "CreateWebACLResult"
},
"CreateXssMatchSet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateXssMatchSetResult",
"authenticated" : true,
"deprecated" : false,
"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:
-
Use GetChangeToken to get the change token that you provide in the ChangeToken
parameter of a CreateXssMatchSet
request.
-
Submit a CreateXssMatchSet
request.
-
Use GetChangeToken
to get the change token that you provide in the ChangeToken
parameter of an UpdateXssMatchSet request.
-
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.
",
"exceptions" : [ {
"exceptionName" : "WAFDisallowedNameException",
"documentation" : "The name specified is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
",
"httpStatusCode" : null
}, {
"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
.
-
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateXssMatchSetRequest",
"variableName" : "createXssMatchSetRequest",
"variableType" : "CreateXssMatchSetRequest",
"documentation" : "A request to create an XssMatchSet.
",
"simpleType" : "CreateXssMatchSetRequest",
"variableSetterType" : "CreateXssMatchSetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createXssMatchSet",
"operationName" : "CreateXssMatchSet",
"returnType" : {
"returnType" : "CreateXssMatchSetResult",
"documentation" : "The response to a CreateXssMatchSet
request.
"
},
"syncReturnType" : "CreateXssMatchSetResult"
},
"DeleteByteMatchSet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteByteMatchSetResult",
"authenticated" : true,
"deprecated" : false,
"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:
-
Update the ByteMatchSet
to remove filters, if any. For more information, see UpdateByteMatchSet.
-
Use GetChangeToken to get the change token that you provide in the ChangeToken
parameter of a DeleteByteMatchSet
request.
-
Submit a DeleteByteMatchSet
request.
",
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
",
"httpStatusCode" : null
}, {
"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
.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteByteMatchSetRequest",
"variableName" : "deleteByteMatchSetRequest",
"variableType" : "DeleteByteMatchSetRequest",
"documentation" : "",
"simpleType" : "DeleteByteMatchSetRequest",
"variableSetterType" : "DeleteByteMatchSetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteByteMatchSet",
"operationName" : "DeleteByteMatchSet",
"returnType" : {
"returnType" : "DeleteByteMatchSetResult",
"documentation" : null
},
"syncReturnType" : "DeleteByteMatchSetResult"
},
"DeleteIPSet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteIPSetResult",
"authenticated" : true,
"deprecated" : false,
"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:
-
Update the IPSet
to remove IP address ranges, if any. For more information, see UpdateIPSet.
-
Use GetChangeToken to get the change token that you provide in the ChangeToken
parameter of a DeleteIPSet
request.
-
Submit a DeleteIPSet
request.
",
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
",
"httpStatusCode" : null
}, {
"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
.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteIPSetRequest",
"variableName" : "deleteIPSetRequest",
"variableType" : "DeleteIPSetRequest",
"documentation" : "",
"simpleType" : "DeleteIPSetRequest",
"variableSetterType" : "DeleteIPSetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteIPSet",
"operationName" : "DeleteIPSet",
"returnType" : {
"returnType" : "DeleteIPSetResult",
"documentation" : null
},
"syncReturnType" : "DeleteIPSetResult"
},
"DeleteRule" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteRuleResult",
"authenticated" : true,
"deprecated" : false,
"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:
-
Update the Rule
to remove predicates, if any. For more information, see UpdateRule.
-
Use GetChangeToken to get the change token that you provide in the ChangeToken
parameter of a DeleteRule
request.
-
Submit a DeleteRule
request.
",
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
",
"httpStatusCode" : null
}, {
"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
.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteRuleRequest",
"variableName" : "deleteRuleRequest",
"variableType" : "DeleteRuleRequest",
"documentation" : "",
"simpleType" : "DeleteRuleRequest",
"variableSetterType" : "DeleteRuleRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteRule",
"operationName" : "DeleteRule",
"returnType" : {
"returnType" : "DeleteRuleResult",
"documentation" : null
},
"syncReturnType" : "DeleteRuleResult"
},
"DeleteSizeConstraintSet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteSizeConstraintSetResult",
"authenticated" : true,
"deprecated" : false,
"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:
-
Update the SizeConstraintSet
to remove filters, if any. For more information, see UpdateSizeConstraintSet.
-
Use GetChangeToken to get the change token that you provide in the ChangeToken
parameter of a DeleteSizeConstraintSet
request.
-
Submit a DeleteSizeConstraintSet
request.
",
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
",
"httpStatusCode" : null
}, {
"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
.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteSizeConstraintSetRequest",
"variableName" : "deleteSizeConstraintSetRequest",
"variableType" : "DeleteSizeConstraintSetRequest",
"documentation" : "",
"simpleType" : "DeleteSizeConstraintSetRequest",
"variableSetterType" : "DeleteSizeConstraintSetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteSizeConstraintSet",
"operationName" : "DeleteSizeConstraintSet",
"returnType" : {
"returnType" : "DeleteSizeConstraintSetResult",
"documentation" : null
},
"syncReturnType" : "DeleteSizeConstraintSetResult"
},
"DeleteSqlInjectionMatchSet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteSqlInjectionMatchSetResult",
"authenticated" : true,
"deprecated" : false,
"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:
-
Update the SqlInjectionMatchSet
to remove filters, if any. For more information, see UpdateSqlInjectionMatchSet.
-
Use GetChangeToken to get the change token that you provide in the ChangeToken
parameter of a DeleteSqlInjectionMatchSet
request.
-
Submit a DeleteSqlInjectionMatchSet
request.
",
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
",
"httpStatusCode" : null
}, {
"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
.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteSqlInjectionMatchSetRequest",
"variableName" : "deleteSqlInjectionMatchSetRequest",
"variableType" : "DeleteSqlInjectionMatchSetRequest",
"documentation" : "A request to delete a SqlInjectionMatchSet from AWS WAF.
",
"simpleType" : "DeleteSqlInjectionMatchSetRequest",
"variableSetterType" : "DeleteSqlInjectionMatchSetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteSqlInjectionMatchSet",
"operationName" : "DeleteSqlInjectionMatchSet",
"returnType" : {
"returnType" : "DeleteSqlInjectionMatchSetResult",
"documentation" : "The response to a request to delete a SqlInjectionMatchSet from AWS WAF.
"
},
"syncReturnType" : "DeleteSqlInjectionMatchSetResult"
},
"DeleteWebACL" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteWebACLResult",
"authenticated" : true,
"deprecated" : false,
"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:
-
Update the WebACL
to remove Rules
, if any. For more information, see UpdateWebACL.
-
Use GetChangeToken to get the change token that you provide in the ChangeToken
parameter of a DeleteWebACL
request.
-
Submit a DeleteWebACL
request.
",
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
",
"httpStatusCode" : null
}, {
"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
.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteWebACLRequest",
"variableName" : "deleteWebACLRequest",
"variableType" : "DeleteWebACLRequest",
"documentation" : "",
"simpleType" : "DeleteWebACLRequest",
"variableSetterType" : "DeleteWebACLRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteWebACL",
"operationName" : "DeleteWebACL",
"returnType" : {
"returnType" : "DeleteWebACLResult",
"documentation" : null
},
"syncReturnType" : "DeleteWebACLResult"
},
"DeleteXssMatchSet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteXssMatchSetResult",
"authenticated" : true,
"deprecated" : false,
"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:
-
Update the XssMatchSet
to remove filters, if any. For more information, see UpdateXssMatchSet.
-
Use GetChangeToken to get the change token that you provide in the ChangeToken
parameter of a DeleteXssMatchSet
request.
-
Submit a DeleteXssMatchSet
request.
",
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
",
"httpStatusCode" : null
}, {
"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
.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteXssMatchSetRequest",
"variableName" : "deleteXssMatchSetRequest",
"variableType" : "DeleteXssMatchSetRequest",
"documentation" : "A request to delete an XssMatchSet from AWS WAF.
",
"simpleType" : "DeleteXssMatchSetRequest",
"variableSetterType" : "DeleteXssMatchSetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteXssMatchSet",
"operationName" : "DeleteXssMatchSet",
"returnType" : {
"returnType" : "DeleteXssMatchSetResult",
"documentation" : "The response to a request to delete an XssMatchSet from AWS WAF.
"
},
"syncReturnType" : "DeleteXssMatchSetResult"
},
"GetByteMatchSet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetByteMatchSetResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the ByteMatchSet specified by ByteMatchSetId
.
",
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetByteMatchSetRequest",
"variableName" : "getByteMatchSetRequest",
"variableType" : "GetByteMatchSetRequest",
"documentation" : "",
"simpleType" : "GetByteMatchSetRequest",
"variableSetterType" : "GetByteMatchSetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getByteMatchSet",
"operationName" : "GetByteMatchSet",
"returnType" : {
"returnType" : "GetByteMatchSetResult",
"documentation" : null
},
"syncReturnType" : "GetByteMatchSetResult"
},
"GetChangeToken" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetChangeTokenResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetChangeTokenRequest",
"variableName" : "getChangeTokenRequest",
"variableType" : "GetChangeTokenRequest",
"documentation" : "",
"simpleType" : "GetChangeTokenRequest",
"variableSetterType" : "GetChangeTokenRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getChangeToken",
"operationName" : "GetChangeToken",
"returnType" : {
"returnType" : "GetChangeTokenResult",
"documentation" : null
},
"syncReturnType" : "GetChangeTokenResult"
},
"GetChangeTokenStatus" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetChangeTokenStatusResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetChangeTokenStatusRequest",
"variableName" : "getChangeTokenStatusRequest",
"variableType" : "GetChangeTokenStatusRequest",
"documentation" : "",
"simpleType" : "GetChangeTokenStatusRequest",
"variableSetterType" : "GetChangeTokenStatusRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getChangeTokenStatus",
"operationName" : "GetChangeTokenStatus",
"returnType" : {
"returnType" : "GetChangeTokenStatusResult",
"documentation" : null
},
"syncReturnType" : "GetChangeTokenStatusResult"
},
"GetIPSet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetIPSetResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the IPSet that is specified by IPSetId
.
",
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetIPSetRequest",
"variableName" : "getIPSetRequest",
"variableType" : "GetIPSetRequest",
"documentation" : "",
"simpleType" : "GetIPSetRequest",
"variableSetterType" : "GetIPSetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getIPSet",
"operationName" : "GetIPSet",
"returnType" : {
"returnType" : "GetIPSetResult",
"documentation" : null
},
"syncReturnType" : "GetIPSetResult"
},
"GetRule" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetRuleResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the Rule that is specified by the RuleId
that you included in the GetRule
request.
",
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetRuleRequest",
"variableName" : "getRuleRequest",
"variableType" : "GetRuleRequest",
"documentation" : "",
"simpleType" : "GetRuleRequest",
"variableSetterType" : "GetRuleRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getRule",
"operationName" : "GetRule",
"returnType" : {
"returnType" : "GetRuleResult",
"documentation" : null
},
"syncReturnType" : "GetRuleResult"
},
"GetSampledRequests" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetSampledRequestsResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetSampledRequestsRequest",
"variableName" : "getSampledRequestsRequest",
"variableType" : "GetSampledRequestsRequest",
"documentation" : "",
"simpleType" : "GetSampledRequestsRequest",
"variableSetterType" : "GetSampledRequestsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getSampledRequests",
"operationName" : "GetSampledRequests",
"returnType" : {
"returnType" : "GetSampledRequestsResult",
"documentation" : null
},
"syncReturnType" : "GetSampledRequestsResult"
},
"GetSizeConstraintSet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetSizeConstraintSetResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the SizeConstraintSet specified by SizeConstraintSetId
.
",
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetSizeConstraintSetRequest",
"variableName" : "getSizeConstraintSetRequest",
"variableType" : "GetSizeConstraintSetRequest",
"documentation" : "",
"simpleType" : "GetSizeConstraintSetRequest",
"variableSetterType" : "GetSizeConstraintSetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getSizeConstraintSet",
"operationName" : "GetSizeConstraintSet",
"returnType" : {
"returnType" : "GetSizeConstraintSetResult",
"documentation" : null
},
"syncReturnType" : "GetSizeConstraintSetResult"
},
"GetSqlInjectionMatchSet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetSqlInjectionMatchSetResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the SqlInjectionMatchSet that is specified by SqlInjectionMatchSetId
.
",
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetSqlInjectionMatchSetRequest",
"variableName" : "getSqlInjectionMatchSetRequest",
"variableType" : "GetSqlInjectionMatchSetRequest",
"documentation" : "A request to get a SqlInjectionMatchSet.
",
"simpleType" : "GetSqlInjectionMatchSetRequest",
"variableSetterType" : "GetSqlInjectionMatchSetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getSqlInjectionMatchSet",
"operationName" : "GetSqlInjectionMatchSet",
"returnType" : {
"returnType" : "GetSqlInjectionMatchSetResult",
"documentation" : "The response to a GetSqlInjectionMatchSet request.
"
},
"syncReturnType" : "GetSqlInjectionMatchSetResult"
},
"GetWebACL" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetWebACLResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the WebACL that is specified by WebACLId
.
",
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetWebACLRequest",
"variableName" : "getWebACLRequest",
"variableType" : "GetWebACLRequest",
"documentation" : "",
"simpleType" : "GetWebACLRequest",
"variableSetterType" : "GetWebACLRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getWebACL",
"operationName" : "GetWebACL",
"returnType" : {
"returnType" : "GetWebACLResult",
"documentation" : null
},
"syncReturnType" : "GetWebACLResult"
},
"GetXssMatchSet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetXssMatchSetResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the XssMatchSet that is specified by XssMatchSetId
.
",
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetXssMatchSetRequest",
"variableName" : "getXssMatchSetRequest",
"variableType" : "GetXssMatchSetRequest",
"documentation" : "A request to get an XssMatchSet.
",
"simpleType" : "GetXssMatchSetRequest",
"variableSetterType" : "GetXssMatchSetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getXssMatchSet",
"operationName" : "GetXssMatchSet",
"returnType" : {
"returnType" : "GetXssMatchSetResult",
"documentation" : "The response to a GetXssMatchSet request.
"
},
"syncReturnType" : "GetXssMatchSetResult"
},
"ListByteMatchSets" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListByteMatchSetsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns an array of ByteMatchSetSummary objects.
",
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListByteMatchSetsRequest",
"variableName" : "listByteMatchSetsRequest",
"variableType" : "ListByteMatchSetsRequest",
"documentation" : "",
"simpleType" : "ListByteMatchSetsRequest",
"variableSetterType" : "ListByteMatchSetsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listByteMatchSets",
"operationName" : "ListByteMatchSets",
"returnType" : {
"returnType" : "ListByteMatchSetsResult",
"documentation" : null
},
"syncReturnType" : "ListByteMatchSetsResult"
},
"ListIPSets" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListIPSetsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns an array of IPSetSummary objects in the response.
",
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListIPSetsRequest",
"variableName" : "listIPSetsRequest",
"variableType" : "ListIPSetsRequest",
"documentation" : "",
"simpleType" : "ListIPSetsRequest",
"variableSetterType" : "ListIPSetsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listIPSets",
"operationName" : "ListIPSets",
"returnType" : {
"returnType" : "ListIPSetsResult",
"documentation" : null
},
"syncReturnType" : "ListIPSetsResult"
},
"ListRules" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListRulesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns an array of RuleSummary objects.
",
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListRulesRequest",
"variableName" : "listRulesRequest",
"variableType" : "ListRulesRequest",
"documentation" : "",
"simpleType" : "ListRulesRequest",
"variableSetterType" : "ListRulesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listRules",
"operationName" : "ListRules",
"returnType" : {
"returnType" : "ListRulesResult",
"documentation" : null
},
"syncReturnType" : "ListRulesResult"
},
"ListSizeConstraintSets" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListSizeConstraintSetsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns an array of SizeConstraintSetSummary objects.
",
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListSizeConstraintSetsRequest",
"variableName" : "listSizeConstraintSetsRequest",
"variableType" : "ListSizeConstraintSetsRequest",
"documentation" : "",
"simpleType" : "ListSizeConstraintSetsRequest",
"variableSetterType" : "ListSizeConstraintSetsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listSizeConstraintSets",
"operationName" : "ListSizeConstraintSets",
"returnType" : {
"returnType" : "ListSizeConstraintSetsResult",
"documentation" : null
},
"syncReturnType" : "ListSizeConstraintSetsResult"
},
"ListSqlInjectionMatchSets" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListSqlInjectionMatchSetsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns an array of SqlInjectionMatchSet objects.
",
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListSqlInjectionMatchSetsRequest",
"variableName" : "listSqlInjectionMatchSetsRequest",
"variableType" : "ListSqlInjectionMatchSetsRequest",
"documentation" : "A request to list the SqlInjectionMatchSet objects created by the current AWS account.
",
"simpleType" : "ListSqlInjectionMatchSetsRequest",
"variableSetterType" : "ListSqlInjectionMatchSetsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listSqlInjectionMatchSets",
"operationName" : "ListSqlInjectionMatchSets",
"returnType" : {
"returnType" : "ListSqlInjectionMatchSetsResult",
"documentation" : "The response to a ListSqlInjectionMatchSets request.
"
},
"syncReturnType" : "ListSqlInjectionMatchSetsResult"
},
"ListWebACLs" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListWebACLsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns an array of WebACLSummary objects in the response.
",
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListWebACLsRequest",
"variableName" : "listWebACLsRequest",
"variableType" : "ListWebACLsRequest",
"documentation" : "",
"simpleType" : "ListWebACLsRequest",
"variableSetterType" : "ListWebACLsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listWebACLs",
"operationName" : "ListWebACLs",
"returnType" : {
"returnType" : "ListWebACLsResult",
"documentation" : null
},
"syncReturnType" : "ListWebACLsResult"
},
"ListXssMatchSets" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListXssMatchSetsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns an array of XssMatchSet objects.
",
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListXssMatchSetsRequest",
"variableName" : "listXssMatchSetsRequest",
"variableType" : "ListXssMatchSetsRequest",
"documentation" : "A request to list the XssMatchSet objects created by the current AWS account.
",
"simpleType" : "ListXssMatchSetsRequest",
"variableSetterType" : "ListXssMatchSetsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listXssMatchSets",
"operationName" : "ListXssMatchSets",
"returnType" : {
"returnType" : "ListXssMatchSetsResult",
"documentation" : "The response to a ListXssMatchSets request.
"
},
"syncReturnType" : "ListXssMatchSetsResult"
},
"UpdateByteMatchSet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UpdateByteMatchSetResult",
"authenticated" : true,
"deprecated" : false,
"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:
-
Create a ByteMatchSet.
For more information, see CreateByteMatchSet.
-
Use GetChangeToken to get the change token that you provide in the ChangeToken
parameter of an UpdateByteMatchSet
request.
-
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.
",
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
",
"httpStatusCode" : null
}, {
"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
.
",
"httpStatusCode" : null
}, {
"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
.
-
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateByteMatchSetRequest",
"variableName" : "updateByteMatchSetRequest",
"variableType" : "UpdateByteMatchSetRequest",
"documentation" : "",
"simpleType" : "UpdateByteMatchSetRequest",
"variableSetterType" : "UpdateByteMatchSetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "updateByteMatchSet",
"operationName" : "UpdateByteMatchSet",
"returnType" : {
"returnType" : "UpdateByteMatchSetResult",
"documentation" : null
},
"syncReturnType" : "UpdateByteMatchSetResult"
},
"UpdateIPSet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UpdateIPSetResult",
"authenticated" : true,
"deprecated" : false,
"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
or IPv6
.
-
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 IPv4, and /24, /32, /48, /56, /64 and /128 for IPv6. For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.
IPv6 addresses can be represented using any of the following formats:
-
1111:0000:0000:0000:0000:0000:0000:0111/128
-
1111:0:0:0:0:0:0:0111/128
-
1111::0111/128
-
1111::111/128
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:
-
Submit a CreateIPSet request.
-
Use GetChangeToken to get the change token that you provide in the ChangeToken
parameter of an UpdateIPSet request.
-
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.
",
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
",
"httpStatusCode" : null
}, {
"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
.
",
"httpStatusCode" : null
}, {
"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
.
-
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
",
"httpStatusCode" : null
}, {
"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
.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateIPSetRequest",
"variableName" : "updateIPSetRequest",
"variableType" : "UpdateIPSetRequest",
"documentation" : "",
"simpleType" : "UpdateIPSetRequest",
"variableSetterType" : "UpdateIPSetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "updateIPSet",
"operationName" : "UpdateIPSet",
"returnType" : {
"returnType" : "UpdateIPSetResult",
"documentation" : null
},
"syncReturnType" : "UpdateIPSetResult"
},
"UpdateRule" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UpdateRuleResult",
"authenticated" : true,
"deprecated" : false,
"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:
-
Create and update the predicates that you want to include in the Rule
.
-
Create the Rule
. See CreateRule.
-
Use GetChangeToken
to get the change token that you provide in the ChangeToken
parameter of an UpdateRule request.
-
Submit an UpdateRule
request to add predicates to the Rule
.
-
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.
",
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
",
"httpStatusCode" : null
}, {
"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
.
",
"httpStatusCode" : null
}, {
"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
.
-
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
",
"httpStatusCode" : null
}, {
"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
.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateRuleRequest",
"variableName" : "updateRuleRequest",
"variableType" : "UpdateRuleRequest",
"documentation" : "",
"simpleType" : "UpdateRuleRequest",
"variableSetterType" : "UpdateRuleRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "updateRule",
"operationName" : "UpdateRule",
"returnType" : {
"returnType" : "UpdateRuleResult",
"documentation" : null
},
"syncReturnType" : "UpdateRuleResult"
},
"UpdateSizeConstraintSet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UpdateSizeConstraintSetResult",
"authenticated" : true,
"deprecated" : false,
"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:
-
Create a SizeConstraintSet.
For more information, see CreateSizeConstraintSet.
-
Use GetChangeToken to get the change token that you provide in the ChangeToken
parameter of an UpdateSizeConstraintSet
request.
-
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.
",
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
",
"httpStatusCode" : null
}, {
"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
.
",
"httpStatusCode" : null
}, {
"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
.
-
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
",
"httpStatusCode" : null
}, {
"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
.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateSizeConstraintSetRequest",
"variableName" : "updateSizeConstraintSetRequest",
"variableType" : "UpdateSizeConstraintSetRequest",
"documentation" : "",
"simpleType" : "UpdateSizeConstraintSetRequest",
"variableSetterType" : "UpdateSizeConstraintSetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "updateSizeConstraintSet",
"operationName" : "UpdateSizeConstraintSet",
"returnType" : {
"returnType" : "UpdateSizeConstraintSetResult",
"documentation" : null
},
"syncReturnType" : "UpdateSizeConstraintSetResult"
},
"UpdateSqlInjectionMatchSet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UpdateSqlInjectionMatchSetResult",
"authenticated" : true,
"deprecated" : false,
"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:
-
Submit a CreateSqlInjectionMatchSet request.
-
Use GetChangeToken to get the change token that you provide in the ChangeToken
parameter of an UpdateIPSet request.
-
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.
",
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
",
"httpStatusCode" : null
}, {
"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
.
",
"httpStatusCode" : null
}, {
"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
.
-
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateSqlInjectionMatchSetRequest",
"variableName" : "updateSqlInjectionMatchSetRequest",
"variableType" : "UpdateSqlInjectionMatchSetRequest",
"documentation" : "A request to update a SqlInjectionMatchSet.
",
"simpleType" : "UpdateSqlInjectionMatchSetRequest",
"variableSetterType" : "UpdateSqlInjectionMatchSetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "updateSqlInjectionMatchSet",
"operationName" : "UpdateSqlInjectionMatchSet",
"returnType" : {
"returnType" : "UpdateSqlInjectionMatchSetResult",
"documentation" : "The response to an UpdateSqlInjectionMatchSets request.
"
},
"syncReturnType" : "UpdateSqlInjectionMatchSetResult"
},
"UpdateWebACL" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UpdateWebACLResult",
"authenticated" : true,
"deprecated" : false,
"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:
-
Create and update the predicates that you want to include in Rules
. For more information, see CreateByteMatchSet, UpdateByteMatchSet, CreateIPSet, UpdateIPSet, CreateSqlInjectionMatchSet, and UpdateSqlInjectionMatchSet.
-
Create and update the Rules
that you want to include in the WebACL
. For more information, see CreateRule and UpdateRule.
-
Create a WebACL
. See CreateWebACL.
-
Use GetChangeToken
to get the change token that you provide in the ChangeToken
parameter of an UpdateWebACL request.
-
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.
",
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
",
"httpStatusCode" : null
}, {
"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
.
",
"httpStatusCode" : null
}, {
"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
.
-
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
",
"httpStatusCode" : null
}, {
"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
.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateWebACLRequest",
"variableName" : "updateWebACLRequest",
"variableType" : "UpdateWebACLRequest",
"documentation" : "",
"simpleType" : "UpdateWebACLRequest",
"variableSetterType" : "UpdateWebACLRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "updateWebACL",
"operationName" : "UpdateWebACL",
"returnType" : {
"returnType" : "UpdateWebACLResult",
"documentation" : null
},
"syncReturnType" : "UpdateWebACLResult"
},
"UpdateXssMatchSet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UpdateXssMatchSetResult",
"authenticated" : true,
"deprecated" : false,
"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:
-
Submit a CreateXssMatchSet request.
-
Use GetChangeToken to get the change token that you provide in the ChangeToken
parameter of an UpdateIPSet request.
-
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.
",
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
",
"httpStatusCode" : null
}, {
"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
.
",
"httpStatusCode" : null
}, {
"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
.
-
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateXssMatchSetRequest",
"variableName" : "updateXssMatchSetRequest",
"variableType" : "UpdateXssMatchSetRequest",
"documentation" : "A request to update an XssMatchSet.
",
"simpleType" : "UpdateXssMatchSetRequest",
"variableSetterType" : "UpdateXssMatchSetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "updateXssMatchSet",
"operationName" : "UpdateXssMatchSet",
"returnType" : {
"returnType" : "UpdateXssMatchSetResult",
"documentation" : "The response to an UpdateXssMatchSets request.
"
},
"syncReturnType" : "UpdateXssMatchSetResult"
}
},
"shapes" : {
"ActivatedRule" : {
"c2jName" : "ActivatedRule",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"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.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Priority",
"c2jShape" : "RulePriority",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withPriority",
"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.*/",
"getterMethodName" : "getPriority",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Priority",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Priority",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Priority",
"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.*/",
"setterMethodName" : "setPriority",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "priority",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "priority",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RuleId",
"c2jShape" : "ResourceId",
"deprecated" : 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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withRuleId",
"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.*/",
"getterMethodName" : "getRuleId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RuleId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RuleId",
"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.*/",
"setterMethodName" : "setRuleId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Action",
"c2jShape" : "WafAction",
"deprecated" : 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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withAction",
"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.
*/",
"getterMethodName" : "getAction",
"getterModel" : {
"returnType" : "WafAction",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Action",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Action",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Action",
"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.
*/",
"setterMethodName" : "setAction",
"setterModel" : {
"variableDeclarationType" : "WafAction",
"variableName" : "action",
"variableType" : "WafAction",
"documentation" : "",
"simpleType" : "WafAction",
"variableSetterType" : "WafAction"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "WafAction",
"variableName" : "action",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Action" : {
"c2jName" : "Action",
"c2jShape" : "WafAction",
"deprecated" : 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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withAction",
"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.
*/",
"getterMethodName" : "getAction",
"getterModel" : {
"returnType" : "WafAction",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Action",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Action",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Action",
"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.
*/",
"setterMethodName" : "setAction",
"setterModel" : {
"variableDeclarationType" : "WafAction",
"variableName" : "action",
"variableType" : "WafAction",
"documentation" : "",
"simpleType" : "WafAction",
"variableSetterType" : "WafAction"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "WafAction",
"variableName" : "action",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"Priority" : {
"c2jName" : "Priority",
"c2jShape" : "RulePriority",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withPriority",
"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.*/",
"getterMethodName" : "getPriority",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Priority",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Priority",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Priority",
"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.*/",
"setterMethodName" : "setPriority",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "priority",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "priority",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"RuleId" : {
"c2jName" : "RuleId",
"c2jShape" : "ResourceId",
"deprecated" : 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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withRuleId",
"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.*/",
"getterMethodName" : "getRuleId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RuleId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RuleId",
"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.*/",
"setterMethodName" : "setRuleId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Priority", "RuleId", "Action" ],
"shapeName" : "ActivatedRule",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ActivatedRule",
"variableName" : "activatedRule",
"variableType" : "ActivatedRule",
"documentation" : null,
"simpleType" : "ActivatedRule",
"variableSetterType" : "ActivatedRule"
},
"wrapper" : false
},
"ByteMatchSet" : {
"c2jName" : "ByteMatchSet",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"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.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ByteMatchSetId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withByteMatchSetId",
"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.*/",
"getterMethodName" : "getByteMatchSetId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ByteMatchSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ByteMatchSetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ByteMatchSetId",
"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.*/",
"setterMethodName" : "setByteMatchSetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "byteMatchSetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "byteMatchSetId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Name",
"c2jShape" : "ResourceName",
"deprecated" : false,
"documentation" : "A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withName",
"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
.*/",
"getterMethodName" : "getName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"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
.*/",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ByteMatchTuples",
"c2jShape" : "ByteMatchTuples",
"deprecated" : 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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withByteMatchTuples",
"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.*/",
"getterMethodName" : "getByteMatchTuples",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ByteMatchTuples",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ByteMatchTuples",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ByteMatchTuple",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "ByteMatchTuple",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ByteMatchTuple",
"variableName" : "member",
"variableType" : "ByteMatchTuple",
"documentation" : "",
"simpleType" : "ByteMatchTuple",
"variableSetterType" : "ByteMatchTuple"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ByteMatchTuple",
"variableName" : "member",
"variableType" : "ByteMatchTuple",
"documentation" : "",
"simpleType" : "ByteMatchTuple",
"variableSetterType" : "ByteMatchTuple"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ByteMatchTuple",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ByteMatchTuple",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ByteMatchTuples",
"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.*/",
"setterMethodName" : "setByteMatchTuples",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "byteMatchTuples",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "byteMatchTuples",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ByteMatchSetId" : {
"c2jName" : "ByteMatchSetId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withByteMatchSetId",
"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.*/",
"getterMethodName" : "getByteMatchSetId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ByteMatchSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ByteMatchSetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ByteMatchSetId",
"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.*/",
"setterMethodName" : "setByteMatchSetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "byteMatchSetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "byteMatchSetId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"ByteMatchTuples" : {
"c2jName" : "ByteMatchTuples",
"c2jShape" : "ByteMatchTuples",
"deprecated" : 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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withByteMatchTuples",
"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.*/",
"getterMethodName" : "getByteMatchTuples",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ByteMatchTuples",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ByteMatchTuples",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ByteMatchTuple",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "ByteMatchTuple",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ByteMatchTuple",
"variableName" : "member",
"variableType" : "ByteMatchTuple",
"documentation" : "",
"simpleType" : "ByteMatchTuple",
"variableSetterType" : "ByteMatchTuple"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ByteMatchTuple",
"variableName" : "member",
"variableType" : "ByteMatchTuple",
"documentation" : "",
"simpleType" : "ByteMatchTuple",
"variableSetterType" : "ByteMatchTuple"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ByteMatchTuple",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ByteMatchTuple",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ByteMatchTuples",
"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.*/",
"setterMethodName" : "setByteMatchTuples",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "byteMatchTuples",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "byteMatchTuples",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"c2jName" : "Name",
"c2jShape" : "ResourceName",
"deprecated" : false,
"documentation" : "A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withName",
"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
.*/",
"getterMethodName" : "getName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"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
.*/",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ByteMatchSetId", "ByteMatchTuples" ],
"shapeName" : "ByteMatchSet",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ByteMatchSet",
"variableName" : "byteMatchSet",
"variableType" : "ByteMatchSet",
"documentation" : null,
"simpleType" : "ByteMatchSet",
"variableSetterType" : "ByteMatchSet"
},
"wrapper" : false
},
"ByteMatchSetSummary" : {
"c2jName" : "ByteMatchSetSummary",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Returned by ListByteMatchSets. Each ByteMatchSetSummary
object includes the Name
and ByteMatchSetId
for one ByteMatchSet.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ByteMatchSetId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withByteMatchSetId",
"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.*/",
"getterMethodName" : "getByteMatchSetId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ByteMatchSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ByteMatchSetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ByteMatchSetId",
"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.*/",
"setterMethodName" : "setByteMatchSetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "byteMatchSetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "byteMatchSetId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Name",
"c2jShape" : "ResourceName",
"deprecated" : false,
"documentation" : "A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withName",
"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
.*/",
"getterMethodName" : "getName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"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
.*/",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ByteMatchSetId" : {
"c2jName" : "ByteMatchSetId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withByteMatchSetId",
"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.*/",
"getterMethodName" : "getByteMatchSetId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ByteMatchSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ByteMatchSetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ByteMatchSetId",
"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.*/",
"setterMethodName" : "setByteMatchSetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "byteMatchSetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "byteMatchSetId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"c2jName" : "Name",
"c2jShape" : "ResourceName",
"deprecated" : false,
"documentation" : "A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withName",
"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
.*/",
"getterMethodName" : "getName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"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
.*/",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ByteMatchSetId", "Name" ],
"shapeName" : "ByteMatchSetSummary",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ByteMatchSetSummary",
"variableName" : "byteMatchSetSummary",
"variableType" : "ByteMatchSetSummary",
"documentation" : null,
"simpleType" : "ByteMatchSetSummary",
"variableSetterType" : "ByteMatchSetSummary"
},
"wrapper" : false
},
"ByteMatchSetUpdate" : {
"c2jName" : "ByteMatchSetUpdate",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "In an UpdateByteMatchSet request, ByteMatchSetUpdate
specifies whether to insert or delete a ByteMatchTuple and includes the settings for the ByteMatchTuple
.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Action",
"c2jShape" : "ChangeAction",
"deprecated" : false,
"documentation" : "Specifies whether to insert or delete a ByteMatchTuple.
",
"enumType" : "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*/",
"fluentSetterMethodName" : "withAction",
"getterDocumentation" : "/**Specifies whether to insert or delete a ByteMatchTuple.
\n@return Specifies whether to insert or delete a ByteMatchTuple.\n@see ChangeAction*/",
"getterMethodName" : "getAction",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Action",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Action",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Action",
"setterDocumentation" : "/**Specifies whether to insert or delete a ByteMatchTuple.
\n@param action Specifies whether to insert or delete a ByteMatchTuple.\n@see ChangeAction*/",
"setterMethodName" : "setAction",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "action",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "action",
"variableType" : "String",
"documentation" : "Specifies whether to insert or delete a ByteMatchTuple.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ByteMatchTuple",
"c2jShape" : "ByteMatchTuple",
"deprecated" : 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
.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withByteMatchTuple",
"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
.*/",
"getterMethodName" : "getByteMatchTuple",
"getterModel" : {
"returnType" : "ByteMatchTuple",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ByteMatchTuple",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ByteMatchTuple",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ByteMatchTuple",
"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
.*/",
"setterMethodName" : "setByteMatchTuple",
"setterModel" : {
"variableDeclarationType" : "ByteMatchTuple",
"variableName" : "byteMatchTuple",
"variableType" : "ByteMatchTuple",
"documentation" : "",
"simpleType" : "ByteMatchTuple",
"variableSetterType" : "ByteMatchTuple"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ByteMatchTuple",
"variableName" : "byteMatchTuple",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Action" : {
"c2jName" : "Action",
"c2jShape" : "ChangeAction",
"deprecated" : false,
"documentation" : "Specifies whether to insert or delete a ByteMatchTuple.
",
"enumType" : "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*/",
"fluentSetterMethodName" : "withAction",
"getterDocumentation" : "/**Specifies whether to insert or delete a ByteMatchTuple.
\n@return Specifies whether to insert or delete a ByteMatchTuple.\n@see ChangeAction*/",
"getterMethodName" : "getAction",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Action",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Action",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Action",
"setterDocumentation" : "/**Specifies whether to insert or delete a ByteMatchTuple.
\n@param action Specifies whether to insert or delete a ByteMatchTuple.\n@see ChangeAction*/",
"setterMethodName" : "setAction",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "action",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "action",
"variableType" : "String",
"documentation" : "Specifies whether to insert or delete a ByteMatchTuple.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ByteMatchTuple" : {
"c2jName" : "ByteMatchTuple",
"c2jShape" : "ByteMatchTuple",
"deprecated" : 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
.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withByteMatchTuple",
"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
.*/",
"getterMethodName" : "getByteMatchTuple",
"getterModel" : {
"returnType" : "ByteMatchTuple",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ByteMatchTuple",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ByteMatchTuple",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ByteMatchTuple",
"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
.*/",
"setterMethodName" : "setByteMatchTuple",
"setterModel" : {
"variableDeclarationType" : "ByteMatchTuple",
"variableName" : "byteMatchTuple",
"variableType" : "ByteMatchTuple",
"documentation" : "",
"simpleType" : "ByteMatchTuple",
"variableSetterType" : "ByteMatchTuple"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ByteMatchTuple",
"variableName" : "byteMatchTuple",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Action", "ByteMatchTuple" ],
"shapeName" : "ByteMatchSetUpdate",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ByteMatchSetUpdate",
"variableName" : "byteMatchSetUpdate",
"variableType" : "ByteMatchSetUpdate",
"documentation" : null,
"simpleType" : "ByteMatchSetUpdate",
"variableSetterType" : "ByteMatchSetUpdate"
},
"wrapper" : false
},
"ByteMatchTuple" : {
"c2jName" : "ByteMatchTuple",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"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.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "FieldToMatch",
"c2jShape" : "FieldToMatch",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withFieldToMatch",
"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.*/",
"getterMethodName" : "getFieldToMatch",
"getterModel" : {
"returnType" : "FieldToMatch",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "FieldToMatch",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FieldToMatch",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "FieldToMatch",
"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.*/",
"setterMethodName" : "setFieldToMatch",
"setterModel" : {
"variableDeclarationType" : "FieldToMatch",
"variableName" : "fieldToMatch",
"variableType" : "FieldToMatch",
"documentation" : "",
"simpleType" : "FieldToMatch",
"variableSetterType" : "FieldToMatch"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "FieldToMatch",
"variableName" : "fieldToMatch",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "TargetString",
"c2jShape" : "ByteMatchTargetString",
"deprecated" : 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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withTargetString",
"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.*/",
"getterMethodName" : "getTargetString",
"getterModel" : {
"returnType" : "java.nio.ByteBuffer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TargetString",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TargetString",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TargetString",
"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.*/",
"setterMethodName" : "setTargetString",
"setterModel" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "targetString",
"variableType" : "java.nio.ByteBuffer",
"documentation" : "",
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "targetString",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "TextTransformation",
"c2jShape" : "TextTransformation",
"deprecated" : 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.
",
"enumType" : "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*/",
"fluentSetterMethodName" : "withTextTransformation",
"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*/",
"getterMethodName" : "getTextTransformation",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TextTransformation",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TextTransformation",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TextTransformation",
"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*/",
"setterMethodName" : "setTextTransformation",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "textTransformation",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "textTransformation",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "PositionalConstraint",
"c2jShape" : "PositionalConstraint",
"deprecated" : 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.
",
"enumType" : "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*/",
"fluentSetterMethodName" : "withPositionalConstraint",
"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*/",
"getterMethodName" : "getPositionalConstraint",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PositionalConstraint",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PositionalConstraint",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PositionalConstraint",
"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*/",
"setterMethodName" : "setPositionalConstraint",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "positionalConstraint",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "positionalConstraint",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"FieldToMatch" : {
"c2jName" : "FieldToMatch",
"c2jShape" : "FieldToMatch",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withFieldToMatch",
"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.*/",
"getterMethodName" : "getFieldToMatch",
"getterModel" : {
"returnType" : "FieldToMatch",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "FieldToMatch",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FieldToMatch",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "FieldToMatch",
"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.*/",
"setterMethodName" : "setFieldToMatch",
"setterModel" : {
"variableDeclarationType" : "FieldToMatch",
"variableName" : "fieldToMatch",
"variableType" : "FieldToMatch",
"documentation" : "",
"simpleType" : "FieldToMatch",
"variableSetterType" : "FieldToMatch"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "FieldToMatch",
"variableName" : "fieldToMatch",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"PositionalConstraint" : {
"c2jName" : "PositionalConstraint",
"c2jShape" : "PositionalConstraint",
"deprecated" : 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.
",
"enumType" : "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*/",
"fluentSetterMethodName" : "withPositionalConstraint",
"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*/",
"getterMethodName" : "getPositionalConstraint",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PositionalConstraint",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PositionalConstraint",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PositionalConstraint",
"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*/",
"setterMethodName" : "setPositionalConstraint",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "positionalConstraint",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "positionalConstraint",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"TargetString" : {
"c2jName" : "TargetString",
"c2jShape" : "ByteMatchTargetString",
"deprecated" : 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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withTargetString",
"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.*/",
"getterMethodName" : "getTargetString",
"getterModel" : {
"returnType" : "java.nio.ByteBuffer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TargetString",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TargetString",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TargetString",
"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.*/",
"setterMethodName" : "setTargetString",
"setterModel" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "targetString",
"variableType" : "java.nio.ByteBuffer",
"documentation" : "",
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "targetString",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"TextTransformation" : {
"c2jName" : "TextTransformation",
"c2jShape" : "TextTransformation",
"deprecated" : 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.
",
"enumType" : "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*/",
"fluentSetterMethodName" : "withTextTransformation",
"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*/",
"getterMethodName" : "getTextTransformation",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TextTransformation",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TextTransformation",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TextTransformation",
"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*/",
"setterMethodName" : "setTextTransformation",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "textTransformation",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "textTransformation",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "FieldToMatch", "TargetString", "TextTransformation", "PositionalConstraint" ],
"shapeName" : "ByteMatchTuple",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ByteMatchTuple",
"variableName" : "byteMatchTuple",
"variableType" : "ByteMatchTuple",
"documentation" : null,
"simpleType" : "ByteMatchTuple",
"variableSetterType" : "ByteMatchTuple"
},
"wrapper" : false
},
"ChangeAction" : {
"c2jName" : "ChangeAction",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "INSERT",
"value" : "INSERT"
}, {
"name" : "DELETE",
"value" : "DELETE"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ChangeAction",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ChangeAction",
"variableName" : "changeAction",
"variableType" : "ChangeAction",
"documentation" : null,
"simpleType" : "ChangeAction",
"variableSetterType" : "ChangeAction"
},
"wrapper" : false
},
"ChangeTokenStatus" : {
"c2jName" : "ChangeTokenStatus",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "PROVISIONED",
"value" : "PROVISIONED"
}, {
"name" : "PENDING",
"value" : "PENDING"
}, {
"name" : "INSYNC",
"value" : "INSYNC"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ChangeTokenStatus",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ChangeTokenStatus",
"variableName" : "changeTokenStatus",
"variableType" : "ChangeTokenStatus",
"documentation" : null,
"simpleType" : "ChangeTokenStatus",
"variableSetterType" : "ChangeTokenStatus"
},
"wrapper" : false
},
"ComparisonOperator" : {
"c2jName" : "ComparisonOperator",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"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"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ComparisonOperator",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ComparisonOperator",
"variableName" : "comparisonOperator",
"variableType" : "ComparisonOperator",
"documentation" : null,
"simpleType" : "ComparisonOperator",
"variableSetterType" : "ComparisonOperator"
},
"wrapper" : false
},
"CreateByteMatchSetRequest" : {
"c2jName" : "CreateByteMatchSetRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateByteMatchSet",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSWAF_20150824.CreateByteMatchSet",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "Name",
"c2jShape" : "ResourceName",
"deprecated" : false,
"documentation" : "A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withName",
"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
.*/",
"getterMethodName" : "getName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"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
.*/",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChangeToken" : {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"c2jName" : "Name",
"c2jShape" : "ResourceName",
"deprecated" : false,
"documentation" : "A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withName",
"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
.*/",
"getterMethodName" : "getName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"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
.*/",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Name", "ChangeToken" ],
"shapeName" : "CreateByteMatchSetRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateByteMatchSetRequest",
"variableName" : "createByteMatchSetRequest",
"variableType" : "CreateByteMatchSetRequest",
"documentation" : null,
"simpleType" : "CreateByteMatchSetRequest",
"variableSetterType" : "CreateByteMatchSetRequest"
},
"wrapper" : false
},
"CreateByteMatchSetResult" : {
"c2jName" : "CreateByteMatchSetResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ByteMatchSet",
"c2jShape" : "ByteMatchSet",
"deprecated" : false,
"documentation" : "A ByteMatchSet that contains no ByteMatchTuple
objects.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withByteMatchSet",
"getterDocumentation" : "/**A ByteMatchSet that contains no ByteMatchTuple
objects.
\n@return A ByteMatchSet that contains no ByteMatchTuple
objects.*/",
"getterMethodName" : "getByteMatchSet",
"getterModel" : {
"returnType" : "ByteMatchSet",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ByteMatchSet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ByteMatchSet",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ByteMatchSet",
"setterDocumentation" : "/**A ByteMatchSet that contains no ByteMatchTuple
objects.
\n@param byteMatchSet A ByteMatchSet that contains no ByteMatchTuple
objects.*/",
"setterMethodName" : "setByteMatchSet",
"setterModel" : {
"variableDeclarationType" : "ByteMatchSet",
"variableName" : "byteMatchSet",
"variableType" : "ByteMatchSet",
"documentation" : "",
"simpleType" : "ByteMatchSet",
"variableSetterType" : "ByteMatchSet"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ByteMatchSet",
"variableName" : "byteMatchSet",
"variableType" : "ByteMatchSet",
"documentation" : "A ByteMatchSet that contains no ByteMatchTuple
objects.
",
"simpleType" : "ByteMatchSet",
"variableSetterType" : "ByteMatchSet"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : 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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"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.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"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.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ByteMatchSet" : {
"c2jName" : "ByteMatchSet",
"c2jShape" : "ByteMatchSet",
"deprecated" : false,
"documentation" : "A ByteMatchSet that contains no ByteMatchTuple
objects.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withByteMatchSet",
"getterDocumentation" : "/**A ByteMatchSet that contains no ByteMatchTuple
objects.
\n@return A ByteMatchSet that contains no ByteMatchTuple
objects.*/",
"getterMethodName" : "getByteMatchSet",
"getterModel" : {
"returnType" : "ByteMatchSet",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ByteMatchSet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ByteMatchSet",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ByteMatchSet",
"setterDocumentation" : "/**A ByteMatchSet that contains no ByteMatchTuple
objects.
\n@param byteMatchSet A ByteMatchSet that contains no ByteMatchTuple
objects.*/",
"setterMethodName" : "setByteMatchSet",
"setterModel" : {
"variableDeclarationType" : "ByteMatchSet",
"variableName" : "byteMatchSet",
"variableType" : "ByteMatchSet",
"documentation" : "",
"simpleType" : "ByteMatchSet",
"variableSetterType" : "ByteMatchSet"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ByteMatchSet",
"variableName" : "byteMatchSet",
"variableType" : "ByteMatchSet",
"documentation" : "A ByteMatchSet that contains no ByteMatchTuple
objects.
",
"simpleType" : "ByteMatchSet",
"variableSetterType" : "ByteMatchSet"
},
"xmlNameSpaceUri" : null
},
"ChangeToken" : {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : 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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"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.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"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.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateByteMatchSetResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateByteMatchSetResult",
"variableName" : "createByteMatchSetResult",
"variableType" : "CreateByteMatchSetResult",
"documentation" : null,
"simpleType" : "CreateByteMatchSetResult",
"variableSetterType" : "CreateByteMatchSetResult"
},
"wrapper" : false
},
"CreateIPSetRequest" : {
"c2jName" : "CreateIPSetRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateIPSet",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSWAF_20150824.CreateIPSet",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "Name",
"c2jShape" : "ResourceName",
"deprecated" : false,
"documentation" : "A friendly name or description of the IPSet. You can't change Name
after you create the IPSet
.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withName",
"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
.*/",
"getterMethodName" : "getName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"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
.*/",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "A friendly name or description of the IPSet. You can't change Name
after you create the IPSet
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChangeToken" : {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"c2jName" : "Name",
"c2jShape" : "ResourceName",
"deprecated" : false,
"documentation" : "A friendly name or description of the IPSet. You can't change Name
after you create the IPSet
.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withName",
"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
.*/",
"getterMethodName" : "getName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"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
.*/",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "A friendly name or description of the IPSet. You can't change Name
after you create the IPSet
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Name", "ChangeToken" ],
"shapeName" : "CreateIPSetRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateIPSetRequest",
"variableName" : "createIPSetRequest",
"variableType" : "CreateIPSetRequest",
"documentation" : null,
"simpleType" : "CreateIPSetRequest",
"variableSetterType" : "CreateIPSetRequest"
},
"wrapper" : false
},
"CreateIPSetResult" : {
"c2jName" : "CreateIPSetResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "IPSet",
"c2jShape" : "IPSet",
"deprecated" : false,
"documentation" : "The IPSet returned in the CreateIPSet
response.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withIPSet",
"getterDocumentation" : "/**The IPSet returned in the CreateIPSet
response.
\n@return The IPSet returned in the CreateIPSet
response.*/",
"getterMethodName" : "getIPSet",
"getterModel" : {
"returnType" : "IPSet",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "IPSet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IPSet",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IPSet",
"setterDocumentation" : "/**The IPSet returned in the CreateIPSet
response.
\n@param iPSet The IPSet returned in the CreateIPSet
response.*/",
"setterMethodName" : "setIPSet",
"setterModel" : {
"variableDeclarationType" : "IPSet",
"variableName" : "iPSet",
"variableType" : "IPSet",
"documentation" : "",
"simpleType" : "IPSet",
"variableSetterType" : "IPSet"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "IPSet",
"variableName" : "iPSet",
"variableType" : "IPSet",
"documentation" : "The IPSet returned in the CreateIPSet
response.
",
"simpleType" : "IPSet",
"variableSetterType" : "IPSet"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : 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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"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.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"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.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChangeToken" : {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : 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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"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.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"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.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"IPSet" : {
"c2jName" : "IPSet",
"c2jShape" : "IPSet",
"deprecated" : false,
"documentation" : "The IPSet returned in the CreateIPSet
response.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withIPSet",
"getterDocumentation" : "/**The IPSet returned in the CreateIPSet
response.
\n@return The IPSet returned in the CreateIPSet
response.*/",
"getterMethodName" : "getIPSet",
"getterModel" : {
"returnType" : "IPSet",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "IPSet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IPSet",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IPSet",
"setterDocumentation" : "/**The IPSet returned in the CreateIPSet
response.
\n@param iPSet The IPSet returned in the CreateIPSet
response.*/",
"setterMethodName" : "setIPSet",
"setterModel" : {
"variableDeclarationType" : "IPSet",
"variableName" : "iPSet",
"variableType" : "IPSet",
"documentation" : "",
"simpleType" : "IPSet",
"variableSetterType" : "IPSet"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "IPSet",
"variableName" : "iPSet",
"variableType" : "IPSet",
"documentation" : "The IPSet returned in the CreateIPSet
response.
",
"simpleType" : "IPSet",
"variableSetterType" : "IPSet"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateIPSetResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateIPSetResult",
"variableName" : "createIPSetResult",
"variableType" : "CreateIPSetResult",
"documentation" : null,
"simpleType" : "CreateIPSetResult",
"variableSetterType" : "CreateIPSetResult"
},
"wrapper" : false
},
"CreateRuleRequest" : {
"c2jName" : "CreateRuleRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateRule",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSWAF_20150824.CreateRule",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "Name",
"c2jShape" : "ResourceName",
"deprecated" : false,
"documentation" : "A friendly name or description of the Rule. You can't change the name of a Rule
after you create it.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withName",
"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.*/",
"getterMethodName" : "getName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"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.*/",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "MetricName",
"c2jShape" : "MetricName",
"deprecated" : 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
.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withMetricName",
"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
.*/",
"getterMethodName" : "getMetricName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "MetricName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MetricName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MetricName",
"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
.*/",
"setterMethodName" : "setMetricName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "metricName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "metricName",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChangeToken" : {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"MetricName" : {
"c2jName" : "MetricName",
"c2jShape" : "MetricName",
"deprecated" : 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
.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withMetricName",
"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
.*/",
"getterMethodName" : "getMetricName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "MetricName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MetricName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MetricName",
"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
.*/",
"setterMethodName" : "setMetricName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "metricName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "metricName",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"c2jName" : "Name",
"c2jShape" : "ResourceName",
"deprecated" : false,
"documentation" : "A friendly name or description of the Rule. You can't change the name of a Rule
after you create it.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withName",
"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.*/",
"getterMethodName" : "getName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"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.*/",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Name", "MetricName", "ChangeToken" ],
"shapeName" : "CreateRuleRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateRuleRequest",
"variableName" : "createRuleRequest",
"variableType" : "CreateRuleRequest",
"documentation" : null,
"simpleType" : "CreateRuleRequest",
"variableSetterType" : "CreateRuleRequest"
},
"wrapper" : false
},
"CreateRuleResult" : {
"c2jName" : "CreateRuleResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Rule",
"c2jShape" : "Rule",
"deprecated" : false,
"documentation" : "The Rule returned in the CreateRule
response.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withRule",
"getterDocumentation" : "/**The Rule returned in the CreateRule
response.
\n@return The Rule returned in the CreateRule
response.*/",
"getterMethodName" : "getRule",
"getterModel" : {
"returnType" : "Rule",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Rule",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Rule",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Rule",
"setterDocumentation" : "/**The Rule returned in the CreateRule
response.
\n@param rule The Rule returned in the CreateRule
response.*/",
"setterMethodName" : "setRule",
"setterModel" : {
"variableDeclarationType" : "Rule",
"variableName" : "rule",
"variableType" : "Rule",
"documentation" : "",
"simpleType" : "Rule",
"variableSetterType" : "Rule"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "Rule",
"variableName" : "rule",
"variableType" : "Rule",
"documentation" : "The Rule returned in the CreateRule
response.
",
"simpleType" : "Rule",
"variableSetterType" : "Rule"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : 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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"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.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"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.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChangeToken" : {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : 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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"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.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"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.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"Rule" : {
"c2jName" : "Rule",
"c2jShape" : "Rule",
"deprecated" : false,
"documentation" : "The Rule returned in the CreateRule
response.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withRule",
"getterDocumentation" : "/**The Rule returned in the CreateRule
response.
\n@return The Rule returned in the CreateRule
response.*/",
"getterMethodName" : "getRule",
"getterModel" : {
"returnType" : "Rule",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Rule",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Rule",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Rule",
"setterDocumentation" : "/**The Rule returned in the CreateRule
response.
\n@param rule The Rule returned in the CreateRule
response.*/",
"setterMethodName" : "setRule",
"setterModel" : {
"variableDeclarationType" : "Rule",
"variableName" : "rule",
"variableType" : "Rule",
"documentation" : "",
"simpleType" : "Rule",
"variableSetterType" : "Rule"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "Rule",
"variableName" : "rule",
"variableType" : "Rule",
"documentation" : "The Rule returned in the CreateRule
response.
",
"simpleType" : "Rule",
"variableSetterType" : "Rule"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateRuleResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateRuleResult",
"variableName" : "createRuleResult",
"variableType" : "CreateRuleResult",
"documentation" : null,
"simpleType" : "CreateRuleResult",
"variableSetterType" : "CreateRuleResult"
},
"wrapper" : false
},
"CreateSizeConstraintSetRequest" : {
"c2jName" : "CreateSizeConstraintSetRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateSizeConstraintSet",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSWAF_20150824.CreateSizeConstraintSet",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "Name",
"c2jShape" : "ResourceName",
"deprecated" : false,
"documentation" : "A friendly name or description of the SizeConstraintSet. You can't change Name
after you create a SizeConstraintSet
.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withName",
"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
.*/",
"getterMethodName" : "getName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"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
.*/",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "A friendly name or description of the SizeConstraintSet. You can't change Name
after you create a SizeConstraintSet
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChangeToken" : {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"c2jName" : "Name",
"c2jShape" : "ResourceName",
"deprecated" : false,
"documentation" : "A friendly name or description of the SizeConstraintSet. You can't change Name
after you create a SizeConstraintSet
.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withName",
"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
.*/",
"getterMethodName" : "getName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"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
.*/",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "A friendly name or description of the SizeConstraintSet. You can't change Name
after you create a SizeConstraintSet
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Name", "ChangeToken" ],
"shapeName" : "CreateSizeConstraintSetRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateSizeConstraintSetRequest",
"variableName" : "createSizeConstraintSetRequest",
"variableType" : "CreateSizeConstraintSetRequest",
"documentation" : null,
"simpleType" : "CreateSizeConstraintSetRequest",
"variableSetterType" : "CreateSizeConstraintSetRequest"
},
"wrapper" : false
},
"CreateSizeConstraintSetResult" : {
"c2jName" : "CreateSizeConstraintSetResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "SizeConstraintSet",
"c2jShape" : "SizeConstraintSet",
"deprecated" : false,
"documentation" : "A SizeConstraintSet that contains no SizeConstraint
objects.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withSizeConstraintSet",
"getterDocumentation" : "/**A SizeConstraintSet that contains no SizeConstraint
objects.
\n@return A SizeConstraintSet that contains no SizeConstraint
objects.*/",
"getterMethodName" : "getSizeConstraintSet",
"getterModel" : {
"returnType" : "SizeConstraintSet",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SizeConstraintSet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SizeConstraintSet",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SizeConstraintSet",
"setterDocumentation" : "/**A SizeConstraintSet that contains no SizeConstraint
objects.
\n@param sizeConstraintSet A SizeConstraintSet that contains no SizeConstraint
objects.*/",
"setterMethodName" : "setSizeConstraintSet",
"setterModel" : {
"variableDeclarationType" : "SizeConstraintSet",
"variableName" : "sizeConstraintSet",
"variableType" : "SizeConstraintSet",
"documentation" : "",
"simpleType" : "SizeConstraintSet",
"variableSetterType" : "SizeConstraintSet"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "SizeConstraintSet",
"variableName" : "sizeConstraintSet",
"variableType" : "SizeConstraintSet",
"documentation" : "A SizeConstraintSet that contains no SizeConstraint
objects.
",
"simpleType" : "SizeConstraintSet",
"variableSetterType" : "SizeConstraintSet"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : 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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"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.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"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.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChangeToken" : {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : 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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"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.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"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.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"SizeConstraintSet" : {
"c2jName" : "SizeConstraintSet",
"c2jShape" : "SizeConstraintSet",
"deprecated" : false,
"documentation" : "A SizeConstraintSet that contains no SizeConstraint
objects.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withSizeConstraintSet",
"getterDocumentation" : "/**A SizeConstraintSet that contains no SizeConstraint
objects.
\n@return A SizeConstraintSet that contains no SizeConstraint
objects.*/",
"getterMethodName" : "getSizeConstraintSet",
"getterModel" : {
"returnType" : "SizeConstraintSet",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SizeConstraintSet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SizeConstraintSet",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SizeConstraintSet",
"setterDocumentation" : "/**A SizeConstraintSet that contains no SizeConstraint
objects.
\n@param sizeConstraintSet A SizeConstraintSet that contains no SizeConstraint
objects.*/",
"setterMethodName" : "setSizeConstraintSet",
"setterModel" : {
"variableDeclarationType" : "SizeConstraintSet",
"variableName" : "sizeConstraintSet",
"variableType" : "SizeConstraintSet",
"documentation" : "",
"simpleType" : "SizeConstraintSet",
"variableSetterType" : "SizeConstraintSet"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "SizeConstraintSet",
"variableName" : "sizeConstraintSet",
"variableType" : "SizeConstraintSet",
"documentation" : "A SizeConstraintSet that contains no SizeConstraint
objects.
",
"simpleType" : "SizeConstraintSet",
"variableSetterType" : "SizeConstraintSet"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateSizeConstraintSetResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateSizeConstraintSetResult",
"variableName" : "createSizeConstraintSetResult",
"variableType" : "CreateSizeConstraintSetResult",
"documentation" : null,
"simpleType" : "CreateSizeConstraintSetResult",
"variableSetterType" : "CreateSizeConstraintSetResult"
},
"wrapper" : false
},
"CreateSqlInjectionMatchSetRequest" : {
"c2jName" : "CreateSqlInjectionMatchSetRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "A request to create a SqlInjectionMatchSet.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateSqlInjectionMatchSet",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSWAF_20150824.CreateSqlInjectionMatchSet",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "Name",
"c2jShape" : "ResourceName",
"deprecated" : false,
"documentation" : "A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change Name
after you create the SqlInjectionMatchSet
.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withName",
"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
.*/",
"getterMethodName" : "getName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"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
.*/",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChangeToken" : {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"c2jName" : "Name",
"c2jShape" : "ResourceName",
"deprecated" : false,
"documentation" : "A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change Name
after you create the SqlInjectionMatchSet
.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withName",
"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
.*/",
"getterMethodName" : "getName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"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
.*/",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Name", "ChangeToken" ],
"shapeName" : "CreateSqlInjectionMatchSetRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateSqlInjectionMatchSetRequest",
"variableName" : "createSqlInjectionMatchSetRequest",
"variableType" : "CreateSqlInjectionMatchSetRequest",
"documentation" : null,
"simpleType" : "CreateSqlInjectionMatchSetRequest",
"variableSetterType" : "CreateSqlInjectionMatchSetRequest"
},
"wrapper" : false
},
"CreateSqlInjectionMatchSetResult" : {
"c2jName" : "CreateSqlInjectionMatchSetResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The response to a CreateSqlInjectionMatchSet
request.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "SqlInjectionMatchSet",
"c2jShape" : "SqlInjectionMatchSet",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param sqlInjectionMatchSet A SqlInjectionMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSqlInjectionMatchSet",
"getterDocumentation" : "/**\n@return A SqlInjectionMatchSet.*/",
"getterMethodName" : "getSqlInjectionMatchSet",
"getterModel" : {
"returnType" : "SqlInjectionMatchSet",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SqlInjectionMatchSet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SqlInjectionMatchSet",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SqlInjectionMatchSet",
"setterDocumentation" : "/**\n@param sqlInjectionMatchSet A SqlInjectionMatchSet.*/",
"setterMethodName" : "setSqlInjectionMatchSet",
"setterModel" : {
"variableDeclarationType" : "SqlInjectionMatchSet",
"variableName" : "sqlInjectionMatchSet",
"variableType" : "SqlInjectionMatchSet",
"documentation" : "",
"simpleType" : "SqlInjectionMatchSet",
"variableSetterType" : "SqlInjectionMatchSet"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param sqlInjectionMatchSet A SqlInjectionMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "SqlInjectionMatchSet",
"variableName" : "sqlInjectionMatchSet",
"variableType" : "SqlInjectionMatchSet",
"documentation" : "",
"simpleType" : "SqlInjectionMatchSet",
"variableSetterType" : "SqlInjectionMatchSet"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : 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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"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.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"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.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChangeToken" : {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : 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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"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.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"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.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"SqlInjectionMatchSet" : {
"c2jName" : "SqlInjectionMatchSet",
"c2jShape" : "SqlInjectionMatchSet",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param sqlInjectionMatchSet A SqlInjectionMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSqlInjectionMatchSet",
"getterDocumentation" : "/**\n@return A SqlInjectionMatchSet.*/",
"getterMethodName" : "getSqlInjectionMatchSet",
"getterModel" : {
"returnType" : "SqlInjectionMatchSet",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SqlInjectionMatchSet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SqlInjectionMatchSet",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SqlInjectionMatchSet",
"setterDocumentation" : "/**\n@param sqlInjectionMatchSet A SqlInjectionMatchSet.*/",
"setterMethodName" : "setSqlInjectionMatchSet",
"setterModel" : {
"variableDeclarationType" : "SqlInjectionMatchSet",
"variableName" : "sqlInjectionMatchSet",
"variableType" : "SqlInjectionMatchSet",
"documentation" : "",
"simpleType" : "SqlInjectionMatchSet",
"variableSetterType" : "SqlInjectionMatchSet"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param sqlInjectionMatchSet A SqlInjectionMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "SqlInjectionMatchSet",
"variableName" : "sqlInjectionMatchSet",
"variableType" : "SqlInjectionMatchSet",
"documentation" : "",
"simpleType" : "SqlInjectionMatchSet",
"variableSetterType" : "SqlInjectionMatchSet"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateSqlInjectionMatchSetResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateSqlInjectionMatchSetResult",
"variableName" : "createSqlInjectionMatchSetResult",
"variableType" : "CreateSqlInjectionMatchSetResult",
"documentation" : null,
"simpleType" : "CreateSqlInjectionMatchSetResult",
"variableSetterType" : "CreateSqlInjectionMatchSetResult"
},
"wrapper" : false
},
"CreateWebACLRequest" : {
"c2jName" : "CreateWebACLRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateWebACL",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSWAF_20150824.CreateWebACL",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "Name",
"c2jShape" : "ResourceName",
"deprecated" : false,
"documentation" : "A friendly name or description of the WebACL. You can't change Name
after you create the WebACL
.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withName",
"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
.*/",
"getterMethodName" : "getName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"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
.*/",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "A friendly name or description of the WebACL. You can't change Name
after you create the WebACL
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "MetricName",
"c2jShape" : "MetricName",
"deprecated" : 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
.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withMetricName",
"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
.*/",
"getterMethodName" : "getMetricName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "MetricName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MetricName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MetricName",
"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
.*/",
"setterMethodName" : "setMetricName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "metricName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "metricName",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "DefaultAction",
"c2jShape" : "WafAction",
"deprecated" : 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
.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withDefaultAction",
"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
.*/",
"getterMethodName" : "getDefaultAction",
"getterModel" : {
"returnType" : "WafAction",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DefaultAction",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DefaultAction",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DefaultAction",
"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
.*/",
"setterMethodName" : "setDefaultAction",
"setterModel" : {
"variableDeclarationType" : "WafAction",
"variableName" : "defaultAction",
"variableType" : "WafAction",
"documentation" : "",
"simpleType" : "WafAction",
"variableSetterType" : "WafAction"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "WafAction",
"variableName" : "defaultAction",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChangeToken" : {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"DefaultAction" : {
"c2jName" : "DefaultAction",
"c2jShape" : "WafAction",
"deprecated" : 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
.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withDefaultAction",
"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
.*/",
"getterMethodName" : "getDefaultAction",
"getterModel" : {
"returnType" : "WafAction",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DefaultAction",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DefaultAction",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DefaultAction",
"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
.*/",
"setterMethodName" : "setDefaultAction",
"setterModel" : {
"variableDeclarationType" : "WafAction",
"variableName" : "defaultAction",
"variableType" : "WafAction",
"documentation" : "",
"simpleType" : "WafAction",
"variableSetterType" : "WafAction"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "WafAction",
"variableName" : "defaultAction",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"MetricName" : {
"c2jName" : "MetricName",
"c2jShape" : "MetricName",
"deprecated" : 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
.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withMetricName",
"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
.*/",
"getterMethodName" : "getMetricName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "MetricName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MetricName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MetricName",
"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
.*/",
"setterMethodName" : "setMetricName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "metricName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "metricName",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"c2jName" : "Name",
"c2jShape" : "ResourceName",
"deprecated" : false,
"documentation" : "A friendly name or description of the WebACL. You can't change Name
after you create the WebACL
.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withName",
"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
.*/",
"getterMethodName" : "getName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"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
.*/",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "A friendly name or description of the WebACL. You can't change Name
after you create the WebACL
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Name", "MetricName", "DefaultAction", "ChangeToken" ],
"shapeName" : "CreateWebACLRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateWebACLRequest",
"variableName" : "createWebACLRequest",
"variableType" : "CreateWebACLRequest",
"documentation" : null,
"simpleType" : "CreateWebACLRequest",
"variableSetterType" : "CreateWebACLRequest"
},
"wrapper" : false
},
"CreateWebACLResult" : {
"c2jName" : "CreateWebACLResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "WebACL",
"c2jShape" : "WebACL",
"deprecated" : false,
"documentation" : "The WebACL returned in the CreateWebACL
response.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withWebACL",
"getterDocumentation" : "/**The WebACL returned in the CreateWebACL
response.
\n@return The WebACL returned in the CreateWebACL
response.*/",
"getterMethodName" : "getWebACL",
"getterModel" : {
"returnType" : "WebACL",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "WebACL",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "WebACL",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WebACL",
"setterDocumentation" : "/**The WebACL returned in the CreateWebACL
response.
\n@param webACL The WebACL returned in the CreateWebACL
response.*/",
"setterMethodName" : "setWebACL",
"setterModel" : {
"variableDeclarationType" : "WebACL",
"variableName" : "webACL",
"variableType" : "WebACL",
"documentation" : "",
"simpleType" : "WebACL",
"variableSetterType" : "WebACL"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "WebACL",
"variableName" : "webACL",
"variableType" : "WebACL",
"documentation" : "The WebACL returned in the CreateWebACL
response.
",
"simpleType" : "WebACL",
"variableSetterType" : "WebACL"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : 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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"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.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"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.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChangeToken" : {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : 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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"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.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"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.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"WebACL" : {
"c2jName" : "WebACL",
"c2jShape" : "WebACL",
"deprecated" : false,
"documentation" : "The WebACL returned in the CreateWebACL
response.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withWebACL",
"getterDocumentation" : "/**The WebACL returned in the CreateWebACL
response.
\n@return The WebACL returned in the CreateWebACL
response.*/",
"getterMethodName" : "getWebACL",
"getterModel" : {
"returnType" : "WebACL",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "WebACL",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "WebACL",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WebACL",
"setterDocumentation" : "/**The WebACL returned in the CreateWebACL
response.
\n@param webACL The WebACL returned in the CreateWebACL
response.*/",
"setterMethodName" : "setWebACL",
"setterModel" : {
"variableDeclarationType" : "WebACL",
"variableName" : "webACL",
"variableType" : "WebACL",
"documentation" : "",
"simpleType" : "WebACL",
"variableSetterType" : "WebACL"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "WebACL",
"variableName" : "webACL",
"variableType" : "WebACL",
"documentation" : "The WebACL returned in the CreateWebACL
response.
",
"simpleType" : "WebACL",
"variableSetterType" : "WebACL"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateWebACLResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateWebACLResult",
"variableName" : "createWebACLResult",
"variableType" : "CreateWebACLResult",
"documentation" : null,
"simpleType" : "CreateWebACLResult",
"variableSetterType" : "CreateWebACLResult"
},
"wrapper" : false
},
"CreateXssMatchSetRequest" : {
"c2jName" : "CreateXssMatchSetRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "A request to create an XssMatchSet.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateXssMatchSet",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSWAF_20150824.CreateXssMatchSet",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "Name",
"c2jShape" : "ResourceName",
"deprecated" : false,
"documentation" : "A friendly name or description for the XssMatchSet that you're creating. You can't change Name
after you create the XssMatchSet
.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withName",
"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
.*/",
"getterMethodName" : "getName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"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
.*/",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChangeToken" : {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"c2jName" : "Name",
"c2jShape" : "ResourceName",
"deprecated" : false,
"documentation" : "A friendly name or description for the XssMatchSet that you're creating. You can't change Name
after you create the XssMatchSet
.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withName",
"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
.*/",
"getterMethodName" : "getName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"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
.*/",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Name", "ChangeToken" ],
"shapeName" : "CreateXssMatchSetRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateXssMatchSetRequest",
"variableName" : "createXssMatchSetRequest",
"variableType" : "CreateXssMatchSetRequest",
"documentation" : null,
"simpleType" : "CreateXssMatchSetRequest",
"variableSetterType" : "CreateXssMatchSetRequest"
},
"wrapper" : false
},
"CreateXssMatchSetResult" : {
"c2jName" : "CreateXssMatchSetResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The response to a CreateXssMatchSet
request.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "XssMatchSet",
"c2jShape" : "XssMatchSet",
"deprecated" : false,
"documentation" : "An XssMatchSet.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**An XssMatchSet.
\n@param xssMatchSet An XssMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withXssMatchSet",
"getterDocumentation" : "/**An XssMatchSet.
\n@return An XssMatchSet.*/",
"getterMethodName" : "getXssMatchSet",
"getterModel" : {
"returnType" : "XssMatchSet",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "XssMatchSet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "XssMatchSet",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "XssMatchSet",
"setterDocumentation" : "/**An XssMatchSet.
\n@param xssMatchSet An XssMatchSet.*/",
"setterMethodName" : "setXssMatchSet",
"setterModel" : {
"variableDeclarationType" : "XssMatchSet",
"variableName" : "xssMatchSet",
"variableType" : "XssMatchSet",
"documentation" : "",
"simpleType" : "XssMatchSet",
"variableSetterType" : "XssMatchSet"
},
"simple" : false,
"varargSetterDocumentation" : "/**An XssMatchSet.
\n@param xssMatchSet An XssMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "XssMatchSet",
"variableName" : "xssMatchSet",
"variableType" : "XssMatchSet",
"documentation" : "An XssMatchSet.
",
"simpleType" : "XssMatchSet",
"variableSetterType" : "XssMatchSet"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : 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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"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.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"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.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChangeToken" : {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : 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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"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.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"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.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"XssMatchSet" : {
"c2jName" : "XssMatchSet",
"c2jShape" : "XssMatchSet",
"deprecated" : false,
"documentation" : "An XssMatchSet.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**An XssMatchSet.
\n@param xssMatchSet An XssMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withXssMatchSet",
"getterDocumentation" : "/**An XssMatchSet.
\n@return An XssMatchSet.*/",
"getterMethodName" : "getXssMatchSet",
"getterModel" : {
"returnType" : "XssMatchSet",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "XssMatchSet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "XssMatchSet",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "XssMatchSet",
"setterDocumentation" : "/**An XssMatchSet.
\n@param xssMatchSet An XssMatchSet.*/",
"setterMethodName" : "setXssMatchSet",
"setterModel" : {
"variableDeclarationType" : "XssMatchSet",
"variableName" : "xssMatchSet",
"variableType" : "XssMatchSet",
"documentation" : "",
"simpleType" : "XssMatchSet",
"variableSetterType" : "XssMatchSet"
},
"simple" : false,
"varargSetterDocumentation" : "/**An XssMatchSet.
\n@param xssMatchSet An XssMatchSet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "XssMatchSet",
"variableName" : "xssMatchSet",
"variableType" : "XssMatchSet",
"documentation" : "An XssMatchSet.
",
"simpleType" : "XssMatchSet",
"variableSetterType" : "XssMatchSet"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateXssMatchSetResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateXssMatchSetResult",
"variableName" : "createXssMatchSetResult",
"variableType" : "CreateXssMatchSetResult",
"documentation" : null,
"simpleType" : "CreateXssMatchSetResult",
"variableSetterType" : "CreateXssMatchSetResult"
},
"wrapper" : false
},
"DeleteByteMatchSetRequest" : {
"c2jName" : "DeleteByteMatchSetRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteByteMatchSet",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSWAF_20150824.DeleteByteMatchSet",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "ByteMatchSetId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The ByteMatchSetId
of the ByteMatchSet that you want to delete. ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withByteMatchSetId",
"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.*/",
"getterMethodName" : "getByteMatchSetId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ByteMatchSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ByteMatchSetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ByteMatchSetId",
"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.*/",
"setterMethodName" : "setByteMatchSetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "byteMatchSetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "byteMatchSetId",
"variableType" : "String",
"documentation" : "The ByteMatchSetId
of the ByteMatchSet that you want to delete. ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ByteMatchSetId" : {
"c2jName" : "ByteMatchSetId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The ByteMatchSetId
of the ByteMatchSet that you want to delete. ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withByteMatchSetId",
"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.*/",
"getterMethodName" : "getByteMatchSetId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ByteMatchSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ByteMatchSetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ByteMatchSetId",
"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.*/",
"setterMethodName" : "setByteMatchSetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "byteMatchSetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "byteMatchSetId",
"variableType" : "String",
"documentation" : "The ByteMatchSetId
of the ByteMatchSet that you want to delete. ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ChangeToken" : {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ByteMatchSetId", "ChangeToken" ],
"shapeName" : "DeleteByteMatchSetRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteByteMatchSetRequest",
"variableName" : "deleteByteMatchSetRequest",
"variableType" : "DeleteByteMatchSetRequest",
"documentation" : null,
"simpleType" : "DeleteByteMatchSetRequest",
"variableSetterType" : "DeleteByteMatchSetRequest"
},
"wrapper" : false
},
"DeleteByteMatchSetResult" : {
"c2jName" : "DeleteByteMatchSetResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"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.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"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.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChangeToken" : {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"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.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"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.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteByteMatchSetResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteByteMatchSetResult",
"variableName" : "deleteByteMatchSetResult",
"variableType" : "DeleteByteMatchSetResult",
"documentation" : null,
"simpleType" : "DeleteByteMatchSetResult",
"variableSetterType" : "DeleteByteMatchSetResult"
},
"wrapper" : false
},
"DeleteIPSetRequest" : {
"c2jName" : "DeleteIPSetRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteIPSet",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSWAF_20150824.DeleteIPSet",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "IPSetId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The IPSetId
of the IPSet that you want to delete. IPSetId
is returned by CreateIPSet and by ListIPSets.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withIPSetId",
"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.*/",
"getterMethodName" : "getIPSetId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "IPSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IPSetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IPSetId",
"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.*/",
"setterMethodName" : "setIPSetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "iPSetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "iPSetId",
"variableType" : "String",
"documentation" : "The IPSetId
of the IPSet that you want to delete. IPSetId
is returned by CreateIPSet and by ListIPSets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChangeToken" : {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"IPSetId" : {
"c2jName" : "IPSetId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The IPSetId
of the IPSet that you want to delete. IPSetId
is returned by CreateIPSet and by ListIPSets.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withIPSetId",
"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.*/",
"getterMethodName" : "getIPSetId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "IPSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IPSetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IPSetId",
"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.*/",
"setterMethodName" : "setIPSetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "iPSetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "iPSetId",
"variableType" : "String",
"documentation" : "The IPSetId
of the IPSet that you want to delete. IPSetId
is returned by CreateIPSet and by ListIPSets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "IPSetId", "ChangeToken" ],
"shapeName" : "DeleteIPSetRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteIPSetRequest",
"variableName" : "deleteIPSetRequest",
"variableType" : "DeleteIPSetRequest",
"documentation" : null,
"simpleType" : "DeleteIPSetRequest",
"variableSetterType" : "DeleteIPSetRequest"
},
"wrapper" : false
},
"DeleteIPSetResult" : {
"c2jName" : "DeleteIPSetResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"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.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"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.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChangeToken" : {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"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.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"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.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteIPSetResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteIPSetResult",
"variableName" : "deleteIPSetResult",
"variableType" : "DeleteIPSetResult",
"documentation" : null,
"simpleType" : "DeleteIPSetResult",
"variableSetterType" : "DeleteIPSetResult"
},
"wrapper" : false
},
"DeleteRuleRequest" : {
"c2jName" : "DeleteRuleRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteRule",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSWAF_20150824.DeleteRule",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "RuleId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The RuleId
of the Rule that you want to delete. RuleId
is returned by CreateRule and by ListRules.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withRuleId",
"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.*/",
"getterMethodName" : "getRuleId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RuleId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RuleId",
"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.*/",
"setterMethodName" : "setRuleId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleId",
"variableType" : "String",
"documentation" : "The RuleId
of the Rule that you want to delete. RuleId
is returned by CreateRule and by ListRules.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChangeToken" : {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RuleId" : {
"c2jName" : "RuleId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The RuleId
of the Rule that you want to delete. RuleId
is returned by CreateRule and by ListRules.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withRuleId",
"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.*/",
"getterMethodName" : "getRuleId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RuleId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RuleId",
"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.*/",
"setterMethodName" : "setRuleId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleId",
"variableType" : "String",
"documentation" : "The RuleId
of the Rule that you want to delete. RuleId
is returned by CreateRule and by ListRules.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "RuleId", "ChangeToken" ],
"shapeName" : "DeleteRuleRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteRuleRequest",
"variableName" : "deleteRuleRequest",
"variableType" : "DeleteRuleRequest",
"documentation" : null,
"simpleType" : "DeleteRuleRequest",
"variableSetterType" : "DeleteRuleRequest"
},
"wrapper" : false
},
"DeleteRuleResult" : {
"c2jName" : "DeleteRuleResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"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.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"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.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChangeToken" : {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"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.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"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.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteRuleResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteRuleResult",
"variableName" : "deleteRuleResult",
"variableType" : "DeleteRuleResult",
"documentation" : null,
"simpleType" : "DeleteRuleResult",
"variableSetterType" : "DeleteRuleResult"
},
"wrapper" : false
},
"DeleteSizeConstraintSetRequest" : {
"c2jName" : "DeleteSizeConstraintSetRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteSizeConstraintSet",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSWAF_20150824.DeleteSizeConstraintSet",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "SizeConstraintSetId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The SizeConstraintSetId
of the SizeConstraintSet that you want to delete. SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withSizeConstraintSetId",
"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.*/",
"getterMethodName" : "getSizeConstraintSetId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SizeConstraintSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SizeConstraintSetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SizeConstraintSetId",
"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.*/",
"setterMethodName" : "setSizeConstraintSetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sizeConstraintSetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sizeConstraintSetId",
"variableType" : "String",
"documentation" : "The SizeConstraintSetId
of the SizeConstraintSet that you want to delete. SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChangeToken" : {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SizeConstraintSetId" : {
"c2jName" : "SizeConstraintSetId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The SizeConstraintSetId
of the SizeConstraintSet that you want to delete. SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withSizeConstraintSetId",
"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.*/",
"getterMethodName" : "getSizeConstraintSetId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SizeConstraintSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SizeConstraintSetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SizeConstraintSetId",
"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.*/",
"setterMethodName" : "setSizeConstraintSetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sizeConstraintSetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sizeConstraintSetId",
"variableType" : "String",
"documentation" : "The SizeConstraintSetId
of the SizeConstraintSet that you want to delete. SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "SizeConstraintSetId", "ChangeToken" ],
"shapeName" : "DeleteSizeConstraintSetRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteSizeConstraintSetRequest",
"variableName" : "deleteSizeConstraintSetRequest",
"variableType" : "DeleteSizeConstraintSetRequest",
"documentation" : null,
"simpleType" : "DeleteSizeConstraintSetRequest",
"variableSetterType" : "DeleteSizeConstraintSetRequest"
},
"wrapper" : false
},
"DeleteSizeConstraintSetResult" : {
"c2jName" : "DeleteSizeConstraintSetResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"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.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"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.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChangeToken" : {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"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.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"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.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteSizeConstraintSetResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteSizeConstraintSetResult",
"variableName" : "deleteSizeConstraintSetResult",
"variableType" : "DeleteSizeConstraintSetResult",
"documentation" : null,
"simpleType" : "DeleteSizeConstraintSetResult",
"variableSetterType" : "DeleteSizeConstraintSetResult"
},
"wrapper" : false
},
"DeleteSqlInjectionMatchSetRequest" : {
"c2jName" : "DeleteSqlInjectionMatchSetRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "A request to delete a SqlInjectionMatchSet from AWS WAF.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteSqlInjectionMatchSet",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSWAF_20150824.DeleteSqlInjectionMatchSet",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "SqlInjectionMatchSetId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withSqlInjectionMatchSetId",
"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.*/",
"getterMethodName" : "getSqlInjectionMatchSetId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SqlInjectionMatchSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SqlInjectionMatchSetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SqlInjectionMatchSetId",
"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.*/",
"setterMethodName" : "setSqlInjectionMatchSetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sqlInjectionMatchSetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sqlInjectionMatchSetId",
"variableType" : "String",
"documentation" : "The SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChangeToken" : {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SqlInjectionMatchSetId" : {
"c2jName" : "SqlInjectionMatchSetId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withSqlInjectionMatchSetId",
"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.*/",
"getterMethodName" : "getSqlInjectionMatchSetId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SqlInjectionMatchSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SqlInjectionMatchSetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SqlInjectionMatchSetId",
"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.*/",
"setterMethodName" : "setSqlInjectionMatchSetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sqlInjectionMatchSetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sqlInjectionMatchSetId",
"variableType" : "String",
"documentation" : "The SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "SqlInjectionMatchSetId", "ChangeToken" ],
"shapeName" : "DeleteSqlInjectionMatchSetRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteSqlInjectionMatchSetRequest",
"variableName" : "deleteSqlInjectionMatchSetRequest",
"variableType" : "DeleteSqlInjectionMatchSetRequest",
"documentation" : null,
"simpleType" : "DeleteSqlInjectionMatchSetRequest",
"variableSetterType" : "DeleteSqlInjectionMatchSetRequest"
},
"wrapper" : false
},
"DeleteSqlInjectionMatchSetResult" : {
"c2jName" : "DeleteSqlInjectionMatchSetResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The response to a request to delete a SqlInjectionMatchSet from AWS WAF.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"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.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"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.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChangeToken" : {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"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.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"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.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteSqlInjectionMatchSetResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteSqlInjectionMatchSetResult",
"variableName" : "deleteSqlInjectionMatchSetResult",
"variableType" : "DeleteSqlInjectionMatchSetResult",
"documentation" : null,
"simpleType" : "DeleteSqlInjectionMatchSetResult",
"variableSetterType" : "DeleteSqlInjectionMatchSetResult"
},
"wrapper" : false
},
"DeleteWebACLRequest" : {
"c2jName" : "DeleteWebACLRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteWebACL",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSWAF_20150824.DeleteWebACL",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "WebACLId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The WebACLId
of the WebACL that you want to delete. WebACLId
is returned by CreateWebACL and by ListWebACLs.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withWebACLId",
"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.*/",
"getterMethodName" : "getWebACLId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "WebACLId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "WebACLId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WebACLId",
"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.*/",
"setterMethodName" : "setWebACLId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "webACLId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "webACLId",
"variableType" : "String",
"documentation" : "The WebACLId
of the WebACL that you want to delete. WebACLId
is returned by CreateWebACL and by ListWebACLs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChangeToken" : {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"WebACLId" : {
"c2jName" : "WebACLId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The WebACLId
of the WebACL that you want to delete. WebACLId
is returned by CreateWebACL and by ListWebACLs.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withWebACLId",
"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.*/",
"getterMethodName" : "getWebACLId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "WebACLId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "WebACLId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WebACLId",
"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.*/",
"setterMethodName" : "setWebACLId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "webACLId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "webACLId",
"variableType" : "String",
"documentation" : "The WebACLId
of the WebACL that you want to delete. WebACLId
is returned by CreateWebACL and by ListWebACLs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "WebACLId", "ChangeToken" ],
"shapeName" : "DeleteWebACLRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteWebACLRequest",
"variableName" : "deleteWebACLRequest",
"variableType" : "DeleteWebACLRequest",
"documentation" : null,
"simpleType" : "DeleteWebACLRequest",
"variableSetterType" : "DeleteWebACLRequest"
},
"wrapper" : false
},
"DeleteWebACLResult" : {
"c2jName" : "DeleteWebACLResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"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.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"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.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChangeToken" : {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"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.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"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.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteWebACLResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteWebACLResult",
"variableName" : "deleteWebACLResult",
"variableType" : "DeleteWebACLResult",
"documentation" : null,
"simpleType" : "DeleteWebACLResult",
"variableSetterType" : "DeleteWebACLResult"
},
"wrapper" : false
},
"DeleteXssMatchSetRequest" : {
"c2jName" : "DeleteXssMatchSetRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "A request to delete an XssMatchSet from AWS WAF.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteXssMatchSet",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSWAF_20150824.DeleteXssMatchSet",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "XssMatchSetId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The XssMatchSetId
of the XssMatchSet that you want to delete. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withXssMatchSetId",
"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.*/",
"getterMethodName" : "getXssMatchSetId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "XssMatchSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "XssMatchSetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "XssMatchSetId",
"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.*/",
"setterMethodName" : "setXssMatchSetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "xssMatchSetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "xssMatchSetId",
"variableType" : "String",
"documentation" : "The XssMatchSetId
of the XssMatchSet that you want to delete. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChangeToken" : {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"XssMatchSetId" : {
"c2jName" : "XssMatchSetId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The XssMatchSetId
of the XssMatchSet that you want to delete. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withXssMatchSetId",
"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.*/",
"getterMethodName" : "getXssMatchSetId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "XssMatchSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "XssMatchSetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "XssMatchSetId",
"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.*/",
"setterMethodName" : "setXssMatchSetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "xssMatchSetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "xssMatchSetId",
"variableType" : "String",
"documentation" : "The XssMatchSetId
of the XssMatchSet that you want to delete. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "XssMatchSetId", "ChangeToken" ],
"shapeName" : "DeleteXssMatchSetRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteXssMatchSetRequest",
"variableName" : "deleteXssMatchSetRequest",
"variableType" : "DeleteXssMatchSetRequest",
"documentation" : null,
"simpleType" : "DeleteXssMatchSetRequest",
"variableSetterType" : "DeleteXssMatchSetRequest"
},
"wrapper" : false
},
"DeleteXssMatchSetResult" : {
"c2jName" : "DeleteXssMatchSetResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The response to a request to delete an XssMatchSet from AWS WAF.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"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.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"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.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChangeToken" : {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"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.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"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.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteXssMatchSetResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteXssMatchSetResult",
"variableName" : "deleteXssMatchSetResult",
"variableType" : "DeleteXssMatchSetResult",
"documentation" : null,
"simpleType" : "DeleteXssMatchSetResult",
"variableSetterType" : "DeleteXssMatchSetResult"
},
"wrapper" : false
},
"FieldToMatch" : {
"c2jName" : "FieldToMatch",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Specifies where in a web request to look for TargetString
.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Type",
"c2jShape" : "MatchFieldType",
"deprecated" : false,
"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.
",
"enumType" : "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*/",
"fluentSetterMethodName" : "withType",
"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*/",
"getterMethodName" : "getType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Type",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Type",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Type",
"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*/",
"setterMethodName" : "setType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Data",
"c2jShape" : "MatchFieldData",
"deprecated" : 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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withData",
"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.*/",
"getterMethodName" : "getData",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Data",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Data",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Data",
"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.*/",
"setterMethodName" : "setData",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "data",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "data",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Data" : {
"c2jName" : "Data",
"c2jShape" : "MatchFieldData",
"deprecated" : 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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withData",
"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.*/",
"getterMethodName" : "getData",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Data",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Data",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Data",
"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.*/",
"setterMethodName" : "setData",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "data",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "data",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"Type" : {
"c2jName" : "Type",
"c2jShape" : "MatchFieldType",
"deprecated" : false,
"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.
",
"enumType" : "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*/",
"fluentSetterMethodName" : "withType",
"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*/",
"getterMethodName" : "getType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Type",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Type",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Type",
"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*/",
"setterMethodName" : "setType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Type" ],
"shapeName" : "FieldToMatch",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "FieldToMatch",
"variableName" : "fieldToMatch",
"variableType" : "FieldToMatch",
"documentation" : null,
"simpleType" : "FieldToMatch",
"variableSetterType" : "FieldToMatch"
},
"wrapper" : false
},
"GetByteMatchSetRequest" : {
"c2jName" : "GetByteMatchSetRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "GetByteMatchSet",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSWAF_20150824.GetByteMatchSet",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "ByteMatchSetId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The ByteMatchSetId
of the ByteMatchSet that you want to get. ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withByteMatchSetId",
"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.*/",
"getterMethodName" : "getByteMatchSetId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ByteMatchSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ByteMatchSetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ByteMatchSetId",
"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.*/",
"setterMethodName" : "setByteMatchSetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "byteMatchSetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "byteMatchSetId",
"variableType" : "String",
"documentation" : "The ByteMatchSetId
of the ByteMatchSet that you want to get. ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ByteMatchSetId" : {
"c2jName" : "ByteMatchSetId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The ByteMatchSetId
of the ByteMatchSet that you want to get. ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withByteMatchSetId",
"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.*/",
"getterMethodName" : "getByteMatchSetId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ByteMatchSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ByteMatchSetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ByteMatchSetId",
"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.*/",
"setterMethodName" : "setByteMatchSetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "byteMatchSetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "byteMatchSetId",
"variableType" : "String",
"documentation" : "The ByteMatchSetId
of the ByteMatchSet that you want to get. ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ByteMatchSetId" ],
"shapeName" : "GetByteMatchSetRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetByteMatchSetRequest",
"variableName" : "getByteMatchSetRequest",
"variableType" : "GetByteMatchSetRequest",
"documentation" : null,
"simpleType" : "GetByteMatchSetRequest",
"variableSetterType" : "GetByteMatchSetRequest"
},
"wrapper" : false
},
"GetByteMatchSetResult" : {
"c2jName" : "GetByteMatchSetResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ByteMatchSet",
"c2jShape" : "ByteMatchSet",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withByteMatchSet",
"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
*/",
"getterMethodName" : "getByteMatchSet",
"getterModel" : {
"returnType" : "ByteMatchSet",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ByteMatchSet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ByteMatchSet",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ByteMatchSet",
"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
*/",
"setterMethodName" : "setByteMatchSet",
"setterModel" : {
"variableDeclarationType" : "ByteMatchSet",
"variableName" : "byteMatchSet",
"variableType" : "ByteMatchSet",
"documentation" : "",
"simpleType" : "ByteMatchSet",
"variableSetterType" : "ByteMatchSet"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ByteMatchSet",
"variableName" : "byteMatchSet",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ByteMatchSet" : {
"c2jName" : "ByteMatchSet",
"c2jShape" : "ByteMatchSet",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withByteMatchSet",
"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
*/",
"getterMethodName" : "getByteMatchSet",
"getterModel" : {
"returnType" : "ByteMatchSet",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ByteMatchSet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ByteMatchSet",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ByteMatchSet",
"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
*/",
"setterMethodName" : "setByteMatchSet",
"setterModel" : {
"variableDeclarationType" : "ByteMatchSet",
"variableName" : "byteMatchSet",
"variableType" : "ByteMatchSet",
"documentation" : "",
"simpleType" : "ByteMatchSet",
"variableSetterType" : "ByteMatchSet"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ByteMatchSet",
"variableName" : "byteMatchSet",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetByteMatchSetResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetByteMatchSetResult",
"variableName" : "getByteMatchSetResult",
"variableType" : "GetByteMatchSetResult",
"documentation" : null,
"simpleType" : "GetByteMatchSetResult",
"variableSetterType" : "GetByteMatchSetResult"
},
"wrapper" : false
},
"GetChangeTokenRequest" : {
"c2jName" : "GetChangeTokenRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "GetChangeToken",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSWAF_20150824.GetChangeToken",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetChangeTokenRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetChangeTokenRequest",
"variableName" : "getChangeTokenRequest",
"variableType" : "GetChangeTokenRequest",
"documentation" : null,
"simpleType" : "GetChangeTokenRequest",
"variableSetterType" : "GetChangeTokenRequest"
},
"wrapper" : false
},
"GetChangeTokenResult" : {
"c2jName" : "GetChangeTokenResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"documentation" : "The ChangeToken
that you used in the request. Use this value in a GetChangeTokenStatus
request to get the current status of the request.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"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.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"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.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChangeToken" : {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"documentation" : "The ChangeToken
that you used in the request. Use this value in a GetChangeTokenStatus
request to get the current status of the request.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"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.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"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.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetChangeTokenResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetChangeTokenResult",
"variableName" : "getChangeTokenResult",
"variableType" : "GetChangeTokenResult",
"documentation" : null,
"simpleType" : "GetChangeTokenResult",
"variableSetterType" : "GetChangeTokenResult"
},
"wrapper" : false
},
"GetChangeTokenStatusRequest" : {
"c2jName" : "GetChangeTokenStatusRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "GetChangeTokenStatus",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSWAF_20150824.GetChangeTokenStatus",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"documentation" : "The change token for which you want to get the status. This change token was previously returned in the GetChangeToken
response.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"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.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"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.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChangeToken" : {
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"deprecated" : false,
"documentation" : "The change token for which you want to get the status. This change token was previously returned in the GetChangeToken
response.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withChangeToken",
"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.*/",
"getterMethodName" : "getChangeToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeToken",
"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.*/",
"setterMethodName" : "setChangeToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ChangeToken" ],
"shapeName" : "GetChangeTokenStatusRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetChangeTokenStatusRequest",
"variableName" : "getChangeTokenStatusRequest",
"variableType" : "GetChangeTokenStatusRequest",
"documentation" : null,
"simpleType" : "GetChangeTokenStatusRequest",
"variableSetterType" : "GetChangeTokenStatusRequest"
},
"wrapper" : false
},
"GetChangeTokenStatusResult" : {
"c2jName" : "GetChangeTokenStatusResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ChangeTokenStatus",
"c2jShape" : "ChangeTokenStatus",
"deprecated" : false,
"documentation" : "The status of the change token.
",
"enumType" : "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*/",
"fluentSetterMethodName" : "withChangeTokenStatus",
"getterDocumentation" : "/**The status of the change token.
\n@return The status of the change token.\n@see ChangeTokenStatus*/",
"getterMethodName" : "getChangeTokenStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeTokenStatus",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeTokenStatus",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeTokenStatus",
"setterDocumentation" : "/**The status of the change token.
\n@param changeTokenStatus The status of the change token.\n@see ChangeTokenStatus*/",
"setterMethodName" : "setChangeTokenStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeTokenStatus",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeTokenStatus",
"variableType" : "String",
"documentation" : "The status of the change token.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChangeTokenStatus" : {
"c2jName" : "ChangeTokenStatus",
"c2jShape" : "ChangeTokenStatus",
"deprecated" : false,
"documentation" : "The status of the change token.
",
"enumType" : "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*/",
"fluentSetterMethodName" : "withChangeTokenStatus",
"getterDocumentation" : "/**The status of the change token.
\n@return The status of the change token.\n@see ChangeTokenStatus*/",
"getterMethodName" : "getChangeTokenStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ChangeTokenStatus",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeTokenStatus",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChangeTokenStatus",
"setterDocumentation" : "/**The status of the change token.
\n@param changeTokenStatus The status of the change token.\n@see ChangeTokenStatus*/",
"setterMethodName" : "setChangeTokenStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "changeTokenStatus",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "changeTokenStatus",
"variableType" : "String",
"documentation" : "The status of the change token.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetChangeTokenStatusResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetChangeTokenStatusResult",
"variableName" : "getChangeTokenStatusResult",
"variableType" : "GetChangeTokenStatusResult",
"documentation" : null,
"simpleType" : "GetChangeTokenStatusResult",
"variableSetterType" : "GetChangeTokenStatusResult"
},
"wrapper" : false
},
"GetIPSetRequest" : {
"c2jName" : "GetIPSetRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "GetIPSet",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSWAF_20150824.GetIPSet",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "IPSetId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The IPSetId
of the IPSet that you want to get. IPSetId
is returned by CreateIPSet and by ListIPSets.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withIPSetId",
"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.*/",
"getterMethodName" : "getIPSetId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "IPSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IPSetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IPSetId",
"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.*/",
"setterMethodName" : "setIPSetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "iPSetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "iPSetId",
"variableType" : "String",
"documentation" : "The IPSetId
of the IPSet that you want to get. IPSetId
is returned by CreateIPSet and by ListIPSets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"IPSetId" : {
"c2jName" : "IPSetId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The IPSetId
of the IPSet that you want to get. IPSetId
is returned by CreateIPSet and by ListIPSets.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withIPSetId",
"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.*/",
"getterMethodName" : "getIPSetId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "IPSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IPSetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IPSetId",
"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.*/",
"setterMethodName" : "setIPSetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "iPSetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "iPSetId",
"variableType" : "String",
"documentation" : "The IPSetId
of the IPSet that you want to get. IPSetId
is returned by CreateIPSet and by ListIPSets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "IPSetId" ],
"shapeName" : "GetIPSetRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetIPSetRequest",
"variableName" : "getIPSetRequest",
"variableType" : "GetIPSetRequest",
"documentation" : null,
"simpleType" : "GetIPSetRequest",
"variableSetterType" : "GetIPSetRequest"
},
"wrapper" : false
},
"GetIPSetResult" : {
"c2jName" : "GetIPSetResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "IPSet",
"c2jShape" : "IPSet",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withIPSet",
"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
*/",
"getterMethodName" : "getIPSet",
"getterModel" : {
"returnType" : "IPSet",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "IPSet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IPSet",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IPSet",
"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
*/",
"setterMethodName" : "setIPSet",
"setterModel" : {
"variableDeclarationType" : "IPSet",
"variableName" : "iPSet",
"variableType" : "IPSet",
"documentation" : "",
"simpleType" : "IPSet",
"variableSetterType" : "IPSet"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "IPSet",
"variableName" : "iPSet",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"IPSet" : {
"c2jName" : "IPSet",
"c2jShape" : "IPSet",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withIPSet",
"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
*/",
"getterMethodName" : "getIPSet",
"getterModel" : {
"returnType" : "IPSet",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "IPSet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IPSet",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IPSet",
"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
*/",
"setterMethodName" : "setIPSet",
"setterModel" : {
"variableDeclarationType" : "IPSet",
"variableName" : "iPSet",
"variableType" : "IPSet",
"documentation" : "",
"simpleType" : "IPSet",
"variableSetterType" : "IPSet"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "IPSet",
"variableName" : "iPSet",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetIPSetResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetIPSetResult",
"variableName" : "getIPSetResult",
"variableType" : "GetIPSetResult",
"documentation" : null,
"simpleType" : "GetIPSetResult",
"variableSetterType" : "GetIPSetResult"
},
"wrapper" : false
},
"GetRuleRequest" : {
"c2jName" : "GetRuleRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "GetRule",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSWAF_20150824.GetRule",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "RuleId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The RuleId
of the Rule that you want to get. RuleId
is returned by CreateRule and by ListRules.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withRuleId",
"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.*/",
"getterMethodName" : "getRuleId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RuleId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RuleId",
"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.*/",
"setterMethodName" : "setRuleId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleId",
"variableType" : "String",
"documentation" : "The RuleId
of the Rule that you want to get. RuleId
is returned by CreateRule and by ListRules.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"RuleId" : {
"c2jName" : "RuleId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The RuleId
of the Rule that you want to get. RuleId
is returned by CreateRule and by ListRules.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withRuleId",
"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.*/",
"getterMethodName" : "getRuleId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RuleId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RuleId",
"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.*/",
"setterMethodName" : "setRuleId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleId",
"variableType" : "String",
"documentation" : "The RuleId
of the Rule that you want to get. RuleId
is returned by CreateRule and by ListRules.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "RuleId" ],
"shapeName" : "GetRuleRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetRuleRequest",
"variableName" : "getRuleRequest",
"variableType" : "GetRuleRequest",
"documentation" : null,
"simpleType" : "GetRuleRequest",
"variableSetterType" : "GetRuleRequest"
},
"wrapper" : false
},
"GetRuleResult" : {
"c2jName" : "GetRuleResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Rule",
"c2jShape" : "Rule",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withRule",
"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
*/",
"getterMethodName" : "getRule",
"getterModel" : {
"returnType" : "Rule",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Rule",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Rule",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Rule",
"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
*/",
"setterMethodName" : "setRule",
"setterModel" : {
"variableDeclarationType" : "Rule",
"variableName" : "rule",
"variableType" : "Rule",
"documentation" : "",
"simpleType" : "Rule",
"variableSetterType" : "Rule"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "Rule",
"variableName" : "rule",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Rule" : {
"c2jName" : "Rule",
"c2jShape" : "Rule",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withRule",
"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
*/",
"getterMethodName" : "getRule",
"getterModel" : {
"returnType" : "Rule",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Rule",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Rule",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Rule",
"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
*/",
"setterMethodName" : "setRule",
"setterModel" : {
"variableDeclarationType" : "Rule",
"variableName" : "rule",
"variableType" : "Rule",
"documentation" : "",
"simpleType" : "Rule",
"variableSetterType" : "Rule"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "Rule",
"variableName" : "rule",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetRuleResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetRuleResult",
"variableName" : "getRuleResult",
"variableType" : "GetRuleResult",
"documentation" : null,
"simpleType" : "GetRuleResult",
"variableSetterType" : "GetRuleResult"
},
"wrapper" : false
},
"GetSampledRequestsRequest" : {
"c2jName" : "GetSampledRequestsRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "GetSampledRequests",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSWAF_20150824.GetSampledRequests",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "WebAclId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The WebACLId
of the WebACL
for which you want GetSampledRequests
to return a sample of requests.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withWebAclId",
"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.*/",
"getterMethodName" : "getWebAclId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "WebAclId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "WebAclId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WebAclId",
"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.*/",
"setterMethodName" : "setWebAclId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "webAclId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "webAclId",
"variableType" : "String",
"documentation" : "The WebACLId
of the WebACL
for which you want GetSampledRequests
to return a sample of requests.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RuleId",
"c2jShape" : "ResourceId",
"deprecated" : 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
.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withRuleId",
"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
.
*/",
"getterMethodName" : "getRuleId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RuleId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RuleId",
"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
.
*/",
"setterMethodName" : "setRuleId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "TimeWindow",
"c2jShape" : "TimeWindow",
"deprecated" : 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 the following format: \"2016-09-27T14:50Z\"
. You can specify any time range in the previous three hours.
",
"enumType" : null,
"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 the following format: \"2016-09-27T14:50Z\"
. 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 the following format: \"2016-09-27T14:50Z\"
. 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.*/",
"fluentSetterMethodName" : "withTimeWindow",
"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 the following format: \"2016-09-27T14:50Z\"
. 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 the following format: \"2016-09-27T14:50Z\"
. You can specify any time range in the previous three hours.*/",
"getterMethodName" : "getTimeWindow",
"getterModel" : {
"returnType" : "TimeWindow",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TimeWindow",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TimeWindow",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TimeWindow",
"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 the following format: \"2016-09-27T14:50Z\"
. 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 the following format: \"2016-09-27T14:50Z\"
. You can specify any time range in the previous three hours.*/",
"setterMethodName" : "setTimeWindow",
"setterModel" : {
"variableDeclarationType" : "TimeWindow",
"variableName" : "timeWindow",
"variableType" : "TimeWindow",
"documentation" : "",
"simpleType" : "TimeWindow",
"variableSetterType" : "TimeWindow"
},
"simple" : false,
"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 the following format: \"2016-09-27T14:50Z\"
. 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 the following format: \"2016-09-27T14:50Z\"
. 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.*/",
"variable" : {
"variableDeclarationType" : "TimeWindow",
"variableName" : "timeWindow",
"variableType" : "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 the following format: \"2016-09-27T14:50Z\"
. You can specify any time range in the previous three hours.
",
"simpleType" : "TimeWindow",
"variableSetterType" : "TimeWindow"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "MaxItems",
"c2jShape" : "ListMaxItems",
"deprecated" : 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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withMaxItems",
"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.*/",
"getterMethodName" : "getMaxItems",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "MaxItems",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxItems",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MaxItems",
"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.*/",
"setterMethodName" : "setMaxItems",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "maxItems",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "maxItems",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MaxItems" : {
"c2jName" : "MaxItems",
"c2jShape" : "ListMaxItems",
"deprecated" : 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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withMaxItems",
"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.*/",
"getterMethodName" : "getMaxItems",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "MaxItems",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxItems",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MaxItems",
"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.*/",
"setterMethodName" : "setMaxItems",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "maxItems",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "maxItems",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"RuleId" : {
"c2jName" : "RuleId",
"c2jShape" : "ResourceId",
"deprecated" : 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
.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withRuleId",
"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
.
*/",
"getterMethodName" : "getRuleId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RuleId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RuleId",
"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
.
*/",
"setterMethodName" : "setRuleId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"TimeWindow" : {
"c2jName" : "TimeWindow",
"c2jShape" : "TimeWindow",
"deprecated" : 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 the following format: \"2016-09-27T14:50Z\"
. You can specify any time range in the previous three hours.
",
"enumType" : null,
"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 the following format: \"2016-09-27T14:50Z\"
. 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 the following format: \"2016-09-27T14:50Z\"
. 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.*/",
"fluentSetterMethodName" : "withTimeWindow",
"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 the following format: \"2016-09-27T14:50Z\"
. 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 the following format: \"2016-09-27T14:50Z\"
. You can specify any time range in the previous three hours.*/",
"getterMethodName" : "getTimeWindow",
"getterModel" : {
"returnType" : "TimeWindow",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TimeWindow",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TimeWindow",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TimeWindow",
"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 the following format: \"2016-09-27T14:50Z\"
. 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 the following format: \"2016-09-27T14:50Z\"
. You can specify any time range in the previous three hours.*/",
"setterMethodName" : "setTimeWindow",
"setterModel" : {
"variableDeclarationType" : "TimeWindow",
"variableName" : "timeWindow",
"variableType" : "TimeWindow",
"documentation" : "",
"simpleType" : "TimeWindow",
"variableSetterType" : "TimeWindow"
},
"simple" : false,
"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 the following format: \"2016-09-27T14:50Z\"
. 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 the following format: \"2016-09-27T14:50Z\"
. 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.*/",
"variable" : {
"variableDeclarationType" : "TimeWindow",
"variableName" : "timeWindow",
"variableType" : "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 the following format: \"2016-09-27T14:50Z\"
. You can specify any time range in the previous three hours.
",
"simpleType" : "TimeWindow",
"variableSetterType" : "TimeWindow"
},
"xmlNameSpaceUri" : null
},
"WebAclId" : {
"c2jName" : "WebAclId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The WebACLId
of the WebACL
for which you want GetSampledRequests
to return a sample of requests.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withWebAclId",
"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.*/",
"getterMethodName" : "getWebAclId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "WebAclId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "WebAclId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WebAclId",
"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.*/",
"setterMethodName" : "setWebAclId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "webAclId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "webAclId",
"variableType" : "String",
"documentation" : "The WebACLId
of the WebACL
for which you want GetSampledRequests
to return a sample of requests.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "WebAclId", "RuleId", "TimeWindow", "MaxItems" ],
"shapeName" : "GetSampledRequestsRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetSampledRequestsRequest",
"variableName" : "getSampledRequestsRequest",
"variableType" : "GetSampledRequestsRequest",
"documentation" : null,
"simpleType" : "GetSampledRequestsRequest",
"variableSetterType" : "GetSampledRequestsRequest"
},
"wrapper" : false
},
"GetSampledRequestsResult" : {
"c2jName" : "GetSampledRequestsResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "SampledRequests",
"c2jShape" : "SampledHTTPRequests",
"deprecated" : false,
"documentation" : "A complex type that contains detailed information about each of the requests in the sample.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withSampledRequests",
"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.*/",
"getterMethodName" : "getSampledRequests",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SampledRequests",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SampledRequests",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "SampledHTTPRequest",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "SampledHTTPRequest",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "SampledHTTPRequest",
"variableName" : "member",
"variableType" : "SampledHTTPRequest",
"documentation" : "",
"simpleType" : "SampledHTTPRequest",
"variableSetterType" : "SampledHTTPRequest"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "SampledHTTPRequest",
"variableName" : "member",
"variableType" : "SampledHTTPRequest",
"documentation" : "",
"simpleType" : "SampledHTTPRequest",
"variableSetterType" : "SampledHTTPRequest"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "SampledHTTPRequest",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "SampledHTTPRequest",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "SampledRequests",
"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.*/",
"setterMethodName" : "setSampledRequests",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sampledRequests",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A complex type that contains detailed information about each of the requests in the sample.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sampledRequests",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "PopulationSize",
"c2jShape" : "PopulationSize",
"deprecated" : 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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withPopulationSize",
"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.*/",
"getterMethodName" : "getPopulationSize",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PopulationSize",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PopulationSize",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PopulationSize",
"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.*/",
"setterMethodName" : "setPopulationSize",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "populationSize",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "populationSize",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "TimeWindow",
"c2jShape" : "TimeWindow",
"deprecated" : 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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withTimeWindow",
"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.*/",
"getterMethodName" : "getTimeWindow",
"getterModel" : {
"returnType" : "TimeWindow",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TimeWindow",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TimeWindow",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TimeWindow",
"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.*/",
"setterMethodName" : "setTimeWindow",
"setterModel" : {
"variableDeclarationType" : "TimeWindow",
"variableName" : "timeWindow",
"variableType" : "TimeWindow",
"documentation" : "",
"simpleType" : "TimeWindow",
"variableSetterType" : "TimeWindow"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "TimeWindow",
"variableName" : "timeWindow",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"PopulationSize" : {
"c2jName" : "PopulationSize",
"c2jShape" : "PopulationSize",
"deprecated" : 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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withPopulationSize",
"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.*/",
"getterMethodName" : "getPopulationSize",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PopulationSize",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PopulationSize",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PopulationSize",
"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.*/",
"setterMethodName" : "setPopulationSize",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "populationSize",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "populationSize",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"SampledRequests" : {
"c2jName" : "SampledRequests",
"c2jShape" : "SampledHTTPRequests",
"deprecated" : false,
"documentation" : "A complex type that contains detailed information about each of the requests in the sample.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withSampledRequests",
"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.*/",
"getterMethodName" : "getSampledRequests",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SampledRequests",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SampledRequests",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "SampledHTTPRequest",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "SampledHTTPRequest",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "SampledHTTPRequest",
"variableName" : "member",
"variableType" : "SampledHTTPRequest",
"documentation" : "",
"simpleType" : "SampledHTTPRequest",
"variableSetterType" : "SampledHTTPRequest"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "SampledHTTPRequest",
"variableName" : "member",
"variableType" : "SampledHTTPRequest",
"documentation" : "",
"simpleType" : "SampledHTTPRequest",
"variableSetterType" : "SampledHTTPRequest"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "SampledHTTPRequest",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "SampledHTTPRequest",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "SampledRequests",
"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.*/",
"setterMethodName" : "setSampledRequests",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sampledRequests",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A complex type that contains detailed information about each of the requests in the sample.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sampledRequests",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"TimeWindow" : {
"c2jName" : "TimeWindow",
"c2jShape" : "TimeWindow",
"deprecated" : 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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withTimeWindow",
"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.*/",
"getterMethodName" : "getTimeWindow",
"getterModel" : {
"returnType" : "TimeWindow",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TimeWindow",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TimeWindow",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TimeWindow",
"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.*/",
"setterMethodName" : "setTimeWindow",
"setterModel" : {
"variableDeclarationType" : "TimeWindow",
"variableName" : "timeWindow",
"variableType" : "TimeWindow",
"documentation" : "",
"simpleType" : "TimeWindow",
"variableSetterType" : "TimeWindow"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "TimeWindow",
"variableName" : "timeWindow",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetSampledRequestsResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetSampledRequestsResult",
"variableName" : "getSampledRequestsResult",
"variableType" : "GetSampledRequestsResult",
"documentation" : null,
"simpleType" : "GetSampledRequestsResult",
"variableSetterType" : "GetSampledRequestsResult"
},
"wrapper" : false
},
"GetSizeConstraintSetRequest" : {
"c2jName" : "GetSizeConstraintSetRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "GetSizeConstraintSet",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSWAF_20150824.GetSizeConstraintSet",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "SizeConstraintSetId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The SizeConstraintSetId
of the SizeConstraintSet that you want to get. SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withSizeConstraintSetId",
"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.*/",
"getterMethodName" : "getSizeConstraintSetId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SizeConstraintSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SizeConstraintSetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SizeConstraintSetId",
"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.*/",
"setterMethodName" : "setSizeConstraintSetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sizeConstraintSetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sizeConstraintSetId",
"variableType" : "String",
"documentation" : "The SizeConstraintSetId
of the SizeConstraintSet that you want to get. SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"SizeConstraintSetId" : {
"c2jName" : "SizeConstraintSetId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The SizeConstraintSetId
of the SizeConstraintSet that you want to get. SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withSizeConstraintSetId",
"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.*/",
"getterMethodName" : "getSizeConstraintSetId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SizeConstraintSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SizeConstraintSetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SizeConstraintSetId",
"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.*/",
"setterMethodName" : "setSizeConstraintSetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sizeConstraintSetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sizeConstraintSetId",
"variableType" : "String",
"documentation" : "The SizeConstraintSetId
of the SizeConstraintSet that you want to get. SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "SizeConstraintSetId" ],
"shapeName" : "GetSizeConstraintSetRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetSizeConstraintSetRequest",
"variableName" : "getSizeConstraintSetRequest",
"variableType" : "GetSizeConstraintSetRequest",
"documentation" : null,
"simpleType" : "GetSizeConstraintSetRequest",
"variableSetterType" : "GetSizeConstraintSetRequest"
},
"wrapper" : false
},
"GetSizeConstraintSetResult" : {
"c2jName" : "GetSizeConstraintSetResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "SizeConstraintSet",
"c2jShape" : "SizeConstraintSet",
"deprecated" : false,
"documentation" : "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
",
"enumType" : null,
"fluentSetterDocumentation" : "/**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@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.*/",
"fluentSetterMethodName" : "withSizeConstraintSet",
"getterDocumentation" : "/**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 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
*/",
"getterMethodName" : "getSizeConstraintSet",
"getterModel" : {
"returnType" : "SizeConstraintSet",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SizeConstraintSet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SizeConstraintSet",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SizeConstraintSet",
"setterDocumentation" : "/**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@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
*/",
"setterMethodName" : "setSizeConstraintSet",
"setterModel" : {
"variableDeclarationType" : "SizeConstraintSet",
"variableName" : "sizeConstraintSet",
"variableType" : "SizeConstraintSet",
"documentation" : "",
"simpleType" : "SizeConstraintSet",
"variableSetterType" : "SizeConstraintSet"
},
"simple" : false,
"varargSetterDocumentation" : "/**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@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.*/",
"variable" : {
"variableDeclarationType" : "SizeConstraintSet",
"variableName" : "sizeConstraintSet",
"variableType" : "SizeConstraintSet",
"documentation" : "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
",
"simpleType" : "SizeConstraintSet",
"variableSetterType" : "SizeConstraintSet"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"SizeConstraintSet" : {
"c2jName" : "SizeConstraintSet",
"c2jShape" : "SizeConstraintSet",
"deprecated" : false,
"documentation" : "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
",
"enumType" : null,
"fluentSetterDocumentation" : "/**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@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.*/",
"fluentSetterMethodName" : "withSizeConstraintSet",
"getterDocumentation" : "/**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 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
*/",
"getterMethodName" : "getSizeConstraintSet",
"getterModel" : {
"returnType" : "SizeConstraintSet",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SizeConstraintSet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SizeConstraintSet",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SizeConstraintSet",
"setterDocumentation" : "/**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@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
*/",
"setterMethodName" : "setSizeConstraintSet",
"setterModel" : {
"variableDeclarationType" : "SizeConstraintSet",
"variableName" : "sizeConstraintSet",
"variableType" : "SizeConstraintSet",
"documentation" : "",
"simpleType" : "SizeConstraintSet",
"variableSetterType" : "SizeConstraintSet"
},
"simple" : false,
"varargSetterDocumentation" : "/**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@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.*/",
"variable" : {
"variableDeclarationType" : "SizeConstraintSet",
"variableName" : "sizeConstraintSet",
"variableType" : "SizeConstraintSet",
"documentation" : "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
",
"simpleType" : "SizeConstraintSet",
"variableSetterType" : "SizeConstraintSet"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetSizeConstraintSetResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetSizeConstraintSetResult",
"variableName" : "getSizeConstraintSetResult",
"variableType" : "GetSizeConstraintSetResult",
"documentation" : null,
"simpleType" : "GetSizeConstraintSetResult",
"variableSetterType" : "GetSizeConstraintSetResult"
},
"wrapper" : false
},
"GetSqlInjectionMatchSetRequest" : {
"c2jName" : "GetSqlInjectionMatchSetRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "A request to get a SqlInjectionMatchSet.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "GetSqlInjectionMatchSet",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSWAF_20150824.GetSqlInjectionMatchSet",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "SqlInjectionMatchSetId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to get. SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withSqlInjectionMatchSetId",
"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.*/",
"getterMethodName" : "getSqlInjectionMatchSetId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SqlInjectionMatchSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SqlInjectionMatchSetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SqlInjectionMatchSetId",
"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.*/",
"setterMethodName" : "setSqlInjectionMatchSetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sqlInjectionMatchSetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sqlInjectionMatchSetId",
"variableType" : "String",
"documentation" : "The SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to get. SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"SqlInjectionMatchSetId" : {
"c2jName" : "SqlInjectionMatchSetId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to get. SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withSqlInjectionMatchSetId",
"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.*/",
"getterMethodName" : "getSqlInjectionMatchSetId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SqlInjectionMatchSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SqlInjectionMatchSetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SqlInjectionMatchSetId",
"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.*/",
"setterMethodName" : "setSqlInjectionMatchSetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sqlInjectionMatchSetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sqlInjectionMatchSetId",
"variableType" : "String",
"documentation" : "The SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to get. SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "SqlInjectionMatchSetId" ],
"shapeName" : "GetSqlInjectionMatchSetRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetSqlInjectionMatchSetRequest",
"variableName" : "getSqlInjectionMatchSetRequest",
"variableType" : "GetSqlInjectionMatchSetRequest",
"documentation" : null,
"simpleType" : "GetSqlInjectionMatchSetRequest",
"variableSetterType" : "GetSqlInjectionMatchSetRequest"
},
"wrapper" : false
},
"GetSqlInjectionMatchSetResult" : {
"c2jName" : "GetSqlInjectionMatchSetResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The response to a GetSqlInjectionMatchSet request.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "SqlInjectionMatchSet",
"c2jShape" : "SqlInjectionMatchSet",
"deprecated" : false,
"documentation" : "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
",
"enumType" : null,
"fluentSetterDocumentation" : "/**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@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.*/",
"fluentSetterMethodName" : "withSqlInjectionMatchSet",
"getterDocumentation" : "/**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 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
*/",
"getterMethodName" : "getSqlInjectionMatchSet",
"getterModel" : {
"returnType" : "SqlInjectionMatchSet",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SqlInjectionMatchSet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SqlInjectionMatchSet",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SqlInjectionMatchSet",
"setterDocumentation" : "/**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@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
*/",
"setterMethodName" : "setSqlInjectionMatchSet",
"setterModel" : {
"variableDeclarationType" : "SqlInjectionMatchSet",
"variableName" : "sqlInjectionMatchSet",
"variableType" : "SqlInjectionMatchSet",
"documentation" : "",
"simpleType" : "SqlInjectionMatchSet",
"variableSetterType" : "SqlInjectionMatchSet"
},
"simple" : false,
"varargSetterDocumentation" : "/**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@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.*/",
"variable" : {
"variableDeclarationType" : "SqlInjectionMatchSet",
"variableName" : "sqlInjectionMatchSet",
"variableType" : "SqlInjectionMatchSet",
"documentation" : "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
",
"simpleType" : "SqlInjectionMatchSet",
"variableSetterType" : "SqlInjectionMatchSet"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"SqlInjectionMatchSet" : {
"c2jName" : "SqlInjectionMatchSet",
"c2jShape" : "SqlInjectionMatchSet",
"deprecated" : false,
"documentation" : "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
",
"enumType" : null,
"fluentSetterDocumentation" : "/**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@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.*/",
"fluentSetterMethodName" : "withSqlInjectionMatchSet",
"getterDocumentation" : "/**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 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
*/",
"getterMethodName" : "getSqlInjectionMatchSet",
"getterModel" : {
"returnType" : "SqlInjectionMatchSet",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SqlInjectionMatchSet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SqlInjectionMatchSet",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SqlInjectionMatchSet",
"setterDocumentation" : "/**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@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
*/",
"setterMethodName" : "setSqlInjectionMatchSet",
"setterModel" : {
"variableDeclarationType" : "SqlInjectionMatchSet",
"variableName" : "sqlInjectionMatchSet",
"variableType" : "SqlInjectionMatchSet",
"documentation" : "",
"simpleType" : "SqlInjectionMatchSet",
"variableSetterType" : "SqlInjectionMatchSet"
},
"simple" : false,
"varargSetterDocumentation" : "/**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@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.*/",
"variable" : {
"variableDeclarationType" : "SqlInjectionMatchSet",
"variableName" : "sqlInjectionMatchSet",
"variableType" : "SqlInjectionMatchSet",
"documentation" : "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
",
"simpleType" : "SqlInjectionMatchSet",
"variableSetterType" : "SqlInjectionMatchSet"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetSqlInjectionMatchSetResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetSqlInjectionMatchSetResult",
"variableName" : "getSqlInjectionMatchSetResult",
"variableType" : "GetSqlInjectionMatchSetResult",
"documentation" : null,
"simpleType" : "GetSqlInjectionMatchSetResult",
"variableSetterType" : "GetSqlInjectionMatchSetResult"
},
"wrapper" : false
},
"GetWebACLRequest" : {
"c2jName" : "GetWebACLRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "GetWebACL",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSWAF_20150824.GetWebACL",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "WebACLId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The WebACLId
of the WebACL that you want to get. WebACLId
is returned by CreateWebACL and by ListWebACLs.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withWebACLId",
"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.*/",
"getterMethodName" : "getWebACLId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "WebACLId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "WebACLId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WebACLId",
"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.*/",
"setterMethodName" : "setWebACLId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "webACLId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "webACLId",
"variableType" : "String",
"documentation" : "The WebACLId
of the WebACL that you want to get. WebACLId
is returned by CreateWebACL and by ListWebACLs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"WebACLId" : {
"c2jName" : "WebACLId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The WebACLId
of the WebACL that you want to get. WebACLId
is returned by CreateWebACL and by ListWebACLs.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withWebACLId",
"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.*/",
"getterMethodName" : "getWebACLId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "WebACLId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "WebACLId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WebACLId",
"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.*/",
"setterMethodName" : "setWebACLId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "webACLId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "webACLId",
"variableType" : "String",
"documentation" : "The WebACLId
of the WebACL that you want to get. WebACLId
is returned by CreateWebACL and by ListWebACLs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "WebACLId" ],
"shapeName" : "GetWebACLRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetWebACLRequest",
"variableName" : "getWebACLRequest",
"variableType" : "GetWebACLRequest",
"documentation" : null,
"simpleType" : "GetWebACLRequest",
"variableSetterType" : "GetWebACLRequest"
},
"wrapper" : false
},
"GetWebACLResult" : {
"c2jName" : "GetWebACLResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "WebACL",
"c2jShape" : "WebACL",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withWebACL",
"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
*/",
"getterMethodName" : "getWebACL",
"getterModel" : {
"returnType" : "WebACL",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "WebACL",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "WebACL",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WebACL",
"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
*/",
"setterMethodName" : "setWebACL",
"setterModel" : {
"variableDeclarationType" : "WebACL",
"variableName" : "webACL",
"variableType" : "WebACL",
"documentation" : "",
"simpleType" : "WebACL",
"variableSetterType" : "WebACL"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "WebACL",
"variableName" : "webACL",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"WebACL" : {
"c2jName" : "WebACL",
"c2jShape" : "WebACL",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withWebACL",
"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
*/",
"getterMethodName" : "getWebACL",
"getterModel" : {
"returnType" : "WebACL",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "WebACL",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "WebACL",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WebACL",
"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
*/",
"setterMethodName" : "setWebACL",
"setterModel" : {
"variableDeclarationType" : "WebACL",
"variableName" : "webACL",
"variableType" : "WebACL",
"documentation" : "",
"simpleType" : "WebACL",
"variableSetterType" : "WebACL"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "WebACL",
"variableName" : "webACL",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetWebACLResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetWebACLResult",
"variableName" : "getWebACLResult",
"variableType" : "GetWebACLResult",
"documentation" : null,
"simpleType" : "GetWebACLResult",
"variableSetterType" : "GetWebACLResult"
},
"wrapper" : false
},
"GetXssMatchSetRequest" : {
"c2jName" : "GetXssMatchSetRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "A request to get an XssMatchSet.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "GetXssMatchSet",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSWAF_20150824.GetXssMatchSet",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "XssMatchSetId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The XssMatchSetId
of the XssMatchSet that you want to get. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withXssMatchSetId",
"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.*/",
"getterMethodName" : "getXssMatchSetId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "XssMatchSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "XssMatchSetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "XssMatchSetId",
"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.*/",
"setterMethodName" : "setXssMatchSetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "xssMatchSetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "xssMatchSetId",
"variableType" : "String",
"documentation" : "The XssMatchSetId
of the XssMatchSet that you want to get. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"XssMatchSetId" : {
"c2jName" : "XssMatchSetId",
"c2jShape" : "ResourceId",
"deprecated" : false,
"documentation" : "The XssMatchSetId
of the XssMatchSet that you want to get. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withXssMatchSetId",
"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.*/",
"getterMethodName" : "getXssMatchSetId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "XssMatchSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "XssMatchSetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "XssMatchSetId",
"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.*/",
"setterMethodName" : "setXssMatchSetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "xssMatchSetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "xssMatchSetId",
"variableType" : "String",
"documentation" : "The XssMatchSetId
of the XssMatchSet that you want to get. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "XssMatchSetId" ],
"shapeName" : "GetXssMatchSetRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetXssMatchSetRequest",
"variableName" : "getXssMatchSetRequest",
"variableType" : "GetXssMatchSetRequest",
"documentation" : null,
"simpleType" : "GetXssMatchSetRequest",
"variableSetterType" : "GetXssMatchSetRequest"
},
"wrapper" : false
},
"GetXssMatchSetResult" : {
"c2jName" : "GetXssMatchSetResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The response to a GetXssMatchSet request.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "XssMatchSet",
"c2jShape" : "XssMatchSet",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withXssMatchSet",
"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
*/",
"getterMethodName" : "getXssMatchSet",
"getterModel" : {
"returnType" : "XssMatchSet",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "XssMatchSet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "XssMatchSet",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "XssMatchSet",
"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
*/",
"setterMethodName" : "setXssMatchSet",
"setterModel" : {
"variableDeclarationType" : "XssMatchSet",
"variableName" : "xssMatchSet",
"variableType" : "XssMatchSet",
"documentation" : "",
"simpleType" : "XssMatchSet",
"variableSetterType" : "XssMatchSet"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "XssMatchSet",
"variableName" : "xssMatchSet",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"XssMatchSet" : {
"c2jName" : "XssMatchSet",
"c2jShape" : "XssMatchSet",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withXssMatchSet",
"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
*/",
"getterMethodName" : "getXssMatchSet",
"getterModel" : {
"returnType" : "XssMatchSet",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "XssMatchSet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "XssMatchSet",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "XssMatchSet",
"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
*/",
"setterMethodName" : "setXssMatchSet",
"setterModel" : {
"variableDeclarationType" : "XssMatchSet",
"variableName" : "xssMatchSet",
"variableType" : "XssMatchSet",
"documentation" : "",
"simpleType" : "XssMatchSet",
"variableSetterType" : "XssMatchSet"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "XssMatchSet",
"variableName" : "xssMatchSet",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetXssMatchSetResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetXssMatchSetResult",
"variableName" : "getXssMatchSetResult",
"variableType" : "GetXssMatchSetResult",
"documentation" : null,
"simpleType" : "GetXssMatchSetResult",
"variableSetterType" : "GetXssMatchSetResult"
},
"wrapper" : false
},
"HTTPHeader" : {
"c2jName" : "HTTPHeader",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"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
.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Name",
"c2jShape" : "HeaderName",
"deprecated" : false,
"documentation" : "The name of one of the headers in the sampled web request.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withName",
"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.*/",
"getterMethodName" : "getName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"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.*/",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of one of the headers in the sampled web request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Value",
"c2jShape" : "HeaderValue",
"deprecated" : false,
"documentation" : "The value of one of the headers in the sampled web request.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withValue",
"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.*/",
"getterMethodName" : "getValue",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Value",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Value",
"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.*/",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "The value of one of the headers in the sampled web request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Name" : {
"c2jName" : "Name",
"c2jShape" : "HeaderName",
"deprecated" : false,
"documentation" : "The name of one of the headers in the sampled web request.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withName",
"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.*/",
"getterMethodName" : "getName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"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.*/",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of one of the headers in the sampled web request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Value" : {
"c2jName" : "Value",
"c2jShape" : "HeaderValue",
"deprecated" : false,
"documentation" : "The value of one of the headers in the sampled web request.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withValue",
"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.*/",
"getterMethodName" : "getValue",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Value",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Value",
"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.*/",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "The value of one of the headers in the sampled web request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "HTTPHeader",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "HTTPHeader",
"variableName" : "hTTPHeader",
"variableType" : "HTTPHeader",
"documentation" : null,
"simpleType" : "HTTPHeader",
"variableSetterType" : "HTTPHeader"
},
"wrapper" : false
},
"HTTPRequest" : {
"c2jName" : "HTTPRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"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
.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ClientIP",
"c2jShape" : "IPString",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withClientIP",
"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
*/",
"getterMethodName" : "getClientIP",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ClientIP",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClientIP",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ClientIP",
"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
*/",
"setterMethodName" : "setClientIP",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "clientIP",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "clientIP",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Country",
"c2jShape" : "Country",
"deprecated" : 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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withCountry",
"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.*/",
"getterMethodName" : "getCountry",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Country",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Country",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Country",
"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.*/",
"setterMethodName" : "setCountry",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "country",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "country",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "URI",
"c2jShape" : "URIString",
"deprecated" : false,
"documentation" : "The part of a web request that identifies the resource, for example, /images/daily-ad.jpg
.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withURI",
"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
.*/",
"getterMethodName" : "getURI",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "URI",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "URI",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "URI",
"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
.*/",
"setterMethodName" : "setURI",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "uRI",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "uRI",
"variableType" : "String",
"documentation" : "The part of a web request that identifies the resource, for example, /images/daily-ad.jpg
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Method",
"c2jShape" : "HTTPMethod",
"deprecated" : false,
"documentation" : "The HTTP method specified in the sampled web request. CloudFront supports the following methods: DELETE
, GET
, HEAD
, OPTIONS
, PATCH
, POST
, and PUT
.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withMethod",
"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
.*/",
"getterMethodName" : "getMethod",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Method",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Method",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Method",
"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
.*/",
"setterMethodName" : "setMethod",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "method",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "method",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "HTTPVersion",
"c2jShape" : "HTTPVersion",
"deprecated" : false,
"documentation" : "The HTTP version specified in the sampled web request, for example, HTTP/1.1
.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withHTTPVersion",
"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
.*/",
"getterMethodName" : "getHTTPVersion",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "HTTPVersion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "HTTPVersion",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HTTPVersion",
"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
.*/",
"setterMethodName" : "setHTTPVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "hTTPVersion",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "hTTPVersion",
"variableType" : "String",
"documentation" : "The HTTP version specified in the sampled web request, for example, HTTP/1.1
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Headers",
"c2jShape" : "HTTPHeaders",
"deprecated" : 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.
",
"enumType" : null,
"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.*/",
"fluentSetterMethodName" : "withHeaders",
"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.*/",
"getterMethodName" : "getHeaders",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Headers",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Headers",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "HTTPHeader",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "HTTPHeader",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "HTTPHeader",
"variableName" : "member",
"variableType" : "HTTPHeader",
"documentation" : "",
"simpleType" : "HTTPHeader",
"variableSetterType" : "HTTPHeader"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "HTTPHeader",
"variableName" : "member",
"variableType" : "HTTPHeader",
"documentation" : "",
"simpleType" : "HTTPHeader",
"variableSetterType" : "HTTPHeader"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "HTTPHeader",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "HTTPHeader",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Headers",
"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.*/",
"setterMethodName" : "setHeaders",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "headers",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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