@aws-sdk/client-wafv2 3.325.0 → 3.327.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 +4 -0
- package/dist-types/commands/CheckCapacityCommand.d.ts +6 -0
- package/dist-types/commands/CreateAPIKeyCommand.d.ts +6 -0
- package/dist-types/commands/CreateIPSetCommand.d.ts +12 -0
- package/dist-types/commands/CreateRegexPatternSetCommand.d.ts +12 -0
- package/dist-types/commands/CreateRuleGroupCommand.d.ts +12 -0
- package/dist-types/commands/CreateWebACLCommand.d.ts +12 -0
- package/dist-types/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +6 -0
- package/dist-types/commands/DeleteIPSetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeletePermissionPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteRegexPatternSetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteRuleGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteWebACLCommand.d.ts +4 -0
- package/dist-types/commands/DescribeManagedRuleGroupCommand.d.ts +78 -0
- package/dist-types/commands/DisassociateWebACLCommand.d.ts +4 -0
- package/dist-types/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +6 -0
- package/dist-types/commands/GetDecryptedAPIKeyCommand.d.ts +9 -0
- package/dist-types/commands/GetIPSetCommand.d.ts +16 -0
- package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +85 -0
- package/dist-types/commands/GetManagedRuleSetCommand.d.ts +24 -0
- package/dist-types/commands/GetMobileSdkReleaseCommand.d.ts +16 -0
- package/dist-types/commands/GetPermissionPolicyCommand.d.ts +6 -0
- package/dist-types/commands/GetRateBasedStatementManagedKeysCommand.d.ts +17 -0
- package/dist-types/commands/GetRegexPatternSetCommand.d.ts +17 -0
- package/dist-types/commands/GetRuleGroupCommand.d.ts +772 -0
- package/dist-types/commands/GetSampledRequestsCommand.d.ts +54 -0
- package/dist-types/commands/GetWebACLCommand.d.ts +951 -0
- package/dist-types/commands/GetWebACLForResourceCommand.d.ts +949 -0
- package/dist-types/commands/ListAPIKeysCommand.d.ts +17 -0
- package/dist-types/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +13 -0
- package/dist-types/commands/ListAvailableManagedRuleGroupsCommand.d.ts +14 -0
- package/dist-types/commands/ListIPSetsCommand.d.ts +15 -0
- package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +88 -0
- package/dist-types/commands/ListManagedRuleSetsCommand.d.ts +16 -0
- package/dist-types/commands/ListMobileSdkReleasesCommand.d.ts +12 -0
- package/dist-types/commands/ListRegexPatternSetsCommand.d.ts +15 -0
- package/dist-types/commands/ListResourcesForWebACLCommand.d.ts +8 -0
- package/dist-types/commands/ListRuleGroupsCommand.d.ts +15 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +15 -0
- package/dist-types/commands/ListWebACLsCommand.d.ts +15 -0
- package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +85 -0
- package/dist-types/commands/PutManagedRuleSetVersionsCommand.d.ts +6 -0
- package/dist-types/commands/PutPermissionPolicyCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateIPSetCommand.d.ts +6 -0
- package/dist-types/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +8 -0
- package/dist-types/commands/UpdateRegexPatternSetCommand.d.ts +6 -0
- package/dist-types/commands/UpdateRuleGroupCommand.d.ts +6 -0
- package/dist-types/commands/UpdateWebACLCommand.d.ts +6 -0
- package/package.json +7 -7
|
@@ -32,6 +32,10 @@ export interface GetPermissionPolicyCommandOutput extends GetPermissionPolicyRes
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new GetPermissionPolicyCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // GetPermissionPolicyResponse
|
|
36
|
+
* // Policy: "STRING_VALUE",
|
|
37
|
+
* // };
|
|
38
|
+
*
|
|
35
39
|
* ```
|
|
36
40
|
*
|
|
37
41
|
* @param GetPermissionPolicyCommandInput - {@link GetPermissionPolicyCommandInput}
|
|
@@ -71,6 +75,8 @@ export interface GetPermissionPolicyCommandOutput extends GetPermissionPolicyRes
|
|
|
71
75
|
* just need to wait a few minutes. It can take from a few seconds to a number of minutes
|
|
72
76
|
* for changes to propagate. </p>
|
|
73
77
|
*
|
|
78
|
+
* @throws {@link WAFV2ServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from WAFV2 service.</p>
|
|
74
80
|
*
|
|
75
81
|
*/
|
|
76
82
|
export declare class GetPermissionPolicyCommand extends $Command<GetPermissionPolicyCommandInput, GetPermissionPolicyCommandOutput, WAFV2ClientResolvedConfig> {
|
|
@@ -48,6 +48,21 @@ export interface GetRateBasedStatementManagedKeysCommandOutput extends GetRateBa
|
|
|
48
48
|
* };
|
|
49
49
|
* const command = new GetRateBasedStatementManagedKeysCommand(input);
|
|
50
50
|
* const response = await client.send(command);
|
|
51
|
+
* // { // GetRateBasedStatementManagedKeysResponse
|
|
52
|
+
* // ManagedKeysIPV4: { // RateBasedStatementManagedKeysIPSet
|
|
53
|
+
* // IPAddressVersion: "IPV4" || "IPV6",
|
|
54
|
+
* // Addresses: [ // IPAddresses
|
|
55
|
+
* // "STRING_VALUE",
|
|
56
|
+
* // ],
|
|
57
|
+
* // },
|
|
58
|
+
* // ManagedKeysIPV6: {
|
|
59
|
+
* // IPAddressVersion: "IPV4" || "IPV6",
|
|
60
|
+
* // Addresses: [
|
|
61
|
+
* // "STRING_VALUE",
|
|
62
|
+
* // ],
|
|
63
|
+
* // },
|
|
64
|
+
* // };
|
|
65
|
+
*
|
|
51
66
|
* ```
|
|
52
67
|
*
|
|
53
68
|
* @param GetRateBasedStatementManagedKeysCommandInput - {@link GetRateBasedStatementManagedKeysCommandInput}
|
|
@@ -90,6 +105,8 @@ export interface GetRateBasedStatementManagedKeysCommandOutput extends GetRateBa
|
|
|
90
105
|
* just need to wait a few minutes. It can take from a few seconds to a number of minutes
|
|
91
106
|
* for changes to propagate. </p>
|
|
92
107
|
*
|
|
108
|
+
* @throws {@link WAFV2ServiceException}
|
|
109
|
+
* <p>Base exception class for all service exceptions from WAFV2 service.</p>
|
|
93
110
|
*
|
|
94
111
|
*/
|
|
95
112
|
export declare class GetRateBasedStatementManagedKeysCommand extends $Command<GetRateBasedStatementManagedKeysCommandInput, GetRateBasedStatementManagedKeysCommandOutput, WAFV2ClientResolvedConfig> {
|
|
@@ -33,6 +33,21 @@ export interface GetRegexPatternSetCommandOutput extends GetRegexPatternSetRespo
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new GetRegexPatternSetCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // GetRegexPatternSetResponse
|
|
37
|
+
* // RegexPatternSet: { // RegexPatternSet
|
|
38
|
+
* // Name: "STRING_VALUE",
|
|
39
|
+
* // Id: "STRING_VALUE",
|
|
40
|
+
* // ARN: "STRING_VALUE",
|
|
41
|
+
* // Description: "STRING_VALUE",
|
|
42
|
+
* // RegularExpressionList: [ // RegularExpressionList
|
|
43
|
+
* // { // Regex
|
|
44
|
+
* // RegexString: "STRING_VALUE",
|
|
45
|
+
* // },
|
|
46
|
+
* // ],
|
|
47
|
+
* // },
|
|
48
|
+
* // LockToken: "STRING_VALUE",
|
|
49
|
+
* // };
|
|
50
|
+
*
|
|
36
51
|
* ```
|
|
37
52
|
*
|
|
38
53
|
* @param GetRegexPatternSetCommandInput - {@link GetRegexPatternSetCommandInput}
|
|
@@ -75,6 +90,8 @@ export interface GetRegexPatternSetCommandOutput extends GetRegexPatternSetRespo
|
|
|
75
90
|
* just need to wait a few minutes. It can take from a few seconds to a number of minutes
|
|
76
91
|
* for changes to propagate. </p>
|
|
77
92
|
*
|
|
93
|
+
* @throws {@link WAFV2ServiceException}
|
|
94
|
+
* <p>Base exception class for all service exceptions from WAFV2 service.</p>
|
|
78
95
|
*
|
|
79
96
|
*/
|
|
80
97
|
export declare class GetRegexPatternSetCommand extends $Command<GetRegexPatternSetCommandInput, GetRegexPatternSetCommandOutput, WAFV2ClientResolvedConfig> {
|