@aws-sdk/client-wafv2 3.288.0 → 3.290.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AssociateWebACLCommand.d.ts +42 -0
- package/dist-types/commands/CheckCapacityCommand.d.ts +61 -0
- package/dist-types/commands/CreateIPSetCommand.d.ts +51 -0
- package/dist-types/commands/CreateRegexPatternSetCommand.d.ts +51 -0
- package/dist-types/commands/CreateRuleGroupCommand.d.ts +68 -0
- package/dist-types/commands/CreateWebACLCommand.d.ts +90 -0
- package/dist-types/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +40 -0
- package/dist-types/commands/DeleteIPSetCommand.d.ts +51 -0
- package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +40 -0
- package/dist-types/commands/DeletePermissionPolicyCommand.d.ts +32 -0
- package/dist-types/commands/DeleteRegexPatternSetCommand.d.ts +51 -0
- package/dist-types/commands/DeleteRuleGroupCommand.d.ts +51 -0
- package/dist-types/commands/DeleteWebACLCommand.d.ts +51 -0
- package/dist-types/commands/DescribeManagedRuleGroupCommand.d.ts +44 -0
- package/dist-types/commands/DisassociateWebACLCommand.d.ts +35 -0
- package/dist-types/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +35 -0
- package/dist-types/commands/GetIPSetCommand.d.ts +35 -0
- package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/GetManagedRuleSetCommand.d.ts +35 -0
- package/dist-types/commands/GetMobileSdkReleaseCommand.d.ts +35 -0
- package/dist-types/commands/GetPermissionPolicyCommand.d.ts +32 -0
- package/dist-types/commands/GetRateBasedStatementManagedKeysCommand.d.ts +35 -0
- package/dist-types/commands/GetRegexPatternSetCommand.d.ts +35 -0
- package/dist-types/commands/GetRuleGroupCommand.d.ts +35 -0
- package/dist-types/commands/GetSampledRequestsCommand.d.ts +32 -0
- package/dist-types/commands/GetWebACLCommand.d.ts +35 -0
- package/dist-types/commands/GetWebACLForResourceCommand.d.ts +42 -0
- package/dist-types/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +35 -0
- package/dist-types/commands/ListAvailableManagedRuleGroupsCommand.d.ts +29 -0
- package/dist-types/commands/ListIPSetsCommand.d.ts +29 -0
- package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +29 -0
- package/dist-types/commands/ListManagedRuleSetsCommand.d.ts +29 -0
- package/dist-types/commands/ListMobileSdkReleasesCommand.d.ts +29 -0
- package/dist-types/commands/ListRegexPatternSetsCommand.d.ts +29 -0
- package/dist-types/commands/ListResourcesForWebACLCommand.d.ts +35 -0
- package/dist-types/commands/ListRuleGroupsCommand.d.ts +29 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +42 -0
- package/dist-types/commands/ListWebACLsCommand.d.ts +29 -0
- package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +61 -0
- package/dist-types/commands/PutManagedRuleSetVersionsCommand.d.ts +40 -0
- package/dist-types/commands/PutPermissionPolicyCommand.d.ts +58 -0
- package/dist-types/commands/TagResourceCommand.d.ts +48 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +42 -0
- package/dist-types/commands/UpdateIPSetCommand.d.ts +50 -0
- package/dist-types/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +40 -0
- package/dist-types/commands/UpdateRegexPatternSetCommand.d.ts +50 -0
- package/dist-types/commands/UpdateRuleGroupCommand.d.ts +74 -0
- package/dist-types/commands/UpdateWebACLCommand.d.ts +83 -0
- package/package.json +29 -29
|
@@ -34,6 +34,48 @@ export interface AssociateWebACLCommandOutput extends AssociateWebACLResponse, _
|
|
|
34
34
|
* @see {@link AssociateWebACLCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link WAFV2ClientResolvedConfig | config} for WAFV2Client's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link WAFInternalErrorException} (server fault)
|
|
38
|
+
* <p>Your request is valid, but WAF couldn’t perform the operation because of a system
|
|
39
|
+
* problem. Retry your request. </p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link WAFInvalidOperationException} (client fault)
|
|
42
|
+
* <p>The operation isn't valid. </p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link WAFInvalidParameterException} (client fault)
|
|
45
|
+
* <p>The operation failed because WAF didn't recognize a parameter in the request. For
|
|
46
|
+
* example: </p>
|
|
47
|
+
* <ul>
|
|
48
|
+
* <li>
|
|
49
|
+
* <p>You specified a parameter name or value that isn't valid.</p>
|
|
50
|
+
* </li>
|
|
51
|
+
* <li>
|
|
52
|
+
* <p>Your nested statement isn't valid. You might have tried to nest a statement that
|
|
53
|
+
* can’t be nested. </p>
|
|
54
|
+
* </li>
|
|
55
|
+
* <li>
|
|
56
|
+
* <p>You tried to update a <code>WebACL</code> with a <code>DefaultAction</code> that
|
|
57
|
+
* isn't among the types available at <a>DefaultAction</a>.</p>
|
|
58
|
+
* </li>
|
|
59
|
+
* <li>
|
|
60
|
+
* <p>Your request references an ARN that is malformed, or corresponds to a resource
|
|
61
|
+
* with which a web ACL can't be associated.</p>
|
|
62
|
+
* </li>
|
|
63
|
+
* </ul>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link WAFNonexistentItemException} (client fault)
|
|
66
|
+
* <p>WAF couldn’t perform the operation because your resource doesn't exist.
|
|
67
|
+
* If you've just created a resource that you're using in this operation, you might
|
|
68
|
+
* just need to wait a few minutes. It can take from a few seconds to a number of minutes
|
|
69
|
+
* for changes to propagate. </p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link WAFUnavailableEntityException} (client fault)
|
|
72
|
+
* <p>WAF couldn’t retrieve a resource that you specified for this operation.
|
|
73
|
+
* If you've just created a resource that you're using in this operation, you might
|
|
74
|
+
* just need to wait a few minutes. It can take from a few seconds to a number of minutes
|
|
75
|
+
* for changes to propagate. Verify the resources that you are specifying in your request
|
|
76
|
+
* parameters and then retry the operation.</p>
|
|
77
|
+
*
|
|
78
|
+
*
|
|
37
79
|
*/
|
|
38
80
|
export declare class AssociateWebACLCommand extends $Command<AssociateWebACLCommandInput, AssociateWebACLCommandOutput, WAFV2ClientResolvedConfig> {
|
|
39
81
|
readonly input: AssociateWebACLCommandInput;
|
|
@@ -40,6 +40,67 @@ export interface CheckCapacityCommandOutput extends CheckCapacityResponse, __Met
|
|
|
40
40
|
* @see {@link CheckCapacityCommandOutput} for command's `response` shape.
|
|
41
41
|
* @see {@link WAFV2ClientResolvedConfig | config} for WAFV2Client's `config` shape.
|
|
42
42
|
*
|
|
43
|
+
* @throws {@link WAFExpiredManagedRuleGroupVersionException} (client fault)
|
|
44
|
+
* <p>The operation failed because the specified version for the managed rule group has
|
|
45
|
+
* expired. You can retrieve the available versions for the managed rule group by calling
|
|
46
|
+
* <a>ListAvailableManagedRuleGroupVersions</a>.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link WAFInternalErrorException} (server fault)
|
|
49
|
+
* <p>Your request is valid, but WAF couldn’t perform the operation because of a system
|
|
50
|
+
* problem. Retry your request. </p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link WAFInvalidOperationException} (client fault)
|
|
53
|
+
* <p>The operation isn't valid. </p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link WAFInvalidParameterException} (client fault)
|
|
56
|
+
* <p>The operation failed because WAF didn't recognize a parameter in the request. For
|
|
57
|
+
* example: </p>
|
|
58
|
+
* <ul>
|
|
59
|
+
* <li>
|
|
60
|
+
* <p>You specified a parameter name or value that isn't valid.</p>
|
|
61
|
+
* </li>
|
|
62
|
+
* <li>
|
|
63
|
+
* <p>Your nested statement isn't valid. You might have tried to nest a statement that
|
|
64
|
+
* can’t be nested. </p>
|
|
65
|
+
* </li>
|
|
66
|
+
* <li>
|
|
67
|
+
* <p>You tried to update a <code>WebACL</code> with a <code>DefaultAction</code> that
|
|
68
|
+
* isn't among the types available at <a>DefaultAction</a>.</p>
|
|
69
|
+
* </li>
|
|
70
|
+
* <li>
|
|
71
|
+
* <p>Your request references an ARN that is malformed, or corresponds to a resource
|
|
72
|
+
* with which a web ACL can't be associated.</p>
|
|
73
|
+
* </li>
|
|
74
|
+
* </ul>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link WAFInvalidResourceException} (client fault)
|
|
77
|
+
* <p>WAF couldn’t perform the operation because the resource that you requested isn’t
|
|
78
|
+
* valid. Check the resource, and try again.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link WAFLimitsExceededException} (client fault)
|
|
81
|
+
* <p>WAF couldn’t perform the operation because you exceeded your resource limit. For
|
|
82
|
+
* example, the maximum number of <code>WebACL</code> objects that you can create for an Amazon Web Services
|
|
83
|
+
* account. For more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/limits.html">WAF quotas</a> in the
|
|
84
|
+
* <i>WAF Developer Guide</i>.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link WAFNonexistentItemException} (client fault)
|
|
87
|
+
* <p>WAF couldn’t perform the operation because your resource doesn't exist.
|
|
88
|
+
* If you've just created a resource that you're using in this operation, you might
|
|
89
|
+
* just need to wait a few minutes. It can take from a few seconds to a number of minutes
|
|
90
|
+
* for changes to propagate. </p>
|
|
91
|
+
*
|
|
92
|
+
* @throws {@link WAFSubscriptionNotFoundException} (client fault)
|
|
93
|
+
* <p>You tried to use a managed rule group that's available by subscription, but you aren't
|
|
94
|
+
* subscribed to it yet. </p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link WAFUnavailableEntityException} (client fault)
|
|
97
|
+
* <p>WAF couldn’t retrieve a resource that you specified for this operation.
|
|
98
|
+
* If you've just created a resource that you're using in this operation, you might
|
|
99
|
+
* just need to wait a few minutes. It can take from a few seconds to a number of minutes
|
|
100
|
+
* for changes to propagate. Verify the resources that you are specifying in your request
|
|
101
|
+
* parameters and then retry the operation.</p>
|
|
102
|
+
*
|
|
103
|
+
*
|
|
43
104
|
*/
|
|
44
105
|
export declare class CheckCapacityCommand extends $Command<CheckCapacityCommandInput, CheckCapacityCommandOutput, WAFV2ClientResolvedConfig> {
|
|
45
106
|
readonly input: CheckCapacityCommandInput;
|
|
@@ -32,6 +32,57 @@ export interface CreateIPSetCommandOutput extends CreateIPSetResponse, __Metadat
|
|
|
32
32
|
* @see {@link CreateIPSetCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link WAFV2ClientResolvedConfig | config} for WAFV2Client's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link WAFDuplicateItemException} (client fault)
|
|
36
|
+
* <p>WAF couldn’t perform the operation because the resource that you tried to save is
|
|
37
|
+
* a duplicate of an existing one.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link WAFInternalErrorException} (server fault)
|
|
40
|
+
* <p>Your request is valid, but WAF couldn’t perform the operation because of a system
|
|
41
|
+
* problem. Retry your request. </p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link WAFInvalidOperationException} (client fault)
|
|
44
|
+
* <p>The operation isn't valid. </p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link WAFInvalidParameterException} (client fault)
|
|
47
|
+
* <p>The operation failed because WAF didn't recognize a parameter in the request. For
|
|
48
|
+
* example: </p>
|
|
49
|
+
* <ul>
|
|
50
|
+
* <li>
|
|
51
|
+
* <p>You specified a parameter name or value that isn't valid.</p>
|
|
52
|
+
* </li>
|
|
53
|
+
* <li>
|
|
54
|
+
* <p>Your nested statement isn't valid. You might have tried to nest a statement that
|
|
55
|
+
* can’t be nested. </p>
|
|
56
|
+
* </li>
|
|
57
|
+
* <li>
|
|
58
|
+
* <p>You tried to update a <code>WebACL</code> with a <code>DefaultAction</code> that
|
|
59
|
+
* isn't among the types available at <a>DefaultAction</a>.</p>
|
|
60
|
+
* </li>
|
|
61
|
+
* <li>
|
|
62
|
+
* <p>Your request references an ARN that is malformed, or corresponds to a resource
|
|
63
|
+
* with which a web ACL can't be associated.</p>
|
|
64
|
+
* </li>
|
|
65
|
+
* </ul>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link WAFLimitsExceededException} (client fault)
|
|
68
|
+
* <p>WAF couldn’t perform the operation because you exceeded your resource limit. For
|
|
69
|
+
* example, the maximum number of <code>WebACL</code> objects that you can create for an Amazon Web Services
|
|
70
|
+
* account. For more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/limits.html">WAF quotas</a> in the
|
|
71
|
+
* <i>WAF Developer Guide</i>.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link WAFOptimisticLockException} (client fault)
|
|
74
|
+
* <p>WAF couldn’t save your changes because you tried to update or delete a resource
|
|
75
|
+
* that has changed since you last retrieved it. Get the resource again, make any changes you
|
|
76
|
+
* need to make to the new copy, and retry your operation. </p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link WAFTagOperationException} (client fault)
|
|
79
|
+
* <p>An error occurred during the tagging operation. Retry your request.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link WAFTagOperationInternalErrorException} (server fault)
|
|
82
|
+
* <p>WAF couldn’t perform your tagging operation because of an internal error. Retry
|
|
83
|
+
* your request.</p>
|
|
84
|
+
*
|
|
85
|
+
*
|
|
35
86
|
*/
|
|
36
87
|
export declare class CreateIPSetCommand extends $Command<CreateIPSetCommandInput, CreateIPSetCommandOutput, WAFV2ClientResolvedConfig> {
|
|
37
88
|
readonly input: CreateIPSetCommandInput;
|
|
@@ -30,6 +30,57 @@ export interface CreateRegexPatternSetCommandOutput extends CreateRegexPatternSe
|
|
|
30
30
|
* @see {@link CreateRegexPatternSetCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link WAFV2ClientResolvedConfig | config} for WAFV2Client's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link WAFDuplicateItemException} (client fault)
|
|
34
|
+
* <p>WAF couldn’t perform the operation because the resource that you tried to save is
|
|
35
|
+
* a duplicate of an existing one.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link WAFInternalErrorException} (server fault)
|
|
38
|
+
* <p>Your request is valid, but WAF couldn’t perform the operation because of a system
|
|
39
|
+
* problem. Retry your request. </p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link WAFInvalidOperationException} (client fault)
|
|
42
|
+
* <p>The operation isn't valid. </p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link WAFInvalidParameterException} (client fault)
|
|
45
|
+
* <p>The operation failed because WAF didn't recognize a parameter in the request. For
|
|
46
|
+
* example: </p>
|
|
47
|
+
* <ul>
|
|
48
|
+
* <li>
|
|
49
|
+
* <p>You specified a parameter name or value that isn't valid.</p>
|
|
50
|
+
* </li>
|
|
51
|
+
* <li>
|
|
52
|
+
* <p>Your nested statement isn't valid. You might have tried to nest a statement that
|
|
53
|
+
* can’t be nested. </p>
|
|
54
|
+
* </li>
|
|
55
|
+
* <li>
|
|
56
|
+
* <p>You tried to update a <code>WebACL</code> with a <code>DefaultAction</code> that
|
|
57
|
+
* isn't among the types available at <a>DefaultAction</a>.</p>
|
|
58
|
+
* </li>
|
|
59
|
+
* <li>
|
|
60
|
+
* <p>Your request references an ARN that is malformed, or corresponds to a resource
|
|
61
|
+
* with which a web ACL can't be associated.</p>
|
|
62
|
+
* </li>
|
|
63
|
+
* </ul>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link WAFLimitsExceededException} (client fault)
|
|
66
|
+
* <p>WAF couldn’t perform the operation because you exceeded your resource limit. For
|
|
67
|
+
* example, the maximum number of <code>WebACL</code> objects that you can create for an Amazon Web Services
|
|
68
|
+
* account. For more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/limits.html">WAF quotas</a> in the
|
|
69
|
+
* <i>WAF Developer Guide</i>.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link WAFOptimisticLockException} (client fault)
|
|
72
|
+
* <p>WAF couldn’t save your changes because you tried to update or delete a resource
|
|
73
|
+
* that has changed since you last retrieved it. Get the resource again, make any changes you
|
|
74
|
+
* need to make to the new copy, and retry your operation. </p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link WAFTagOperationException} (client fault)
|
|
77
|
+
* <p>An error occurred during the tagging operation. Retry your request.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link WAFTagOperationInternalErrorException} (server fault)
|
|
80
|
+
* <p>WAF couldn’t perform your tagging operation because of an internal error. Retry
|
|
81
|
+
* your request.</p>
|
|
82
|
+
*
|
|
83
|
+
*
|
|
33
84
|
*/
|
|
34
85
|
export declare class CreateRegexPatternSetCommand extends $Command<CreateRegexPatternSetCommandInput, CreateRegexPatternSetCommandOutput, WAFV2ClientResolvedConfig> {
|
|
35
86
|
readonly input: CreateRegexPatternSetCommandInput;
|
|
@@ -30,6 +30,74 @@ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, _
|
|
|
30
30
|
* @see {@link CreateRuleGroupCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link WAFV2ClientResolvedConfig | config} for WAFV2Client's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link WAFDuplicateItemException} (client fault)
|
|
34
|
+
* <p>WAF couldn’t perform the operation because the resource that you tried to save is
|
|
35
|
+
* a duplicate of an existing one.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link WAFInternalErrorException} (server fault)
|
|
38
|
+
* <p>Your request is valid, but WAF couldn’t perform the operation because of a system
|
|
39
|
+
* problem. Retry your request. </p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link WAFInvalidOperationException} (client fault)
|
|
42
|
+
* <p>The operation isn't valid. </p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link WAFInvalidParameterException} (client fault)
|
|
45
|
+
* <p>The operation failed because WAF didn't recognize a parameter in the request. For
|
|
46
|
+
* example: </p>
|
|
47
|
+
* <ul>
|
|
48
|
+
* <li>
|
|
49
|
+
* <p>You specified a parameter name or value that isn't valid.</p>
|
|
50
|
+
* </li>
|
|
51
|
+
* <li>
|
|
52
|
+
* <p>Your nested statement isn't valid. You might have tried to nest a statement that
|
|
53
|
+
* can’t be nested. </p>
|
|
54
|
+
* </li>
|
|
55
|
+
* <li>
|
|
56
|
+
* <p>You tried to update a <code>WebACL</code> with a <code>DefaultAction</code> that
|
|
57
|
+
* isn't among the types available at <a>DefaultAction</a>.</p>
|
|
58
|
+
* </li>
|
|
59
|
+
* <li>
|
|
60
|
+
* <p>Your request references an ARN that is malformed, or corresponds to a resource
|
|
61
|
+
* with which a web ACL can't be associated.</p>
|
|
62
|
+
* </li>
|
|
63
|
+
* </ul>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link WAFLimitsExceededException} (client fault)
|
|
66
|
+
* <p>WAF couldn’t perform the operation because you exceeded your resource limit. For
|
|
67
|
+
* example, the maximum number of <code>WebACL</code> objects that you can create for an Amazon Web Services
|
|
68
|
+
* account. For more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/limits.html">WAF quotas</a> in the
|
|
69
|
+
* <i>WAF Developer Guide</i>.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link WAFNonexistentItemException} (client fault)
|
|
72
|
+
* <p>WAF couldn’t perform the operation because your resource doesn't exist.
|
|
73
|
+
* If you've just created a resource that you're using in this operation, you might
|
|
74
|
+
* just need to wait a few minutes. It can take from a few seconds to a number of minutes
|
|
75
|
+
* for changes to propagate. </p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link WAFOptimisticLockException} (client fault)
|
|
78
|
+
* <p>WAF couldn’t save your changes because you tried to update or delete a resource
|
|
79
|
+
* that has changed since you last retrieved it. Get the resource again, make any changes you
|
|
80
|
+
* need to make to the new copy, and retry your operation. </p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link WAFSubscriptionNotFoundException} (client fault)
|
|
83
|
+
* <p>You tried to use a managed rule group that's available by subscription, but you aren't
|
|
84
|
+
* subscribed to it yet. </p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link WAFTagOperationException} (client fault)
|
|
87
|
+
* <p>An error occurred during the tagging operation. Retry your request.</p>
|
|
88
|
+
*
|
|
89
|
+
* @throws {@link WAFTagOperationInternalErrorException} (server fault)
|
|
90
|
+
* <p>WAF couldn’t perform your tagging operation because of an internal error. Retry
|
|
91
|
+
* your request.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link WAFUnavailableEntityException} (client fault)
|
|
94
|
+
* <p>WAF couldn’t retrieve a resource that you specified for this operation.
|
|
95
|
+
* If you've just created a resource that you're using in this operation, you might
|
|
96
|
+
* just need to wait a few minutes. It can take from a few seconds to a number of minutes
|
|
97
|
+
* for changes to propagate. Verify the resources that you are specifying in your request
|
|
98
|
+
* parameters and then retry the operation.</p>
|
|
99
|
+
*
|
|
100
|
+
*
|
|
33
101
|
*/
|
|
34
102
|
export declare class CreateRuleGroupCommand extends $Command<CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput, WAFV2ClientResolvedConfig> {
|
|
35
103
|
readonly input: CreateRuleGroupCommandInput;
|
|
@@ -30,6 +30,96 @@ export interface CreateWebACLCommandOutput extends CreateWebACLResponse, __Metad
|
|
|
30
30
|
* @see {@link CreateWebACLCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link WAFV2ClientResolvedConfig | config} for WAFV2Client's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link WAFConfigurationWarningException} (client fault)
|
|
34
|
+
* <p>The operation failed because you are inspecting the web request body, headers, or
|
|
35
|
+
* cookies without specifying how to handle oversize components. Rules that inspect the body
|
|
36
|
+
* must either provide an <code>OversizeHandling</code> configuration or they must be preceded
|
|
37
|
+
* by a <code>SizeConstraintStatement</code> that blocks the body content from being too
|
|
38
|
+
* large. Rules that inspect the headers or cookies must provide an
|
|
39
|
+
* <code>OversizeHandling</code> configuration. </p>
|
|
40
|
+
* <p>Provide the handling configuration and retry your operation.</p>
|
|
41
|
+
* <p>Alternately, you can suppress this warning by adding the following tag to the resource
|
|
42
|
+
* that you provide to this operation: <code>Tag</code>
|
|
43
|
+
* (key:<code>WAF:OversizeFieldsHandlingConstraintOptOut</code>,
|
|
44
|
+
* value:<code>true</code>).</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link WAFDuplicateItemException} (client fault)
|
|
47
|
+
* <p>WAF couldn’t perform the operation because the resource that you tried to save is
|
|
48
|
+
* a duplicate of an existing one.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link WAFExpiredManagedRuleGroupVersionException} (client fault)
|
|
51
|
+
* <p>The operation failed because the specified version for the managed rule group has
|
|
52
|
+
* expired. You can retrieve the available versions for the managed rule group by calling
|
|
53
|
+
* <a>ListAvailableManagedRuleGroupVersions</a>.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link WAFInternalErrorException} (server fault)
|
|
56
|
+
* <p>Your request is valid, but WAF couldn’t perform the operation because of a system
|
|
57
|
+
* problem. Retry your request. </p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link WAFInvalidOperationException} (client fault)
|
|
60
|
+
* <p>The operation isn't valid. </p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link WAFInvalidParameterException} (client fault)
|
|
63
|
+
* <p>The operation failed because WAF didn't recognize a parameter in the request. For
|
|
64
|
+
* example: </p>
|
|
65
|
+
* <ul>
|
|
66
|
+
* <li>
|
|
67
|
+
* <p>You specified a parameter name or value that isn't valid.</p>
|
|
68
|
+
* </li>
|
|
69
|
+
* <li>
|
|
70
|
+
* <p>Your nested statement isn't valid. You might have tried to nest a statement that
|
|
71
|
+
* can’t be nested. </p>
|
|
72
|
+
* </li>
|
|
73
|
+
* <li>
|
|
74
|
+
* <p>You tried to update a <code>WebACL</code> with a <code>DefaultAction</code> that
|
|
75
|
+
* isn't among the types available at <a>DefaultAction</a>.</p>
|
|
76
|
+
* </li>
|
|
77
|
+
* <li>
|
|
78
|
+
* <p>Your request references an ARN that is malformed, or corresponds to a resource
|
|
79
|
+
* with which a web ACL can't be associated.</p>
|
|
80
|
+
* </li>
|
|
81
|
+
* </ul>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link WAFInvalidResourceException} (client fault)
|
|
84
|
+
* <p>WAF couldn’t perform the operation because the resource that you requested isn’t
|
|
85
|
+
* valid. Check the resource, and try again.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link WAFLimitsExceededException} (client fault)
|
|
88
|
+
* <p>WAF couldn’t perform the operation because you exceeded your resource limit. For
|
|
89
|
+
* example, the maximum number of <code>WebACL</code> objects that you can create for an Amazon Web Services
|
|
90
|
+
* account. For more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/limits.html">WAF quotas</a> in the
|
|
91
|
+
* <i>WAF Developer Guide</i>.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link WAFNonexistentItemException} (client fault)
|
|
94
|
+
* <p>WAF couldn’t perform the operation because your resource doesn't exist.
|
|
95
|
+
* If you've just created a resource that you're using in this operation, you might
|
|
96
|
+
* just need to wait a few minutes. It can take from a few seconds to a number of minutes
|
|
97
|
+
* for changes to propagate. </p>
|
|
98
|
+
*
|
|
99
|
+
* @throws {@link WAFOptimisticLockException} (client fault)
|
|
100
|
+
* <p>WAF couldn’t save your changes because you tried to update or delete a resource
|
|
101
|
+
* that has changed since you last retrieved it. Get the resource again, make any changes you
|
|
102
|
+
* need to make to the new copy, and retry your operation. </p>
|
|
103
|
+
*
|
|
104
|
+
* @throws {@link WAFSubscriptionNotFoundException} (client fault)
|
|
105
|
+
* <p>You tried to use a managed rule group that's available by subscription, but you aren't
|
|
106
|
+
* subscribed to it yet. </p>
|
|
107
|
+
*
|
|
108
|
+
* @throws {@link WAFTagOperationException} (client fault)
|
|
109
|
+
* <p>An error occurred during the tagging operation. Retry your request.</p>
|
|
110
|
+
*
|
|
111
|
+
* @throws {@link WAFTagOperationInternalErrorException} (server fault)
|
|
112
|
+
* <p>WAF couldn’t perform your tagging operation because of an internal error. Retry
|
|
113
|
+
* your request.</p>
|
|
114
|
+
*
|
|
115
|
+
* @throws {@link WAFUnavailableEntityException} (client fault)
|
|
116
|
+
* <p>WAF couldn’t retrieve a resource that you specified for this operation.
|
|
117
|
+
* If you've just created a resource that you're using in this operation, you might
|
|
118
|
+
* just need to wait a few minutes. It can take from a few seconds to a number of minutes
|
|
119
|
+
* for changes to propagate. Verify the resources that you are specifying in your request
|
|
120
|
+
* parameters and then retry the operation.</p>
|
|
121
|
+
*
|
|
122
|
+
*
|
|
33
123
|
*/
|
|
34
124
|
export declare class CreateWebACLCommand extends $Command<CreateWebACLCommandInput, CreateWebACLCommandOutput, WAFV2ClientResolvedConfig> {
|
|
35
125
|
readonly input: CreateWebACLCommandInput;
|
|
@@ -31,6 +31,46 @@ export interface DeleteFirewallManagerRuleGroupsCommandOutput extends DeleteFire
|
|
|
31
31
|
* @see {@link DeleteFirewallManagerRuleGroupsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link WAFV2ClientResolvedConfig | config} for WAFV2Client's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link WAFInternalErrorException} (server fault)
|
|
35
|
+
* <p>Your request is valid, but WAF couldn’t perform the operation because of a system
|
|
36
|
+
* problem. Retry your request. </p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link WAFInvalidOperationException} (client fault)
|
|
39
|
+
* <p>The operation isn't valid. </p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link WAFInvalidParameterException} (client fault)
|
|
42
|
+
* <p>The operation failed because WAF didn't recognize a parameter in the request. For
|
|
43
|
+
* example: </p>
|
|
44
|
+
* <ul>
|
|
45
|
+
* <li>
|
|
46
|
+
* <p>You specified a parameter name or value that isn't valid.</p>
|
|
47
|
+
* </li>
|
|
48
|
+
* <li>
|
|
49
|
+
* <p>Your nested statement isn't valid. You might have tried to nest a statement that
|
|
50
|
+
* can’t be nested. </p>
|
|
51
|
+
* </li>
|
|
52
|
+
* <li>
|
|
53
|
+
* <p>You tried to update a <code>WebACL</code> with a <code>DefaultAction</code> that
|
|
54
|
+
* isn't among the types available at <a>DefaultAction</a>.</p>
|
|
55
|
+
* </li>
|
|
56
|
+
* <li>
|
|
57
|
+
* <p>Your request references an ARN that is malformed, or corresponds to a resource
|
|
58
|
+
* with which a web ACL can't be associated.</p>
|
|
59
|
+
* </li>
|
|
60
|
+
* </ul>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link WAFNonexistentItemException} (client fault)
|
|
63
|
+
* <p>WAF couldn’t perform the operation because your resource doesn't exist.
|
|
64
|
+
* If you've just created a resource that you're using in this operation, you might
|
|
65
|
+
* just need to wait a few minutes. It can take from a few seconds to a number of minutes
|
|
66
|
+
* for changes to propagate. </p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link WAFOptimisticLockException} (client fault)
|
|
69
|
+
* <p>WAF couldn’t save your changes because you tried to update or delete a resource
|
|
70
|
+
* that has changed since you last retrieved it. Get the resource again, make any changes you
|
|
71
|
+
* need to make to the new copy, and retry your operation. </p>
|
|
72
|
+
*
|
|
73
|
+
*
|
|
34
74
|
*/
|
|
35
75
|
export declare class DeleteFirewallManagerRuleGroupsCommand extends $Command<DeleteFirewallManagerRuleGroupsCommandInput, DeleteFirewallManagerRuleGroupsCommandOutput, WAFV2ClientResolvedConfig> {
|
|
36
76
|
readonly input: DeleteFirewallManagerRuleGroupsCommandInput;
|
|
@@ -29,6 +29,57 @@ export interface DeleteIPSetCommandOutput extends DeleteIPSetResponse, __Metadat
|
|
|
29
29
|
* @see {@link DeleteIPSetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link WAFV2ClientResolvedConfig | config} for WAFV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link WAFAssociatedItemException} (client fault)
|
|
33
|
+
* <p>WAF couldn’t perform the operation because your resource is being used by another
|
|
34
|
+
* resource or it’s associated with another resource. </p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link WAFInternalErrorException} (server fault)
|
|
37
|
+
* <p>Your request is valid, but WAF couldn’t perform the operation because of a system
|
|
38
|
+
* problem. Retry your request. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link WAFInvalidOperationException} (client fault)
|
|
41
|
+
* <p>The operation isn't valid. </p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link WAFInvalidParameterException} (client fault)
|
|
44
|
+
* <p>The operation failed because WAF didn't recognize a parameter in the request. For
|
|
45
|
+
* example: </p>
|
|
46
|
+
* <ul>
|
|
47
|
+
* <li>
|
|
48
|
+
* <p>You specified a parameter name or value that isn't valid.</p>
|
|
49
|
+
* </li>
|
|
50
|
+
* <li>
|
|
51
|
+
* <p>Your nested statement isn't valid. You might have tried to nest a statement that
|
|
52
|
+
* can’t be nested. </p>
|
|
53
|
+
* </li>
|
|
54
|
+
* <li>
|
|
55
|
+
* <p>You tried to update a <code>WebACL</code> with a <code>DefaultAction</code> that
|
|
56
|
+
* isn't among the types available at <a>DefaultAction</a>.</p>
|
|
57
|
+
* </li>
|
|
58
|
+
* <li>
|
|
59
|
+
* <p>Your request references an ARN that is malformed, or corresponds to a resource
|
|
60
|
+
* with which a web ACL can't be associated.</p>
|
|
61
|
+
* </li>
|
|
62
|
+
* </ul>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link WAFNonexistentItemException} (client fault)
|
|
65
|
+
* <p>WAF couldn’t perform the operation because your resource doesn't exist.
|
|
66
|
+
* If you've just created a resource that you're using in this operation, you might
|
|
67
|
+
* just need to wait a few minutes. It can take from a few seconds to a number of minutes
|
|
68
|
+
* for changes to propagate. </p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link WAFOptimisticLockException} (client fault)
|
|
71
|
+
* <p>WAF couldn’t save your changes because you tried to update or delete a resource
|
|
72
|
+
* that has changed since you last retrieved it. Get the resource again, make any changes you
|
|
73
|
+
* need to make to the new copy, and retry your operation. </p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link WAFTagOperationException} (client fault)
|
|
76
|
+
* <p>An error occurred during the tagging operation. Retry your request.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link WAFTagOperationInternalErrorException} (server fault)
|
|
79
|
+
* <p>WAF couldn’t perform your tagging operation because of an internal error. Retry
|
|
80
|
+
* your request.</p>
|
|
81
|
+
*
|
|
82
|
+
*
|
|
32
83
|
*/
|
|
33
84
|
export declare class DeleteIPSetCommand extends $Command<DeleteIPSetCommandInput, DeleteIPSetCommandOutput, WAFV2ClientResolvedConfig> {
|
|
34
85
|
readonly input: DeleteIPSetCommandInput;
|
|
@@ -29,6 +29,46 @@ export interface DeleteLoggingConfigurationCommandOutput extends DeleteLoggingCo
|
|
|
29
29
|
* @see {@link DeleteLoggingConfigurationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link WAFV2ClientResolvedConfig | config} for WAFV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link WAFInternalErrorException} (server fault)
|
|
33
|
+
* <p>Your request is valid, but WAF couldn’t perform the operation because of a system
|
|
34
|
+
* problem. Retry your request. </p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link WAFInvalidOperationException} (client fault)
|
|
37
|
+
* <p>The operation isn't valid. </p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link WAFInvalidParameterException} (client fault)
|
|
40
|
+
* <p>The operation failed because WAF didn't recognize a parameter in the request. For
|
|
41
|
+
* example: </p>
|
|
42
|
+
* <ul>
|
|
43
|
+
* <li>
|
|
44
|
+
* <p>You specified a parameter name or value that isn't valid.</p>
|
|
45
|
+
* </li>
|
|
46
|
+
* <li>
|
|
47
|
+
* <p>Your nested statement isn't valid. You might have tried to nest a statement that
|
|
48
|
+
* can’t be nested. </p>
|
|
49
|
+
* </li>
|
|
50
|
+
* <li>
|
|
51
|
+
* <p>You tried to update a <code>WebACL</code> with a <code>DefaultAction</code> that
|
|
52
|
+
* isn't among the types available at <a>DefaultAction</a>.</p>
|
|
53
|
+
* </li>
|
|
54
|
+
* <li>
|
|
55
|
+
* <p>Your request references an ARN that is malformed, or corresponds to a resource
|
|
56
|
+
* with which a web ACL can't be associated.</p>
|
|
57
|
+
* </li>
|
|
58
|
+
* </ul>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link WAFNonexistentItemException} (client fault)
|
|
61
|
+
* <p>WAF couldn’t perform the operation because your resource doesn't exist.
|
|
62
|
+
* If you've just created a resource that you're using in this operation, you might
|
|
63
|
+
* just need to wait a few minutes. It can take from a few seconds to a number of minutes
|
|
64
|
+
* for changes to propagate. </p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link WAFOptimisticLockException} (client fault)
|
|
67
|
+
* <p>WAF couldn’t save your changes because you tried to update or delete a resource
|
|
68
|
+
* that has changed since you last retrieved it. Get the resource again, make any changes you
|
|
69
|
+
* need to make to the new copy, and retry your operation. </p>
|
|
70
|
+
*
|
|
71
|
+
*
|
|
32
72
|
*/
|
|
33
73
|
export declare class DeleteLoggingConfigurationCommand extends $Command<DeleteLoggingConfigurationCommandInput, DeleteLoggingConfigurationCommandOutput, WAFV2ClientResolvedConfig> {
|
|
34
74
|
readonly input: DeleteLoggingConfigurationCommandInput;
|
|
@@ -30,6 +30,38 @@ export interface DeletePermissionPolicyCommandOutput extends DeletePermissionPol
|
|
|
30
30
|
* @see {@link DeletePermissionPolicyCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link WAFV2ClientResolvedConfig | config} for WAFV2Client's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link WAFInternalErrorException} (server fault)
|
|
34
|
+
* <p>Your request is valid, but WAF couldn’t perform the operation because of a system
|
|
35
|
+
* problem. Retry your request. </p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link WAFInvalidParameterException} (client fault)
|
|
38
|
+
* <p>The operation failed because WAF didn't recognize a parameter in the request. For
|
|
39
|
+
* example: </p>
|
|
40
|
+
* <ul>
|
|
41
|
+
* <li>
|
|
42
|
+
* <p>You specified a parameter name or value that isn't valid.</p>
|
|
43
|
+
* </li>
|
|
44
|
+
* <li>
|
|
45
|
+
* <p>Your nested statement isn't valid. You might have tried to nest a statement that
|
|
46
|
+
* can’t be nested. </p>
|
|
47
|
+
* </li>
|
|
48
|
+
* <li>
|
|
49
|
+
* <p>You tried to update a <code>WebACL</code> with a <code>DefaultAction</code> that
|
|
50
|
+
* isn't among the types available at <a>DefaultAction</a>.</p>
|
|
51
|
+
* </li>
|
|
52
|
+
* <li>
|
|
53
|
+
* <p>Your request references an ARN that is malformed, or corresponds to a resource
|
|
54
|
+
* with which a web ACL can't be associated.</p>
|
|
55
|
+
* </li>
|
|
56
|
+
* </ul>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link WAFNonexistentItemException} (client fault)
|
|
59
|
+
* <p>WAF couldn’t perform the operation because your resource doesn't exist.
|
|
60
|
+
* If you've just created a resource that you're using in this operation, you might
|
|
61
|
+
* just need to wait a few minutes. It can take from a few seconds to a number of minutes
|
|
62
|
+
* for changes to propagate. </p>
|
|
63
|
+
*
|
|
64
|
+
*
|
|
33
65
|
*/
|
|
34
66
|
export declare class DeletePermissionPolicyCommand extends $Command<DeletePermissionPolicyCommandInput, DeletePermissionPolicyCommandOutput, WAFV2ClientResolvedConfig> {
|
|
35
67
|
readonly input: DeletePermissionPolicyCommandInput;
|