@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSWAFV2
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSWAFV2
instead.
This is the latest version of the WAF API, released in November, 2019. The names of the entities that you use
to access this API, like endpoints and namespaces, all have the versioning information added, like "V2" or "v2", to
distinguish from the prior version. We recommend migrating your resources to this version, because it has a number of
significant improvements.
If you used WAF prior to this release, you can't use this WAFV2 API to access any WAF resources that you created
before. You can access your old rules, web ACLs, and other WAF resources only through the WAF Classic APIs. The WAF
Classic APIs have retained the prior names, endpoints, and namespaces.
For information, including how to migrate your WAF resources to this version, see the WAF Developer Guide.
WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to Amazon CloudFront, an Amazon API Gateway REST API, an Application Load Balancer, or an AppSync GraphQL API. WAF also lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, the Amazon API Gateway REST API, CloudFront distribution, the Application Load Balancer, or the AppSync GraphQL API responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You also can configure CloudFront to return a custom error page when a request is blocked.
This API guide is for developers who need detailed information about WAF API actions, data types, and errors. For detailed information about WAF features and an overview of how to use WAF, see the WAF Developer Guide.
You can make calls using the endpoints listed in WAF endpoints and quotas.
For regional applications, you can use any of the endpoints in the list. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, or an AppSync GraphQL API.
For Amazon CloudFront applications, you must use the API endpoint listed for US East (N. Virginia): us-east-1.
Alternatively, you can use one of the Amazon Web Services SDKs to access an API that's tailored to the programming language or platform that you're using. For more information, see Amazon Web Services SDKs.
We currently provide two versions of the WAF API: this API and the prior versions, the classic WAF APIs. This new API provides the same functionality as the older versions, with the following major improvements:
You use one API for both global and regional applications. Where you need to distinguish the scope, you specify a
Scope
parameter and set it to CLOUDFRONT
or REGIONAL
.
You can define a web ACL or rule group with a single call, and update it with a single call. You define all rule specifications in JSON format, and pass them to your rule group or web ACL calls.
The limits WAF places on the use of rules more closely reflects the cost of running each type of rule. Rule groups include capacity settings, so you know the maximum cost of a rule group when you use it.
Modifier and Type | Field and Description |
---|---|
static String |
ENDPOINT_PREFIX
The region metadata service name for computing region endpoints.
|
Modifier and Type | Method and Description |
---|---|
AssociateWebACLResult |
associateWebACL(AssociateWebACLRequest associateWebACLRequest)
Associates a web ACL with a regional application resource, to protect the resource.
|
CheckCapacityResult |
checkCapacity(CheckCapacityRequest checkCapacityRequest)
Returns the web ACL capacity unit (WCU) requirements for a specified scope and set of rules.
|
CreateIPSetResult |
createIPSet(CreateIPSetRequest createIPSetRequest)
Creates an IPSet, which you use to identify web requests that originate from specific IP addresses or
ranges of IP addresses.
|
CreateRegexPatternSetResult |
createRegexPatternSet(CreateRegexPatternSetRequest createRegexPatternSetRequest)
Creates a RegexPatternSet, which you reference in a RegexPatternSetReferenceStatement, to have WAF
inspect a web request component for the specified patterns.
|
CreateRuleGroupResult |
createRuleGroup(CreateRuleGroupRequest createRuleGroupRequest)
Creates a RuleGroup per the specifications provided.
|
CreateWebACLResult |
createWebACL(CreateWebACLRequest createWebACLRequest)
Creates a WebACL per the specifications provided.
|
DeleteFirewallManagerRuleGroupsResult |
deleteFirewallManagerRuleGroups(DeleteFirewallManagerRuleGroupsRequest deleteFirewallManagerRuleGroupsRequest)
Deletes all rule groups that are managed by Firewall Manager for the specified web ACL.
|
DeleteIPSetResult |
deleteIPSet(DeleteIPSetRequest deleteIPSetRequest)
Deletes the specified IPSet.
|
DeleteLoggingConfigurationResult |
deleteLoggingConfiguration(DeleteLoggingConfigurationRequest deleteLoggingConfigurationRequest)
Deletes the LoggingConfiguration from the specified web ACL.
|
DeletePermissionPolicyResult |
deletePermissionPolicy(DeletePermissionPolicyRequest deletePermissionPolicyRequest)
Permanently deletes an IAM policy from the specified rule group.
|
DeleteRegexPatternSetResult |
deleteRegexPatternSet(DeleteRegexPatternSetRequest deleteRegexPatternSetRequest)
Deletes the specified RegexPatternSet.
|
DeleteRuleGroupResult |
deleteRuleGroup(DeleteRuleGroupRequest deleteRuleGroupRequest)
Deletes the specified RuleGroup.
|
DeleteWebACLResult |
deleteWebACL(DeleteWebACLRequest deleteWebACLRequest)
Deletes the specified WebACL.
|
DescribeManagedRuleGroupResult |
describeManagedRuleGroup(DescribeManagedRuleGroupRequest describeManagedRuleGroupRequest)
Provides high-level information for a managed rule group, including descriptions of the rules.
|
DisassociateWebACLResult |
disassociateWebACL(DisassociateWebACLRequest disassociateWebACLRequest)
Disassociates a web ACL from a regional application resource.
|
GenerateMobileSdkReleaseUrlResult |
generateMobileSdkReleaseUrl(GenerateMobileSdkReleaseUrlRequest generateMobileSdkReleaseUrlRequest)
Generates a presigned download URL for the specified release of the mobile SDK.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetIPSetResult |
getIPSet(GetIPSetRequest getIPSetRequest)
Retrieves the specified IPSet.
|
GetLoggingConfigurationResult |
getLoggingConfiguration(GetLoggingConfigurationRequest getLoggingConfigurationRequest)
Returns the LoggingConfiguration for the specified web ACL.
|
GetManagedRuleSetResult |
getManagedRuleSet(GetManagedRuleSetRequest getManagedRuleSetRequest)
Retrieves the specified managed rule set.
|
GetMobileSdkReleaseResult |
getMobileSdkRelease(GetMobileSdkReleaseRequest getMobileSdkReleaseRequest)
Retrieves information for the specified mobile SDK release, including release notes and tags.
|
GetPermissionPolicyResult |
getPermissionPolicy(GetPermissionPolicyRequest getPermissionPolicyRequest)
Returns the IAM policy that is attached to the specified rule group.
|
GetRateBasedStatementManagedKeysResult |
getRateBasedStatementManagedKeys(GetRateBasedStatementManagedKeysRequest getRateBasedStatementManagedKeysRequest)
Retrieves the keys that are currently blocked by a rate-based rule instance.
|
GetRegexPatternSetResult |
getRegexPatternSet(GetRegexPatternSetRequest getRegexPatternSetRequest)
Retrieves the specified RegexPatternSet.
|
GetRuleGroupResult |
getRuleGroup(GetRuleGroupRequest getRuleGroupRequest)
Retrieves the specified RuleGroup.
|
GetSampledRequestsResult |
getSampledRequests(GetSampledRequestsRequest getSampledRequestsRequest)
Gets detailed information about a specified number of requests--a sample--that WAF randomly selects from among
the first 5,000 requests that your Amazon Web Services resource received during a time range that you choose.
|
GetWebACLResult |
getWebACL(GetWebACLRequest getWebACLRequest)
Retrieves the specified WebACL.
|
GetWebACLForResourceResult |
getWebACLForResource(GetWebACLForResourceRequest getWebACLForResourceRequest)
Retrieves the WebACL for the specified resource.
|
ListAvailableManagedRuleGroupsResult |
listAvailableManagedRuleGroups(ListAvailableManagedRuleGroupsRequest listAvailableManagedRuleGroupsRequest)
Retrieves an array of managed rule groups that are available for you to use.
|
ListAvailableManagedRuleGroupVersionsResult |
listAvailableManagedRuleGroupVersions(ListAvailableManagedRuleGroupVersionsRequest listAvailableManagedRuleGroupVersionsRequest)
Returns a list of the available versions for the specified managed rule group.
|
ListIPSetsResult |
listIPSets(ListIPSetsRequest listIPSetsRequest)
Retrieves an array of IPSetSummary objects for the IP sets that you manage.
|
ListLoggingConfigurationsResult |
listLoggingConfigurations(ListLoggingConfigurationsRequest listLoggingConfigurationsRequest)
Retrieves an array of your LoggingConfiguration objects.
|
ListManagedRuleSetsResult |
listManagedRuleSets(ListManagedRuleSetsRequest listManagedRuleSetsRequest)
Retrieves the managed rule sets that you own.
|
ListMobileSdkReleasesResult |
listMobileSdkReleases(ListMobileSdkReleasesRequest listMobileSdkReleasesRequest)
Retrieves a list of the available releases for the mobile SDK and the specified device platform.
|
ListRegexPatternSetsResult |
listRegexPatternSets(ListRegexPatternSetsRequest listRegexPatternSetsRequest)
Retrieves an array of RegexPatternSetSummary objects for the regex pattern sets that you manage.
|
ListResourcesForWebACLResult |
listResourcesForWebACL(ListResourcesForWebACLRequest listResourcesForWebACLRequest)
Retrieves an array of the Amazon Resource Names (ARNs) for the regional resources that are associated with the
specified web ACL.
|
ListRuleGroupsResult |
listRuleGroups(ListRuleGroupsRequest listRuleGroupsRequest)
Retrieves an array of RuleGroupSummary objects for the rule groups that you manage.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Retrieves the TagInfoForResource for the specified resource.
|
ListWebACLsResult |
listWebACLs(ListWebACLsRequest listWebACLsRequest)
Retrieves an array of WebACLSummary objects for the web ACLs that you manage.
|
PutLoggingConfigurationResult |
putLoggingConfiguration(PutLoggingConfigurationRequest putLoggingConfigurationRequest)
Enables the specified LoggingConfiguration, to start logging from a web ACL, according to the
configuration provided.
|
PutManagedRuleSetVersionsResult |
putManagedRuleSetVersions(PutManagedRuleSetVersionsRequest putManagedRuleSetVersionsRequest)
Defines the versions of your managed rule set that you are offering to the customers.
|
PutPermissionPolicyResult |
putPermissionPolicy(PutPermissionPolicyRequest putPermissionPolicyRequest)
Attaches an IAM policy to the specified resource.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource(TagResourceRequest tagResourceRequest)
Associates tags with the specified Amazon Web Services resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest untagResourceRequest)
Disassociates tags from an Amazon Web Services resource.
|
UpdateIPSetResult |
updateIPSet(UpdateIPSetRequest updateIPSetRequest)
Updates the specified IPSet.
|
UpdateManagedRuleSetVersionExpiryDateResult |
updateManagedRuleSetVersionExpiryDate(UpdateManagedRuleSetVersionExpiryDateRequest updateManagedRuleSetVersionExpiryDateRequest)
Updates the expiration information for your managed rule set.
|
UpdateRegexPatternSetResult |
updateRegexPatternSet(UpdateRegexPatternSetRequest updateRegexPatternSetRequest)
Updates the specified RegexPatternSet.
|
UpdateRuleGroupResult |
updateRuleGroup(UpdateRuleGroupRequest updateRuleGroupRequest)
Updates the specified RuleGroup.
|
UpdateWebACLResult |
updateWebACL(UpdateWebACLRequest updateWebACLRequest)
Updates the specified WebACL.
|
static final String ENDPOINT_PREFIX
AssociateWebACLResult associateWebACL(AssociateWebACLRequest associateWebACLRequest)
Associates a web ACL with a regional application resource, to protect the resource. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, or an AppSync GraphQL API.
For Amazon CloudFront, don't use this call. Instead, use your CloudFront distribution configuration. To associate
a web ACL, in the CloudFront call UpdateDistribution
, set the web ACL ID to the Amazon Resource Name
(ARN) of the web ACL. For information, see UpdateDistribution.
associateWebACLRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFUnavailableEntityException
- WAF couldn’t retrieve the resource that you requested. Retry your request.WAFInvalidOperationException
- The operation isn't valid.CheckCapacityResult checkCapacity(CheckCapacityRequest checkCapacityRequest)
Returns the web ACL capacity unit (WCU) requirements for a specified scope and set of rules. You can use this to check the capacity requirements for the rules you want to use in a RuleGroup or WebACL.
WAF uses WCUs to calculate and control the operating resources that are used to run your rules, rule groups, and web ACLs. WAF calculates capacity differently for each rule type, to reflect the relative cost of each rule. Simple rules that cost little to run use fewer WCUs than more complex rules that use more processing power. Rule group capacity is fixed at creation, which helps users plan their web ACL WCU usage when they use a rule group. The WCU limit for web ACLs is 1,500.
checkCapacityRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFLimitsExceededException
- WAF couldn’t perform the operation because you exceeded your resource limit. For example, the maximum
number of WebACL
objects that you can create for an Amazon Web Services account. For more
information, see WAF
quotas in the WAF Developer Guide.WAFInvalidResourceException
- WAF couldn’t perform the operation because the resource that you requested isn’t valid. Check the
resource, and try again.WAFUnavailableEntityException
- WAF couldn’t retrieve the resource that you requested. Retry your request.WAFSubscriptionNotFoundException
- You tried to use a managed rule group that's available by subscription, but you aren't subscribed to it
yet.WAFExpiredManagedRuleGroupVersionException
- The operation failed because the specified version for the managed rule group has expired. You can
retrieve the available versions for the managed rule group by calling
ListAvailableManagedRuleGroupVersions.CreateIPSetResult createIPSet(CreateIPSetRequest createIPSetRequest)
Creates an IPSet, which you use to identify web requests that originate from specific IP addresses or ranges of IP addresses. For example, if you're receiving a lot of requests from a ranges of IP addresses, you can configure WAF to block them using an IPSet that lists those IP addresses.
createIPSetRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFDuplicateItemException
- WAF couldn’t perform the operation because the resource that you tried to save is a duplicate of an
existing one.WAFOptimisticLockException
- WAF couldn’t save your changes because you tried to update or delete a resource that has changed since
you last retrieved it. Get the resource again, make any changes you need to make to the new copy, and
retry your operation.WAFLimitsExceededException
- WAF couldn’t perform the operation because you exceeded your resource limit. For example, the maximum
number of WebACL
objects that you can create for an Amazon Web Services account. For more
information, see WAF
quotas in the WAF Developer Guide.WAFTagOperationException
- An error occurred during the tagging operation. Retry your request.WAFTagOperationInternalErrorException
- WAF couldn’t perform your tagging operation because of an internal error. Retry your request.WAFInvalidOperationException
- The operation isn't valid.CreateRegexPatternSetResult createRegexPatternSet(CreateRegexPatternSetRequest createRegexPatternSetRequest)
Creates a RegexPatternSet, which you reference in a RegexPatternSetReferenceStatement, to have WAF inspect a web request component for the specified patterns.
createRegexPatternSetRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFDuplicateItemException
- WAF couldn’t perform the operation because the resource that you tried to save is a duplicate of an
existing one.WAFOptimisticLockException
- WAF couldn’t save your changes because you tried to update or delete a resource that has changed since
you last retrieved it. Get the resource again, make any changes you need to make to the new copy, and
retry your operation.WAFLimitsExceededException
- WAF couldn’t perform the operation because you exceeded your resource limit. For example, the maximum
number of WebACL
objects that you can create for an Amazon Web Services account. For more
information, see WAF
quotas in the WAF Developer Guide.WAFTagOperationException
- An error occurred during the tagging operation. Retry your request.WAFTagOperationInternalErrorException
- WAF couldn’t perform your tagging operation because of an internal error. Retry your request.WAFInvalidOperationException
- The operation isn't valid.CreateRuleGroupResult createRuleGroup(CreateRuleGroupRequest createRuleGroupRequest)
Creates a RuleGroup per the specifications provided.
A rule group defines a collection of rules to inspect and control web requests that you can use in a WebACL. When you create a rule group, you define an immutable capacity limit. If you update a rule group, you must stay within the capacity. This allows others to reuse the rule group with confidence in its capacity requirements.
createRuleGroupRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFDuplicateItemException
- WAF couldn’t perform the operation because the resource that you tried to save is a duplicate of an
existing one.WAFOptimisticLockException
- WAF couldn’t save your changes because you tried to update or delete a resource that has changed since
you last retrieved it. Get the resource again, make any changes you need to make to the new copy, and
retry your operation.WAFLimitsExceededException
- WAF couldn’t perform the operation because you exceeded your resource limit. For example, the maximum
number of WebACL
objects that you can create for an Amazon Web Services account. For more
information, see WAF
quotas in the WAF Developer Guide.WAFUnavailableEntityException
- WAF couldn’t retrieve the resource that you requested. Retry your request.WAFTagOperationException
- An error occurred during the tagging operation. Retry your request.WAFTagOperationInternalErrorException
- WAF couldn’t perform your tagging operation because of an internal error. Retry your request.WAFSubscriptionNotFoundException
- You tried to use a managed rule group that's available by subscription, but you aren't subscribed to it
yet.WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFInvalidOperationException
- The operation isn't valid.CreateWebACLResult createWebACL(CreateWebACLRequest createWebACLRequest)
Creates a WebACL per the specifications provided.
A web ACL defines a collection of rules to use to inspect and control web requests. Each rule has an action defined (allow, block, or count) for requests that match the statement of the rule. In the web ACL, you assign a default action to take (allow, block) for any request that does not match any of the rules. The rules in a web ACL can be a combination of the types Rule, RuleGroup, and managed rule group. You can associate a web ACL with one or more Amazon Web Services resources to protect. The resources can be an Amazon CloudFront distribution, an Amazon API Gateway REST API, an Application Load Balancer, or an AppSync GraphQL API.
createWebACLRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFDuplicateItemException
- WAF couldn’t perform the operation because the resource that you tried to save is a duplicate of an
existing one.WAFOptimisticLockException
- WAF couldn’t save your changes because you tried to update or delete a resource that has changed since
you last retrieved it. Get the resource again, make any changes you need to make to the new copy, and
retry your operation.WAFLimitsExceededException
- WAF couldn’t perform the operation because you exceeded your resource limit. For example, the maximum
number of WebACL
objects that you can create for an Amazon Web Services account. For more
information, see WAF
quotas in the WAF Developer Guide.WAFInvalidResourceException
- WAF couldn’t perform the operation because the resource that you requested isn’t valid. Check the
resource, and try again.WAFUnavailableEntityException
- WAF couldn’t retrieve the resource that you requested. Retry your request.WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFTagOperationException
- An error occurred during the tagging operation. Retry your request.WAFTagOperationInternalErrorException
- WAF couldn’t perform your tagging operation because of an internal error. Retry your request.WAFSubscriptionNotFoundException
- You tried to use a managed rule group that's available by subscription, but you aren't subscribed to it
yet.WAFInvalidOperationException
- The operation isn't valid.DeleteFirewallManagerRuleGroupsResult deleteFirewallManagerRuleGroups(DeleteFirewallManagerRuleGroupsRequest deleteFirewallManagerRuleGroupsRequest)
Deletes all rule groups that are managed by Firewall Manager for the specified web ACL.
You can only use this if ManagedByFirewallManager
is false in the specified WebACL.
deleteFirewallManagerRuleGroupsRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFOptimisticLockException
- WAF couldn’t save your changes because you tried to update or delete a resource that has changed since
you last retrieved it. Get the resource again, make any changes you need to make to the new copy, and
retry your operation.WAFInvalidOperationException
- The operation isn't valid.DeleteIPSetResult deleteIPSet(DeleteIPSetRequest deleteIPSetRequest)
Deletes the specified IPSet.
deleteIPSetRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFOptimisticLockException
- WAF couldn’t save your changes because you tried to update or delete a resource that has changed since
you last retrieved it. Get the resource again, make any changes you need to make to the new copy, and
retry your operation.WAFAssociatedItemException
- WAF couldn’t perform the operation because your resource is being used by another resource or it’s
associated with another resource.WAFTagOperationException
- An error occurred during the tagging operation. Retry your request.WAFTagOperationInternalErrorException
- WAF couldn’t perform your tagging operation because of an internal error. Retry your request.WAFInvalidOperationException
- The operation isn't valid.DeleteLoggingConfigurationResult deleteLoggingConfiguration(DeleteLoggingConfigurationRequest deleteLoggingConfigurationRequest)
Deletes the LoggingConfiguration from the specified web ACL.
deleteLoggingConfigurationRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFOptimisticLockException
- WAF couldn’t save your changes because you tried to update or delete a resource that has changed since
you last retrieved it. Get the resource again, make any changes you need to make to the new copy, and
retry your operation.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFInvalidOperationException
- The operation isn't valid.DeletePermissionPolicyResult deletePermissionPolicy(DeletePermissionPolicyRequest deletePermissionPolicyRequest)
Permanently deletes an IAM policy from the specified rule group.
You must be the owner of the rule group to perform this operation.
deletePermissionPolicyRequest
- WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
DeleteRegexPatternSetResult deleteRegexPatternSet(DeleteRegexPatternSetRequest deleteRegexPatternSetRequest)
Deletes the specified RegexPatternSet.
deleteRegexPatternSetRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFOptimisticLockException
- WAF couldn’t save your changes because you tried to update or delete a resource that has changed since
you last retrieved it. Get the resource again, make any changes you need to make to the new copy, and
retry your operation.WAFAssociatedItemException
- WAF couldn’t perform the operation because your resource is being used by another resource or it’s
associated with another resource.WAFTagOperationException
- An error occurred during the tagging operation. Retry your request.WAFTagOperationInternalErrorException
- WAF couldn’t perform your tagging operation because of an internal error. Retry your request.WAFInvalidOperationException
- The operation isn't valid.DeleteRuleGroupResult deleteRuleGroup(DeleteRuleGroupRequest deleteRuleGroupRequest)
Deletes the specified RuleGroup.
deleteRuleGroupRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFOptimisticLockException
- WAF couldn’t save your changes because you tried to update or delete a resource that has changed since
you last retrieved it. Get the resource again, make any changes you need to make to the new copy, and
retry your operation.WAFAssociatedItemException
- WAF couldn’t perform the operation because your resource is being used by another resource or it’s
associated with another resource.WAFTagOperationException
- An error occurred during the tagging operation. Retry your request.WAFTagOperationInternalErrorException
- WAF couldn’t perform your tagging operation because of an internal error. Retry your request.WAFInvalidOperationException
- The operation isn't valid.DeleteWebACLResult deleteWebACL(DeleteWebACLRequest deleteWebACLRequest)
Deletes the specified WebACL.
You can only use this if ManagedByFirewallManager
is false in the specified WebACL.
deleteWebACLRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFOptimisticLockException
- WAF couldn’t save your changes because you tried to update or delete a resource that has changed since
you last retrieved it. Get the resource again, make any changes you need to make to the new copy, and
retry your operation.WAFAssociatedItemException
- WAF couldn’t perform the operation because your resource is being used by another resource or it’s
associated with another resource.WAFTagOperationException
- An error occurred during the tagging operation. Retry your request.WAFTagOperationInternalErrorException
- WAF couldn’t perform your tagging operation because of an internal error. Retry your request.WAFInvalidOperationException
- The operation isn't valid.DescribeManagedRuleGroupResult describeManagedRuleGroup(DescribeManagedRuleGroupRequest describeManagedRuleGroupRequest)
Provides high-level information for a managed rule group, including descriptions of the rules.
describeManagedRuleGroupRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFInvalidResourceException
- WAF couldn’t perform the operation because the resource that you requested isn’t valid. Check the
resource, and try again.WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFInvalidOperationException
- The operation isn't valid.WAFExpiredManagedRuleGroupVersionException
- The operation failed because the specified version for the managed rule group has expired. You can
retrieve the available versions for the managed rule group by calling
ListAvailableManagedRuleGroupVersions.DisassociateWebACLResult disassociateWebACL(DisassociateWebACLRequest disassociateWebACLRequest)
Disassociates a web ACL from a regional application resource. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, or an AppSync GraphQL API.
For Amazon CloudFront, don't use this call. Instead, use your CloudFront distribution configuration. To
disassociate a web ACL, provide an empty web ACL ID in the CloudFront call UpdateDistribution
. For
information, see
UpdateDistribution.
disassociateWebACLRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFInvalidOperationException
- The operation isn't valid.GenerateMobileSdkReleaseUrlResult generateMobileSdkReleaseUrl(GenerateMobileSdkReleaseUrlRequest generateMobileSdkReleaseUrlRequest)
Generates a presigned download URL for the specified release of the mobile SDK.
The mobile SDK is not generally available. Customers who have access to the mobile SDK can use it to establish and manage Security Token Service (STS) security tokens for use in HTTP(S) requests from a mobile device to WAF. For more information, see WAF client application integration in the WAF Developer Guide.
generateMobileSdkReleaseUrlRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFInvalidOperationException
- The operation isn't valid.GetIPSetResult getIPSet(GetIPSetRequest getIPSetRequest)
Retrieves the specified IPSet.
getIPSetRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFInvalidOperationException
- The operation isn't valid.GetLoggingConfigurationResult getLoggingConfiguration(GetLoggingConfigurationRequest getLoggingConfigurationRequest)
Returns the LoggingConfiguration for the specified web ACL.
getLoggingConfigurationRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFInvalidOperationException
- The operation isn't valid.GetManagedRuleSetResult getManagedRuleSet(GetManagedRuleSetRequest getManagedRuleSetRequest)
Retrieves the specified managed rule set.
This is intended for use only by vendors of managed rule sets. Vendors are Amazon Web Services and Amazon Web Services Marketplace sellers.
Vendors, you can use the managed rule set APIs to provide controlled rollout of your versioned managed rule group
offerings for your customers. The APIs are ListManagedRuleSets
, GetManagedRuleSet
,
PutManagedRuleSetVersions
, and UpdateManagedRuleSetVersionExpiryDate
.
getManagedRuleSetRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFInvalidOperationException
- The operation isn't valid.GetMobileSdkReleaseResult getMobileSdkRelease(GetMobileSdkReleaseRequest getMobileSdkReleaseRequest)
Retrieves information for the specified mobile SDK release, including release notes and tags.
The mobile SDK is not generally available. Customers who have access to the mobile SDK can use it to establish and manage Security Token Service (STS) security tokens for use in HTTP(S) requests from a mobile device to WAF. For more information, see WAF client application integration in the WAF Developer Guide.
getMobileSdkReleaseRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFInvalidOperationException
- The operation isn't valid.GetPermissionPolicyResult getPermissionPolicy(GetPermissionPolicyRequest getPermissionPolicyRequest)
Returns the IAM policy that is attached to the specified rule group.
You must be the owner of the rule group to perform this operation.
getPermissionPolicyRequest
- WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
GetRateBasedStatementManagedKeysResult getRateBasedStatementManagedKeys(GetRateBasedStatementManagedKeysRequest getRateBasedStatementManagedKeysRequest)
Retrieves the keys that are currently blocked by a rate-based rule instance. The maximum number of managed keys that can be blocked for a single rate-based rule instance is 10,000. If more than 10,000 addresses exceed the rate limit, those with the highest rates are blocked.
For a rate-based rule that you've defined inside a rule group, provide the name of the rule group reference statement in your request, in addition to the rate-based rule name and the web ACL name.
WAF monitors web requests and manages keys independently for each unique combination of web ACL, optional rule group, and rate-based rule. For example, if you define a rate-based rule inside a rule group, and then use the rule group in a web ACL, WAF monitors web requests and manages keys for that web ACL, rule group reference statement, and rate-based rule instance. If you use the same rule group in a second web ACL, WAF monitors web requests and manages keys for this second usage completely independent of your first.
getRateBasedStatementManagedKeysRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFInvalidOperationException
- The operation isn't valid.GetRegexPatternSetResult getRegexPatternSet(GetRegexPatternSetRequest getRegexPatternSetRequest)
Retrieves the specified RegexPatternSet.
getRegexPatternSetRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFInvalidOperationException
- The operation isn't valid.GetRuleGroupResult getRuleGroup(GetRuleGroupRequest getRuleGroupRequest)
Retrieves the specified RuleGroup.
getRuleGroupRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFInvalidOperationException
- The operation isn't valid.GetSampledRequestsResult getSampledRequests(GetSampledRequestsRequest getSampledRequestsRequest)
Gets detailed information about a specified number of requests--a sample--that WAF randomly selects from among the first 5,000 requests that your Amazon Web Services resource received during a time range that you choose. You can specify a sample size of up to 500 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 WAF selected the requests in the sample.
getSampledRequestsRequest
- WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
GetWebACLResult getWebACL(GetWebACLRequest getWebACLRequest)
Retrieves the specified WebACL.
getWebACLRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFInvalidOperationException
- The operation isn't valid.GetWebACLForResourceResult getWebACLForResource(GetWebACLForResourceRequest getWebACLForResourceRequest)
Retrieves the WebACL for the specified resource.
getWebACLForResourceRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFUnavailableEntityException
- WAF couldn’t retrieve the resource that you requested. Retry your request.WAFInvalidOperationException
- The operation isn't valid.ListAvailableManagedRuleGroupVersionsResult listAvailableManagedRuleGroupVersions(ListAvailableManagedRuleGroupVersionsRequest listAvailableManagedRuleGroupVersionsRequest)
Returns a list of the available versions for the specified managed rule group.
listAvailableManagedRuleGroupVersionsRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFInvalidOperationException
- The operation isn't valid.ListAvailableManagedRuleGroupsResult listAvailableManagedRuleGroups(ListAvailableManagedRuleGroupsRequest listAvailableManagedRuleGroupsRequest)
Retrieves an array of managed rule groups that are available for you to use. This list includes all Amazon Web Services Managed Rules rule groups and all of the Amazon Web Services Marketplace managed rule groups that you're subscribed to.
listAvailableManagedRuleGroupsRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFInvalidOperationException
- The operation isn't valid.ListIPSetsResult listIPSets(ListIPSetsRequest listIPSetsRequest)
Retrieves an array of IPSetSummary objects for the IP sets that you manage.
listIPSetsRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFInvalidOperationException
- The operation isn't valid.ListLoggingConfigurationsResult listLoggingConfigurations(ListLoggingConfigurationsRequest listLoggingConfigurationsRequest)
Retrieves an array of your LoggingConfiguration objects.
listLoggingConfigurationsRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFInvalidOperationException
- The operation isn't valid.ListManagedRuleSetsResult listManagedRuleSets(ListManagedRuleSetsRequest listManagedRuleSetsRequest)
Retrieves the managed rule sets that you own.
This is intended for use only by vendors of managed rule sets. Vendors are Amazon Web Services and Amazon Web Services Marketplace sellers.
Vendors, you can use the managed rule set APIs to provide controlled rollout of your versioned managed rule group
offerings for your customers. The APIs are ListManagedRuleSets
, GetManagedRuleSet
,
PutManagedRuleSetVersions
, and UpdateManagedRuleSetVersionExpiryDate
.
listManagedRuleSetsRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFInvalidOperationException
- The operation isn't valid.ListMobileSdkReleasesResult listMobileSdkReleases(ListMobileSdkReleasesRequest listMobileSdkReleasesRequest)
Retrieves a list of the available releases for the mobile SDK and the specified device platform.
The mobile SDK is not generally available. Customers who have access to the mobile SDK can use it to establish and manage Security Token Service (STS) security tokens for use in HTTP(S) requests from a mobile device to WAF. For more information, see WAF client application integration in the WAF Developer Guide.
listMobileSdkReleasesRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFInvalidOperationException
- The operation isn't valid.ListRegexPatternSetsResult listRegexPatternSets(ListRegexPatternSetsRequest listRegexPatternSetsRequest)
Retrieves an array of RegexPatternSetSummary objects for the regex pattern sets that you manage.
listRegexPatternSetsRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFInvalidOperationException
- The operation isn't valid.ListResourcesForWebACLResult listResourcesForWebACL(ListResourcesForWebACLRequest listResourcesForWebACLRequest)
Retrieves an array of the Amazon Resource Names (ARNs) for the regional resources that are associated with the
specified web ACL. If you want the list of Amazon CloudFront resources, use the CloudFront call
ListDistributionsByWebACLId
.
listResourcesForWebACLRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFInvalidOperationException
- The operation isn't valid.ListRuleGroupsResult listRuleGroups(ListRuleGroupsRequest listRuleGroupsRequest)
Retrieves an array of RuleGroupSummary objects for the rule groups that you manage.
listRuleGroupsRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFInvalidOperationException
- The operation isn't valid.ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Retrieves the TagInfoForResource for the specified resource. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each Amazon Web Services resource, up to 50 tags for a resource.
You can tag the Amazon Web Services resources that you manage through WAF: web ACLs, rule groups, IP sets, and regex pattern sets. You can't manage or view tags through the WAF console.
listTagsForResourceRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFTagOperationException
- An error occurred during the tagging operation. Retry your request.WAFTagOperationInternalErrorException
- WAF couldn’t perform your tagging operation because of an internal error. Retry your request.WAFInvalidOperationException
- The operation isn't valid.ListWebACLsResult listWebACLs(ListWebACLsRequest listWebACLsRequest)
Retrieves an array of WebACLSummary objects for the web ACLs that you manage.
listWebACLsRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFInvalidOperationException
- The operation isn't valid.PutLoggingConfigurationResult putLoggingConfiguration(PutLoggingConfigurationRequest putLoggingConfigurationRequest)
Enables the specified LoggingConfiguration, to start logging from a web ACL, according to the configuration provided.
You can define one logging destination per web ACL.
You can access information about the traffic that WAF inspects using the following steps:
Create your logging destination. You can use an Amazon CloudWatch Logs log group, an Amazon Simple Storage Service (Amazon S3) bucket, or an Amazon Kinesis Data Firehose. For information about configuring logging destinations and the permissions that are required for each, see Logging web ACL traffic information in the WAF Developer Guide.
Associate your logging destination to your web ACL using a PutLoggingConfiguration
request.
When you successfully enable logging using a PutLoggingConfiguration
request, WAF creates an
additional role or policy that is required to write logs to the logging destination. For an Amazon CloudWatch
Logs log group, WAF creates a resource policy on the log group. For an Amazon S3 bucket, WAF creates a bucket
policy. For an Amazon Kinesis Data Firehose, WAF creates a service-linked role.
For additional information about web ACL logging, see Logging web ACL traffic information in the WAF Developer Guide.
This operation completely replaces the mutable specifications that you already have for the logging configuration with the ones that you provide to this call. To modify the logging configuration, retrieve it by calling GetLoggingConfiguration, update the settings as needed, and then provide the complete logging configuration specification to this call.
putLoggingConfigurationRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFOptimisticLockException
- WAF couldn’t save your changes because you tried to update or delete a resource that has changed since
you last retrieved it. Get the resource again, make any changes you need to make to the new copy, and
retry your operation.WAFServiceLinkedRoleErrorException
- WAF is not able to access the service linked role. This can be caused by a previous
PutLoggingConfiguration
request, which can lock the service linked role for about 20
seconds. Please try your request again. The service linked role can also be locked by a previous
DeleteServiceLinkedRole
request, which can lock the role for 15 minutes or more. If you
recently made a call to DeleteServiceLinkedRole
, wait at least 15 minutes and try the
request again. If you receive this same exception again, you will have to wait additional time until the
role is unlocked.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFInvalidOperationException
- The operation isn't valid.WAFLimitsExceededException
- WAF couldn’t perform the operation because you exceeded your resource limit. For example, the maximum
number of WebACL
objects that you can create for an Amazon Web Services account. For more
information, see WAF
quotas in the WAF Developer Guide.WAFLogDestinationPermissionIssueException
- The operation failed because you don't have the permissions that your logging configuration requires. For
information, see Logging web
ACL traffic information in the WAF Developer Guide.PutManagedRuleSetVersionsResult putManagedRuleSetVersions(PutManagedRuleSetVersionsRequest putManagedRuleSetVersionsRequest)
Defines the versions of your managed rule set that you are offering to the customers. Customers see your offerings as managed rule groups with versioning.
This is intended for use only by vendors of managed rule sets. Vendors are Amazon Web Services and Amazon Web Services Marketplace sellers.
Vendors, you can use the managed rule set APIs to provide controlled rollout of your versioned managed rule group
offerings for your customers. The APIs are ListManagedRuleSets
, GetManagedRuleSet
,
PutManagedRuleSetVersions
, and UpdateManagedRuleSetVersionExpiryDate
.
Customers retrieve their managed rule group list by calling ListAvailableManagedRuleGroups. The name that you provide here for your managed rule set is the name the customer sees for the corresponding managed rule group. Customers can retrieve the available versions for a managed rule group by calling ListAvailableManagedRuleGroupVersions. You provide a rule group specification for each version. For each managed rule set, you must specify a version that you recommend using.
To initiate the expiration of a managed rule group version, use UpdateManagedRuleSetVersionExpiryDate.
putManagedRuleSetVersionsRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFOptimisticLockException
- WAF couldn’t save your changes because you tried to update or delete a resource that has changed since
you last retrieved it. Get the resource again, make any changes you need to make to the new copy, and
retry your operation.WAFInvalidOperationException
- The operation isn't valid.PutPermissionPolicyResult putPermissionPolicy(PutPermissionPolicyRequest putPermissionPolicyRequest)
Attaches an IAM policy to the specified resource. Use this to share a rule group across accounts.
You must be the owner of the rule group to perform this operation.
This action is subject to the following restrictions:
You can attach only one policy with each PutPermissionPolicy
request.
The ARN in the request must be a valid WAF RuleGroup ARN and the rule group must exist in the same Region.
The user making the request must be the owner of the rule group.
putPermissionPolicyRequest
- WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFInvalidPermissionPolicyException
- The operation failed because the specified policy isn't in the proper format.
The policy specifications must conform to the following:
The policy must be composed using IAM Policy version 2012-10-17 or version 2015-01-01.
The policy must include specifications for Effect
, Action
, and
Principal
.
Effect
must specify Allow
.
Action
must specify wafv2:CreateWebACL
, wafv2:UpdateWebACL
, and
wafv2:PutFirewallManagerRuleGroups
. WAF rejects any extra actions or wildcard actions in the
policy.
The policy must not include a Resource
parameter.
For more information, see IAM Policies.
TagResourceResult tagResource(TagResourceRequest tagResourceRequest)
Associates tags with the specified Amazon Web Services resource. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each Amazon Web Services resource, up to 50 tags for a resource.
You can tag the Amazon Web Services resources that you manage through WAF: web ACLs, rule groups, IP sets, and regex pattern sets. You can't manage or view tags through the WAF console.
tagResourceRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFLimitsExceededException
- WAF couldn’t perform the operation because you exceeded your resource limit. For example, the maximum
number of WebACL
objects that you can create for an Amazon Web Services account. For more
information, see WAF
quotas in the WAF Developer Guide.WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFTagOperationException
- An error occurred during the tagging operation. Retry your request.WAFTagOperationInternalErrorException
- WAF couldn’t perform your tagging operation because of an internal error. Retry your request.WAFInvalidOperationException
- The operation isn't valid.UntagResourceResult untagResource(UntagResourceRequest untagResourceRequest)
Disassociates tags from an Amazon Web Services resource. Tags are key:value pairs that you can associate with Amazon Web Services resources. For example, the tag key might be "customer" and the tag value might be "companyA." You can specify one or more tags to add to each container. You can add up to 50 tags to each Amazon Web Services resource.
untagResourceRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFTagOperationException
- An error occurred during the tagging operation. Retry your request.WAFTagOperationInternalErrorException
- WAF couldn’t perform your tagging operation because of an internal error. Retry your request.WAFInvalidOperationException
- The operation isn't valid.UpdateIPSetResult updateIPSet(UpdateIPSetRequest updateIPSetRequest)
Updates the specified IPSet.
This operation completely replaces the mutable specifications that you already have for the IP set with the ones that you provide to this call. To modify the IP set, retrieve it by calling GetIPSet, update the settings as needed, and then provide the complete IP set specification to this call.
updateIPSetRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFDuplicateItemException
- WAF couldn’t perform the operation because the resource that you tried to save is a duplicate of an
existing one.WAFOptimisticLockException
- WAF couldn’t save your changes because you tried to update or delete a resource that has changed since
you last retrieved it. Get the resource again, make any changes you need to make to the new copy, and
retry your operation.WAFLimitsExceededException
- WAF couldn’t perform the operation because you exceeded your resource limit. For example, the maximum
number of WebACL
objects that you can create for an Amazon Web Services account. For more
information, see WAF
quotas in the WAF Developer Guide.WAFInvalidOperationException
- The operation isn't valid.UpdateManagedRuleSetVersionExpiryDateResult updateManagedRuleSetVersionExpiryDate(UpdateManagedRuleSetVersionExpiryDateRequest updateManagedRuleSetVersionExpiryDateRequest)
Updates the expiration information for your managed rule set. Use this to initiate the expiration of a managed rule group version. After you initiate expiration for a version, WAF excludes it from the reponse to ListAvailableManagedRuleGroupVersions for the managed rule group.
This is intended for use only by vendors of managed rule sets. Vendors are Amazon Web Services and Amazon Web Services Marketplace sellers.
Vendors, you can use the managed rule set APIs to provide controlled rollout of your versioned managed rule group
offerings for your customers. The APIs are ListManagedRuleSets
, GetManagedRuleSet
,
PutManagedRuleSetVersions
, and UpdateManagedRuleSetVersionExpiryDate
.
updateManagedRuleSetVersionExpiryDateRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFOptimisticLockException
- WAF couldn’t save your changes because you tried to update or delete a resource that has changed since
you last retrieved it. Get the resource again, make any changes you need to make to the new copy, and
retry your operation.WAFInvalidOperationException
- The operation isn't valid.UpdateRegexPatternSetResult updateRegexPatternSet(UpdateRegexPatternSetRequest updateRegexPatternSetRequest)
Updates the specified RegexPatternSet.
This operation completely replaces the mutable specifications that you already have for the regex pattern set with the ones that you provide to this call. To modify the regex pattern set, retrieve it by calling GetRegexPatternSet, update the settings as needed, and then provide the complete regex pattern set specification to this call.
updateRegexPatternSetRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFDuplicateItemException
- WAF couldn’t perform the operation because the resource that you tried to save is a duplicate of an
existing one.WAFOptimisticLockException
- WAF couldn’t save your changes because you tried to update or delete a resource that has changed since
you last retrieved it. Get the resource again, make any changes you need to make to the new copy, and
retry your operation.WAFLimitsExceededException
- WAF couldn’t perform the operation because you exceeded your resource limit. For example, the maximum
number of WebACL
objects that you can create for an Amazon Web Services account. For more
information, see WAF
quotas in the WAF Developer Guide.WAFInvalidOperationException
- The operation isn't valid.UpdateRuleGroupResult updateRuleGroup(UpdateRuleGroupRequest updateRuleGroupRequest)
Updates the specified RuleGroup.
This operation completely replaces the mutable specifications that you already have for the rule group with the ones that you provide to this call. To modify the rule group, retrieve it by calling GetRuleGroup, update the settings as needed, and then provide the complete rule group specification to this call.
A rule group defines a collection of rules to inspect and control web requests that you can use in a WebACL. When you create a rule group, you define an immutable capacity limit. If you update a rule group, you must stay within the capacity. This allows others to reuse the rule group with confidence in its capacity requirements.
updateRuleGroupRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFDuplicateItemException
- WAF couldn’t perform the operation because the resource that you tried to save is a duplicate of an
existing one.WAFOptimisticLockException
- WAF couldn’t save your changes because you tried to update or delete a resource that has changed since
you last retrieved it. Get the resource again, make any changes you need to make to the new copy, and
retry your operation.WAFLimitsExceededException
- WAF couldn’t perform the operation because you exceeded your resource limit. For example, the maximum
number of WebACL
objects that you can create for an Amazon Web Services account. For more
information, see WAF
quotas in the WAF Developer Guide.WAFUnavailableEntityException
- WAF couldn’t retrieve the resource that you requested. Retry your request.WAFSubscriptionNotFoundException
- You tried to use a managed rule group that's available by subscription, but you aren't subscribed to it
yet.WAFInvalidOperationException
- The operation isn't valid.UpdateWebACLResult updateWebACL(UpdateWebACLRequest updateWebACLRequest)
Updates the specified WebACL.
This operation completely replaces the mutable specifications that you already have for the web ACL with the ones that you provide to this call. To modify the web ACL, retrieve it by calling GetWebACL, update the settings as needed, and then provide the complete web ACL specification to this call.
A web ACL defines a collection of rules to use to inspect and control web requests. Each rule has an action defined (allow, block, or count) for requests that match the statement of the rule. In the web ACL, you assign a default action to take (allow, block) for any request that does not match any of the rules. The rules in a web ACL can be a combination of the types Rule, RuleGroup, and managed rule group. You can associate a web ACL with one or more Amazon Web Services resources to protect. The resources can be an Amazon CloudFront distribution, an Amazon API Gateway REST API, an Application Load Balancer, or an AppSync GraphQL API.
updateWebACLRequest
- WAFInternalErrorException
- Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your
request.WAFInvalidParameterException
- The operation failed because WAF didn't recognize a parameter in the request. For example:
You specified a parameter name or value that isn't valid.
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
You tried to update a WebACL
with a DefaultAction
that isn't among the types
available at DefaultAction.
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WAFNonexistentItemException
- WAF couldn’t perform the operation because your resource doesn’t exist.WAFDuplicateItemException
- WAF couldn’t perform the operation because the resource that you tried to save is a duplicate of an
existing one.WAFOptimisticLockException
- WAF couldn’t save your changes because you tried to update or delete a resource that has changed since
you last retrieved it. Get the resource again, make any changes you need to make to the new copy, and
retry your operation.WAFLimitsExceededException
- WAF couldn’t perform the operation because you exceeded your resource limit. For example, the maximum
number of WebACL
objects that you can create for an Amazon Web Services account. For more
information, see WAF
quotas in the WAF Developer Guide.WAFInvalidResourceException
- WAF couldn’t perform the operation because the resource that you requested isn’t valid. Check the
resource, and try again.WAFUnavailableEntityException
- WAF couldn’t retrieve the resource that you requested. Retry your request.WAFSubscriptionNotFoundException
- You tried to use a managed rule group that's available by subscription, but you aren't subscribed to it
yet.WAFInvalidOperationException
- The operation isn't valid.WAFExpiredManagedRuleGroupVersionException
- The operation failed because the specified version for the managed rule group has expired. You can
retrieve the available versions for the managed rule group by calling
ListAvailableManagedRuleGroupVersions.void shutdown()
ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
request
- The originally executed request.