diff --git a/CHANGELOG.md b/CHANGELOG.md index 120f6e4583a..57afe17bfb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +* Feature - Aws::WAF - Adds SDK support for AWS WAF, a web application firewall + that helps protect your web applications from common web exploits that could + affect application availability, compromise security, or consume excessive + resources. + * Feature - Aws::EC2 - Adds "Spot Blocks" for Amazon Elastic Compute Cloud. * Feature - Aws::CloudFront - Adds support for adding WebACLIds to CloudFront diff --git a/aws-sdk-core/apis/waf/2015-08-24/api-2.json b/aws-sdk-core/apis/waf/2015-08-24/api-2.json new file mode 100644 index 00000000000..3949f784cdf --- /dev/null +++ b/aws-sdk-core/apis/waf/2015-08-24/api-2.json @@ -0,0 +1,1908 @@ +{ + "version":"2.0", + "metadata":{ + "apiVersion":"2015-08-24", + "endpointPrefix":"waf", + "jsonVersion":"1.1", + "serviceAbbreviation":"WAF", + "serviceFullName":"AWS WAF", + "signatureVersion":"v4", + "targetPrefix":"AWSWAF_20150824", + "protocol":"json" + }, + "operations":{ + "CreateByteMatchSet":{ + "name":"CreateByteMatchSet", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"CreateByteMatchSetRequest"}, + "output":{"shape":"CreateByteMatchSetResponse"}, + "errors":[ + { + "shape":"WAFDisallowedNameException", + "exception":true + }, + { + "shape":"WAFInternalErrorException", + "exception":true, + "fault":true + }, + { + "shape":"WAFInvalidAccountException", + "exception":true + }, + { + "shape":"WAFInvalidParameterException", + "exception":true + }, + { + "shape":"WAFStaleDataException", + "exception":true + }, + { + "shape":"WAFLimitsExceededException", + "exception":true + } + ] + }, + "CreateIPSet":{ + "name":"CreateIPSet", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"CreateIPSetRequest"}, + "output":{"shape":"CreateIPSetResponse"}, + "errors":[ + { + "shape":"WAFStaleDataException", + "exception":true + }, + { + "shape":"WAFInternalErrorException", + "exception":true, + "fault":true + }, + { + "shape":"WAFInvalidAccountException", + "exception":true + }, + { + "shape":"WAFDisallowedNameException", + "exception":true + }, + { + "shape":"WAFInvalidParameterException", + "exception":true + }, + { + "shape":"WAFLimitsExceededException", + "exception":true + } + ] + }, + "CreateRule":{ + "name":"CreateRule", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"CreateRuleRequest"}, + "output":{"shape":"CreateRuleResponse"}, + "errors":[ + { + "shape":"WAFStaleDataException", + "exception":true + }, + { + "shape":"WAFInternalErrorException", + "exception":true, + "fault":true + }, + { + "shape":"WAFDisallowedNameException", + "exception":true + }, + { + "shape":"WAFInvalidParameterException", + "exception":true + }, + { + "shape":"WAFLimitsExceededException", + "exception":true + } + ] + }, + "CreateSqlInjectionMatchSet":{ + "name":"CreateSqlInjectionMatchSet", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"CreateSqlInjectionMatchSetRequest"}, + "output":{"shape":"CreateSqlInjectionMatchSetResponse"}, + "errors":[ + { + "shape":"WAFDisallowedNameException", + "exception":true + }, + { + "shape":"WAFInternalErrorException", + "exception":true, + "fault":true + }, + { + "shape":"WAFInvalidAccountException", + "exception":true + }, + { + "shape":"WAFInvalidParameterException", + "exception":true + }, + { + "shape":"WAFStaleDataException", + "exception":true + }, + { + "shape":"WAFLimitsExceededException", + "exception":true + } + ] + }, + "CreateWebACL":{ + "name":"CreateWebACL", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"CreateWebACLRequest"}, + "output":{"shape":"CreateWebACLResponse"}, + "errors":[ + { + "shape":"WAFStaleDataException", + "exception":true + }, + { + "shape":"WAFInternalErrorException", + "exception":true, + "fault":true + }, + { + "shape":"WAFInvalidAccountException", + "exception":true + }, + { + "shape":"WAFDisallowedNameException", + "exception":true + }, + { + "shape":"WAFInvalidParameterException", + "exception":true + }, + { + "shape":"WAFLimitsExceededException", + "exception":true + } + ] + }, + "DeleteByteMatchSet":{ + "name":"DeleteByteMatchSet", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DeleteByteMatchSetRequest"}, + "output":{"shape":"DeleteByteMatchSetResponse"}, + "errors":[ + { + "shape":"WAFInternalErrorException", + "exception":true, + "fault":true + }, + { + "shape":"WAFInvalidAccountException", + "exception":true + }, + { + "shape":"WAFNonexistentItemException", + "exception":true + }, + { + "shape":"WAFReferencedItemException", + "exception":true + }, + { + "shape":"WAFStaleDataException", + "exception":true + }, + { + "shape":"WAFNonEmptyEntityException", + "exception":true + } + ] + }, + "DeleteIPSet":{ + "name":"DeleteIPSet", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DeleteIPSetRequest"}, + "output":{"shape":"DeleteIPSetResponse"}, + "errors":[ + { + "shape":"WAFStaleDataException", + "exception":true + }, + { + "shape":"WAFInternalErrorException", + "exception":true, + "fault":true + }, + { + "shape":"WAFInvalidAccountException", + "exception":true + }, + { + "shape":"WAFNonexistentItemException", + "exception":true + }, + { + "shape":"WAFReferencedItemException", + "exception":true + }, + { + "shape":"WAFNonEmptyEntityException", + "exception":true + } + ] + }, + "DeleteRule":{ + "name":"DeleteRule", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DeleteRuleRequest"}, + "output":{"shape":"DeleteRuleResponse"}, + "errors":[ + { + "shape":"WAFStaleDataException", + "exception":true + }, + { + "shape":"WAFInternalErrorException", + "exception":true, + "fault":true + }, + { + "shape":"WAFInvalidAccountException", + "exception":true + }, + { + "shape":"WAFNonexistentItemException", + "exception":true + }, + { + "shape":"WAFReferencedItemException", + "exception":true + }, + { + "shape":"WAFNonEmptyEntityException", + "exception":true + } + ] + }, + "DeleteSqlInjectionMatchSet":{ + "name":"DeleteSqlInjectionMatchSet", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DeleteSqlInjectionMatchSetRequest"}, + "output":{"shape":"DeleteSqlInjectionMatchSetResponse"}, + "errors":[ + { + "shape":"WAFInternalErrorException", + "exception":true, + "fault":true + }, + { + "shape":"WAFInvalidAccountException", + "exception":true + }, + { + "shape":"WAFNonexistentItemException", + "exception":true + }, + { + "shape":"WAFReferencedItemException", + "exception":true + }, + { + "shape":"WAFStaleDataException", + "exception":true + }, + { + "shape":"WAFNonEmptyEntityException", + "exception":true + } + ] + }, + "DeleteWebACL":{ + "name":"DeleteWebACL", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DeleteWebACLRequest"}, + "output":{"shape":"DeleteWebACLResponse"}, + "errors":[ + { + "shape":"WAFStaleDataException", + "exception":true + }, + { + "shape":"WAFInternalErrorException", + "exception":true, + "fault":true + }, + { + "shape":"WAFInvalidAccountException", + "exception":true + }, + { + "shape":"WAFNonexistentItemException", + "exception":true + }, + { + "shape":"WAFReferencedItemException", + "exception":true + }, + { + "shape":"WAFNonEmptyEntityException", + "exception":true + } + ] + }, + "GetByteMatchSet":{ + "name":"GetByteMatchSet", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"GetByteMatchSetRequest"}, + "output":{"shape":"GetByteMatchSetResponse"}, + "errors":[ + { + "shape":"WAFInternalErrorException", + "exception":true, + "fault":true + }, + { + "shape":"WAFInvalidAccountException", + "exception":true + }, + { + "shape":"WAFNonexistentItemException", + "exception":true + } + ] + }, + "GetChangeToken":{ + "name":"GetChangeToken", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"GetChangeTokenRequest"}, + "output":{"shape":"GetChangeTokenResponse"}, + "errors":[ + { + "shape":"WAFInternalErrorException", + "exception":true, + "fault":true + } + ] + }, + "GetChangeTokenStatus":{ + "name":"GetChangeTokenStatus", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"GetChangeTokenStatusRequest"}, + "output":{"shape":"GetChangeTokenStatusResponse"}, + "errors":[ + { + "shape":"WAFNonexistentItemException", + "exception":true + }, + { + "shape":"WAFInternalErrorException", + "exception":true, + "fault":true + } + ] + }, + "GetIPSet":{ + "name":"GetIPSet", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"GetIPSetRequest"}, + "output":{"shape":"GetIPSetResponse"}, + "errors":[ + { + "shape":"WAFInternalErrorException", + "exception":true, + "fault":true + }, + { + "shape":"WAFInvalidAccountException", + "exception":true + }, + { + "shape":"WAFNonexistentItemException", + "exception":true + } + ] + }, + "GetRule":{ + "name":"GetRule", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"GetRuleRequest"}, + "output":{"shape":"GetRuleResponse"}, + "errors":[ + { + "shape":"WAFInternalErrorException", + "exception":true, + "fault":true + }, + { + "shape":"WAFInvalidAccountException", + "exception":true + }, + { + "shape":"WAFNonexistentItemException", + "exception":true + } + ] + }, + "GetSampledRequests":{ + "name":"GetSampledRequests", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"GetSampledRequestsRequest"}, + "output":{"shape":"GetSampledRequestsResponse"}, + "errors":[ + { + "shape":"WAFNonexistentItemException", + "exception":true + } + ] + }, + "GetSqlInjectionMatchSet":{ + "name":"GetSqlInjectionMatchSet", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"GetSqlInjectionMatchSetRequest"}, + "output":{"shape":"GetSqlInjectionMatchSetResponse"}, + "errors":[ + { + "shape":"WAFInternalErrorException", + "exception":true, + "fault":true + }, + { + "shape":"WAFInvalidAccountException", + "exception":true + }, + { + "shape":"WAFNonexistentItemException", + "exception":true + } + ] + }, + "GetWebACL":{ + "name":"GetWebACL", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"GetWebACLRequest"}, + "output":{"shape":"GetWebACLResponse"}, + "errors":[ + { + "shape":"WAFInternalErrorException", + "exception":true, + "fault":true + }, + { + "shape":"WAFInvalidAccountException", + "exception":true + }, + { + "shape":"WAFNonexistentItemException", + "exception":true + } + ] + }, + "ListByteMatchSets":{ + "name":"ListByteMatchSets", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ListByteMatchSetsRequest"}, + "output":{"shape":"ListByteMatchSetsResponse"}, + "errors":[ + { + "shape":"WAFInternalErrorException", + "exception":true, + "fault":true + }, + { + "shape":"WAFInvalidAccountException", + "exception":true + } + ] + }, + "ListIPSets":{ + "name":"ListIPSets", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ListIPSetsRequest"}, + "output":{"shape":"ListIPSetsResponse"}, + "errors":[ + { + "shape":"WAFInternalErrorException", + "exception":true, + "fault":true + }, + { + "shape":"WAFInvalidAccountException", + "exception":true + } + ] + }, + "ListRules":{ + "name":"ListRules", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ListRulesRequest"}, + "output":{"shape":"ListRulesResponse"}, + "errors":[ + { + "shape":"WAFInternalErrorException", + "exception":true, + "fault":true + }, + { + "shape":"WAFInvalidAccountException", + "exception":true + } + ] + }, + "ListSqlInjectionMatchSets":{ + "name":"ListSqlInjectionMatchSets", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ListSqlInjectionMatchSetsRequest"}, + "output":{"shape":"ListSqlInjectionMatchSetsResponse"}, + "errors":[ + { + "shape":"WAFInternalErrorException", + "exception":true, + "fault":true + }, + { + "shape":"WAFInvalidAccountException", + "exception":true + } + ] + }, + "ListWebACLs":{ + "name":"ListWebACLs", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ListWebACLsRequest"}, + "output":{"shape":"ListWebACLsResponse"}, + "errors":[ + { + "shape":"WAFInternalErrorException", + "exception":true, + "fault":true + }, + { + "shape":"WAFInvalidAccountException", + "exception":true + } + ] + }, + "UpdateByteMatchSet":{ + "name":"UpdateByteMatchSet", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"UpdateByteMatchSetRequest"}, + "output":{"shape":"UpdateByteMatchSetResponse"}, + "errors":[ + { + "shape":"WAFInternalErrorException", + "exception":true, + "fault":true + }, + { + "shape":"WAFInvalidAccountException", + "exception":true + }, + { + "shape":"WAFInvalidOperationException", + "exception":true + }, + { + "shape":"WAFInvalidParameterException", + "exception":true + }, + { + "shape":"WAFNonexistentContainerException", + "exception":true + }, + { + "shape":"WAFNonexistentItemException", + "exception":true + }, + { + "shape":"WAFStaleDataException", + "exception":true + }, + { + "shape":"WAFLimitsExceededException", + "exception":true + } + ] + }, + "UpdateIPSet":{ + "name":"UpdateIPSet", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"UpdateIPSetRequest"}, + "output":{"shape":"UpdateIPSetResponse"}, + "errors":[ + { + "shape":"WAFStaleDataException", + "exception":true + }, + { + "shape":"WAFInternalErrorException", + "exception":true, + "fault":true + }, + { + "shape":"WAFInvalidAccountException", + "exception":true + }, + { + "shape":"WAFInvalidOperationException", + "exception":true + }, + { + "shape":"WAFInvalidParameterException", + "exception":true + }, + { + "shape":"WAFNonexistentContainerException", + "exception":true + }, + { + "shape":"WAFNonexistentItemException", + "exception":true + }, + { + "shape":"WAFReferencedItemException", + "exception":true + }, + { + "shape":"WAFLimitsExceededException", + "exception":true + } + ] + }, + "UpdateRule":{ + "name":"UpdateRule", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"UpdateRuleRequest"}, + "output":{"shape":"UpdateRuleResponse"}, + "errors":[ + { + "shape":"WAFStaleDataException", + "exception":true + }, + { + "shape":"WAFInternalErrorException", + "exception":true, + "fault":true + }, + { + "shape":"WAFInvalidAccountException", + "exception":true + }, + { + "shape":"WAFInvalidOperationException", + "exception":true + }, + { + "shape":"WAFInvalidParameterException", + "exception":true + }, + { + "shape":"WAFNonexistentContainerException", + "exception":true + }, + { + "shape":"WAFNonexistentItemException", + "exception":true + }, + { + "shape":"WAFReferencedItemException", + "exception":true + }, + { + "shape":"WAFLimitsExceededException", + "exception":true + } + ] + }, + "UpdateSqlInjectionMatchSet":{ + "name":"UpdateSqlInjectionMatchSet", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"UpdateSqlInjectionMatchSetRequest"}, + "output":{"shape":"UpdateSqlInjectionMatchSetResponse"}, + "errors":[ + { + "shape":"WAFInternalErrorException", + "exception":true, + "fault":true + }, + { + "shape":"WAFInvalidAccountException", + "exception":true + }, + { + "shape":"WAFInvalidOperationException", + "exception":true + }, + { + "shape":"WAFInvalidParameterException", + "exception":true + }, + { + "shape":"WAFNonexistentContainerException", + "exception":true + }, + { + "shape":"WAFNonexistentItemException", + "exception":true + }, + { + "shape":"WAFStaleDataException", + "exception":true + }, + { + "shape":"WAFLimitsExceededException", + "exception":true + } + ] + }, + "UpdateWebACL":{ + "name":"UpdateWebACL", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"UpdateWebACLRequest"}, + "output":{"shape":"UpdateWebACLResponse"}, + "errors":[ + { + "shape":"WAFStaleDataException", + "exception":true + }, + { + "shape":"WAFInternalErrorException", + "exception":true, + "fault":true + }, + { + "shape":"WAFInvalidAccountException", + "exception":true + }, + { + "shape":"WAFInvalidOperationException", + "exception":true + }, + { + "shape":"WAFInvalidParameterException", + "exception":true + }, + { + "shape":"WAFNonexistentContainerException", + "exception":true + }, + { + "shape":"WAFNonexistentItemException", + "exception":true + }, + { + "shape":"WAFReferencedItemException", + "exception":true + }, + { + "shape":"WAFLimitsExceededException", + "exception":true + } + ] + } + }, + "shapes":{ + "Action":{"type":"string"}, + "ActivatedRule":{ + "type":"structure", + "required":[ + "Priority", + "RuleId", + "Action" + ], + "members":{ + "Priority":{"shape":"RulePriority"}, + "RuleId":{"shape":"ResourceId"}, + "Action":{"shape":"WafAction"} + } + }, + "ActivatedRules":{ + "type":"list", + "member":{"shape":"ActivatedRule"} + }, + "ByteMatchSet":{ + "type":"structure", + "required":[ + "ByteMatchSetId", + "ByteMatchTuples" + ], + "members":{ + "ByteMatchSetId":{"shape":"ResourceId"}, + "Name":{"shape":"ResourceName"}, + "ByteMatchTuples":{"shape":"ByteMatchTuples"} + } + }, + "ByteMatchSetSummaries":{ + "type":"list", + "member":{"shape":"ByteMatchSetSummary"} + }, + "ByteMatchSetSummary":{ + "type":"structure", + "required":[ + "ByteMatchSetId", + "Name" + ], + "members":{ + "ByteMatchSetId":{"shape":"ResourceId"}, + "Name":{"shape":"ResourceName"} + } + }, + "ByteMatchSetUpdate":{ + "type":"structure", + "required":[ + "Action", + "ByteMatchTuple" + ], + "members":{ + "Action":{"shape":"ChangeAction"}, + "ByteMatchTuple":{"shape":"ByteMatchTuple"} + } + }, + "ByteMatchSetUpdates":{ + "type":"list", + "member":{"shape":"ByteMatchSetUpdate"} + }, + "ByteMatchTargetString":{"type":"blob"}, + "ByteMatchTuple":{ + "type":"structure", + "required":[ + "FieldToMatch", + "TargetString", + "TextTransformation", + "PositionalConstraint" + ], + "members":{ + "FieldToMatch":{"shape":"FieldToMatch"}, + "TargetString":{"shape":"ByteMatchTargetString"}, + "TextTransformation":{"shape":"TextTransformation"}, + "PositionalConstraint":{"shape":"PositionalConstraint"} + } + }, + "ByteMatchTuples":{ + "type":"list", + "member":{"shape":"ByteMatchTuple"} + }, + "ChangeAction":{ + "type":"string", + "enum":[ + "INSERT", + "DELETE" + ] + }, + "ChangeToken":{"type":"string"}, + "ChangeTokenStatus":{ + "type":"string", + "enum":[ + "PROVISIONED", + "PENDING", + "INSYNC" + ] + }, + "Country":{"type":"string"}, + "CreateByteMatchSetRequest":{ + "type":"structure", + "required":[ + "Name", + "ChangeToken" + ], + "members":{ + "Name":{"shape":"ResourceName"}, + "ChangeToken":{"shape":"ChangeToken"} + } + }, + "CreateByteMatchSetResponse":{ + "type":"structure", + "members":{ + "ByteMatchSet":{"shape":"ByteMatchSet"}, + "ChangeToken":{"shape":"ChangeToken"} + } + }, + "CreateIPSetRequest":{ + "type":"structure", + "required":[ + "Name", + "ChangeToken" + ], + "members":{ + "Name":{"shape":"ResourceName"}, + "ChangeToken":{"shape":"ChangeToken"} + } + }, + "CreateIPSetResponse":{ + "type":"structure", + "members":{ + "IPSet":{"shape":"IPSet"}, + "ChangeToken":{"shape":"ChangeToken"} + } + }, + "CreateRuleRequest":{ + "type":"structure", + "required":[ + "Name", + "MetricName", + "ChangeToken" + ], + "members":{ + "Name":{"shape":"ResourceName"}, + "MetricName":{"shape":"MetricName"}, + "ChangeToken":{"shape":"ChangeToken"} + } + }, + "CreateRuleResponse":{ + "type":"structure", + "members":{ + "Rule":{"shape":"Rule"}, + "ChangeToken":{"shape":"ChangeToken"} + } + }, + "CreateSqlInjectionMatchSetRequest":{ + "type":"structure", + "required":[ + "Name", + "ChangeToken" + ], + "members":{ + "Name":{"shape":"ResourceName"}, + "ChangeToken":{"shape":"ChangeToken"} + } + }, + "CreateSqlInjectionMatchSetResponse":{ + "type":"structure", + "members":{ + "SqlInjectionMatchSet":{"shape":"SqlInjectionMatchSet"}, + "ChangeToken":{"shape":"ChangeToken"} + } + }, + "CreateWebACLRequest":{ + "type":"structure", + "required":[ + "Name", + "MetricName", + "DefaultAction", + "ChangeToken" + ], + "members":{ + "Name":{"shape":"ResourceName"}, + "MetricName":{"shape":"MetricName"}, + "DefaultAction":{"shape":"WafAction"}, + "ChangeToken":{"shape":"ChangeToken"} + } + }, + "CreateWebACLResponse":{ + "type":"structure", + "members":{ + "WebACL":{"shape":"WebACL"}, + "ChangeToken":{"shape":"ChangeToken"} + } + }, + "DeleteByteMatchSetRequest":{ + "type":"structure", + "required":[ + "ByteMatchSetId", + "ChangeToken" + ], + "members":{ + "ByteMatchSetId":{"shape":"ResourceId"}, + "ChangeToken":{"shape":"ChangeToken"} + } + }, + "DeleteByteMatchSetResponse":{ + "type":"structure", + "members":{ + "ChangeToken":{"shape":"ChangeToken"} + } + }, + "DeleteIPSetRequest":{ + "type":"structure", + "required":[ + "IPSetId", + "ChangeToken" + ], + "members":{ + "IPSetId":{"shape":"ResourceId"}, + "ChangeToken":{"shape":"ChangeToken"} + } + }, + "DeleteIPSetResponse":{ + "type":"structure", + "members":{ + "ChangeToken":{"shape":"ChangeToken"} + } + }, + "DeleteRuleRequest":{ + "type":"structure", + "required":[ + "RuleId", + "ChangeToken" + ], + "members":{ + "RuleId":{"shape":"ResourceId"}, + "ChangeToken":{"shape":"ChangeToken"} + } + }, + "DeleteRuleResponse":{ + "type":"structure", + "members":{ + "ChangeToken":{"shape":"ChangeToken"} + } + }, + "DeleteSqlInjectionMatchSetRequest":{ + "type":"structure", + "required":[ + "SqlInjectionMatchSetId", + "ChangeToken" + ], + "members":{ + "SqlInjectionMatchSetId":{"shape":"ResourceId"}, + "ChangeToken":{"shape":"ChangeToken"} + } + }, + "DeleteSqlInjectionMatchSetResponse":{ + "type":"structure", + "members":{ + "ChangeToken":{"shape":"ChangeToken"} + } + }, + "DeleteWebACLRequest":{ + "type":"structure", + "required":[ + "WebACLId", + "ChangeToken" + ], + "members":{ + "WebACLId":{"shape":"ResourceId"}, + "ChangeToken":{"shape":"ChangeToken"} + } + }, + "DeleteWebACLResponse":{ + "type":"structure", + "members":{ + "ChangeToken":{"shape":"ChangeToken"} + } + }, + "FieldToMatch":{ + "type":"structure", + "required":["Type"], + "members":{ + "Type":{"shape":"MatchFieldType"}, + "Data":{"shape":"MatchFieldData"} + } + }, + "GetByteMatchSetRequest":{ + "type":"structure", + "required":["ByteMatchSetId"], + "members":{ + "ByteMatchSetId":{"shape":"ResourceId"} + } + }, + "GetByteMatchSetResponse":{ + "type":"structure", + "members":{ + "ByteMatchSet":{"shape":"ByteMatchSet"} + } + }, + "GetChangeTokenRequest":{ + "type":"structure", + "members":{ + } + }, + "GetChangeTokenResponse":{ + "type":"structure", + "members":{ + "ChangeToken":{"shape":"ChangeToken"} + } + }, + "GetChangeTokenStatusRequest":{ + "type":"structure", + "required":["ChangeToken"], + "members":{ + "ChangeToken":{"shape":"ChangeToken"} + } + }, + "GetChangeTokenStatusResponse":{ + "type":"structure", + "members":{ + "ChangeTokenStatus":{"shape":"ChangeTokenStatus"} + } + }, + "GetIPSetRequest":{ + "type":"structure", + "required":["IPSetId"], + "members":{ + "IPSetId":{"shape":"ResourceId"} + } + }, + "GetIPSetResponse":{ + "type":"structure", + "members":{ + "IPSet":{"shape":"IPSet"} + } + }, + "GetRuleRequest":{ + "type":"structure", + "required":["RuleId"], + "members":{ + "RuleId":{"shape":"ResourceId"} + } + }, + "GetRuleResponse":{ + "type":"structure", + "members":{ + "Rule":{"shape":"Rule"} + } + }, + "GetSampledRequestsRequest":{ + "type":"structure", + "required":[ + "WebAclId", + "RuleId", + "TimeWindow", + "MaxItems" + ], + "members":{ + "WebAclId":{"shape":"ResourceId"}, + "RuleId":{"shape":"ResourceId"}, + "TimeWindow":{"shape":"TimeWindow"}, + "MaxItems":{"shape":"ListMaxItems"} + } + }, + "GetSampledRequestsResponse":{ + "type":"structure", + "members":{ + "SampledRequests":{"shape":"SampledHTTPRequests"}, + "PopulationSize":{"shape":"PopulationSize"}, + "TimeWindow":{"shape":"TimeWindow"} + } + }, + "GetSqlInjectionMatchSetRequest":{ + "type":"structure", + "required":["SqlInjectionMatchSetId"], + "members":{ + "SqlInjectionMatchSetId":{"shape":"ResourceId"} + } + }, + "GetSqlInjectionMatchSetResponse":{ + "type":"structure", + "members":{ + "SqlInjectionMatchSet":{"shape":"SqlInjectionMatchSet"} + } + }, + "GetWebACLRequest":{ + "type":"structure", + "required":["WebACLId"], + "members":{ + "WebACLId":{"shape":"ResourceId"} + } + }, + "GetWebACLResponse":{ + "type":"structure", + "members":{ + "WebACL":{"shape":"WebACL"} + } + }, + "HTTPHeader":{ + "type":"structure", + "members":{ + "Name":{"shape":"HeaderName"}, + "Value":{"shape":"HeaderValue"} + } + }, + "HTTPHeaders":{ + "type":"list", + "member":{"shape":"HTTPHeader"} + }, + "HTTPMethod":{"type":"string"}, + "HTTPRequest":{ + "type":"structure", + "members":{ + "ClientIP":{"shape":"IPString"}, + "Country":{"shape":"Country"}, + "URI":{"shape":"URIString"}, + "Method":{"shape":"HTTPMethod"}, + "HTTPVersion":{"shape":"HTTPVersion"}, + "Headers":{"shape":"HTTPHeaders"} + } + }, + "HTTPVersion":{"type":"string"}, + "HeaderName":{"type":"string"}, + "HeaderValue":{"type":"string"}, + "IPSet":{ + "type":"structure", + "required":[ + "IPSetId", + "IPSetDescriptors" + ], + "members":{ + "IPSetId":{"shape":"ResourceId"}, + "Name":{"shape":"ResourceName"}, + "IPSetDescriptors":{"shape":"IPSetDescriptors"} + } + }, + "IPSetDescriptor":{ + "type":"structure", + "required":[ + "Type", + "Value" + ], + "members":{ + "Type":{"shape":"IPSetDescriptorType"}, + "Value":{"shape":"IPSetDescriptorValue"} + } + }, + "IPSetDescriptorType":{ + "type":"string", + "enum":["IPV4"] + }, + "IPSetDescriptorValue":{"type":"string"}, + "IPSetDescriptors":{ + "type":"list", + "member":{"shape":"IPSetDescriptor"} + }, + "IPSetSummaries":{ + "type":"list", + "member":{"shape":"IPSetSummary"} + }, + "IPSetSummary":{ + "type":"structure", + "required":[ + "IPSetId", + "Name" + ], + "members":{ + "IPSetId":{"shape":"ResourceId"}, + "Name":{"shape":"ResourceName"} + } + }, + "IPSetUpdate":{ + "type":"structure", + "required":[ + "Action", + "IPSetDescriptor" + ], + "members":{ + "Action":{"shape":"ChangeAction"}, + "IPSetDescriptor":{"shape":"IPSetDescriptor"} + } + }, + "IPSetUpdates":{ + "type":"list", + "member":{"shape":"IPSetUpdate"} + }, + "IPString":{"type":"string"}, + "ListByteMatchSetsRequest":{ + "type":"structure", + "required":["Limit"], + "members":{ + "NextMarker":{"shape":"NextMarker"}, + "Limit":{"shape":"PaginationLimit"} + } + }, + "ListByteMatchSetsResponse":{ + "type":"structure", + "members":{ + "NextMarker":{"shape":"NextMarker"}, + "ByteMatchSets":{"shape":"ByteMatchSetSummaries"} + } + }, + "ListIPSetsRequest":{ + "type":"structure", + "required":["Limit"], + "members":{ + "NextMarker":{"shape":"NextMarker"}, + "Limit":{"shape":"PaginationLimit"} + } + }, + "ListIPSetsResponse":{ + "type":"structure", + "members":{ + "NextMarker":{"shape":"NextMarker"}, + "IPSets":{"shape":"IPSetSummaries"} + } + }, + "ListMaxItems":{ + "type":"long", + "min":1, + "max":100 + }, + "ListRulesRequest":{ + "type":"structure", + "required":["Limit"], + "members":{ + "NextMarker":{"shape":"NextMarker"}, + "Limit":{"shape":"PaginationLimit"} + } + }, + "ListRulesResponse":{ + "type":"structure", + "members":{ + "NextMarker":{"shape":"NextMarker"}, + "Rules":{"shape":"RuleSummaries"} + } + }, + "ListSqlInjectionMatchSetsRequest":{ + "type":"structure", + "required":["Limit"], + "members":{ + "NextMarker":{"shape":"NextMarker"}, + "Limit":{"shape":"PaginationLimit"} + } + }, + "ListSqlInjectionMatchSetsResponse":{ + "type":"structure", + "members":{ + "NextMarker":{"shape":"NextMarker"}, + "SqlInjectionMatchSets":{"shape":"SqlInjectionMatchSetSummaries"} + } + }, + "ListWebACLsRequest":{ + "type":"structure", + "required":["Limit"], + "members":{ + "NextMarker":{"shape":"NextMarker"}, + "Limit":{"shape":"PaginationLimit"} + } + }, + "ListWebACLsResponse":{ + "type":"structure", + "members":{ + "NextMarker":{"shape":"NextMarker"}, + "WebACLs":{"shape":"WebACLSummaries"} + } + }, + "MatchFieldData":{"type":"string"}, + "MatchFieldType":{ + "type":"string", + "enum":[ + "URI", + "QUERY_STRING", + "HEADER", + "METHOD" + ] + }, + "MetricName":{"type":"string"}, + "Negated":{"type":"boolean"}, + "NextMarker":{ + "type":"string", + "min":1 + }, + "PaginationLimit":{ + "type":"integer", + "min":1, + "max":100 + }, + "ParameterExceptionField":{ + "type":"string", + "enum":[ + "CHANGE_ACTION", + "WAF_ACTION", + "PREDICATE_TYPE", + "IPSET_TYPE", + "BYTE_MATCH_FIELD_TYPE", + "SQL_INJECTION_MATCH_FIELD_TYPE", + "BYTE_MATCH_TEXT_TRANSFORMATION", + "BYTE_MATCH_POSITIONAL_CONSTRAINT" + ] + }, + "ParameterExceptionParameter":{ + "type":"string", + "min":1 + }, + "PopulationSize":{"type":"long"}, + "PositionalConstraint":{ + "type":"string", + "enum":[ + "EXACTLY", + "STARTS_WITH", + "ENDS_WITH", + "CONTAINS", + "CONTAINS_WORD" + ] + }, + "Predicate":{ + "type":"structure", + "required":[ + "Negated", + "Type", + "DataId" + ], + "members":{ + "Negated":{"shape":"Negated"}, + "Type":{"shape":"PredicateType"}, + "DataId":{"shape":"PredicateDataId"} + } + }, + "PredicateDataId":{"type":"string"}, + "PredicateType":{ + "type":"string", + "enum":[ + "IPMatch", + "ByteMatch", + "SqlInjectionMatch" + ] + }, + "Predicates":{ + "type":"list", + "member":{"shape":"Predicate"} + }, + "ResourceId":{ + "type":"string", + "min":1, + "max":128 + }, + "ResourceName":{ + "type":"string", + "min":1, + "max":128 + }, + "Rule":{ + "type":"structure", + "required":[ + "RuleId", + "Predicates" + ], + "members":{ + "RuleId":{"shape":"ResourceId"}, + "Name":{"shape":"ResourceName"}, + "MetricName":{"shape":"MetricName"}, + "Predicates":{"shape":"Predicates"} + } + }, + "RulePriority":{"type":"integer"}, + "RuleSummaries":{ + "type":"list", + "member":{"shape":"RuleSummary"} + }, + "RuleSummary":{ + "type":"structure", + "required":[ + "RuleId", + "Name" + ], + "members":{ + "RuleId":{"shape":"ResourceId"}, + "Name":{"shape":"ResourceName"} + } + }, + "RuleUpdate":{ + "type":"structure", + "required":[ + "Action", + "Predicate" + ], + "members":{ + "Action":{"shape":"ChangeAction"}, + "Predicate":{"shape":"Predicate"} + } + }, + "RuleUpdates":{ + "type":"list", + "member":{"shape":"RuleUpdate"} + }, + "SampleWeight":{ + "type":"long", + "min":0 + }, + "SampledHTTPRequest":{ + "type":"structure", + "required":[ + "Request", + "Weight" + ], + "members":{ + "Request":{"shape":"HTTPRequest"}, + "Weight":{"shape":"SampleWeight"}, + "Timestamp":{"shape":"Timestamp"}, + "Action":{"shape":"Action"} + } + }, + "SampledHTTPRequests":{ + "type":"list", + "member":{"shape":"SampledHTTPRequest"} + }, + "SqlInjectionMatchSet":{ + "type":"structure", + "required":[ + "SqlInjectionMatchSetId", + "SqlInjectionMatchTuples" + ], + "members":{ + "SqlInjectionMatchSetId":{"shape":"ResourceId"}, + "Name":{"shape":"ResourceName"}, + "SqlInjectionMatchTuples":{"shape":"SqlInjectionMatchTuples"} + } + }, + "SqlInjectionMatchSetSummaries":{ + "type":"list", + "member":{"shape":"SqlInjectionMatchSetSummary"} + }, + "SqlInjectionMatchSetSummary":{ + "type":"structure", + "required":[ + "SqlInjectionMatchSetId", + "Name" + ], + "members":{ + "SqlInjectionMatchSetId":{"shape":"ResourceId"}, + "Name":{"shape":"ResourceName"} + } + }, + "SqlInjectionMatchSetUpdate":{ + "type":"structure", + "required":[ + "Action", + "SqlInjectionMatchTuple" + ], + "members":{ + "Action":{"shape":"ChangeAction"}, + "SqlInjectionMatchTuple":{"shape":"SqlInjectionMatchTuple"} + } + }, + "SqlInjectionMatchSetUpdates":{ + "type":"list", + "member":{"shape":"SqlInjectionMatchSetUpdate"} + }, + "SqlInjectionMatchTuple":{ + "type":"structure", + "required":[ + "FieldToMatch", + "TextTransformation" + ], + "members":{ + "FieldToMatch":{"shape":"FieldToMatch"}, + "TextTransformation":{"shape":"TextTransformation"} + } + }, + "SqlInjectionMatchTuples":{ + "type":"list", + "member":{"shape":"SqlInjectionMatchTuple"} + }, + "TextTransformation":{ + "type":"string", + "enum":[ + "NONE", + "COMPRESS_WHITE_SPACE", + "HTML_ENTITY_DECODE", + "LOWERCASE", + "CMD_LINE", + "URL_DECODE" + ] + }, + "TimeWindow":{ + "type":"structure", + "required":[ + "StartTime", + "EndTime" + ], + "members":{ + "StartTime":{"shape":"Timestamp"}, + "EndTime":{"shape":"Timestamp"} + } + }, + "Timestamp":{"type":"timestamp"}, + "URIString":{"type":"string"}, + "UpdateByteMatchSetRequest":{ + "type":"structure", + "required":[ + "ByteMatchSetId", + "ChangeToken", + "Updates" + ], + "members":{ + "ByteMatchSetId":{"shape":"ResourceId"}, + "ChangeToken":{"shape":"ChangeToken"}, + "Updates":{"shape":"ByteMatchSetUpdates"} + } + }, + "UpdateByteMatchSetResponse":{ + "type":"structure", + "members":{ + "ChangeToken":{"shape":"ChangeToken"} + } + }, + "UpdateIPSetRequest":{ + "type":"structure", + "required":[ + "IPSetId", + "ChangeToken", + "Updates" + ], + "members":{ + "IPSetId":{"shape":"ResourceId"}, + "ChangeToken":{"shape":"ChangeToken"}, + "Updates":{"shape":"IPSetUpdates"} + } + }, + "UpdateIPSetResponse":{ + "type":"structure", + "members":{ + "ChangeToken":{"shape":"ChangeToken"} + } + }, + "UpdateRuleRequest":{ + "type":"structure", + "required":[ + "RuleId", + "ChangeToken", + "Updates" + ], + "members":{ + "RuleId":{"shape":"ResourceId"}, + "ChangeToken":{"shape":"ChangeToken"}, + "Updates":{"shape":"RuleUpdates"} + } + }, + "UpdateRuleResponse":{ + "type":"structure", + "members":{ + "ChangeToken":{"shape":"ChangeToken"} + } + }, + "UpdateSqlInjectionMatchSetRequest":{ + "type":"structure", + "required":[ + "SqlInjectionMatchSetId", + "ChangeToken", + "Updates" + ], + "members":{ + "SqlInjectionMatchSetId":{"shape":"ResourceId"}, + "ChangeToken":{"shape":"ChangeToken"}, + "Updates":{"shape":"SqlInjectionMatchSetUpdates"} + } + }, + "UpdateSqlInjectionMatchSetResponse":{ + "type":"structure", + "members":{ + "ChangeToken":{"shape":"ChangeToken"} + } + }, + "UpdateWebACLRequest":{ + "type":"structure", + "required":[ + "WebACLId", + "ChangeToken" + ], + "members":{ + "WebACLId":{"shape":"ResourceId"}, + "ChangeToken":{"shape":"ChangeToken"}, + "Updates":{"shape":"WebACLUpdates"}, + "DefaultAction":{"shape":"WafAction"} + } + }, + "UpdateWebACLResponse":{ + "type":"structure", + "members":{ + "ChangeToken":{"shape":"ChangeToken"} + } + }, + "WAFDisallowedNameException":{ + "type":"structure", + "members":{ + "message":{"shape":"errorMessage"} + }, + "exception":true + }, + "WAFInternalErrorException":{ + "type":"structure", + "members":{ + "message":{"shape":"errorMessage"} + }, + "exception":true, + "fault":true + }, + "WAFInvalidAccountException":{ + "type":"structure", + "members":{ + }, + "exception":true + }, + "WAFInvalidOperationException":{ + "type":"structure", + "members":{ + "message":{"shape":"errorMessage"} + }, + "exception":true + }, + "WAFInvalidParameterException":{ + "type":"structure", + "members":{ + "field":{"shape":"ParameterExceptionField"}, + "parameter":{"shape":"ParameterExceptionParameter"} + }, + "exception":true + }, + "WAFLimitsExceededException":{ + "type":"structure", + "members":{ + "message":{"shape":"errorMessage"} + }, + "exception":true + }, + "WAFNonEmptyEntityException":{ + "type":"structure", + "members":{ + "message":{"shape":"errorMessage"} + }, + "exception":true + }, + "WAFNonexistentContainerException":{ + "type":"structure", + "members":{ + "message":{"shape":"errorMessage"} + }, + "exception":true + }, + "WAFNonexistentItemException":{ + "type":"structure", + "members":{ + "message":{"shape":"errorMessage"} + }, + "exception":true + }, + "WAFReferencedItemException":{ + "type":"structure", + "members":{ + "message":{"shape":"errorMessage"} + }, + "exception":true + }, + "WAFStaleDataException":{ + "type":"structure", + "members":{ + "message":{"shape":"errorMessage"} + }, + "exception":true + }, + "WafAction":{ + "type":"structure", + "required":["Type"], + "members":{ + "Type":{"shape":"WafActionType"} + } + }, + "WafActionType":{ + "type":"string", + "enum":[ + "BLOCK", + "ALLOW", + "COUNT" + ] + }, + "WebACL":{ + "type":"structure", + "required":[ + "WebACLId", + "DefaultAction", + "Rules" + ], + "members":{ + "WebACLId":{"shape":"ResourceId"}, + "Name":{"shape":"ResourceName"}, + "MetricName":{"shape":"MetricName"}, + "DefaultAction":{"shape":"WafAction"}, + "Rules":{"shape":"ActivatedRules"} + } + }, + "WebACLSummaries":{ + "type":"list", + "member":{"shape":"WebACLSummary"} + }, + "WebACLSummary":{ + "type":"structure", + "required":[ + "WebACLId", + "Name" + ], + "members":{ + "WebACLId":{"shape":"ResourceId"}, + "Name":{"shape":"ResourceName"} + } + }, + "WebACLUpdate":{ + "type":"structure", + "required":[ + "Action", + "ActivatedRule" + ], + "members":{ + "Action":{"shape":"ChangeAction"}, + "ActivatedRule":{"shape":"ActivatedRule"} + } + }, + "WebACLUpdates":{ + "type":"list", + "member":{"shape":"WebACLUpdate"} + }, + "errorMessage":{"type":"string"} + } +} diff --git a/aws-sdk-core/apis/waf/2015-08-24/docs-2.json b/aws-sdk-core/apis/waf/2015-08-24/docs-2.json new file mode 100644 index 00000000000..8a9d05f2645 --- /dev/null +++ b/aws-sdk-core/apis/waf/2015-08-24/docs-2.json @@ -0,0 +1,957 @@ +{ + "version": "2.0", + "operations": { + "CreateByteMatchSet": "
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:
ChangeToken
parameter of a CreateByteMatchSet
request.CreateByteMatchSet
request.GetChangeToken
to get the change token that you provide in the ChangeToken
parameter of an UpdateByteMatchSet
request.For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.
", + "CreateIPSet": "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:
ChangeToken
parameter of a CreateIPSet
request.CreateIPSet
request.GetChangeToken
to get the change token that you provide in the ChangeToken
parameter of an UpdateIPSet request.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.
", + "CreateRule": "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
:
IPSet
that matches the IP address 192.0.2.44/32
ByteMatchSet
that matches BadBot
in the User-Agent
headerYou 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:
Rule
. For more information, see CreateByteMatchSet, CreateIPSet, and CreateSqlInjectionMatchSet.ChangeToken
parameter of a CreateRule
request.CreateRule
request.GetChangeToken
to get the change token that you provide in the ChangeToken
parameter of an UpdateRule request.UpdateRule
request to specify the predicates that you want to include in the Rule
.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.
", + "CreateSqlInjectionMatchSet": "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:
ChangeToken
parameter of a CreateSqlInjectionMatchSet
request.CreateSqlInjectionMatchSet
request.GetChangeToken
to get the change token that you provide in the ChangeToken
parameter of an UpdateSqlInjectionMatchSet request.For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.
", + "CreateWebACL": "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:
ByteMatchSet
objects and other predicates that you want to include in Rules
. For more information, see CreateByteMatchSet, UpdateByteMatchSet, CreateIPSet, UpdateIPSet, CreateSqlInjectionMatchSet, and UpdateSqlInjectionMatchSet.Rules
that you want to include in the WebACL
. For more information, see CreateRule and UpdateRule.ChangeToken
parameter of a CreateWebACL
request.CreateWebACL
request.GetChangeToken
to get the change token that you provide in the ChangeToken
parameter of an UpdateWebACL request.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.
", + "DeleteByteMatchSet": "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:
ByteMatchSet
to remove filters, if any. For more information, see UpdateByteMatchSet.ChangeToken
parameter of a DeleteByteMatchSet
request.DeleteByteMatchSet
request.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:
IPSet
to remove IP address ranges, if any. For more information, see UpdateIPSet.ChangeToken
parameter of a DeleteIPSet
request.DeleteIPSet
request.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:
Rule
to remove predicates, if any. For more information, see UpdateRule.ChangeToken
parameter of a DeleteRule
request.DeleteRule
request.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:
SqlInjectionMatchSet
to remove filters, if any. For more information, see UpdateSqlInjectionMatchSet.ChangeToken
parameter of a DeleteSqlInjectionMatchSet
request.DeleteSqlInjectionMatchSet
request.Permanently deletes a WebACL. You can't delete a WebACL
if it still contains any Rules
.
To delete a WebACL
, perform the following steps:
WebACL
to remove Rules
, if any. For more information, see UpdateWebACL.ChangeToken
parameter of a DeleteWebACL
request.DeleteWebACL
request.Returns the ByteMatchSet specified by ByteMatchSetId
.
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.
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.Returns the IPSet that is specified by IPSetId
.
Returns the Rule that is specified by the RuleId
that you included in the GetRule
request.
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.
Returns the SqlInjectionMatchSet that is specified by SqlInjectionMatchSetId
.
Returns the WebACL that is specified by WebACLId
.
Returns an array of ByteMatchSetSummary objects.
", + "ListIPSets": "Returns an array of IPSetSummary objects in the response.
", + "ListRules": "Returns an array of RuleSummary objects.
", + "ListSqlInjectionMatchSets": "Returns an array of SqlInjectionMatchSet objects.
", + "ListWebACLs": "Returns an array of WebACLSummary objects in the response.
", + "UpdateByteMatchSet": "Inserts or deletes ByteMatchTuple objects (filters) in a ByteMatchSet. For each ByteMatchTuple
object, you specify the following values:
ByteMatchSetUpdate
object, you delete the existing object and add a new one.User-Agent
header. TargetString
in the ByteMatchTuple data type. 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:
ByteMatchSet.
For more information, see CreateByteMatchSet.ChangeToken
parameter of an UpdateByteMatchSet
request.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.
", + "UpdateIPSet": "Inserts or deletes IPSetDescriptor objects in an IPSet
. For each IPSetDescriptor
object, you specify the following values:
IPSetDescriptor
object, you delete the existing object and add a new one.IPv4
. 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:
ChangeToken
parameter of an UpdateIPSet request.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.
", + "UpdateRule": "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
:
ByteMatchSet
that matches the value BadBot
in the User-Agent
headerIPSet
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:
Rule
.Rule
. See CreateRule.GetChangeToken
to get the change token that you provide in the ChangeToken
parameter of an UpdateRule request.UpdateRule
request to add predicates to the Rule
.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.
", + "UpdateSqlInjectionMatchSet": "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:
ChangeToken
parameter of an UpdateIPSet request.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.
", + "UpdateWebACL": "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:
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
.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.Rule
, whether you want AWS WAF to allow requests, block requests, or count requests that match the conditions in the Rule
.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. WebACL
.To create and configure a WebACL
, perform the following steps:
Rules
. For more information, see CreateByteMatchSet, UpdateByteMatchSet, CreateIPSet, UpdateIPSet, CreateSqlInjectionMatchSet, and UpdateSqlInjectionMatchSet.Rules
that you want to include in the WebACL
. For more information, see CreateRule and UpdateRule.WebACL
. See CreateWebACL.GetChangeToken
to get the change token that you provide in the ChangeToken
parameter of an UpdateWebACL request.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.
" + }, + "service": "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.
", + "shapes": { + "Action": { + "base": null, + "refs": { + "SampledHTTPRequest$Action": "The action for the Rule
that the request matched: ALLOW
, BLOCK
, or COUNT
.
The ActivatedRule
object in an UpdateWebACL request specifies a Rule
that you want to insert or delete, the priority of the Rule
in the WebACL
, and the action that you want AWS WAF to take when a web request matches the Rule
(ALLOW
, BLOCK
, or COUNT
).
To specify whether to insert or delete a Rule
, use the Action
parameter in the WebACLUpdate data type.
An array that contains the action for each Rule
in a WebACL
, the priority of the Rule
, and the ID of the Rule
.
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.
A ByteMatchSet that contains no ByteMatchTuple
objects.
Information about the ByteMatchSet that you specified in the GetByteMatchSet
request. For more information, see the following topics:
ByteMatchSetId
, ByteMatchTuples
, and Name
ByteMatchTuples
: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple
object contains FieldToMatch, PositionalConstraint
, TargetString
, and TextTransformation
Data
and Type
An array of ByteMatchSetSummary objects.
" + } + }, + "ByteMatchSetSummary": { + "base": "Returned by ListByteMatchSets. Each ByteMatchSetSummary
object includes the Name
and ByteMatchSetId
for one ByteMatchSet.
In an UpdateByteMatchSet request, ByteMatchSetUpdate
specifies whether to insert or delete a ByteMatchTuple and includes the settings for the ByteMatchTuple
.
An array of ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:
Action
and ByteMatchTuple
FieldToMatch
, PositionalConstraint
, TargetString
, and TextTransformation
Data
and Type
The value that you want AWS WAF to search for. AWS WAF searches for the specified string in the part of web requests that you specified in FieldToMatch
. The maximum length of the value is 50 bytes.
Valid values depend on the values that you specified for FieldToMatch
:
HEADER
: The value that you want AWS WAF to search for in the request header that you specified in FieldToMatch, for example, the value of the User-Agent
or Referer
header.METHOD
: The HTTP method, which indicates the type of operation specified in the request. CloudFront supports the following methods: DELETE
, GET
, HEAD
, OPTIONS
, PATCH
, POST
, and PUT
.QUERY_STRING
: The value that you want AWS WAF to search for in the query string, which is the part of a URL that appears after a ?
character.URI
: The value that you want AWS WAF to search for in the part of a URL that identifies a resource, for example, /images/daily-ad.jpg
.If TargetString
includes alphabetic characters A-Z and a-z, note that the value is case sensitive.
If you're using the AWS WAF API
Specify a base64-encoded version of the value. The maximum length of the value before you base64-encode it is 50 bytes.
For example, suppose the value of Type
is HEADER
and the value of Data
is User-Agent
. If you want to search the User-Agent
header for the value BadBot
, you base64-encode BadBot
using MIME base64 encoding and include the resulting value, QmFkQm90
, in the value of TargetString
.
If you're using the AWS CLI or one of the AWS SDKs
The value that you want AWS WAF to search for. The SDK automatically base64 encodes the value.
" + } + }, + "ByteMatchTuple": { + "base": "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.
", + "refs": { + "ByteMatchSetUpdate$ByteMatchTuple": "Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for. If you specify DELETE
for the value of Action
, the ByteMatchTuple
values must exactly match the values in the ByteMatchTuple
that you want to delete from the ByteMatchSet
.
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.
" + } + }, + "ChangeAction": { + "base": null, + "refs": { + "ByteMatchSetUpdate$Action": "Specifies whether to insert or delete a ByteMatchTuple.
", + "IPSetUpdate$Action": "Specifies whether to insert or delete an IP address with UpdateIPSet.
", + "RuleUpdate$Action": "Specify INSERT
to add a Predicate
to a Rule
. Use DELETE
to remove a Predicate
from a Rule
.
Specify INSERT
to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. Use DELETE
to remove a SqlInjectionMatchSetUpdate
from a SqlInjectionMatchSet
.
Specifies whether to insert a Rule
into or delete a Rule
from a WebACL
.
The value returned by the most recent call to GetChangeToken.
", + "CreateByteMatchSetResponse$ChangeToken": "The ChangeToken
that you used to submit the CreateByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
The value returned by the most recent call to GetChangeToken.
", + "CreateIPSetResponse$ChangeToken": "The ChangeToken
that you used to submit the CreateIPSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
The value returned by the most recent call to GetChangeToken.
", + "CreateRuleResponse$ChangeToken": "The ChangeToken
that you used to submit the CreateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
The value returned by the most recent call to GetChangeToken.
", + "CreateSqlInjectionMatchSetResponse$ChangeToken": "The ChangeToken
that you used to submit the CreateSqlInjectionMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
The value returned by the most recent call to GetChangeToken.
", + "CreateWebACLResponse$ChangeToken": "The ChangeToken
that you used to submit the CreateWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
The value returned by the most recent call to GetChangeToken.
", + "DeleteByteMatchSetResponse$ChangeToken": "The ChangeToken
that you used to submit the DeleteByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
The value returned by the most recent call to GetChangeToken.
", + "DeleteIPSetResponse$ChangeToken": "The ChangeToken
that you used to submit the DeleteIPSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
The value returned by the most recent call to GetChangeToken.
", + "DeleteRuleResponse$ChangeToken": "The ChangeToken
that you used to submit the DeleteRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
The value returned by the most recent call to GetChangeToken.
", + "DeleteSqlInjectionMatchSetResponse$ChangeToken": "The ChangeToken
that you used to submit the DeleteSqlInjectionMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
The value returned by the most recent call to GetChangeToken.
", + "DeleteWebACLResponse$ChangeToken": "The ChangeToken
that you used to submit the DeleteWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
The ChangeToken
that you used in the request. Use this value in a GetChangeTokenStatus
request to get the current status of the request.
The change token for which you want to get the status. This change token was previously returned in the GetChangeToken
response.
The value returned by the most recent call to GetChangeToken.
", + "UpdateByteMatchSetResponse$ChangeToken": "The ChangeToken
that you used to submit the UpdateByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
The value returned by the most recent call to GetChangeToken.
", + "UpdateIPSetResponse$ChangeToken": "The ChangeToken
that you used to submit the UpdateIPSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
The value returned by the most recent call to GetChangeToken.
", + "UpdateRuleResponse$ChangeToken": "The ChangeToken
that you used to submit the UpdateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
The value returned by the most recent call to GetChangeToken.
", + "UpdateSqlInjectionMatchSetResponse$ChangeToken": "The ChangeToken
that you used to submit the UpdateSqlInjectionMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
The value returned by the most recent call to GetChangeToken.
", + "UpdateWebACLResponse$ChangeToken": "The ChangeToken
that you used to submit the UpdateWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
The status of the change token.
" + } + }, + "Country": { + "base": null, + "refs": { + "HTTPRequest$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.
" + } + }, + "CreateByteMatchSetRequest": { + "base": null, + "refs": { + } + }, + "CreateByteMatchSetResponse": { + "base": null, + "refs": { + } + }, + "CreateIPSetRequest": { + "base": null, + "refs": { + } + }, + "CreateIPSetResponse": { + "base": null, + "refs": { + } + }, + "CreateRuleRequest": { + "base": null, + "refs": { + } + }, + "CreateRuleResponse": { + "base": null, + "refs": { + } + }, + "CreateSqlInjectionMatchSetRequest": { + "base": "A request to create a SqlInjectionMatchSet.
", + "refs": { + } + }, + "CreateSqlInjectionMatchSetResponse": { + "base": "The response to a CreateSqlInjectionMatchSet
request.
A request to delete a SqlInjectionMatchSet from AWS WAF.
", + "refs": { + } + }, + "DeleteSqlInjectionMatchSetResponse": { + "base": "The response to a request to delete a SqlInjectionMatchSet from AWS WAF.
", + "refs": { + } + }, + "DeleteWebACLRequest": { + "base": null, + "refs": { + } + }, + "DeleteWebACLResponse": { + "base": null, + "refs": { + } + }, + "FieldToMatch": { + "base": "Specifies where in a web request to look for TargetString
.
The part of a web request that you want AWS WAF to search, such as a specified header or a query string. For more information, see FieldToMatch.
", + "SqlInjectionMatchTuple$FieldToMatch": null + } + }, + "GetByteMatchSetRequest": { + "base": null, + "refs": { + } + }, + "GetByteMatchSetResponse": { + "base": null, + "refs": { + } + }, + "GetChangeTokenRequest": { + "base": null, + "refs": { + } + }, + "GetChangeTokenResponse": { + "base": null, + "refs": { + } + }, + "GetChangeTokenStatusRequest": { + "base": null, + "refs": { + } + }, + "GetChangeTokenStatusResponse": { + "base": null, + "refs": { + } + }, + "GetIPSetRequest": { + "base": null, + "refs": { + } + }, + "GetIPSetResponse": { + "base": null, + "refs": { + } + }, + "GetRuleRequest": { + "base": null, + "refs": { + } + }, + "GetRuleResponse": { + "base": null, + "refs": { + } + }, + "GetSampledRequestsRequest": { + "base": null, + "refs": { + } + }, + "GetSampledRequestsResponse": { + "base": null, + "refs": { + } + }, + "GetSqlInjectionMatchSetRequest": { + "base": "A request to get a SqlInjectionMatchSet.
", + "refs": { + } + }, + "GetSqlInjectionMatchSetResponse": { + "base": "The response to a GetSqlInjectionMatchSet request.
", + "refs": { + } + }, + "GetWebACLRequest": { + "base": null, + "refs": { + } + }, + "GetWebACLResponse": { + "base": null, + "refs": { + } + }, + "HTTPHeader": { + "base": "The response from a GetSampledRequests request includes an HTTPHeader
complex type that appears as Headers
in the response syntax. HTTPHeader
contains the names and values of all of the headers that appear in one of the web requests that were returned by GetSampledRequests
.
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.
" + } + }, + "HTTPMethod": { + "base": null, + "refs": { + "HTTPRequest$Method": "The HTTP method specified in the sampled web request. CloudFront supports the following methods: DELETE
, GET
, HEAD
, OPTIONS
, PATCH
, POST
, and PUT
.
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
.
A complex type that contains detailed information about the request.
" + } + }, + "HTTPVersion": { + "base": null, + "refs": { + "HTTPRequest$HTTPVersion": "The HTTP version specified in the sampled web request, for example, HTTP/1.1
.
The name of one of the headers in the sampled web request.
" + } + }, + "HeaderValue": { + "base": null, + "refs": { + "HTTPHeader$Value": "The value of one of the headers in the sampled web request.
" + } + }, + "IPSet": { + "base": "Contains one or more IP addresses or blocks of IP addresses specified in Classless Inter-Domain Routing (CIDR) notation. To specify an individual IP address, you specify the four-part IP address followed by a /32
, for example, 192.0.2.0/31. To block a range of IP addresses, you can specify a /24
, a /16
, or a /8
CIDR. For more information about CIDR notation, perform an Internet search on cidr notation
.
The IPSet returned in the CreateIPSet
response.
Information about the IPSet that you specified in the GetIPSet
request. For more information, see the following topics:
IPSetDescriptors
, IPSetId
, and Name
IPSetDescriptors
: Contains an array of IPSetDescriptor objects. Each IPSetDescriptor
object contains Type
and Value
Specifies the IP address type (IPV4
) and the IP address range (in CIDR format) that web requests originate from.
The IP address type (IPV4
) and the IP address range (in CIDR notation) that web requests originate from.
Specify IPV4
.
Specify an IPv4 address by using CIDR notation. For example:
192.0.2.44/32
.192.0.2.0/24
.AWS WAF supports only /8, /16, /24, and /32 IP addresses.
For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.
" + } + }, + "IPSetDescriptors": { + "base": null, + "refs": { + "IPSet$IPSetDescriptors": "The IP address type (IPV4
) and the IP address range (in CIDR notation) that web requests originate from. If the WebACL
is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:
c-ip
, if the viewer did not use an HTTP proxy or a load balancer to send the requestx-forwarded-for
, if the viewer did use an HTTP proxy or a load balancer to send the requestAn array of IPSetSummary objects.
" + } + }, + "IPSetSummary": { + "base": "Contains the identifier and the name of the IPSet
.
Specifies the type of update to perform to an IPSet with UpdateIPSet.
", + "refs": { + "IPSetUpdates$member": null + } + }, + "IPSetUpdates": { + "base": null, + "refs": { + "UpdateIPSetRequest$Updates": "An array of IPSetUpdate
objects that you want to insert into or delete from an IPSet. For more information, see the applicable data types:
Action
and IPSetDescriptor
Type
and Value
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 requestx-forwarded-for
, if the viewer did use an HTTP proxy or a load balancer to send the requestThe number of requests that you want AWS WAF to return from among the first 5,000 requests that your AWS resource received during the time range. If your resource received fewer requests than the value of MaxItems
, GetSampledRequests
returns information about all of them.
A request to list the SqlInjectionMatchSet objects created by the current AWS account.
", + "refs": { + } + }, + "ListSqlInjectionMatchSetsResponse": { + "base": "The response to a ListSqlInjectionMatchSets request.
", + "refs": { + } + }, + "ListWebACLsRequest": { + "base": null, + "refs": { + } + }, + "ListWebACLsResponse": { + "base": null, + "refs": { + } + }, + "MatchFieldData": { + "base": null, + "refs": { + "FieldToMatch$Data": "When the value of Type
is HEADER
, enter the name of the header that you want AWS WAF to search, for example, User-Agent
or Referer
. If the value of Type
is any other value, omit Data
.
The name of the header is not case sensitive.
" + } + }, + "MatchFieldType": { + "base": null, + "refs": { + "FieldToMatch$Type": "The part of the web request that you want AWS WAF to search for a specified string. Parts of a request that you can search include the following:
HEADER
: A specified request header, for example, the value of the User-Agent
or Referer
header. If you choose HEADER
for the type, specify the name of the header in Data
.METHOD
: The HTTP method, which indicated the type of operation that the request is asking the origin to perform. Amazon CloudFront supports the following methods: DELETE
, GET
, HEAD
, OPTIONS
, PATCH
, POST
, and PUT
.QUERY_STRING
: A query string, which is the part of a URL that appears after a ?
character, if any.URI
: The part of a web request that identifies a resource, for example, /images/daily-ad.jpg
.A friendly name or description for the metrics for this Rule
. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change the name of the metric after you create the Rule
.
A friendly name or description for the metrics for this WebACL
. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change MetricName
after you create the WebACL
.
Set Negated
to False
if you want AWS WAF to allow, block, or count requests based on the settings in the specified ByteMatchSet, IPSet, or SqlInjectionMatchSet. For example, if an IPSet
includes the IP address 192.0.2.44
, AWS WAF will allow or block requests based on that IP address.
Set Negated
to True
if you want AWS WAF to allow or block a request based on the negation of the settings in the ByteMatchSet, IPSet, or SqlInjectionMatchSet. For example, if an IPSet
includes the IP address 192.0.2.44
, AWS WAF will allow, block, or count requests based on all IP addresses except 192.0.2.44
.
If you specify a value for Limit
and you have more ByteMatchSets
than the value of Limit
, AWS WAF returns a NextMarker
value in the response that allows you to list another group of ByteMatchSets
. For the second and subsequent ListByteMatchSets
requests, specify the value of NextMarker
from the previous response to get information about another batch of ByteMatchSets
.
If you have more ByteMatchSet
objects than the number that you specified for Limit
in the request, the response includes a NextMarker
value. To list more ByteMatchSet
objects, submit another ListByteMatchSets
request, and specify the NextMarker
value from the response in the NextMarker
value in the next request.
If you specify a value for Limit
and you have more IPSets
than the value of Limit
, AWS WAF returns a NextMarker
value in the response that allows you to list another group of IPSets
. For the second and subsequent ListIPSets
requests, specify the value of NextMarker
from the previous response to get information about another batch of ByteMatchSets
.
If you have more IPSet
objects than the number that you specified for Limit
in the request, the response includes a NextMarker
value. To list more IPSet
objects, submit another ListIPSets
request, and specify the NextMarker
value from the response in the NextMarker
value in the next request.
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
.
If you have more Rules
than the number that you specified for Limit
in the request, the response includes a NextMarker
value. To list more Rules
, submit another ListRules
request, and specify the NextMarker
value from the response in the NextMarker
value in the next request.
If you specify a value for Limit
and you have more SqlInjectionMatchSet objects than the value of Limit
, AWS WAF returns a NextMarker
value in the response that allows you to list another group of SqlInjectionMatchSets
. For the second and subsequent ListSqlInjectionMatchSets
requests, specify the value of NextMarker
from the previous response to get information about another batch of SqlInjectionMatchSets
.
If you have more SqlInjectionMatchSet objects than the number that you specified for Limit
in the request, the response includes a NextMarker
value. To list more SqlInjectionMatchSet
objects, submit another ListSqlInjectionMatchSets
request, and specify the NextMarker
value from the response in the NextMarker
value in the next request.
If you specify a value for Limit
and you have more WebACL
objects than the number that you specify for Limit
, AWS WAF returns a NextMarker
value in the response that allows you to list another group of WebACL
objects. For the second and subsequent ListWebACLs
requests, specify the value of NextMarker
from the previous response to get information about another batch of WebACL
objects.
If you have more WebACL
objects than the number that you specified for Limit
in the request, the response includes a NextMarker
value. To list more WebACL
objects, submit another ListWebACLs
request, and specify the NextMarker
value from the response in the NextMarker
value in the next request.
Specifies the number of ByteMatchSet
objects that you want AWS WAF to return for this request. If you have more ByteMatchSets
objects than the number you specify for Limit
, the response includes a NextMarker
value that you can use to get another batch of ByteMatchSet
objects.
Specifies the number of IPSet
objects that you want AWS WAF to return for this request. If you have more IPSet
objects than the number you specify for Limit
, the response includes a NextMarker
value that you can use to get another batch of IPSet
objects.
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
.
Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have more SqlInjectionMatchSet
objects than the number you specify for Limit
, the response includes a NextMarker
value that you can use to get another batch of Rules
.
Specifies the number of WebACL
objects that you want AWS WAF to return for this request. If you have more WebACL
objects than the number that you specify for Limit
, the response includes a NextMarker
value that you can use to get another batch of WebACL
objects.
The total number of requests from which GetSampledRequests
got a sample of MaxItems
requests. If PopulationSize
is less than MaxItems
, the sample includes every request that your AWS resource received during the specified time range.
Within the portion of a web request that you want to search (for example, in the query string, if any), specify where you want AWS WAF to search. Valid values include the following:
CONTAINS
The specified part of the web request must include the value of TargetString
, but the location doesn't matter.
CONTAINS_WORD
The specified part of the web request must include the value of TargetString
, and TargetString
must contain only alphanumeric characters or underscore (A-Z, a-z, 0-9, or _). In addition, TargetString
must be a word, which means one of the following:
TargetString
exactly matches the value of the specified part of the web request, such as the value of a header.TargetString
is at the beginning of the specified part of the web request and is followed by a character other than an alphanumeric character or underscore (_), for example, BadBot;
.TargetString
is at the end of the specified part of the web request and is preceded by a character other than an alphanumeric character or underscore (_), for example, ;BadBot
.TargetString
is in the middle of the specified part of the web request and is preceded and followed by characters other than alphanumeric characters or underscore (_), for example, -BadBot;
.EXACTLY
The value of the specified part of the web request must exactly match the value of TargetString
.
STARTS_WITH
The value of TargetString
must appear at the beginning of the specified part of the web request.
ENDS_WITH
The value of TargetString
must appear at the end of the specified part of the web request.
Specifies the ByteMatchSet, IPSet, and SqlInjectionMatchSet objects that you want to add to a Rule
and, for each object, indicates whether you want to negate the settings, for example, requests that do NOT originate from the IP address 192.0.2.44.
The ID of the Predicate
(such as an IPSet
) that you want to add to a Rule
.
A unique identifier for a predicate in a Rule
, such as ByteMatchSetId
or IPSetId
. The ID is returned by the corresponding Create
or List
command.
The type of predicate in a Rule
, such as ByteMatchSet
or IPSet
.
The Predicates
object contains one Predicate
element for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in a Rule
.
The RuleId
for a Rule
. You use RuleId
to get more information about a Rule
(see GetRule), update a Rule
(see UpdateRule), insert a Rule
into a WebACL
or delete a one from a WebACL
(see UpdateWebACL), or delete a Rule
from AWS WAF (see DeleteRule).
RuleId
is returned by CreateRule and by ListRules.
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.
The ByteMatchSetId
for a ByteMatchSet
. You use ByteMatchSetId
to get information about a ByteMatchSet
, update a ByteMatchSet
, remove a ByteMatchSet
from a Rule
, and delete a ByteMatchSet
from AWS WAF.
ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
The ByteMatchSetId
of the ByteMatchSet that you want to delete. ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
The IPSetId
of the IPSet that you want to delete. IPSetId
is returned by CreateIPSet and by ListIPSets.
The RuleId
of the Rule that you want to delete. RuleId
is returned by CreateRule and by ListRules.
The SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
The WebACLId
of the WebACL that you want to delete. WebACLId
is returned by CreateWebACL and by ListWebACLs.
The ByteMatchSetId
of the ByteMatchSet that you want to get. ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
The IPSetId
of the IPSet that you want to get. IPSetId
is returned by CreateIPSet and by ListIPSets.
The RuleId
of the Rule that you want to get. RuleId
is returned by CreateRule and by ListRules.
The WebACLId
of the WebACL
for which you want GetSampledRequests
to return a sample of requests.
RuleId
is one of two values:
RuleId
of the Rule
for which you want GetSampledRequests
to return a sample of requests.Default_Action
, which causes GetSampledRequests
to return a sample of the requests that didn't match any of the rules in the specified WebACL
.The SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to get. SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
The WebACLId
of the WebACL that you want to get. WebACLId
is returned by CreateWebACL and by ListWebACLs.
The IPSetId
for an IPSet
. You use IPSetId
to get information about an IPSet
(see GetIPSet), update an IPSet
(see UpdateIPSet), insert an IPSet
into a Rule
or delete one from a Rule
(see UpdateRule), and delete an IPSet
from AWS WAF (see DeleteIPSet).
IPSetId
is returned by CreateIPSet and by ListIPSets.
The IPSetId
for an IPSet. You can use IPSetId
in a GetIPSet request to get detailed information about an IPSet.
A unique identifier for a Rule
. You use RuleId
to get more information about a Rule
(see GetRule), update a Rule
(see UpdateRule), insert a Rule
into a WebACL
or delete a one from a WebACL
(see UpdateWebACL), or delete a Rule
from AWS WAF (see DeleteRule).
RuleId
is returned by CreateRule and by ListRules.
A unique identifier for a Rule
. You use RuleId
to get more information about a Rule
(see GetRule), update a Rule
(see UpdateRule), insert a Rule
into a WebACL
or delete one from a WebACL
(see UpdateWebACL), or delete a Rule
from AWS WAF (see DeleteRule).
RuleId
is returned by CreateRule and by ListRules.
A unique identifier for a SqlInjectionMatchSet
. You use SqlInjectionMatchSetId
to get information about a SqlInjectionMatchSet
(see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet
(see UpdateSqlInjectionMatchSet, insert a SqlInjectionMatchSet
into a Rule
or delete one from a Rule
(see UpdateRule), and delete a SqlInjectionMatchSet
from AWS WAF (see DeleteByteMatchSet).
SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
A unique identifier for a SqlInjectionMatchSet
. You use SqlInjectionMatchSetId
to get information about a SqlInjectionMatchSet
(see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet
(see UpdateSqlInjectionMatchSet, insert a SqlInjectionMatchSet
into a Rule
or delete one from a Rule
(see UpdateRule), and delete a SqlInjectionMatchSet
from AWS WAF (see DeleteByteMatchSet).
SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
The ByteMatchSetId
of the ByteMatchSet that you want to update. ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
The IPSetId
of the IPSet that you want to update. IPSetId
is returned by CreateIPSet and by ListIPSets.
The RuleId
of the Rule
that you want to update. RuleId
is returned by CreateRule
and by ListRules.
The SqlInjectionMatchSetId
of the SqlInjectionMatchSet
that you want to update. SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
The WebACLId
of the WebACL that you want to update. WebACLId
is returned by CreateWebACL and by ListWebACLs.
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.
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.
A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
A friendly name or description of the ByteMatchSet. You can't change Name
after you create a ByteMatchSet
.
A friendly name or description of the IPSet. You can't change Name
after you create the IPSet
.
A friendly name or description of the Rule. You can't change the name of a Rule
after you create it.
A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change Name
after you create the SqlInjectionMatchSet
.
A friendly name or description of the WebACL. You can't change Name
after you create the WebACL
.
A friendly name or description of the IPSet. You can't change the name of an IPSet
after you create it.
A friendly name or description of the IPSet. You can't change the name of an IPSet
after you create it.
The friendly name or description for the Rule
. You can't change the name of a Rule
after you create it.
A friendly name or description of the Rule. You can't change the name of a Rule
after you create it.
The name, if any, of the SqlInjectionMatchSet
.
The name of the SqlInjectionMatchSet
, if any, specified by Id
.
A friendly name or description of the WebACL
. You can't change the name of a WebACL
after you create it.
A friendly name or description of the WebACL. You can't change the name of a WebACL
after you create it.
A combination of ByteMatchSet, IPSet, and/or SqlInjectionMatchSet objects that identify the web requests that you want to allow, block, or count. For example, you might create a Rule
that includes the following predicates:
IPSet
that causes AWS WAF to search for web requests that originate from the IP address 192.0.2.44
ByteMatchSet
that causes AWS WAF to search for web requests for which the value of the User-Agent
header is BadBot
.To match the settings in this Rule
, a request must originate from 192.0.2.44
AND include a User-Agent
header for which the value is BadBot
.
The Rule returned in the CreateRule
response.
Information about the Rule that you specified in the GetRule
request. For more information, see the following topics:
MetricName
, Name
, an array of Predicate
objects, and RuleId
Predicate
object contains DataId
, Negated
, and Type
Specifies the order in which the Rules
in a WebACL
are evaluated. Rules with a lower value for Priority
are evaluated before Rules
with a higher value. The value must be a unique integer. If you add multiple Rules
to a WebACL
, the values don't need to be consecutive.
An array of RuleSummary objects.
" + } + }, + "RuleSummary": { + "base": "Contains the identifier and the friendly name or description of the Rule
.
Specifies a Predicate
(such as an IPSet
) and indicates whether you want to add it to a Rule
or delete it from a Rule
.
An array of RuleUpdate
objects that you want to insert into or delete from a Rule. For more information, see the applicable data types:
Action
and Predicate
DataId
, Negated
, and Type
Data
and Type
A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of 2
represents roughly twice as many CloudFront web requests as a result that has a weight of 1
.
The response from a GetSampledRequests request includes a SampledHTTPRequests
complex type that appears as SampledRequests
in the response syntax. SampledHTTPRequests
contains one SampledHTTPRequest
object for each web request that is returned by GetSampledRequests
.
A complex type that contains detailed information about each of the requests in the sample.
" + } + }, + "SqlInjectionMatchSet": { + "base": "A complex type that contains SqlInjectionMatchTuple
objects, which specify the parts of web requests that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header. If a SqlInjectionMatchSet
contains more than one SqlInjectionMatchTuple
object, a request needs to include snippets of SQL code in only one of the specified parts of the request to be considered a match.
Information about the SqlInjectionMatchSet that you specified in the GetSqlInjectionMatchSet
request. For more information, see the following topics:
Name
, SqlInjectionMatchSetId
, and an array of SqlInjectionMatchTuple
objectsSqlInjectionMatchTuple
object contains FieldToMatch
and TextTransformation
Data
and Type
An array of SqlInjectionMatchSetSummary objects.
" + } + }, + "SqlInjectionMatchSetSummary": { + "base": "The Id
and Name
of a SqlInjectionMatchSet
.
Specifies the part of a web request that you want to inspect for snippets of malicious SQL code and indicates whether you want to add the specification to a SqlInjectionMatchSet or delete it from a SqlInjectionMatchSet
.
An array of SqlInjectionMatchSetUpdate
objects that you want to insert into or delete from a SqlInjectionMatchSet. For more information, see the applicable data types:
Action
and SqlInjectionMatchTuple
FieldToMatch
and TextTransformation
Data
and Type
Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.
", + "refs": { + "SqlInjectionMatchSetUpdate$SqlInjectionMatchTuple": "Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.
", + "SqlInjectionMatchTuples$member": null + } + }, + "SqlInjectionMatchTuples": { + "base": null, + "refs": { + "SqlInjectionMatchSet$SqlInjectionMatchTuples": "Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.
" + } + }, + "TextTransformation": { + "base": null, + "refs": { + "ByteMatchTuple$TextTransformation": "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on TargetString
before inspecting a request for a match.
CMD_LINE
When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:
COMPRESS_WHITE_SPACE
Use this option to replace the following characters with a space character (decimal 32):
COMPRESS_WHITE_SPACE
also replaces multiple spaces with one space.
HTML_ENTITY_DECODE
Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE
performs the following operations:
(ampersand)quot;
with \"
(ampersand)nbsp;
with a non-breaking space, decimal 160(ampersand)lt;
with a \"less than\" symbol(ampersand)gt;
with >
(ampersand)#xhhhh;
, with the corresponding characters(ampersand)#nnnn;
, with the corresponding charactersLOWERCASE
Use this option to convert uppercase letters (A-Z) to lowercase (a-z).
URL_DECODE
Use this option to decode a URL-encoded value.
NONE
Specify NONE
if you don't want to perform any text transformations.
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on TargetString
before inspecting a request for a match.
CMD_LINE
When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:
COMPRESS_WHITE_SPACE
Use this option to replace the following characters with a space character (decimal 32):
COMPRESS_WHITE_SPACE
also replaces multiple spaces with one space.
HTML_ENTITY_DECODE
Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE
performs the following operations:
(ampersand)quot;
with \"
(ampersand)nbsp;
with a non-breaking space, decimal 160(ampersand)lt;
with a \"less than\" symbol(ampersand)gt;
with >
(ampersand)#xhhhh;
, with the corresponding characters(ampersand)#nnnn;
, with the corresponding charactersLOWERCASE
Use this option to convert uppercase letters (A-Z) to lowercase (a-z).
URL_DECODE
Use this option to decode a URL-encoded value.
NONE
Specify NONE
if you don't want to perform any text transformations.
In a GetSampledRequests request, the StartTime
and EndTime
objects specify the time range for which you want AWS WAF to return a sample of web requests.
In a GetSampledRequests response, the StartTime
and EndTime
objects specify the time range for which AWS WAF actually returned a sample of web requests. AWS WAF gets the specified number of requests from among the first 5,000 requests that your AWS resource receives during the specified time period. If your resource receives more than 5,000 requests during that period, AWS WAF stops sampling after the 5,000th request. In that case, EndTime
is the time that AWS WAF received the 5,000th request.
The start date and time and the end date and time of the range for which you want GetSampledRequests
to return a sample of requests. Specify the date and time in Unix time format (in seconds). You can specify any time range in the previous three hours.
Usually, TimeWindow
is the time range that you specified in the GetSampledRequests
request. However, if your AWS resource received more than 5,000 requests during the time range that you specified in the request, GetSampledRequests
returns the time range for the first 5,000 requests.
The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).
", + "TimeWindow$StartTime": "The beginning of the time range from which you want GetSampledRequests
to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.
The end of the time range from which you want GetSampledRequests
to return a sample of the requests that your AWS resource received. You can specify any time range in the previous three hours.
The part of a web request that identifies the resource, for example, /images/daily-ad.jpg
.
A request to update a SqlInjectionMatchSet.
", + "refs": { + } + }, + "UpdateSqlInjectionMatchSetResponse": { + "base": "The response to an UpdateSqlInjectionMatchSets request.
", + "refs": { + } + }, + "UpdateWebACLRequest": { + "base": null, + "refs": { + } + }, + "UpdateWebACLResponse": { + "base": null, + "refs": { + } + }, + "WAFDisallowedNameException": { + "base": "The name specified is invalid.
", + "refs": { + } + }, + "WAFInternalErrorException": { + "base": "The operation failed because of a system problem, even though the request was valid. Retry your request.
", + "refs": { + } + }, + "WAFInvalidAccountException": { + "base": "The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
", + "refs": { + } + }, + "WAFInvalidOperationException": { + "base": "The operation failed because there was nothing to do. For example:
Rule
from a WebACL
, but the Rule
isn't in the specified WebACL
.IPSet
, but the IP address isn't in the specified IPSet
.ByteMatchTuple
from a ByteMatchSet
, but the ByteMatchTuple
isn't in the specified WebACL
.Rule
to a WebACL
, but the Rule
already exists in the specified WebACL
.IPSet
, but the IP address already exists in the specified IPSet
.ByteMatchTuple
to a ByteMatchSet
, but the ByteMatchTuple
already exists in the specified WebACL
.The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
ByteMatchSet
, IPSet
, Rule
, or WebACL
) using an action other than INSERT
or DELETE
.WebACL
with a DefaultAction
Type
other than ALLOW
, BLOCK
, or COUNT
.WebACL
with a WafAction
Type
other than ALLOW
, BLOCK
, or COUNT
.ByteMatchSet
with a FieldToMatch
Type
other than HEADER, QUERY_STRING, or URI.ByteMatchSet
with a Field
of HEADER
but no value for Data
.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.
The operation failed because you tried to delete an object that isn't empty. For example:
WebACL
that still contains one or more Rule
objects.Rule
that still contains one or more ByteMatchSet
objects or other predicates.ByteMatchSet
that contains one or more ByteMatchTuple
objects.IPSet
that references one or more IP addresses.The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:
Rule
to or delete a Rule
from a WebACL
that doesn't exist.ByteMatchSet
to or delete a ByteMatchSet
from a Rule
that doesn't exist.IPSet
that doesn't exist.ByteMatchTuple
to or delete a ByteMatchTuple
from a ByteMatchSet
that doesn't exist.The operation failed because the referenced object doesn't exist.
", + "refs": { + } + }, + "WAFReferencedItemException": { + "base": "The operation failed because you tried to delete an object that is still in use. For example:
ByteMatchSet
that is still referenced by a Rule
.Rule
that is still referenced by a WebACL
.The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
", + "refs": { + } + }, + "WafAction": { + "base": "For the action that is associated with a rule in a WebACL
, specifies the action that you want AWS WAF to perform when a web request matches all of the conditions in a rule. For the default action in a WebACL
, specifies the action that you want AWS WAF to take when a web request doesn't match all of the conditions in any of the rules in a WebACL
.
Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the Rule
. Valid values for Action
include the following:
ALLOW
: CloudFront responds with the requested object.BLOCK
: CloudFront responds with an HTTP 403 (Forbidden) status code.COUNT
: AWS WAF increments a counter of requests that match the conditions in the rule and then continues to inspect the web request based on the remaining rules in the web ACL. The action that you want AWS WAF to take when a request doesn't match the criteria specified in any of the Rule
objects that are associated with the WebACL
.
The action to perform if none of the Rules
contained in the WebACL
match. The action is specified by the WafAction object.
Specifies how you want AWS WAF to respond to requests that match the settings in a Rule
. Valid settings include the following:
ALLOW
: AWS WAF allows requestsBLOCK
: AWS WAF blocks requestsCOUNT
: AWS WAF increments a counter of the requests that match all of the conditions in the rule. AWS WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can't specify COUNT
for the default action for a WebACL
.Contains the Rules
that identify the requests that you want to allow, block, or count. In a WebACL
, you also specify a default action (ALLOW
or BLOCK
), and the action for each Rule
that you add to a WebACL
, for example, block requests from specified IP addresses or block requests from specified referrers. You also associate the WebACL
with a CloudFront distribution to identify the requests that you want AWS WAF to filter. If you add more than one Rule
to a WebACL
, a request needs to match only one of the specifications to be allowed, blocked, or counted. For more information, see UpdateWebACL.
The WebACL returned in the CreateWebACL
response.
Information about the WebACL that you specified in the GetWebACL
request. For more information, see the following topics:
DefaultAction
, MetricName
, Name
, an array of Rule
objects, and WebACLId
DefaultAction
(Data type is WafAction): Contains Type
Rules
: Contains an array of ActivatedRule
objects, which contain Action
, Priority
, and RuleId
Action
: Contains Type
An array of WebACLSummary objects.
" + } + }, + "WebACLSummary": { + "base": "Contains the identifier and the name or description of the WebACL.
", + "refs": { + "WebACLSummaries$member": null + } + }, + "WebACLUpdate": { + "base": "Specifies whether to insert a Rule
into or delete a Rule
from a WebACL
.
An array of updates to make to the WebACL.
An array of WebACLUpdate
objects that you want to insert into or delete from a WebACL. For more information, see the applicable data types:
Action
and ActivatedRule
Action
, Priority
, and RuleId
Type