models.waf-2015-08-24-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-waf Show documentation
{
"metadata" : {
"apiVersion" : "2015-08-24",
"exceptionUnmarshallerImpl" : null,
"protocol" : "json",
"checksumFormat" : null,
"documentation" : "This is the AWS WAF API Reference. This guide is for developers who need detailed information about the AWS WAF API actions, data types, and errors. For detailed information about AWS WAF features and an overview of how to use the AWS WAF API, see the AWS WAF Developer Guide.
",
"defaultEndpoint" : "https://waf.amazonaws.com/",
"defaultEndpointWithoutHttpProtocol" : "waf.amazonaws.com/",
"syncInterface" : "AWSWAF",
"syncClient" : "AWSWAFClient",
"asyncInterface" : "AWSWAFAsync",
"asyncClient" : "AWSWAFAsyncClient",
"packageName" : "com.amazonaws.services.waf",
"packagePath" : "com/amazonaws/services/waf",
"serviceAbbreviation" : "WAF",
"serviceFullName" : "AWS WAF",
"hasApiWithStreamInput" : false,
"jsonContentVersion" : "application/x-amz-json-1.1",
"jsonVersion" : "1.1",
"endpointPrefix" : "waf",
"signingName" : "waf",
"xmlProtocol" : false,
"jsonProtocol" : true,
"serviceName" : "WAF",
"cborProtocol" : false,
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"unmarshallerClassSuffix" : "JsonUnmarshaller",
"protocolDefaultExceptionUnmarshallerType" : "JsonErrorUnmarshaller"
},
"operations" : {
"CreateByteMatchSet" : {
"documentation" : "Creates a ByteMatchSet
. You then use UpdateByteMatchSet to identify the part of a web request that you want AWS WAF to inspect, such as the values of the User-Agent
header or the query string. For example, you can create a ByteMatchSet
that matches any requests with User-Agent
headers that contain the string BadBot
. You can then configure AWS WAF to reject those requests.
To create and configure a ByteMatchSet
, perform the following steps:
- 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.
",
"operationName" : "CreateByteMatchSet",
"deprecated" : false,
"input" : {
"variableName" : "createByteMatchSetRequest",
"variableType" : "CreateByteMatchSetRequest",
"variableDeclarationType" : "CreateByteMatchSetRequest",
"documentation" : "",
"simpleType" : "CreateByteMatchSetRequest",
"variableSetterType" : "CreateByteMatchSetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateByteMatchSetResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "WAFDisallowedNameException",
"documentation" : "The name specified is invalid.
"
}, {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
"
}, {
"exceptionName" : "WAFInvalidParameterException",
"documentation" : "The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
- You specified an invalid parameter name.
- You specified an invalid value.
- You tried to update an object (
ByteMatchSet
, IPSet
, Rule
, or WebACL
) using an action other than INSERT
or DELETE
. - You tried to create a
WebACL
with a DefaultAction
Type
other than ALLOW
, BLOCK
, or COUNT
. - You tried to update a
WebACL
with a WafAction
Type
other than ALLOW
, BLOCK
, or COUNT
. - You tried to update a
ByteMatchSet
with a FieldToMatch
Type
other than HEADER, QUERY_STRING, or URI. - You tried to update a
ByteMatchSet
with a Field
of HEADER
but no value for Data
.
"
}, {
"exceptionName" : "WAFStaleDataException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
"
}, {
"exceptionName" : "WAFLimitsExceededException",
"documentation" : "The operation exceeds a resource limit, for example, the maximum number of WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CreateByteMatchSetResult",
"asyncReturnType" : "CreateByteMatchSetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createByteMatchSet"
},
"CreateIPSet" : {
"documentation" : "Creates an IPSet, which you use to specify which web requests you want to allow or block based on the IP addresses that the requests originate from. For example, if you're receiving a lot of requests from one or more individual IP addresses or one or more ranges of IP addresses and you want to block the requests, you can create an IPSet
that contains those IP addresses and then configure AWS WAF to block the requests.
To create and configure an IPSet
, perform the following steps:
- 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.
",
"operationName" : "CreateIPSet",
"deprecated" : false,
"input" : {
"variableName" : "createIPSetRequest",
"variableType" : "CreateIPSetRequest",
"variableDeclarationType" : "CreateIPSetRequest",
"documentation" : "",
"simpleType" : "CreateIPSetRequest",
"variableSetterType" : "CreateIPSetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateIPSetResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "WAFStaleDataException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
"
}, {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
"
}, {
"exceptionName" : "WAFDisallowedNameException",
"documentation" : "The name specified is invalid.
"
}, {
"exceptionName" : "WAFInvalidParameterException",
"documentation" : "The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
- You specified an invalid parameter name.
- You specified an invalid value.
- You tried to update an object (
ByteMatchSet
, IPSet
, Rule
, or WebACL
) using an action other than INSERT
or DELETE
. - You tried to create a
WebACL
with a DefaultAction
Type
other than ALLOW
, BLOCK
, or COUNT
. - You tried to update a
WebACL
with a WafAction
Type
other than ALLOW
, BLOCK
, or COUNT
. - You tried to update a
ByteMatchSet
with a FieldToMatch
Type
other than HEADER, QUERY_STRING, or URI. - You tried to update a
ByteMatchSet
with a Field
of HEADER
but no value for Data
.
"
}, {
"exceptionName" : "WAFLimitsExceededException",
"documentation" : "The operation exceeds a resource limit, for example, the maximum number of WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CreateIPSetResult",
"asyncReturnType" : "CreateIPSetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createIPSet"
},
"CreateRule" : {
"documentation" : "Creates a Rule
, which contains the IPSet
objects, ByteMatchSet
objects, and other predicates that identify the requests that you want to block. If you add more than one predicate to a Rule
, a request must match all of the specifications to be allowed or blocked. For example, suppose you add the following to a Rule
:
- An
IPSet
that matches the IP address 192.0.2.44/32
- A
ByteMatchSet
that matches BadBot
in the User-Agent
header
You then add the Rule
to a WebACL
and specify that you want to blocks requests that satisfy the Rule
. For a request to be blocked, it must come from the IP address 192.0.2.44 and the User-Agent
header in the request must contain the value BadBot
.
To create and configure a Rule
, perform the following steps:
- 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.
",
"operationName" : "CreateRule",
"deprecated" : false,
"input" : {
"variableName" : "createRuleRequest",
"variableType" : "CreateRuleRequest",
"variableDeclarationType" : "CreateRuleRequest",
"documentation" : "",
"simpleType" : "CreateRuleRequest",
"variableSetterType" : "CreateRuleRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateRuleResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "WAFStaleDataException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
"
}, {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
}, {
"exceptionName" : "WAFDisallowedNameException",
"documentation" : "The name specified is invalid.
"
}, {
"exceptionName" : "WAFInvalidParameterException",
"documentation" : "The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
- You specified an invalid parameter name.
- You specified an invalid value.
- You tried to update an object (
ByteMatchSet
, IPSet
, Rule
, or WebACL
) using an action other than INSERT
or DELETE
. - You tried to create a
WebACL
with a DefaultAction
Type
other than ALLOW
, BLOCK
, or COUNT
. - You tried to update a
WebACL
with a WafAction
Type
other than ALLOW
, BLOCK
, or COUNT
. - You tried to update a
ByteMatchSet
with a FieldToMatch
Type
other than HEADER, QUERY_STRING, or URI. - You tried to update a
ByteMatchSet
with a Field
of HEADER
but no value for Data
.
"
}, {
"exceptionName" : "WAFLimitsExceededException",
"documentation" : "The operation exceeds a resource limit, for example, the maximum number of WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CreateRuleResult",
"asyncReturnType" : "CreateRuleResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createRule"
},
"CreateSizeConstraintSet" : {
"documentation" : "Creates a SizeConstraintSet
. You then use UpdateSizeConstraintSet to identify the part of a web request that you want AWS WAF to check for length, such as the length of the User-Agent
header or the length of the query string. For example, you can create a SizeConstraintSet
that matches any requests that have a query string that is longer than 100 bytes. You can then configure AWS WAF to reject those requests.
To create and configure a SizeConstraintSet
, perform the following steps:
- 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.
",
"operationName" : "CreateSizeConstraintSet",
"deprecated" : false,
"input" : {
"variableName" : "createSizeConstraintSetRequest",
"variableType" : "CreateSizeConstraintSetRequest",
"variableDeclarationType" : "CreateSizeConstraintSetRequest",
"documentation" : "",
"simpleType" : "CreateSizeConstraintSetRequest",
"variableSetterType" : "CreateSizeConstraintSetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateSizeConstraintSetResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "WAFStaleDataException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
"
}, {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
"
}, {
"exceptionName" : "WAFDisallowedNameException",
"documentation" : "The name specified is invalid.
"
}, {
"exceptionName" : "WAFInvalidParameterException",
"documentation" : "The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
- You specified an invalid parameter name.
- You specified an invalid value.
- You tried to update an object (
ByteMatchSet
, IPSet
, Rule
, or WebACL
) using an action other than INSERT
or DELETE
. - You tried to create a
WebACL
with a DefaultAction
Type
other than ALLOW
, BLOCK
, or COUNT
. - You tried to update a
WebACL
with a WafAction
Type
other than ALLOW
, BLOCK
, or COUNT
. - You tried to update a
ByteMatchSet
with a FieldToMatch
Type
other than HEADER, QUERY_STRING, or URI. - You tried to update a
ByteMatchSet
with a Field
of HEADER
but no value for Data
.
"
}, {
"exceptionName" : "WAFLimitsExceededException",
"documentation" : "The operation exceeds a resource limit, for example, the maximum number of WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CreateSizeConstraintSetResult",
"asyncReturnType" : "CreateSizeConstraintSetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createSizeConstraintSet"
},
"CreateSqlInjectionMatchSet" : {
"documentation" : "Creates a SqlInjectionMatchSet, which you use to allow, block, or count requests that contain snippets of SQL code in a specified part of web requests. AWS WAF searches for character sequences that are likely to be malicious strings.
To create and configure a SqlInjectionMatchSet
, perform the following steps:
- 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.
",
"operationName" : "CreateSqlInjectionMatchSet",
"deprecated" : false,
"input" : {
"variableName" : "createSqlInjectionMatchSetRequest",
"variableType" : "CreateSqlInjectionMatchSetRequest",
"variableDeclarationType" : "CreateSqlInjectionMatchSetRequest",
"documentation" : "A request to create a SqlInjectionMatchSet.
",
"simpleType" : "CreateSqlInjectionMatchSetRequest",
"variableSetterType" : "CreateSqlInjectionMatchSetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateSqlInjectionMatchSetResult",
"documentation" : "The response to a CreateSqlInjectionMatchSet
request.
"
},
"exceptions" : [ {
"exceptionName" : "WAFDisallowedNameException",
"documentation" : "The name specified is invalid.
"
}, {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
"
}, {
"exceptionName" : "WAFInvalidParameterException",
"documentation" : "The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
- You specified an invalid parameter name.
- You specified an invalid value.
- You tried to update an object (
ByteMatchSet
, IPSet
, Rule
, or WebACL
) using an action other than INSERT
or DELETE
. - You tried to create a
WebACL
with a DefaultAction
Type
other than ALLOW
, BLOCK
, or COUNT
. - You tried to update a
WebACL
with a WafAction
Type
other than ALLOW
, BLOCK
, or COUNT
. - You tried to update a
ByteMatchSet
with a FieldToMatch
Type
other than HEADER, QUERY_STRING, or URI. - You tried to update a
ByteMatchSet
with a Field
of HEADER
but no value for Data
.
"
}, {
"exceptionName" : "WAFStaleDataException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
"
}, {
"exceptionName" : "WAFLimitsExceededException",
"documentation" : "The operation exceeds a resource limit, for example, the maximum number of WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CreateSqlInjectionMatchSetResult",
"asyncReturnType" : "CreateSqlInjectionMatchSetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createSqlInjectionMatchSet"
},
"CreateWebACL" : {
"documentation" : "Creates a WebACL
, which contains the Rules
that identify the CloudFront web requests that you want to allow, block, or count. AWS WAF evaluates Rules
in order based on the value of Priority
for each Rule
.
You also specify a default action, either ALLOW
or BLOCK
. If a web request doesn't match any of the Rules
in a WebACL
, AWS WAF responds to the request with the default action.
To create and configure a WebACL
, perform the following steps:
- 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.
",
"operationName" : "CreateWebACL",
"deprecated" : false,
"input" : {
"variableName" : "createWebACLRequest",
"variableType" : "CreateWebACLRequest",
"variableDeclarationType" : "CreateWebACLRequest",
"documentation" : "",
"simpleType" : "CreateWebACLRequest",
"variableSetterType" : "CreateWebACLRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateWebACLResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "WAFStaleDataException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
"
}, {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
"
}, {
"exceptionName" : "WAFDisallowedNameException",
"documentation" : "The name specified is invalid.
"
}, {
"exceptionName" : "WAFInvalidParameterException",
"documentation" : "The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
- You specified an invalid parameter name.
- You specified an invalid value.
- You tried to update an object (
ByteMatchSet
, IPSet
, Rule
, or WebACL
) using an action other than INSERT
or DELETE
. - You tried to create a
WebACL
with a DefaultAction
Type
other than ALLOW
, BLOCK
, or COUNT
. - You tried to update a
WebACL
with a WafAction
Type
other than ALLOW
, BLOCK
, or COUNT
. - You tried to update a
ByteMatchSet
with a FieldToMatch
Type
other than HEADER, QUERY_STRING, or URI. - You tried to update a
ByteMatchSet
with a Field
of HEADER
but no value for Data
.
"
}, {
"exceptionName" : "WAFLimitsExceededException",
"documentation" : "The operation exceeds a resource limit, for example, the maximum number of WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CreateWebACLResult",
"asyncReturnType" : "CreateWebACLResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createWebACL"
},
"CreateXssMatchSet" : {
"documentation" : "Creates an XssMatchSet, which you use to allow, block, or count requests that contain cross-site scripting attacks in the specified part of web requests. AWS WAF searches for character sequences that are likely to be malicious strings.
To create and configure an XssMatchSet
, perform the following steps:
- 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.
",
"operationName" : "CreateXssMatchSet",
"deprecated" : false,
"input" : {
"variableName" : "createXssMatchSetRequest",
"variableType" : "CreateXssMatchSetRequest",
"variableDeclarationType" : "CreateXssMatchSetRequest",
"documentation" : "A request to create an XssMatchSet.
",
"simpleType" : "CreateXssMatchSetRequest",
"variableSetterType" : "CreateXssMatchSetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateXssMatchSetResult",
"documentation" : "The response to a CreateXssMatchSet
request.
"
},
"exceptions" : [ {
"exceptionName" : "WAFDisallowedNameException",
"documentation" : "The name specified is invalid.
"
}, {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
"
}, {
"exceptionName" : "WAFInvalidParameterException",
"documentation" : "The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
- You specified an invalid parameter name.
- You specified an invalid value.
- You tried to update an object (
ByteMatchSet
, IPSet
, Rule
, or WebACL
) using an action other than INSERT
or DELETE
. - You tried to create a
WebACL
with a DefaultAction
Type
other than ALLOW
, BLOCK
, or COUNT
. - You tried to update a
WebACL
with a WafAction
Type
other than ALLOW
, BLOCK
, or COUNT
. - You tried to update a
ByteMatchSet
with a FieldToMatch
Type
other than HEADER, QUERY_STRING, or URI. - You tried to update a
ByteMatchSet
with a Field
of HEADER
but no value for Data
.
"
}, {
"exceptionName" : "WAFStaleDataException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
"
}, {
"exceptionName" : "WAFLimitsExceededException",
"documentation" : "The operation exceeds a resource limit, for example, the maximum number of WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CreateXssMatchSetResult",
"asyncReturnType" : "CreateXssMatchSetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createXssMatchSet"
},
"DeleteByteMatchSet" : {
"documentation" : "Permanently deletes a ByteMatchSet. You can't delete a ByteMatchSet
if it's still used in any Rules
or if it still includes any ByteMatchTuple objects (any filters).
If you just want to remove a ByteMatchSet
from a Rule
, use UpdateRule.
To permanently delete a ByteMatchSet
, perform the following steps:
- 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.
",
"operationName" : "DeleteByteMatchSet",
"deprecated" : false,
"input" : {
"variableName" : "deleteByteMatchSetRequest",
"variableType" : "DeleteByteMatchSetRequest",
"variableDeclarationType" : "DeleteByteMatchSetRequest",
"documentation" : "",
"simpleType" : "DeleteByteMatchSetRequest",
"variableSetterType" : "DeleteByteMatchSetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteByteMatchSetResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
"
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
"
}, {
"exceptionName" : "WAFReferencedItemException",
"documentation" : "The operation failed because you tried to delete an object that is still in use. For example:
- You tried to delete a
ByteMatchSet
that is still referenced by a Rule
. - You tried to delete a
Rule
that is still referenced by a WebACL
.
"
}, {
"exceptionName" : "WAFStaleDataException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
"
}, {
"exceptionName" : "WAFNonEmptyEntityException",
"documentation" : "The operation failed because you tried to delete an object that isn't empty. For example:
- You tried to delete a
WebACL
that still contains one or more Rule
objects. - You tried to delete a
Rule
that still contains one or more ByteMatchSet
objects or other predicates. - You tried to delete a
ByteMatchSet
that contains one or more ByteMatchTuple
objects. - You tried to delete an
IPSet
that references one or more IP addresses.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeleteByteMatchSetResult",
"asyncReturnType" : "DeleteByteMatchSetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteByteMatchSet"
},
"DeleteIPSet" : {
"documentation" : "Permanently deletes an IPSet. You can't delete an IPSet
if it's still used in any Rules
or if it still includes any IP addresses.
If you just want to remove an IPSet
from a Rule
, use UpdateRule.
To permanently delete an IPSet
from AWS WAF, perform the following steps:
- 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.
",
"operationName" : "DeleteIPSet",
"deprecated" : false,
"input" : {
"variableName" : "deleteIPSetRequest",
"variableType" : "DeleteIPSetRequest",
"variableDeclarationType" : "DeleteIPSetRequest",
"documentation" : "",
"simpleType" : "DeleteIPSetRequest",
"variableSetterType" : "DeleteIPSetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteIPSetResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "WAFStaleDataException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
"
}, {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
"
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
"
}, {
"exceptionName" : "WAFReferencedItemException",
"documentation" : "The operation failed because you tried to delete an object that is still in use. For example:
- You tried to delete a
ByteMatchSet
that is still referenced by a Rule
. - You tried to delete a
Rule
that is still referenced by a WebACL
.
"
}, {
"exceptionName" : "WAFNonEmptyEntityException",
"documentation" : "The operation failed because you tried to delete an object that isn't empty. For example:
- You tried to delete a
WebACL
that still contains one or more Rule
objects. - You tried to delete a
Rule
that still contains one or more ByteMatchSet
objects or other predicates. - You tried to delete a
ByteMatchSet
that contains one or more ByteMatchTuple
objects. - You tried to delete an
IPSet
that references one or more IP addresses.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeleteIPSetResult",
"asyncReturnType" : "DeleteIPSetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteIPSet"
},
"DeleteRule" : {
"documentation" : "Permanently deletes a Rule. You can't delete a Rule
if it's still used in any WebACL
objects or if it still includes any predicates, such as ByteMatchSet
objects.
If you just want to remove a Rule
from a WebACL
, use UpdateWebACL.
To permanently delete a Rule
from AWS WAF, perform the following steps:
- 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.
",
"operationName" : "DeleteRule",
"deprecated" : false,
"input" : {
"variableName" : "deleteRuleRequest",
"variableType" : "DeleteRuleRequest",
"variableDeclarationType" : "DeleteRuleRequest",
"documentation" : "",
"simpleType" : "DeleteRuleRequest",
"variableSetterType" : "DeleteRuleRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteRuleResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "WAFStaleDataException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
"
}, {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
"
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
"
}, {
"exceptionName" : "WAFReferencedItemException",
"documentation" : "The operation failed because you tried to delete an object that is still in use. For example:
- You tried to delete a
ByteMatchSet
that is still referenced by a Rule
. - You tried to delete a
Rule
that is still referenced by a WebACL
.
"
}, {
"exceptionName" : "WAFNonEmptyEntityException",
"documentation" : "The operation failed because you tried to delete an object that isn't empty. For example:
- You tried to delete a
WebACL
that still contains one or more Rule
objects. - You tried to delete a
Rule
that still contains one or more ByteMatchSet
objects or other predicates. - You tried to delete a
ByteMatchSet
that contains one or more ByteMatchTuple
objects. - You tried to delete an
IPSet
that references one or more IP addresses.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeleteRuleResult",
"asyncReturnType" : "DeleteRuleResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteRule"
},
"DeleteSizeConstraintSet" : {
"documentation" : "Permanently deletes a SizeConstraintSet. You can't delete a SizeConstraintSet
if it's still used in any Rules
or if it still includes any SizeConstraint objects (any filters).
If you just want to remove a SizeConstraintSet
from a Rule
, use UpdateRule.
To permanently delete a SizeConstraintSet
, perform the following steps:
- 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.
",
"operationName" : "DeleteSizeConstraintSet",
"deprecated" : false,
"input" : {
"variableName" : "deleteSizeConstraintSetRequest",
"variableType" : "DeleteSizeConstraintSetRequest",
"variableDeclarationType" : "DeleteSizeConstraintSetRequest",
"documentation" : "",
"simpleType" : "DeleteSizeConstraintSetRequest",
"variableSetterType" : "DeleteSizeConstraintSetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteSizeConstraintSetResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "WAFStaleDataException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
"
}, {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
"
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
"
}, {
"exceptionName" : "WAFReferencedItemException",
"documentation" : "The operation failed because you tried to delete an object that is still in use. For example:
- You tried to delete a
ByteMatchSet
that is still referenced by a Rule
. - You tried to delete a
Rule
that is still referenced by a WebACL
.
"
}, {
"exceptionName" : "WAFNonEmptyEntityException",
"documentation" : "The operation failed because you tried to delete an object that isn't empty. For example:
- You tried to delete a
WebACL
that still contains one or more Rule
objects. - You tried to delete a
Rule
that still contains one or more ByteMatchSet
objects or other predicates. - You tried to delete a
ByteMatchSet
that contains one or more ByteMatchTuple
objects. - You tried to delete an
IPSet
that references one or more IP addresses.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeleteSizeConstraintSetResult",
"asyncReturnType" : "DeleteSizeConstraintSetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteSizeConstraintSet"
},
"DeleteSqlInjectionMatchSet" : {
"documentation" : "Permanently deletes a SqlInjectionMatchSet. You can't delete a SqlInjectionMatchSet
if it's still used in any Rules
or if it still contains any SqlInjectionMatchTuple objects.
If you just want to remove a SqlInjectionMatchSet
from a Rule
, use UpdateRule.
To permanently delete a SqlInjectionMatchSet
from AWS WAF, perform the following steps:
- 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.
",
"operationName" : "DeleteSqlInjectionMatchSet",
"deprecated" : false,
"input" : {
"variableName" : "deleteSqlInjectionMatchSetRequest",
"variableType" : "DeleteSqlInjectionMatchSetRequest",
"variableDeclarationType" : "DeleteSqlInjectionMatchSetRequest",
"documentation" : "A request to delete a SqlInjectionMatchSet from AWS WAF.
",
"simpleType" : "DeleteSqlInjectionMatchSetRequest",
"variableSetterType" : "DeleteSqlInjectionMatchSetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteSqlInjectionMatchSetResult",
"documentation" : "The response to a request to delete a SqlInjectionMatchSet from AWS WAF.
"
},
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
"
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
"
}, {
"exceptionName" : "WAFReferencedItemException",
"documentation" : "The operation failed because you tried to delete an object that is still in use. For example:
- You tried to delete a
ByteMatchSet
that is still referenced by a Rule
. - You tried to delete a
Rule
that is still referenced by a WebACL
.
"
}, {
"exceptionName" : "WAFStaleDataException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
"
}, {
"exceptionName" : "WAFNonEmptyEntityException",
"documentation" : "The operation failed because you tried to delete an object that isn't empty. For example:
- You tried to delete a
WebACL
that still contains one or more Rule
objects. - You tried to delete a
Rule
that still contains one or more ByteMatchSet
objects or other predicates. - You tried to delete a
ByteMatchSet
that contains one or more ByteMatchTuple
objects. - You tried to delete an
IPSet
that references one or more IP addresses.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeleteSqlInjectionMatchSetResult",
"asyncReturnType" : "DeleteSqlInjectionMatchSetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteSqlInjectionMatchSet"
},
"DeleteWebACL" : {
"documentation" : "Permanently deletes a WebACL. You can't delete a WebACL
if it still contains any Rules
.
To delete a WebACL
, perform the following steps:
- 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.
",
"operationName" : "DeleteWebACL",
"deprecated" : false,
"input" : {
"variableName" : "deleteWebACLRequest",
"variableType" : "DeleteWebACLRequest",
"variableDeclarationType" : "DeleteWebACLRequest",
"documentation" : "",
"simpleType" : "DeleteWebACLRequest",
"variableSetterType" : "DeleteWebACLRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteWebACLResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "WAFStaleDataException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
"
}, {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
"
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
"
}, {
"exceptionName" : "WAFReferencedItemException",
"documentation" : "The operation failed because you tried to delete an object that is still in use. For example:
- You tried to delete a
ByteMatchSet
that is still referenced by a Rule
. - You tried to delete a
Rule
that is still referenced by a WebACL
.
"
}, {
"exceptionName" : "WAFNonEmptyEntityException",
"documentation" : "The operation failed because you tried to delete an object that isn't empty. For example:
- You tried to delete a
WebACL
that still contains one or more Rule
objects. - You tried to delete a
Rule
that still contains one or more ByteMatchSet
objects or other predicates. - You tried to delete a
ByteMatchSet
that contains one or more ByteMatchTuple
objects. - You tried to delete an
IPSet
that references one or more IP addresses.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeleteWebACLResult",
"asyncReturnType" : "DeleteWebACLResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteWebACL"
},
"DeleteXssMatchSet" : {
"documentation" : "Permanently deletes an XssMatchSet. You can't delete an XssMatchSet
if it's still used in any Rules
or if it still contains any XssMatchTuple objects.
If you just want to remove an XssMatchSet
from a Rule
, use UpdateRule.
To permanently delete an XssMatchSet
from AWS WAF, perform the following steps:
- 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.
",
"operationName" : "DeleteXssMatchSet",
"deprecated" : false,
"input" : {
"variableName" : "deleteXssMatchSetRequest",
"variableType" : "DeleteXssMatchSetRequest",
"variableDeclarationType" : "DeleteXssMatchSetRequest",
"documentation" : "A request to delete an XssMatchSet from AWS WAF.
",
"simpleType" : "DeleteXssMatchSetRequest",
"variableSetterType" : "DeleteXssMatchSetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteXssMatchSetResult",
"documentation" : "The response to a request to delete an XssMatchSet from AWS WAF.
"
},
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
"
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
"
}, {
"exceptionName" : "WAFReferencedItemException",
"documentation" : "The operation failed because you tried to delete an object that is still in use. For example:
- You tried to delete a
ByteMatchSet
that is still referenced by a Rule
. - You tried to delete a
Rule
that is still referenced by a WebACL
.
"
}, {
"exceptionName" : "WAFStaleDataException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
"
}, {
"exceptionName" : "WAFNonEmptyEntityException",
"documentation" : "The operation failed because you tried to delete an object that isn't empty. For example:
- You tried to delete a
WebACL
that still contains one or more Rule
objects. - You tried to delete a
Rule
that still contains one or more ByteMatchSet
objects or other predicates. - You tried to delete a
ByteMatchSet
that contains one or more ByteMatchTuple
objects. - You tried to delete an
IPSet
that references one or more IP addresses.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeleteXssMatchSetResult",
"asyncReturnType" : "DeleteXssMatchSetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteXssMatchSet"
},
"GetByteMatchSet" : {
"documentation" : "Returns the ByteMatchSet specified by ByteMatchSetId
.
",
"operationName" : "GetByteMatchSet",
"deprecated" : false,
"input" : {
"variableName" : "getByteMatchSetRequest",
"variableType" : "GetByteMatchSetRequest",
"variableDeclarationType" : "GetByteMatchSetRequest",
"documentation" : "",
"simpleType" : "GetByteMatchSetRequest",
"variableSetterType" : "GetByteMatchSetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetByteMatchSetResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
"
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetByteMatchSetResult",
"asyncReturnType" : "GetByteMatchSetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getByteMatchSet"
},
"GetChangeToken" : {
"documentation" : "When you want to create, update, or delete AWS WAF objects, get a change token and include the change token in the create, update, or delete request. Change tokens ensure that your application doesn't submit conflicting requests to AWS WAF.
Each create, update, or delete request must use a unique change token. If your application submits a GetChangeToken
request and then submits a second GetChangeToken
request before submitting a create, update, or delete request, the second GetChangeToken
request returns the same value as the first GetChangeToken
request.
When you use a change token in a create, update, or delete request, the status of the change token changes to PENDING
, which indicates that AWS WAF is propagating the change to all AWS WAF servers. Use GetChangeTokenStatus
to determine the status of your change token.
",
"operationName" : "GetChangeToken",
"deprecated" : false,
"input" : {
"variableName" : "getChangeTokenRequest",
"variableType" : "GetChangeTokenRequest",
"variableDeclarationType" : "GetChangeTokenRequest",
"documentation" : "",
"simpleType" : "GetChangeTokenRequest",
"variableSetterType" : "GetChangeTokenRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetChangeTokenResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetChangeTokenResult",
"asyncReturnType" : "GetChangeTokenResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getChangeToken"
},
"GetChangeTokenStatus" : {
"documentation" : "Returns the status of a ChangeToken
that you got by calling GetChangeToken. ChangeTokenStatus
is one of the following values:
PROVISIONED
: You requested the change token by calling GetChangeToken
, but you haven't used it yet in a call to create, update, or delete an AWS WAF object. PENDING
: AWS WAF is propagating the create, update, or delete request to all AWS WAF servers. IN_SYNC
: Propagation is complete.
",
"operationName" : "GetChangeTokenStatus",
"deprecated" : false,
"input" : {
"variableName" : "getChangeTokenStatusRequest",
"variableType" : "GetChangeTokenStatusRequest",
"variableDeclarationType" : "GetChangeTokenStatusRequest",
"documentation" : "",
"simpleType" : "GetChangeTokenStatusRequest",
"variableSetterType" : "GetChangeTokenStatusRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetChangeTokenStatusResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
"
}, {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetChangeTokenStatusResult",
"asyncReturnType" : "GetChangeTokenStatusResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getChangeTokenStatus"
},
"GetIPSet" : {
"documentation" : "Returns the IPSet that is specified by IPSetId
.
",
"operationName" : "GetIPSet",
"deprecated" : false,
"input" : {
"variableName" : "getIPSetRequest",
"variableType" : "GetIPSetRequest",
"variableDeclarationType" : "GetIPSetRequest",
"documentation" : "",
"simpleType" : "GetIPSetRequest",
"variableSetterType" : "GetIPSetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetIPSetResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
"
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetIPSetResult",
"asyncReturnType" : "GetIPSetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getIPSet"
},
"GetRule" : {
"documentation" : "Returns the Rule that is specified by the RuleId
that you included in the GetRule
request.
",
"operationName" : "GetRule",
"deprecated" : false,
"input" : {
"variableName" : "getRuleRequest",
"variableType" : "GetRuleRequest",
"variableDeclarationType" : "GetRuleRequest",
"documentation" : "",
"simpleType" : "GetRuleRequest",
"variableSetterType" : "GetRuleRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetRuleResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
"
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetRuleResult",
"asyncReturnType" : "GetRuleResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getRule"
},
"GetSampledRequests" : {
"documentation" : "Gets detailed information about a specified number of requests--a sample--that AWS WAF randomly selects from among the first 5,000 requests that your AWS resource received during a time range that you choose. You can specify a sample size of up to 100 requests, and you can specify any time range in the previous three hours.
GetSampledRequests
returns a time range, which is usually the time range that you specified. However, if your resource (such as a CloudFront distribution) received 5,000 requests before the specified time range elapsed, GetSampledRequests
returns an updated time range. This new time range indicates the actual period during which AWS WAF selected the requests in the sample.
",
"operationName" : "GetSampledRequests",
"deprecated" : false,
"input" : {
"variableName" : "getSampledRequestsRequest",
"variableType" : "GetSampledRequestsRequest",
"variableDeclarationType" : "GetSampledRequestsRequest",
"documentation" : "",
"simpleType" : "GetSampledRequestsRequest",
"variableSetterType" : "GetSampledRequestsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetSampledRequestsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
"
}, {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetSampledRequestsResult",
"asyncReturnType" : "GetSampledRequestsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getSampledRequests"
},
"GetSizeConstraintSet" : {
"documentation" : "Returns the SizeConstraintSet specified by SizeConstraintSetId
.
",
"operationName" : "GetSizeConstraintSet",
"deprecated" : false,
"input" : {
"variableName" : "getSizeConstraintSetRequest",
"variableType" : "GetSizeConstraintSetRequest",
"variableDeclarationType" : "GetSizeConstraintSetRequest",
"documentation" : "",
"simpleType" : "GetSizeConstraintSetRequest",
"variableSetterType" : "GetSizeConstraintSetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetSizeConstraintSetResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
"
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetSizeConstraintSetResult",
"asyncReturnType" : "GetSizeConstraintSetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getSizeConstraintSet"
},
"GetSqlInjectionMatchSet" : {
"documentation" : "Returns the SqlInjectionMatchSet that is specified by SqlInjectionMatchSetId
.
",
"operationName" : "GetSqlInjectionMatchSet",
"deprecated" : false,
"input" : {
"variableName" : "getSqlInjectionMatchSetRequest",
"variableType" : "GetSqlInjectionMatchSetRequest",
"variableDeclarationType" : "GetSqlInjectionMatchSetRequest",
"documentation" : "A request to get a SqlInjectionMatchSet.
",
"simpleType" : "GetSqlInjectionMatchSetRequest",
"variableSetterType" : "GetSqlInjectionMatchSetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetSqlInjectionMatchSetResult",
"documentation" : "The response to a GetSqlInjectionMatchSet request.
"
},
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
"
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetSqlInjectionMatchSetResult",
"asyncReturnType" : "GetSqlInjectionMatchSetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getSqlInjectionMatchSet"
},
"GetWebACL" : {
"documentation" : "Returns the WebACL that is specified by WebACLId
.
",
"operationName" : "GetWebACL",
"deprecated" : false,
"input" : {
"variableName" : "getWebACLRequest",
"variableType" : "GetWebACLRequest",
"variableDeclarationType" : "GetWebACLRequest",
"documentation" : "",
"simpleType" : "GetWebACLRequest",
"variableSetterType" : "GetWebACLRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetWebACLResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
"
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetWebACLResult",
"asyncReturnType" : "GetWebACLResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getWebACL"
},
"GetXssMatchSet" : {
"documentation" : "Returns the XssMatchSet that is specified by XssMatchSetId
.
",
"operationName" : "GetXssMatchSet",
"deprecated" : false,
"input" : {
"variableName" : "getXssMatchSetRequest",
"variableType" : "GetXssMatchSetRequest",
"variableDeclarationType" : "GetXssMatchSetRequest",
"documentation" : "A request to get an XssMatchSet.
",
"simpleType" : "GetXssMatchSetRequest",
"variableSetterType" : "GetXssMatchSetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetXssMatchSetResult",
"documentation" : "The response to a GetXssMatchSet request.
"
},
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
"
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetXssMatchSetResult",
"asyncReturnType" : "GetXssMatchSetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getXssMatchSet"
},
"ListByteMatchSets" : {
"documentation" : "Returns an array of ByteMatchSetSummary objects.
",
"operationName" : "ListByteMatchSets",
"deprecated" : false,
"input" : {
"variableName" : "listByteMatchSetsRequest",
"variableType" : "ListByteMatchSetsRequest",
"variableDeclarationType" : "ListByteMatchSetsRequest",
"documentation" : "",
"simpleType" : "ListByteMatchSetsRequest",
"variableSetterType" : "ListByteMatchSetsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListByteMatchSetsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListByteMatchSetsResult",
"asyncReturnType" : "ListByteMatchSetsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listByteMatchSets"
},
"ListIPSets" : {
"documentation" : "Returns an array of IPSetSummary objects in the response.
",
"operationName" : "ListIPSets",
"deprecated" : false,
"input" : {
"variableName" : "listIPSetsRequest",
"variableType" : "ListIPSetsRequest",
"variableDeclarationType" : "ListIPSetsRequest",
"documentation" : "",
"simpleType" : "ListIPSetsRequest",
"variableSetterType" : "ListIPSetsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListIPSetsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListIPSetsResult",
"asyncReturnType" : "ListIPSetsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listIPSets"
},
"ListRules" : {
"documentation" : "Returns an array of RuleSummary objects.
",
"operationName" : "ListRules",
"deprecated" : false,
"input" : {
"variableName" : "listRulesRequest",
"variableType" : "ListRulesRequest",
"variableDeclarationType" : "ListRulesRequest",
"documentation" : "",
"simpleType" : "ListRulesRequest",
"variableSetterType" : "ListRulesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListRulesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListRulesResult",
"asyncReturnType" : "ListRulesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listRules"
},
"ListSizeConstraintSets" : {
"documentation" : "Returns an array of SizeConstraintSetSummary objects.
",
"operationName" : "ListSizeConstraintSets",
"deprecated" : false,
"input" : {
"variableName" : "listSizeConstraintSetsRequest",
"variableType" : "ListSizeConstraintSetsRequest",
"variableDeclarationType" : "ListSizeConstraintSetsRequest",
"documentation" : "",
"simpleType" : "ListSizeConstraintSetsRequest",
"variableSetterType" : "ListSizeConstraintSetsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListSizeConstraintSetsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListSizeConstraintSetsResult",
"asyncReturnType" : "ListSizeConstraintSetsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listSizeConstraintSets"
},
"ListSqlInjectionMatchSets" : {
"documentation" : "Returns an array of SqlInjectionMatchSet objects.
",
"operationName" : "ListSqlInjectionMatchSets",
"deprecated" : false,
"input" : {
"variableName" : "listSqlInjectionMatchSetsRequest",
"variableType" : "ListSqlInjectionMatchSetsRequest",
"variableDeclarationType" : "ListSqlInjectionMatchSetsRequest",
"documentation" : "A request to list the SqlInjectionMatchSet objects created by the current AWS account.
",
"simpleType" : "ListSqlInjectionMatchSetsRequest",
"variableSetterType" : "ListSqlInjectionMatchSetsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListSqlInjectionMatchSetsResult",
"documentation" : "The response to a ListSqlInjectionMatchSets request.
"
},
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListSqlInjectionMatchSetsResult",
"asyncReturnType" : "ListSqlInjectionMatchSetsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listSqlInjectionMatchSets"
},
"ListWebACLs" : {
"documentation" : "Returns an array of WebACLSummary objects in the response.
",
"operationName" : "ListWebACLs",
"deprecated" : false,
"input" : {
"variableName" : "listWebACLsRequest",
"variableType" : "ListWebACLsRequest",
"variableDeclarationType" : "ListWebACLsRequest",
"documentation" : "",
"simpleType" : "ListWebACLsRequest",
"variableSetterType" : "ListWebACLsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListWebACLsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListWebACLsResult",
"asyncReturnType" : "ListWebACLsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listWebACLs"
},
"ListXssMatchSets" : {
"documentation" : "Returns an array of XssMatchSet objects.
",
"operationName" : "ListXssMatchSets",
"deprecated" : false,
"input" : {
"variableName" : "listXssMatchSetsRequest",
"variableType" : "ListXssMatchSetsRequest",
"variableDeclarationType" : "ListXssMatchSetsRequest",
"documentation" : "A request to list the XssMatchSet objects created by the current AWS account.
",
"simpleType" : "ListXssMatchSetsRequest",
"variableSetterType" : "ListXssMatchSetsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListXssMatchSetsResult",
"documentation" : "The response to a ListXssMatchSets request.
"
},
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListXssMatchSetsResult",
"asyncReturnType" : "ListXssMatchSetsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listXssMatchSets"
},
"UpdateByteMatchSet" : {
"documentation" : "Inserts or deletes ByteMatchTuple objects (filters) in a ByteMatchSet. For each ByteMatchTuple
object, you specify the following values:
- Whether to insert or delete the object from the array. If you want to change a
ByteMatchSetUpdate
object, you delete the existing object and add a new one. - The part of a web request that you want AWS WAF to inspect, such as a query string or the value of the
User-Agent
header. - The bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to look for. For more information, including how you specify the values for the AWS WAF API and the AWS CLI or SDKs, see
TargetString
in the ByteMatchTuple data type. - Where to look, such as at the beginning or the end of a query string.
- Whether to perform any conversions on the request, such as converting it to lowercase, before inspecting it for the specified string.
For example, you can add a ByteMatchSetUpdate
object that matches web requests in which User-Agent
headers contain the string BadBot
. You can then configure AWS WAF to block those requests.
To create and configure a ByteMatchSet
, perform the following steps:
- 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.
",
"operationName" : "UpdateByteMatchSet",
"deprecated" : false,
"input" : {
"variableName" : "updateByteMatchSetRequest",
"variableType" : "UpdateByteMatchSetRequest",
"variableDeclarationType" : "UpdateByteMatchSetRequest",
"documentation" : "",
"simpleType" : "UpdateByteMatchSetRequest",
"variableSetterType" : "UpdateByteMatchSetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateByteMatchSetResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
"
}, {
"exceptionName" : "WAFInvalidOperationException",
"documentation" : "The operation failed because there was nothing to do. For example:
- You tried to remove a
Rule
from a WebACL
, but the Rule
isn't in the specified WebACL
. - You tried to remove an IP address from an
IPSet
, but the IP address isn't in the specified IPSet
. - You tried to remove a
ByteMatchTuple
from a ByteMatchSet
, but the ByteMatchTuple
isn't in the specified WebACL
. - You tried to add a
Rule
to a WebACL
, but the Rule
already exists in the specified WebACL
. - You tried to add an IP address to an
IPSet
, but the IP address already exists in the specified IPSet
. - You tried to add a
ByteMatchTuple
to a ByteMatchSet
, but the ByteMatchTuple
already exists in the specified WebACL
.
"
}, {
"exceptionName" : "WAFInvalidParameterException",
"documentation" : "The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
- You specified an invalid parameter name.
- You specified an invalid value.
- You tried to update an object (
ByteMatchSet
, IPSet
, Rule
, or WebACL
) using an action other than INSERT
or DELETE
. - You tried to create a
WebACL
with a DefaultAction
Type
other than ALLOW
, BLOCK
, or COUNT
. - You tried to update a
WebACL
with a WafAction
Type
other than ALLOW
, BLOCK
, or COUNT
. - You tried to update a
ByteMatchSet
with a FieldToMatch
Type
other than HEADER, QUERY_STRING, or URI. - You tried to update a
ByteMatchSet
with a Field
of HEADER
but no value for Data
.
"
}, {
"exceptionName" : "WAFNonexistentContainerException",
"documentation" : "The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:
- You tried to add a
Rule
to or delete a Rule
from a WebACL
that doesn't exist. - You tried to add a
ByteMatchSet
to or delete a ByteMatchSet
from a Rule
that doesn't exist. - You tried to add an IP address to or delete an IP address from an
IPSet
that doesn't exist. - You tried to add a
ByteMatchTuple
to or delete a ByteMatchTuple
from a ByteMatchSet
that doesn't exist.
"
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
"
}, {
"exceptionName" : "WAFStaleDataException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
"
}, {
"exceptionName" : "WAFLimitsExceededException",
"documentation" : "The operation exceeds a resource limit, for example, the maximum number of WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "UpdateByteMatchSetResult",
"asyncReturnType" : "UpdateByteMatchSetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "updateByteMatchSet"
},
"UpdateIPSet" : {
"documentation" : "Inserts or deletes IPSetDescriptor objects in an IPSet
. For each IPSetDescriptor
object, you specify the following values:
- Whether to insert or delete the object from the array. If you want to change an
IPSetDescriptor
object, you delete the existing object and add a new one. - The IP address version,
IPv4
. - The IP address in CIDR notation, for example,
192.0.2.0/24
(for the range of IP addresses from 192.0.2.0
to 192.0.2.255
) or 192.0.2.44/32
(for the individual IP address 192.0.2.44
).
AWS WAF supports /8, /16, /24, and /32 IP address ranges. For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.
You use an IPSet
to specify which web requests you want to allow or block based on the IP addresses that the requests originated from. For example, if you're receiving a lot of requests from one or a small number of IP addresses and you want to block the requests, you can create an IPSet
that specifies those IP addresses, and then configure AWS WAF to block the requests.
To create and configure an IPSet
, perform the following steps:
- 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.
",
"operationName" : "UpdateIPSet",
"deprecated" : false,
"input" : {
"variableName" : "updateIPSetRequest",
"variableType" : "UpdateIPSetRequest",
"variableDeclarationType" : "UpdateIPSetRequest",
"documentation" : "",
"simpleType" : "UpdateIPSetRequest",
"variableSetterType" : "UpdateIPSetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateIPSetResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "WAFStaleDataException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
"
}, {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
"
}, {
"exceptionName" : "WAFInvalidOperationException",
"documentation" : "The operation failed because there was nothing to do. For example:
- You tried to remove a
Rule
from a WebACL
, but the Rule
isn't in the specified WebACL
. - You tried to remove an IP address from an
IPSet
, but the IP address isn't in the specified IPSet
. - You tried to remove a
ByteMatchTuple
from a ByteMatchSet
, but the ByteMatchTuple
isn't in the specified WebACL
. - You tried to add a
Rule
to a WebACL
, but the Rule
already exists in the specified WebACL
. - You tried to add an IP address to an
IPSet
, but the IP address already exists in the specified IPSet
. - You tried to add a
ByteMatchTuple
to a ByteMatchSet
, but the ByteMatchTuple
already exists in the specified WebACL
.
"
}, {
"exceptionName" : "WAFInvalidParameterException",
"documentation" : "The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
- You specified an invalid parameter name.
- You specified an invalid value.
- You tried to update an object (
ByteMatchSet
, IPSet
, Rule
, or WebACL
) using an action other than INSERT
or DELETE
. - You tried to create a
WebACL
with a DefaultAction
Type
other than ALLOW
, BLOCK
, or COUNT
. - You tried to update a
WebACL
with a WafAction
Type
other than ALLOW
, BLOCK
, or COUNT
. - You tried to update a
ByteMatchSet
with a FieldToMatch
Type
other than HEADER, QUERY_STRING, or URI. - You tried to update a
ByteMatchSet
with a Field
of HEADER
but no value for Data
.
"
}, {
"exceptionName" : "WAFNonexistentContainerException",
"documentation" : "The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:
- You tried to add a
Rule
to or delete a Rule
from a WebACL
that doesn't exist. - You tried to add a
ByteMatchSet
to or delete a ByteMatchSet
from a Rule
that doesn't exist. - You tried to add an IP address to or delete an IP address from an
IPSet
that doesn't exist. - You tried to add a
ByteMatchTuple
to or delete a ByteMatchTuple
from a ByteMatchSet
that doesn't exist.
"
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
"
}, {
"exceptionName" : "WAFReferencedItemException",
"documentation" : "The operation failed because you tried to delete an object that is still in use. For example:
- You tried to delete a
ByteMatchSet
that is still referenced by a Rule
. - You tried to delete a
Rule
that is still referenced by a WebACL
.
"
}, {
"exceptionName" : "WAFLimitsExceededException",
"documentation" : "The operation exceeds a resource limit, for example, the maximum number of WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "UpdateIPSetResult",
"asyncReturnType" : "UpdateIPSetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "updateIPSet"
},
"UpdateRule" : {
"documentation" : "Inserts or deletes Predicate objects in a Rule
. Each Predicate
object identifies a predicate, such as a ByteMatchSet or an IPSet, that specifies the web requests that you want to allow, block, or count. If you add more than one predicate to a Rule
, a request must match all of the specifications to be allowed, blocked, or counted. For example, suppose you add the following to a Rule
:
- A
ByteMatchSet
that matches the value BadBot
in the User-Agent
header - An
IPSet
that matches the IP address 192.0.2.44
You then add the Rule
to a WebACL
and specify that you want to block requests that satisfy the Rule
. For a request to be blocked, the User-Agent
header in the request must contain the value BadBot
and the request must originate from the IP address 192.0.2.44.
To create and configure a Rule
, perform the following steps:
- 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.
",
"operationName" : "UpdateRule",
"deprecated" : false,
"input" : {
"variableName" : "updateRuleRequest",
"variableType" : "UpdateRuleRequest",
"variableDeclarationType" : "UpdateRuleRequest",
"documentation" : "",
"simpleType" : "UpdateRuleRequest",
"variableSetterType" : "UpdateRuleRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateRuleResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "WAFStaleDataException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
"
}, {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
"
}, {
"exceptionName" : "WAFInvalidOperationException",
"documentation" : "The operation failed because there was nothing to do. For example:
- You tried to remove a
Rule
from a WebACL
, but the Rule
isn't in the specified WebACL
. - You tried to remove an IP address from an
IPSet
, but the IP address isn't in the specified IPSet
. - You tried to remove a
ByteMatchTuple
from a ByteMatchSet
, but the ByteMatchTuple
isn't in the specified WebACL
. - You tried to add a
Rule
to a WebACL
, but the Rule
already exists in the specified WebACL
. - You tried to add an IP address to an
IPSet
, but the IP address already exists in the specified IPSet
. - You tried to add a
ByteMatchTuple
to a ByteMatchSet
, but the ByteMatchTuple
already exists in the specified WebACL
.
"
}, {
"exceptionName" : "WAFInvalidParameterException",
"documentation" : "The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
- You specified an invalid parameter name.
- You specified an invalid value.
- You tried to update an object (
ByteMatchSet
, IPSet
, Rule
, or WebACL
) using an action other than INSERT
or DELETE
. - You tried to create a
WebACL
with a DefaultAction
Type
other than ALLOW
, BLOCK
, or COUNT
. - You tried to update a
WebACL
with a WafAction
Type
other than ALLOW
, BLOCK
, or COUNT
. - You tried to update a
ByteMatchSet
with a FieldToMatch
Type
other than HEADER, QUERY_STRING, or URI. - You tried to update a
ByteMatchSet
with a Field
of HEADER
but no value for Data
.
"
}, {
"exceptionName" : "WAFNonexistentContainerException",
"documentation" : "The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:
- You tried to add a
Rule
to or delete a Rule
from a WebACL
that doesn't exist. - You tried to add a
ByteMatchSet
to or delete a ByteMatchSet
from a Rule
that doesn't exist. - You tried to add an IP address to or delete an IP address from an
IPSet
that doesn't exist. - You tried to add a
ByteMatchTuple
to or delete a ByteMatchTuple
from a ByteMatchSet
that doesn't exist.
"
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
"
}, {
"exceptionName" : "WAFReferencedItemException",
"documentation" : "The operation failed because you tried to delete an object that is still in use. For example:
- You tried to delete a
ByteMatchSet
that is still referenced by a Rule
. - You tried to delete a
Rule
that is still referenced by a WebACL
.
"
}, {
"exceptionName" : "WAFLimitsExceededException",
"documentation" : "The operation exceeds a resource limit, for example, the maximum number of WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "UpdateRuleResult",
"asyncReturnType" : "UpdateRuleResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "updateRule"
},
"UpdateSizeConstraintSet" : {
"documentation" : "Inserts or deletes SizeConstraint objects (filters) in a SizeConstraintSet. For each SizeConstraint
object, you specify the following values:
- Whether to insert or delete the object from the array. If you want to change a
SizeConstraintSetUpdate
object, you delete the existing object and add a new one. - The part of a web request that you want AWS WAF to evaluate, such as the length of a query string or the length of the
User-Agent
header. - Whether to perform any transformations on the request, such as converting it to lowercase, before checking its length. Note that transformations of the request body are not supported because the AWS resource forwards only the first
8192
bytes of your request to AWS WAF. - A
ComparisonOperator
used for evaluating the selected part of the request against the specified Size
, such as equals, greater than, less than, and so on. - The length, in bytes, that you want AWS WAF to watch for in selected part of the request. The length is computed after applying the transformation.
For example, you can add a SizeConstraintSetUpdate
object that matches web requests in which the length of the User-Agent
header is greater than 100 bytes. You can then configure AWS WAF to block those requests.
To create and configure a SizeConstraintSet
, perform the following steps:
- 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.
",
"operationName" : "UpdateSizeConstraintSet",
"deprecated" : false,
"input" : {
"variableName" : "updateSizeConstraintSetRequest",
"variableType" : "UpdateSizeConstraintSetRequest",
"variableDeclarationType" : "UpdateSizeConstraintSetRequest",
"documentation" : "",
"simpleType" : "UpdateSizeConstraintSetRequest",
"variableSetterType" : "UpdateSizeConstraintSetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateSizeConstraintSetResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "WAFStaleDataException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
"
}, {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
"
}, {
"exceptionName" : "WAFInvalidOperationException",
"documentation" : "The operation failed because there was nothing to do. For example:
- You tried to remove a
Rule
from a WebACL
, but the Rule
isn't in the specified WebACL
. - You tried to remove an IP address from an
IPSet
, but the IP address isn't in the specified IPSet
. - You tried to remove a
ByteMatchTuple
from a ByteMatchSet
, but the ByteMatchTuple
isn't in the specified WebACL
. - You tried to add a
Rule
to a WebACL
, but the Rule
already exists in the specified WebACL
. - You tried to add an IP address to an
IPSet
, but the IP address already exists in the specified IPSet
. - You tried to add a
ByteMatchTuple
to a ByteMatchSet
, but the ByteMatchTuple
already exists in the specified WebACL
.
"
}, {
"exceptionName" : "WAFInvalidParameterException",
"documentation" : "The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
- You specified an invalid parameter name.
- You specified an invalid value.
- You tried to update an object (
ByteMatchSet
, IPSet
, Rule
, or WebACL
) using an action other than INSERT
or DELETE
. - You tried to create a
WebACL
with a DefaultAction
Type
other than ALLOW
, BLOCK
, or COUNT
. - You tried to update a
WebACL
with a WafAction
Type
other than ALLOW
, BLOCK
, or COUNT
. - You tried to update a
ByteMatchSet
with a FieldToMatch
Type
other than HEADER, QUERY_STRING, or URI. - You tried to update a
ByteMatchSet
with a Field
of HEADER
but no value for Data
.
"
}, {
"exceptionName" : "WAFNonexistentContainerException",
"documentation" : "The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:
- You tried to add a
Rule
to or delete a Rule
from a WebACL
that doesn't exist. - You tried to add a
ByteMatchSet
to or delete a ByteMatchSet
from a Rule
that doesn't exist. - You tried to add an IP address to or delete an IP address from an
IPSet
that doesn't exist. - You tried to add a
ByteMatchTuple
to or delete a ByteMatchTuple
from a ByteMatchSet
that doesn't exist.
"
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
"
}, {
"exceptionName" : "WAFReferencedItemException",
"documentation" : "The operation failed because you tried to delete an object that is still in use. For example:
- You tried to delete a
ByteMatchSet
that is still referenced by a Rule
. - You tried to delete a
Rule
that is still referenced by a WebACL
.
"
}, {
"exceptionName" : "WAFLimitsExceededException",
"documentation" : "The operation exceeds a resource limit, for example, the maximum number of WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "UpdateSizeConstraintSetResult",
"asyncReturnType" : "UpdateSizeConstraintSetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "updateSizeConstraintSet"
},
"UpdateSqlInjectionMatchSet" : {
"documentation" : "Inserts or deletes SqlInjectionMatchTuple objects (filters) in a SqlInjectionMatchSet. For each SqlInjectionMatchTuple
object, you specify the following values:
Action
: Whether to insert the object into or delete the object from the array. To change a SqlInjectionMatchTuple
, you delete the existing object and add a new one. FieldToMatch
: The part of web requests that you want AWS WAF to inspect and, if you want AWS WAF to inspect a header, the name of the header. TextTransformation
: Which text transformation, if any, to perform on the web request before inspecting the request for snippets of malicious SQL code.
You use SqlInjectionMatchSet
objects to specify which CloudFront requests you want to allow, block, or count. For example, if you're receiving requests that contain snippets of SQL code in the query string and you want to block the requests, you can create a SqlInjectionMatchSet
with the applicable settings, and then configure AWS WAF to block the requests.
To create and configure a SqlInjectionMatchSet
, perform the following steps:
- 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.
",
"operationName" : "UpdateSqlInjectionMatchSet",
"deprecated" : false,
"input" : {
"variableName" : "updateSqlInjectionMatchSetRequest",
"variableType" : "UpdateSqlInjectionMatchSetRequest",
"variableDeclarationType" : "UpdateSqlInjectionMatchSetRequest",
"documentation" : "A request to update a SqlInjectionMatchSet.
",
"simpleType" : "UpdateSqlInjectionMatchSetRequest",
"variableSetterType" : "UpdateSqlInjectionMatchSetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateSqlInjectionMatchSetResult",
"documentation" : "The response to an UpdateSqlInjectionMatchSets request.
"
},
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
"
}, {
"exceptionName" : "WAFInvalidOperationException",
"documentation" : "The operation failed because there was nothing to do. For example:
- You tried to remove a
Rule
from a WebACL
, but the Rule
isn't in the specified WebACL
. - You tried to remove an IP address from an
IPSet
, but the IP address isn't in the specified IPSet
. - You tried to remove a
ByteMatchTuple
from a ByteMatchSet
, but the ByteMatchTuple
isn't in the specified WebACL
. - You tried to add a
Rule
to a WebACL
, but the Rule
already exists in the specified WebACL
. - You tried to add an IP address to an
IPSet
, but the IP address already exists in the specified IPSet
. - You tried to add a
ByteMatchTuple
to a ByteMatchSet
, but the ByteMatchTuple
already exists in the specified WebACL
.
"
}, {
"exceptionName" : "WAFInvalidParameterException",
"documentation" : "The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
- You specified an invalid parameter name.
- You specified an invalid value.
- You tried to update an object (
ByteMatchSet
, IPSet
, Rule
, or WebACL
) using an action other than INSERT
or DELETE
. - You tried to create a
WebACL
with a DefaultAction
Type
other than ALLOW
, BLOCK
, or COUNT
. - You tried to update a
WebACL
with a WafAction
Type
other than ALLOW
, BLOCK
, or COUNT
. - You tried to update a
ByteMatchSet
with a FieldToMatch
Type
other than HEADER, QUERY_STRING, or URI. - You tried to update a
ByteMatchSet
with a Field
of HEADER
but no value for Data
.
"
}, {
"exceptionName" : "WAFNonexistentContainerException",
"documentation" : "The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:
- You tried to add a
Rule
to or delete a Rule
from a WebACL
that doesn't exist. - You tried to add a
ByteMatchSet
to or delete a ByteMatchSet
from a Rule
that doesn't exist. - You tried to add an IP address to or delete an IP address from an
IPSet
that doesn't exist. - You tried to add a
ByteMatchTuple
to or delete a ByteMatchTuple
from a ByteMatchSet
that doesn't exist.
"
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
"
}, {
"exceptionName" : "WAFStaleDataException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
"
}, {
"exceptionName" : "WAFLimitsExceededException",
"documentation" : "The operation exceeds a resource limit, for example, the maximum number of WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "UpdateSqlInjectionMatchSetResult",
"asyncReturnType" : "UpdateSqlInjectionMatchSetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "updateSqlInjectionMatchSet"
},
"UpdateWebACL" : {
"documentation" : "Inserts or deletes ActivatedRule objects in a WebACL
. Each Rule
identifies web requests that you want to allow, block, or count. When you update a WebACL
, you specify the following values:
- A default action for the
WebACL
, either ALLOW
or BLOCK
. AWS WAF performs the default action if a request doesn't match the criteria in any of the Rules
in a WebACL
. - The
Rules
that you want to add and/or delete. If you want to replace one Rule
with another, you delete the existing Rule
and add the new one. - For each
Rule
, whether you want AWS WAF to allow requests, block requests, or count requests that match the conditions in the Rule
. - The order in which you want AWS WAF to evaluate the
Rules
in a WebACL
. If you add more than one Rule
to a WebACL
, AWS WAF evaluates each request against the Rules
in order based on the value of Priority
. (The Rule
that has the lowest value for Priority
is evaluated first.) When a web request matches all of the predicates (such as ByteMatchSets
and IPSets
) in a Rule
, AWS WAF immediately takes the corresponding action, allow or block, and doesn't evaluate the request against the remaining Rules
in the WebACL
, if any. - The CloudFront distribution that you want to associate with the
WebACL
.
To create and configure a WebACL
, perform the following steps:
- 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.
",
"operationName" : "UpdateWebACL",
"deprecated" : false,
"input" : {
"variableName" : "updateWebACLRequest",
"variableType" : "UpdateWebACLRequest",
"variableDeclarationType" : "UpdateWebACLRequest",
"documentation" : "",
"simpleType" : "UpdateWebACLRequest",
"variableSetterType" : "UpdateWebACLRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateWebACLResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "WAFStaleDataException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
"
}, {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
"
}, {
"exceptionName" : "WAFInvalidOperationException",
"documentation" : "The operation failed because there was nothing to do. For example:
- You tried to remove a
Rule
from a WebACL
, but the Rule
isn't in the specified WebACL
. - You tried to remove an IP address from an
IPSet
, but the IP address isn't in the specified IPSet
. - You tried to remove a
ByteMatchTuple
from a ByteMatchSet
, but the ByteMatchTuple
isn't in the specified WebACL
. - You tried to add a
Rule
to a WebACL
, but the Rule
already exists in the specified WebACL
. - You tried to add an IP address to an
IPSet
, but the IP address already exists in the specified IPSet
. - You tried to add a
ByteMatchTuple
to a ByteMatchSet
, but the ByteMatchTuple
already exists in the specified WebACL
.
"
}, {
"exceptionName" : "WAFInvalidParameterException",
"documentation" : "The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
- You specified an invalid parameter name.
- You specified an invalid value.
- You tried to update an object (
ByteMatchSet
, IPSet
, Rule
, or WebACL
) using an action other than INSERT
or DELETE
. - You tried to create a
WebACL
with a DefaultAction
Type
other than ALLOW
, BLOCK
, or COUNT
. - You tried to update a
WebACL
with a WafAction
Type
other than ALLOW
, BLOCK
, or COUNT
. - You tried to update a
ByteMatchSet
with a FieldToMatch
Type
other than HEADER, QUERY_STRING, or URI. - You tried to update a
ByteMatchSet
with a Field
of HEADER
but no value for Data
.
"
}, {
"exceptionName" : "WAFNonexistentContainerException",
"documentation" : "The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:
- You tried to add a
Rule
to or delete a Rule
from a WebACL
that doesn't exist. - You tried to add a
ByteMatchSet
to or delete a ByteMatchSet
from a Rule
that doesn't exist. - You tried to add an IP address to or delete an IP address from an
IPSet
that doesn't exist. - You tried to add a
ByteMatchTuple
to or delete a ByteMatchTuple
from a ByteMatchSet
that doesn't exist.
"
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
"
}, {
"exceptionName" : "WAFReferencedItemException",
"documentation" : "The operation failed because you tried to delete an object that is still in use. For example:
- You tried to delete a
ByteMatchSet
that is still referenced by a Rule
. - You tried to delete a
Rule
that is still referenced by a WebACL
.
"
}, {
"exceptionName" : "WAFLimitsExceededException",
"documentation" : "The operation exceeds a resource limit, for example, the maximum number of WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "UpdateWebACLResult",
"asyncReturnType" : "UpdateWebACLResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "updateWebACL"
},
"UpdateXssMatchSet" : {
"documentation" : "Inserts or deletes XssMatchTuple objects (filters) in an XssMatchSet. For each XssMatchTuple
object, you specify the following values:
Action
: Whether to insert the object into or delete the object from the array. To change a XssMatchTuple
, you delete the existing object and add a new one. FieldToMatch
: The part of web requests that you want AWS WAF to inspect and, if you want AWS WAF to inspect a header, the name of the header. TextTransformation
: Which text transformation, if any, to perform on the web request before inspecting the request for cross-site scripting attacks.
You use XssMatchSet
objects to specify which CloudFront requests you want to allow, block, or count. For example, if you're receiving requests that contain cross-site scripting attacks in the request body and you want to block the requests, you can create an XssMatchSet
with the applicable settings, and then configure AWS WAF to block the requests.
To create and configure an XssMatchSet
, perform the following steps:
- 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.
",
"operationName" : "UpdateXssMatchSet",
"deprecated" : false,
"input" : {
"variableName" : "updateXssMatchSetRequest",
"variableType" : "UpdateXssMatchSetRequest",
"variableDeclarationType" : "UpdateXssMatchSetRequest",
"documentation" : "A request to update an XssMatchSet.
",
"simpleType" : "UpdateXssMatchSetRequest",
"variableSetterType" : "UpdateXssMatchSetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateXssMatchSetResult",
"documentation" : "The response to an UpdateXssMatchSets request.
"
},
"exceptions" : [ {
"exceptionName" : "WAFInternalErrorException",
"documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
"
}, {
"exceptionName" : "WAFInvalidAccountException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
"
}, {
"exceptionName" : "WAFInvalidOperationException",
"documentation" : "The operation failed because there was nothing to do. For example:
- You tried to remove a
Rule
from a WebACL
, but the Rule
isn't in the specified WebACL
. - You tried to remove an IP address from an
IPSet
, but the IP address isn't in the specified IPSet
. - You tried to remove a
ByteMatchTuple
from a ByteMatchSet
, but the ByteMatchTuple
isn't in the specified WebACL
. - You tried to add a
Rule
to a WebACL
, but the Rule
already exists in the specified WebACL
. - You tried to add an IP address to an
IPSet
, but the IP address already exists in the specified IPSet
. - You tried to add a
ByteMatchTuple
to a ByteMatchSet
, but the ByteMatchTuple
already exists in the specified WebACL
.
"
}, {
"exceptionName" : "WAFInvalidParameterException",
"documentation" : "The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
- You specified an invalid parameter name.
- You specified an invalid value.
- You tried to update an object (
ByteMatchSet
, IPSet
, Rule
, or WebACL
) using an action other than INSERT
or DELETE
. - You tried to create a
WebACL
with a DefaultAction
Type
other than ALLOW
, BLOCK
, or COUNT
. - You tried to update a
WebACL
with a WafAction
Type
other than ALLOW
, BLOCK
, or COUNT
. - You tried to update a
ByteMatchSet
with a FieldToMatch
Type
other than HEADER, QUERY_STRING, or URI. - You tried to update a
ByteMatchSet
with a Field
of HEADER
but no value for Data
.
"
}, {
"exceptionName" : "WAFNonexistentContainerException",
"documentation" : "The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:
- You tried to add a
Rule
to or delete a Rule
from a WebACL
that doesn't exist. - You tried to add a
ByteMatchSet
to or delete a ByteMatchSet
from a Rule
that doesn't exist. - You tried to add an IP address to or delete an IP address from an
IPSet
that doesn't exist. - You tried to add a
ByteMatchTuple
to or delete a ByteMatchTuple
from a ByteMatchSet
that doesn't exist.
"
}, {
"exceptionName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
"
}, {
"exceptionName" : "WAFStaleDataException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
"
}, {
"exceptionName" : "WAFLimitsExceededException",
"documentation" : "The operation exceeds a resource limit, for example, the maximum number of WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "UpdateXssMatchSetResult",
"asyncReturnType" : "UpdateXssMatchSetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "updateXssMatchSet"
}
},
"shapes" : {
"GetWebACLResult" : {
"c2jName" : "GetWebACLResponse",
"documentation" : "",
"shapeName" : "GetWebACLResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Information about the WebACL that you specified in the GetWebACL
request. For more information, see the following topics:
- WebACL: Contains
DefaultAction
, MetricName
, Name
, an array of Rule
objects, and WebACLId
DefaultAction
(Data type is WafAction): Contains Type
Rules
: Contains an array of ActivatedRule
objects, which contain Action
, Priority
, and RuleId
Action
: Contains Type
",
"name" : "WebACL",
"c2jName" : "WebACL",
"c2jShape" : "WebACL",
"variable" : {
"variableName" : "webACL",
"variableType" : "WebACL",
"variableDeclarationType" : "WebACL",
"documentation" : "Information about the WebACL that you specified in the GetWebACL
request. For more information, see the following topics:
- WebACL: Contains
DefaultAction
, MetricName
, Name
, an array of Rule
objects, and WebACLId
DefaultAction
(Data type is WafAction): Contains Type
Rules
: Contains an array of ActivatedRule
objects, which contain Action
, Priority
, and RuleId
Action
: Contains Type
",
"simpleType" : "WebACL",
"variableSetterType" : "WebACL"
},
"setterModel" : {
"variableName" : "webACL",
"variableType" : "WebACL",
"variableDeclarationType" : "WebACL",
"documentation" : "",
"simpleType" : "WebACL",
"variableSetterType" : "WebACL"
},
"getterModel" : {
"returnType" : "WebACL",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "WebACL",
"marshallLocationName" : "WebACL",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**Information about the WebACL that you specified in the GetWebACL
request. For more information, see the following topics:
- WebACL: Contains
DefaultAction
, MetricName
, Name
, an array of Rule
objects, and WebACLId
DefaultAction
(Data type is WafAction): Contains Type
Rules
: Contains an array of ActivatedRule
objects, which contain Action
, Priority
, and RuleId
Action
: Contains Type
\n@param webACL Information about the WebACL that you specified in the GetWebACL
request. For more information, see the following topics: - WebACL: Contains
DefaultAction
, MetricName
, Name
, an array of Rule
objects, and WebACLId
DefaultAction
(Data type is WafAction): Contains Type
Rules
: Contains an array of ActivatedRule
objects, which contain Action
, Priority
, and RuleId
Action
: Contains Type
*/",
"getterDocumentation" : "/**Information about the WebACL that you specified in the GetWebACL
request. For more information, see the following topics:
- WebACL: Contains
DefaultAction
, MetricName
, Name
, an array of Rule
objects, and WebACLId
DefaultAction
(Data type is WafAction): Contains Type
Rules
: Contains an array of ActivatedRule
objects, which contain Action
, Priority
, and RuleId
Action
: Contains Type
\n@return Information about the WebACL that you specified in the GetWebACL
request. For more information, see the following topics: - WebACL: Contains
DefaultAction
, MetricName
, Name
, an array of Rule
objects, and WebACLId
DefaultAction
(Data type is WafAction): Contains Type
Rules
: Contains an array of ActivatedRule
objects, which contain Action
, Priority
, and RuleId
Action
: Contains Type
*/",
"fluentSetterDocumentation" : "/**Information about the WebACL that you specified in the GetWebACL
request. For more information, see the following topics:
- WebACL: Contains
DefaultAction
, MetricName
, Name
, an array of Rule
objects, and WebACLId
DefaultAction
(Data type is WafAction): Contains Type
Rules
: Contains an array of ActivatedRule
objects, which contain Action
, Priority
, and RuleId
Action
: Contains Type
\n@param webACL Information about the WebACL that you specified in the GetWebACL
request. For more information, see the following topics: - WebACL: Contains
DefaultAction
, MetricName
, Name
, an array of Rule
objects, and WebACLId
DefaultAction
(Data type is WafAction): Contains Type
Rules
: Contains an array of ActivatedRule
objects, which contain Action
, Priority
, and RuleId
Action
: Contains Type
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Information about the WebACL that you specified in the GetWebACL
request. For more information, see the following topics:
- WebACL: Contains
DefaultAction
, MetricName
, Name
, an array of Rule
objects, and WebACLId
DefaultAction
(Data type is WafAction): Contains Type
Rules
: Contains an array of ActivatedRule
objects, which contain Action
, Priority
, and RuleId
Action
: Contains Type
\n@param webACL Information about the WebACL that you specified in the GetWebACL
request. For more information, see the following topics: - WebACL: Contains
DefaultAction
, MetricName
, Name
, an array of Rule
objects, and WebACLId
DefaultAction
(Data type is WafAction): Contains Type
Rules
: Contains an array of ActivatedRule
objects, which contain Action
, Priority
, and RuleId
Action
: Contains Type
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : false,
"list" : false,
"map" : false
} ],
"enums" : null,
"variable" : {
"variableName" : "getWebACLResult",
"variableType" : "GetWebACLResult",
"variableDeclarationType" : "GetWebACLResult",
"documentation" : null,
"simpleType" : "GetWebACLResult",
"variableSetterType" : "GetWebACLResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"WebACL" : {
"documentation" : "Information about the WebACL that you specified in the GetWebACL
request. For more information, see the following topics:
- WebACL: Contains
DefaultAction
, MetricName
, Name
, an array of Rule
objects, and WebACLId
DefaultAction
(Data type is WafAction): Contains Type
Rules
: Contains an array of ActivatedRule
objects, which contain Action
, Priority
, and RuleId
Action
: Contains Type
",
"name" : "WebACL",
"c2jName" : "WebACL",
"c2jShape" : "WebACL",
"variable" : {
"variableName" : "webACL",
"variableType" : "WebACL",
"variableDeclarationType" : "WebACL",
"documentation" : "Information about the WebACL that you specified in the GetWebACL
request. For more information, see the following topics:
- WebACL: Contains
DefaultAction
, MetricName
, Name
, an array of Rule
objects, and WebACLId
DefaultAction
(Data type is WafAction): Contains Type
Rules
: Contains an array of ActivatedRule
objects, which contain Action
, Priority
, and RuleId
Action
: Contains Type
",
"simpleType" : "WebACL",
"variableSetterType" : "WebACL"
},
"setterModel" : {
"variableName" : "webACL",
"variableType" : "WebACL",
"variableDeclarationType" : "WebACL",
"documentation" : "",
"simpleType" : "WebACL",
"variableSetterType" : "WebACL"
},
"getterModel" : {
"returnType" : "WebACL",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "WebACL",
"marshallLocationName" : "WebACL",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**Information about the WebACL that you specified in the GetWebACL
request. For more information, see the following topics:
- WebACL: Contains
DefaultAction
, MetricName
, Name
, an array of Rule
objects, and WebACLId
DefaultAction
(Data type is WafAction): Contains Type
Rules
: Contains an array of ActivatedRule
objects, which contain Action
, Priority
, and RuleId
Action
: Contains Type
\n@param webACL Information about the WebACL that you specified in the GetWebACL
request. For more information, see the following topics: - WebACL: Contains
DefaultAction
, MetricName
, Name
, an array of Rule
objects, and WebACLId
DefaultAction
(Data type is WafAction): Contains Type
Rules
: Contains an array of ActivatedRule
objects, which contain Action
, Priority
, and RuleId
Action
: Contains Type
*/",
"getterDocumentation" : "/**Information about the WebACL that you specified in the GetWebACL
request. For more information, see the following topics:
- WebACL: Contains
DefaultAction
, MetricName
, Name
, an array of Rule
objects, and WebACLId
DefaultAction
(Data type is WafAction): Contains Type
Rules
: Contains an array of ActivatedRule
objects, which contain Action
, Priority
, and RuleId
Action
: Contains Type
\n@return Information about the WebACL that you specified in the GetWebACL
request. For more information, see the following topics: - WebACL: Contains
DefaultAction
, MetricName
, Name
, an array of Rule
objects, and WebACLId
DefaultAction
(Data type is WafAction): Contains Type
Rules
: Contains an array of ActivatedRule
objects, which contain Action
, Priority
, and RuleId
Action
: Contains Type
*/",
"fluentSetterDocumentation" : "/**Information about the WebACL that you specified in the GetWebACL
request. For more information, see the following topics:
- WebACL: Contains
DefaultAction
, MetricName
, Name
, an array of Rule
objects, and WebACLId
DefaultAction
(Data type is WafAction): Contains Type
Rules
: Contains an array of ActivatedRule
objects, which contain Action
, Priority
, and RuleId
Action
: Contains Type
\n@param webACL Information about the WebACL that you specified in the GetWebACL
request. For more information, see the following topics: - WebACL: Contains
DefaultAction
, MetricName
, Name
, an array of Rule
objects, and WebACLId
DefaultAction
(Data type is WafAction): Contains Type
Rules
: Contains an array of ActivatedRule
objects, which contain Action
, Priority
, and RuleId
Action
: Contains Type
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Information about the WebACL that you specified in the GetWebACL
request. For more information, see the following topics:
- WebACL: Contains
DefaultAction
, MetricName
, Name
, an array of Rule
objects, and WebACLId
DefaultAction
(Data type is WafAction): Contains Type
Rules
: Contains an array of ActivatedRule
objects, which contain Action
, Priority
, and RuleId
Action
: Contains Type
\n@param webACL Information about the WebACL that you specified in the GetWebACL
request. For more information, see the following topics: - WebACL: Contains
DefaultAction
, MetricName
, Name
, an array of Rule
objects, and WebACLId
DefaultAction
(Data type is WafAction): Contains Type
Rules
: Contains an array of ActivatedRule
objects, which contain Action
, Priority
, and RuleId
Action
: Contains Type
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : false,
"list" : false,
"map" : false
}
}
},
"UpdateRuleResult" : {
"c2jName" : "UpdateRuleResponse",
"documentation" : "",
"shapeName" : "UpdateRuleResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The ChangeToken
that you used to submit the UpdateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
",
"name" : "ChangeToken",
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"variable" : {
"variableName" : "changeToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ChangeToken
that you used to submit the UpdateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "changeToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ChangeToken",
"marshallLocationName" : "ChangeToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The ChangeToken
that you used to submit the UpdateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
\n@param changeToken The ChangeToken
that you used to submit the UpdateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/",
"getterDocumentation" : "/**The ChangeToken
that you used to submit the UpdateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
\n@return The ChangeToken
that you used to submit the UpdateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/",
"fluentSetterDocumentation" : "/**The ChangeToken
that you used to submit the UpdateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
\n@param changeToken The ChangeToken
that you used to submit the UpdateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ChangeToken
that you used to submit the UpdateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
\n@param changeToken The ChangeToken
that you used to submit the UpdateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
} ],
"enums" : null,
"variable" : {
"variableName" : "updateRuleResult",
"variableType" : "UpdateRuleResult",
"variableDeclarationType" : "UpdateRuleResult",
"documentation" : null,
"simpleType" : "UpdateRuleResult",
"variableSetterType" : "UpdateRuleResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ChangeToken" : {
"documentation" : "The ChangeToken
that you used to submit the UpdateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
",
"name" : "ChangeToken",
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"variable" : {
"variableName" : "changeToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ChangeToken
that you used to submit the UpdateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "changeToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ChangeToken",
"marshallLocationName" : "ChangeToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The ChangeToken
that you used to submit the UpdateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
\n@param changeToken The ChangeToken
that you used to submit the UpdateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/",
"getterDocumentation" : "/**The ChangeToken
that you used to submit the UpdateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
\n@return The ChangeToken
that you used to submit the UpdateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/",
"fluentSetterDocumentation" : "/**The ChangeToken
that you used to submit the UpdateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
\n@param changeToken The ChangeToken
that you used to submit the UpdateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ChangeToken
that you used to submit the UpdateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
\n@param changeToken The ChangeToken
that you used to submit the UpdateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}
}
},
"UpdateSizeConstraintSetResult" : {
"c2jName" : "UpdateSizeConstraintSetResponse",
"documentation" : "",
"shapeName" : "UpdateSizeConstraintSetResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The ChangeToken
that you used to submit the UpdateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
",
"name" : "ChangeToken",
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"variable" : {
"variableName" : "changeToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ChangeToken
that you used to submit the UpdateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "changeToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ChangeToken",
"marshallLocationName" : "ChangeToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The ChangeToken
that you used to submit the UpdateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
\n@param changeToken The ChangeToken
that you used to submit the UpdateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/",
"getterDocumentation" : "/**The ChangeToken
that you used to submit the UpdateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
\n@return The ChangeToken
that you used to submit the UpdateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/",
"fluentSetterDocumentation" : "/**The ChangeToken
that you used to submit the UpdateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
\n@param changeToken The ChangeToken
that you used to submit the UpdateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ChangeToken
that you used to submit the UpdateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
\n@param changeToken The ChangeToken
that you used to submit the UpdateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
} ],
"enums" : null,
"variable" : {
"variableName" : "updateSizeConstraintSetResult",
"variableType" : "UpdateSizeConstraintSetResult",
"variableDeclarationType" : "UpdateSizeConstraintSetResult",
"documentation" : null,
"simpleType" : "UpdateSizeConstraintSetResult",
"variableSetterType" : "UpdateSizeConstraintSetResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ChangeToken" : {
"documentation" : "The ChangeToken
that you used to submit the UpdateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
",
"name" : "ChangeToken",
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"variable" : {
"variableName" : "changeToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ChangeToken
that you used to submit the UpdateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "changeToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ChangeToken",
"marshallLocationName" : "ChangeToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The ChangeToken
that you used to submit the UpdateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
\n@param changeToken The ChangeToken
that you used to submit the UpdateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/",
"getterDocumentation" : "/**The ChangeToken
that you used to submit the UpdateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
\n@return The ChangeToken
that you used to submit the UpdateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/",
"fluentSetterDocumentation" : "/**The ChangeToken
that you used to submit the UpdateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
\n@param changeToken The ChangeToken
that you used to submit the UpdateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ChangeToken
that you used to submit the UpdateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
\n@param changeToken The ChangeToken
that you used to submit the UpdateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}
}
},
"RuleUpdate" : {
"c2jName" : "RuleUpdate",
"documentation" : "Specifies a Predicate
(such as an IPSet
) and indicates whether you want to add it to a Rule
or delete it from a Rule
.
",
"shapeName" : "RuleUpdate",
"deprecated" : false,
"required" : [ "Action", "Predicate" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Specify INSERT
to add a Predicate
to a Rule
. Use DELETE
to remove a Predicate
from a Rule
.
",
"name" : "Action",
"c2jName" : "Action",
"c2jShape" : "ChangeAction",
"variable" : {
"variableName" : "action",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Specify INSERT
to add a Predicate
to a Rule
. Use DELETE
to remove a Predicate
from a Rule
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "action",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Action",
"marshallLocationName" : "Action",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ChangeAction",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**Specify INSERT
to add a Predicate
to a Rule
. Use DELETE
to remove a Predicate
from a Rule
.
\n@param action Specify INSERT
to add a Predicate
to a Rule
. Use DELETE
to remove a Predicate
from a Rule
.\n@see ChangeAction*/",
"getterDocumentation" : "/**Specify INSERT
to add a Predicate
to a Rule
. Use DELETE
to remove a Predicate
from a Rule
.
\n@return Specify INSERT
to add a Predicate
to a Rule
. Use DELETE
to remove a Predicate
from a Rule
.\n@see ChangeAction*/",
"fluentSetterDocumentation" : "/**Specify INSERT
to add a Predicate
to a Rule
. Use DELETE
to remove a Predicate
from a Rule
.
\n@param action Specify INSERT
to add a Predicate
to a Rule
. Use DELETE
to remove a Predicate
from a Rule
.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/",
"varargSetterDocumentation" : "/**Specify INSERT
to add a Predicate
to a Rule
. Use DELETE
to remove a Predicate
from a Rule
.
\n@param action Specify INSERT
to add a Predicate
to a Rule
. Use DELETE
to remove a Predicate
from a Rule
.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/",
"simple" : true,
"list" : false,
"map" : false
}, {
"documentation" : "The ID of the Predicate
(such as an IPSet
) that you want to add to a Rule
.
",
"name" : "Predicate",
"c2jName" : "Predicate",
"c2jShape" : "Predicate",
"variable" : {
"variableName" : "predicate",
"variableType" : "Predicate",
"variableDeclarationType" : "Predicate",
"documentation" : "The ID of the Predicate
(such as an IPSet
) that you want to add to a Rule
.
",
"simpleType" : "Predicate",
"variableSetterType" : "Predicate"
},
"setterModel" : {
"variableName" : "predicate",
"variableType" : "Predicate",
"variableDeclarationType" : "Predicate",
"documentation" : "",
"simpleType" : "Predicate",
"variableSetterType" : "Predicate"
},
"getterModel" : {
"returnType" : "Predicate",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Predicate",
"marshallLocationName" : "Predicate",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The ID of the Predicate
(such as an IPSet
) that you want to add to a Rule
.
\n@param predicate The ID of the Predicate
(such as an IPSet
) that you want to add to a Rule
.*/",
"getterDocumentation" : "/**The ID of the Predicate
(such as an IPSet
) that you want to add to a Rule
.
\n@return The ID of the Predicate
(such as an IPSet
) that you want to add to a Rule
.*/",
"fluentSetterDocumentation" : "/**The ID of the Predicate
(such as an IPSet
) that you want to add to a Rule
.
\n@param predicate The ID of the Predicate
(such as an IPSet
) that you want to add to a Rule
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the Predicate
(such as an IPSet
) that you want to add to a Rule
.
\n@param predicate The ID of the Predicate
(such as an IPSet
) that you want to add to a Rule
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : false,
"list" : false,
"map" : false
} ],
"enums" : null,
"variable" : {
"variableName" : "ruleUpdate",
"variableType" : "RuleUpdate",
"variableDeclarationType" : "RuleUpdate",
"documentation" : null,
"simpleType" : "RuleUpdate",
"variableSetterType" : "RuleUpdate"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Action" : {
"documentation" : "Specify INSERT
to add a Predicate
to a Rule
. Use DELETE
to remove a Predicate
from a Rule
.
",
"name" : "Action",
"c2jName" : "Action",
"c2jShape" : "ChangeAction",
"variable" : {
"variableName" : "action",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Specify INSERT
to add a Predicate
to a Rule
. Use DELETE
to remove a Predicate
from a Rule
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "action",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Action",
"marshallLocationName" : "Action",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ChangeAction",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**Specify INSERT
to add a Predicate
to a Rule
. Use DELETE
to remove a Predicate
from a Rule
.
\n@param action Specify INSERT
to add a Predicate
to a Rule
. Use DELETE
to remove a Predicate
from a Rule
.\n@see ChangeAction*/",
"getterDocumentation" : "/**Specify INSERT
to add a Predicate
to a Rule
. Use DELETE
to remove a Predicate
from a Rule
.
\n@return Specify INSERT
to add a Predicate
to a Rule
. Use DELETE
to remove a Predicate
from a Rule
.\n@see ChangeAction*/",
"fluentSetterDocumentation" : "/**Specify INSERT
to add a Predicate
to a Rule
. Use DELETE
to remove a Predicate
from a Rule
.
\n@param action Specify INSERT
to add a Predicate
to a Rule
. Use DELETE
to remove a Predicate
from a Rule
.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/",
"varargSetterDocumentation" : "/**Specify INSERT
to add a Predicate
to a Rule
. Use DELETE
to remove a Predicate
from a Rule
.
\n@param action Specify INSERT
to add a Predicate
to a Rule
. Use DELETE
to remove a Predicate
from a Rule
.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/",
"simple" : true,
"list" : false,
"map" : false
},
"Predicate" : {
"documentation" : "The ID of the Predicate
(such as an IPSet
) that you want to add to a Rule
.
",
"name" : "Predicate",
"c2jName" : "Predicate",
"c2jShape" : "Predicate",
"variable" : {
"variableName" : "predicate",
"variableType" : "Predicate",
"variableDeclarationType" : "Predicate",
"documentation" : "The ID of the Predicate
(such as an IPSet
) that you want to add to a Rule
.
",
"simpleType" : "Predicate",
"variableSetterType" : "Predicate"
},
"setterModel" : {
"variableName" : "predicate",
"variableType" : "Predicate",
"variableDeclarationType" : "Predicate",
"documentation" : "",
"simpleType" : "Predicate",
"variableSetterType" : "Predicate"
},
"getterModel" : {
"returnType" : "Predicate",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Predicate",
"marshallLocationName" : "Predicate",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The ID of the Predicate
(such as an IPSet
) that you want to add to a Rule
.
\n@param predicate The ID of the Predicate
(such as an IPSet
) that you want to add to a Rule
.*/",
"getterDocumentation" : "/**The ID of the Predicate
(such as an IPSet
) that you want to add to a Rule
.
\n@return The ID of the Predicate
(such as an IPSet
) that you want to add to a Rule
.*/",
"fluentSetterDocumentation" : "/**The ID of the Predicate
(such as an IPSet
) that you want to add to a Rule
.
\n@param predicate The ID of the Predicate
(such as an IPSet
) that you want to add to a Rule
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the Predicate
(such as an IPSet
) that you want to add to a Rule
.
\n@param predicate The ID of the Predicate
(such as an IPSet
) that you want to add to a Rule
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : false,
"list" : false,
"map" : false
}
}
},
"GetSampledRequestsRequest" : {
"c2jName" : "GetSampledRequestsRequest",
"documentation" : "",
"shapeName" : "GetSampledRequestsRequest",
"deprecated" : false,
"required" : [ "WebAclId", "RuleId", "TimeWindow", "MaxItems" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The WebACLId
of the WebACL
for which you want GetSampledRequests
to return a sample of requests.
",
"name" : "WebAclId",
"c2jName" : "WebAclId",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "webAclId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The WebACLId
of the WebACL
for which you want GetSampledRequests
to return a sample of requests.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "webAclId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "WebAclId",
"marshallLocationName" : "WebAclId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The WebACLId
of the WebACL
for which you want GetSampledRequests
to return a sample of requests.
\n@param webAclId The WebACLId
of the WebACL
for which you want GetSampledRequests
to return a sample of requests.*/",
"getterDocumentation" : "/**The WebACLId
of the WebACL
for which you want GetSampledRequests
to return a sample of requests.
\n@return The WebACLId
of the WebACL
for which you want GetSampledRequests
to return a sample of requests.*/",
"fluentSetterDocumentation" : "/**The WebACLId
of the WebACL
for which you want GetSampledRequests
to return a sample of requests.
\n@param webAclId The WebACLId
of the WebACL
for which you want GetSampledRequests
to return a sample of requests.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The WebACLId
of the WebACL
for which you want GetSampledRequests
to return a sample of requests.
\n@param webAclId The WebACLId
of the WebACL
for which you want GetSampledRequests
to return a sample of requests.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}, {
"documentation" : "RuleId
is one of two values:
- The
RuleId
of the Rule
for which you want GetSampledRequests
to return a sample of requests. Default_Action
, which causes GetSampledRequests
to return a sample of the requests that didn't match any of the rules in the specified WebACL
.
",
"name" : "RuleId",
"c2jName" : "RuleId",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "ruleId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "RuleId
is one of two values:
- The
RuleId
of the Rule
for which you want GetSampledRequests
to return a sample of requests. Default_Action
, which causes GetSampledRequests
to return a sample of the requests that didn't match any of the rules in the specified WebACL
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "ruleId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RuleId",
"marshallLocationName" : "RuleId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**RuleId
is one of two values:
- The
RuleId
of the Rule
for which you want GetSampledRequests
to return a sample of requests. Default_Action
, which causes GetSampledRequests
to return a sample of the requests that didn't match any of the rules in the specified WebACL
.
\n@param ruleId RuleId
is one of two values:
- The
RuleId
of theRule
for which you wantGetSampledRequests
to return a sample of requests. Default_Action
, which causesGetSampledRequests
to return a sample of the requests that didn't match any of the rules in the specifiedWebACL
.*/", "getterDocumentation" : "/**RuleId
is one of two values:- The
RuleId
of theRule
for which you wantGetSampledRequests
to return a sample of requests. Default_Action
, which causesGetSampledRequests
to return a sample of the requests that didn't match any of the rules in the specifiedWebACL
.
- The
RuleId
of theRule
for which you wantGetSampledRequests
to return a sample of requests. Default_Action
, which causesGetSampledRequests
to return a sample of the requests that didn't match any of the rules in the specifiedWebACL
.*/", "fluentSetterDocumentation" : "/**RuleId
is one of two values:- The
RuleId
of theRule
for which you wantGetSampledRequests
to return a sample of requests. Default_Action
, which causesGetSampledRequests
to return a sample of the requests that didn't match any of the rules in the specifiedWebACL
.
- The
RuleId
of theRule
for which you wantGetSampledRequests
to return a sample of requests. Default_Action
, which causesGetSampledRequests
to return a sample of the requests that didn't match any of the rules in the specifiedWebACL
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**RuleId
is one of two values:- The
RuleId
of theRule
for which you wantGetSampledRequests
to return a sample of requests. Default_Action
, which causesGetSampledRequests
to return a sample of the requests that didn't match any of the rules in the specifiedWebACL
.
- The
RuleId
of theRule
for which you wantGetSampledRequests
to return a sample of requests. Default_Action
, which causesGetSampledRequests
to return a sample of the requests that didn't match any of the rules in the specifiedWebACL
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "The start date and time and the end date and time of the range for which you want
", "name" : "TimeWindow", "c2jName" : "TimeWindow", "c2jShape" : "TimeWindow", "variable" : { "variableName" : "timeWindow", "variableType" : "TimeWindow", "variableDeclarationType" : "TimeWindow", "documentation" : "GetSampledRequests
to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.The start date and time and the end date and time of the range for which you want
", "simpleType" : "TimeWindow", "variableSetterType" : "TimeWindow" }, "setterModel" : { "variableName" : "timeWindow", "variableType" : "TimeWindow", "variableDeclarationType" : "TimeWindow", "documentation" : "", "simpleType" : "TimeWindow", "variableSetterType" : "TimeWindow" }, "getterModel" : { "returnType" : "TimeWindow", "documentation" : null }, "http" : { "unmarshallLocationName" : "TimeWindow", "marshallLocationName" : "TimeWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**GetSampledRequests
to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.The start date and time and the end date and time of the range for which you want
\n@param timeWindow The start date and time and the end date and time of the range for which you wantGetSampledRequests
to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.GetSampledRequests
to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.*/", "getterDocumentation" : "/**The start date and time and the end date and time of the range for which you want
\n@return The start date and time and the end date and time of the range for which you wantGetSampledRequests
to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.GetSampledRequests
to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.*/", "fluentSetterDocumentation" : "/**The start date and time and the end date and time of the range for which you want
\n@param timeWindow The start date and time and the end date and time of the range for which you wantGetSampledRequests
to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.GetSampledRequests
to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The start date and time and the end date and time of the range for which you want
\n@param timeWindow The start date and time and the end date and time of the range for which you wantGetSampledRequests
to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.GetSampledRequests
to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, { "documentation" : "The number of requests that you want AWS WAF to return from among the first 5,000 requests that your AWS resource received during the time range. If your resource received fewer requests than the value of
", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "ListMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "MaxItems
,GetSampledRequests
returns information about all of them.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
", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "maxItems", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxItems", "marshallLocationName" : "MaxItems", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**MaxItems
,GetSampledRequests
returns information about all of them.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
\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 ofMaxItems
,GetSampledRequests
returns information about all of them.MaxItems
,GetSampledRequests
returns information about all of them.*/", "getterDocumentation" : "/**The number of requests that you want AWS WAF to return from among the first 5,000 requests that your AWS resource received during the time range. If your resource received fewer requests than the value of
\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 ofMaxItems
,GetSampledRequests
returns information about all of them.MaxItems
,GetSampledRequests
returns information about all of them.*/", "fluentSetterDocumentation" : "/**The number of requests that you want AWS WAF to return from among the first 5,000 requests that your AWS resource received during the time range. If your resource received fewer requests than the value of
\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 ofMaxItems
,GetSampledRequests
returns information about all of them.MaxItems
,GetSampledRequests
returns information about all of them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of requests that you want AWS WAF to return from among the first 5,000 requests that your AWS resource received during the time range. If your resource received fewer requests than the value of
\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 ofMaxItems
,GetSampledRequests
returns information about all of them.MaxItems
,GetSampledRequests
returns information about all of them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "getSampledRequestsRequest", "variableType" : "GetSampledRequestsRequest", "variableDeclarationType" : "GetSampledRequestsRequest", "documentation" : null, "simpleType" : "GetSampledRequestsRequest", "variableSetterType" : "GetSampledRequestsRequest" }, "marshaller" : { "action" : "GetSampledRequests", "verb" : "POST", "target" : "AWSWAF_20150824.GetSampledRequests", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "MaxItems" : { "documentation" : "The number of requests that you want AWS WAF to return from among the first 5,000 requests that your AWS resource received during the time range. If your resource received fewer requests than the value of
", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "ListMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "MaxItems
,GetSampledRequests
returns information about all of them.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
", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "maxItems", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxItems", "marshallLocationName" : "MaxItems", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**MaxItems
,GetSampledRequests
returns information about all of them.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
\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 ofMaxItems
,GetSampledRequests
returns information about all of them.MaxItems
,GetSampledRequests
returns information about all of them.*/", "getterDocumentation" : "/**The number of requests that you want AWS WAF to return from among the first 5,000 requests that your AWS resource received during the time range. If your resource received fewer requests than the value of
\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 ofMaxItems
,GetSampledRequests
returns information about all of them.MaxItems
,GetSampledRequests
returns information about all of them.*/", "fluentSetterDocumentation" : "/**The number of requests that you want AWS WAF to return from among the first 5,000 requests that your AWS resource received during the time range. If your resource received fewer requests than the value of
\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 ofMaxItems
,GetSampledRequests
returns information about all of them.MaxItems
,GetSampledRequests
returns information about all of them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of requests that you want AWS WAF to return from among the first 5,000 requests that your AWS resource received during the time range. If your resource received fewer requests than the value of
\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 ofMaxItems
,GetSampledRequests
returns information about all of them.MaxItems
,GetSampledRequests
returns information about all of them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "TimeWindow" : { "documentation" : "The start date and time and the end date and time of the range for which you want
", "name" : "TimeWindow", "c2jName" : "TimeWindow", "c2jShape" : "TimeWindow", "variable" : { "variableName" : "timeWindow", "variableType" : "TimeWindow", "variableDeclarationType" : "TimeWindow", "documentation" : "GetSampledRequests
to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.The start date and time and the end date and time of the range for which you want
", "simpleType" : "TimeWindow", "variableSetterType" : "TimeWindow" }, "setterModel" : { "variableName" : "timeWindow", "variableType" : "TimeWindow", "variableDeclarationType" : "TimeWindow", "documentation" : "", "simpleType" : "TimeWindow", "variableSetterType" : "TimeWindow" }, "getterModel" : { "returnType" : "TimeWindow", "documentation" : null }, "http" : { "unmarshallLocationName" : "TimeWindow", "marshallLocationName" : "TimeWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**GetSampledRequests
to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.The start date and time and the end date and time of the range for which you want
\n@param timeWindow The start date and time and the end date and time of the range for which you wantGetSampledRequests
to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.GetSampledRequests
to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.*/", "getterDocumentation" : "/**The start date and time and the end date and time of the range for which you want
\n@return The start date and time and the end date and time of the range for which you wantGetSampledRequests
to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.GetSampledRequests
to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.*/", "fluentSetterDocumentation" : "/**The start date and time and the end date and time of the range for which you want
\n@param timeWindow The start date and time and the end date and time of the range for which you wantGetSampledRequests
to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.GetSampledRequests
to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The start date and time and the end date and time of the range for which you want
\n@param timeWindow The start date and time and the end date and time of the range for which you wantGetSampledRequests
to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.GetSampledRequests
to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "WebAclId" : { "documentation" : "The
", "name" : "WebAclId", "c2jName" : "WebAclId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "webAclId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "WebACLId
of theWebACL
for which you wantGetSampledRequests
to return a sample of requests.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "webAclId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "WebAclId", "marshallLocationName" : "WebAclId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**WebACLId
of theWebACL
for which you wantGetSampledRequests
to return a sample of requests.The
\n@param webAclId TheWebACLId
of theWebACL
for which you wantGetSampledRequests
to return a sample of requests.WebACLId
of theWebACL
for which you wantGetSampledRequests
to return a sample of requests.*/", "getterDocumentation" : "/**The
\n@return TheWebACLId
of theWebACL
for which you wantGetSampledRequests
to return a sample of requests.WebACLId
of theWebACL
for which you wantGetSampledRequests
to return a sample of requests.*/", "fluentSetterDocumentation" : "/**The
\n@param webAclId TheWebACLId
of theWebACL
for which you wantGetSampledRequests
to return a sample of requests.WebACLId
of theWebACL
for which you wantGetSampledRequests
to return a sample of requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param webAclId TheWebACLId
of theWebACL
for which you wantGetSampledRequests
to return a sample of requests.WebACLId
of theWebACL
for which you wantGetSampledRequests
to return a sample of requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "RuleId" : { "documentation" : "RuleId
is one of two values:- The
RuleId
of theRule
for which you wantGetSampledRequests
to return a sample of requests. Default_Action
, which causesGetSampledRequests
to return a sample of the requests that didn't match any of the rules in the specifiedWebACL
.
RuleId
is one of two values:- The
RuleId
of theRule
for which you wantGetSampledRequests
to return a sample of requests. Default_Action
, which causesGetSampledRequests
to return a sample of the requests that didn't match any of the rules in the specifiedWebACL
.
RuleId
is one of two values:- The
RuleId
of theRule
for which you wantGetSampledRequests
to return a sample of requests. Default_Action
, which causesGetSampledRequests
to return a sample of the requests that didn't match any of the rules in the specifiedWebACL
.
- The
RuleId
of theRule
for which you wantGetSampledRequests
to return a sample of requests. Default_Action
, which causesGetSampledRequests
to return a sample of the requests that didn't match any of the rules in the specifiedWebACL
.*/", "getterDocumentation" : "/**RuleId
is one of two values:- The
RuleId
of theRule
for which you wantGetSampledRequests
to return a sample of requests. Default_Action
, which causesGetSampledRequests
to return a sample of the requests that didn't match any of the rules in the specifiedWebACL
.
- The
RuleId
of theRule
for which you wantGetSampledRequests
to return a sample of requests. Default_Action
, which causesGetSampledRequests
to return a sample of the requests that didn't match any of the rules in the specifiedWebACL
.*/", "fluentSetterDocumentation" : "/**RuleId
is one of two values:- The
RuleId
of theRule
for which you wantGetSampledRequests
to return a sample of requests. Default_Action
, which causesGetSampledRequests
to return a sample of the requests that didn't match any of the rules in the specifiedWebACL
.
- The
RuleId
of theRule
for which you wantGetSampledRequests
to return a sample of requests. Default_Action
, which causesGetSampledRequests
to return a sample of the requests that didn't match any of the rules in the specifiedWebACL
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**RuleId
is one of two values:- The
RuleId
of theRule
for which you wantGetSampledRequests
to return a sample of requests. Default_Action
, which causesGetSampledRequests
to return a sample of the requests that didn't match any of the rules in the specifiedWebACL
.
- The
RuleId
of theRule
for which you wantGetSampledRequests
to return a sample of requests. Default_Action
, which causesGetSampledRequests
to return a sample of the requests that didn't match any of the rules in the specifiedWebACL
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "IPSet" : { "c2jName" : "IPSet", "documentation" : "Contains one or more IP addresses or blocks of IP addresses specified in Classless Inter-Domain Routing (CIDR) notation. To specify an individual IP address, you specify the four-part IP address followed by a
", "shapeName" : "IPSet", "deprecated" : false, "required" : [ "IPSetId", "IPSetDescriptors" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "/32
, for example, 192.0.2.0/31. To block a range of IP addresses, you can specify a/24
, a/16
, or a/8
CIDR. For more information about CIDR notation, perform an Internet search oncidr notation
.The
IPSetId
for anIPSet
. You useIPSetId
to get information about anIPSet
(see GetIPSet), update anIPSet
(see UpdateIPSet), insert anIPSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anIPSet
from AWS WAF (see DeleteIPSet).
", "name" : "IPSetId", "c2jName" : "IPSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "iPSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "IPSetId
is returned by CreateIPSet and by ListIPSets.The
IPSetId
for anIPSet
. You useIPSetId
to get information about anIPSet
(see GetIPSet), update anIPSet
(see UpdateIPSet), insert anIPSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anIPSet
from AWS WAF (see DeleteIPSet).
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "iPSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IPSetId", "marshallLocationName" : "IPSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**IPSetId
is returned by CreateIPSet and by ListIPSets.The
IPSetId
for anIPSet
. You useIPSetId
to get information about anIPSet
(see GetIPSet), update anIPSet
(see UpdateIPSet), insert anIPSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anIPSet
from AWS WAF (see DeleteIPSet).
\n@param iPSetId TheIPSetId
is returned by CreateIPSet and by ListIPSets.IPSetId
for anIPSet
. You useIPSetId
to get information about anIPSet
(see GetIPSet), update anIPSet
(see UpdateIPSet), insert anIPSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anIPSet
from AWS WAF (see DeleteIPSet).IPSetId
is returned by CreateIPSet and by ListIPSets.*/", "getterDocumentation" : "/**The
IPSetId
for anIPSet
. You useIPSetId
to get information about anIPSet
(see GetIPSet), update anIPSet
(see UpdateIPSet), insert anIPSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anIPSet
from AWS WAF (see DeleteIPSet).
\n@return TheIPSetId
is returned by CreateIPSet and by ListIPSets.IPSetId
for anIPSet
. You useIPSetId
to get information about anIPSet
(see GetIPSet), update anIPSet
(see UpdateIPSet), insert anIPSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anIPSet
from AWS WAF (see DeleteIPSet).IPSetId
is returned by CreateIPSet and by ListIPSets.*/", "fluentSetterDocumentation" : "/**The
IPSetId
for anIPSet
. You useIPSetId
to get information about anIPSet
(see GetIPSet), update anIPSet
(see UpdateIPSet), insert anIPSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anIPSet
from AWS WAF (see DeleteIPSet).
\n@param iPSetId TheIPSetId
is returned by CreateIPSet and by ListIPSets.IPSetId
for anIPSet
. You useIPSetId
to get information about anIPSet
(see GetIPSet), update anIPSet
(see UpdateIPSet), insert anIPSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anIPSet
from AWS WAF (see DeleteIPSet).IPSetId
is returned by CreateIPSet and by ListIPSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
IPSetId
for anIPSet
. You useIPSetId
to get information about anIPSet
(see GetIPSet), update anIPSet
(see UpdateIPSet), insert anIPSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anIPSet
from AWS WAF (see DeleteIPSet).
\n@param iPSetId TheIPSetId
is returned by CreateIPSet and by ListIPSets.IPSetId
for anIPSet
. You useIPSetId
to get information about anIPSet
(see GetIPSet), update anIPSet
(see UpdateIPSet), insert anIPSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anIPSet
from AWS WAF (see DeleteIPSet).IPSetId
is returned by CreateIPSet and by ListIPSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "A friendly name or description of the IPSet. You can't change the name of an
", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "IPSet
after you create it.A friendly name or description of the IPSet. You can't change the name of an
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**IPSet
after you create it.A friendly name or description of the IPSet. You can't change the name of an
\n@param name A friendly name or description of the IPSet. You can't change the name of anIPSet
after you create it.IPSet
after you create it.*/", "getterDocumentation" : "/**A friendly name or description of the IPSet. You can't change the name of an
\n@return A friendly name or description of the IPSet. You can't change the name of anIPSet
after you create it.IPSet
after you create it.*/", "fluentSetterDocumentation" : "/**A friendly name or description of the IPSet. You can't change the name of an
\n@param name A friendly name or description of the IPSet. You can't change the name of anIPSet
after you create it.IPSet
after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A friendly name or description of the IPSet. You can't change the name of an
\n@param name A friendly name or description of the IPSet. You can't change the name of anIPSet
after you create it.IPSet
after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "The IP address type (
IPV4
) and the IP address range (in CIDR notation) that web requests originate from. If theWebACL
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 requestx-forwarded-for
, if the viewer did use an HTTP proxy or a load balancer to send the request
", "variableDeclarationType" : "java.util.List ", "documentation" : " The IP address type (
IPV4
) and the IP address range (in CIDR notation) that web requests originate from. If theWebACL
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 requestx-forwarded-for
, if the viewer did use an HTTP proxy or a load balancer to send the request
", "variableSetterType" : "java.util.Collection " }, "setterModel" : { "variableName" : "iPSetDescriptors", "variableType" : "java.util.List ", "variableDeclarationType" : "java.util.List ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "getterModel" : { "returnType" : "java.util.List ", "documentation" : null }, "http" : { "unmarshallLocationName" : "IPSetDescriptors", "marshallLocationName" : "IPSetDescriptors", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "IPSetDescriptor", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IPSetDescriptor", "variable" : { "variableName" : "member", "variableType" : "IPSetDescriptor", "variableDeclarationType" : "IPSetDescriptor", "documentation" : "", "simpleType" : "IPSetDescriptor", "variableSetterType" : "IPSetDescriptor" }, "setterModel" : { "variableName" : "member", "variableType" : "IPSetDescriptor", "variableDeclarationType" : "IPSetDescriptor", "documentation" : "", "simpleType" : "IPSetDescriptor", "variableSetterType" : "IPSetDescriptor" }, "getterModel" : { "returnType" : "IPSetDescriptor", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "IPSetDescriptor", "templateType" : "java.util.List ", "templateImplType" : "java.util.ArrayList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/** The IP address type (
IPV4
) and the IP address range (in CIDR notation) that web requests originate from. If theWebACL
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 requestx-forwarded-for
, if the viewer did use an HTTP proxy or a load balancer to send the request
IPV4
) and the IP address range (in CIDR notation) that web requests originate from. If theWebACL
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 requestx-forwarded-for
, if the viewer did use an HTTP proxy or a load balancer to send the request */",
"getterDocumentation" : "/**c-ip
, if the viewer did not use an HTTP proxy or a load balancer to send the requestx-forwarded-for
, if the viewer did use an HTTP proxy or a load balancer to send the requestc-ip
, if the viewer did not use an HTTP proxy or a load balancer to send the requestx-forwarded-for
, if the viewer did use an HTTP proxy or a load balancer to send the request */",
"fluentSetterDocumentation" : "/**c-ip
, if the viewer did not use an HTTP proxy or a load balancer to send the requestx-forwarded-for
, if the viewer did use an HTTP proxy or a load balancer to send the requestc-ip
, if the viewer did not use an HTTP proxy or a load balancer to send the requestx-forwarded-for
, if the viewer did use an HTTP proxy or a load balancer to send the request \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**c-ip
, if the viewer did not use an HTTP proxy or a load balancer to send the requestx-forwarded-for
, if the viewer did use an HTTP proxy or a load balancer to send the requestc-ip
, if the viewer did not use an HTTP proxy or a load balancer to send the requestx-forwarded-for
, if the viewer did use an HTTP proxy or a load balancer to send the request \n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : false,
"list" : true,
"map" : false
} ],
"enums" : null,
"variable" : {
"variableName" : "iPSet",
"variableType" : "IPSet",
"variableDeclarationType" : "IPSet",
"documentation" : null,
"simpleType" : "IPSet",
"variableSetterType" : "IPSet"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Name" : {
"documentation" : "c-ip
, if the viewer did not use an HTTP proxy or a load balancer to send the requestx-forwarded-for
, if the viewer did use an HTTP proxy or a load balancer to send the requestc-ip
, if the viewer did not use an HTTP proxy or a load balancer to send the requestx-forwarded-for
, if the viewer did use an HTTP proxy or a load balancer to send the requestc-ip
, if the viewer did not use an HTTP proxy or a load balancer to send the requestx-forwarded-for
, if the viewer did use an HTTP proxy or a load balancer to send the requestc-ip
, if the viewer did not use an HTTP proxy or a load balancer to send the requestx-forwarded-for
, if the viewer did use an HTTP proxy or a load balancer to send the request */",
"getterDocumentation" : "/**c-ip
, if the viewer did not use an HTTP proxy or a load balancer to send the requestx-forwarded-for
, if the viewer did use an HTTP proxy or a load balancer to send the requestc-ip
, if the viewer did not use an HTTP proxy or a load balancer to send the requestx-forwarded-for
, if the viewer did use an HTTP proxy or a load balancer to send the request */",
"fluentSetterDocumentation" : "/**c-ip
, if the viewer did not use an HTTP proxy or a load balancer to send the requestx-forwarded-for
, if the viewer did use an HTTP proxy or a load balancer to send the requestc-ip
, if the viewer did not use an HTTP proxy or a load balancer to send the requestx-forwarded-for
, if the viewer did use an HTTP proxy or a load balancer to send the request \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**c-ip
, if the viewer did not use an HTTP proxy or a load balancer to send the requestx-forwarded-for
, if the viewer did use an HTTP proxy or a load balancer to send the requestc-ip
, if the viewer did not use an HTTP proxy or a load balancer to send the requestx-forwarded-for
, if the viewer did use an HTTP proxy or a load balancer to send the request \n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : false,
"list" : true,
"map" : false
},
"IPSetId" : {
"documentation" : "- You tried to delete a
ByteMatchSet
that is still referenced by aRule
. - You tried to delete a
Rule
that is still referenced by aWebACL
. - ByteMatchSetUpdate: Contains
Action
andByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
,PositionalConstraint
,TargetString
, andTextTransformation
- FieldToMatch: Contains
Data
andType
- ByteMatchSetUpdate: Contains
Action
andByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
,PositionalConstraint
,TargetString
, andTextTransformation
- FieldToMatch: Contains
Data
andType
- ByteMatchSetUpdate: Contains
Action
andByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
,PositionalConstraint
,TargetString
, andTextTransformation
- FieldToMatch: Contains
Data
andType
- ByteMatchSetUpdate: Contains
Action
andByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
,PositionalConstraint
,TargetString
, andTextTransformation
- FieldToMatch: Contains
Data
andType
*/",
"getterDocumentation" : "/** - ByteMatchSetUpdate: Contains
Action
andByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
,PositionalConstraint
,TargetString
, andTextTransformation
- FieldToMatch: Contains
Data
andType
- ByteMatchSetUpdate: Contains
Action
andByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
,PositionalConstraint
,TargetString
, andTextTransformation
- FieldToMatch: Contains
Data
andType
*/",
"fluentSetterDocumentation" : "/** - ByteMatchSetUpdate: Contains
Action
andByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
,PositionalConstraint
,TargetString
, andTextTransformation
- FieldToMatch: Contains
Data
andType
- ByteMatchSetUpdate: Contains
Action
andByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
,PositionalConstraint
,TargetString
, andTextTransformation
- FieldToMatch: Contains
Data
andType
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** - ByteMatchSetUpdate: Contains
Action
andByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
,PositionalConstraint
,TargetString
, andTextTransformation
- FieldToMatch: Contains
Data
andType
- ByteMatchSetUpdate: Contains
Action
andByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
,PositionalConstraint
,TargetString
, andTextTransformation
- FieldToMatch: Contains
Data
andType
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : false,
"list" : true,
"map" : false
} ],
"enums" : null,
"variable" : {
"variableName" : "updateByteMatchSetRequest",
"variableType" : "UpdateByteMatchSetRequest",
"variableDeclarationType" : "UpdateByteMatchSetRequest",
"documentation" : null,
"simpleType" : "UpdateByteMatchSetRequest",
"variableSetterType" : "UpdateByteMatchSetRequest"
},
"marshaller" : {
"action" : "UpdateByteMatchSet",
"verb" : "POST",
"target" : "AWSWAF_20150824.UpdateByteMatchSet",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Updates" : {
"documentation" : " - ByteMatchSetUpdate: Contains
Action
andByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
,PositionalConstraint
,TargetString
, andTextTransformation
- FieldToMatch: Contains
Data
andType
- ByteMatchSetUpdate: Contains
Action
andByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
,PositionalConstraint
,TargetString
, andTextTransformation
- FieldToMatch: Contains
Data
andType
- ByteMatchSetUpdate: Contains
Action
andByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
,PositionalConstraint
,TargetString
, andTextTransformation
- FieldToMatch: Contains
Data
andType
- ByteMatchSetUpdate: Contains
Action
andByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
,PositionalConstraint
,TargetString
, andTextTransformation
- FieldToMatch: Contains
Data
andType
*/",
"getterDocumentation" : "/** - ByteMatchSetUpdate: Contains
Action
andByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
,PositionalConstraint
,TargetString
, andTextTransformation
- FieldToMatch: Contains
Data
andType
- ByteMatchSetUpdate: Contains
Action
andByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
,PositionalConstraint
,TargetString
, andTextTransformation
- FieldToMatch: Contains
Data
andType
*/",
"fluentSetterDocumentation" : "/** - ByteMatchSetUpdate: Contains
Action
andByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
,PositionalConstraint
,TargetString
, andTextTransformation
- FieldToMatch: Contains
Data
andType
- ByteMatchSetUpdate: Contains
Action
andByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
,PositionalConstraint
,TargetString
, andTextTransformation
- FieldToMatch: Contains
Data
andType
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** - ByteMatchSetUpdate: Contains
Action
andByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
,PositionalConstraint
,TargetString
, andTextTransformation
- FieldToMatch: Contains
Data
andType
- ByteMatchSetUpdate: Contains
Action
andByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
,PositionalConstraint
,TargetString
, andTextTransformation
- FieldToMatch: Contains
Data
andType
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : false,
"list" : true,
"map" : false
},
"ByteMatchSetId" : {
"documentation" : " - To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify
192.0.2.44/32
. - To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify
192.0.2.0/24
. - To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify
192.0.2.44/32
. - To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify
192.0.2.0/24
. - To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify
192.0.2.44/32
. - To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify
192.0.2.0/24
. - To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify
192.0.2.44/32
. - To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify
192.0.2.0/24
. - To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify
192.0.2.44/32
. - To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify
192.0.2.0/24
. - To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify
192.0.2.44/32
. - To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify
192.0.2.0/24
. - To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify
192.0.2.44/32
. - To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify
192.0.2.0/24
. - To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify
192.0.2.44/32
. - To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify
192.0.2.0/24
. - To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify
192.0.2.44/32
. - To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify
192.0.2.0/24
. - To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify
192.0.2.44/32
. - To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify
192.0.2.0/24
. - To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify
192.0.2.44/32
. - To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify
192.0.2.0/24
. - To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify
192.0.2.44/32
. - To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify
192.0.2.0/24
. - To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify
192.0.2.44/32
. - To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify
192.0.2.0/24
. - To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify
192.0.2.44/32
. - To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify
192.0.2.0/24
. - To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify
192.0.2.44/32
. - To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify
192.0.2.0/24
. - To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify
192.0.2.44/32
. - To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify
192.0.2.0/24
. - To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify
192.0.2.44/32
. - To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify
192.0.2.0/24
. - To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify
192.0.2.44/32
. - To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify
192.0.2.0/24
. - To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify
192.0.2.44/32
. - To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify
192.0.2.0/24
. - To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify
192.0.2.44/32
. - To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify
192.0.2.0/24
. - SizeConstraintSetUpdate: Contains
Action
andSizeConstraint
- SizeConstraint: Contains
FieldToMatch
,TextTransformation
,ComparisonOperator
, andSize
- FieldToMatch: Contains
Data
andType
- SizeConstraintSetUpdate: Contains
Action
andSizeConstraint
- SizeConstraint: Contains
FieldToMatch
,TextTransformation
,ComparisonOperator
, andSize
- FieldToMatch: Contains
Data
andType
- SizeConstraintSetUpdate: Contains
Action
andSizeConstraint
- SizeConstraint: Contains
FieldToMatch
,TextTransformation
,ComparisonOperator
, andSize
- FieldToMatch: Contains
Data
andType
- SizeConstraintSetUpdate: Contains
Action
andSizeConstraint
- SizeConstraint: Contains
FieldToMatch
,TextTransformation
,ComparisonOperator
, andSize
- FieldToMatch: Contains
Data
andType
*/",
"getterDocumentation" : "/** - SizeConstraintSetUpdate: Contains
Action
andSizeConstraint
- SizeConstraint: Contains
FieldToMatch
,TextTransformation
,ComparisonOperator
, andSize
- FieldToMatch: Contains
Data
andType
- SizeConstraintSetUpdate: Contains
Action
andSizeConstraint
- SizeConstraint: Contains
FieldToMatch
,TextTransformation
,ComparisonOperator
, andSize
- FieldToMatch: Contains
Data
andType
*/",
"fluentSetterDocumentation" : "/** - SizeConstraintSetUpdate: Contains
Action
andSizeConstraint
- SizeConstraint: Contains
FieldToMatch
,TextTransformation
,ComparisonOperator
, andSize
- FieldToMatch: Contains
Data
andType
- SizeConstraintSetUpdate: Contains
Action
andSizeConstraint
- SizeConstraint: Contains
FieldToMatch
,TextTransformation
,ComparisonOperator
, andSize
- FieldToMatch: Contains
Data
andType
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** - SizeConstraintSetUpdate: Contains
Action
andSizeConstraint
- SizeConstraint: Contains
FieldToMatch
,TextTransformation
,ComparisonOperator
, andSize
- FieldToMatch: Contains
Data
andType
- SizeConstraintSetUpdate: Contains
Action
andSizeConstraint
- SizeConstraint: Contains
FieldToMatch
,TextTransformation
,ComparisonOperator
, andSize
- FieldToMatch: Contains
Data
andType
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : false,
"list" : true,
"map" : false
} ],
"enums" : null,
"variable" : {
"variableName" : "updateSizeConstraintSetRequest",
"variableType" : "UpdateSizeConstraintSetRequest",
"variableDeclarationType" : "UpdateSizeConstraintSetRequest",
"documentation" : null,
"simpleType" : "UpdateSizeConstraintSetRequest",
"variableSetterType" : "UpdateSizeConstraintSetRequest"
},
"marshaller" : {
"action" : "UpdateSizeConstraintSet",
"verb" : "POST",
"target" : "AWSWAF_20150824.UpdateSizeConstraintSet",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Updates" : {
"documentation" : " - SizeConstraintSetUpdate: Contains
Action
andSizeConstraint
- SizeConstraint: Contains
FieldToMatch
,TextTransformation
,ComparisonOperator
, andSize
- FieldToMatch: Contains
Data
andType
- SizeConstraintSetUpdate: Contains
Action
andSizeConstraint
- SizeConstraint: Contains
FieldToMatch
,TextTransformation
,ComparisonOperator
, andSize
- FieldToMatch: Contains
Data
andType
- SizeConstraintSetUpdate: Contains
Action
andSizeConstraint
- SizeConstraint: Contains
FieldToMatch
,TextTransformation
,ComparisonOperator
, andSize
- FieldToMatch: Contains
Data
andType
- SizeConstraintSetUpdate: Contains
Action
andSizeConstraint
- SizeConstraint: Contains
FieldToMatch
,TextTransformation
,ComparisonOperator
, andSize
- FieldToMatch: Contains
Data
andType
*/",
"getterDocumentation" : "/** - SizeConstraintSetUpdate: Contains
Action
andSizeConstraint
- SizeConstraint: Contains
FieldToMatch
,TextTransformation
,ComparisonOperator
, andSize
- FieldToMatch: Contains
Data
andType
- SizeConstraintSetUpdate: Contains
Action
andSizeConstraint
- SizeConstraint: Contains
FieldToMatch
,TextTransformation
,ComparisonOperator
, andSize
- FieldToMatch: Contains
Data
andType
*/",
"fluentSetterDocumentation" : "/** - SizeConstraintSetUpdate: Contains
Action
andSizeConstraint
- SizeConstraint: Contains
FieldToMatch
,TextTransformation
,ComparisonOperator
, andSize
- FieldToMatch: Contains
Data
andType
- SizeConstraintSetUpdate: Contains
Action
andSizeConstraint
- SizeConstraint: Contains
FieldToMatch
,TextTransformation
,ComparisonOperator
, andSize
- FieldToMatch: Contains
Data
andType
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** - SizeConstraintSetUpdate: Contains
Action
andSizeConstraint
- SizeConstraint: Contains
FieldToMatch
,TextTransformation
,ComparisonOperator
, andSize
- FieldToMatch: Contains
Data
andType
- SizeConstraintSetUpdate: Contains
Action
andSizeConstraint
- SizeConstraint: Contains
FieldToMatch
,TextTransformation
,ComparisonOperator
, andSize
- FieldToMatch: Contains
Data
andType
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : false,
"list" : true,
"map" : false
},
"SizeConstraintSetId" : {
"documentation" : " - IPSet: Contains
IPSetDescriptors
,IPSetId
, andName
IPSetDescriptors
: Contains an array of IPSetDescriptor objects. EachIPSetDescriptor
object containsType
andValue
- IPSet: Contains
IPSetDescriptors
,IPSetId
, andName
IPSetDescriptors
: Contains an array of IPSetDescriptor objects. EachIPSetDescriptor
object containsType
andValue
- IPSet: Contains
IPSetDescriptors
,IPSetId
, andName
IPSetDescriptors
: Contains an array of IPSetDescriptor objects. EachIPSetDescriptor
object containsType
andValue
- IPSet: Contains
IPSetDescriptors
,IPSetId
, andName
IPSetDescriptors
: Contains an array of IPSetDescriptor objects. EachIPSetDescriptor
object containsType
andValue
*/",
"getterDocumentation" : "/**- IPSet: Contains
IPSetDescriptors
,IPSetId
, andName
IPSetDescriptors
: Contains an array of IPSetDescriptor objects. EachIPSetDescriptor
object containsType
andValue
- IPSet: Contains
IPSetDescriptors
,IPSetId
, andName
IPSetDescriptors
: Contains an array of IPSetDescriptor objects. EachIPSetDescriptor
object containsType
andValue
*/",
"fluentSetterDocumentation" : "/**- IPSet: Contains
IPSetDescriptors
,IPSetId
, andName
IPSetDescriptors
: Contains an array of IPSetDescriptor objects. EachIPSetDescriptor
object containsType
andValue
- IPSet: Contains
IPSetDescriptors
,IPSetId
, andName
IPSetDescriptors
: Contains an array of IPSetDescriptor objects. EachIPSetDescriptor
object containsType
andValue
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**- IPSet: Contains
IPSetDescriptors
,IPSetId
, andName
IPSetDescriptors
: Contains an array of IPSetDescriptor objects. EachIPSetDescriptor
object containsType
andValue
- IPSet: Contains
IPSetDescriptors
,IPSetId
, andName
IPSetDescriptors
: Contains an array of IPSetDescriptor objects. EachIPSetDescriptor
object containsType
andValue
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : false,
"list" : false,
"map" : false
} ],
"enums" : null,
"variable" : {
"variableName" : "getIPSetResult",
"variableType" : "GetIPSetResult",
"variableDeclarationType" : "GetIPSetResult",
"documentation" : null,
"simpleType" : "GetIPSetResult",
"variableSetterType" : "GetIPSetResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"IPSet" : {
"documentation" : "- IPSet: Contains
IPSetDescriptors
,IPSetId
, andName
IPSetDescriptors
: Contains an array of IPSetDescriptor objects. EachIPSetDescriptor
object containsType
andValue
- IPSet: Contains
IPSetDescriptors
,IPSetId
, andName
IPSetDescriptors
: Contains an array of IPSetDescriptor objects. EachIPSetDescriptor
object containsType
andValue
- IPSet: Contains
IPSetDescriptors
,IPSetId
, andName
IPSetDescriptors
: Contains an array of IPSetDescriptor objects. EachIPSetDescriptor
object containsType
andValue
- IPSet: Contains
IPSetDescriptors
,IPSetId
, andName
IPSetDescriptors
: Contains an array of IPSetDescriptor objects. EachIPSetDescriptor
object containsType
andValue
*/",
"getterDocumentation" : "/**- IPSet: Contains
IPSetDescriptors
,IPSetId
, andName
IPSetDescriptors
: Contains an array of IPSetDescriptor objects. EachIPSetDescriptor
object containsType
andValue
- IPSet: Contains
IPSetDescriptors
,IPSetId
, andName
IPSetDescriptors
: Contains an array of IPSetDescriptor objects. EachIPSetDescriptor
object containsType
andValue
*/",
"fluentSetterDocumentation" : "/**- IPSet: Contains
IPSetDescriptors
,IPSetId
, andName
IPSetDescriptors
: Contains an array of IPSetDescriptor objects. EachIPSetDescriptor
object containsType
andValue
- IPSet: Contains
IPSetDescriptors
,IPSetId
, andName
IPSetDescriptors
: Contains an array of IPSetDescriptor objects. EachIPSetDescriptor
object containsType
andValue
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**- IPSet: Contains
IPSetDescriptors
,IPSetId
, andName
IPSetDescriptors
: Contains an array of IPSetDescriptor objects. EachIPSetDescriptor
object containsType
andValue
- IPSet: Contains
IPSetDescriptors
,IPSetId
, andName
IPSetDescriptors
: Contains an array of IPSetDescriptor objects. EachIPSetDescriptor
object containsType
andValue
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : false,
"list" : false,
"map" : false
}
}
},
"WAFStaleDataException" : {
"c2jName" : "WAFStaleDataException",
"documentation" : "- You tried to add a
Rule
to or delete aRule
from aWebACL
that doesn't exist. - You tried to add a
ByteMatchSet
to or delete aByteMatchSet
from aRule
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 aByteMatchTuple
from aByteMatchSet
that doesn't exist. - RuleUpdate: Contains
Action
andPredicate
- Predicate: Contains
DataId
,Negated
, andType
- FieldToMatch: Contains
Data
andType
- RuleUpdate: Contains
Action
andPredicate
- Predicate: Contains
DataId
,Negated
, andType
- FieldToMatch: Contains
Data
andType
- RuleUpdate: Contains
Action
andPredicate
- Predicate: Contains
DataId
,Negated
, andType
- FieldToMatch: Contains
Data
andType
- RuleUpdate: Contains
Action
andPredicate
- Predicate: Contains
DataId
,Negated
, andType
- FieldToMatch: Contains
Data
andType
*/",
"getterDocumentation" : "/** - RuleUpdate: Contains
Action
andPredicate
- Predicate: Contains
DataId
,Negated
, andType
- FieldToMatch: Contains
Data
andType
- RuleUpdate: Contains
Action
andPredicate
- Predicate: Contains
DataId
,Negated
, andType
- FieldToMatch: Contains
Data
andType
*/",
"fluentSetterDocumentation" : "/** - RuleUpdate: Contains
Action
andPredicate
- Predicate: Contains
DataId
,Negated
, andType
- FieldToMatch: Contains
Data
andType
- RuleUpdate: Contains
Action
andPredicate
- Predicate: Contains
DataId
,Negated
, andType
- FieldToMatch: Contains
Data
andType
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** - RuleUpdate: Contains
Action
andPredicate
- Predicate: Contains
DataId
,Negated
, andType
- FieldToMatch: Contains
Data
andType
- RuleUpdate: Contains
Action
andPredicate
- Predicate: Contains
DataId
,Negated
, andType
- FieldToMatch: Contains
Data
andType
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : false,
"list" : true,
"map" : false
} ],
"enums" : null,
"variable" : {
"variableName" : "updateRuleRequest",
"variableType" : "UpdateRuleRequest",
"variableDeclarationType" : "UpdateRuleRequest",
"documentation" : null,
"simpleType" : "UpdateRuleRequest",
"variableSetterType" : "UpdateRuleRequest"
},
"marshaller" : {
"action" : "UpdateRule",
"verb" : "POST",
"target" : "AWSWAF_20150824.UpdateRule",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Updates" : {
"documentation" : " - RuleUpdate: Contains
Action
andPredicate
- Predicate: Contains
DataId
,Negated
, andType
- FieldToMatch: Contains
Data
andType
- RuleUpdate: Contains
Action
andPredicate
- Predicate: Contains
DataId
,Negated
, andType
- FieldToMatch: Contains
Data
andType
The IP address type (
IPV4
) and the IP address range (in CIDR notation) that web requests originate from. If theWebACL
is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:IPV4
) and the IP address range (in CIDR notation) that web requests originate from. If theWebACL
is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:The IP address type (
IPV4
) and the IP address range (in CIDR notation) that web requests originate from. If theWebACL
is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:IPV4
) and the IP address range (in CIDR notation) that web requests originate from. If theWebACL
is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:The IP address type (
IPV4
) and the IP address range (in CIDR notation) that web requests originate from. If theWebACL
is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:NOTE: This method appends the values to the existing list (if any). Use {@link #setIPSetDescriptors(java.util.Collection)} or {@link #withIPSetDescriptors(java.util.Collection)} if you want to override the existing values.
\n@param iPSetDescriptors The IP address type (IPV4
) and the IP address range (in CIDR notation) that web requests originate from. If theWebACL
is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:A friendly name or description of the IPSet. You can't change the name of an
", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "IPSet
after you create it.A friendly name or description of the IPSet. You can't change the name of an
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**IPSet
after you create it.A friendly name or description of the IPSet. You can't change the name of an
\n@param name A friendly name or description of the IPSet. You can't change the name of anIPSet
after you create it.IPSet
after you create it.*/", "getterDocumentation" : "/**A friendly name or description of the IPSet. You can't change the name of an
\n@return A friendly name or description of the IPSet. You can't change the name of anIPSet
after you create it.IPSet
after you create it.*/", "fluentSetterDocumentation" : "/**A friendly name or description of the IPSet. You can't change the name of an
\n@param name A friendly name or description of the IPSet. You can't change the name of anIPSet
after you create it.IPSet
after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A friendly name or description of the IPSet. You can't change the name of an
\n@param name A friendly name or description of the IPSet. You can't change the name of anIPSet
after you create it.IPSet
after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "IPSetDescriptors" : { "documentation" : "The IP address type (
IPV4
) and the IP address range (in CIDR notation) that web requests originate from. If theWebACL
is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:", "variableDeclarationType" : "java.util.List ", "documentation" : " The IP address type (
IPV4
) and the IP address range (in CIDR notation) that web requests originate from. If theWebACL
is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:", "variableSetterType" : "java.util.Collection " }, "setterModel" : { "variableName" : "iPSetDescriptors", "variableType" : "java.util.List ", "variableDeclarationType" : "java.util.List ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "getterModel" : { "returnType" : "java.util.List ", "documentation" : null }, "http" : { "unmarshallLocationName" : "IPSetDescriptors", "marshallLocationName" : "IPSetDescriptors", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "IPSetDescriptor", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IPSetDescriptor", "variable" : { "variableName" : "member", "variableType" : "IPSetDescriptor", "variableDeclarationType" : "IPSetDescriptor", "documentation" : "", "simpleType" : "IPSetDescriptor", "variableSetterType" : "IPSetDescriptor" }, "setterModel" : { "variableName" : "member", "variableType" : "IPSetDescriptor", "variableDeclarationType" : "IPSetDescriptor", "documentation" : "", "simpleType" : "IPSetDescriptor", "variableSetterType" : "IPSetDescriptor" }, "getterModel" : { "returnType" : "IPSetDescriptor", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "IPSetDescriptor", "templateType" : "java.util.List ", "templateImplType" : "java.util.ArrayList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/** The IP address type (
IPV4
) and the IP address range (in CIDR notation) that web requests originate from. If theWebACL
is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:IPV4
) and the IP address range (in CIDR notation) that web requests originate from. If theWebACL
is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:The IP address type (
IPV4
) and the IP address range (in CIDR notation) that web requests originate from. If theWebACL
is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:IPV4
) and the IP address range (in CIDR notation) that web requests originate from. If theWebACL
is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:The IP address type (
IPV4
) and the IP address range (in CIDR notation) that web requests originate from. If theWebACL
is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:IPV4
) and the IP address range (in CIDR notation) that web requests originate from. If theWebACL
is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:The IP address type (
IPV4
) and the IP address range (in CIDR notation) that web requests originate from. If theWebACL
is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:NOTE: This method appends the values to the existing list (if any). Use {@link #setIPSetDescriptors(java.util.Collection)} or {@link #withIPSetDescriptors(java.util.Collection)} if you want to override the existing values.
\n@param iPSetDescriptors The IP address type (IPV4
) and the IP address range (in CIDR notation) that web requests originate from. If theWebACL
is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:The
IPSetId
for anIPSet
. You useIPSetId
to get information about anIPSet
(see GetIPSet), update anIPSet
(see UpdateIPSet), insert anIPSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anIPSet
from AWS WAF (see DeleteIPSet).
", "name" : "IPSetId", "c2jName" : "IPSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "iPSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "IPSetId
is returned by CreateIPSet and by ListIPSets.The
IPSetId
for anIPSet
. You useIPSetId
to get information about anIPSet
(see GetIPSet), update anIPSet
(see UpdateIPSet), insert anIPSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anIPSet
from AWS WAF (see DeleteIPSet).
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "iPSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IPSetId", "marshallLocationName" : "IPSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**IPSetId
is returned by CreateIPSet and by ListIPSets.The
IPSetId
for anIPSet
. You useIPSetId
to get information about anIPSet
(see GetIPSet), update anIPSet
(see UpdateIPSet), insert anIPSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anIPSet
from AWS WAF (see DeleteIPSet).
\n@param iPSetId TheIPSetId
is returned by CreateIPSet and by ListIPSets.IPSetId
for anIPSet
. You useIPSetId
to get information about anIPSet
(see GetIPSet), update anIPSet
(see UpdateIPSet), insert anIPSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anIPSet
from AWS WAF (see DeleteIPSet).IPSetId
is returned by CreateIPSet and by ListIPSets.*/", "getterDocumentation" : "/**The
IPSetId
for anIPSet
. You useIPSetId
to get information about anIPSet
(see GetIPSet), update anIPSet
(see UpdateIPSet), insert anIPSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anIPSet
from AWS WAF (see DeleteIPSet).
\n@return TheIPSetId
is returned by CreateIPSet and by ListIPSets.IPSetId
for anIPSet
. You useIPSetId
to get information about anIPSet
(see GetIPSet), update anIPSet
(see UpdateIPSet), insert anIPSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anIPSet
from AWS WAF (see DeleteIPSet).IPSetId
is returned by CreateIPSet and by ListIPSets.*/", "fluentSetterDocumentation" : "/**The
IPSetId
for anIPSet
. You useIPSetId
to get information about anIPSet
(see GetIPSet), update anIPSet
(see UpdateIPSet), insert anIPSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anIPSet
from AWS WAF (see DeleteIPSet).
\n@param iPSetId TheIPSetId
is returned by CreateIPSet and by ListIPSets.IPSetId
for anIPSet
. You useIPSetId
to get information about anIPSet
(see GetIPSet), update anIPSet
(see UpdateIPSet), insert anIPSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anIPSet
from AWS WAF (see DeleteIPSet).IPSetId
is returned by CreateIPSet and by ListIPSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
IPSetId
for anIPSet
. You useIPSetId
to get information about anIPSet
(see GetIPSet), update anIPSet
(see UpdateIPSet), insert anIPSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anIPSet
from AWS WAF (see DeleteIPSet).
\n@param iPSetId TheIPSetId
is returned by CreateIPSet and by ListIPSets.IPSetId
for anIPSet
. You useIPSetId
to get information about anIPSet
(see GetIPSet), update anIPSet
(see UpdateIPSet), insert anIPSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anIPSet
from AWS WAF (see DeleteIPSet).IPSetId
is returned by CreateIPSet and by ListIPSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "WAFInternalErrorException" : { "c2jName" : "WAFInternalErrorException", "documentation" : "The operation failed because of a system problem, even though the request was valid. Retry your request.
", "shapeName" : "WAFInternalErrorException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "wAFInternalErrorException", "variableType" : "WAFInternalErrorException", "variableDeclarationType" : "WAFInternalErrorException", "documentation" : null, "simpleType" : "WAFInternalErrorException", "variableSetterType" : "WAFInternalErrorException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "WAFInternalErrorException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "WAFReferencedItemException" : { "c2jName" : "WAFReferencedItemException", "documentation" : "The operation failed because you tried to delete an object that is still in use. For example:
The
", "name" : "ByteMatchSetId", "c2jName" : "ByteMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "byteMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "ByteMatchSetId
of the ByteMatchSet that you want to update.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "byteMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ByteMatchSetId", "marshallLocationName" : "ByteMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**ByteMatchSetId
of the ByteMatchSet that you want to update.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.The
\n@param byteMatchSetId TheByteMatchSetId
of the ByteMatchSet that you want to update.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.ByteMatchSetId
of the ByteMatchSet that you want to update.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.*/", "getterDocumentation" : "/**The
\n@return TheByteMatchSetId
of the ByteMatchSet that you want to update.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.ByteMatchSetId
of the ByteMatchSet that you want to update.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.*/", "fluentSetterDocumentation" : "/**The
\n@param byteMatchSetId TheByteMatchSetId
of the ByteMatchSet that you want to update.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.ByteMatchSetId
of the ByteMatchSet that you want to update.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param byteMatchSetId TheByteMatchSetId
of the ByteMatchSet that you want to update.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.ByteMatchSetId
of the ByteMatchSet that you want to update.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "The value returned by the most recent call to GetChangeToken.
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value returned by the most recent call to GetChangeToken.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "An array of
ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:", "variableDeclarationType" : "java.util.List ", "documentation" : " An array of
ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:", "variableSetterType" : "java.util.Collection " }, "setterModel" : { "variableName" : "updates", "variableType" : "java.util.List ", "variableDeclarationType" : "java.util.List ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "getterModel" : { "returnType" : "java.util.List ", "documentation" : null }, "http" : { "unmarshallLocationName" : "Updates", "marshallLocationName" : "Updates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ByteMatchSetUpdate", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ByteMatchSetUpdate", "variable" : { "variableName" : "member", "variableType" : "ByteMatchSetUpdate", "variableDeclarationType" : "ByteMatchSetUpdate", "documentation" : "", "simpleType" : "ByteMatchSetUpdate", "variableSetterType" : "ByteMatchSetUpdate" }, "setterModel" : { "variableName" : "member", "variableType" : "ByteMatchSetUpdate", "variableDeclarationType" : "ByteMatchSetUpdate", "documentation" : "", "simpleType" : "ByteMatchSetUpdate", "variableSetterType" : "ByteMatchSetUpdate" }, "getterModel" : { "returnType" : "ByteMatchSetUpdate", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ByteMatchSetUpdate", "templateType" : "java.util.List ", "templateImplType" : "java.util.ArrayList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/** An array of
ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:An array of
ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:An array of
ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:An array of
ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:NOTE: This method appends the values to the existing list (if any). Use {@link #setUpdates(java.util.Collection)} or {@link #withUpdates(java.util.Collection)} if you want to override the existing values.
\n@param updates An array ofByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:An array of
ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:", "variableDeclarationType" : "java.util.List ", "documentation" : " An array of
ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:", "variableSetterType" : "java.util.Collection " }, "setterModel" : { "variableName" : "updates", "variableType" : "java.util.List ", "variableDeclarationType" : "java.util.List ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "getterModel" : { "returnType" : "java.util.List ", "documentation" : null }, "http" : { "unmarshallLocationName" : "Updates", "marshallLocationName" : "Updates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ByteMatchSetUpdate", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ByteMatchSetUpdate", "variable" : { "variableName" : "member", "variableType" : "ByteMatchSetUpdate", "variableDeclarationType" : "ByteMatchSetUpdate", "documentation" : "", "simpleType" : "ByteMatchSetUpdate", "variableSetterType" : "ByteMatchSetUpdate" }, "setterModel" : { "variableName" : "member", "variableType" : "ByteMatchSetUpdate", "variableDeclarationType" : "ByteMatchSetUpdate", "documentation" : "", "simpleType" : "ByteMatchSetUpdate", "variableSetterType" : "ByteMatchSetUpdate" }, "getterModel" : { "returnType" : "ByteMatchSetUpdate", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ByteMatchSetUpdate", "templateType" : "java.util.List ", "templateImplType" : "java.util.ArrayList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/** An array of
ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:An array of
ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:An array of
ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:An array of
ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:NOTE: This method appends the values to the existing list (if any). Use {@link #setUpdates(java.util.Collection)} or {@link #withUpdates(java.util.Collection)} if you want to override the existing values.
\n@param updates An array ofByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:The
", "name" : "ByteMatchSetId", "c2jName" : "ByteMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "byteMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "ByteMatchSetId
of the ByteMatchSet that you want to update.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "byteMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ByteMatchSetId", "marshallLocationName" : "ByteMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**ByteMatchSetId
of the ByteMatchSet that you want to update.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.The
\n@param byteMatchSetId TheByteMatchSetId
of the ByteMatchSet that you want to update.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.ByteMatchSetId
of the ByteMatchSet that you want to update.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.*/", "getterDocumentation" : "/**The
\n@return TheByteMatchSetId
of the ByteMatchSet that you want to update.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.ByteMatchSetId
of the ByteMatchSet that you want to update.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.*/", "fluentSetterDocumentation" : "/**The
\n@param byteMatchSetId TheByteMatchSetId
of the ByteMatchSet that you want to update.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.ByteMatchSetId
of the ByteMatchSet that you want to update.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param byteMatchSetId TheByteMatchSetId
of the ByteMatchSet that you want to update.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.ByteMatchSetId
of the ByteMatchSet that you want to update.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ChangeToken" : { "documentation" : "The value returned by the most recent call to GetChangeToken.
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value returned by the most recent call to GetChangeToken.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "XssMatchSetSummary" : { "c2jName" : "XssMatchSetSummary", "documentation" : "The
", "shapeName" : "XssMatchSetSummary", "deprecated" : false, "required" : [ "XssMatchSetId", "Name" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "Id
andName
of anXssMatchSet
.A unique identifier for an
XssMatchSet
. You useXssMatchSetId
to get information about aXssMatchSet
(see GetXssMatchSet), update anXssMatchSet
(see UpdateXssMatchSet), insert anXssMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anXssMatchSet
from AWS WAF (see DeleteXssMatchSet).
", "name" : "XssMatchSetId", "c2jName" : "XssMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "xssMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.A unique identifier for an
XssMatchSet
. You useXssMatchSetId
to get information about aXssMatchSet
(see GetXssMatchSet), update anXssMatchSet
(see UpdateXssMatchSet), insert anXssMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anXssMatchSet
from AWS WAF (see DeleteXssMatchSet).
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "xssMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "XssMatchSetId", "marshallLocationName" : "XssMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.A unique identifier for an
XssMatchSet
. You useXssMatchSetId
to get information about aXssMatchSet
(see GetXssMatchSet), update anXssMatchSet
(see UpdateXssMatchSet), insert anXssMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anXssMatchSet
from AWS WAF (see DeleteXssMatchSet).
\n@param xssMatchSetId A unique identifier for anXssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.XssMatchSet
. You useXssMatchSetId
to get information about aXssMatchSet
(see GetXssMatchSet), update anXssMatchSet
(see UpdateXssMatchSet), insert anXssMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anXssMatchSet
from AWS WAF (see DeleteXssMatchSet).XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.*/", "getterDocumentation" : "/**A unique identifier for an
XssMatchSet
. You useXssMatchSetId
to get information about aXssMatchSet
(see GetXssMatchSet), update anXssMatchSet
(see UpdateXssMatchSet), insert anXssMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anXssMatchSet
from AWS WAF (see DeleteXssMatchSet).
\n@return A unique identifier for anXssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.XssMatchSet
. You useXssMatchSetId
to get information about aXssMatchSet
(see GetXssMatchSet), update anXssMatchSet
(see UpdateXssMatchSet), insert anXssMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anXssMatchSet
from AWS WAF (see DeleteXssMatchSet).XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.*/", "fluentSetterDocumentation" : "/**A unique identifier for an
XssMatchSet
. You useXssMatchSetId
to get information about aXssMatchSet
(see GetXssMatchSet), update anXssMatchSet
(see UpdateXssMatchSet), insert anXssMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anXssMatchSet
from AWS WAF (see DeleteXssMatchSet).
\n@param xssMatchSetId A unique identifier for anXssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.XssMatchSet
. You useXssMatchSetId
to get information about aXssMatchSet
(see GetXssMatchSet), update anXssMatchSet
(see UpdateXssMatchSet), insert anXssMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anXssMatchSet
from AWS WAF (see DeleteXssMatchSet).XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A unique identifier for an
XssMatchSet
. You useXssMatchSetId
to get information about aXssMatchSet
(see GetXssMatchSet), update anXssMatchSet
(see UpdateXssMatchSet), insert anXssMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anXssMatchSet
from AWS WAF (see DeleteXssMatchSet).
\n@param xssMatchSetId A unique identifier for anXssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.XssMatchSet
. You useXssMatchSetId
to get information about aXssMatchSet
(see GetXssMatchSet), update anXssMatchSet
(see UpdateXssMatchSet), insert anXssMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anXssMatchSet
from AWS WAF (see DeleteXssMatchSet).XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "The name of the
", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "XssMatchSet
, if any, specified byId
.The name of the
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**XssMatchSet
, if any, specified byId
.The name of the
\n@param name The name of theXssMatchSet
, if any, specified byId
.XssMatchSet
, if any, specified byId
.*/", "getterDocumentation" : "/**The name of the
\n@return The name of theXssMatchSet
, if any, specified byId
.XssMatchSet
, if any, specified byId
.*/", "fluentSetterDocumentation" : "/**The name of the
\n@param name The name of theXssMatchSet
, if any, specified byId
.XssMatchSet
, if any, specified byId
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The name of the
\n@param name The name of theXssMatchSet
, if any, specified byId
.XssMatchSet
, if any, specified byId
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "xssMatchSetSummary", "variableType" : "XssMatchSetSummary", "variableDeclarationType" : "XssMatchSetSummary", "documentation" : null, "simpleType" : "XssMatchSetSummary", "variableSetterType" : "XssMatchSetSummary" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "The name of the
", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "XssMatchSet
, if any, specified byId
.The name of the
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**XssMatchSet
, if any, specified byId
.The name of the
\n@param name The name of theXssMatchSet
, if any, specified byId
.XssMatchSet
, if any, specified byId
.*/", "getterDocumentation" : "/**The name of the
\n@return The name of theXssMatchSet
, if any, specified byId
.XssMatchSet
, if any, specified byId
.*/", "fluentSetterDocumentation" : "/**The name of the
\n@param name The name of theXssMatchSet
, if any, specified byId
.XssMatchSet
, if any, specified byId
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The name of the
\n@param name The name of theXssMatchSet
, if any, specified byId
.XssMatchSet
, if any, specified byId
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "XssMatchSetId" : { "documentation" : "A unique identifier for an
XssMatchSet
. You useXssMatchSetId
to get information about aXssMatchSet
(see GetXssMatchSet), update anXssMatchSet
(see UpdateXssMatchSet), insert anXssMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anXssMatchSet
from AWS WAF (see DeleteXssMatchSet).
", "name" : "XssMatchSetId", "c2jName" : "XssMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "xssMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.A unique identifier for an
XssMatchSet
. You useXssMatchSetId
to get information about aXssMatchSet
(see GetXssMatchSet), update anXssMatchSet
(see UpdateXssMatchSet), insert anXssMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anXssMatchSet
from AWS WAF (see DeleteXssMatchSet).
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "xssMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "XssMatchSetId", "marshallLocationName" : "XssMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.A unique identifier for an
XssMatchSet
. You useXssMatchSetId
to get information about aXssMatchSet
(see GetXssMatchSet), update anXssMatchSet
(see UpdateXssMatchSet), insert anXssMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anXssMatchSet
from AWS WAF (see DeleteXssMatchSet).
\n@param xssMatchSetId A unique identifier for anXssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.XssMatchSet
. You useXssMatchSetId
to get information about aXssMatchSet
(see GetXssMatchSet), update anXssMatchSet
(see UpdateXssMatchSet), insert anXssMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anXssMatchSet
from AWS WAF (see DeleteXssMatchSet).XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.*/", "getterDocumentation" : "/**A unique identifier for an
XssMatchSet
. You useXssMatchSetId
to get information about aXssMatchSet
(see GetXssMatchSet), update anXssMatchSet
(see UpdateXssMatchSet), insert anXssMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anXssMatchSet
from AWS WAF (see DeleteXssMatchSet).
\n@return A unique identifier for anXssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.XssMatchSet
. You useXssMatchSetId
to get information about aXssMatchSet
(see GetXssMatchSet), update anXssMatchSet
(see UpdateXssMatchSet), insert anXssMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anXssMatchSet
from AWS WAF (see DeleteXssMatchSet).XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.*/", "fluentSetterDocumentation" : "/**A unique identifier for an
XssMatchSet
. You useXssMatchSetId
to get information about aXssMatchSet
(see GetXssMatchSet), update anXssMatchSet
(see UpdateXssMatchSet), insert anXssMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anXssMatchSet
from AWS WAF (see DeleteXssMatchSet).
\n@param xssMatchSetId A unique identifier for anXssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.XssMatchSet
. You useXssMatchSetId
to get information about aXssMatchSet
(see GetXssMatchSet), update anXssMatchSet
(see UpdateXssMatchSet), insert anXssMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anXssMatchSet
from AWS WAF (see DeleteXssMatchSet).XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A unique identifier for an
XssMatchSet
. You useXssMatchSetId
to get information about aXssMatchSet
(see GetXssMatchSet), update anXssMatchSet
(see UpdateXssMatchSet), insert anXssMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anXssMatchSet
from AWS WAF (see DeleteXssMatchSet).
\n@param xssMatchSetId A unique identifier for anXssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.XssMatchSet
. You useXssMatchSetId
to get information about aXssMatchSet
(see GetXssMatchSet), update anXssMatchSet
(see UpdateXssMatchSet), insert anXssMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anXssMatchSet
from AWS WAF (see DeleteXssMatchSet).XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DeleteByteMatchSetResult" : { "c2jName" : "DeleteByteMatchSetResponse", "documentation" : "", "shapeName" : "DeleteByteMatchSetResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "The
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "ChangeToken
that you used to submit theDeleteByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**ChangeToken
that you used to submit theDeleteByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
\n@param changeToken TheChangeToken
that you used to submit theDeleteByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**The
\n@return TheChangeToken
that you used to submit theDeleteByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theDeleteByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theDeleteByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "deleteByteMatchSetResult", "variableType" : "DeleteByteMatchSetResult", "variableDeclarationType" : "DeleteByteMatchSetResult", "documentation" : null, "simpleType" : "DeleteByteMatchSetResult", "variableSetterType" : "DeleteByteMatchSetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeToken" : { "documentation" : "The
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "ChangeToken
that you used to submit theDeleteByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**ChangeToken
that you used to submit theDeleteByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
\n@param changeToken TheChangeToken
that you used to submit theDeleteByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**The
\n@return TheChangeToken
that you used to submit theDeleteByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theDeleteByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theDeleteByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DeleteSizeConstraintSetRequest" : { "c2jName" : "DeleteSizeConstraintSetRequest", "documentation" : "", "shapeName" : "DeleteSizeConstraintSetRequest", "deprecated" : false, "required" : [ "SizeConstraintSetId", "ChangeToken" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "The
", "name" : "SizeConstraintSetId", "c2jName" : "SizeConstraintSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "sizeConstraintSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "SizeConstraintSetId
of the SizeConstraintSet that you want to delete.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sizeConstraintSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SizeConstraintSetId", "marshallLocationName" : "SizeConstraintSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**SizeConstraintSetId
of the SizeConstraintSet that you want to delete.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.The
\n@param sizeConstraintSetId TheSizeConstraintSetId
of the SizeConstraintSet that you want to delete.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.SizeConstraintSetId
of the SizeConstraintSet that you want to delete.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.*/", "getterDocumentation" : "/**The
\n@return TheSizeConstraintSetId
of the SizeConstraintSet that you want to delete.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.SizeConstraintSetId
of the SizeConstraintSet that you want to delete.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.*/", "fluentSetterDocumentation" : "/**The
\n@param sizeConstraintSetId TheSizeConstraintSetId
of the SizeConstraintSet that you want to delete.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.SizeConstraintSetId
of the SizeConstraintSet that you want to delete.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param sizeConstraintSetId TheSizeConstraintSetId
of the SizeConstraintSet that you want to delete.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.SizeConstraintSetId
of the SizeConstraintSet that you want to delete.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "The value returned by the most recent call to GetChangeToken.
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value returned by the most recent call to GetChangeToken.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "deleteSizeConstraintSetRequest", "variableType" : "DeleteSizeConstraintSetRequest", "variableDeclarationType" : "DeleteSizeConstraintSetRequest", "documentation" : null, "simpleType" : "DeleteSizeConstraintSetRequest", "variableSetterType" : "DeleteSizeConstraintSetRequest" }, "marshaller" : { "action" : "DeleteSizeConstraintSet", "verb" : "POST", "target" : "AWSWAF_20150824.DeleteSizeConstraintSet", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SizeConstraintSetId" : { "documentation" : "The
", "name" : "SizeConstraintSetId", "c2jName" : "SizeConstraintSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "sizeConstraintSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "SizeConstraintSetId
of the SizeConstraintSet that you want to delete.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sizeConstraintSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SizeConstraintSetId", "marshallLocationName" : "SizeConstraintSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**SizeConstraintSetId
of the SizeConstraintSet that you want to delete.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.The
\n@param sizeConstraintSetId TheSizeConstraintSetId
of the SizeConstraintSet that you want to delete.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.SizeConstraintSetId
of the SizeConstraintSet that you want to delete.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.*/", "getterDocumentation" : "/**The
\n@return TheSizeConstraintSetId
of the SizeConstraintSet that you want to delete.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.SizeConstraintSetId
of the SizeConstraintSet that you want to delete.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.*/", "fluentSetterDocumentation" : "/**The
\n@param sizeConstraintSetId TheSizeConstraintSetId
of the SizeConstraintSet that you want to delete.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.SizeConstraintSetId
of the SizeConstraintSet that you want to delete.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param sizeConstraintSetId TheSizeConstraintSetId
of the SizeConstraintSet that you want to delete.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.SizeConstraintSetId
of the SizeConstraintSet that you want to delete.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ChangeToken" : { "documentation" : "The value returned by the most recent call to GetChangeToken.
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value returned by the most recent call to GetChangeToken.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ListByteMatchSetsResult" : { "c2jName" : "ListByteMatchSetsResponse", "documentation" : "", "shapeName" : "ListByteMatchSetsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "If you have more
", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "ByteMatchSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreByteMatchSet
objects, submit anotherListByteMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.If you have more
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**ByteMatchSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreByteMatchSet
objects, submit anotherListByteMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.If you have more
\n@param nextMarker If you have moreByteMatchSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreByteMatchSet
objects, submit anotherListByteMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.ByteMatchSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreByteMatchSet
objects, submit anotherListByteMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.*/", "getterDocumentation" : "/**If you have more
\n@return If you have moreByteMatchSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreByteMatchSet
objects, submit anotherListByteMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.ByteMatchSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreByteMatchSet
objects, submit anotherListByteMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.*/", "fluentSetterDocumentation" : "/**If you have more
\n@param nextMarker If you have moreByteMatchSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreByteMatchSet
objects, submit anotherListByteMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.ByteMatchSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreByteMatchSet
objects, submit anotherListByteMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If you have more
\n@param nextMarker If you have moreByteMatchSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreByteMatchSet
objects, submit anotherListByteMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.ByteMatchSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreByteMatchSet
objects, submit anotherListByteMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "An array of ByteMatchSetSummary objects.
", "name" : "ByteMatchSets", "c2jName" : "ByteMatchSets", "c2jShape" : "ByteMatchSetSummaries", "variable" : { "variableName" : "byteMatchSets", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List ", "documentation" : " An array of ByteMatchSetSummary objects.
", "simpleType" : "List", "variableSetterType" : "java.util.Collection " }, "setterModel" : { "variableName" : "byteMatchSets", "variableType" : "java.util.List ", "variableDeclarationType" : "java.util.List ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "getterModel" : { "returnType" : "java.util.List ", "documentation" : null }, "http" : { "unmarshallLocationName" : "ByteMatchSets", "marshallLocationName" : "ByteMatchSets", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ByteMatchSetSummary", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ByteMatchSetSummary", "variable" : { "variableName" : "member", "variableType" : "ByteMatchSetSummary", "variableDeclarationType" : "ByteMatchSetSummary", "documentation" : "", "simpleType" : "ByteMatchSetSummary", "variableSetterType" : "ByteMatchSetSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "ByteMatchSetSummary", "variableDeclarationType" : "ByteMatchSetSummary", "documentation" : "", "simpleType" : "ByteMatchSetSummary", "variableSetterType" : "ByteMatchSetSummary" }, "getterModel" : { "returnType" : "ByteMatchSetSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ByteMatchSetSummary", "templateType" : "java.util.List ", "templateImplType" : "java.util.ArrayList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/** An array of ByteMatchSetSummary objects.
\n@param byteMatchSets An array of ByteMatchSetSummary objects.*/", "getterDocumentation" : "/**An array of ByteMatchSetSummary objects.
\n@return An array of ByteMatchSetSummary objects.*/", "fluentSetterDocumentation" : "/**An array of ByteMatchSetSummary objects.
\n@param byteMatchSets An array of ByteMatchSetSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**An array of ByteMatchSetSummary objects.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setByteMatchSets(java.util.Collection)} or {@link #withByteMatchSets(java.util.Collection)} if you want to override the existing values.
\n@param byteMatchSets An array of ByteMatchSetSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "listByteMatchSetsResult", "variableType" : "ListByteMatchSetsResult", "variableDeclarationType" : "ListByteMatchSetsResult", "documentation" : null, "simpleType" : "ListByteMatchSetsResult", "variableSetterType" : "ListByteMatchSetsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ByteMatchSets" : { "documentation" : "An array of ByteMatchSetSummary objects.
", "name" : "ByteMatchSets", "c2jName" : "ByteMatchSets", "c2jShape" : "ByteMatchSetSummaries", "variable" : { "variableName" : "byteMatchSets", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List ", "documentation" : " An array of ByteMatchSetSummary objects.
", "simpleType" : "List", "variableSetterType" : "java.util.Collection " }, "setterModel" : { "variableName" : "byteMatchSets", "variableType" : "java.util.List ", "variableDeclarationType" : "java.util.List ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "getterModel" : { "returnType" : "java.util.List ", "documentation" : null }, "http" : { "unmarshallLocationName" : "ByteMatchSets", "marshallLocationName" : "ByteMatchSets", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ByteMatchSetSummary", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ByteMatchSetSummary", "variable" : { "variableName" : "member", "variableType" : "ByteMatchSetSummary", "variableDeclarationType" : "ByteMatchSetSummary", "documentation" : "", "simpleType" : "ByteMatchSetSummary", "variableSetterType" : "ByteMatchSetSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "ByteMatchSetSummary", "variableDeclarationType" : "ByteMatchSetSummary", "documentation" : "", "simpleType" : "ByteMatchSetSummary", "variableSetterType" : "ByteMatchSetSummary" }, "getterModel" : { "returnType" : "ByteMatchSetSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ByteMatchSetSummary", "templateType" : "java.util.List ", "templateImplType" : "java.util.ArrayList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/** An array of ByteMatchSetSummary objects.
\n@param byteMatchSets An array of ByteMatchSetSummary objects.*/", "getterDocumentation" : "/**An array of ByteMatchSetSummary objects.
\n@return An array of ByteMatchSetSummary objects.*/", "fluentSetterDocumentation" : "/**An array of ByteMatchSetSummary objects.
\n@param byteMatchSets An array of ByteMatchSetSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**An array of ByteMatchSetSummary objects.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setByteMatchSets(java.util.Collection)} or {@link #withByteMatchSets(java.util.Collection)} if you want to override the existing values.
\n@param byteMatchSets An array of ByteMatchSetSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "NextMarker" : { "documentation" : "If you have more
", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "ByteMatchSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreByteMatchSet
objects, submit anotherListByteMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.If you have more
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**ByteMatchSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreByteMatchSet
objects, submit anotherListByteMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.If you have more
\n@param nextMarker If you have moreByteMatchSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreByteMatchSet
objects, submit anotherListByteMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.ByteMatchSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreByteMatchSet
objects, submit anotherListByteMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.*/", "getterDocumentation" : "/**If you have more
\n@return If you have moreByteMatchSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreByteMatchSet
objects, submit anotherListByteMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.ByteMatchSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreByteMatchSet
objects, submit anotherListByteMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.*/", "fluentSetterDocumentation" : "/**If you have more
\n@param nextMarker If you have moreByteMatchSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreByteMatchSet
objects, submit anotherListByteMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.ByteMatchSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreByteMatchSet
objects, submit anotherListByteMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If you have more
\n@param nextMarker If you have moreByteMatchSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreByteMatchSet
objects, submit anotherListByteMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.ByteMatchSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreByteMatchSet
objects, submit anotherListByteMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ParameterExceptionField" : { "c2jName" : "ParameterExceptionField", "documentation" : "", "shapeName" : "ParameterExceptionField", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "CHANGE_ACTION", "value" : "CHANGE_ACTION" }, { "name" : "WAF_ACTION", "value" : "WAF_ACTION" }, { "name" : "PREDICATE_TYPE", "value" : "PREDICATE_TYPE" }, { "name" : "IPSET_TYPE", "value" : "IPSET_TYPE" }, { "name" : "BYTE_MATCH_FIELD_TYPE", "value" : "BYTE_MATCH_FIELD_TYPE" }, { "name" : "SQL_INJECTION_MATCH_FIELD_TYPE", "value" : "SQL_INJECTION_MATCH_FIELD_TYPE" }, { "name" : "BYTE_MATCH_TEXT_TRANSFORMATION", "value" : "BYTE_MATCH_TEXT_TRANSFORMATION" }, { "name" : "BYTE_MATCH_POSITIONAL_CONSTRAINT", "value" : "BYTE_MATCH_POSITIONAL_CONSTRAINT" }, { "name" : "SIZE_CONSTRAINT_COMPARISON_OPERATOR", "value" : "SIZE_CONSTRAINT_COMPARISON_OPERATOR" } ], "variable" : { "variableName" : "parameterExceptionField", "variableType" : "ParameterExceptionField", "variableDeclarationType" : "ParameterExceptionField", "documentation" : null, "simpleType" : "ParameterExceptionField", "variableSetterType" : "ParameterExceptionField" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SampledHTTPRequest" : { "c2jName" : "SampledHTTPRequest", "documentation" : "The response from a GetSampledRequests request includes a
", "shapeName" : "SampledHTTPRequest", "deprecated" : false, "required" : [ "Request", "Weight" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "SampledHTTPRequests
complex type that appears asSampledRequests
in the response syntax.SampledHTTPRequests
contains oneSampledHTTPRequest
object for each web request that is returned byGetSampledRequests
.A complex type that contains detailed information about the request.
", "name" : "Request", "c2jName" : "Request", "c2jShape" : "HTTPRequest", "variable" : { "variableName" : "request", "variableType" : "HTTPRequest", "variableDeclarationType" : "HTTPRequest", "documentation" : "A complex type that contains detailed information about the request.
", "simpleType" : "HTTPRequest", "variableSetterType" : "HTTPRequest" }, "setterModel" : { "variableName" : "request", "variableType" : "HTTPRequest", "variableDeclarationType" : "HTTPRequest", "documentation" : "", "simpleType" : "HTTPRequest", "variableSetterType" : "HTTPRequest" }, "getterModel" : { "returnType" : "HTTPRequest", "documentation" : null }, "http" : { "unmarshallLocationName" : "Request", "marshallLocationName" : "Request", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**A complex type that contains detailed information about the request.
\n@param request A complex type that contains detailed information about the request.*/", "getterDocumentation" : "/**A complex type that contains detailed information about the request.
\n@return A complex type that contains detailed information about the request.*/", "fluentSetterDocumentation" : "/**A complex type that contains detailed information about the request.
\n@param request A complex type that contains detailed information about the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains detailed information about the request.
\n@param request A complex type that contains detailed information about the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, { "documentation" : "A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of
", "name" : "Weight", "c2jName" : "Weight", "c2jShape" : "SampleWeight", "variable" : { "variableName" : "weight", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "2
represents roughly twice as many CloudFront web requests as a result that has a weight of1
.A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of
", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "weight", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "Weight", "marshallLocationName" : "Weight", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**2
represents roughly twice as many CloudFront web requests as a result that has a weight of1
.A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of
\n@param weight A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of2
represents roughly twice as many CloudFront web requests as a result that has a weight of1
.2
represents roughly twice as many CloudFront web requests as a result that has a weight of1
.*/", "getterDocumentation" : "/**A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of
\n@return A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of2
represents roughly twice as many CloudFront web requests as a result that has a weight of1
.2
represents roughly twice as many CloudFront web requests as a result that has a weight of1
.*/", "fluentSetterDocumentation" : "/**A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of
\n@param weight A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of2
represents roughly twice as many CloudFront web requests as a result that has a weight of1
.2
represents roughly twice as many CloudFront web requests as a result that has a weight of1
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of
\n@param weight A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of2
represents roughly twice as many CloudFront web requests as a result that has a weight of1
.2
represents roughly twice as many CloudFront web requests as a result that has a weight of1
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).
", "name" : "Timestamp", "c2jName" : "Timestamp", "c2jShape" : "Timestamp", "variable" : { "variableName" : "timestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).
", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "timestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "Timestamp", "marshallLocationName" : "Timestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).
\n@param timestamp The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).*/", "getterDocumentation" : "/**The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).
\n@return The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).*/", "fluentSetterDocumentation" : "/**The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).
\n@param timestamp The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).
\n@param timestamp The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "The action for the
", "name" : "Action", "c2jName" : "Action", "c2jShape" : "Action", "variable" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Rule
that the request matched:ALLOW
,BLOCK
, orCOUNT
.The action for the
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Action", "marshallLocationName" : "Action", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**Rule
that the request matched:ALLOW
,BLOCK
, orCOUNT
.The action for the
\n@param action The action for theRule
that the request matched:ALLOW
,BLOCK
, orCOUNT
.Rule
that the request matched:ALLOW
,BLOCK
, orCOUNT
.*/", "getterDocumentation" : "/**The action for the
\n@return The action for theRule
that the request matched:ALLOW
,BLOCK
, orCOUNT
.Rule
that the request matched:ALLOW
,BLOCK
, orCOUNT
.*/", "fluentSetterDocumentation" : "/**The action for the
\n@param action The action for theRule
that the request matched:ALLOW
,BLOCK
, orCOUNT
.Rule
that the request matched:ALLOW
,BLOCK
, orCOUNT
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The action for the
\n@param action The action for theRule
that the request matched:ALLOW
,BLOCK
, orCOUNT
.Rule
that the request matched:ALLOW
,BLOCK
, orCOUNT
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "sampledHTTPRequest", "variableType" : "SampledHTTPRequest", "variableDeclarationType" : "SampledHTTPRequest", "documentation" : null, "simpleType" : "SampledHTTPRequest", "variableSetterType" : "SampledHTTPRequest" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Action" : { "documentation" : "The action for the
", "name" : "Action", "c2jName" : "Action", "c2jShape" : "Action", "variable" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Rule
that the request matched:ALLOW
,BLOCK
, orCOUNT
.The action for the
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Action", "marshallLocationName" : "Action", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**Rule
that the request matched:ALLOW
,BLOCK
, orCOUNT
.The action for the
\n@param action The action for theRule
that the request matched:ALLOW
,BLOCK
, orCOUNT
.Rule
that the request matched:ALLOW
,BLOCK
, orCOUNT
.*/", "getterDocumentation" : "/**The action for the
\n@return The action for theRule
that the request matched:ALLOW
,BLOCK
, orCOUNT
.Rule
that the request matched:ALLOW
,BLOCK
, orCOUNT
.*/", "fluentSetterDocumentation" : "/**The action for the
\n@param action The action for theRule
that the request matched:ALLOW
,BLOCK
, orCOUNT
.Rule
that the request matched:ALLOW
,BLOCK
, orCOUNT
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The action for the
\n@param action The action for theRule
that the request matched:ALLOW
,BLOCK
, orCOUNT
.Rule
that the request matched:ALLOW
,BLOCK
, orCOUNT
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Weight" : { "documentation" : "A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of
", "name" : "Weight", "c2jName" : "Weight", "c2jShape" : "SampleWeight", "variable" : { "variableName" : "weight", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "2
represents roughly twice as many CloudFront web requests as a result that has a weight of1
.A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of
", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "weight", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "Weight", "marshallLocationName" : "Weight", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**2
represents roughly twice as many CloudFront web requests as a result that has a weight of1
.A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of
\n@param weight A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of2
represents roughly twice as many CloudFront web requests as a result that has a weight of1
.2
represents roughly twice as many CloudFront web requests as a result that has a weight of1
.*/", "getterDocumentation" : "/**A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of
\n@return A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of2
represents roughly twice as many CloudFront web requests as a result that has a weight of1
.2
represents roughly twice as many CloudFront web requests as a result that has a weight of1
.*/", "fluentSetterDocumentation" : "/**A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of
\n@param weight A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of2
represents roughly twice as many CloudFront web requests as a result that has a weight of1
.2
represents roughly twice as many CloudFront web requests as a result that has a weight of1
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of
\n@param weight A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of2
represents roughly twice as many CloudFront web requests as a result that has a weight of1
.2
represents roughly twice as many CloudFront web requests as a result that has a weight of1
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Request" : { "documentation" : "A complex type that contains detailed information about the request.
", "name" : "Request", "c2jName" : "Request", "c2jShape" : "HTTPRequest", "variable" : { "variableName" : "request", "variableType" : "HTTPRequest", "variableDeclarationType" : "HTTPRequest", "documentation" : "A complex type that contains detailed information about the request.
", "simpleType" : "HTTPRequest", "variableSetterType" : "HTTPRequest" }, "setterModel" : { "variableName" : "request", "variableType" : "HTTPRequest", "variableDeclarationType" : "HTTPRequest", "documentation" : "", "simpleType" : "HTTPRequest", "variableSetterType" : "HTTPRequest" }, "getterModel" : { "returnType" : "HTTPRequest", "documentation" : null }, "http" : { "unmarshallLocationName" : "Request", "marshallLocationName" : "Request", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**A complex type that contains detailed information about the request.
\n@param request A complex type that contains detailed information about the request.*/", "getterDocumentation" : "/**A complex type that contains detailed information about the request.
\n@return A complex type that contains detailed information about the request.*/", "fluentSetterDocumentation" : "/**A complex type that contains detailed information about the request.
\n@param request A complex type that contains detailed information about the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains detailed information about the request.
\n@param request A complex type that contains detailed information about the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "Timestamp" : { "documentation" : "The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).
", "name" : "Timestamp", "c2jName" : "Timestamp", "c2jShape" : "Timestamp", "variable" : { "variableName" : "timestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).
", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "timestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "Timestamp", "marshallLocationName" : "Timestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).
\n@param timestamp The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).*/", "getterDocumentation" : "/**The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).
\n@return The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).*/", "fluentSetterDocumentation" : "/**The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).
\n@param timestamp The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).
\n@param timestamp The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ListXssMatchSetsResult" : { "c2jName" : "ListXssMatchSetsResponse", "documentation" : "The response to a ListXssMatchSets request.
", "shapeName" : "ListXssMatchSetsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "If you have more XssMatchSet objects than the number that you specified for
", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Limit
in the request, the response includes aNextMarker
value. To list moreXssMatchSet
objects, submit anotherListXssMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.If you have more XssMatchSet objects than the number that you specified for
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**Limit
in the request, the response includes aNextMarker
value. To list moreXssMatchSet
objects, submit anotherListXssMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.If you have more XssMatchSet objects than the number that you specified for
\n@param nextMarker If you have more XssMatchSet objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreXssMatchSet
objects, submit anotherListXssMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.Limit
in the request, the response includes aNextMarker
value. To list moreXssMatchSet
objects, submit anotherListXssMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.*/", "getterDocumentation" : "/**If you have more XssMatchSet objects than the number that you specified for
\n@return If you have more XssMatchSet objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreXssMatchSet
objects, submit anotherListXssMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.Limit
in the request, the response includes aNextMarker
value. To list moreXssMatchSet
objects, submit anotherListXssMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.*/", "fluentSetterDocumentation" : "/**If you have more XssMatchSet objects than the number that you specified for
\n@param nextMarker If you have more XssMatchSet objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreXssMatchSet
objects, submit anotherListXssMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.Limit
in the request, the response includes aNextMarker
value. To list moreXssMatchSet
objects, submit anotherListXssMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If you have more XssMatchSet objects than the number that you specified for
\n@param nextMarker If you have more XssMatchSet objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreXssMatchSet
objects, submit anotherListXssMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.Limit
in the request, the response includes aNextMarker
value. To list moreXssMatchSet
objects, submit anotherListXssMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "An array of XssMatchSetSummary objects.
", "name" : "XssMatchSets", "c2jName" : "XssMatchSets", "c2jShape" : "XssMatchSetSummaries", "variable" : { "variableName" : "xssMatchSets", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List ", "documentation" : " An array of XssMatchSetSummary objects.
", "simpleType" : "List", "variableSetterType" : "java.util.Collection " }, "setterModel" : { "variableName" : "xssMatchSets", "variableType" : "java.util.List ", "variableDeclarationType" : "java.util.List ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "getterModel" : { "returnType" : "java.util.List ", "documentation" : null }, "http" : { "unmarshallLocationName" : "XssMatchSets", "marshallLocationName" : "XssMatchSets", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "XssMatchSetSummary", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XssMatchSetSummary", "variable" : { "variableName" : "member", "variableType" : "XssMatchSetSummary", "variableDeclarationType" : "XssMatchSetSummary", "documentation" : "", "simpleType" : "XssMatchSetSummary", "variableSetterType" : "XssMatchSetSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "XssMatchSetSummary", "variableDeclarationType" : "XssMatchSetSummary", "documentation" : "", "simpleType" : "XssMatchSetSummary", "variableSetterType" : "XssMatchSetSummary" }, "getterModel" : { "returnType" : "XssMatchSetSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "XssMatchSetSummary", "templateType" : "java.util.List ", "templateImplType" : "java.util.ArrayList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/** An array of XssMatchSetSummary objects.
\n@param xssMatchSets An array of XssMatchSetSummary objects.*/", "getterDocumentation" : "/**An array of XssMatchSetSummary objects.
\n@return An array of XssMatchSetSummary objects.*/", "fluentSetterDocumentation" : "/**An array of XssMatchSetSummary objects.
\n@param xssMatchSets An array of XssMatchSetSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**An array of XssMatchSetSummary objects.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setXssMatchSets(java.util.Collection)} or {@link #withXssMatchSets(java.util.Collection)} if you want to override the existing values.
\n@param xssMatchSets An array of XssMatchSetSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "listXssMatchSetsResult", "variableType" : "ListXssMatchSetsResult", "variableDeclarationType" : "ListXssMatchSetsResult", "documentation" : null, "simpleType" : "ListXssMatchSetsResult", "variableSetterType" : "ListXssMatchSetsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "XssMatchSets" : { "documentation" : "An array of XssMatchSetSummary objects.
", "name" : "XssMatchSets", "c2jName" : "XssMatchSets", "c2jShape" : "XssMatchSetSummaries", "variable" : { "variableName" : "xssMatchSets", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List ", "documentation" : " An array of XssMatchSetSummary objects.
", "simpleType" : "List", "variableSetterType" : "java.util.Collection " }, "setterModel" : { "variableName" : "xssMatchSets", "variableType" : "java.util.List ", "variableDeclarationType" : "java.util.List ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "getterModel" : { "returnType" : "java.util.List ", "documentation" : null }, "http" : { "unmarshallLocationName" : "XssMatchSets", "marshallLocationName" : "XssMatchSets", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "XssMatchSetSummary", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "XssMatchSetSummary", "variable" : { "variableName" : "member", "variableType" : "XssMatchSetSummary", "variableDeclarationType" : "XssMatchSetSummary", "documentation" : "", "simpleType" : "XssMatchSetSummary", "variableSetterType" : "XssMatchSetSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "XssMatchSetSummary", "variableDeclarationType" : "XssMatchSetSummary", "documentation" : "", "simpleType" : "XssMatchSetSummary", "variableSetterType" : "XssMatchSetSummary" }, "getterModel" : { "returnType" : "XssMatchSetSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "XssMatchSetSummary", "templateType" : "java.util.List ", "templateImplType" : "java.util.ArrayList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/** An array of XssMatchSetSummary objects.
\n@param xssMatchSets An array of XssMatchSetSummary objects.*/", "getterDocumentation" : "/**An array of XssMatchSetSummary objects.
\n@return An array of XssMatchSetSummary objects.*/", "fluentSetterDocumentation" : "/**An array of XssMatchSetSummary objects.
\n@param xssMatchSets An array of XssMatchSetSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**An array of XssMatchSetSummary objects.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setXssMatchSets(java.util.Collection)} or {@link #withXssMatchSets(java.util.Collection)} if you want to override the existing values.
\n@param xssMatchSets An array of XssMatchSetSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "NextMarker" : { "documentation" : "If you have more XssMatchSet objects than the number that you specified for
", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Limit
in the request, the response includes aNextMarker
value. To list moreXssMatchSet
objects, submit anotherListXssMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.If you have more XssMatchSet objects than the number that you specified for
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**Limit
in the request, the response includes aNextMarker
value. To list moreXssMatchSet
objects, submit anotherListXssMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.If you have more XssMatchSet objects than the number that you specified for
\n@param nextMarker If you have more XssMatchSet objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreXssMatchSet
objects, submit anotherListXssMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.Limit
in the request, the response includes aNextMarker
value. To list moreXssMatchSet
objects, submit anotherListXssMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.*/", "getterDocumentation" : "/**If you have more XssMatchSet objects than the number that you specified for
\n@return If you have more XssMatchSet objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreXssMatchSet
objects, submit anotherListXssMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.Limit
in the request, the response includes aNextMarker
value. To list moreXssMatchSet
objects, submit anotherListXssMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.*/", "fluentSetterDocumentation" : "/**If you have more XssMatchSet objects than the number that you specified for
\n@param nextMarker If you have more XssMatchSet objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreXssMatchSet
objects, submit anotherListXssMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.Limit
in the request, the response includes aNextMarker
value. To list moreXssMatchSet
objects, submit anotherListXssMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If you have more XssMatchSet objects than the number that you specified for
\n@param nextMarker If you have more XssMatchSet objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreXssMatchSet
objects, submit anotherListXssMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.Limit
in the request, the response includes aNextMarker
value. To list moreXssMatchSet
objects, submit anotherListXssMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "IPSetDescriptor" : { "c2jName" : "IPSetDescriptor", "documentation" : "Specifies the IP address type (
", "shapeName" : "IPSetDescriptor", "deprecated" : false, "required" : [ "Type", "Value" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "IPV4
) and the IP address range (in CIDR format) that web requests originate from.Specify
", "name" : "Type", "c2jName" : "Type", "c2jShape" : "IPSetDescriptorType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "IPV4
.Specify
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Type", "marshallLocationName" : "Type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "IPSetDescriptorType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**IPV4
.Specify
\n@param type SpecifyIPV4
.IPV4
.\n@see IPSetDescriptorType*/", "getterDocumentation" : "/**Specify
\n@return SpecifyIPV4
.IPV4
.\n@see IPSetDescriptorType*/", "fluentSetterDocumentation" : "/**Specify
\n@param type SpecifyIPV4
.IPV4
.\n@return Returns a reference to this object so that method calls can be chained together.\n@see IPSetDescriptorType*/", "varargSetterDocumentation" : "/**Specify
\n@param type SpecifyIPV4
.IPV4
.\n@return Returns a reference to this object so that method calls can be chained together.\n@see IPSetDescriptorType*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "Specify an IPv4 address by using CIDR notation. For example:
AWS WAF supports only /8, /16, /24, and /32 IP addresses.
For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.
", "name" : "Value", "c2jName" : "Value", "c2jShape" : "IPSetDescriptorValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Specify an IPv4 address by using CIDR notation. For example:
AWS WAF supports only /8, /16, /24, and /32 IP addresses.
For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**Specify an IPv4 address by using CIDR notation. For example:
AWS WAF supports only /8, /16, /24, and /32 IP addresses.
For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.
\n@param value Specify an IPv4 address by using CIDR notation. For example:AWS WAF supports only /8, /16, /24, and /32 IP addresses.
For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.*/", "getterDocumentation" : "/**
Specify an IPv4 address by using CIDR notation. For example:
AWS WAF supports only /8, /16, /24, and /32 IP addresses.
For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.
\n@return Specify an IPv4 address by using CIDR notation. For example:AWS WAF supports only /8, /16, /24, and /32 IP addresses.
For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.*/", "fluentSetterDocumentation" : "/**
Specify an IPv4 address by using CIDR notation. For example:
AWS WAF supports only /8, /16, /24, and /32 IP addresses.
For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.
\n@param value Specify an IPv4 address by using CIDR notation. For example:AWS WAF supports only /8, /16, /24, and /32 IP addresses.
For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
Specify an IPv4 address by using CIDR notation. For example:
AWS WAF supports only /8, /16, /24, and /32 IP addresses.
For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.
\n@param value Specify an IPv4 address by using CIDR notation. For example:AWS WAF supports only /8, /16, /24, and /32 IP addresses.
For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "iPSetDescriptor", "variableType" : "IPSetDescriptor", "variableDeclarationType" : "IPSetDescriptor", "documentation" : null, "simpleType" : "IPSetDescriptor", "variableSetterType" : "IPSetDescriptor" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Value" : { "documentation" : "
Specify an IPv4 address by using CIDR notation. For example:
AWS WAF supports only /8, /16, /24, and /32 IP addresses.
For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.
", "name" : "Value", "c2jName" : "Value", "c2jShape" : "IPSetDescriptorValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Specify an IPv4 address by using CIDR notation. For example:
AWS WAF supports only /8, /16, /24, and /32 IP addresses.
For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**Specify an IPv4 address by using CIDR notation. For example:
AWS WAF supports only /8, /16, /24, and /32 IP addresses.
For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.
\n@param value Specify an IPv4 address by using CIDR notation. For example:AWS WAF supports only /8, /16, /24, and /32 IP addresses.
For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.*/", "getterDocumentation" : "/**
Specify an IPv4 address by using CIDR notation. For example:
AWS WAF supports only /8, /16, /24, and /32 IP addresses.
For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.
\n@return Specify an IPv4 address by using CIDR notation. For example:AWS WAF supports only /8, /16, /24, and /32 IP addresses.
For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.*/", "fluentSetterDocumentation" : "/**
Specify an IPv4 address by using CIDR notation. For example:
AWS WAF supports only /8, /16, /24, and /32 IP addresses.
For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.
\n@param value Specify an IPv4 address by using CIDR notation. For example:AWS WAF supports only /8, /16, /24, and /32 IP addresses.
For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
Specify an IPv4 address by using CIDR notation. For example:
AWS WAF supports only /8, /16, /24, and /32 IP addresses.
For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.
\n@param value Specify an IPv4 address by using CIDR notation. For example:AWS WAF supports only /8, /16, /24, and /32 IP addresses.
For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Type" : { "documentation" : "
Specify
", "name" : "Type", "c2jName" : "Type", "c2jShape" : "IPSetDescriptorType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "IPV4
.Specify
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Type", "marshallLocationName" : "Type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "IPSetDescriptorType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**IPV4
.Specify
\n@param type SpecifyIPV4
.IPV4
.\n@see IPSetDescriptorType*/", "getterDocumentation" : "/**Specify
\n@return SpecifyIPV4
.IPV4
.\n@see IPSetDescriptorType*/", "fluentSetterDocumentation" : "/**Specify
\n@param type SpecifyIPV4
.IPV4
.\n@return Returns a reference to this object so that method calls can be chained together.\n@see IPSetDescriptorType*/", "varargSetterDocumentation" : "/**Specify
\n@param type SpecifyIPV4
.IPV4
.\n@return Returns a reference to this object so that method calls can be chained together.\n@see IPSetDescriptorType*/", "simple" : true, "list" : false, "map" : false } } }, "ByteMatchSetSummary" : { "c2jName" : "ByteMatchSetSummary", "documentation" : "Returned by ListByteMatchSets. Each
", "shapeName" : "ByteMatchSetSummary", "deprecated" : false, "required" : [ "ByteMatchSetId", "Name" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "ByteMatchSetSummary
object includes theName
andByteMatchSetId
for one ByteMatchSet.The
ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
, update aByteMatchSet
, remove aByteMatchSet
from aRule
, and delete aByteMatchSet
from AWS WAF.
", "name" : "ByteMatchSetId", "c2jName" : "ByteMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "byteMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.The
ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
, update aByteMatchSet
, remove aByteMatchSet
from aRule
, and delete aByteMatchSet
from AWS WAF.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "byteMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ByteMatchSetId", "marshallLocationName" : "ByteMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.The
ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
, update aByteMatchSet
, remove aByteMatchSet
from aRule
, and delete aByteMatchSet
from AWS WAF.
\n@param byteMatchSetId TheByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
, update aByteMatchSet
, remove aByteMatchSet
from aRule
, and delete aByteMatchSet
from AWS WAF.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.*/", "getterDocumentation" : "/**The
ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
, update aByteMatchSet
, remove aByteMatchSet
from aRule
, and delete aByteMatchSet
from AWS WAF.
\n@return TheByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
, update aByteMatchSet
, remove aByteMatchSet
from aRule
, and delete aByteMatchSet
from AWS WAF.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.*/", "fluentSetterDocumentation" : "/**The
ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
, update aByteMatchSet
, remove aByteMatchSet
from aRule
, and delete aByteMatchSet
from AWS WAF.
\n@param byteMatchSetId TheByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
, update aByteMatchSet
, remove aByteMatchSet
from aRule
, and delete aByteMatchSet
from AWS WAF.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
, update aByteMatchSet
, remove aByteMatchSet
from aRule
, and delete aByteMatchSet
from AWS WAF.
\n@param byteMatchSetId TheByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
, update aByteMatchSet
, remove aByteMatchSet
from aRule
, and delete aByteMatchSet
from AWS WAF.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "A friendly name or description of the ByteMatchSet. You can't change
", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Name
after you create aByteMatchSet
.A friendly name or description of the ByteMatchSet. You can't change
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**Name
after you create aByteMatchSet
.A friendly name or description of the ByteMatchSet. You can't change
\n@param name A friendly name or description of the ByteMatchSet. You can't changeName
after you create aByteMatchSet
.Name
after you create aByteMatchSet
.*/", "getterDocumentation" : "/**A friendly name or description of the ByteMatchSet. You can't change
\n@return A friendly name or description of the ByteMatchSet. You can't changeName
after you create aByteMatchSet
.Name
after you create aByteMatchSet
.*/", "fluentSetterDocumentation" : "/**A friendly name or description of the ByteMatchSet. You can't change
\n@param name A friendly name or description of the ByteMatchSet. You can't changeName
after you create aByteMatchSet
.Name
after you create aByteMatchSet
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A friendly name or description of the ByteMatchSet. You can't change
\n@param name A friendly name or description of the ByteMatchSet. You can't changeName
after you create aByteMatchSet
.Name
after you create aByteMatchSet
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "byteMatchSetSummary", "variableType" : "ByteMatchSetSummary", "variableDeclarationType" : "ByteMatchSetSummary", "documentation" : null, "simpleType" : "ByteMatchSetSummary", "variableSetterType" : "ByteMatchSetSummary" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "A friendly name or description of the ByteMatchSet. You can't change
", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Name
after you create aByteMatchSet
.A friendly name or description of the ByteMatchSet. You can't change
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**Name
after you create aByteMatchSet
.A friendly name or description of the ByteMatchSet. You can't change
\n@param name A friendly name or description of the ByteMatchSet. You can't changeName
after you create aByteMatchSet
.Name
after you create aByteMatchSet
.*/", "getterDocumentation" : "/**A friendly name or description of the ByteMatchSet. You can't change
\n@return A friendly name or description of the ByteMatchSet. You can't changeName
after you create aByteMatchSet
.Name
after you create aByteMatchSet
.*/", "fluentSetterDocumentation" : "/**A friendly name or description of the ByteMatchSet. You can't change
\n@param name A friendly name or description of the ByteMatchSet. You can't changeName
after you create aByteMatchSet
.Name
after you create aByteMatchSet
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A friendly name or description of the ByteMatchSet. You can't change
\n@param name A friendly name or description of the ByteMatchSet. You can't changeName
after you create aByteMatchSet
.Name
after you create aByteMatchSet
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ByteMatchSetId" : { "documentation" : "The
ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
, update aByteMatchSet
, remove aByteMatchSet
from aRule
, and delete aByteMatchSet
from AWS WAF.
", "name" : "ByteMatchSetId", "c2jName" : "ByteMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "byteMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.The
ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
, update aByteMatchSet
, remove aByteMatchSet
from aRule
, and delete aByteMatchSet
from AWS WAF.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "byteMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ByteMatchSetId", "marshallLocationName" : "ByteMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.The
ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
, update aByteMatchSet
, remove aByteMatchSet
from aRule
, and delete aByteMatchSet
from AWS WAF.
\n@param byteMatchSetId TheByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
, update aByteMatchSet
, remove aByteMatchSet
from aRule
, and delete aByteMatchSet
from AWS WAF.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.*/", "getterDocumentation" : "/**The
ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
, update aByteMatchSet
, remove aByteMatchSet
from aRule
, and delete aByteMatchSet
from AWS WAF.
\n@return TheByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
, update aByteMatchSet
, remove aByteMatchSet
from aRule
, and delete aByteMatchSet
from AWS WAF.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.*/", "fluentSetterDocumentation" : "/**The
ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
, update aByteMatchSet
, remove aByteMatchSet
from aRule
, and delete aByteMatchSet
from AWS WAF.
\n@param byteMatchSetId TheByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
, update aByteMatchSet
, remove aByteMatchSet
from aRule
, and delete aByteMatchSet
from AWS WAF.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
, update aByteMatchSet
, remove aByteMatchSet
from aRule
, and delete aByteMatchSet
from AWS WAF.
\n@param byteMatchSetId TheByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
, update aByteMatchSet
, remove aByteMatchSet
from aRule
, and delete aByteMatchSet
from AWS WAF.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "CreateByteMatchSetRequest" : { "c2jName" : "CreateByteMatchSetRequest", "documentation" : "", "shapeName" : "CreateByteMatchSetRequest", "deprecated" : false, "required" : [ "Name", "ChangeToken" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "A friendly name or description of the ByteMatchSet. You can't change
", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Name
after you create aByteMatchSet
.A friendly name or description of the ByteMatchSet. You can't change
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**Name
after you create aByteMatchSet
.A friendly name or description of the ByteMatchSet. You can't change
\n@param name A friendly name or description of the ByteMatchSet. You can't changeName
after you create aByteMatchSet
.Name
after you create aByteMatchSet
.*/", "getterDocumentation" : "/**A friendly name or description of the ByteMatchSet. You can't change
\n@return A friendly name or description of the ByteMatchSet. You can't changeName
after you create aByteMatchSet
.Name
after you create aByteMatchSet
.*/", "fluentSetterDocumentation" : "/**A friendly name or description of the ByteMatchSet. You can't change
\n@param name A friendly name or description of the ByteMatchSet. You can't changeName
after you create aByteMatchSet
.Name
after you create aByteMatchSet
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A friendly name or description of the ByteMatchSet. You can't change
\n@param name A friendly name or description of the ByteMatchSet. You can't changeName
after you create aByteMatchSet
.Name
after you create aByteMatchSet
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "The value returned by the most recent call to GetChangeToken.
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value returned by the most recent call to GetChangeToken.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "createByteMatchSetRequest", "variableType" : "CreateByteMatchSetRequest", "variableDeclarationType" : "CreateByteMatchSetRequest", "documentation" : null, "simpleType" : "CreateByteMatchSetRequest", "variableSetterType" : "CreateByteMatchSetRequest" }, "marshaller" : { "action" : "CreateByteMatchSet", "verb" : "POST", "target" : "AWSWAF_20150824.CreateByteMatchSet", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "A friendly name or description of the ByteMatchSet. You can't change
", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Name
after you create aByteMatchSet
.A friendly name or description of the ByteMatchSet. You can't change
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**Name
after you create aByteMatchSet
.A friendly name or description of the ByteMatchSet. You can't change
\n@param name A friendly name or description of the ByteMatchSet. You can't changeName
after you create aByteMatchSet
.Name
after you create aByteMatchSet
.*/", "getterDocumentation" : "/**A friendly name or description of the ByteMatchSet. You can't change
\n@return A friendly name or description of the ByteMatchSet. You can't changeName
after you create aByteMatchSet
.Name
after you create aByteMatchSet
.*/", "fluentSetterDocumentation" : "/**A friendly name or description of the ByteMatchSet. You can't change
\n@param name A friendly name or description of the ByteMatchSet. You can't changeName
after you create aByteMatchSet
.Name
after you create aByteMatchSet
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A friendly name or description of the ByteMatchSet. You can't change
\n@param name A friendly name or description of the ByteMatchSet. You can't changeName
after you create aByteMatchSet
.Name
after you create aByteMatchSet
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ChangeToken" : { "documentation" : "The value returned by the most recent call to GetChangeToken.
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value returned by the most recent call to GetChangeToken.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "SqlInjectionMatchSetUpdate" : { "c2jName" : "SqlInjectionMatchSetUpdate", "documentation" : "Specifies the part of a web request that you want to inspect for snippets of malicious SQL code and indicates whether you want to add the specification to a SqlInjectionMatchSet or delete it from a
", "shapeName" : "SqlInjectionMatchSetUpdate", "deprecated" : false, "required" : [ "Action", "SqlInjectionMatchTuple" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "SqlInjectionMatchSet
.Specify
", "name" : "Action", "c2jName" : "Action", "c2jShape" : "ChangeAction", "variable" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "INSERT
to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETE
to remove aSqlInjectionMatchSetUpdate
from aSqlInjectionMatchSet
.Specify
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Action", "marshallLocationName" : "Action", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ChangeAction", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**INSERT
to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETE
to remove aSqlInjectionMatchSetUpdate
from aSqlInjectionMatchSet
.Specify
\n@param action SpecifyINSERT
to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETE
to remove aSqlInjectionMatchSetUpdate
from aSqlInjectionMatchSet
.INSERT
to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETE
to remove aSqlInjectionMatchSetUpdate
from aSqlInjectionMatchSet
.\n@see ChangeAction*/", "getterDocumentation" : "/**Specify
\n@return SpecifyINSERT
to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETE
to remove aSqlInjectionMatchSetUpdate
from aSqlInjectionMatchSet
.INSERT
to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETE
to remove aSqlInjectionMatchSetUpdate
from aSqlInjectionMatchSet
.\n@see ChangeAction*/", "fluentSetterDocumentation" : "/**Specify
\n@param action SpecifyINSERT
to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETE
to remove aSqlInjectionMatchSetUpdate
from aSqlInjectionMatchSet
.INSERT
to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETE
to remove aSqlInjectionMatchSetUpdate
from aSqlInjectionMatchSet
.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "varargSetterDocumentation" : "/**Specify
\n@param action SpecifyINSERT
to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETE
to remove aSqlInjectionMatchSetUpdate
from aSqlInjectionMatchSet
.INSERT
to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETE
to remove aSqlInjectionMatchSetUpdate
from aSqlInjectionMatchSet
.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.
", "name" : "SqlInjectionMatchTuple", "c2jName" : "SqlInjectionMatchTuple", "c2jShape" : "SqlInjectionMatchTuple", "variable" : { "variableName" : "sqlInjectionMatchTuple", "variableType" : "SqlInjectionMatchTuple", "variableDeclarationType" : "SqlInjectionMatchTuple", "documentation" : "Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.
", "simpleType" : "SqlInjectionMatchTuple", "variableSetterType" : "SqlInjectionMatchTuple" }, "setterModel" : { "variableName" : "sqlInjectionMatchTuple", "variableType" : "SqlInjectionMatchTuple", "variableDeclarationType" : "SqlInjectionMatchTuple", "documentation" : "", "simpleType" : "SqlInjectionMatchTuple", "variableSetterType" : "SqlInjectionMatchTuple" }, "getterModel" : { "returnType" : "SqlInjectionMatchTuple", "documentation" : null }, "http" : { "unmarshallLocationName" : "SqlInjectionMatchTuple", "marshallLocationName" : "SqlInjectionMatchTuple", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.
\n@param sqlInjectionMatchTuple Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.*/", "getterDocumentation" : "/**Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.
\n@return Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.*/", "fluentSetterDocumentation" : "/**Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.
\n@param sqlInjectionMatchTuple Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.
\n@param sqlInjectionMatchTuple Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "sqlInjectionMatchSetUpdate", "variableType" : "SqlInjectionMatchSetUpdate", "variableDeclarationType" : "SqlInjectionMatchSetUpdate", "documentation" : null, "simpleType" : "SqlInjectionMatchSetUpdate", "variableSetterType" : "SqlInjectionMatchSetUpdate" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Action" : { "documentation" : "Specify
", "name" : "Action", "c2jName" : "Action", "c2jShape" : "ChangeAction", "variable" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "INSERT
to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETE
to remove aSqlInjectionMatchSetUpdate
from aSqlInjectionMatchSet
.Specify
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Action", "marshallLocationName" : "Action", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ChangeAction", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**INSERT
to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETE
to remove aSqlInjectionMatchSetUpdate
from aSqlInjectionMatchSet
.Specify
\n@param action SpecifyINSERT
to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETE
to remove aSqlInjectionMatchSetUpdate
from aSqlInjectionMatchSet
.INSERT
to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETE
to remove aSqlInjectionMatchSetUpdate
from aSqlInjectionMatchSet
.\n@see ChangeAction*/", "getterDocumentation" : "/**Specify
\n@return SpecifyINSERT
to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETE
to remove aSqlInjectionMatchSetUpdate
from aSqlInjectionMatchSet
.INSERT
to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETE
to remove aSqlInjectionMatchSetUpdate
from aSqlInjectionMatchSet
.\n@see ChangeAction*/", "fluentSetterDocumentation" : "/**Specify
\n@param action SpecifyINSERT
to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETE
to remove aSqlInjectionMatchSetUpdate
from aSqlInjectionMatchSet
.INSERT
to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETE
to remove aSqlInjectionMatchSetUpdate
from aSqlInjectionMatchSet
.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "varargSetterDocumentation" : "/**Specify
\n@param action SpecifyINSERT
to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETE
to remove aSqlInjectionMatchSetUpdate
from aSqlInjectionMatchSet
.INSERT
to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETE
to remove aSqlInjectionMatchSetUpdate
from aSqlInjectionMatchSet
.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "simple" : true, "list" : false, "map" : false }, "SqlInjectionMatchTuple" : { "documentation" : "Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.
", "name" : "SqlInjectionMatchTuple", "c2jName" : "SqlInjectionMatchTuple", "c2jShape" : "SqlInjectionMatchTuple", "variable" : { "variableName" : "sqlInjectionMatchTuple", "variableType" : "SqlInjectionMatchTuple", "variableDeclarationType" : "SqlInjectionMatchTuple", "documentation" : "Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.
", "simpleType" : "SqlInjectionMatchTuple", "variableSetterType" : "SqlInjectionMatchTuple" }, "setterModel" : { "variableName" : "sqlInjectionMatchTuple", "variableType" : "SqlInjectionMatchTuple", "variableDeclarationType" : "SqlInjectionMatchTuple", "documentation" : "", "simpleType" : "SqlInjectionMatchTuple", "variableSetterType" : "SqlInjectionMatchTuple" }, "getterModel" : { "returnType" : "SqlInjectionMatchTuple", "documentation" : null }, "http" : { "unmarshallLocationName" : "SqlInjectionMatchTuple", "marshallLocationName" : "SqlInjectionMatchTuple", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.
\n@param sqlInjectionMatchTuple Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.*/", "getterDocumentation" : "/**Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.
\n@return Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.*/", "fluentSetterDocumentation" : "/**Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.
\n@param sqlInjectionMatchTuple Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.
\n@param sqlInjectionMatchTuple Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } } }, "ListWebACLsResult" : { "c2jName" : "ListWebACLsResponse", "documentation" : "", "shapeName" : "ListWebACLsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "If you have more
", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "WebACL
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreWebACL
objects, submit anotherListWebACLs
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.If you have more
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**WebACL
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreWebACL
objects, submit anotherListWebACLs
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.If you have more
\n@param nextMarker If you have moreWebACL
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreWebACL
objects, submit anotherListWebACLs
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.WebACL
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreWebACL
objects, submit anotherListWebACLs
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.*/", "getterDocumentation" : "/**If you have more
\n@return If you have moreWebACL
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreWebACL
objects, submit anotherListWebACLs
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.WebACL
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreWebACL
objects, submit anotherListWebACLs
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.*/", "fluentSetterDocumentation" : "/**If you have more
\n@param nextMarker If you have moreWebACL
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreWebACL
objects, submit anotherListWebACLs
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.WebACL
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreWebACL
objects, submit anotherListWebACLs
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If you have more
\n@param nextMarker If you have moreWebACL
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreWebACL
objects, submit anotherListWebACLs
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.WebACL
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreWebACL
objects, submit anotherListWebACLs
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "An array of WebACLSummary objects.
", "name" : "WebACLs", "c2jName" : "WebACLs", "c2jShape" : "WebACLSummaries", "variable" : { "variableName" : "webACLs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List ", "documentation" : " An array of WebACLSummary objects.
", "simpleType" : "List", "variableSetterType" : "java.util.Collection " }, "setterModel" : { "variableName" : "webACLs", "variableType" : "java.util.List ", "variableDeclarationType" : "java.util.List ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "getterModel" : { "returnType" : "java.util.List ", "documentation" : null }, "http" : { "unmarshallLocationName" : "WebACLs", "marshallLocationName" : "WebACLs", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "WebACLSummary", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "WebACLSummary", "variable" : { "variableName" : "member", "variableType" : "WebACLSummary", "variableDeclarationType" : "WebACLSummary", "documentation" : "", "simpleType" : "WebACLSummary", "variableSetterType" : "WebACLSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "WebACLSummary", "variableDeclarationType" : "WebACLSummary", "documentation" : "", "simpleType" : "WebACLSummary", "variableSetterType" : "WebACLSummary" }, "getterModel" : { "returnType" : "WebACLSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "WebACLSummary", "templateType" : "java.util.List ", "templateImplType" : "java.util.ArrayList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/** An array of WebACLSummary objects.
\n@param webACLs An array of WebACLSummary objects.*/", "getterDocumentation" : "/**An array of WebACLSummary objects.
\n@return An array of WebACLSummary objects.*/", "fluentSetterDocumentation" : "/**An array of WebACLSummary objects.
\n@param webACLs An array of WebACLSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**An array of WebACLSummary objects.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setWebACLs(java.util.Collection)} or {@link #withWebACLs(java.util.Collection)} if you want to override the existing values.
\n@param webACLs An array of WebACLSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "listWebACLsResult", "variableType" : "ListWebACLsResult", "variableDeclarationType" : "ListWebACLsResult", "documentation" : null, "simpleType" : "ListWebACLsResult", "variableSetterType" : "ListWebACLsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "WebACLs" : { "documentation" : "An array of WebACLSummary objects.
", "name" : "WebACLs", "c2jName" : "WebACLs", "c2jShape" : "WebACLSummaries", "variable" : { "variableName" : "webACLs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List ", "documentation" : " An array of WebACLSummary objects.
", "simpleType" : "List", "variableSetterType" : "java.util.Collection " }, "setterModel" : { "variableName" : "webACLs", "variableType" : "java.util.List ", "variableDeclarationType" : "java.util.List ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "getterModel" : { "returnType" : "java.util.List ", "documentation" : null }, "http" : { "unmarshallLocationName" : "WebACLs", "marshallLocationName" : "WebACLs", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "WebACLSummary", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "WebACLSummary", "variable" : { "variableName" : "member", "variableType" : "WebACLSummary", "variableDeclarationType" : "WebACLSummary", "documentation" : "", "simpleType" : "WebACLSummary", "variableSetterType" : "WebACLSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "WebACLSummary", "variableDeclarationType" : "WebACLSummary", "documentation" : "", "simpleType" : "WebACLSummary", "variableSetterType" : "WebACLSummary" }, "getterModel" : { "returnType" : "WebACLSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "WebACLSummary", "templateType" : "java.util.List ", "templateImplType" : "java.util.ArrayList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/** An array of WebACLSummary objects.
\n@param webACLs An array of WebACLSummary objects.*/", "getterDocumentation" : "/**An array of WebACLSummary objects.
\n@return An array of WebACLSummary objects.*/", "fluentSetterDocumentation" : "/**An array of WebACLSummary objects.
\n@param webACLs An array of WebACLSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**An array of WebACLSummary objects.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setWebACLs(java.util.Collection)} or {@link #withWebACLs(java.util.Collection)} if you want to override the existing values.
\n@param webACLs An array of WebACLSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "NextMarker" : { "documentation" : "If you have more
", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "WebACL
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreWebACL
objects, submit anotherListWebACLs
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.If you have more
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**WebACL
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreWebACL
objects, submit anotherListWebACLs
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.If you have more
\n@param nextMarker If you have moreWebACL
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreWebACL
objects, submit anotherListWebACLs
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.WebACL
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreWebACL
objects, submit anotherListWebACLs
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.*/", "getterDocumentation" : "/**If you have more
\n@return If you have moreWebACL
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreWebACL
objects, submit anotherListWebACLs
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.WebACL
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreWebACL
objects, submit anotherListWebACLs
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.*/", "fluentSetterDocumentation" : "/**If you have more
\n@param nextMarker If you have moreWebACL
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreWebACL
objects, submit anotherListWebACLs
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.WebACL
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreWebACL
objects, submit anotherListWebACLs
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If you have more
\n@param nextMarker If you have moreWebACL
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreWebACL
objects, submit anotherListWebACLs
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.WebACL
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreWebACL
objects, submit anotherListWebACLs
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "GetByteMatchSetRequest" : { "c2jName" : "GetByteMatchSetRequest", "documentation" : "", "shapeName" : "GetByteMatchSetRequest", "deprecated" : false, "required" : [ "ByteMatchSetId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "The
", "name" : "ByteMatchSetId", "c2jName" : "ByteMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "byteMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "ByteMatchSetId
of the ByteMatchSet that you want to get.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "byteMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ByteMatchSetId", "marshallLocationName" : "ByteMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**ByteMatchSetId
of the ByteMatchSet that you want to get.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.The
\n@param byteMatchSetId TheByteMatchSetId
of the ByteMatchSet that you want to get.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.ByteMatchSetId
of the ByteMatchSet that you want to get.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.*/", "getterDocumentation" : "/**The
\n@return TheByteMatchSetId
of the ByteMatchSet that you want to get.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.ByteMatchSetId
of the ByteMatchSet that you want to get.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.*/", "fluentSetterDocumentation" : "/**The
\n@param byteMatchSetId TheByteMatchSetId
of the ByteMatchSet that you want to get.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.ByteMatchSetId
of the ByteMatchSet that you want to get.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param byteMatchSetId TheByteMatchSetId
of the ByteMatchSet that you want to get.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.ByteMatchSetId
of the ByteMatchSet that you want to get.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "getByteMatchSetRequest", "variableType" : "GetByteMatchSetRequest", "variableDeclarationType" : "GetByteMatchSetRequest", "documentation" : null, "simpleType" : "GetByteMatchSetRequest", "variableSetterType" : "GetByteMatchSetRequest" }, "marshaller" : { "action" : "GetByteMatchSet", "verb" : "POST", "target" : "AWSWAF_20150824.GetByteMatchSet", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ByteMatchSetId" : { "documentation" : "The
", "name" : "ByteMatchSetId", "c2jName" : "ByteMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "byteMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "ByteMatchSetId
of the ByteMatchSet that you want to get.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "byteMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ByteMatchSetId", "marshallLocationName" : "ByteMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**ByteMatchSetId
of the ByteMatchSet that you want to get.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.The
\n@param byteMatchSetId TheByteMatchSetId
of the ByteMatchSet that you want to get.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.ByteMatchSetId
of the ByteMatchSet that you want to get.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.*/", "getterDocumentation" : "/**The
\n@return TheByteMatchSetId
of the ByteMatchSet that you want to get.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.ByteMatchSetId
of the ByteMatchSet that you want to get.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.*/", "fluentSetterDocumentation" : "/**The
\n@param byteMatchSetId TheByteMatchSetId
of the ByteMatchSet that you want to get.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.ByteMatchSetId
of the ByteMatchSet that you want to get.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param byteMatchSetId TheByteMatchSetId
of the ByteMatchSet that you want to get.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.ByteMatchSetId
of the ByteMatchSet that you want to get.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ListSqlInjectionMatchSetsRequest" : { "c2jName" : "ListSqlInjectionMatchSetsRequest", "documentation" : "A request to list the SqlInjectionMatchSet objects created by the current AWS account.
", "shapeName" : "ListSqlInjectionMatchSetsRequest", "deprecated" : false, "required" : [ "Limit" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "If you specify a value for
", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Limit
and you have more SqlInjectionMatchSet objects than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofSqlInjectionMatchSets
. For the second and subsequentListSqlInjectionMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofSqlInjectionMatchSets
.If you specify a value for
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**Limit
and you have more SqlInjectionMatchSet objects than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofSqlInjectionMatchSets
. For the second and subsequentListSqlInjectionMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofSqlInjectionMatchSets
.If you specify a value for
\n@param nextMarker If you specify a value forLimit
and you have more SqlInjectionMatchSet objects than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofSqlInjectionMatchSets
. For the second and subsequentListSqlInjectionMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofSqlInjectionMatchSets
.Limit
and you have more SqlInjectionMatchSet objects than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofSqlInjectionMatchSets
. For the second and subsequentListSqlInjectionMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofSqlInjectionMatchSets
.*/", "getterDocumentation" : "/**If you specify a value for
\n@return If you specify a value forLimit
and you have more SqlInjectionMatchSet objects than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofSqlInjectionMatchSets
. For the second and subsequentListSqlInjectionMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofSqlInjectionMatchSets
.Limit
and you have more SqlInjectionMatchSet objects than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofSqlInjectionMatchSets
. For the second and subsequentListSqlInjectionMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofSqlInjectionMatchSets
.*/", "fluentSetterDocumentation" : "/**If you specify a value for
\n@param nextMarker If you specify a value forLimit
and you have more SqlInjectionMatchSet objects than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofSqlInjectionMatchSets
. For the second and subsequentListSqlInjectionMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofSqlInjectionMatchSets
.Limit
and you have more SqlInjectionMatchSet objects than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofSqlInjectionMatchSets
. For the second and subsequentListSqlInjectionMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofSqlInjectionMatchSets
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If you specify a value for
\n@param nextMarker If you specify a value forLimit
and you have more SqlInjectionMatchSet objects than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofSqlInjectionMatchSets
. For the second and subsequentListSqlInjectionMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofSqlInjectionMatchSets
.Limit
and you have more SqlInjectionMatchSet objects than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofSqlInjectionMatchSets
. For the second and subsequentListSqlInjectionMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofSqlInjectionMatchSets
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have more
", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "PaginationLimit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "SqlInjectionMatchSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofRules
.Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have more
", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**SqlInjectionMatchSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofRules
.Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have more
\n@param limit Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have moreSqlInjectionMatchSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofRules
.SqlInjectionMatchSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofRules
.*/", "getterDocumentation" : "/**Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have more
\n@return Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have moreSqlInjectionMatchSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofRules
.SqlInjectionMatchSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofRules
.*/", "fluentSetterDocumentation" : "/**Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have more
\n@param limit Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have moreSqlInjectionMatchSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofRules
.SqlInjectionMatchSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofRules
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have more
\n@param limit Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have moreSqlInjectionMatchSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofRules
.SqlInjectionMatchSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofRules
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "listSqlInjectionMatchSetsRequest", "variableType" : "ListSqlInjectionMatchSetsRequest", "variableDeclarationType" : "ListSqlInjectionMatchSetsRequest", "documentation" : null, "simpleType" : "ListSqlInjectionMatchSetsRequest", "variableSetterType" : "ListSqlInjectionMatchSetsRequest" }, "marshaller" : { "action" : "ListSqlInjectionMatchSets", "verb" : "POST", "target" : "AWSWAF_20150824.ListSqlInjectionMatchSets", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Limit" : { "documentation" : "Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have more
", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "PaginationLimit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "SqlInjectionMatchSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofRules
.Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have more
", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**SqlInjectionMatchSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofRules
.Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have more
\n@param limit Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have moreSqlInjectionMatchSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofRules
.SqlInjectionMatchSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofRules
.*/", "getterDocumentation" : "/**Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have more
\n@return Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have moreSqlInjectionMatchSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofRules
.SqlInjectionMatchSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofRules
.*/", "fluentSetterDocumentation" : "/**Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have more
\n@param limit Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have moreSqlInjectionMatchSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofRules
.SqlInjectionMatchSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofRules
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have more
\n@param limit Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have moreSqlInjectionMatchSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofRules
.SqlInjectionMatchSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofRules
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "NextMarker" : { "documentation" : "If you specify a value for
", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Limit
and you have more SqlInjectionMatchSet objects than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofSqlInjectionMatchSets
. For the second and subsequentListSqlInjectionMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofSqlInjectionMatchSets
.If you specify a value for
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**Limit
and you have more SqlInjectionMatchSet objects than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofSqlInjectionMatchSets
. For the second and subsequentListSqlInjectionMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofSqlInjectionMatchSets
.If you specify a value for
\n@param nextMarker If you specify a value forLimit
and you have more SqlInjectionMatchSet objects than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofSqlInjectionMatchSets
. For the second and subsequentListSqlInjectionMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofSqlInjectionMatchSets
.Limit
and you have more SqlInjectionMatchSet objects than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofSqlInjectionMatchSets
. For the second and subsequentListSqlInjectionMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofSqlInjectionMatchSets
.*/", "getterDocumentation" : "/**If you specify a value for
\n@return If you specify a value forLimit
and you have more SqlInjectionMatchSet objects than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofSqlInjectionMatchSets
. For the second and subsequentListSqlInjectionMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofSqlInjectionMatchSets
.Limit
and you have more SqlInjectionMatchSet objects than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofSqlInjectionMatchSets
. For the second and subsequentListSqlInjectionMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofSqlInjectionMatchSets
.*/", "fluentSetterDocumentation" : "/**If you specify a value for
\n@param nextMarker If you specify a value forLimit
and you have more SqlInjectionMatchSet objects than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofSqlInjectionMatchSets
. For the second and subsequentListSqlInjectionMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofSqlInjectionMatchSets
.Limit
and you have more SqlInjectionMatchSet objects than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofSqlInjectionMatchSets
. For the second and subsequentListSqlInjectionMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofSqlInjectionMatchSets
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If you specify a value for
\n@param nextMarker If you specify a value forLimit
and you have more SqlInjectionMatchSet objects than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofSqlInjectionMatchSets
. For the second and subsequentListSqlInjectionMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofSqlInjectionMatchSets
.Limit
and you have more SqlInjectionMatchSet objects than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofSqlInjectionMatchSets
. For the second and subsequentListSqlInjectionMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofSqlInjectionMatchSets
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "GetChangeTokenStatusResult" : { "c2jName" : "GetChangeTokenStatusResponse", "documentation" : "", "shapeName" : "GetChangeTokenStatusResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "The status of the change token.
", "name" : "ChangeTokenStatus", "c2jName" : "ChangeTokenStatus", "c2jShape" : "ChangeTokenStatus", "variable" : { "variableName" : "changeTokenStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The status of the change token.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeTokenStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeTokenStatus", "marshallLocationName" : "ChangeTokenStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ChangeTokenStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**The status of the change token.
\n@param changeTokenStatus The status of the change token.\n@see ChangeTokenStatus*/", "getterDocumentation" : "/**The status of the change token.
\n@return The status of the change token.\n@see ChangeTokenStatus*/", "fluentSetterDocumentation" : "/**The status of the change token.
\n@param changeTokenStatus The status of the change token.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeTokenStatus*/", "varargSetterDocumentation" : "/**The status of the change token.
\n@param changeTokenStatus The status of the change token.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeTokenStatus*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "getChangeTokenStatusResult", "variableType" : "GetChangeTokenStatusResult", "variableDeclarationType" : "GetChangeTokenStatusResult", "documentation" : null, "simpleType" : "GetChangeTokenStatusResult", "variableSetterType" : "GetChangeTokenStatusResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeTokenStatus" : { "documentation" : "The status of the change token.
", "name" : "ChangeTokenStatus", "c2jName" : "ChangeTokenStatus", "c2jShape" : "ChangeTokenStatus", "variable" : { "variableName" : "changeTokenStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The status of the change token.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeTokenStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeTokenStatus", "marshallLocationName" : "ChangeTokenStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ChangeTokenStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**The status of the change token.
\n@param changeTokenStatus The status of the change token.\n@see ChangeTokenStatus*/", "getterDocumentation" : "/**The status of the change token.
\n@return The status of the change token.\n@see ChangeTokenStatus*/", "fluentSetterDocumentation" : "/**The status of the change token.
\n@param changeTokenStatus The status of the change token.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeTokenStatus*/", "varargSetterDocumentation" : "/**The status of the change token.
\n@param changeTokenStatus The status of the change token.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeTokenStatus*/", "simple" : true, "list" : false, "map" : false } } }, "CreateIPSetRequest" : { "c2jName" : "CreateIPSetRequest", "documentation" : "", "shapeName" : "CreateIPSetRequest", "deprecated" : false, "required" : [ "Name", "ChangeToken" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "A friendly name or description of the IPSet. You can't change
", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Name
after you create theIPSet
.A friendly name or description of the IPSet. You can't change
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**Name
after you create theIPSet
.A friendly name or description of the IPSet. You can't change
\n@param name A friendly name or description of the IPSet. You can't changeName
after you create theIPSet
.Name
after you create theIPSet
.*/", "getterDocumentation" : "/**A friendly name or description of the IPSet. You can't change
\n@return A friendly name or description of the IPSet. You can't changeName
after you create theIPSet
.Name
after you create theIPSet
.*/", "fluentSetterDocumentation" : "/**A friendly name or description of the IPSet. You can't change
\n@param name A friendly name or description of the IPSet. You can't changeName
after you create theIPSet
.Name
after you create theIPSet
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A friendly name or description of the IPSet. You can't change
\n@param name A friendly name or description of the IPSet. You can't changeName
after you create theIPSet
.Name
after you create theIPSet
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "The value returned by the most recent call to GetChangeToken.
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value returned by the most recent call to GetChangeToken.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "createIPSetRequest", "variableType" : "CreateIPSetRequest", "variableDeclarationType" : "CreateIPSetRequest", "documentation" : null, "simpleType" : "CreateIPSetRequest", "variableSetterType" : "CreateIPSetRequest" }, "marshaller" : { "action" : "CreateIPSet", "verb" : "POST", "target" : "AWSWAF_20150824.CreateIPSet", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "A friendly name or description of the IPSet. You can't change
", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Name
after you create theIPSet
.A friendly name or description of the IPSet. You can't change
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**Name
after you create theIPSet
.A friendly name or description of the IPSet. You can't change
\n@param name A friendly name or description of the IPSet. You can't changeName
after you create theIPSet
.Name
after you create theIPSet
.*/", "getterDocumentation" : "/**A friendly name or description of the IPSet. You can't change
\n@return A friendly name or description of the IPSet. You can't changeName
after you create theIPSet
.Name
after you create theIPSet
.*/", "fluentSetterDocumentation" : "/**A friendly name or description of the IPSet. You can't change
\n@param name A friendly name or description of the IPSet. You can't changeName
after you create theIPSet
.Name
after you create theIPSet
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A friendly name or description of the IPSet. You can't change
\n@param name A friendly name or description of the IPSet. You can't changeName
after you create theIPSet
.Name
after you create theIPSet
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ChangeToken" : { "documentation" : "The value returned by the most recent call to GetChangeToken.
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value returned by the most recent call to GetChangeToken.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DeleteXssMatchSetRequest" : { "c2jName" : "DeleteXssMatchSetRequest", "documentation" : "A request to delete an XssMatchSet from AWS WAF.
", "shapeName" : "DeleteXssMatchSetRequest", "deprecated" : false, "required" : [ "XssMatchSetId", "ChangeToken" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "The
", "name" : "XssMatchSetId", "c2jName" : "XssMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "xssMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "XssMatchSetId
of the XssMatchSet that you want to delete.XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "xssMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "XssMatchSetId", "marshallLocationName" : "XssMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**XssMatchSetId
of the XssMatchSet that you want to delete.XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.The
\n@param xssMatchSetId TheXssMatchSetId
of the XssMatchSet that you want to delete.XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.XssMatchSetId
of the XssMatchSet that you want to delete.XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.*/", "getterDocumentation" : "/**The
\n@return TheXssMatchSetId
of the XssMatchSet that you want to delete.XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.XssMatchSetId
of the XssMatchSet that you want to delete.XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.*/", "fluentSetterDocumentation" : "/**The
\n@param xssMatchSetId TheXssMatchSetId
of the XssMatchSet that you want to delete.XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.XssMatchSetId
of the XssMatchSet that you want to delete.XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param xssMatchSetId TheXssMatchSetId
of the XssMatchSet that you want to delete.XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.XssMatchSetId
of the XssMatchSet that you want to delete.XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "The value returned by the most recent call to GetChangeToken.
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value returned by the most recent call to GetChangeToken.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "deleteXssMatchSetRequest", "variableType" : "DeleteXssMatchSetRequest", "variableDeclarationType" : "DeleteXssMatchSetRequest", "documentation" : null, "simpleType" : "DeleteXssMatchSetRequest", "variableSetterType" : "DeleteXssMatchSetRequest" }, "marshaller" : { "action" : "DeleteXssMatchSet", "verb" : "POST", "target" : "AWSWAF_20150824.DeleteXssMatchSet", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "XssMatchSetId" : { "documentation" : "The
", "name" : "XssMatchSetId", "c2jName" : "XssMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "xssMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "XssMatchSetId
of the XssMatchSet that you want to delete.XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "xssMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "XssMatchSetId", "marshallLocationName" : "XssMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**XssMatchSetId
of the XssMatchSet that you want to delete.XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.The
\n@param xssMatchSetId TheXssMatchSetId
of the XssMatchSet that you want to delete.XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.XssMatchSetId
of the XssMatchSet that you want to delete.XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.*/", "getterDocumentation" : "/**The
\n@return TheXssMatchSetId
of the XssMatchSet that you want to delete.XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.XssMatchSetId
of the XssMatchSet that you want to delete.XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.*/", "fluentSetterDocumentation" : "/**The
\n@param xssMatchSetId TheXssMatchSetId
of the XssMatchSet that you want to delete.XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.XssMatchSetId
of the XssMatchSet that you want to delete.XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param xssMatchSetId TheXssMatchSetId
of the XssMatchSet that you want to delete.XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.XssMatchSetId
of the XssMatchSet that you want to delete.XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ChangeToken" : { "documentation" : "The value returned by the most recent call to GetChangeToken.
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value returned by the most recent call to GetChangeToken.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "UpdateSizeConstraintSetRequest" : { "c2jName" : "UpdateSizeConstraintSetRequest", "documentation" : "", "shapeName" : "UpdateSizeConstraintSetRequest", "deprecated" : false, "required" : [ "SizeConstraintSetId", "ChangeToken", "Updates" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "The
", "name" : "SizeConstraintSetId", "c2jName" : "SizeConstraintSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "sizeConstraintSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "SizeConstraintSetId
of the SizeConstraintSet that you want to update.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sizeConstraintSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SizeConstraintSetId", "marshallLocationName" : "SizeConstraintSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**SizeConstraintSetId
of the SizeConstraintSet that you want to update.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.The
\n@param sizeConstraintSetId TheSizeConstraintSetId
of the SizeConstraintSet that you want to update.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.SizeConstraintSetId
of the SizeConstraintSet that you want to update.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.*/", "getterDocumentation" : "/**The
\n@return TheSizeConstraintSetId
of the SizeConstraintSet that you want to update.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.SizeConstraintSetId
of the SizeConstraintSet that you want to update.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.*/", "fluentSetterDocumentation" : "/**The
\n@param sizeConstraintSetId TheSizeConstraintSetId
of the SizeConstraintSet that you want to update.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.SizeConstraintSetId
of the SizeConstraintSet that you want to update.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param sizeConstraintSetId TheSizeConstraintSetId
of the SizeConstraintSet that you want to update.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.SizeConstraintSetId
of the SizeConstraintSet that you want to update.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "The value returned by the most recent call to GetChangeToken.
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value returned by the most recent call to GetChangeToken.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "An array of
SizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:", "variableDeclarationType" : "java.util.List ", "documentation" : " An array of
SizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:", "variableSetterType" : "java.util.Collection " }, "setterModel" : { "variableName" : "updates", "variableType" : "java.util.List ", "variableDeclarationType" : "java.util.List ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "getterModel" : { "returnType" : "java.util.List ", "documentation" : null }, "http" : { "unmarshallLocationName" : "Updates", "marshallLocationName" : "Updates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "SizeConstraintSetUpdate", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SizeConstraintSetUpdate", "variable" : { "variableName" : "member", "variableType" : "SizeConstraintSetUpdate", "variableDeclarationType" : "SizeConstraintSetUpdate", "documentation" : "", "simpleType" : "SizeConstraintSetUpdate", "variableSetterType" : "SizeConstraintSetUpdate" }, "setterModel" : { "variableName" : "member", "variableType" : "SizeConstraintSetUpdate", "variableDeclarationType" : "SizeConstraintSetUpdate", "documentation" : "", "simpleType" : "SizeConstraintSetUpdate", "variableSetterType" : "SizeConstraintSetUpdate" }, "getterModel" : { "returnType" : "SizeConstraintSetUpdate", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "SizeConstraintSetUpdate", "templateType" : "java.util.List ", "templateImplType" : "java.util.ArrayList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/** An array of
SizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:SizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:An array of
SizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:SizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:An array of
SizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:SizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:An array of
SizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:NOTE: This method appends the values to the existing list (if any). Use {@link #setUpdates(java.util.Collection)} or {@link #withUpdates(java.util.Collection)} if you want to override the existing values.
\n@param updates An array ofSizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:An array of
SizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:", "variableDeclarationType" : "java.util.List ", "documentation" : " An array of
SizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:", "variableSetterType" : "java.util.Collection " }, "setterModel" : { "variableName" : "updates", "variableType" : "java.util.List ", "variableDeclarationType" : "java.util.List ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "getterModel" : { "returnType" : "java.util.List ", "documentation" : null }, "http" : { "unmarshallLocationName" : "Updates", "marshallLocationName" : "Updates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "SizeConstraintSetUpdate", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SizeConstraintSetUpdate", "variable" : { "variableName" : "member", "variableType" : "SizeConstraintSetUpdate", "variableDeclarationType" : "SizeConstraintSetUpdate", "documentation" : "", "simpleType" : "SizeConstraintSetUpdate", "variableSetterType" : "SizeConstraintSetUpdate" }, "setterModel" : { "variableName" : "member", "variableType" : "SizeConstraintSetUpdate", "variableDeclarationType" : "SizeConstraintSetUpdate", "documentation" : "", "simpleType" : "SizeConstraintSetUpdate", "variableSetterType" : "SizeConstraintSetUpdate" }, "getterModel" : { "returnType" : "SizeConstraintSetUpdate", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "SizeConstraintSetUpdate", "templateType" : "java.util.List ", "templateImplType" : "java.util.ArrayList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/** An array of
SizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:SizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:An array of
SizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:SizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:An array of
SizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:SizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:An array of
SizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:NOTE: This method appends the values to the existing list (if any). Use {@link #setUpdates(java.util.Collection)} or {@link #withUpdates(java.util.Collection)} if you want to override the existing values.
\n@param updates An array ofSizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:The
", "name" : "SizeConstraintSetId", "c2jName" : "SizeConstraintSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "sizeConstraintSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "SizeConstraintSetId
of the SizeConstraintSet that you want to update.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sizeConstraintSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SizeConstraintSetId", "marshallLocationName" : "SizeConstraintSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**SizeConstraintSetId
of the SizeConstraintSet that you want to update.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.The
\n@param sizeConstraintSetId TheSizeConstraintSetId
of the SizeConstraintSet that you want to update.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.SizeConstraintSetId
of the SizeConstraintSet that you want to update.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.*/", "getterDocumentation" : "/**The
\n@return TheSizeConstraintSetId
of the SizeConstraintSet that you want to update.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.SizeConstraintSetId
of the SizeConstraintSet that you want to update.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.*/", "fluentSetterDocumentation" : "/**The
\n@param sizeConstraintSetId TheSizeConstraintSetId
of the SizeConstraintSet that you want to update.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.SizeConstraintSetId
of the SizeConstraintSet that you want to update.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param sizeConstraintSetId TheSizeConstraintSetId
of the SizeConstraintSet that you want to update.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.SizeConstraintSetId
of the SizeConstraintSet that you want to update.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ChangeToken" : { "documentation" : "The value returned by the most recent call to GetChangeToken.
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value returned by the most recent call to GetChangeToken.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "CreateSqlInjectionMatchSetRequest" : { "c2jName" : "CreateSqlInjectionMatchSetRequest", "documentation" : "A request to create a SqlInjectionMatchSet.
", "shapeName" : "CreateSqlInjectionMatchSetRequest", "deprecated" : false, "required" : [ "Name", "ChangeToken" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change
", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Name
after you create theSqlInjectionMatchSet
.A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**Name
after you create theSqlInjectionMatchSet
.A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change
\n@param name A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't changeName
after you create theSqlInjectionMatchSet
.Name
after you create theSqlInjectionMatchSet
.*/", "getterDocumentation" : "/**A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change
\n@return A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't changeName
after you create theSqlInjectionMatchSet
.Name
after you create theSqlInjectionMatchSet
.*/", "fluentSetterDocumentation" : "/**A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change
\n@param name A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't changeName
after you create theSqlInjectionMatchSet
.Name
after you create theSqlInjectionMatchSet
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change
\n@param name A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't changeName
after you create theSqlInjectionMatchSet
.Name
after you create theSqlInjectionMatchSet
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "The value returned by the most recent call to GetChangeToken.
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value returned by the most recent call to GetChangeToken.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "createSqlInjectionMatchSetRequest", "variableType" : "CreateSqlInjectionMatchSetRequest", "variableDeclarationType" : "CreateSqlInjectionMatchSetRequest", "documentation" : null, "simpleType" : "CreateSqlInjectionMatchSetRequest", "variableSetterType" : "CreateSqlInjectionMatchSetRequest" }, "marshaller" : { "action" : "CreateSqlInjectionMatchSet", "verb" : "POST", "target" : "AWSWAF_20150824.CreateSqlInjectionMatchSet", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change
", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Name
after you create theSqlInjectionMatchSet
.A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**Name
after you create theSqlInjectionMatchSet
.A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change
\n@param name A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't changeName
after you create theSqlInjectionMatchSet
.Name
after you create theSqlInjectionMatchSet
.*/", "getterDocumentation" : "/**A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change
\n@return A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't changeName
after you create theSqlInjectionMatchSet
.Name
after you create theSqlInjectionMatchSet
.*/", "fluentSetterDocumentation" : "/**A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change
\n@param name A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't changeName
after you create theSqlInjectionMatchSet
.Name
after you create theSqlInjectionMatchSet
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change
\n@param name A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't changeName
after you create theSqlInjectionMatchSet
.Name
after you create theSqlInjectionMatchSet
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ChangeToken" : { "documentation" : "The value returned by the most recent call to GetChangeToken.
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value returned by the most recent call to GetChangeToken.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "UpdateByteMatchSetResult" : { "c2jName" : "UpdateByteMatchSetResponse", "documentation" : "", "shapeName" : "UpdateByteMatchSetResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "The
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "ChangeToken
that you used to submit theUpdateByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**ChangeToken
that you used to submit theUpdateByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
\n@param changeToken TheChangeToken
that you used to submit theUpdateByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theUpdateByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**The
\n@return TheChangeToken
that you used to submit theUpdateByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theUpdateByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theUpdateByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theUpdateByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theUpdateByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theUpdateByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "updateByteMatchSetResult", "variableType" : "UpdateByteMatchSetResult", "variableDeclarationType" : "UpdateByteMatchSetResult", "documentation" : null, "simpleType" : "UpdateByteMatchSetResult", "variableSetterType" : "UpdateByteMatchSetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeToken" : { "documentation" : "The
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "ChangeToken
that you used to submit theUpdateByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**ChangeToken
that you used to submit theUpdateByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
\n@param changeToken TheChangeToken
that you used to submit theUpdateByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theUpdateByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**The
\n@return TheChangeToken
that you used to submit theUpdateByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theUpdateByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theUpdateByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theUpdateByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theUpdateByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theUpdateByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "IPSetDescriptorType" : { "c2jName" : "IPSetDescriptorType", "documentation" : "", "shapeName" : "IPSetDescriptorType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "IPV4", "value" : "IPV4" } ], "variable" : { "variableName" : "iPSetDescriptorType", "variableType" : "IPSetDescriptorType", "variableDeclarationType" : "IPSetDescriptorType", "documentation" : null, "simpleType" : "IPSetDescriptorType", "variableSetterType" : "IPSetDescriptorType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "UpdateSqlInjectionMatchSetResult" : { "c2jName" : "UpdateSqlInjectionMatchSetResponse", "documentation" : "The response to an UpdateSqlInjectionMatchSets request.
", "shapeName" : "UpdateSqlInjectionMatchSetResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "The
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "ChangeToken
that you used to submit theUpdateSqlInjectionMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**ChangeToken
that you used to submit theUpdateSqlInjectionMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
\n@param changeToken TheChangeToken
that you used to submit theUpdateSqlInjectionMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theUpdateSqlInjectionMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**The
\n@return TheChangeToken
that you used to submit theUpdateSqlInjectionMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theUpdateSqlInjectionMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theUpdateSqlInjectionMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theUpdateSqlInjectionMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theUpdateSqlInjectionMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theUpdateSqlInjectionMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "updateSqlInjectionMatchSetResult", "variableType" : "UpdateSqlInjectionMatchSetResult", "variableDeclarationType" : "UpdateSqlInjectionMatchSetResult", "documentation" : null, "simpleType" : "UpdateSqlInjectionMatchSetResult", "variableSetterType" : "UpdateSqlInjectionMatchSetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeToken" : { "documentation" : "The
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "ChangeToken
that you used to submit theUpdateSqlInjectionMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**ChangeToken
that you used to submit theUpdateSqlInjectionMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
\n@param changeToken TheChangeToken
that you used to submit theUpdateSqlInjectionMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theUpdateSqlInjectionMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**The
\n@return TheChangeToken
that you used to submit theUpdateSqlInjectionMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theUpdateSqlInjectionMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theUpdateSqlInjectionMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theUpdateSqlInjectionMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theUpdateSqlInjectionMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theUpdateSqlInjectionMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "WAFInvalidAccountException" : { "c2jName" : "WAFInvalidAccountException", "documentation" : "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
", "shapeName" : "WAFInvalidAccountException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "wAFInvalidAccountException", "variableType" : "WAFInvalidAccountException", "variableDeclarationType" : "WAFInvalidAccountException", "documentation" : null, "simpleType" : "WAFInvalidAccountException", "variableSetterType" : "WAFInvalidAccountException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "WAFInvalidAccountException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ChangeTokenStatus" : { "c2jName" : "ChangeTokenStatus", "documentation" : "", "shapeName" : "ChangeTokenStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "PROVISIONED", "value" : "PROVISIONED" }, { "name" : "PENDING", "value" : "PENDING" }, { "name" : "INSYNC", "value" : "INSYNC" } ], "variable" : { "variableName" : "changeTokenStatus", "variableType" : "ChangeTokenStatus", "variableDeclarationType" : "ChangeTokenStatus", "documentation" : null, "simpleType" : "ChangeTokenStatus", "variableSetterType" : "ChangeTokenStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreateRuleResult" : { "c2jName" : "CreateRuleResponse", "documentation" : "", "shapeName" : "CreateRuleResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "The Rule returned in the
", "name" : "Rule", "c2jName" : "Rule", "c2jShape" : "Rule", "variable" : { "variableName" : "rule", "variableType" : "Rule", "variableDeclarationType" : "Rule", "documentation" : "CreateRule
response.The Rule returned in the
", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "setterModel" : { "variableName" : "rule", "variableType" : "Rule", "variableDeclarationType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "getterModel" : { "returnType" : "Rule", "documentation" : null }, "http" : { "unmarshallLocationName" : "Rule", "marshallLocationName" : "Rule", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**CreateRule
response.The Rule returned in the
\n@param rule The Rule returned in theCreateRule
response.CreateRule
response.*/", "getterDocumentation" : "/**The Rule returned in the
\n@return The Rule returned in theCreateRule
response.CreateRule
response.*/", "fluentSetterDocumentation" : "/**The Rule returned in the
\n@param rule The Rule returned in theCreateRule
response.CreateRule
response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Rule returned in the
\n@param rule The Rule returned in theCreateRule
response.CreateRule
response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, { "documentation" : "The
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "ChangeToken
that you used to submit theCreateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**ChangeToken
that you used to submit theCreateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
\n@param changeToken TheChangeToken
that you used to submit theCreateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theCreateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**The
\n@return TheChangeToken
that you used to submit theCreateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theCreateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theCreateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theCreateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theCreateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theCreateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "createRuleResult", "variableType" : "CreateRuleResult", "variableDeclarationType" : "CreateRuleResult", "documentation" : null, "simpleType" : "CreateRuleResult", "variableSetterType" : "CreateRuleResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Rule" : { "documentation" : "The Rule returned in the
", "name" : "Rule", "c2jName" : "Rule", "c2jShape" : "Rule", "variable" : { "variableName" : "rule", "variableType" : "Rule", "variableDeclarationType" : "Rule", "documentation" : "CreateRule
response.The Rule returned in the
", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "setterModel" : { "variableName" : "rule", "variableType" : "Rule", "variableDeclarationType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "getterModel" : { "returnType" : "Rule", "documentation" : null }, "http" : { "unmarshallLocationName" : "Rule", "marshallLocationName" : "Rule", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**CreateRule
response.The Rule returned in the
\n@param rule The Rule returned in theCreateRule
response.CreateRule
response.*/", "getterDocumentation" : "/**The Rule returned in the
\n@return The Rule returned in theCreateRule
response.CreateRule
response.*/", "fluentSetterDocumentation" : "/**The Rule returned in the
\n@param rule The Rule returned in theCreateRule
response.CreateRule
response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Rule returned in the
\n@param rule The Rule returned in theCreateRule
response.CreateRule
response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "ChangeToken" : { "documentation" : "The
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "ChangeToken
that you used to submit theCreateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**ChangeToken
that you used to submit theCreateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
\n@param changeToken TheChangeToken
that you used to submit theCreateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theCreateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**The
\n@return TheChangeToken
that you used to submit theCreateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theCreateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theCreateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theCreateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theCreateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theCreateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "CreateWebACLResult" : { "c2jName" : "CreateWebACLResponse", "documentation" : "", "shapeName" : "CreateWebACLResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "The WebACL returned in the
", "name" : "WebACL", "c2jName" : "WebACL", "c2jShape" : "WebACL", "variable" : { "variableName" : "webACL", "variableType" : "WebACL", "variableDeclarationType" : "WebACL", "documentation" : "CreateWebACL
response.The WebACL returned in the
", "simpleType" : "WebACL", "variableSetterType" : "WebACL" }, "setterModel" : { "variableName" : "webACL", "variableType" : "WebACL", "variableDeclarationType" : "WebACL", "documentation" : "", "simpleType" : "WebACL", "variableSetterType" : "WebACL" }, "getterModel" : { "returnType" : "WebACL", "documentation" : null }, "http" : { "unmarshallLocationName" : "WebACL", "marshallLocationName" : "WebACL", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**CreateWebACL
response.The WebACL returned in the
\n@param webACL The WebACL returned in theCreateWebACL
response.CreateWebACL
response.*/", "getterDocumentation" : "/**The WebACL returned in the
\n@return The WebACL returned in theCreateWebACL
response.CreateWebACL
response.*/", "fluentSetterDocumentation" : "/**The WebACL returned in the
\n@param webACL The WebACL returned in theCreateWebACL
response.CreateWebACL
response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The WebACL returned in the
\n@param webACL The WebACL returned in theCreateWebACL
response.CreateWebACL
response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, { "documentation" : "The
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "ChangeToken
that you used to submit theCreateWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**ChangeToken
that you used to submit theCreateWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
\n@param changeToken TheChangeToken
that you used to submit theCreateWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theCreateWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**The
\n@return TheChangeToken
that you used to submit theCreateWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theCreateWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theCreateWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theCreateWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theCreateWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theCreateWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "createWebACLResult", "variableType" : "CreateWebACLResult", "variableDeclarationType" : "CreateWebACLResult", "documentation" : null, "simpleType" : "CreateWebACLResult", "variableSetterType" : "CreateWebACLResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeToken" : { "documentation" : "The
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "ChangeToken
that you used to submit theCreateWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**ChangeToken
that you used to submit theCreateWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
\n@param changeToken TheChangeToken
that you used to submit theCreateWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theCreateWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**The
\n@return TheChangeToken
that you used to submit theCreateWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theCreateWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theCreateWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theCreateWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theCreateWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theCreateWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "WebACL" : { "documentation" : "The WebACL returned in the
", "name" : "WebACL", "c2jName" : "WebACL", "c2jShape" : "WebACL", "variable" : { "variableName" : "webACL", "variableType" : "WebACL", "variableDeclarationType" : "WebACL", "documentation" : "CreateWebACL
response.The WebACL returned in the
", "simpleType" : "WebACL", "variableSetterType" : "WebACL" }, "setterModel" : { "variableName" : "webACL", "variableType" : "WebACL", "variableDeclarationType" : "WebACL", "documentation" : "", "simpleType" : "WebACL", "variableSetterType" : "WebACL" }, "getterModel" : { "returnType" : "WebACL", "documentation" : null }, "http" : { "unmarshallLocationName" : "WebACL", "marshallLocationName" : "WebACL", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**CreateWebACL
response.The WebACL returned in the
\n@param webACL The WebACL returned in theCreateWebACL
response.CreateWebACL
response.*/", "getterDocumentation" : "/**The WebACL returned in the
\n@return The WebACL returned in theCreateWebACL
response.CreateWebACL
response.*/", "fluentSetterDocumentation" : "/**The WebACL returned in the
\n@param webACL The WebACL returned in theCreateWebACL
response.CreateWebACL
response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The WebACL returned in the
\n@param webACL The WebACL returned in theCreateWebACL
response.CreateWebACL
response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } } }, "RuleSummary" : { "c2jName" : "RuleSummary", "documentation" : "Contains the identifier and the friendly name or description of the
", "shapeName" : "RuleSummary", "deprecated" : false, "required" : [ "RuleId", "Name" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "Rule
.A unique identifier for a
Rule
. You useRuleId
to get more information about aRule
(see GetRule), update aRule
(see UpdateRule), insert aRule
into aWebACL
or delete one from aWebACL
(see UpdateWebACL), or delete aRule
from AWS WAF (see DeleteRule).
", "name" : "RuleId", "c2jName" : "RuleId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "ruleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "RuleId
is returned by CreateRule and by ListRules.A unique identifier for a
Rule
. You useRuleId
to get more information about aRule
(see GetRule), update aRule
(see UpdateRule), insert aRule
into aWebACL
or delete one from aWebACL
(see UpdateWebACL), or delete aRule
from AWS WAF (see DeleteRule).
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RuleId", "marshallLocationName" : "RuleId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**RuleId
is returned by CreateRule and by ListRules.A unique identifier for a
Rule
. You useRuleId
to get more information about aRule
(see GetRule), update aRule
(see UpdateRule), insert aRule
into aWebACL
or delete one from aWebACL
(see UpdateWebACL), or delete aRule
from AWS WAF (see DeleteRule).
\n@param ruleId A unique identifier for aRuleId
is returned by CreateRule and by ListRules.Rule
. You useRuleId
to get more information about aRule
(see GetRule), update aRule
(see UpdateRule), insert aRule
into aWebACL
or delete one from aWebACL
(see UpdateWebACL), or delete aRule
from AWS WAF (see DeleteRule).RuleId
is returned by CreateRule and by ListRules.*/", "getterDocumentation" : "/**A unique identifier for a
Rule
. You useRuleId
to get more information about aRule
(see GetRule), update aRule
(see UpdateRule), insert aRule
into aWebACL
or delete one from aWebACL
(see UpdateWebACL), or delete aRule
from AWS WAF (see DeleteRule).
\n@return A unique identifier for aRuleId
is returned by CreateRule and by ListRules.Rule
. You useRuleId
to get more information about aRule
(see GetRule), update aRule
(see UpdateRule), insert aRule
into aWebACL
or delete one from aWebACL
(see UpdateWebACL), or delete aRule
from AWS WAF (see DeleteRule).RuleId
is returned by CreateRule and by ListRules.*/", "fluentSetterDocumentation" : "/**A unique identifier for a
Rule
. You useRuleId
to get more information about aRule
(see GetRule), update aRule
(see UpdateRule), insert aRule
into aWebACL
or delete one from aWebACL
(see UpdateWebACL), or delete aRule
from AWS WAF (see DeleteRule).
\n@param ruleId A unique identifier for aRuleId
is returned by CreateRule and by ListRules.Rule
. You useRuleId
to get more information about aRule
(see GetRule), update aRule
(see UpdateRule), insert aRule
into aWebACL
or delete one from aWebACL
(see UpdateWebACL), or delete aRule
from AWS WAF (see DeleteRule).RuleId
is returned by CreateRule and by ListRules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A unique identifier for a
Rule
. You useRuleId
to get more information about aRule
(see GetRule), update aRule
(see UpdateRule), insert aRule
into aWebACL
or delete one from aWebACL
(see UpdateWebACL), or delete aRule
from AWS WAF (see DeleteRule).
\n@param ruleId A unique identifier for aRuleId
is returned by CreateRule and by ListRules.Rule
. You useRuleId
to get more information about aRule
(see GetRule), update aRule
(see UpdateRule), insert aRule
into aWebACL
or delete one from aWebACL
(see UpdateWebACL), or delete aRule
from AWS WAF (see DeleteRule).RuleId
is returned by CreateRule and by ListRules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "A friendly name or description of the Rule. You can't change the name of a
", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Rule
after you create it.A friendly name or description of the Rule. You can't change the name of a
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**Rule
after you create it.A friendly name or description of the Rule. You can't change the name of a
\n@param name A friendly name or description of the Rule. You can't change the name of aRule
after you create it.Rule
after you create it.*/", "getterDocumentation" : "/**A friendly name or description of the Rule. You can't change the name of a
\n@return A friendly name or description of the Rule. You can't change the name of aRule
after you create it.Rule
after you create it.*/", "fluentSetterDocumentation" : "/**A friendly name or description of the Rule. You can't change the name of a
\n@param name A friendly name or description of the Rule. You can't change the name of aRule
after you create it.Rule
after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A friendly name or description of the Rule. You can't change the name of a
\n@param name A friendly name or description of the Rule. You can't change the name of aRule
after you create it.Rule
after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "ruleSummary", "variableType" : "RuleSummary", "variableDeclarationType" : "RuleSummary", "documentation" : null, "simpleType" : "RuleSummary", "variableSetterType" : "RuleSummary" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "A friendly name or description of the Rule. You can't change the name of a
", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Rule
after you create it.A friendly name or description of the Rule. You can't change the name of a
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**Rule
after you create it.A friendly name or description of the Rule. You can't change the name of a
\n@param name A friendly name or description of the Rule. You can't change the name of aRule
after you create it.Rule
after you create it.*/", "getterDocumentation" : "/**A friendly name or description of the Rule. You can't change the name of a
\n@return A friendly name or description of the Rule. You can't change the name of aRule
after you create it.Rule
after you create it.*/", "fluentSetterDocumentation" : "/**A friendly name or description of the Rule. You can't change the name of a
\n@param name A friendly name or description of the Rule. You can't change the name of aRule
after you create it.Rule
after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A friendly name or description of the Rule. You can't change the name of a
\n@param name A friendly name or description of the Rule. You can't change the name of aRule
after you create it.Rule
after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "RuleId" : { "documentation" : "A unique identifier for a
Rule
. You useRuleId
to get more information about aRule
(see GetRule), update aRule
(see UpdateRule), insert aRule
into aWebACL
or delete one from aWebACL
(see UpdateWebACL), or delete aRule
from AWS WAF (see DeleteRule).
", "name" : "RuleId", "c2jName" : "RuleId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "ruleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "RuleId
is returned by CreateRule and by ListRules.A unique identifier for a
Rule
. You useRuleId
to get more information about aRule
(see GetRule), update aRule
(see UpdateRule), insert aRule
into aWebACL
or delete one from aWebACL
(see UpdateWebACL), or delete aRule
from AWS WAF (see DeleteRule).
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RuleId", "marshallLocationName" : "RuleId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**RuleId
is returned by CreateRule and by ListRules.A unique identifier for a
Rule
. You useRuleId
to get more information about aRule
(see GetRule), update aRule
(see UpdateRule), insert aRule
into aWebACL
or delete one from aWebACL
(see UpdateWebACL), or delete aRule
from AWS WAF (see DeleteRule).
\n@param ruleId A unique identifier for aRuleId
is returned by CreateRule and by ListRules.Rule
. You useRuleId
to get more information about aRule
(see GetRule), update aRule
(see UpdateRule), insert aRule
into aWebACL
or delete one from aWebACL
(see UpdateWebACL), or delete aRule
from AWS WAF (see DeleteRule).RuleId
is returned by CreateRule and by ListRules.*/", "getterDocumentation" : "/**A unique identifier for a
Rule
. You useRuleId
to get more information about aRule
(see GetRule), update aRule
(see UpdateRule), insert aRule
into aWebACL
or delete one from aWebACL
(see UpdateWebACL), or delete aRule
from AWS WAF (see DeleteRule).
\n@return A unique identifier for aRuleId
is returned by CreateRule and by ListRules.Rule
. You useRuleId
to get more information about aRule
(see GetRule), update aRule
(see UpdateRule), insert aRule
into aWebACL
or delete one from aWebACL
(see UpdateWebACL), or delete aRule
from AWS WAF (see DeleteRule).RuleId
is returned by CreateRule and by ListRules.*/", "fluentSetterDocumentation" : "/**A unique identifier for a
Rule
. You useRuleId
to get more information about aRule
(see GetRule), update aRule
(see UpdateRule), insert aRule
into aWebACL
or delete one from aWebACL
(see UpdateWebACL), or delete aRule
from AWS WAF (see DeleteRule).
\n@param ruleId A unique identifier for aRuleId
is returned by CreateRule and by ListRules.Rule
. You useRuleId
to get more information about aRule
(see GetRule), update aRule
(see UpdateRule), insert aRule
into aWebACL
or delete one from aWebACL
(see UpdateWebACL), or delete aRule
from AWS WAF (see DeleteRule).RuleId
is returned by CreateRule and by ListRules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A unique identifier for a
Rule
. You useRuleId
to get more information about aRule
(see GetRule), update aRule
(see UpdateRule), insert aRule
into aWebACL
or delete one from aWebACL
(see UpdateWebACL), or delete aRule
from AWS WAF (see DeleteRule).
\n@param ruleId A unique identifier for aRuleId
is returned by CreateRule and by ListRules.Rule
. You useRuleId
to get more information about aRule
(see GetRule), update aRule
(see UpdateRule), insert aRule
into aWebACL
or delete one from aWebACL
(see UpdateWebACL), or delete aRule
from AWS WAF (see DeleteRule).RuleId
is returned by CreateRule and by ListRules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "GetIPSetResult" : { "c2jName" : "GetIPSetResponse", "documentation" : "", "shapeName" : "GetIPSetResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "Information about the IPSet that you specified in the
GetIPSet
request. For more information, see the following topics:Information about the IPSet that you specified in the
GetIPSet
request. For more information, see the following topics:Information about the IPSet that you specified in the
GetIPSet
request. For more information, see the following topics:GetIPSet
request. For more information, see the following topics:Information about the IPSet that you specified in the
GetIPSet
request. For more information, see the following topics:GetIPSet
request. For more information, see the following topics:Information about the IPSet that you specified in the
GetIPSet
request. For more information, see the following topics:GetIPSet
request. For more information, see the following topics:Information about the IPSet that you specified in the
GetIPSet
request. For more information, see the following topics:GetIPSet
request. For more information, see the following topics:Information about the IPSet that you specified in the
GetIPSet
request. For more information, see the following topics:Information about the IPSet that you specified in the
GetIPSet
request. For more information, see the following topics:Information about the IPSet that you specified in the
GetIPSet
request. For more information, see the following topics:GetIPSet
request. For more information, see the following topics:Information about the IPSet that you specified in the
GetIPSet
request. For more information, see the following topics:GetIPSet
request. For more information, see the following topics:Information about the IPSet that you specified in the
GetIPSet
request. For more information, see the following topics:GetIPSet
request. For more information, see the following topics:Information about the IPSet that you specified in the
GetIPSet
request. For more information, see the following topics:GetIPSet
request. For more information, see the following topics:The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
", "shapeName" : "WAFStaleDataException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "wAFStaleDataException", "variableType" : "WAFStaleDataException", "variableDeclarationType" : "WAFStaleDataException", "documentation" : null, "simpleType" : "WAFStaleDataException", "variableSetterType" : "WAFStaleDataException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "WAFStaleDataException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteWebACLResult" : { "c2jName" : "DeleteWebACLResponse", "documentation" : "", "shapeName" : "DeleteWebACLResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "The
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "ChangeToken
that you used to submit theDeleteWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**ChangeToken
that you used to submit theDeleteWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
\n@param changeToken TheChangeToken
that you used to submit theDeleteWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**The
\n@return TheChangeToken
that you used to submit theDeleteWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theDeleteWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theDeleteWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "deleteWebACLResult", "variableType" : "DeleteWebACLResult", "variableDeclarationType" : "DeleteWebACLResult", "documentation" : null, "simpleType" : "DeleteWebACLResult", "variableSetterType" : "DeleteWebACLResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeToken" : { "documentation" : "The
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "ChangeToken
that you used to submit theDeleteWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**ChangeToken
that you used to submit theDeleteWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
\n@param changeToken TheChangeToken
that you used to submit theDeleteWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**The
\n@return TheChangeToken
that you used to submit theDeleteWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theDeleteWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theDeleteWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ListByteMatchSetsRequest" : { "c2jName" : "ListByteMatchSetsRequest", "documentation" : "", "shapeName" : "ListByteMatchSetsRequest", "deprecated" : false, "required" : [ "Limit" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "If you specify a value for
", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Limit
and you have moreByteMatchSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofByteMatchSets
. For the second and subsequentListByteMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.If you specify a value for
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**Limit
and you have moreByteMatchSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofByteMatchSets
. For the second and subsequentListByteMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.If you specify a value for
\n@param nextMarker If you specify a value forLimit
and you have moreByteMatchSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofByteMatchSets
. For the second and subsequentListByteMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.Limit
and you have moreByteMatchSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofByteMatchSets
. For the second and subsequentListByteMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.*/", "getterDocumentation" : "/**If you specify a value for
\n@return If you specify a value forLimit
and you have moreByteMatchSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofByteMatchSets
. For the second and subsequentListByteMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.Limit
and you have moreByteMatchSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofByteMatchSets
. For the second and subsequentListByteMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.*/", "fluentSetterDocumentation" : "/**If you specify a value for
\n@param nextMarker If you specify a value forLimit
and you have moreByteMatchSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofByteMatchSets
. For the second and subsequentListByteMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.Limit
and you have moreByteMatchSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofByteMatchSets
. For the second and subsequentListByteMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If you specify a value for
\n@param nextMarker If you specify a value forLimit
and you have moreByteMatchSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofByteMatchSets
. For the second and subsequentListByteMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.Limit
and you have moreByteMatchSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofByteMatchSets
. For the second and subsequentListByteMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "Specifies the number of
", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "PaginationLimit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "ByteMatchSet
objects that you want AWS WAF to return for this request. If you have moreByteMatchSets
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofByteMatchSet
objects.Specifies the number of
", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**ByteMatchSet
objects that you want AWS WAF to return for this request. If you have moreByteMatchSets
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofByteMatchSet
objects.Specifies the number of
\n@param limit Specifies the number ofByteMatchSet
objects that you want AWS WAF to return for this request. If you have moreByteMatchSets
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofByteMatchSet
objects.ByteMatchSet
objects that you want AWS WAF to return for this request. If you have moreByteMatchSets
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofByteMatchSet
objects.*/", "getterDocumentation" : "/**Specifies the number of
\n@return Specifies the number ofByteMatchSet
objects that you want AWS WAF to return for this request. If you have moreByteMatchSets
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofByteMatchSet
objects.ByteMatchSet
objects that you want AWS WAF to return for this request. If you have moreByteMatchSets
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofByteMatchSet
objects.*/", "fluentSetterDocumentation" : "/**Specifies the number of
\n@param limit Specifies the number ofByteMatchSet
objects that you want AWS WAF to return for this request. If you have moreByteMatchSets
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofByteMatchSet
objects.ByteMatchSet
objects that you want AWS WAF to return for this request. If you have moreByteMatchSets
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofByteMatchSet
objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Specifies the number of
\n@param limit Specifies the number ofByteMatchSet
objects that you want AWS WAF to return for this request. If you have moreByteMatchSets
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofByteMatchSet
objects.ByteMatchSet
objects that you want AWS WAF to return for this request. If you have moreByteMatchSets
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofByteMatchSet
objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "listByteMatchSetsRequest", "variableType" : "ListByteMatchSetsRequest", "variableDeclarationType" : "ListByteMatchSetsRequest", "documentation" : null, "simpleType" : "ListByteMatchSetsRequest", "variableSetterType" : "ListByteMatchSetsRequest" }, "marshaller" : { "action" : "ListByteMatchSets", "verb" : "POST", "target" : "AWSWAF_20150824.ListByteMatchSets", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Limit" : { "documentation" : "Specifies the number of
", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "PaginationLimit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "ByteMatchSet
objects that you want AWS WAF to return for this request. If you have moreByteMatchSets
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofByteMatchSet
objects.Specifies the number of
", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**ByteMatchSet
objects that you want AWS WAF to return for this request. If you have moreByteMatchSets
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofByteMatchSet
objects.Specifies the number of
\n@param limit Specifies the number ofByteMatchSet
objects that you want AWS WAF to return for this request. If you have moreByteMatchSets
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofByteMatchSet
objects.ByteMatchSet
objects that you want AWS WAF to return for this request. If you have moreByteMatchSets
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofByteMatchSet
objects.*/", "getterDocumentation" : "/**Specifies the number of
\n@return Specifies the number ofByteMatchSet
objects that you want AWS WAF to return for this request. If you have moreByteMatchSets
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofByteMatchSet
objects.ByteMatchSet
objects that you want AWS WAF to return for this request. If you have moreByteMatchSets
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofByteMatchSet
objects.*/", "fluentSetterDocumentation" : "/**Specifies the number of
\n@param limit Specifies the number ofByteMatchSet
objects that you want AWS WAF to return for this request. If you have moreByteMatchSets
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofByteMatchSet
objects.ByteMatchSet
objects that you want AWS WAF to return for this request. If you have moreByteMatchSets
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofByteMatchSet
objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Specifies the number of
\n@param limit Specifies the number ofByteMatchSet
objects that you want AWS WAF to return for this request. If you have moreByteMatchSets
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofByteMatchSet
objects.ByteMatchSet
objects that you want AWS WAF to return for this request. If you have moreByteMatchSets
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofByteMatchSet
objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "NextMarker" : { "documentation" : "If you specify a value for
", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Limit
and you have moreByteMatchSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofByteMatchSets
. For the second and subsequentListByteMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.If you specify a value for
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**Limit
and you have moreByteMatchSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofByteMatchSets
. For the second and subsequentListByteMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.If you specify a value for
\n@param nextMarker If you specify a value forLimit
and you have moreByteMatchSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofByteMatchSets
. For the second and subsequentListByteMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.Limit
and you have moreByteMatchSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofByteMatchSets
. For the second and subsequentListByteMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.*/", "getterDocumentation" : "/**If you specify a value for
\n@return If you specify a value forLimit
and you have moreByteMatchSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofByteMatchSets
. For the second and subsequentListByteMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.Limit
and you have moreByteMatchSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofByteMatchSets
. For the second and subsequentListByteMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.*/", "fluentSetterDocumentation" : "/**If you specify a value for
\n@param nextMarker If you specify a value forLimit
and you have moreByteMatchSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofByteMatchSets
. For the second and subsequentListByteMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.Limit
and you have moreByteMatchSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofByteMatchSets
. For the second and subsequentListByteMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If you specify a value for
\n@param nextMarker If you specify a value forLimit
and you have moreByteMatchSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofByteMatchSets
. For the second and subsequentListByteMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.Limit
and you have moreByteMatchSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofByteMatchSets
. For the second and subsequentListByteMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ByteMatchSet" : { "c2jName" : "ByteMatchSet", "documentation" : "In a GetByteMatchSet request,
ByteMatchSet
is a complex type that contains theByteMatchSetId
andName
of aByteMatchSet
, and the values that you specified when you updated theByteMatchSet
.A complex type that contains
", "shapeName" : "ByteMatchSet", "deprecated" : false, "required" : [ "ByteMatchSetId", "ByteMatchTuples" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "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 aByteMatchSet
contains more than oneByteMatchTuple
object, a request needs to match the settings in only oneByteMatchTuple
to be considered a match.The
ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
(see GetByteMatchSet), update aByteMatchSet
(see UpdateByteMatchSet), insert aByteMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete aByteMatchSet
from AWS WAF (see DeleteByteMatchSet).
", "name" : "ByteMatchSetId", "c2jName" : "ByteMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "byteMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.The
ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
(see GetByteMatchSet), update aByteMatchSet
(see UpdateByteMatchSet), insert aByteMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete aByteMatchSet
from AWS WAF (see DeleteByteMatchSet).
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "byteMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ByteMatchSetId", "marshallLocationName" : "ByteMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.The
ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
(see GetByteMatchSet), update aByteMatchSet
(see UpdateByteMatchSet), insert aByteMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete aByteMatchSet
from AWS WAF (see DeleteByteMatchSet).
\n@param byteMatchSetId TheByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
(see GetByteMatchSet), update aByteMatchSet
(see UpdateByteMatchSet), insert aByteMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete aByteMatchSet
from AWS WAF (see DeleteByteMatchSet).ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.*/", "getterDocumentation" : "/**The
ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
(see GetByteMatchSet), update aByteMatchSet
(see UpdateByteMatchSet), insert aByteMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete aByteMatchSet
from AWS WAF (see DeleteByteMatchSet).
\n@return TheByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
(see GetByteMatchSet), update aByteMatchSet
(see UpdateByteMatchSet), insert aByteMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete aByteMatchSet
from AWS WAF (see DeleteByteMatchSet).ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.*/", "fluentSetterDocumentation" : "/**The
ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
(see GetByteMatchSet), update aByteMatchSet
(see UpdateByteMatchSet), insert aByteMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete aByteMatchSet
from AWS WAF (see DeleteByteMatchSet).
\n@param byteMatchSetId TheByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
(see GetByteMatchSet), update aByteMatchSet
(see UpdateByteMatchSet), insert aByteMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete aByteMatchSet
from AWS WAF (see DeleteByteMatchSet).ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
(see GetByteMatchSet), update aByteMatchSet
(see UpdateByteMatchSet), insert aByteMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete aByteMatchSet
from AWS WAF (see DeleteByteMatchSet).
\n@param byteMatchSetId TheByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
(see GetByteMatchSet), update aByteMatchSet
(see UpdateByteMatchSet), insert aByteMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete aByteMatchSet
from AWS WAF (see DeleteByteMatchSet).ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "A friendly name or description of the ByteMatchSet. You can't change
", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Name
after you create aByteMatchSet
.A friendly name or description of the ByteMatchSet. You can't change
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**Name
after you create aByteMatchSet
.A friendly name or description of the ByteMatchSet. You can't change
\n@param name A friendly name or description of the ByteMatchSet. You can't changeName
after you create aByteMatchSet
.Name
after you create aByteMatchSet
.*/", "getterDocumentation" : "/**A friendly name or description of the ByteMatchSet. You can't change
\n@return A friendly name or description of the ByteMatchSet. You can't changeName
after you create aByteMatchSet
.Name
after you create aByteMatchSet
.*/", "fluentSetterDocumentation" : "/**A friendly name or description of the ByteMatchSet. You can't change
\n@param name A friendly name or description of the ByteMatchSet. You can't changeName
after you create aByteMatchSet
.Name
after you create aByteMatchSet
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A friendly name or description of the ByteMatchSet. You can't change
\n@param name A friendly name or description of the ByteMatchSet. You can't changeName
after you create aByteMatchSet
.Name
after you create aByteMatchSet
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.
", "name" : "ByteMatchTuples", "c2jName" : "ByteMatchTuples", "c2jShape" : "ByteMatchTuples", "variable" : { "variableName" : "byteMatchTuples", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List ", "documentation" : " Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.
", "simpleType" : "List", "variableSetterType" : "java.util.Collection " }, "setterModel" : { "variableName" : "byteMatchTuples", "variableType" : "java.util.List ", "variableDeclarationType" : "java.util.List ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "getterModel" : { "returnType" : "java.util.List ", "documentation" : null }, "http" : { "unmarshallLocationName" : "ByteMatchTuples", "marshallLocationName" : "ByteMatchTuples", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ByteMatchTuple", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ByteMatchTuple", "variable" : { "variableName" : "member", "variableType" : "ByteMatchTuple", "variableDeclarationType" : "ByteMatchTuple", "documentation" : "", "simpleType" : "ByteMatchTuple", "variableSetterType" : "ByteMatchTuple" }, "setterModel" : { "variableName" : "member", "variableType" : "ByteMatchTuple", "variableDeclarationType" : "ByteMatchTuple", "documentation" : "", "simpleType" : "ByteMatchTuple", "variableSetterType" : "ByteMatchTuple" }, "getterModel" : { "returnType" : "ByteMatchTuple", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ByteMatchTuple", "templateType" : "java.util.List ", "templateImplType" : "java.util.ArrayList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/** Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.
\n@param byteMatchTuples Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.*/", "getterDocumentation" : "/**Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.
\n@return Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.*/", "fluentSetterDocumentation" : "/**Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.
\n@param byteMatchTuples Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.
\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.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "byteMatchSet", "variableType" : "ByteMatchSet", "variableDeclarationType" : "ByteMatchSet", "documentation" : null, "simpleType" : "ByteMatchSet", "variableSetterType" : "ByteMatchSet" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ByteMatchTuples" : { "documentation" : "Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.
", "name" : "ByteMatchTuples", "c2jName" : "ByteMatchTuples", "c2jShape" : "ByteMatchTuples", "variable" : { "variableName" : "byteMatchTuples", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List ", "documentation" : " Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.
", "simpleType" : "List", "variableSetterType" : "java.util.Collection " }, "setterModel" : { "variableName" : "byteMatchTuples", "variableType" : "java.util.List ", "variableDeclarationType" : "java.util.List ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "getterModel" : { "returnType" : "java.util.List ", "documentation" : null }, "http" : { "unmarshallLocationName" : "ByteMatchTuples", "marshallLocationName" : "ByteMatchTuples", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ByteMatchTuple", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ByteMatchTuple", "variable" : { "variableName" : "member", "variableType" : "ByteMatchTuple", "variableDeclarationType" : "ByteMatchTuple", "documentation" : "", "simpleType" : "ByteMatchTuple", "variableSetterType" : "ByteMatchTuple" }, "setterModel" : { "variableName" : "member", "variableType" : "ByteMatchTuple", "variableDeclarationType" : "ByteMatchTuple", "documentation" : "", "simpleType" : "ByteMatchTuple", "variableSetterType" : "ByteMatchTuple" }, "getterModel" : { "returnType" : "ByteMatchTuple", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ByteMatchTuple", "templateType" : "java.util.List ", "templateImplType" : "java.util.ArrayList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/** Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.
\n@param byteMatchTuples Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.*/", "getterDocumentation" : "/**Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.
\n@return Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.*/", "fluentSetterDocumentation" : "/**Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.
\n@param byteMatchTuples Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.
\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.*/", "simple" : false, "list" : true, "map" : false }, "Name" : { "documentation" : "A friendly name or description of the ByteMatchSet. You can't change
", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Name
after you create aByteMatchSet
.A friendly name or description of the ByteMatchSet. You can't change
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**Name
after you create aByteMatchSet
.A friendly name or description of the ByteMatchSet. You can't change
\n@param name A friendly name or description of the ByteMatchSet. You can't changeName
after you create aByteMatchSet
.Name
after you create aByteMatchSet
.*/", "getterDocumentation" : "/**A friendly name or description of the ByteMatchSet. You can't change
\n@return A friendly name or description of the ByteMatchSet. You can't changeName
after you create aByteMatchSet
.Name
after you create aByteMatchSet
.*/", "fluentSetterDocumentation" : "/**A friendly name or description of the ByteMatchSet. You can't change
\n@param name A friendly name or description of the ByteMatchSet. You can't changeName
after you create aByteMatchSet
.Name
after you create aByteMatchSet
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A friendly name or description of the ByteMatchSet. You can't change
\n@param name A friendly name or description of the ByteMatchSet. You can't changeName
after you create aByteMatchSet
.Name
after you create aByteMatchSet
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ByteMatchSetId" : { "documentation" : "The
ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
(see GetByteMatchSet), update aByteMatchSet
(see UpdateByteMatchSet), insert aByteMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete aByteMatchSet
from AWS WAF (see DeleteByteMatchSet).
", "name" : "ByteMatchSetId", "c2jName" : "ByteMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "byteMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.The
ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
(see GetByteMatchSet), update aByteMatchSet
(see UpdateByteMatchSet), insert aByteMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete aByteMatchSet
from AWS WAF (see DeleteByteMatchSet).
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "byteMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ByteMatchSetId", "marshallLocationName" : "ByteMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.The
ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
(see GetByteMatchSet), update aByteMatchSet
(see UpdateByteMatchSet), insert aByteMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete aByteMatchSet
from AWS WAF (see DeleteByteMatchSet).
\n@param byteMatchSetId TheByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
(see GetByteMatchSet), update aByteMatchSet
(see UpdateByteMatchSet), insert aByteMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete aByteMatchSet
from AWS WAF (see DeleteByteMatchSet).ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.*/", "getterDocumentation" : "/**The
ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
(see GetByteMatchSet), update aByteMatchSet
(see UpdateByteMatchSet), insert aByteMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete aByteMatchSet
from AWS WAF (see DeleteByteMatchSet).
\n@return TheByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
(see GetByteMatchSet), update aByteMatchSet
(see UpdateByteMatchSet), insert aByteMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete aByteMatchSet
from AWS WAF (see DeleteByteMatchSet).ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.*/", "fluentSetterDocumentation" : "/**The
ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
(see GetByteMatchSet), update aByteMatchSet
(see UpdateByteMatchSet), insert aByteMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete aByteMatchSet
from AWS WAF (see DeleteByteMatchSet).
\n@param byteMatchSetId TheByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
(see GetByteMatchSet), update aByteMatchSet
(see UpdateByteMatchSet), insert aByteMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete aByteMatchSet
from AWS WAF (see DeleteByteMatchSet).ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
(see GetByteMatchSet), update aByteMatchSet
(see UpdateByteMatchSet), insert aByteMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete aByteMatchSet
from AWS WAF (see DeleteByteMatchSet).
\n@param byteMatchSetId TheByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
(see GetByteMatchSet), update aByteMatchSet
(see UpdateByteMatchSet), insert aByteMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete aByteMatchSet
from AWS WAF (see DeleteByteMatchSet).ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "WAFNonexistentContainerException" : { "c2jName" : "WAFNonexistentContainerException", "documentation" : "The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:
The
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "ChangeToken
that you used to submit theDeleteRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**ChangeToken
that you used to submit theDeleteRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
\n@param changeToken TheChangeToken
that you used to submit theDeleteRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**The
\n@return TheChangeToken
that you used to submit theDeleteRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theDeleteRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theDeleteRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "deleteRuleResult", "variableType" : "DeleteRuleResult", "variableDeclarationType" : "DeleteRuleResult", "documentation" : null, "simpleType" : "DeleteRuleResult", "variableSetterType" : "DeleteRuleResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeToken" : { "documentation" : "The
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "ChangeToken
that you used to submit theDeleteRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**ChangeToken
that you used to submit theDeleteRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
\n@param changeToken TheChangeToken
that you used to submit theDeleteRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**The
\n@return TheChangeToken
that you used to submit theDeleteRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theDeleteRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theDeleteRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DeleteSqlInjectionMatchSetRequest" : { "c2jName" : "DeleteSqlInjectionMatchSetRequest", "documentation" : "A request to delete a SqlInjectionMatchSet from AWS WAF.
", "shapeName" : "DeleteSqlInjectionMatchSetRequest", "deprecated" : false, "required" : [ "SqlInjectionMatchSetId", "ChangeToken" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "The
", "name" : "SqlInjectionMatchSetId", "c2jName" : "SqlInjectionMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "sqlInjectionMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete.SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sqlInjectionMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SqlInjectionMatchSetId", "marshallLocationName" : "SqlInjectionMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete.SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.The
\n@param sqlInjectionMatchSetId TheSqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete.SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete.SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.*/", "getterDocumentation" : "/**The
\n@return TheSqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete.SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete.SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.*/", "fluentSetterDocumentation" : "/**The
\n@param sqlInjectionMatchSetId TheSqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete.SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete.SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param sqlInjectionMatchSetId TheSqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete.SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete.SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "The value returned by the most recent call to GetChangeToken.
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value returned by the most recent call to GetChangeToken.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "deleteSqlInjectionMatchSetRequest", "variableType" : "DeleteSqlInjectionMatchSetRequest", "variableDeclarationType" : "DeleteSqlInjectionMatchSetRequest", "documentation" : null, "simpleType" : "DeleteSqlInjectionMatchSetRequest", "variableSetterType" : "DeleteSqlInjectionMatchSetRequest" }, "marshaller" : { "action" : "DeleteSqlInjectionMatchSet", "verb" : "POST", "target" : "AWSWAF_20150824.DeleteSqlInjectionMatchSet", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeToken" : { "documentation" : "The value returned by the most recent call to GetChangeToken.
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value returned by the most recent call to GetChangeToken.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SqlInjectionMatchSetId" : { "documentation" : "The
", "name" : "SqlInjectionMatchSetId", "c2jName" : "SqlInjectionMatchSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "sqlInjectionMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete.SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sqlInjectionMatchSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SqlInjectionMatchSetId", "marshallLocationName" : "SqlInjectionMatchSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete.SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.The
\n@param sqlInjectionMatchSetId TheSqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete.SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete.SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.*/", "getterDocumentation" : "/**The
\n@return TheSqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete.SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete.SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.*/", "fluentSetterDocumentation" : "/**The
\n@param sqlInjectionMatchSetId TheSqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete.SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete.SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param sqlInjectionMatchSetId TheSqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete.SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete.SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "IPSetSummary" : { "c2jName" : "IPSetSummary", "documentation" : "Contains the identifier and the name of the
", "shapeName" : "IPSetSummary", "deprecated" : false, "required" : [ "IPSetId", "Name" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "IPSet
.The
", "name" : "IPSetId", "c2jName" : "IPSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "iPSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "IPSetId
for an IPSet. You can useIPSetId
in a GetIPSet request to get detailed information about an IPSet.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "iPSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IPSetId", "marshallLocationName" : "IPSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**IPSetId
for an IPSet. You can useIPSetId
in a GetIPSet request to get detailed information about an IPSet.The
\n@param iPSetId TheIPSetId
for an IPSet. You can useIPSetId
in a GetIPSet request to get detailed information about an IPSet.IPSetId
for an IPSet. You can useIPSetId
in a GetIPSet request to get detailed information about an IPSet.*/", "getterDocumentation" : "/**The
\n@return TheIPSetId
for an IPSet. You can useIPSetId
in a GetIPSet request to get detailed information about an IPSet.IPSetId
for an IPSet. You can useIPSetId
in a GetIPSet request to get detailed information about an IPSet.*/", "fluentSetterDocumentation" : "/**The
\n@param iPSetId TheIPSetId
for an IPSet. You can useIPSetId
in a GetIPSet request to get detailed information about an IPSet.IPSetId
for an IPSet. You can useIPSetId
in a GetIPSet request to get detailed information about an IPSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param iPSetId TheIPSetId
for an IPSet. You can useIPSetId
in a GetIPSet request to get detailed information about an IPSet.IPSetId
for an IPSet. You can useIPSetId
in a GetIPSet request to get detailed information about an IPSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "A friendly name or description of the IPSet. You can't change the name of an
", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "IPSet
after you create it.A friendly name or description of the IPSet. You can't change the name of an
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**IPSet
after you create it.A friendly name or description of the IPSet. You can't change the name of an
\n@param name A friendly name or description of the IPSet. You can't change the name of anIPSet
after you create it.IPSet
after you create it.*/", "getterDocumentation" : "/**A friendly name or description of the IPSet. You can't change the name of an
\n@return A friendly name or description of the IPSet. You can't change the name of anIPSet
after you create it.IPSet
after you create it.*/", "fluentSetterDocumentation" : "/**A friendly name or description of the IPSet. You can't change the name of an
\n@param name A friendly name or description of the IPSet. You can't change the name of anIPSet
after you create it.IPSet
after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A friendly name or description of the IPSet. You can't change the name of an
\n@param name A friendly name or description of the IPSet. You can't change the name of anIPSet
after you create it.IPSet
after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "iPSetSummary", "variableType" : "IPSetSummary", "variableDeclarationType" : "IPSetSummary", "documentation" : null, "simpleType" : "IPSetSummary", "variableSetterType" : "IPSetSummary" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "A friendly name or description of the IPSet. You can't change the name of an
", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ResourceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "IPSet
after you create it.A friendly name or description of the IPSet. You can't change the name of an
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**IPSet
after you create it.A friendly name or description of the IPSet. You can't change the name of an
\n@param name A friendly name or description of the IPSet. You can't change the name of anIPSet
after you create it.IPSet
after you create it.*/", "getterDocumentation" : "/**A friendly name or description of the IPSet. You can't change the name of an
\n@return A friendly name or description of the IPSet. You can't change the name of anIPSet
after you create it.IPSet
after you create it.*/", "fluentSetterDocumentation" : "/**A friendly name or description of the IPSet. You can't change the name of an
\n@param name A friendly name or description of the IPSet. You can't change the name of anIPSet
after you create it.IPSet
after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A friendly name or description of the IPSet. You can't change the name of an
\n@param name A friendly name or description of the IPSet. You can't change the name of anIPSet
after you create it.IPSet
after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "IPSetId" : { "documentation" : "The
", "name" : "IPSetId", "c2jName" : "IPSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "iPSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "IPSetId
for an IPSet. You can useIPSetId
in a GetIPSet request to get detailed information about an IPSet.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "iPSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IPSetId", "marshallLocationName" : "IPSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**IPSetId
for an IPSet. You can useIPSetId
in a GetIPSet request to get detailed information about an IPSet.The
\n@param iPSetId TheIPSetId
for an IPSet. You can useIPSetId
in a GetIPSet request to get detailed information about an IPSet.IPSetId
for an IPSet. You can useIPSetId
in a GetIPSet request to get detailed information about an IPSet.*/", "getterDocumentation" : "/**The
\n@return TheIPSetId
for an IPSet. You can useIPSetId
in a GetIPSet request to get detailed information about an IPSet.IPSetId
for an IPSet. You can useIPSetId
in a GetIPSet request to get detailed information about an IPSet.*/", "fluentSetterDocumentation" : "/**The
\n@param iPSetId TheIPSetId
for an IPSet. You can useIPSetId
in a GetIPSet request to get detailed information about an IPSet.IPSetId
for an IPSet. You can useIPSetId
in a GetIPSet request to get detailed information about an IPSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param iPSetId TheIPSetId
for an IPSet. You can useIPSetId
in a GetIPSet request to get detailed information about an IPSet.IPSetId
for an IPSet. You can useIPSetId
in a GetIPSet request to get detailed information about an IPSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DeleteIPSetResult" : { "c2jName" : "DeleteIPSetResponse", "documentation" : "", "shapeName" : "DeleteIPSetResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "The
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "ChangeToken
that you used to submit theDeleteIPSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**ChangeToken
that you used to submit theDeleteIPSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
\n@param changeToken TheChangeToken
that you used to submit theDeleteIPSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteIPSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**The
\n@return TheChangeToken
that you used to submit theDeleteIPSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteIPSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theDeleteIPSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteIPSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theDeleteIPSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteIPSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "deleteIPSetResult", "variableType" : "DeleteIPSetResult", "variableDeclarationType" : "DeleteIPSetResult", "documentation" : null, "simpleType" : "DeleteIPSetResult", "variableSetterType" : "DeleteIPSetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeToken" : { "documentation" : "The
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "ChangeToken
that you used to submit theDeleteIPSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**ChangeToken
that you used to submit theDeleteIPSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
\n@param changeToken TheChangeToken
that you used to submit theDeleteIPSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteIPSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**The
\n@return TheChangeToken
that you used to submit theDeleteIPSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteIPSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theDeleteIPSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteIPSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theDeleteIPSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteIPSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DeleteSizeConstraintSetResult" : { "c2jName" : "DeleteSizeConstraintSetResponse", "documentation" : "", "shapeName" : "DeleteSizeConstraintSetResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "The
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "ChangeToken
that you used to submit theDeleteSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**ChangeToken
that you used to submit theDeleteSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
\n@param changeToken TheChangeToken
that you used to submit theDeleteSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**The
\n@return TheChangeToken
that you used to submit theDeleteSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theDeleteSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theDeleteSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "deleteSizeConstraintSetResult", "variableType" : "DeleteSizeConstraintSetResult", "variableDeclarationType" : "DeleteSizeConstraintSetResult", "documentation" : null, "simpleType" : "DeleteSizeConstraintSetResult", "variableSetterType" : "DeleteSizeConstraintSetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeToken" : { "documentation" : "The
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "ChangeToken
that you used to submit theDeleteSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**ChangeToken
that you used to submit theDeleteSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
\n@param changeToken TheChangeToken
that you used to submit theDeleteSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**The
\n@return TheChangeToken
that you used to submit theDeleteSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theDeleteSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theDeleteSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theDeleteSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "CreateSizeConstraintSetResult" : { "c2jName" : "CreateSizeConstraintSetResponse", "documentation" : "", "shapeName" : "CreateSizeConstraintSetResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "A SizeConstraintSet that contains no
", "name" : "SizeConstraintSet", "c2jName" : "SizeConstraintSet", "c2jShape" : "SizeConstraintSet", "variable" : { "variableName" : "sizeConstraintSet", "variableType" : "SizeConstraintSet", "variableDeclarationType" : "SizeConstraintSet", "documentation" : "SizeConstraint
objects.A SizeConstraintSet that contains no
", "simpleType" : "SizeConstraintSet", "variableSetterType" : "SizeConstraintSet" }, "setterModel" : { "variableName" : "sizeConstraintSet", "variableType" : "SizeConstraintSet", "variableDeclarationType" : "SizeConstraintSet", "documentation" : "", "simpleType" : "SizeConstraintSet", "variableSetterType" : "SizeConstraintSet" }, "getterModel" : { "returnType" : "SizeConstraintSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "SizeConstraintSet", "marshallLocationName" : "SizeConstraintSet", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**SizeConstraint
objects.A SizeConstraintSet that contains no
\n@param sizeConstraintSet A SizeConstraintSet that contains noSizeConstraint
objects.SizeConstraint
objects.*/", "getterDocumentation" : "/**A SizeConstraintSet that contains no
\n@return A SizeConstraintSet that contains noSizeConstraint
objects.SizeConstraint
objects.*/", "fluentSetterDocumentation" : "/**A SizeConstraintSet that contains no
\n@param sizeConstraintSet A SizeConstraintSet that contains noSizeConstraint
objects.SizeConstraint
objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A SizeConstraintSet that contains no
\n@param sizeConstraintSet A SizeConstraintSet that contains noSizeConstraint
objects.SizeConstraint
objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, { "documentation" : "The
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "ChangeToken
that you used to submit theCreateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**ChangeToken
that you used to submit theCreateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
\n@param changeToken TheChangeToken
that you used to submit theCreateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theCreateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**The
\n@return TheChangeToken
that you used to submit theCreateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theCreateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theCreateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theCreateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theCreateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theCreateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "createSizeConstraintSetResult", "variableType" : "CreateSizeConstraintSetResult", "variableDeclarationType" : "CreateSizeConstraintSetResult", "documentation" : null, "simpleType" : "CreateSizeConstraintSetResult", "variableSetterType" : "CreateSizeConstraintSetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SizeConstraintSet" : { "documentation" : "A SizeConstraintSet that contains no
", "name" : "SizeConstraintSet", "c2jName" : "SizeConstraintSet", "c2jShape" : "SizeConstraintSet", "variable" : { "variableName" : "sizeConstraintSet", "variableType" : "SizeConstraintSet", "variableDeclarationType" : "SizeConstraintSet", "documentation" : "SizeConstraint
objects.A SizeConstraintSet that contains no
", "simpleType" : "SizeConstraintSet", "variableSetterType" : "SizeConstraintSet" }, "setterModel" : { "variableName" : "sizeConstraintSet", "variableType" : "SizeConstraintSet", "variableDeclarationType" : "SizeConstraintSet", "documentation" : "", "simpleType" : "SizeConstraintSet", "variableSetterType" : "SizeConstraintSet" }, "getterModel" : { "returnType" : "SizeConstraintSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "SizeConstraintSet", "marshallLocationName" : "SizeConstraintSet", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**SizeConstraint
objects.A SizeConstraintSet that contains no
\n@param sizeConstraintSet A SizeConstraintSet that contains noSizeConstraint
objects.SizeConstraint
objects.*/", "getterDocumentation" : "/**A SizeConstraintSet that contains no
\n@return A SizeConstraintSet that contains noSizeConstraint
objects.SizeConstraint
objects.*/", "fluentSetterDocumentation" : "/**A SizeConstraintSet that contains no
\n@param sizeConstraintSet A SizeConstraintSet that contains noSizeConstraint
objects.SizeConstraint
objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A SizeConstraintSet that contains no
\n@param sizeConstraintSet A SizeConstraintSet that contains noSizeConstraint
objects.SizeConstraint
objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "ChangeToken" : { "documentation" : "The
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "ChangeToken
that you used to submit theCreateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**ChangeToken
that you used to submit theCreateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.The
\n@param changeToken TheChangeToken
that you used to submit theCreateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theCreateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "getterDocumentation" : "/**The
\n@return TheChangeToken
that you used to submit theCreateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theCreateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.*/", "fluentSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theCreateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theCreateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param changeToken TheChangeToken
that you used to submit theCreateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.ChangeToken
that you used to submit theCreateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ComparisonOperator" : { "c2jName" : "ComparisonOperator", "documentation" : "", "shapeName" : "ComparisonOperator", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "EQ", "value" : "EQ" }, { "name" : "NE", "value" : "NE" }, { "name" : "LE", "value" : "LE" }, { "name" : "LT", "value" : "LT" }, { "name" : "GE", "value" : "GE" }, { "name" : "GT", "value" : "GT" } ], "variable" : { "variableName" : "comparisonOperator", "variableType" : "ComparisonOperator", "variableDeclarationType" : "ComparisonOperator", "documentation" : null, "simpleType" : "ComparisonOperator", "variableSetterType" : "ComparisonOperator" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetSizeConstraintSetRequest" : { "c2jName" : "GetSizeConstraintSetRequest", "documentation" : "", "shapeName" : "GetSizeConstraintSetRequest", "deprecated" : false, "required" : [ "SizeConstraintSetId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "The
", "name" : "SizeConstraintSetId", "c2jName" : "SizeConstraintSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "sizeConstraintSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "SizeConstraintSetId
of the SizeConstraintSet that you want to get.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sizeConstraintSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SizeConstraintSetId", "marshallLocationName" : "SizeConstraintSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**SizeConstraintSetId
of the SizeConstraintSet that you want to get.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.The
\n@param sizeConstraintSetId TheSizeConstraintSetId
of the SizeConstraintSet that you want to get.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.SizeConstraintSetId
of the SizeConstraintSet that you want to get.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.*/", "getterDocumentation" : "/**The
\n@return TheSizeConstraintSetId
of the SizeConstraintSet that you want to get.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.SizeConstraintSetId
of the SizeConstraintSet that you want to get.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.*/", "fluentSetterDocumentation" : "/**The
\n@param sizeConstraintSetId TheSizeConstraintSetId
of the SizeConstraintSet that you want to get.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.SizeConstraintSetId
of the SizeConstraintSet that you want to get.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param sizeConstraintSetId TheSizeConstraintSetId
of the SizeConstraintSet that you want to get.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.SizeConstraintSetId
of the SizeConstraintSet that you want to get.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "getSizeConstraintSetRequest", "variableType" : "GetSizeConstraintSetRequest", "variableDeclarationType" : "GetSizeConstraintSetRequest", "documentation" : null, "simpleType" : "GetSizeConstraintSetRequest", "variableSetterType" : "GetSizeConstraintSetRequest" }, "marshaller" : { "action" : "GetSizeConstraintSet", "verb" : "POST", "target" : "AWSWAF_20150824.GetSizeConstraintSet", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SizeConstraintSetId" : { "documentation" : "The
", "name" : "SizeConstraintSetId", "c2jName" : "SizeConstraintSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "sizeConstraintSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "SizeConstraintSetId
of the SizeConstraintSet that you want to get.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sizeConstraintSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SizeConstraintSetId", "marshallLocationName" : "SizeConstraintSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**SizeConstraintSetId
of the SizeConstraintSet that you want to get.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.The
\n@param sizeConstraintSetId TheSizeConstraintSetId
of the SizeConstraintSet that you want to get.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.SizeConstraintSetId
of the SizeConstraintSet that you want to get.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.*/", "getterDocumentation" : "/**The
\n@return TheSizeConstraintSetId
of the SizeConstraintSet that you want to get.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.SizeConstraintSetId
of the SizeConstraintSet that you want to get.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.*/", "fluentSetterDocumentation" : "/**The
\n@param sizeConstraintSetId TheSizeConstraintSetId
of the SizeConstraintSet that you want to get.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.SizeConstraintSetId
of the SizeConstraintSet that you want to get.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param sizeConstraintSetId TheSizeConstraintSetId
of the SizeConstraintSet that you want to get.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.SizeConstraintSetId
of the SizeConstraintSet that you want to get.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ListIPSetsRequest" : { "c2jName" : "ListIPSetsRequest", "documentation" : "", "shapeName" : "ListIPSetsRequest", "deprecated" : false, "required" : [ "Limit" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "If you specify a value for
", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Limit
and you have moreIPSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofIPSets
. For the second and subsequentListIPSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.If you specify a value for
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**Limit
and you have moreIPSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofIPSets
. For the second and subsequentListIPSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.If you specify a value for
\n@param nextMarker If you specify a value forLimit
and you have moreIPSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofIPSets
. For the second and subsequentListIPSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.Limit
and you have moreIPSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofIPSets
. For the second and subsequentListIPSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.*/", "getterDocumentation" : "/**If you specify a value for
\n@return If you specify a value forLimit
and you have moreIPSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofIPSets
. For the second and subsequentListIPSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.Limit
and you have moreIPSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofIPSets
. For the second and subsequentListIPSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.*/", "fluentSetterDocumentation" : "/**If you specify a value for
\n@param nextMarker If you specify a value forLimit
and you have moreIPSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofIPSets
. For the second and subsequentListIPSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.Limit
and you have moreIPSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofIPSets
. For the second and subsequentListIPSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If you specify a value for
\n@param nextMarker If you specify a value forLimit
and you have moreIPSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofIPSets
. For the second and subsequentListIPSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.Limit
and you have moreIPSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofIPSets
. For the second and subsequentListIPSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "Specifies the number of
", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "PaginationLimit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "IPSet
objects that you want AWS WAF to return for this request. If you have moreIPSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofIPSet
objects.Specifies the number of
", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**IPSet
objects that you want AWS WAF to return for this request. If you have moreIPSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofIPSet
objects.Specifies the number of
\n@param limit Specifies the number ofIPSet
objects that you want AWS WAF to return for this request. If you have moreIPSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofIPSet
objects.IPSet
objects that you want AWS WAF to return for this request. If you have moreIPSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofIPSet
objects.*/", "getterDocumentation" : "/**Specifies the number of
\n@return Specifies the number ofIPSet
objects that you want AWS WAF to return for this request. If you have moreIPSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofIPSet
objects.IPSet
objects that you want AWS WAF to return for this request. If you have moreIPSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofIPSet
objects.*/", "fluentSetterDocumentation" : "/**Specifies the number of
\n@param limit Specifies the number ofIPSet
objects that you want AWS WAF to return for this request. If you have moreIPSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofIPSet
objects.IPSet
objects that you want AWS WAF to return for this request. If you have moreIPSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofIPSet
objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Specifies the number of
\n@param limit Specifies the number ofIPSet
objects that you want AWS WAF to return for this request. If you have moreIPSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofIPSet
objects.IPSet
objects that you want AWS WAF to return for this request. If you have moreIPSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofIPSet
objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "listIPSetsRequest", "variableType" : "ListIPSetsRequest", "variableDeclarationType" : "ListIPSetsRequest", "documentation" : null, "simpleType" : "ListIPSetsRequest", "variableSetterType" : "ListIPSetsRequest" }, "marshaller" : { "action" : "ListIPSets", "verb" : "POST", "target" : "AWSWAF_20150824.ListIPSets", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Limit" : { "documentation" : "Specifies the number of
", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "PaginationLimit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "IPSet
objects that you want AWS WAF to return for this request. If you have moreIPSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofIPSet
objects.Specifies the number of
", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**IPSet
objects that you want AWS WAF to return for this request. If you have moreIPSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofIPSet
objects.Specifies the number of
\n@param limit Specifies the number ofIPSet
objects that you want AWS WAF to return for this request. If you have moreIPSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofIPSet
objects.IPSet
objects that you want AWS WAF to return for this request. If you have moreIPSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofIPSet
objects.*/", "getterDocumentation" : "/**Specifies the number of
\n@return Specifies the number ofIPSet
objects that you want AWS WAF to return for this request. If you have moreIPSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofIPSet
objects.IPSet
objects that you want AWS WAF to return for this request. If you have moreIPSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofIPSet
objects.*/", "fluentSetterDocumentation" : "/**Specifies the number of
\n@param limit Specifies the number ofIPSet
objects that you want AWS WAF to return for this request. If you have moreIPSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofIPSet
objects.IPSet
objects that you want AWS WAF to return for this request. If you have moreIPSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofIPSet
objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Specifies the number of
\n@param limit Specifies the number ofIPSet
objects that you want AWS WAF to return for this request. If you have moreIPSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofIPSet
objects.IPSet
objects that you want AWS WAF to return for this request. If you have moreIPSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofIPSet
objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "NextMarker" : { "documentation" : "If you specify a value for
", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Limit
and you have moreIPSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofIPSets
. For the second and subsequentListIPSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.If you specify a value for
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**Limit
and you have moreIPSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofIPSets
. For the second and subsequentListIPSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.If you specify a value for
\n@param nextMarker If you specify a value forLimit
and you have moreIPSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofIPSets
. For the second and subsequentListIPSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.Limit
and you have moreIPSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofIPSets
. For the second and subsequentListIPSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.*/", "getterDocumentation" : "/**If you specify a value for
\n@return If you specify a value forLimit
and you have moreIPSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofIPSets
. For the second and subsequentListIPSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.Limit
and you have moreIPSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofIPSets
. For the second and subsequentListIPSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.*/", "fluentSetterDocumentation" : "/**If you specify a value for
\n@param nextMarker If you specify a value forLimit
and you have moreIPSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofIPSets
. For the second and subsequentListIPSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.Limit
and you have moreIPSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofIPSets
. For the second and subsequentListIPSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If you specify a value for
\n@param nextMarker If you specify a value forLimit
and you have moreIPSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofIPSets
. For the second and subsequentListIPSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.Limit
and you have moreIPSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofIPSets
. For the second and subsequentListIPSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ListRulesResult" : { "c2jName" : "ListRulesResponse", "documentation" : "", "shapeName" : "ListRulesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "If you have more
", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Rules
than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreRules
, submit anotherListRules
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.If you have more
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**Rules
than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreRules
, submit anotherListRules
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.If you have more
\n@param nextMarker If you have moreRules
than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreRules
, submit anotherListRules
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.Rules
than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreRules
, submit anotherListRules
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.*/", "getterDocumentation" : "/**If you have more
\n@return If you have moreRules
than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreRules
, submit anotherListRules
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.Rules
than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreRules
, submit anotherListRules
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.*/", "fluentSetterDocumentation" : "/**If you have more
\n@param nextMarker If you have moreRules
than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreRules
, submit anotherListRules
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.Rules
than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreRules
, submit anotherListRules
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If you have more
\n@param nextMarker If you have moreRules
than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreRules
, submit anotherListRules
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.Rules
than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreRules
, submit anotherListRules
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "An array of RuleSummary objects.
", "name" : "Rules", "c2jName" : "Rules", "c2jShape" : "RuleSummaries", "variable" : { "variableName" : "rules", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List ", "documentation" : " An array of RuleSummary objects.
", "simpleType" : "List", "variableSetterType" : "java.util.Collection " }, "setterModel" : { "variableName" : "rules", "variableType" : "java.util.List ", "variableDeclarationType" : "java.util.List ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "getterModel" : { "returnType" : "java.util.List ", "documentation" : null }, "http" : { "unmarshallLocationName" : "Rules", "marshallLocationName" : "Rules", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "RuleSummary", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RuleSummary", "variable" : { "variableName" : "member", "variableType" : "RuleSummary", "variableDeclarationType" : "RuleSummary", "documentation" : "", "simpleType" : "RuleSummary", "variableSetterType" : "RuleSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "RuleSummary", "variableDeclarationType" : "RuleSummary", "documentation" : "", "simpleType" : "RuleSummary", "variableSetterType" : "RuleSummary" }, "getterModel" : { "returnType" : "RuleSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "RuleSummary", "templateType" : "java.util.List ", "templateImplType" : "java.util.ArrayList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/** An array of RuleSummary objects.
\n@param rules An array of RuleSummary objects.*/", "getterDocumentation" : "/**An array of RuleSummary objects.
\n@return An array of RuleSummary objects.*/", "fluentSetterDocumentation" : "/**An array of RuleSummary objects.
\n@param rules An array of RuleSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**An array of RuleSummary objects.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setRules(java.util.Collection)} or {@link #withRules(java.util.Collection)} if you want to override the existing values.
\n@param rules An array of RuleSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "listRulesResult", "variableType" : "ListRulesResult", "variableDeclarationType" : "ListRulesResult", "documentation" : null, "simpleType" : "ListRulesResult", "variableSetterType" : "ListRulesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Rules" : { "documentation" : "An array of RuleSummary objects.
", "name" : "Rules", "c2jName" : "Rules", "c2jShape" : "RuleSummaries", "variable" : { "variableName" : "rules", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List ", "documentation" : " An array of RuleSummary objects.
", "simpleType" : "List", "variableSetterType" : "java.util.Collection " }, "setterModel" : { "variableName" : "rules", "variableType" : "java.util.List ", "variableDeclarationType" : "java.util.List ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "getterModel" : { "returnType" : "java.util.List ", "documentation" : null }, "http" : { "unmarshallLocationName" : "Rules", "marshallLocationName" : "Rules", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "RuleSummary", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RuleSummary", "variable" : { "variableName" : "member", "variableType" : "RuleSummary", "variableDeclarationType" : "RuleSummary", "documentation" : "", "simpleType" : "RuleSummary", "variableSetterType" : "RuleSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "RuleSummary", "variableDeclarationType" : "RuleSummary", "documentation" : "", "simpleType" : "RuleSummary", "variableSetterType" : "RuleSummary" }, "getterModel" : { "returnType" : "RuleSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "RuleSummary", "templateType" : "java.util.List ", "templateImplType" : "java.util.ArrayList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/** An array of RuleSummary objects.
\n@param rules An array of RuleSummary objects.*/", "getterDocumentation" : "/**An array of RuleSummary objects.
\n@return An array of RuleSummary objects.*/", "fluentSetterDocumentation" : "/**An array of RuleSummary objects.
\n@param rules An array of RuleSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**An array of RuleSummary objects.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setRules(java.util.Collection)} or {@link #withRules(java.util.Collection)} if you want to override the existing values.
\n@param rules An array of RuleSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "NextMarker" : { "documentation" : "If you have more
", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "NextMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Rules
than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreRules
, submit anotherListRules
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.If you have more
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**Rules
than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreRules
, submit anotherListRules
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.If you have more
\n@param nextMarker If you have moreRules
than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreRules
, submit anotherListRules
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.Rules
than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreRules
, submit anotherListRules
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.*/", "getterDocumentation" : "/**If you have more
\n@return If you have moreRules
than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreRules
, submit anotherListRules
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.Rules
than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreRules
, submit anotherListRules
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.*/", "fluentSetterDocumentation" : "/**If you have more
\n@param nextMarker If you have moreRules
than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreRules
, submit anotherListRules
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.Rules
than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreRules
, submit anotherListRules
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If you have more
\n@param nextMarker If you have moreRules
than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreRules
, submit anotherListRules
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.Rules
than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreRules
, submit anotherListRules
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "UpdateRuleRequest" : { "c2jName" : "UpdateRuleRequest", "documentation" : "", "shapeName" : "UpdateRuleRequest", "deprecated" : false, "required" : [ "RuleId", "ChangeToken", "Updates" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "The
", "name" : "RuleId", "c2jName" : "RuleId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "ruleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "RuleId
of theRule
that you want to update.RuleId
is returned byCreateRule
and by ListRules.The
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RuleId", "marshallLocationName" : "RuleId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**RuleId
of theRule
that you want to update.RuleId
is returned byCreateRule
and by ListRules.The
\n@param ruleId TheRuleId
of theRule
that you want to update.RuleId
is returned byCreateRule
and by ListRules.RuleId
of theRule
that you want to update.RuleId
is returned byCreateRule
and by ListRules.*/", "getterDocumentation" : "/**The
\n@return TheRuleId
of theRule
that you want to update.RuleId
is returned byCreateRule
and by ListRules.RuleId
of theRule
that you want to update.RuleId
is returned byCreateRule
and by ListRules.*/", "fluentSetterDocumentation" : "/**The
\n@param ruleId TheRuleId
of theRule
that you want to update.RuleId
is returned byCreateRule
and by ListRules.RuleId
of theRule
that you want to update.RuleId
is returned byCreateRule
and by ListRules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param ruleId TheRuleId
of theRule
that you want to update.RuleId
is returned byCreateRule
and by ListRules.RuleId
of theRule
that you want to update.RuleId
is returned byCreateRule
and by ListRules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "The value returned by the most recent call to GetChangeToken.
", "name" : "ChangeToken", "c2jName" : "ChangeToken", "c2jShape" : "ChangeToken", "variable" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value returned by the most recent call to GetChangeToken.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeToken", "marshallLocationName" : "ChangeToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.*/", "getterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@return The value returned by the most recent call to GetChangeToken.*/", "fluentSetterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value returned by the most recent call to GetChangeToken.
\n@param changeToken The value returned by the most recent call to GetChangeToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "An array of
RuleUpdate
objects that you want to insert into or delete from a Rule. For more information, see the applicable data types:", "variableDeclarationType" : "java.util.List ", "documentation" : " An array of
RuleUpdate
objects that you want to insert into or delete from a Rule. For more information, see the applicable data types:", "variableSetterType" : "java.util.Collection " }, "setterModel" : { "variableName" : "updates", "variableType" : "java.util.List ", "variableDeclarationType" : "java.util.List ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "getterModel" : { "returnType" : "java.util.List ", "documentation" : null }, "http" : { "unmarshallLocationName" : "Updates", "marshallLocationName" : "Updates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "RuleUpdate", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RuleUpdate", "variable" : { "variableName" : "member", "variableType" : "RuleUpdate", "variableDeclarationType" : "RuleUpdate", "documentation" : "", "simpleType" : "RuleUpdate", "variableSetterType" : "RuleUpdate" }, "setterModel" : { "variableName" : "member", "variableType" : "RuleUpdate", "variableDeclarationType" : "RuleUpdate", "documentation" : "", "simpleType" : "RuleUpdate", "variableSetterType" : "RuleUpdate" }, "getterModel" : { "returnType" : "RuleUpdate", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "RuleUpdate", "templateType" : "java.util.List ", "templateImplType" : "java.util.ArrayList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/** An array of
RuleUpdate
objects that you want to insert into or delete from a Rule. For more information, see the applicable data types:RuleUpdate
objects that you want to insert into or delete from a Rule. For more information, see the applicable data types:An array of
RuleUpdate
objects that you want to insert into or delete from a Rule. For more information, see the applicable data types:RuleUpdate
objects that you want to insert into or delete from a Rule. For more information, see the applicable data types:An array of
RuleUpdate
objects that you want to insert into or delete from a Rule. For more information, see the applicable data types:RuleUpdate
objects that you want to insert into or delete from a Rule. For more information, see the applicable data types:An array of
RuleUpdate
objects that you want to insert into or delete from a Rule. For more information, see the applicable data types:NOTE: This method appends the values to the existing list (if any). Use {@link #setUpdates(java.util.Collection)} or {@link #withUpdates(java.util.Collection)} if you want to override the existing values.
\n@param updates An array ofRuleUpdate
objects that you want to insert into or delete from a Rule. For more information, see the applicable data types:An array of
RuleUpdate
objects that you want to insert into or delete from a Rule. For more information, see the applicable data types:", "variableDeclarationType" : "java.util.List ", "documentation" : " An array of
RuleUpdate
objects that you want to insert into or delete from a Rule. For more information, see the applicable data types:", "variableSetterType" : "java.util.Collection " }, "setterModel" : { "variableName" : "updates", "variableType" : "java.util.List ", "variableDeclarationType" : "java.util.List ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "getterModel" : { "returnType" : "java.util.List ", "documentation" : null }, "http" : { "unmarshallLocationName" : "Updates", "marshallLocationName" : "Updates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "RuleUpdate", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RuleUpdate", "variable" : { "variableName" : "member", "variableType" : "RuleUpdate", "variableDeclarationType" : "RuleUpdate", "documentation" : "", "simpleType" : "RuleUpdate", "variableSetterType" : "RuleUpdate" }, "setterModel" : { "variableName" : "member", "variableType" : "RuleUpdate", "variableDeclarationType" : "RuleUpdate", "documentation" : "", "simpleType" : "RuleUpdate", "variableSetterType" : "RuleUpdate" }, "getterModel" : { "returnType" : "RuleUpdate", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "RuleUpdate", "templateType" : "java.util.List ", "templateImplType" : "java.util.ArrayList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/** An array of
RuleUpdate
objects that you want to insert into or delete from a Rule. For more information, see the applicable data types:
- The
- The
- The
- The
- The
- The
- The