
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",
"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,
"contentType" : null,
"jsonVersion" : "1.1",
"endpointPrefix" : "waf",
"signingName" : "waf",
"protocolDefaultExceptionUmarshallerImpl" : null,
"syncClientBuilderClassName" : "AWSWAFClientBuilder",
"asyncClientBuilderClassName" : "AWSWAFAsyncClientBuilder",
"cucumberModuleInjectorClassName" : "AWSWAFModuleInjector",
"smokeTestsPackageName" : "com.amazonaws.services.waf.smoketests",
"serviceName" : "WAF",
"ionProtocol" : false,
"cborProtocol" : false,
"xmlProtocol" : false,
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"unmarshallerClassSuffix" : "JsonUnmarshaller",
"jsonProtocol" : true
},
"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" : {
"WebACLSummary" : {
"c2jName" : "WebACLSummary",
"documentation" : "Contains the identifier and the name or description of the WebACL.
",
"shapeName" : "WebACLSummary",
"deprecated" : false,
"required" : [ "WebACLId", "Name" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A unique identifier for a WebACL
. You use WebACLId
to get information about a WebACL
(see GetWebACL), update a WebACL
(see UpdateWebACL), and delete a WebACL
from AWS WAF (see DeleteWebACL).
WebACLId
is returned by CreateWebACL and by ListWebACLs.
",
"name" : "WebACLId",
"c2jName" : "WebACLId",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "webACLId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A unique identifier for a WebACL
. You use WebACLId
to get information about a WebACL
(see GetWebACL), update a WebACL
(see UpdateWebACL), and delete a WebACL
from AWS WAF (see DeleteWebACL).
WebACLId
is returned by CreateWebACL and by ListWebACLs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "webACLId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "WebACLId",
"marshallLocationName" : "WebACLId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A unique identifier for a WebACL
. You use WebACLId
to get information about a WebACL
(see GetWebACL), update a WebACL
(see UpdateWebACL), and delete a WebACL
from AWS WAF (see DeleteWebACL).
WebACLId
is returned by CreateWebACL and by ListWebACLs.
\n@param webACLId A unique identifier for a WebACL
. You use WebACLId
to get information about a WebACL
(see GetWebACL), update a WebACL
(see UpdateWebACL), and delete a WebACL
from AWS WAF (see DeleteWebACL). WebACLId
is returned by CreateWebACL and by ListWebACLs.*/",
"getterDocumentation" : "/**
A unique identifier for a WebACL
. You use WebACLId
to get information about a WebACL
(see GetWebACL), update a WebACL
(see UpdateWebACL), and delete a WebACL
from AWS WAF (see DeleteWebACL).
WebACLId
is returned by CreateWebACL and by ListWebACLs.
\n@return A unique identifier for a WebACL
. You use WebACLId
to get information about a WebACL
(see GetWebACL), update a WebACL
(see UpdateWebACL), and delete a WebACL
from AWS WAF (see DeleteWebACL). WebACLId
is returned by CreateWebACL and by ListWebACLs.*/",
"fluentSetterDocumentation" : "/**
A unique identifier for a WebACL
. You use WebACLId
to get information about a WebACL
(see GetWebACL), update a WebACL
(see UpdateWebACL), and delete a WebACL
from AWS WAF (see DeleteWebACL).
WebACLId
is returned by CreateWebACL and by ListWebACLs.
\n@param webACLId A unique identifier for a WebACL
. You use WebACLId
to get information about a WebACL
(see GetWebACL), update a WebACL
(see UpdateWebACL), and delete a WebACL
from AWS WAF (see DeleteWebACL). WebACLId
is returned by CreateWebACL and by ListWebACLs.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
A unique identifier for a WebACL
. You use WebACLId
to get information about a WebACL
(see GetWebACL), update a WebACL
(see UpdateWebACL), and delete a WebACL
from AWS WAF (see DeleteWebACL).
WebACLId
is returned by CreateWebACL and by ListWebACLs.
\n@param webACLId A unique identifier for a WebACL
. You use WebACLId
to get information about a WebACL
(see GetWebACL), update a WebACL
(see UpdateWebACL), and delete a WebACL
from AWS WAF (see DeleteWebACL). WebACLId
is returned by CreateWebACL and by ListWebACLs.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
A friendly name or description of the WebACL. You can't change the name of a WebACL
after you create it.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A friendly name or description of the WebACL. You can't change the name of a WebACL
after you create it.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A friendly name or description of the WebACL. You can't change the name of a WebACL
after you create it.
\n@param name A friendly name or description of the WebACL. You can't change the name of a WebACL
after you create it.*/",
"getterDocumentation" : "/**A friendly name or description of the WebACL. You can't change the name of a WebACL
after you create it.
\n@return A friendly name or description of the WebACL. You can't change the name of a WebACL
after you create it.*/",
"fluentSetterDocumentation" : "/**A friendly name or description of the WebACL. You can't change the name of a WebACL
after you create it.
\n@param name A friendly name or description of the WebACL. You can't change the name of a WebACL
after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A friendly name or description of the WebACL. You can't change the name of a WebACL
after you create it.
\n@param name A friendly name or description of the WebACL. You can't change the name of a WebACL
after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "webACLSummary",
"variableType" : "WebACLSummary",
"variableDeclarationType" : "WebACLSummary",
"documentation" : null,
"simpleType" : "WebACLSummary",
"variableSetterType" : "WebACLSummary"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"WebACLId" : {
"documentation" : "A unique identifier for a WebACL
. You use WebACLId
to get information about a WebACL
(see GetWebACL), update a WebACL
(see UpdateWebACL), and delete a WebACL
from AWS WAF (see DeleteWebACL).
WebACLId
is returned by CreateWebACL and by ListWebACLs.
",
"name" : "WebACLId",
"c2jName" : "WebACLId",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "webACLId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A unique identifier for a WebACL
. You use WebACLId
to get information about a WebACL
(see GetWebACL), update a WebACL
(see UpdateWebACL), and delete a WebACL
from AWS WAF (see DeleteWebACL).
WebACLId
is returned by CreateWebACL and by ListWebACLs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "webACLId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "WebACLId",
"marshallLocationName" : "WebACLId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A unique identifier for a WebACL
. You use WebACLId
to get information about a WebACL
(see GetWebACL), update a WebACL
(see UpdateWebACL), and delete a WebACL
from AWS WAF (see DeleteWebACL).
WebACLId
is returned by CreateWebACL and by ListWebACLs.
\n@param webACLId A unique identifier for a WebACL
. You use WebACLId
to get information about a WebACL
(see GetWebACL), update a WebACL
(see UpdateWebACL), and delete a WebACL
from AWS WAF (see DeleteWebACL). WebACLId
is returned by CreateWebACL and by ListWebACLs.*/",
"getterDocumentation" : "/**
A unique identifier for a WebACL
. You use WebACLId
to get information about a WebACL
(see GetWebACL), update a WebACL
(see UpdateWebACL), and delete a WebACL
from AWS WAF (see DeleteWebACL).
WebACLId
is returned by CreateWebACL and by ListWebACLs.
\n@return A unique identifier for a WebACL
. You use WebACLId
to get information about a WebACL
(see GetWebACL), update a WebACL
(see UpdateWebACL), and delete a WebACL
from AWS WAF (see DeleteWebACL). WebACLId
is returned by CreateWebACL and by ListWebACLs.*/",
"fluentSetterDocumentation" : "/**
A unique identifier for a WebACL
. You use WebACLId
to get information about a WebACL
(see GetWebACL), update a WebACL
(see UpdateWebACL), and delete a WebACL
from AWS WAF (see DeleteWebACL).
WebACLId
is returned by CreateWebACL and by ListWebACLs.
\n@param webACLId A unique identifier for a WebACL
. You use WebACLId
to get information about a WebACL
(see GetWebACL), update a WebACL
(see UpdateWebACL), and delete a WebACL
from AWS WAF (see DeleteWebACL). WebACLId
is returned by CreateWebACL and by ListWebACLs.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
A unique identifier for a WebACL
. You use WebACLId
to get information about a WebACL
(see GetWebACL), update a WebACL
(see UpdateWebACL), and delete a WebACL
from AWS WAF (see DeleteWebACL).
WebACLId
is returned by CreateWebACL and by ListWebACLs.
\n@param webACLId A unique identifier for a WebACL
. You use WebACLId
to get information about a WebACL
(see GetWebACL), update a WebACL
(see UpdateWebACL), and delete a WebACL
from AWS WAF (see DeleteWebACL). WebACLId
is returned by CreateWebACL and by ListWebACLs.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Name" : {
"documentation" : "
A friendly name or description of the WebACL. You can't change the name of a WebACL
after you create it.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A friendly name or description of the WebACL. You can't change the name of a WebACL
after you create it.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A friendly name or description of the WebACL. You can't change the name of a WebACL
after you create it.
\n@param name A friendly name or description of the WebACL. You can't change the name of a WebACL
after you create it.*/",
"getterDocumentation" : "/**A friendly name or description of the WebACL. You can't change the name of a WebACL
after you create it.
\n@return A friendly name or description of the WebACL. You can't change the name of a WebACL
after you create it.*/",
"fluentSetterDocumentation" : "/**A friendly name or description of the WebACL. You can't change the name of a WebACL
after you create it.
\n@param name A friendly name or description of the WebACL. You can't change the name of a WebACL
after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A friendly name or description of the WebACL. You can't change the name of a WebACL
after you create it.
\n@param name A friendly name or description of the WebACL. You can't change the name of a WebACL
after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DeleteWebACLRequest" : {
"c2jName" : "DeleteWebACLRequest",
"documentation" : "",
"shapeName" : "DeleteWebACLRequest",
"deprecated" : false,
"required" : [ "WebACLId", "ChangeToken" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The WebACLId
of the WebACL that you want to delete. WebACLId
is returned by CreateWebACL and by ListWebACLs.
",
"name" : "WebACLId",
"c2jName" : "WebACLId",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "webACLId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The WebACLId
of the WebACL that you want to delete. WebACLId
is returned by CreateWebACL and by ListWebACLs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "webACLId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "WebACLId",
"marshallLocationName" : "WebACLId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The WebACLId
of the WebACL that you want to delete. WebACLId
is returned by CreateWebACL and by ListWebACLs.
\n@param webACLId The WebACLId
of the WebACL that you want to delete. WebACLId
is returned by CreateWebACL and by ListWebACLs.*/",
"getterDocumentation" : "/**The WebACLId
of the WebACL that you want to delete. WebACLId
is returned by CreateWebACL and by ListWebACLs.
\n@return The WebACLId
of the WebACL that you want to delete. WebACLId
is returned by CreateWebACL and by ListWebACLs.*/",
"fluentSetterDocumentation" : "/**The WebACLId
of the WebACL that you want to delete. WebACLId
is returned by CreateWebACL and by ListWebACLs.
\n@param webACLId The WebACLId
of the WebACL that you want to delete. WebACLId
is returned by CreateWebACL and by ListWebACLs.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The WebACLId
of the WebACL that you want to delete. WebACLId
is returned by CreateWebACL and by ListWebACLs.
\n@param webACLId The WebACLId
of the WebACL that you want to delete. WebACLId
is returned by CreateWebACL and by ListWebACLs.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"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,
"simple" : true,
"list" : false,
"map" : 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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "deleteWebACLRequest",
"variableType" : "DeleteWebACLRequest",
"variableDeclarationType" : "DeleteWebACLRequest",
"documentation" : null,
"simpleType" : "DeleteWebACLRequest",
"variableSetterType" : "DeleteWebACLRequest"
},
"marshaller" : {
"action" : "DeleteWebACL",
"verb" : "POST",
"target" : "AWSWAF_20150824.DeleteWebACL",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ChangeToken" : {
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"name" : "ChangeToken",
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"variable" : {
"variableName" : "changeToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "changeToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ChangeToken",
"marshallLocationName" : "ChangeToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : 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.*/"
},
"WebACLId" : {
"documentation" : "The WebACLId
of the WebACL that you want to delete. WebACLId
is returned by CreateWebACL and by ListWebACLs.
",
"name" : "WebACLId",
"c2jName" : "WebACLId",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "webACLId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The WebACLId
of the WebACL that you want to delete. WebACLId
is returned by CreateWebACL and by ListWebACLs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "webACLId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "WebACLId",
"marshallLocationName" : "WebACLId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The WebACLId
of the WebACL that you want to delete. WebACLId
is returned by CreateWebACL and by ListWebACLs.
\n@param webACLId The WebACLId
of the WebACL that you want to delete. WebACLId
is returned by CreateWebACL and by ListWebACLs.*/",
"getterDocumentation" : "/**The WebACLId
of the WebACL that you want to delete. WebACLId
is returned by CreateWebACL and by ListWebACLs.
\n@return The WebACLId
of the WebACL that you want to delete. WebACLId
is returned by CreateWebACL and by ListWebACLs.*/",
"fluentSetterDocumentation" : "/**The WebACLId
of the WebACL that you want to delete. WebACLId
is returned by CreateWebACL and by ListWebACLs.
\n@param webACLId The WebACLId
of the WebACL that you want to delete. WebACLId
is returned by CreateWebACL and by ListWebACLs.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The WebACLId
of the WebACL that you want to delete. WebACLId
is returned by CreateWebACL and by ListWebACLs.
\n@param webACLId The WebACLId
of the WebACL that you want to delete. WebACLId
is returned by CreateWebACL and by ListWebACLs.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DeleteSqlInjectionMatchSetRequest" : {
"c2jName" : "DeleteSqlInjectionMatchSetRequest",
"documentation" : "A request to delete a SqlInjectionMatchSet from AWS WAF.
",
"shapeName" : "DeleteSqlInjectionMatchSetRequest",
"deprecated" : false,
"required" : [ "SqlInjectionMatchSetId", "ChangeToken" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
",
"name" : "SqlInjectionMatchSetId",
"c2jName" : "SqlInjectionMatchSetId",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "sqlInjectionMatchSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "sqlInjectionMatchSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SqlInjectionMatchSetId",
"marshallLocationName" : "SqlInjectionMatchSetId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
\n@param sqlInjectionMatchSetId The SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.*/",
"getterDocumentation" : "/**The SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
\n@return The SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.*/",
"fluentSetterDocumentation" : "/**The SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
\n@param sqlInjectionMatchSetId The SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
\n@param sqlInjectionMatchSetId The SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"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,
"simple" : true,
"list" : false,
"map" : 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.*/"
} ],
"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" : {
"SqlInjectionMatchSetId" : {
"documentation" : "The SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
",
"name" : "SqlInjectionMatchSetId",
"c2jName" : "SqlInjectionMatchSetId",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "sqlInjectionMatchSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "sqlInjectionMatchSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SqlInjectionMatchSetId",
"marshallLocationName" : "SqlInjectionMatchSetId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
\n@param sqlInjectionMatchSetId The SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.*/",
"getterDocumentation" : "/**The SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
\n@return The SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.*/",
"fluentSetterDocumentation" : "/**The SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
\n@param sqlInjectionMatchSetId The SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
\n@param sqlInjectionMatchSetId The SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"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,
"simple" : true,
"list" : false,
"map" : 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.*/"
}
}
},
"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,
"simple" : true,
"list" : false,
"map" : 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*/"
}, {
"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,
"simple" : false,
"list" : false,
"map" : 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.*/"
} ],
"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,
"simple" : true,
"list" : false,
"map" : 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*/"
},
"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,
"simple" : false,
"list" : false,
"map" : 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.*/"
}
}
},
"WAFReferencedItemException" : {
"c2jName" : "WAFReferencedItemException",
"documentation" : "The operation failed because you tried to delete an object that is still in use. For example:
- You tried to delete a
ByteMatchSet
that is still referenced by a Rule
. - You tried to delete a
Rule
that is still referenced by a WebACL
.
",
"shapeName" : "WAFReferencedItemException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "wAFReferencedItemException",
"variableType" : "WAFReferencedItemException",
"variableDeclarationType" : "WAFReferencedItemException",
"documentation" : null,
"simpleType" : "WAFReferencedItemException",
"variableSetterType" : "WAFReferencedItemException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "WAFReferencedItemException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"XssMatchSetUpdate" : {
"c2jName" : "XssMatchSetUpdate",
"documentation" : "Specifies the part of a web request that you want to inspect for cross-site scripting attacks and indicates whether you want to add the specification to an XssMatchSet or delete it from an XssMatchSet
.
",
"shapeName" : "XssMatchSetUpdate",
"deprecated" : false,
"required" : [ "Action", "XssMatchTuple" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Specify INSERT
to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE
to remove a XssMatchSetUpdate
from an XssMatchSet
.
",
"name" : "Action",
"c2jName" : "Action",
"c2jShape" : "ChangeAction",
"variable" : {
"variableName" : "action",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Specify INSERT
to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE
to remove a XssMatchSetUpdate
from an XssMatchSet
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "action",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Action",
"marshallLocationName" : "Action",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ChangeAction",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Specify INSERT
to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE
to remove a XssMatchSetUpdate
from an XssMatchSet
.
\n@param action Specify INSERT
to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE
to remove a XssMatchSetUpdate
from an XssMatchSet
.\n@see ChangeAction*/",
"getterDocumentation" : "/**Specify INSERT
to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE
to remove a XssMatchSetUpdate
from an XssMatchSet
.
\n@return Specify INSERT
to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE
to remove a XssMatchSetUpdate
from an XssMatchSet
.\n@see ChangeAction*/",
"fluentSetterDocumentation" : "/**Specify INSERT
to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE
to remove a XssMatchSetUpdate
from an XssMatchSet
.
\n@param action Specify INSERT
to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE
to remove a XssMatchSetUpdate
from an XssMatchSet
.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/",
"varargSetterDocumentation" : "/**Specify INSERT
to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE
to remove a XssMatchSetUpdate
from an XssMatchSet
.
\n@param action Specify INSERT
to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE
to remove a XssMatchSetUpdate
from an XssMatchSet
.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/"
}, {
"documentation" : "Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.
",
"name" : "XssMatchTuple",
"c2jName" : "XssMatchTuple",
"c2jShape" : "XssMatchTuple",
"variable" : {
"variableName" : "xssMatchTuple",
"variableType" : "XssMatchTuple",
"variableDeclarationType" : "XssMatchTuple",
"documentation" : "Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.
",
"simpleType" : "XssMatchTuple",
"variableSetterType" : "XssMatchTuple"
},
"setterModel" : {
"variableName" : "xssMatchTuple",
"variableType" : "XssMatchTuple",
"variableDeclarationType" : "XssMatchTuple",
"documentation" : "",
"simpleType" : "XssMatchTuple",
"variableSetterType" : "XssMatchTuple"
},
"getterModel" : {
"returnType" : "XssMatchTuple",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "XssMatchTuple",
"marshallLocationName" : "XssMatchTuple",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.
\n@param xssMatchTuple Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.*/",
"getterDocumentation" : "/**Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.
\n@return Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.*/",
"fluentSetterDocumentation" : "/**Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.
\n@param xssMatchTuple Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.
\n@param xssMatchTuple Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "xssMatchSetUpdate",
"variableType" : "XssMatchSetUpdate",
"variableDeclarationType" : "XssMatchSetUpdate",
"documentation" : null,
"simpleType" : "XssMatchSetUpdate",
"variableSetterType" : "XssMatchSetUpdate"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Action" : {
"documentation" : "Specify INSERT
to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE
to remove a XssMatchSetUpdate
from an XssMatchSet
.
",
"name" : "Action",
"c2jName" : "Action",
"c2jShape" : "ChangeAction",
"variable" : {
"variableName" : "action",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Specify INSERT
to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE
to remove a XssMatchSetUpdate
from an XssMatchSet
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "action",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Action",
"marshallLocationName" : "Action",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ChangeAction",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Specify INSERT
to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE
to remove a XssMatchSetUpdate
from an XssMatchSet
.
\n@param action Specify INSERT
to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE
to remove a XssMatchSetUpdate
from an XssMatchSet
.\n@see ChangeAction*/",
"getterDocumentation" : "/**Specify INSERT
to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE
to remove a XssMatchSetUpdate
from an XssMatchSet
.
\n@return Specify INSERT
to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE
to remove a XssMatchSetUpdate
from an XssMatchSet
.\n@see ChangeAction*/",
"fluentSetterDocumentation" : "/**Specify INSERT
to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE
to remove a XssMatchSetUpdate
from an XssMatchSet
.
\n@param action Specify INSERT
to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE
to remove a XssMatchSetUpdate
from an XssMatchSet
.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/",
"varargSetterDocumentation" : "/**Specify INSERT
to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE
to remove a XssMatchSetUpdate
from an XssMatchSet
.
\n@param action Specify INSERT
to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE
to remove a XssMatchSetUpdate
from an XssMatchSet
.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/"
},
"XssMatchTuple" : {
"documentation" : "Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.
",
"name" : "XssMatchTuple",
"c2jName" : "XssMatchTuple",
"c2jShape" : "XssMatchTuple",
"variable" : {
"variableName" : "xssMatchTuple",
"variableType" : "XssMatchTuple",
"variableDeclarationType" : "XssMatchTuple",
"documentation" : "Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.
",
"simpleType" : "XssMatchTuple",
"variableSetterType" : "XssMatchTuple"
},
"setterModel" : {
"variableName" : "xssMatchTuple",
"variableType" : "XssMatchTuple",
"variableDeclarationType" : "XssMatchTuple",
"documentation" : "",
"simpleType" : "XssMatchTuple",
"variableSetterType" : "XssMatchTuple"
},
"getterModel" : {
"returnType" : "XssMatchTuple",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "XssMatchTuple",
"marshallLocationName" : "XssMatchTuple",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.
\n@param xssMatchTuple Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.*/",
"getterDocumentation" : "/**Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.
\n@return Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.*/",
"fluentSetterDocumentation" : "/**Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.
\n@param xssMatchTuple Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.
\n@param xssMatchTuple Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"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,
"simple" : true,
"list" : false,
"map" : 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.*/"
} ],
"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,
"simple" : true,
"list" : false,
"map" : 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.*/"
}
}
},
"CreateByteMatchSetRequest" : {
"c2jName" : "CreateByteMatchSetRequest",
"documentation" : "",
"shapeName" : "CreateByteMatchSetRequest",
"deprecated" : false,
"required" : [ "Name", "ChangeToken" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
\n@param name A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.*/",
"getterDocumentation" : "/**A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
\n@return A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.*/",
"fluentSetterDocumentation" : "/**A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
\n@param name A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
\n@param name A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"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,
"simple" : true,
"list" : false,
"map" : 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.*/"
} ],
"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" : {
"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,
"simple" : true,
"list" : false,
"map" : 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.*/"
},
"Name" : {
"documentation" : "A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
\n@param name A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.*/",
"getterDocumentation" : "/**A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
\n@return A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.*/",
"fluentSetterDocumentation" : "/**A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
\n@param name A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
\n@param name A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"WAFLimitsExceededException" : {
"c2jName" : "WAFLimitsExceededException",
"documentation" : "The operation exceeds a resource limit, for example, the maximum number of WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.
",
"shapeName" : "WAFLimitsExceededException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "wAFLimitsExceededException",
"variableType" : "WAFLimitsExceededException",
"variableDeclarationType" : "WAFLimitsExceededException",
"documentation" : null,
"simpleType" : "WAFLimitsExceededException",
"variableSetterType" : "WAFLimitsExceededException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "WAFLimitsExceededException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"UpdateSizeConstraintSetRequest" : {
"c2jName" : "UpdateSizeConstraintSetRequest",
"documentation" : "",
"shapeName" : "UpdateSizeConstraintSetRequest",
"deprecated" : false,
"required" : [ "SizeConstraintSetId", "ChangeToken", "Updates" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The SizeConstraintSetId
of the SizeConstraintSet that you want to update. SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.
",
"name" : "SizeConstraintSetId",
"c2jName" : "SizeConstraintSetId",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "sizeConstraintSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The SizeConstraintSetId
of the SizeConstraintSet that you want to update. SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "sizeConstraintSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SizeConstraintSetId",
"marshallLocationName" : "SizeConstraintSetId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The SizeConstraintSetId
of the SizeConstraintSet that you want to update. SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.
\n@param sizeConstraintSetId The SizeConstraintSetId
of the SizeConstraintSet that you want to update. SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.*/",
"getterDocumentation" : "/**The SizeConstraintSetId
of the SizeConstraintSet that you want to update. SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.
\n@return The SizeConstraintSetId
of the SizeConstraintSet that you want to update. SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.*/",
"fluentSetterDocumentation" : "/**The SizeConstraintSetId
of the SizeConstraintSet that you want to update. SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.
\n@param sizeConstraintSetId The SizeConstraintSetId
of the SizeConstraintSet that you want to update. SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The SizeConstraintSetId
of the SizeConstraintSet that you want to update. SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.
\n@param sizeConstraintSetId The SizeConstraintSetId
of the SizeConstraintSet that you want to update. SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"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,
"simple" : true,
"list" : false,
"map" : 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.*/"
}, {
"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:
- SizeConstraintSetUpdate: Contains
Action
and SizeConstraint
- SizeConstraint: Contains
FieldToMatch
, TextTransformation
, ComparisonOperator
, and Size
- FieldToMatch: Contains
Data
and Type
",
"name" : "Updates",
"c2jName" : "Updates",
"c2jShape" : "SizeConstraintSetUpdates",
"variable" : {
"variableName" : "updates",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "An array of SizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:
- SizeConstraintSetUpdate: Contains
Action
and SizeConstraint
- SizeConstraint: Contains
FieldToMatch
, TextTransformation
, ComparisonOperator
, and Size
- FieldToMatch: Contains
Data
and Type
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "updates",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Updates",
"marshallLocationName" : "Updates",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "SizeConstraintSetUpdate",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "SizeConstraintSetUpdate",
"variable" : {
"variableName" : "member",
"variableType" : "SizeConstraintSetUpdate",
"variableDeclarationType" : "SizeConstraintSetUpdate",
"documentation" : "",
"simpleType" : "SizeConstraintSetUpdate",
"variableSetterType" : "SizeConstraintSetUpdate"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "SizeConstraintSetUpdate",
"variableDeclarationType" : "SizeConstraintSetUpdate",
"documentation" : "",
"simpleType" : "SizeConstraintSetUpdate",
"variableSetterType" : "SizeConstraintSetUpdate"
},
"getterModel" : {
"returnType" : "SizeConstraintSetUpdate",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : 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.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"simple" : false,
"map" : false,
"simpleType" : "SizeConstraintSetUpdate",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : 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: Contains
Action
and SizeConstraint
- SizeConstraint: Contains
FieldToMatch
, TextTransformation
, ComparisonOperator
, and Size
- FieldToMatch: Contains
Data
and Type
\n@param updates An array of SizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types: - SizeConstraintSetUpdate: Contains
Action
and SizeConstraint
- SizeConstraint: Contains
FieldToMatch
, TextTransformation
, ComparisonOperator
, and Size
- FieldToMatch: Contains
Data
and Type
*/",
"getterDocumentation" : "/**An array of SizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:
- SizeConstraintSetUpdate: Contains
Action
and SizeConstraint
- SizeConstraint: Contains
FieldToMatch
, TextTransformation
, ComparisonOperator
, and Size
- FieldToMatch: Contains
Data
and Type
\n@return An array of SizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types: - SizeConstraintSetUpdate: Contains
Action
and SizeConstraint
- SizeConstraint: Contains
FieldToMatch
, TextTransformation
, ComparisonOperator
, and Size
- FieldToMatch: Contains
Data
and Type
*/",
"fluentSetterDocumentation" : "/**An array of SizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:
- SizeConstraintSetUpdate: Contains
Action
and SizeConstraint
- SizeConstraint: Contains
FieldToMatch
, TextTransformation
, ComparisonOperator
, and Size
- FieldToMatch: Contains
Data
and Type
\n@param updates An array of SizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types: - SizeConstraintSetUpdate: Contains
Action
and SizeConstraint
- SizeConstraint: Contains
FieldToMatch
, TextTransformation
, ComparisonOperator
, and Size
- FieldToMatch: Contains
Data
and Type
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An array of SizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:
- SizeConstraintSetUpdate: Contains
Action
and SizeConstraint
- SizeConstraint: Contains
FieldToMatch
, TextTransformation
, ComparisonOperator
, and Size
- FieldToMatch: Contains
Data
and Type
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setUpdates(java.util.Collection)} or {@link #withUpdates(java.util.Collection)} if you want to override the existing values.
\n@param updates An array of SizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types: - SizeConstraintSetUpdate: Contains
Action
and SizeConstraint
- SizeConstraint: Contains
FieldToMatch
, TextTransformation
, ComparisonOperator
, and Size
- FieldToMatch: Contains
Data
and Type
\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "updateSizeConstraintSetRequest",
"variableType" : "UpdateSizeConstraintSetRequest",
"variableDeclarationType" : "UpdateSizeConstraintSetRequest",
"documentation" : null,
"simpleType" : "UpdateSizeConstraintSetRequest",
"variableSetterType" : "UpdateSizeConstraintSetRequest"
},
"marshaller" : {
"action" : "UpdateSizeConstraintSet",
"verb" : "POST",
"target" : "AWSWAF_20150824.UpdateSizeConstraintSet",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Updates" : {
"documentation" : "An array of SizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:
- SizeConstraintSetUpdate: Contains
Action
and SizeConstraint
- SizeConstraint: Contains
FieldToMatch
, TextTransformation
, ComparisonOperator
, and Size
- FieldToMatch: Contains
Data
and Type
",
"name" : "Updates",
"c2jName" : "Updates",
"c2jShape" : "SizeConstraintSetUpdates",
"variable" : {
"variableName" : "updates",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "An array of SizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:
- SizeConstraintSetUpdate: Contains
Action
and SizeConstraint
- SizeConstraint: Contains
FieldToMatch
, TextTransformation
, ComparisonOperator
, and Size
- FieldToMatch: Contains
Data
and Type
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "updates",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Updates",
"marshallLocationName" : "Updates",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "SizeConstraintSetUpdate",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "SizeConstraintSetUpdate",
"variable" : {
"variableName" : "member",
"variableType" : "SizeConstraintSetUpdate",
"variableDeclarationType" : "SizeConstraintSetUpdate",
"documentation" : "",
"simpleType" : "SizeConstraintSetUpdate",
"variableSetterType" : "SizeConstraintSetUpdate"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "SizeConstraintSetUpdate",
"variableDeclarationType" : "SizeConstraintSetUpdate",
"documentation" : "",
"simpleType" : "SizeConstraintSetUpdate",
"variableSetterType" : "SizeConstraintSetUpdate"
},
"getterModel" : {
"returnType" : "SizeConstraintSetUpdate",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : 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.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"simple" : false,
"map" : false,
"simpleType" : "SizeConstraintSetUpdate",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : 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: Contains
Action
and SizeConstraint
- SizeConstraint: Contains
FieldToMatch
, TextTransformation
, ComparisonOperator
, and Size
- FieldToMatch: Contains
Data
and Type
\n@param updates An array of SizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types: - SizeConstraintSetUpdate: Contains
Action
and SizeConstraint
- SizeConstraint: Contains
FieldToMatch
, TextTransformation
, ComparisonOperator
, and Size
- FieldToMatch: Contains
Data
and Type
*/",
"getterDocumentation" : "/**An array of SizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:
- SizeConstraintSetUpdate: Contains
Action
and SizeConstraint
- SizeConstraint: Contains
FieldToMatch
, TextTransformation
, ComparisonOperator
, and Size
- FieldToMatch: Contains
Data
and Type
\n@return An array of SizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types: - SizeConstraintSetUpdate: Contains
Action
and SizeConstraint
- SizeConstraint: Contains
FieldToMatch
, TextTransformation
, ComparisonOperator
, and Size
- FieldToMatch: Contains
Data
and Type
*/",
"fluentSetterDocumentation" : "/**An array of SizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:
- SizeConstraintSetUpdate: Contains
Action
and SizeConstraint
- SizeConstraint: Contains
FieldToMatch
, TextTransformation
, ComparisonOperator
, and Size
- FieldToMatch: Contains
Data
and Type
\n@param updates An array of SizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types: - SizeConstraintSetUpdate: Contains
Action
and SizeConstraint
- SizeConstraint: Contains
FieldToMatch
, TextTransformation
, ComparisonOperator
, and Size
- FieldToMatch: Contains
Data
and Type
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An array of SizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:
- SizeConstraintSetUpdate: Contains
Action
and SizeConstraint
- SizeConstraint: Contains
FieldToMatch
, TextTransformation
, ComparisonOperator
, and Size
- FieldToMatch: Contains
Data
and Type
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setUpdates(java.util.Collection)} or {@link #withUpdates(java.util.Collection)} if you want to override the existing values.
\n@param updates An array of SizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types: - SizeConstraintSetUpdate: Contains
Action
and SizeConstraint
- SizeConstraint: Contains
FieldToMatch
, TextTransformation
, ComparisonOperator
, and Size
- FieldToMatch: Contains
Data
and Type
\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"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,
"simple" : true,
"list" : false,
"map" : 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.*/"
},
"SizeConstraintSetId" : {
"documentation" : "The SizeConstraintSetId
of the SizeConstraintSet that you want to update. SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.
",
"name" : "SizeConstraintSetId",
"c2jName" : "SizeConstraintSetId",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "sizeConstraintSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The SizeConstraintSetId
of the SizeConstraintSet that you want to update. SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "sizeConstraintSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SizeConstraintSetId",
"marshallLocationName" : "SizeConstraintSetId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The SizeConstraintSetId
of the SizeConstraintSet that you want to update. SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.
\n@param sizeConstraintSetId The SizeConstraintSetId
of the SizeConstraintSet that you want to update. SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.*/",
"getterDocumentation" : "/**The SizeConstraintSetId
of the SizeConstraintSet that you want to update. SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.
\n@return The SizeConstraintSetId
of the SizeConstraintSet that you want to update. SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.*/",
"fluentSetterDocumentation" : "/**The SizeConstraintSetId
of the SizeConstraintSet that you want to update. SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.
\n@param sizeConstraintSetId The SizeConstraintSetId
of the SizeConstraintSet that you want to update. SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The SizeConstraintSetId
of the SizeConstraintSet that you want to update. SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.
\n@param sizeConstraintSetId The SizeConstraintSetId
of the SizeConstraintSet that you want to update. SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"GetChangeTokenResult" : {
"c2jName" : "GetChangeTokenResponse",
"documentation" : "",
"shapeName" : "GetChangeTokenResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The ChangeToken
that you used in the request. Use this value in a GetChangeTokenStatus
request to get the current status of the request.
",
"name" : "ChangeToken",
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"variable" : {
"variableName" : "changeToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ChangeToken
that you used in the request. Use this value in a GetChangeTokenStatus
request to get the current status of the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "changeToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ChangeToken",
"marshallLocationName" : "ChangeToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ChangeToken
that you used in the request. Use this value in a GetChangeTokenStatus
request to get the current status of the request.
\n@param changeToken The ChangeToken
that you used in the request. Use this value in a GetChangeTokenStatus
request to get the current status of the request.*/",
"getterDocumentation" : "/**The ChangeToken
that you used in the request. Use this value in a GetChangeTokenStatus
request to get the current status of the request.
\n@return The ChangeToken
that you used in the request. Use this value in a GetChangeTokenStatus
request to get the current status of the request.*/",
"fluentSetterDocumentation" : "/**The ChangeToken
that you used in the request. Use this value in a GetChangeTokenStatus
request to get the current status of the request.
\n@param changeToken The ChangeToken
that you used in the request. Use this value in a GetChangeTokenStatus
request to get the current status of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ChangeToken
that you used in the request. Use this value in a GetChangeTokenStatus
request to get the current status of the request.
\n@param changeToken The ChangeToken
that you used in the request. Use this value in a GetChangeTokenStatus
request to get the current status of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "getChangeTokenResult",
"variableType" : "GetChangeTokenResult",
"variableDeclarationType" : "GetChangeTokenResult",
"documentation" : null,
"simpleType" : "GetChangeTokenResult",
"variableSetterType" : "GetChangeTokenResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ChangeToken" : {
"documentation" : "The ChangeToken
that you used in the request. Use this value in a GetChangeTokenStatus
request to get the current status of the request.
",
"name" : "ChangeToken",
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"variable" : {
"variableName" : "changeToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ChangeToken
that you used in the request. Use this value in a GetChangeTokenStatus
request to get the current status of the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "changeToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ChangeToken",
"marshallLocationName" : "ChangeToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ChangeToken
that you used in the request. Use this value in a GetChangeTokenStatus
request to get the current status of the request.
\n@param changeToken The ChangeToken
that you used in the request. Use this value in a GetChangeTokenStatus
request to get the current status of the request.*/",
"getterDocumentation" : "/**The ChangeToken
that you used in the request. Use this value in a GetChangeTokenStatus
request to get the current status of the request.
\n@return The ChangeToken
that you used in the request. Use this value in a GetChangeTokenStatus
request to get the current status of the request.*/",
"fluentSetterDocumentation" : "/**The ChangeToken
that you used in the request. Use this value in a GetChangeTokenStatus
request to get the current status of the request.
\n@param changeToken The ChangeToken
that you used in the request. Use this value in a GetChangeTokenStatus
request to get the current status of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ChangeToken
that you used in the request. Use this value in a GetChangeTokenStatus
request to get the current status of the request.
\n@param changeToken The ChangeToken
that you used in the request. Use this value in a GetChangeTokenStatus
request to get the current status of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DeleteXssMatchSetRequest" : {
"c2jName" : "DeleteXssMatchSetRequest",
"documentation" : "A request to delete an XssMatchSet from AWS WAF.
",
"shapeName" : "DeleteXssMatchSetRequest",
"deprecated" : false,
"required" : [ "XssMatchSetId", "ChangeToken" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The XssMatchSetId
of the XssMatchSet that you want to delete. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
",
"name" : "XssMatchSetId",
"c2jName" : "XssMatchSetId",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "xssMatchSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The XssMatchSetId
of the XssMatchSet that you want to delete. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "xssMatchSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "XssMatchSetId",
"marshallLocationName" : "XssMatchSetId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The XssMatchSetId
of the XssMatchSet that you want to delete. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
\n@param xssMatchSetId The XssMatchSetId
of the XssMatchSet that you want to delete. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.*/",
"getterDocumentation" : "/**The XssMatchSetId
of the XssMatchSet that you want to delete. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
\n@return The XssMatchSetId
of the XssMatchSet that you want to delete. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.*/",
"fluentSetterDocumentation" : "/**The XssMatchSetId
of the XssMatchSet that you want to delete. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
\n@param xssMatchSetId The XssMatchSetId
of the XssMatchSet that you want to delete. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The XssMatchSetId
of the XssMatchSet that you want to delete. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
\n@param xssMatchSetId The XssMatchSetId
of the XssMatchSet that you want to delete. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"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,
"simple" : true,
"list" : false,
"map" : 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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "deleteXssMatchSetRequest",
"variableType" : "DeleteXssMatchSetRequest",
"variableDeclarationType" : "DeleteXssMatchSetRequest",
"documentation" : null,
"simpleType" : "DeleteXssMatchSetRequest",
"variableSetterType" : "DeleteXssMatchSetRequest"
},
"marshaller" : {
"action" : "DeleteXssMatchSet",
"verb" : "POST",
"target" : "AWSWAF_20150824.DeleteXssMatchSet",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"XssMatchSetId" : {
"documentation" : "The XssMatchSetId
of the XssMatchSet that you want to delete. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
",
"name" : "XssMatchSetId",
"c2jName" : "XssMatchSetId",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "xssMatchSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The XssMatchSetId
of the XssMatchSet that you want to delete. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "xssMatchSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "XssMatchSetId",
"marshallLocationName" : "XssMatchSetId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The XssMatchSetId
of the XssMatchSet that you want to delete. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
\n@param xssMatchSetId The XssMatchSetId
of the XssMatchSet that you want to delete. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.*/",
"getterDocumentation" : "/**The XssMatchSetId
of the XssMatchSet that you want to delete. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
\n@return The XssMatchSetId
of the XssMatchSet that you want to delete. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.*/",
"fluentSetterDocumentation" : "/**The XssMatchSetId
of the XssMatchSet that you want to delete. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
\n@param xssMatchSetId The XssMatchSetId
of the XssMatchSet that you want to delete. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The XssMatchSetId
of the XssMatchSet that you want to delete. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
\n@param xssMatchSetId The XssMatchSetId
of the XssMatchSet that you want to delete. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"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,
"simple" : true,
"list" : false,
"map" : 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.*/"
}
}
},
"DeleteIPSetRequest" : {
"c2jName" : "DeleteIPSetRequest",
"documentation" : "",
"shapeName" : "DeleteIPSetRequest",
"deprecated" : false,
"required" : [ "IPSetId", "ChangeToken" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The IPSetId
of the IPSet that you want to delete. IPSetId
is returned by CreateIPSet and by ListIPSets.
",
"name" : "IPSetId",
"c2jName" : "IPSetId",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "iPSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The IPSetId
of the IPSet that you want to delete. IPSetId
is returned by CreateIPSet and by ListIPSets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "iPSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IPSetId",
"marshallLocationName" : "IPSetId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The IPSetId
of the IPSet that you want to delete. IPSetId
is returned by CreateIPSet and by ListIPSets.
\n@param iPSetId The IPSetId
of the IPSet that you want to delete. IPSetId
is returned by CreateIPSet and by ListIPSets.*/",
"getterDocumentation" : "/**The IPSetId
of the IPSet that you want to delete. IPSetId
is returned by CreateIPSet and by ListIPSets.
\n@return The IPSetId
of the IPSet that you want to delete. IPSetId
is returned by CreateIPSet and by ListIPSets.*/",
"fluentSetterDocumentation" : "/**The IPSetId
of the IPSet that you want to delete. IPSetId
is returned by CreateIPSet and by ListIPSets.
\n@param iPSetId The IPSetId
of the IPSet that you want to delete. IPSetId
is returned by CreateIPSet and by ListIPSets.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The IPSetId
of the IPSet that you want to delete. IPSetId
is returned by CreateIPSet and by ListIPSets.
\n@param iPSetId The IPSetId
of the IPSet that you want to delete. IPSetId
is returned by CreateIPSet and by ListIPSets.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"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,
"simple" : true,
"list" : false,
"map" : 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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "deleteIPSetRequest",
"variableType" : "DeleteIPSetRequest",
"variableDeclarationType" : "DeleteIPSetRequest",
"documentation" : null,
"simpleType" : "DeleteIPSetRequest",
"variableSetterType" : "DeleteIPSetRequest"
},
"marshaller" : {
"action" : "DeleteIPSet",
"verb" : "POST",
"target" : "AWSWAF_20150824.DeleteIPSet",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ChangeToken" : {
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"name" : "ChangeToken",
"c2jName" : "ChangeToken",
"c2jShape" : "ChangeToken",
"variable" : {
"variableName" : "changeToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The value returned by the most recent call to GetChangeToken.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "changeToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ChangeToken",
"marshallLocationName" : "ChangeToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : 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.*/"
},
"IPSetId" : {
"documentation" : "The IPSetId
of the IPSet that you want to delete. IPSetId
is returned by CreateIPSet and by ListIPSets.
",
"name" : "IPSetId",
"c2jName" : "IPSetId",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "iPSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The IPSetId
of the IPSet that you want to delete. IPSetId
is returned by CreateIPSet and by ListIPSets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "iPSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IPSetId",
"marshallLocationName" : "IPSetId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The IPSetId
of the IPSet that you want to delete. IPSetId
is returned by CreateIPSet and by ListIPSets.
\n@param iPSetId The IPSetId
of the IPSet that you want to delete. IPSetId
is returned by CreateIPSet and by ListIPSets.*/",
"getterDocumentation" : "/**The IPSetId
of the IPSet that you want to delete. IPSetId
is returned by CreateIPSet and by ListIPSets.
\n@return The IPSetId
of the IPSet that you want to delete. IPSetId
is returned by CreateIPSet and by ListIPSets.*/",
"fluentSetterDocumentation" : "/**The IPSetId
of the IPSet that you want to delete. IPSetId
is returned by CreateIPSet and by ListIPSets.
\n@param iPSetId The IPSetId
of the IPSet that you want to delete. IPSetId
is returned by CreateIPSet and by ListIPSets.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The IPSetId
of the IPSet that you want to delete. IPSetId
is returned by CreateIPSet and by ListIPSets.
\n@param iPSetId The IPSetId
of the IPSet that you want to delete. IPSetId
is returned by CreateIPSet and by ListIPSets.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"WAFStaleDataException" : {
"c2jName" : "WAFStaleDataException",
"documentation" : "The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
",
"shapeName" : "WAFStaleDataException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "wAFStaleDataException",
"variableType" : "WAFStaleDataException",
"variableDeclarationType" : "WAFStaleDataException",
"documentation" : null,
"simpleType" : "WAFStaleDataException",
"variableSetterType" : "WAFStaleDataException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "WAFStaleDataException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ListRulesRequest" : {
"c2jName" : "ListRulesRequest",
"documentation" : "",
"shapeName" : "ListRulesRequest",
"deprecated" : false,
"required" : [ "Limit" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "If you specify a value for Limit
and you have more Rules
than the value of Limit
, AWS WAF returns a NextMarker
value in the response that allows you to list another group of Rules
. For the second and subsequent ListRules
requests, specify the value of NextMarker
from the previous response to get information about another batch of Rules
.
",
"name" : "NextMarker",
"c2jName" : "NextMarker",
"c2jShape" : "NextMarker",
"variable" : {
"variableName" : "nextMarker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "If you specify a value for Limit
and you have more Rules
than the value of Limit
, AWS WAF returns a NextMarker
value in the response that allows you to list another group of Rules
. For the second and subsequent ListRules
requests, specify the value of NextMarker
from the previous response to get information about another batch of Rules
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextMarker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextMarker",
"marshallLocationName" : "NextMarker",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**If you specify a value for Limit
and you have more Rules
than the value of Limit
, AWS WAF returns a NextMarker
value in the response that allows you to list another group of Rules
. For the second and subsequent ListRules
requests, specify the value of NextMarker
from the previous response to get information about another batch of Rules
.
\n@param nextMarker If you specify a value for Limit
and you have more Rules
than the value of Limit
, AWS WAF returns a NextMarker
value in the response that allows you to list another group of Rules
. For the second and subsequent ListRules
requests, specify the value of NextMarker
from the previous response to get information about another batch of Rules
.*/",
"getterDocumentation" : "/**If you specify a value for Limit
and you have more Rules
than the value of Limit
, AWS WAF returns a NextMarker
value in the response that allows you to list another group of Rules
. For the second and subsequent ListRules
requests, specify the value of NextMarker
from the previous response to get information about another batch of Rules
.
\n@return If you specify a value for Limit
and you have more Rules
than the value of Limit
, AWS WAF returns a NextMarker
value in the response that allows you to list another group of Rules
. For the second and subsequent ListRules
requests, specify the value of NextMarker
from the previous response to get information about another batch of Rules
.*/",
"fluentSetterDocumentation" : "/**If you specify a value for Limit
and you have more Rules
than the value of Limit
, AWS WAF returns a NextMarker
value in the response that allows you to list another group of Rules
. For the second and subsequent ListRules
requests, specify the value of NextMarker
from the previous response to get information about another batch of Rules
.
\n@param nextMarker If you specify a value for Limit
and you have more Rules
than the value of Limit
, AWS WAF returns a NextMarker
value in the response that allows you to list another group of Rules
. For the second and subsequent ListRules
requests, specify the value of NextMarker
from the previous response to get information about another batch of Rules
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**If you specify a value for Limit
and you have more Rules
than the value of Limit
, AWS WAF returns a NextMarker
value in the response that allows you to list another group of Rules
. For the second and subsequent ListRules
requests, specify the value of NextMarker
from the previous response to get information about another batch of Rules
.
\n@param nextMarker If you specify a value for Limit
and you have more Rules
than the value of Limit
, AWS WAF returns a NextMarker
value in the response that allows you to list another group of Rules
. For the second and subsequent ListRules
requests, specify the value of NextMarker
from the previous response to get information about another batch of Rules
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Specifies the number of Rules
that you want AWS WAF to return for this request. If you have more Rules
than the number that you specify for Limit
, the response includes a NextMarker
value that you can use to get another batch of Rules
.
",
"name" : "Limit",
"c2jName" : "Limit",
"c2jShape" : "PaginationLimit",
"variable" : {
"variableName" : "limit",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "Specifies the number of Rules
that you want AWS WAF to return for this request. If you have more Rules
than the number that you specify for Limit
, the response includes a NextMarker
value that you can use to get another batch of Rules
.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "limit",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Limit",
"marshallLocationName" : "Limit",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Specifies the number of Rules
that you want AWS WAF to return for this request. If you have more Rules
than the number that you specify for Limit
, the response includes a NextMarker
value that you can use to get another batch of Rules
.
\n@param limit Specifies the number of Rules
that you want AWS WAF to return for this request. If you have more Rules
than the number that you specify for Limit
, the response includes a NextMarker
value that you can use to get another batch of Rules
.*/",
"getterDocumentation" : "/**Specifies the number of Rules
that you want AWS WAF to return for this request. If you have more Rules
than the number that you specify for Limit
, the response includes a NextMarker
value that you can use to get another batch of Rules
.
\n@return Specifies the number of Rules
that you want AWS WAF to return for this request. If you have more Rules
than the number that you specify for Limit
, the response includes a NextMarker
value that you can use to get another batch of Rules
.*/",
"fluentSetterDocumentation" : "/**Specifies the number of Rules
that you want AWS WAF to return for this request. If you have more Rules
than the number that you specify for Limit
, the response includes a NextMarker
value that you can use to get another batch of Rules
.
\n@param limit Specifies the number of Rules
that you want AWS WAF to return for this request. If you have more Rules
than the number that you specify for Limit
, the response includes a NextMarker
value that you can use to get another batch of Rules
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Specifies the number of Rules
that you want AWS WAF to return for this request. If you have more Rules
than the number that you specify for Limit
, the response includes a NextMarker
value that you can use to get another batch of Rules
.
\n@param limit Specifies the number of Rules
that you want AWS WAF to return for this request. If you have more Rules
than the number that you specify for Limit
, the response includes a NextMarker
value that you can use to get another batch of Rules
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "listRulesRequest",
"variableType" : "ListRulesRequest",
"variableDeclarationType" : "ListRulesRequest",
"documentation" : null,
"simpleType" : "ListRulesRequest",
"variableSetterType" : "ListRulesRequest"
},
"marshaller" : {
"action" : "ListRules",
"verb" : "POST",
"target" : "AWSWAF_20150824.ListRules",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Limit" : {
"documentation" : "Specifies the number of Rules
that you want AWS WAF to return for this request. If you have more Rules
than the number that you specify for Limit
, the response includes a NextMarker
value that you can use to get another batch of Rules
.
",
"name" : "Limit",
"c2jName" : "Limit",
"c2jShape" : "PaginationLimit",
"variable" : {
"variableName" : "limit",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "Specifies the number of Rules
that you want AWS WAF to return for this request. If you have more Rules
than the number that you specify for Limit
, the response includes a NextMarker
value that you can use to get another batch of Rules
.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "limit",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Limit",
"marshallLocationName" : "Limit",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Specifies the number of Rules
that you want AWS WAF to return for this request. If you have more Rules
than the number that you specify for Limit
, the response includes a NextMarker
value that you can use to get another batch of Rules
.
\n@param limit Specifies the number of Rules
that you want AWS WAF to return for this request. If you have more Rules
than the number that you specify for Limit
, the response includes a NextMarker
value that you can use to get another batch of Rules
.*/",
"getterDocumentation" : "/**Specifies the number of Rules
that you want AWS WAF to return for this request. If you have more Rules
than the number that you specify for Limit
, the response includes a NextMarker
value that you can use to get another batch of Rules
.
\n@return Specifies the number of Rules
that you want AWS WAF to return for this request. If you have more Rules
than the number that you specify for Limit
, the response includes a NextMarker
value that you can use to get another batch of Rules
.*/",
"fluentSetterDocumentation" : "/**Specifies the number of Rules
that you want AWS WAF to return for this request. If you have more Rules
than the number that you specify for Limit
, the response includes a NextMarker
value that you can use to get another batch of Rules
.
\n@param limit Specifies the number of Rules
that you want AWS WAF to return for this request. If you have more Rules
than the number that you specify for Limit
, the response includes a NextMarker
value that you can use to get another batch of Rules
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Specifies the number of Rules
that you want AWS WAF to return for this request. If you have more Rules
than the number that you specify for Limit
, the response includes a NextMarker
value that you can use to get another batch of Rules
.
\n@param limit Specifies the number of Rules
that you want AWS WAF to return for this request. If you have more Rules
than the number that you specify for Limit
, the response includes a NextMarker
value that you can use to get another batch of Rules
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"NextMarker" : {
"documentation" : "If you specify a value for Limit
and you have more Rules
than the value of Limit
, AWS WAF returns a NextMarker
value in the response that allows you to list another group of Rules
. For the second and subsequent ListRules
requests, specify the value of NextMarker
from the previous response to get information about another batch of Rules
.
",
"name" : "NextMarker",
"c2jName" : "NextMarker",
"c2jShape" : "NextMarker",
"variable" : {
"variableName" : "nextMarker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "If you specify a value for Limit
and you have more Rules
than the value of Limit
, AWS WAF returns a NextMarker
value in the response that allows you to list another group of Rules
. For the second and subsequent ListRules
requests, specify the value of NextMarker
from the previous response to get information about another batch of Rules
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextMarker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextMarker",
"marshallLocationName" : "NextMarker",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**If you specify a value for Limit
and you have more Rules
than the value of Limit
, AWS WAF returns a NextMarker
value in the response that allows you to list another group of Rules
. For the second and subsequent ListRules
requests, specify the value of NextMarker
from the previous response to get information about another batch of Rules
.
\n@param nextMarker If you specify a value for Limit
and you have more Rules
than the value of Limit
, AWS WAF returns a NextMarker
value in the response that allows you to list another group of Rules
. For the second and subsequent ListRules
requests, specify the value of NextMarker
from the previous response to get information about another batch of Rules
.*/",
"getterDocumentation" : "/**If you specify a value for Limit
and you have more Rules
than the value of Limit
, AWS WAF returns a NextMarker
value in the response that allows you to list another group of Rules
. For the second and subsequent ListRules
requests, specify the value of NextMarker
from the previous response to get information about another batch of Rules
.
\n@return If you specify a value for Limit
and you have more Rules
than the value of Limit
, AWS WAF returns a NextMarker
value in the response that allows you to list another group of Rules
. For the second and subsequent ListRules
requests, specify the value of NextMarker
from the previous response to get information about another batch of Rules
.*/",
"fluentSetterDocumentation" : "/**If you specify a value for Limit
and you have more Rules
than the value of Limit
, AWS WAF returns a NextMarker
value in the response that allows you to list another group of Rules
. For the second and subsequent ListRules
requests, specify the value of NextMarker
from the previous response to get information about another batch of Rules
.
\n@param nextMarker If you specify a value for Limit
and you have more Rules
than the value of Limit
, AWS WAF returns a NextMarker
value in the response that allows you to list another group of Rules
. For the second and subsequent ListRules
requests, specify the value of NextMarker
from the previous response to get information about another batch of Rules
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**If you specify a value for Limit
and you have more Rules
than the value of Limit
, AWS WAF returns a NextMarker
value in the response that allows you to list another group of Rules
. For the second and subsequent ListRules
requests, specify the value of NextMarker
from the previous response to get information about another batch of Rules
.
\n@param nextMarker If you specify a value for Limit
and you have more Rules
than the value of Limit
, AWS WAF returns a NextMarker
value in the response that allows you to list another group of Rules
. For the second and subsequent ListRules
requests, specify the value of NextMarker
from the previous response to get information about another batch of Rules
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"UpdateByteMatchSetRequest" : {
"c2jName" : "UpdateByteMatchSetRequest",
"documentation" : "",
"shapeName" : "UpdateByteMatchSetRequest",
"deprecated" : false,
"required" : [ "ByteMatchSetId", "ChangeToken", "Updates" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The ByteMatchSetId
of the ByteMatchSet that you want to update. ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
",
"name" : "ByteMatchSetId",
"c2jName" : "ByteMatchSetId",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "byteMatchSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ByteMatchSetId
of the ByteMatchSet that you want to update. ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "byteMatchSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ByteMatchSetId",
"marshallLocationName" : "ByteMatchSetId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ByteMatchSetId
of the ByteMatchSet that you want to update. ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
\n@param byteMatchSetId The ByteMatchSetId
of the ByteMatchSet that you want to update. ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.*/",
"getterDocumentation" : "/**The ByteMatchSetId
of the ByteMatchSet that you want to update. ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
\n@return The ByteMatchSetId
of the ByteMatchSet that you want to update. ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.*/",
"fluentSetterDocumentation" : "/**The ByteMatchSetId
of the ByteMatchSet that you want to update. ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
\n@param byteMatchSetId The ByteMatchSetId
of the ByteMatchSet that you want to update. ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ByteMatchSetId
of the ByteMatchSet that you want to update. ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
\n@param byteMatchSetId The ByteMatchSetId
of the ByteMatchSet that you want to update. ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"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,
"simple" : true,
"list" : false,
"map" : 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.*/"
}, {
"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:
- ByteMatchSetUpdate: Contains
Action
and ByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
, PositionalConstraint
, TargetString
, and TextTransformation
- FieldToMatch: Contains
Data
and Type
",
"name" : "Updates",
"c2jName" : "Updates",
"c2jShape" : "ByteMatchSetUpdates",
"variable" : {
"variableName" : "updates",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "An array of ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:
- ByteMatchSetUpdate: Contains
Action
and ByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
, PositionalConstraint
, TargetString
, and TextTransformation
- FieldToMatch: Contains
Data
and Type
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "updates",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Updates",
"marshallLocationName" : "Updates",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "ByteMatchSetUpdate",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ByteMatchSetUpdate",
"variable" : {
"variableName" : "member",
"variableType" : "ByteMatchSetUpdate",
"variableDeclarationType" : "ByteMatchSetUpdate",
"documentation" : "",
"simpleType" : "ByteMatchSetUpdate",
"variableSetterType" : "ByteMatchSetUpdate"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "ByteMatchSetUpdate",
"variableDeclarationType" : "ByteMatchSetUpdate",
"documentation" : "",
"simpleType" : "ByteMatchSetUpdate",
"variableSetterType" : "ByteMatchSetUpdate"
},
"getterModel" : {
"returnType" : "ByteMatchSetUpdate",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : 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.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"simple" : false,
"map" : false,
"simpleType" : "ByteMatchSetUpdate",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : 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: Contains
Action
and ByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
, PositionalConstraint
, TargetString
, and TextTransformation
- FieldToMatch: Contains
Data
and Type
\n@param updates An array of ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types: - ByteMatchSetUpdate: Contains
Action
and ByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
, PositionalConstraint
, TargetString
, and TextTransformation
- FieldToMatch: Contains
Data
and Type
*/",
"getterDocumentation" : "/**An array of ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:
- ByteMatchSetUpdate: Contains
Action
and ByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
, PositionalConstraint
, TargetString
, and TextTransformation
- FieldToMatch: Contains
Data
and Type
\n@return An array of ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types: - ByteMatchSetUpdate: Contains
Action
and ByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
, PositionalConstraint
, TargetString
, and TextTransformation
- FieldToMatch: Contains
Data
and Type
*/",
"fluentSetterDocumentation" : "/**An array of ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:
- ByteMatchSetUpdate: Contains
Action
and ByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
, PositionalConstraint
, TargetString
, and TextTransformation
- FieldToMatch: Contains
Data
and Type
\n@param updates An array of ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types: - ByteMatchSetUpdate: Contains
Action
and ByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
, PositionalConstraint
, TargetString
, and TextTransformation
- FieldToMatch: Contains
Data
and Type
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An array of ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:
- ByteMatchSetUpdate: Contains
Action
and ByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
, PositionalConstraint
, TargetString
, and TextTransformation
- FieldToMatch: Contains
Data
and Type
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setUpdates(java.util.Collection)} or {@link #withUpdates(java.util.Collection)} if you want to override the existing values.
\n@param updates An array of ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types: - ByteMatchSetUpdate: Contains
Action
and ByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
, PositionalConstraint
, TargetString
, and TextTransformation
- FieldToMatch: Contains
Data
and Type
\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"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" : {
"ByteMatchSetId" : {
"documentation" : "The ByteMatchSetId
of the ByteMatchSet that you want to update. ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
",
"name" : "ByteMatchSetId",
"c2jName" : "ByteMatchSetId",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "byteMatchSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ByteMatchSetId
of the ByteMatchSet that you want to update. ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "byteMatchSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ByteMatchSetId",
"marshallLocationName" : "ByteMatchSetId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ByteMatchSetId
of the ByteMatchSet that you want to update. ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
\n@param byteMatchSetId The ByteMatchSetId
of the ByteMatchSet that you want to update. ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.*/",
"getterDocumentation" : "/**The ByteMatchSetId
of the ByteMatchSet that you want to update. ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
\n@return The ByteMatchSetId
of the ByteMatchSet that you want to update. ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.*/",
"fluentSetterDocumentation" : "/**The ByteMatchSetId
of the ByteMatchSet that you want to update. ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
\n@param byteMatchSetId The ByteMatchSetId
of the ByteMatchSet that you want to update. ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ByteMatchSetId
of the ByteMatchSet that you want to update. ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
\n@param byteMatchSetId The ByteMatchSetId
of the ByteMatchSet that you want to update. ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Updates" : {
"documentation" : "An array of ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:
- ByteMatchSetUpdate: Contains
Action
and ByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
, PositionalConstraint
, TargetString
, and TextTransformation
- FieldToMatch: Contains
Data
and Type
",
"name" : "Updates",
"c2jName" : "Updates",
"c2jShape" : "ByteMatchSetUpdates",
"variable" : {
"variableName" : "updates",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "An array of ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:
- ByteMatchSetUpdate: Contains
Action
and ByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
, PositionalConstraint
, TargetString
, and TextTransformation
- FieldToMatch: Contains
Data
and Type
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "updates",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Updates",
"marshallLocationName" : "Updates",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "ByteMatchSetUpdate",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ByteMatchSetUpdate",
"variable" : {
"variableName" : "member",
"variableType" : "ByteMatchSetUpdate",
"variableDeclarationType" : "ByteMatchSetUpdate",
"documentation" : "",
"simpleType" : "ByteMatchSetUpdate",
"variableSetterType" : "ByteMatchSetUpdate"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "ByteMatchSetUpdate",
"variableDeclarationType" : "ByteMatchSetUpdate",
"documentation" : "",
"simpleType" : "ByteMatchSetUpdate",
"variableSetterType" : "ByteMatchSetUpdate"
},
"getterModel" : {
"returnType" : "ByteMatchSetUpdate",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : 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.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"simple" : false,
"map" : false,
"simpleType" : "ByteMatchSetUpdate",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : 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: Contains
Action
and ByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
, PositionalConstraint
, TargetString
, and TextTransformation
- FieldToMatch: Contains
Data
and Type
\n@param updates An array of ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types: - ByteMatchSetUpdate: Contains
Action
and ByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
, PositionalConstraint
, TargetString
, and TextTransformation
- FieldToMatch: Contains
Data
and Type
*/",
"getterDocumentation" : "/**An array of ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:
- ByteMatchSetUpdate: Contains
Action
and ByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
, PositionalConstraint
, TargetString
, and TextTransformation
- FieldToMatch: Contains
Data
and Type
\n@return An array of ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types: - ByteMatchSetUpdate: Contains
Action
and ByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
, PositionalConstraint
, TargetString
, and TextTransformation
- FieldToMatch: Contains
Data
and Type
*/",
"fluentSetterDocumentation" : "/**An array of ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:
- ByteMatchSetUpdate: Contains
Action
and ByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
, PositionalConstraint
, TargetString
, and TextTransformation
- FieldToMatch: Contains
Data
and Type
\n@param updates An array of ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types: - ByteMatchSetUpdate: Contains
Action
and ByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
, PositionalConstraint
, TargetString
, and TextTransformation
- FieldToMatch: Contains
Data
and Type
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An array of ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:
- ByteMatchSetUpdate: Contains
Action
and ByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
, PositionalConstraint
, TargetString
, and TextTransformation
- FieldToMatch: Contains
Data
and Type
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setUpdates(java.util.Collection)} or {@link #withUpdates(java.util.Collection)} if you want to override the existing values.
\n@param updates An array of ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types: - ByteMatchSetUpdate: Contains
Action
and ByteMatchTuple
- ByteMatchTuple: Contains
FieldToMatch
, PositionalConstraint
, TargetString
, and TextTransformation
- FieldToMatch: Contains
Data
and Type
\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"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,
"simple" : true,
"list" : false,
"map" : 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.*/"
}
}
},
"UpdateXssMatchSetRequest" : {
"c2jName" : "UpdateXssMatchSetRequest",
"documentation" : "A request to update an XssMatchSet.
",
"shapeName" : "UpdateXssMatchSetRequest",
"deprecated" : false,
"required" : [ "XssMatchSetId", "ChangeToken", "Updates" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The XssMatchSetId
of the XssMatchSet
that you want to update. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
",
"name" : "XssMatchSetId",
"c2jName" : "XssMatchSetId",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "xssMatchSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The XssMatchSetId
of the XssMatchSet
that you want to update. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "xssMatchSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "XssMatchSetId",
"marshallLocationName" : "XssMatchSetId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The XssMatchSetId
of the XssMatchSet
that you want to update. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
\n@param xssMatchSetId The XssMatchSetId
of the XssMatchSet
that you want to update. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.*/",
"getterDocumentation" : "/**The XssMatchSetId
of the XssMatchSet
that you want to update. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
\n@return The XssMatchSetId
of the XssMatchSet
that you want to update. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.*/",
"fluentSetterDocumentation" : "/**The XssMatchSetId
of the XssMatchSet
that you want to update. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
\n@param xssMatchSetId The XssMatchSetId
of the XssMatchSet
that you want to update. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The XssMatchSetId
of the XssMatchSet
that you want to update. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
\n@param xssMatchSetId The XssMatchSetId
of the XssMatchSet
that you want to update. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"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,
"simple" : true,
"list" : false,
"map" : 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.*/"
}, {
"documentation" : "An array of XssMatchSetUpdate
objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types:
- XssMatchSetUpdate: Contains
Action
and XssMatchTuple
- XssMatchTuple: Contains
FieldToMatch
and TextTransformation
- FieldToMatch: Contains
Data
and Type
",
"name" : "Updates",
"c2jName" : "Updates",
"c2jShape" : "XssMatchSetUpdates",
"variable" : {
"variableName" : "updates",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "An array of XssMatchSetUpdate
objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types:
- XssMatchSetUpdate: Contains
Action
and XssMatchTuple
- XssMatchTuple: Contains
FieldToMatch
and TextTransformation
- FieldToMatch: Contains
Data
and Type
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "updates",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Updates",
"marshallLocationName" : "Updates",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "XssMatchSetUpdate",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "XssMatchSetUpdate",
"variable" : {
"variableName" : "member",
"variableType" : "XssMatchSetUpdate",
"variableDeclarationType" : "XssMatchSetUpdate",
"documentation" : "",
"simpleType" : "XssMatchSetUpdate",
"variableSetterType" : "XssMatchSetUpdate"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "XssMatchSetUpdate",
"variableDeclarationType" : "XssMatchSetUpdate",
"documentation" : "",
"simpleType" : "XssMatchSetUpdate",
"variableSetterType" : "XssMatchSetUpdate"
},
"getterModel" : {
"returnType" : "XssMatchSetUpdate",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : 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.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"simple" : false,
"map" : false,
"simpleType" : "XssMatchSetUpdate",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**An array of XssMatchSetUpdate
objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types:
- XssMatchSetUpdate: Contains
Action
and XssMatchTuple
- XssMatchTuple: Contains
FieldToMatch
and TextTransformation
- FieldToMatch: Contains
Data
and Type
\n@param updates An array of XssMatchSetUpdate
objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types: - XssMatchSetUpdate: Contains
Action
and XssMatchTuple
- XssMatchTuple: Contains
FieldToMatch
and TextTransformation
- FieldToMatch: Contains
Data
and Type
*/",
"getterDocumentation" : "/**An array of XssMatchSetUpdate
objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types:
- XssMatchSetUpdate: Contains
Action
and XssMatchTuple
- XssMatchTuple: Contains
FieldToMatch
and TextTransformation
- FieldToMatch: Contains
Data
and Type
\n@return An array of XssMatchSetUpdate
objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types: - XssMatchSetUpdate: Contains
Action
and XssMatchTuple
- XssMatchTuple: Contains
FieldToMatch
and TextTransformation
- FieldToMatch: Contains
Data
and Type
*/",
"fluentSetterDocumentation" : "/**An array of XssMatchSetUpdate
objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types:
- XssMatchSetUpdate: Contains
Action
and XssMatchTuple
- XssMatchTuple: Contains
FieldToMatch
and TextTransformation
- FieldToMatch: Contains
Data
and Type
\n@param updates An array of XssMatchSetUpdate
objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types: - XssMatchSetUpdate: Contains
Action
and XssMatchTuple
- XssMatchTuple: Contains
FieldToMatch
and TextTransformation
- FieldToMatch: Contains
Data
and Type
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An array of XssMatchSetUpdate
objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types:
- XssMatchSetUpdate: Contains
Action
and XssMatchTuple
- XssMatchTuple: Contains
FieldToMatch
and TextTransformation
- FieldToMatch: Contains
Data
and Type
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setUpdates(java.util.Collection)} or {@link #withUpdates(java.util.Collection)} if you want to override the existing values.
\n@param updates An array of XssMatchSetUpdate
objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types: - XssMatchSetUpdate: Contains
Action
and XssMatchTuple
- XssMatchTuple: Contains
FieldToMatch
and TextTransformation
- FieldToMatch: Contains
Data
and Type
\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "updateXssMatchSetRequest",
"variableType" : "UpdateXssMatchSetRequest",
"variableDeclarationType" : "UpdateXssMatchSetRequest",
"documentation" : null,
"simpleType" : "UpdateXssMatchSetRequest",
"variableSetterType" : "UpdateXssMatchSetRequest"
},
"marshaller" : {
"action" : "UpdateXssMatchSet",
"verb" : "POST",
"target" : "AWSWAF_20150824.UpdateXssMatchSet",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"XssMatchSetId" : {
"documentation" : "The XssMatchSetId
of the XssMatchSet
that you want to update. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
",
"name" : "XssMatchSetId",
"c2jName" : "XssMatchSetId",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "xssMatchSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The XssMatchSetId
of the XssMatchSet
that you want to update. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "xssMatchSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "XssMatchSetId",
"marshallLocationName" : "XssMatchSetId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The XssMatchSetId
of the XssMatchSet
that you want to update. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
\n@param xssMatchSetId The XssMatchSetId
of the XssMatchSet
that you want to update. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.*/",
"getterDocumentation" : "/**The XssMatchSetId
of the XssMatchSet
that you want to update. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
\n@return The XssMatchSetId
of the XssMatchSet
that you want to update. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.*/",
"fluentSetterDocumentation" : "/**The XssMatchSetId
of the XssMatchSet
that you want to update. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
\n@param xssMatchSetId The XssMatchSetId
of the XssMatchSet
that you want to update. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The XssMatchSetId
of the XssMatchSet
that you want to update. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
\n@param xssMatchSetId The XssMatchSetId
of the XssMatchSet
that you want to update. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Updates" : {
"documentation" : "An array of XssMatchSetUpdate
objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types:
- XssMatchSetUpdate: Contains
Action
and XssMatchTuple
- XssMatchTuple: Contains
FieldToMatch
and TextTransformation
- FieldToMatch: Contains
Data
and Type
",
"name" : "Updates",
"c2jName" : "Updates",
"c2jShape" : "XssMatchSetUpdates",
"variable" : {
"variableName" : "updates",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "An array of XssMatchSetUpdate
objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types:
- XssMatchSetUpdate: Contains
Action
and XssMatchTuple
- XssMatchTuple: Contains
FieldToMatch
and TextTransformation
- FieldToMatch: Contains
Data
and Type
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "updates",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Updates",
"marshallLocationName" : "Updates",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "XssMatchSetUpdate",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "XssMatchSetUpdate",
"variable" : {
"variableName" : "member",
"variableType" : "XssMatchSetUpdate",
"variableDeclarationType" : "XssMatchSetUpdate",
"documentation" : "",
"simpleType" : "XssMatchSetUpdate",
"variableSetterType" : "XssMatchSetUpdate"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "XssMatchSetUpdate",
"variableDeclarationType" : "XssMatchSetUpdate",
"documentation" : "",
"simpleType" : "XssMatchSetUpdate",
"variableSetterType" : "XssMatchSetUpdate"
},
"getterModel" : {
"returnType" : "XssMatchSetUpdate",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : 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.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"simple" : false,
"map" : false,
"simpleType" : "XssMatchSetUpdate",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**An array of XssMatchSetUpdate
objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types:
- XssMatchSetUpdate: Contains
Action
and XssMatchTuple
- XssMatchTuple: Contains
FieldToMatch
and TextTransformation
- FieldToMatch: Contains
Data
and Type
\n@param updates An array of XssMatchSetUpdate
objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types: - XssMatchSetUpdate: Contains
Action
and XssMatchTuple
- XssMatchTuple: Contains
FieldToMatch
and TextTransformation
- FieldToMatch: Contains
Data
and Type
*/",
"getterDocumentation" : "/**An array of XssMatchSetUpdate
objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types:
- XssMatchSetUpdate: Contains
Action
and XssMatchTuple
- XssMatchTuple: Contains
FieldToMatch
and TextTransformation
- FieldToMatch: Contains
Data
and Type
\n@return An array of XssMatchSetUpdate
objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types: - XssMatchSetUpdate: Contains
Action
and XssMatchTuple
- XssMatchTuple: Contains
FieldToMatch
and TextTransformation
- FieldToMatch: Contains
Data
and Type
*/",
"fluentSetterDocumentation" : "/**An array of XssMatchSetUpdate
objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types:
- XssMatchSetUpdate: Contains
Action
and XssMatchTuple
- XssMatchTuple: Contains
FieldToMatch
and TextTransformation
- FieldToMatch: Contains
Data
and Type
\n@param updates An array of XssMatchSetUpdate
objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types: - XssMatchSetUpdate: Contains
Action
and XssMatchTuple
- XssMatchTuple: Contains
FieldToMatch
and TextTransformation
- FieldToMatch: Contains
Data
and Type
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An array of XssMatchSetUpdate
objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types:
- XssMatchSetUpdate: Contains
Action
and XssMatchTuple
- XssMatchTuple: Contains
FieldToMatch
and TextTransformation
- FieldToMatch: Contains
Data
and Type
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setUpdates(java.util.Collection)} or {@link #withUpdates(java.util.Collection)} if you want to override the existing values.
\n@param updates An array of XssMatchSetUpdate
objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types: - XssMatchSetUpdate: Contains
Action
and XssMatchTuple
- XssMatchTuple: Contains
FieldToMatch
and TextTransformation
- FieldToMatch: Contains
Data
and Type
\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"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,
"simple" : true,
"list" : false,
"map" : 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.*/"
}
}
},
"IPSetSummary" : {
"c2jName" : "IPSetSummary",
"documentation" : "Contains the identifier and the name of the IPSet
.
",
"shapeName" : "IPSetSummary",
"deprecated" : false,
"required" : [ "IPSetId", "Name" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The IPSetId
for an IPSet. You can use IPSetId
in a GetIPSet request to get detailed information about an IPSet.
",
"name" : "IPSetId",
"c2jName" : "IPSetId",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "iPSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The IPSetId
for an IPSet. You can use IPSetId
in a GetIPSet request to get detailed information about an IPSet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "iPSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IPSetId",
"marshallLocationName" : "IPSetId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The IPSetId
for an IPSet. You can use IPSetId
in a GetIPSet request to get detailed information about an IPSet.
\n@param iPSetId The IPSetId
for an IPSet. You can use IPSetId
in a GetIPSet request to get detailed information about an IPSet.*/",
"getterDocumentation" : "/**The IPSetId
for an IPSet. You can use IPSetId
in a GetIPSet request to get detailed information about an IPSet.
\n@return The IPSetId
for an IPSet. You can use IPSetId
in a GetIPSet request to get detailed information about an IPSet.*/",
"fluentSetterDocumentation" : "/**The IPSetId
for an IPSet. You can use IPSetId
in a GetIPSet request to get detailed information about an IPSet.
\n@param iPSetId The IPSetId
for an IPSet. You can use IPSetId
in a GetIPSet request to get detailed information about an IPSet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The IPSetId
for an IPSet. You can use IPSetId
in a GetIPSet request to get detailed information about an IPSet.
\n@param iPSetId The IPSetId
for an IPSet. You can use IPSetId
in a GetIPSet request to get detailed information about an IPSet.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A friendly name or description of the IPSet. You can't change the name of an IPSet
after you create it.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A friendly name or description of the IPSet. You can't change the name of an IPSet
after you create it.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A friendly name or description of the IPSet. You can't change the name of an IPSet
after you create it.
\n@param name A friendly name or description of the IPSet. You can't change the name of an IPSet
after you create it.*/",
"getterDocumentation" : "/**A friendly name or description of the IPSet. You can't change the name of an IPSet
after you create it.
\n@return A friendly name or description of the IPSet. You can't change the name of an IPSet
after you create it.*/",
"fluentSetterDocumentation" : "/**A friendly name or description of the IPSet. You can't change the name of an IPSet
after you create it.
\n@param name A friendly name or description of the IPSet. You can't change the name of an IPSet
after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A friendly name or description of the IPSet. You can't change the name of an IPSet
after you create it.
\n@param name A friendly name or description of the IPSet. You can't change the name of an IPSet
after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"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" : {
"IPSetId" : {
"documentation" : "The IPSetId
for an IPSet. You can use IPSetId
in a GetIPSet request to get detailed information about an IPSet.
",
"name" : "IPSetId",
"c2jName" : "IPSetId",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "iPSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The IPSetId
for an IPSet. You can use IPSetId
in a GetIPSet request to get detailed information about an IPSet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "iPSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IPSetId",
"marshallLocationName" : "IPSetId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The IPSetId
for an IPSet. You can use IPSetId
in a GetIPSet request to get detailed information about an IPSet.
\n@param iPSetId The IPSetId
for an IPSet. You can use IPSetId
in a GetIPSet request to get detailed information about an IPSet.*/",
"getterDocumentation" : "/**The IPSetId
for an IPSet. You can use IPSetId
in a GetIPSet request to get detailed information about an IPSet.
\n@return The IPSetId
for an IPSet. You can use IPSetId
in a GetIPSet request to get detailed information about an IPSet.*/",
"fluentSetterDocumentation" : "/**The IPSetId
for an IPSet. You can use IPSetId
in a GetIPSet request to get detailed information about an IPSet.
\n@param iPSetId The IPSetId
for an IPSet. You can use IPSetId
in a GetIPSet request to get detailed information about an IPSet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The IPSetId
for an IPSet. You can use IPSetId
in a GetIPSet request to get detailed information about an IPSet.
\n@param iPSetId The IPSetId
for an IPSet. You can use IPSetId
in a GetIPSet request to get detailed information about an IPSet.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Name" : {
"documentation" : "A friendly name or description of the IPSet. You can't change the name of an IPSet
after you create it.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A friendly name or description of the IPSet. You can't change the name of an IPSet
after you create it.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A friendly name or description of the IPSet. You can't change the name of an IPSet
after you create it.
\n@param name A friendly name or description of the IPSet. You can't change the name of an IPSet
after you create it.*/",
"getterDocumentation" : "/**A friendly name or description of the IPSet. You can't change the name of an IPSet
after you create it.
\n@return A friendly name or description of the IPSet. You can't change the name of an IPSet
after you create it.*/",
"fluentSetterDocumentation" : "/**A friendly name or description of the IPSet. You can't change the name of an IPSet
after you create it.
\n@param name A friendly name or description of the IPSet. You can't change the name of an IPSet
after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A friendly name or description of the IPSet. You can't change the name of an IPSet
after you create it.
\n@param name A friendly name or description of the IPSet. You can't change the name of an IPSet
after you create it.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ByteMatchSet" : {
"c2jName" : "ByteMatchSet",
"documentation" : "In a GetByteMatchSet request, ByteMatchSet
is a complex type that contains the ByteMatchSetId
and Name
of a ByteMatchSet
, and the values that you specified when you updated the ByteMatchSet
.
A complex type that contains ByteMatchTuple
objects, which specify the parts of web requests that you want AWS WAF to inspect and the values that you want AWS WAF to search for. If a ByteMatchSet
contains more than one ByteMatchTuple
object, a request needs to match the settings in only one ByteMatchTuple
to be considered a match.
",
"shapeName" : "ByteMatchSet",
"deprecated" : false,
"required" : [ "ByteMatchSetId", "ByteMatchTuples" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The ByteMatchSetId
for a ByteMatchSet
. You use ByteMatchSetId
to get information about a ByteMatchSet
(see GetByteMatchSet), update a ByteMatchSet
(see UpdateByteMatchSet), insert a ByteMatchSet
into a Rule
or delete one from a Rule
(see UpdateRule), and delete a ByteMatchSet
from AWS WAF (see DeleteByteMatchSet).
ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
",
"name" : "ByteMatchSetId",
"c2jName" : "ByteMatchSetId",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "byteMatchSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ByteMatchSetId
for a ByteMatchSet
. You use ByteMatchSetId
to get information about a ByteMatchSet
(see GetByteMatchSet), update a ByteMatchSet
(see UpdateByteMatchSet), insert a ByteMatchSet
into a Rule
or delete one from a Rule
(see UpdateRule), and delete a ByteMatchSet
from AWS WAF (see DeleteByteMatchSet).
ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "byteMatchSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ByteMatchSetId",
"marshallLocationName" : "ByteMatchSetId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ByteMatchSetId
for a ByteMatchSet
. You use ByteMatchSetId
to get information about a ByteMatchSet
(see GetByteMatchSet), update a ByteMatchSet
(see UpdateByteMatchSet), insert a ByteMatchSet
into a Rule
or delete one from a Rule
(see UpdateRule), and delete a ByteMatchSet
from AWS WAF (see DeleteByteMatchSet).
ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
\n@param byteMatchSetId The ByteMatchSetId
for a ByteMatchSet
. You use ByteMatchSetId
to get information about a ByteMatchSet
(see GetByteMatchSet), update a ByteMatchSet
(see UpdateByteMatchSet), insert a ByteMatchSet
into a Rule
or delete one from a Rule
(see UpdateRule), and delete a ByteMatchSet
from AWS WAF (see DeleteByteMatchSet). ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.*/",
"getterDocumentation" : "/**
The ByteMatchSetId
for a ByteMatchSet
. You use ByteMatchSetId
to get information about a ByteMatchSet
(see GetByteMatchSet), update a ByteMatchSet
(see UpdateByteMatchSet), insert a ByteMatchSet
into a Rule
or delete one from a Rule
(see UpdateRule), and delete a ByteMatchSet
from AWS WAF (see DeleteByteMatchSet).
ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
\n@return The ByteMatchSetId
for a ByteMatchSet
. You use ByteMatchSetId
to get information about a ByteMatchSet
(see GetByteMatchSet), update a ByteMatchSet
(see UpdateByteMatchSet), insert a ByteMatchSet
into a Rule
or delete one from a Rule
(see UpdateRule), and delete a ByteMatchSet
from AWS WAF (see DeleteByteMatchSet). ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.*/",
"fluentSetterDocumentation" : "/**
The ByteMatchSetId
for a ByteMatchSet
. You use ByteMatchSetId
to get information about a ByteMatchSet
(see GetByteMatchSet), update a ByteMatchSet
(see UpdateByteMatchSet), insert a ByteMatchSet
into a Rule
or delete one from a Rule
(see UpdateRule), and delete a ByteMatchSet
from AWS WAF (see DeleteByteMatchSet).
ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
\n@param byteMatchSetId The ByteMatchSetId
for a ByteMatchSet
. You use ByteMatchSetId
to get information about a ByteMatchSet
(see GetByteMatchSet), update a ByteMatchSet
(see UpdateByteMatchSet), insert a ByteMatchSet
into a Rule
or delete one from a Rule
(see UpdateRule), and delete a ByteMatchSet
from AWS WAF (see DeleteByteMatchSet). ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The ByteMatchSetId
for a ByteMatchSet
. You use ByteMatchSetId
to get information about a ByteMatchSet
(see GetByteMatchSet), update a ByteMatchSet
(see UpdateByteMatchSet), insert a ByteMatchSet
into a Rule
or delete one from a Rule
(see UpdateRule), and delete a ByteMatchSet
from AWS WAF (see DeleteByteMatchSet).
ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
\n@param byteMatchSetId The ByteMatchSetId
for a ByteMatchSet
. You use ByteMatchSetId
to get information about a ByteMatchSet
(see GetByteMatchSet), update a ByteMatchSet
(see UpdateByteMatchSet), insert a ByteMatchSet
into a Rule
or delete one from a Rule
(see UpdateRule), and delete a ByteMatchSet
from AWS WAF (see DeleteByteMatchSet). ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
\n@param name A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.*/",
"getterDocumentation" : "/**A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
\n@return A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.*/",
"fluentSetterDocumentation" : "/**A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
\n@param name A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
\n@param name A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"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,
"simple" : false,
"list" : false,
"map" : 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.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"simple" : false,
"map" : false,
"simpleType" : "ByteMatchTuple",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : 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.*/"
} ],
"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" : {
"ByteMatchSetId" : {
"documentation" : "The ByteMatchSetId
for a ByteMatchSet
. You use ByteMatchSetId
to get information about a ByteMatchSet
(see GetByteMatchSet), update a ByteMatchSet
(see UpdateByteMatchSet), insert a ByteMatchSet
into a Rule
or delete one from a Rule
(see UpdateRule), and delete a ByteMatchSet
from AWS WAF (see DeleteByteMatchSet).
ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
",
"name" : "ByteMatchSetId",
"c2jName" : "ByteMatchSetId",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "byteMatchSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ByteMatchSetId
for a ByteMatchSet
. You use ByteMatchSetId
to get information about a ByteMatchSet
(see GetByteMatchSet), update a ByteMatchSet
(see UpdateByteMatchSet), insert a ByteMatchSet
into a Rule
or delete one from a Rule
(see UpdateRule), and delete a ByteMatchSet
from AWS WAF (see DeleteByteMatchSet).
ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "byteMatchSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ByteMatchSetId",
"marshallLocationName" : "ByteMatchSetId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ByteMatchSetId
for a ByteMatchSet
. You use ByteMatchSetId
to get information about a ByteMatchSet
(see GetByteMatchSet), update a ByteMatchSet
(see UpdateByteMatchSet), insert a ByteMatchSet
into a Rule
or delete one from a Rule
(see UpdateRule), and delete a ByteMatchSet
from AWS WAF (see DeleteByteMatchSet).
ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
\n@param byteMatchSetId The ByteMatchSetId
for a ByteMatchSet
. You use ByteMatchSetId
to get information about a ByteMatchSet
(see GetByteMatchSet), update a ByteMatchSet
(see UpdateByteMatchSet), insert a ByteMatchSet
into a Rule
or delete one from a Rule
(see UpdateRule), and delete a ByteMatchSet
from AWS WAF (see DeleteByteMatchSet). ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.*/",
"getterDocumentation" : "/**
The ByteMatchSetId
for a ByteMatchSet
. You use ByteMatchSetId
to get information about a ByteMatchSet
(see GetByteMatchSet), update a ByteMatchSet
(see UpdateByteMatchSet), insert a ByteMatchSet
into a Rule
or delete one from a Rule
(see UpdateRule), and delete a ByteMatchSet
from AWS WAF (see DeleteByteMatchSet).
ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
\n@return The ByteMatchSetId
for a ByteMatchSet
. You use ByteMatchSetId
to get information about a ByteMatchSet
(see GetByteMatchSet), update a ByteMatchSet
(see UpdateByteMatchSet), insert a ByteMatchSet
into a Rule
or delete one from a Rule
(see UpdateRule), and delete a ByteMatchSet
from AWS WAF (see DeleteByteMatchSet). ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.*/",
"fluentSetterDocumentation" : "/**
The ByteMatchSetId
for a ByteMatchSet
. You use ByteMatchSetId
to get information about a ByteMatchSet
(see GetByteMatchSet), update a ByteMatchSet
(see UpdateByteMatchSet), insert a ByteMatchSet
into a Rule
or delete one from a Rule
(see UpdateRule), and delete a ByteMatchSet
from AWS WAF (see DeleteByteMatchSet).
ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
\n@param byteMatchSetId The ByteMatchSetId
for a ByteMatchSet
. You use ByteMatchSetId
to get information about a ByteMatchSet
(see GetByteMatchSet), update a ByteMatchSet
(see UpdateByteMatchSet), insert a ByteMatchSet
into a Rule
or delete one from a Rule
(see UpdateRule), and delete a ByteMatchSet
from AWS WAF (see DeleteByteMatchSet). ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The ByteMatchSetId
for a ByteMatchSet
. You use ByteMatchSetId
to get information about a ByteMatchSet
(see GetByteMatchSet), update a ByteMatchSet
(see UpdateByteMatchSet), insert a ByteMatchSet
into a Rule
or delete one from a Rule
(see UpdateRule), and delete a ByteMatchSet
from AWS WAF (see DeleteByteMatchSet).
ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
\n@param byteMatchSetId The ByteMatchSetId
for a ByteMatchSet
. You use ByteMatchSetId
to get information about a ByteMatchSet
(see GetByteMatchSet), update a ByteMatchSet
(see UpdateByteMatchSet), insert a ByteMatchSet
into a Rule
or delete one from a Rule
(see UpdateRule), and delete a ByteMatchSet
from AWS WAF (see DeleteByteMatchSet). ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"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,
"simple" : false,
"list" : false,
"map" : 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.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"simple" : false,
"map" : false,
"simpleType" : "ByteMatchTuple",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : 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.*/"
},
"Name" : {
"documentation" : "A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
\n@param name A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.*/",
"getterDocumentation" : "/**A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
\n@return A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.*/",
"fluentSetterDocumentation" : "/**A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
\n@param name A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
\n@param name A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"WAFNonexistentItemException" : {
"c2jName" : "WAFNonexistentItemException",
"documentation" : "The operation failed because the referenced object doesn't exist.
",
"shapeName" : "WAFNonexistentItemException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "wAFNonexistentItemException",
"variableType" : "WAFNonexistentItemException",
"variableDeclarationType" : "WAFNonexistentItemException",
"documentation" : null,
"simpleType" : "WAFNonexistentItemException",
"variableSetterType" : "WAFNonexistentItemException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "WAFNonexistentItemException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"GetWebACLRequest" : {
"c2jName" : "GetWebACLRequest",
"documentation" : "",
"shapeName" : "GetWebACLRequest",
"deprecated" : false,
"required" : [ "WebACLId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The WebACLId
of the WebACL that you want to get. WebACLId
is returned by CreateWebACL and by ListWebACLs.
",
"name" : "WebACLId",
"c2jName" : "WebACLId",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "webACLId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The WebACLId
of the WebACL that you want to get. WebACLId
is returned by CreateWebACL and by ListWebACLs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "webACLId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "WebACLId",
"marshallLocationName" : "WebACLId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The WebACLId
of the WebACL that you want to get. WebACLId
is returned by CreateWebACL and by ListWebACLs.
\n@param webACLId The WebACLId
of the WebACL that you want to get. WebACLId
is returned by CreateWebACL and by ListWebACLs.*/",
"getterDocumentation" : "/**The WebACLId
of the WebACL that you want to get. WebACLId
is returned by CreateWebACL and by ListWebACLs.
\n@return The WebACLId
of the WebACL that you want to get. WebACLId
is returned by CreateWebACL and by ListWebACLs.*/",
"fluentSetterDocumentation" : "/**The WebACLId
of the WebACL that you want to get. WebACLId
is returned by CreateWebACL and by ListWebACLs.
\n@param webACLId The WebACLId
of the WebACL that you want to get. WebACLId
is returned by CreateWebACL and by ListWebACLs.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The WebACLId
of the WebACL that you want to get. WebACLId
is returned by CreateWebACL and by ListWebACLs.
\n@param webACLId The WebACLId
of the WebACL that you want to get. WebACLId
is returned by CreateWebACL and by ListWebACLs.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "getWebACLRequest",
"variableType" : "GetWebACLRequest",
"variableDeclarationType" : "GetWebACLRequest",
"documentation" : null,
"simpleType" : "GetWebACLRequest",
"variableSetterType" : "GetWebACLRequest"
},
"marshaller" : {
"action" : "GetWebACL",
"verb" : "POST",
"target" : "AWSWAF_20150824.GetWebACL",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"WebACLId" : {
"documentation" : "The WebACLId
of the WebACL that you want to get. WebACLId
is returned by CreateWebACL and by ListWebACLs.
",
"name" : "WebACLId",
"c2jName" : "WebACLId",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "webACLId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The WebACLId
of the WebACL that you want to get. WebACLId
is returned by CreateWebACL and by ListWebACLs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "webACLId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "WebACLId",
"marshallLocationName" : "WebACLId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The WebACLId
of the WebACL that you want to get. WebACLId
is returned by CreateWebACL and by ListWebACLs.
\n@param webACLId The WebACLId
of the WebACL that you want to get. WebACLId
is returned by CreateWebACL and by ListWebACLs.*/",
"getterDocumentation" : "/**The WebACLId
of the WebACL that you want to get. WebACLId
is returned by CreateWebACL and by ListWebACLs.
\n@return The WebACLId
of the WebACL that you want to get. WebACLId
is returned by CreateWebACL and by ListWebACLs.*/",
"fluentSetterDocumentation" : "/**The WebACLId
of the WebACL that you want to get. WebACLId
is returned by CreateWebACL and by ListWebACLs.
\n@param webACLId The WebACLId
of the WebACL that you want to get. WebACLId
is returned by CreateWebACL and by ListWebACLs.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The WebACLId
of the WebACL that you want to get. WebACLId
is returned by CreateWebACL and by ListWebACLs.
\n@param webACLId The WebACLId
of the WebACL that you want to get. WebACLId
is returned by CreateWebACL and by ListWebACLs.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"GetRuleRequest" : {
"c2jName" : "GetRuleRequest",
"documentation" : "",
"shapeName" : "GetRuleRequest",
"deprecated" : false,
"required" : [ "RuleId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The RuleId
of the Rule that you want to get. RuleId
is returned by CreateRule and by ListRules.
",
"name" : "RuleId",
"c2jName" : "RuleId",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "ruleId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The RuleId
of the Rule that you want to get. RuleId
is returned by CreateRule and by ListRules.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "ruleId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RuleId",
"marshallLocationName" : "RuleId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The RuleId
of the Rule that you want to get. RuleId
is returned by CreateRule and by ListRules.
\n@param ruleId The RuleId
of the Rule that you want to get. RuleId
is returned by CreateRule and by ListRules.*/",
"getterDocumentation" : "/**The RuleId
of the Rule that you want to get. RuleId
is returned by CreateRule and by ListRules.
\n@return The RuleId
of the Rule that you want to get. RuleId
is returned by CreateRule and by ListRules.*/",
"fluentSetterDocumentation" : "/**The RuleId
of the Rule that you want to get. RuleId
is returned by CreateRule and by ListRules.
\n@param ruleId The RuleId
of the Rule that you want to get. RuleId
is returned by CreateRule and by ListRules.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The RuleId
of the Rule that you want to get. RuleId
is returned by CreateRule and by ListRules.
\n@param ruleId The RuleId
of the Rule that you want to get. RuleId
is returned by CreateRule and by ListRules.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "getRuleRequest",
"variableType" : "GetRuleRequest",
"variableDeclarationType" : "GetRuleRequest",
"documentation" : null,
"simpleType" : "GetRuleRequest",
"variableSetterType" : "GetRuleRequest"
},
"marshaller" : {
"action" : "GetRule",
"verb" : "POST",
"target" : "AWSWAF_20150824.GetRule",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"RuleId" : {
"documentation" : "The RuleId
of the Rule that you want to get. RuleId
is returned by CreateRule and by ListRules.
",
"name" : "RuleId",
"c2jName" : "RuleId",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "ruleId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The RuleId
of the Rule that you want to get. RuleId
is returned by CreateRule and by ListRules.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "ruleId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RuleId",
"marshallLocationName" : "RuleId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The RuleId
of the Rule that you want to get. RuleId
is returned by CreateRule and by ListRules.
\n@param ruleId The RuleId
of the Rule that you want to get. RuleId
is returned by CreateRule and by ListRules.*/",
"getterDocumentation" : "/**The RuleId
of the Rule that you want to get. RuleId
is returned by CreateRule and by ListRules.
\n@return The RuleId
of the Rule that you want to get. RuleId
is returned by CreateRule and by ListRules.*/",
"fluentSetterDocumentation" : "/**The RuleId
of the Rule that you want to get. RuleId
is returned by CreateRule and by ListRules.
\n@param ruleId The RuleId
of the Rule that you want to get. RuleId
is returned by CreateRule and by ListRules.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The RuleId
of the Rule that you want to get. RuleId
is returned by CreateRule and by ListRules.
\n@param ruleId The RuleId
of the Rule that you want to get. RuleId
is returned by CreateRule and by ListRules.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"HTTPRequest" : {
"c2jName" : "HTTPRequest",
"documentation" : "The response from a GetSampledRequests request includes an HTTPRequest
complex type that appears as Request
in the response syntax. HTTPRequest
contains information about one of the web requests that were returned by GetSampledRequests
.
",
"shapeName" : "HTTPRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The IP address that the request originated from. If the WebACL
is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:
c-ip
, if the viewer did not use an HTTP proxy or a load balancer to send the request x-forwarded-for
, if the viewer did use an HTTP proxy or a load balancer to send the request
",
"name" : "ClientIP",
"c2jName" : "ClientIP",
"c2jShape" : "IPString",
"variable" : {
"variableName" : "clientIP",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The IP address that the request originated from. If the WebACL
is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:
c-ip
, if the viewer did not use an HTTP proxy or a load balancer to send the request x-forwarded-for
, if the viewer did use an HTTP proxy or a load balancer to send the request
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "clientIP",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ClientIP",
"marshallLocationName" : "ClientIP",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The IP address that the request originated from. If the WebACL
is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:
c-ip
, if the viewer did not use an HTTP proxy or a load balancer to send the request x-forwarded-for
, if the viewer did use an HTTP proxy or a load balancer to send the request
\n@param clientIP The IP address that the request originated from. If the WebACL
is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs: c-ip
, if the viewer did not use an HTTP proxy or a load balancer to send the request x-forwarded-for
, if the viewer did use an HTTP proxy or a load balancer to send the request */",
"getterDocumentation" : "/**The IP address that the request originated from. If the WebACL
is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:
c-ip
, if the viewer did not use an HTTP proxy or a load balancer to send the request x-forwarded-for
, if the viewer did use an HTTP proxy or a load balancer to send the request
\n@return The IP address that the request originated from. If the WebACL
is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs: c-ip
, if the viewer did not use an HTTP proxy or a load balancer to send the request x-forwarded-for
, if the viewer did use an HTTP proxy or a load balancer to send the request */",
"fluentSetterDocumentation" : "/**The IP address that the request originated from. If the WebACL
is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:
c-ip
, if the viewer did not use an HTTP proxy or a load balancer to send the request x-forwarded-for
, if the viewer did use an HTTP proxy or a load balancer to send the request
\n@param clientIP The IP address that the request originated from. If the WebACL
is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs: c-ip
, if the viewer did not use an HTTP proxy or a load balancer to send the request x-forwarded-for
, if the viewer did use an HTTP proxy or a load balancer to send the request \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The IP address that the request originated from. If the WebACL
is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:
c-ip
, if the viewer did not use an HTTP proxy or a load balancer to send the request x-forwarded-for
, if the viewer did use an HTTP proxy or a load balancer to send the request
\n@param clientIP The IP address that the request originated from. If the WebACL
is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs: c-ip
, if the viewer did not use an HTTP proxy or a load balancer to send the request x-forwarded-for
, if the viewer did use an HTTP proxy or a load balancer to send the request \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The two-letter country code for the country that the request originated from. For a current list of country codes, see the Wikipedia entry ISO 3166-1 alpha-2.
",
"name" : "Country",
"c2jName" : "Country",
"c2jShape" : "Country",
"variable" : {
"variableName" : "country",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The two-letter country code for the country that the request originated from. For a current list of country codes, see the Wikipedia entry ISO 3166-1 alpha-2.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "country",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Country",
"marshallLocationName" : "Country",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The two-letter country code for the country that the request originated from. For a current list of country codes, see the Wikipedia entry ISO 3166-1 alpha-2.
\n@param country The two-letter country code for the country that the request originated from. For a current list of country codes, see the Wikipedia entry ISO 3166-1 alpha-2.*/",
"getterDocumentation" : "/**The two-letter country code for the country that the request originated from. For a current list of country codes, see the Wikipedia entry ISO 3166-1 alpha-2.
\n@return The two-letter country code for the country that the request originated from. For a current list of country codes, see the Wikipedia entry ISO 3166-1 alpha-2.*/",
"fluentSetterDocumentation" : "/**The two-letter country code for the country that the request originated from. For a current list of country codes, see the Wikipedia entry ISO 3166-1 alpha-2.
\n@param country The two-letter country code for the country that the request originated from. For a current list of country codes, see the Wikipedia entry ISO 3166-1 alpha-2.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The two-letter country code for the country that the request originated from. For a current list of country codes, see the Wikipedia entry ISO 3166-1 alpha-2.
\n@param country The two-letter country code for the country that the request originated from. For a current list of country codes, see the Wikipedia entry ISO 3166-1 alpha-2.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The part of a web request that identifies the resource, for example, /images/daily-ad.jpg
.
",
"name" : "URI",
"c2jName" : "URI",
"c2jShape" : "URIString",
"variable" : {
"variableName" : "uRI",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The part of a web request that identifies the resource, for example, /images/daily-ad.jpg
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "uRI",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "URI",
"marshallLocationName" : "URI",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The part of a web request that identifies the resource, for example, /images/daily-ad.jpg
.
\n@param uRI The part of a web request that identifies the resource, for example, /images/daily-ad.jpg
.*/",
"getterDocumentation" : "/**The part of a web request that identifies the resource, for example, /images/daily-ad.jpg
.
\n@return The part of a web request that identifies the resource, for example, /images/daily-ad.jpg
.*/",
"fluentSetterDocumentation" : "/**The part of a web request that identifies the resource, for example, /images/daily-ad.jpg
.
\n@param uRI The part of a web request that identifies the resource, for example, /images/daily-ad.jpg
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The part of a web request that identifies the resource, for example, /images/daily-ad.jpg
.
\n@param uRI The part of a web request that identifies the resource, for example, /images/daily-ad.jpg
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The HTTP method specified in the sampled web request. CloudFront supports the following methods: DELETE
, GET
, HEAD
, OPTIONS
, PATCH
, POST
, and PUT
.
",
"name" : "Method",
"c2jName" : "Method",
"c2jShape" : "HTTPMethod",
"variable" : {
"variableName" : "method",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The HTTP method specified in the sampled web request. CloudFront supports the following methods: DELETE
, GET
, HEAD
, OPTIONS
, PATCH
, POST
, and PUT
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "method",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Method",
"marshallLocationName" : "Method",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The HTTP method specified in the sampled web request. CloudFront supports the following methods: DELETE
, GET
, HEAD
, OPTIONS
, PATCH
, POST
, and PUT
.
\n@param method The HTTP method specified in the sampled web request. CloudFront supports the following methods: DELETE
, GET
, HEAD
, OPTIONS
, PATCH
, POST
, and PUT
.*/",
"getterDocumentation" : "/**The HTTP method specified in the sampled web request. CloudFront supports the following methods: DELETE
, GET
, HEAD
, OPTIONS
, PATCH
, POST
, and PUT
.
\n@return The HTTP method specified in the sampled web request. CloudFront supports the following methods: DELETE
, GET
, HEAD
, OPTIONS
, PATCH
, POST
, and PUT
.*/",
"fluentSetterDocumentation" : "/**The HTTP method specified in the sampled web request. CloudFront supports the following methods: DELETE
, GET
, HEAD
, OPTIONS
, PATCH
, POST
, and PUT
.
\n@param method The HTTP method specified in the sampled web request. CloudFront supports the following methods: DELETE
, GET
, HEAD
, OPTIONS
, PATCH
, POST
, and PUT
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The HTTP method specified in the sampled web request. CloudFront supports the following methods: DELETE
, GET
, HEAD
, OPTIONS
, PATCH
, POST
, and PUT
.
\n@param method The HTTP method specified in the sampled web request. CloudFront supports the following methods: DELETE
, GET
, HEAD
, OPTIONS
, PATCH
, POST
, and PUT
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The HTTP version specified in the sampled web request, for example, HTTP/1.1
.
",
"name" : "HTTPVersion",
"c2jName" : "HTTPVersion",
"c2jShape" : "HTTPVersion",
"variable" : {
"variableName" : "hTTPVersion",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The HTTP version specified in the sampled web request, for example, HTTP/1.1
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "hTTPVersion",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HTTPVersion",
"marshallLocationName" : "HTTPVersion",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The HTTP version specified in the sampled web request, for example, HTTP/1.1
.
\n@param hTTPVersion The HTTP version specified in the sampled web request, for example, HTTP/1.1
.*/",
"getterDocumentation" : "/**The HTTP version specified in the sampled web request, for example, HTTP/1.1
.
\n@return The HTTP version specified in the sampled web request, for example, HTTP/1.1
.*/",
"fluentSetterDocumentation" : "/**The HTTP version specified in the sampled web request, for example, HTTP/1.1
.
\n@param hTTPVersion The HTTP version specified in the sampled web request, for example, HTTP/1.1
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The HTTP version specified in the sampled web request, for example, HTTP/1.1
.
\n@param hTTPVersion The HTTP version specified in the sampled web request, for example, HTTP/1.1
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A complex type that contains two values for each header in the sampled web request: the name of the header and the value of the header.
",
"name" : "Headers",
"c2jName" : "Headers",
"c2jShape" : "HTTPHeaders",
"variable" : {
"variableName" : "headers",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "A complex type that contains two values for each header in the sampled web request: the name of the header and the value of the header.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "headers",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Headers",
"marshallLocationName" : "Headers",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "HTTPHeader",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "HTTPHeader",
"variable" : {
"variableName" : "member",
"variableType" : "HTTPHeader",
"variableDeclarationType" : "HTTPHeader",
"documentation" : "",
"simpleType" : "HTTPHeader",
"variableSetterType" : "HTTPHeader"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "HTTPHeader",
"variableDeclarationType" : "HTTPHeader",
"documentation" : "",
"simpleType" : "HTTPHeader",
"variableSetterType" : "HTTPHeader"
},
"getterModel" : {
"returnType" : "HTTPHeader",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : 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.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"simple" : false,
"map" : false,
"simpleType" : "HTTPHeader",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A complex type that contains two values for each header in the sampled web request: the name of the header and the value of the header.
\n@param headers A complex type that contains two values for each header in the sampled web request: the name of the header and the value of the header.*/",
"getterDocumentation" : "/**A complex type that contains two values for each header in the sampled web request: the name of the header and the value of the header.
\n@return A complex type that contains two values for each header in the sampled web request: the name of the header and the value of the header.*/",
"fluentSetterDocumentation" : "/**A complex type that contains two values for each header in the sampled web request: the name of the header and the value of the header.
\n@param headers A complex type that contains two values for each header in the sampled web request: the name of the header and the value of the header.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A complex type that contains two values for each header in the sampled web request: the name of the header and the value of the header.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setHeaders(java.util.Collection)} or {@link #withHeaders(java.util.Collection)} if you want to override the existing values.
\n@param headers A complex type that contains two values for each header in the sampled web request: the name of the header and the value of the header.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "hTTPRequest",
"variableType" : "HTTPRequest",
"variableDeclarationType" : "HTTPRequest",
"documentation" : null,
"simpleType" : "HTTPRequest",
"variableSetterType" : "HTTPRequest"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Headers" : {
"documentation" : "A complex type that contains two values for each header in the sampled web request: the name of the header and the value of the header.
",
"name" : "Headers",
"c2jName" : "Headers",
"c2jShape" : "HTTPHeaders",
"variable" : {
"variableName" : "headers",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "A complex type that contains two values for each header in the sampled web request: the name of the header and the value of the header.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "headers",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Headers",
"marshallLocationName" : "Headers",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "HTTPHeader",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "HTTPHeader",
"variable" : {
"variableName" : "member",
"variableType" : "HTTPHeader",
"variableDeclarationType" : "HTTPHeader",
"documentation" : "",
"simpleType" : "HTTPHeader",
"variableSetterType" : "HTTPHeader"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "HTTPHeader",
"variableDeclarationType" : "HTTPHeader",
"documentation" : "",
"simpleType" : "HTTPHeader",
"variableSetterType" : "HTTPHeader"
},
"getterModel" : {
"returnType" : "HTTPHeader",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : 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.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"simple" : false,
"map" : false,
"simpleType" : "HTTPHeader",
"templateType" : "java.util.List