@aws-sdk/client-wafv2 3.325.0 → 3.326.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.
Files changed (52) hide show
  1. package/dist-types/commands/AssociateWebACLCommand.d.ts +4 -0
  2. package/dist-types/commands/CheckCapacityCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateAPIKeyCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateIPSetCommand.d.ts +12 -0
  5. package/dist-types/commands/CreateRegexPatternSetCommand.d.ts +12 -0
  6. package/dist-types/commands/CreateRuleGroupCommand.d.ts +12 -0
  7. package/dist-types/commands/CreateWebACLCommand.d.ts +12 -0
  8. package/dist-types/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +6 -0
  9. package/dist-types/commands/DeleteIPSetCommand.d.ts +4 -0
  10. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +4 -0
  11. package/dist-types/commands/DeletePermissionPolicyCommand.d.ts +4 -0
  12. package/dist-types/commands/DeleteRegexPatternSetCommand.d.ts +4 -0
  13. package/dist-types/commands/DeleteRuleGroupCommand.d.ts +4 -0
  14. package/dist-types/commands/DeleteWebACLCommand.d.ts +4 -0
  15. package/dist-types/commands/DescribeManagedRuleGroupCommand.d.ts +78 -0
  16. package/dist-types/commands/DisassociateWebACLCommand.d.ts +4 -0
  17. package/dist-types/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +6 -0
  18. package/dist-types/commands/GetDecryptedAPIKeyCommand.d.ts +9 -0
  19. package/dist-types/commands/GetIPSetCommand.d.ts +16 -0
  20. package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +85 -0
  21. package/dist-types/commands/GetManagedRuleSetCommand.d.ts +24 -0
  22. package/dist-types/commands/GetMobileSdkReleaseCommand.d.ts +16 -0
  23. package/dist-types/commands/GetPermissionPolicyCommand.d.ts +6 -0
  24. package/dist-types/commands/GetRateBasedStatementManagedKeysCommand.d.ts +17 -0
  25. package/dist-types/commands/GetRegexPatternSetCommand.d.ts +17 -0
  26. package/dist-types/commands/GetRuleGroupCommand.d.ts +772 -0
  27. package/dist-types/commands/GetSampledRequestsCommand.d.ts +54 -0
  28. package/dist-types/commands/GetWebACLCommand.d.ts +951 -0
  29. package/dist-types/commands/GetWebACLForResourceCommand.d.ts +949 -0
  30. package/dist-types/commands/ListAPIKeysCommand.d.ts +17 -0
  31. package/dist-types/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +13 -0
  32. package/dist-types/commands/ListAvailableManagedRuleGroupsCommand.d.ts +14 -0
  33. package/dist-types/commands/ListIPSetsCommand.d.ts +15 -0
  34. package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +88 -0
  35. package/dist-types/commands/ListManagedRuleSetsCommand.d.ts +16 -0
  36. package/dist-types/commands/ListMobileSdkReleasesCommand.d.ts +12 -0
  37. package/dist-types/commands/ListRegexPatternSetsCommand.d.ts +15 -0
  38. package/dist-types/commands/ListResourcesForWebACLCommand.d.ts +8 -0
  39. package/dist-types/commands/ListRuleGroupsCommand.d.ts +15 -0
  40. package/dist-types/commands/ListTagsForResourceCommand.d.ts +15 -0
  41. package/dist-types/commands/ListWebACLsCommand.d.ts +15 -0
  42. package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +85 -0
  43. package/dist-types/commands/PutManagedRuleSetVersionsCommand.d.ts +6 -0
  44. package/dist-types/commands/PutPermissionPolicyCommand.d.ts +4 -0
  45. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  46. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  47. package/dist-types/commands/UpdateIPSetCommand.d.ts +6 -0
  48. package/dist-types/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +8 -0
  49. package/dist-types/commands/UpdateRegexPatternSetCommand.d.ts +6 -0
  50. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +6 -0
  51. package/dist-types/commands/UpdateWebACLCommand.d.ts +6 -0
  52. package/package.json +3 -3
@@ -37,6 +37,8 @@ export interface AssociateWebACLCommandOutput extends AssociateWebACLResponse, _
37
37
  * };
38
38
  * const command = new AssociateWebACLCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // {};
41
+ *
40
42
  * ```
41
43
  *
42
44
  * @param AssociateWebACLCommandInput - {@link AssociateWebACLCommandInput}
@@ -86,6 +88,8 @@ export interface AssociateWebACLCommandOutput extends AssociateWebACLResponse, _
86
88
  * for changes to propagate. Verify the resources that you are specifying in your request
87
89
  * parameters and then retry the operation.</p>
88
90
  *
91
+ * @throws {@link WAFV2ServiceException}
92
+ * <p>Base exception class for all service exceptions from WAFV2 service.</p>
89
93
  *
90
94
  */
91
95
  export declare class AssociateWebACLCommand extends $Command<AssociateWebACLCommandInput, AssociateWebACLCommandOutput, WAFV2ClientResolvedConfig> {
@@ -779,6 +779,10 @@ export interface CheckCapacityCommandOutput extends CheckCapacityResponse, __Met
779
779
  * };
780
780
  * const command = new CheckCapacityCommand(input);
781
781
  * const response = await client.send(command);
782
+ * // { // CheckCapacityResponse
783
+ * // Capacity: Number("long"),
784
+ * // };
785
+ *
782
786
  * ```
783
787
  *
784
788
  * @param CheckCapacityCommandInput - {@link CheckCapacityCommandInput}
@@ -847,6 +851,8 @@ export interface CheckCapacityCommandOutput extends CheckCapacityResponse, __Met
847
851
  * for changes to propagate. Verify the resources that you are specifying in your request
848
852
  * parameters and then retry the operation.</p>
849
853
  *
854
+ * @throws {@link WAFV2ServiceException}
855
+ * <p>Base exception class for all service exceptions from WAFV2 service.</p>
850
856
  *
851
857
  */
852
858
  export declare class CheckCapacityCommand extends $Command<CheckCapacityCommandInput, CheckCapacityCommandOutput, WAFV2ClientResolvedConfig> {
@@ -39,6 +39,10 @@ export interface CreateAPIKeyCommandOutput extends CreateAPIKeyResponse, __Metad
39
39
  * };
40
40
  * const command = new CreateAPIKeyCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // CreateAPIKeyResponse
43
+ * // APIKey: "STRING_VALUE",
44
+ * // };
45
+ *
42
46
  * ```
43
47
  *
44
48
  * @param CreateAPIKeyCommandInput - {@link CreateAPIKeyCommandInput}
@@ -81,6 +85,8 @@ export interface CreateAPIKeyCommandOutput extends CreateAPIKeyResponse, __Metad
81
85
  * account. For more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/limits.html">WAF quotas</a> in the
82
86
  * <i>WAF Developer Guide</i>.</p>
83
87
  *
88
+ * @throws {@link WAFV2ServiceException}
89
+ * <p>Base exception class for all service exceptions from WAFV2 service.</p>
84
90
  *
85
91
  */
86
92
  export declare class CreateAPIKeyCommand extends $Command<CreateAPIKeyCommandInput, CreateAPIKeyCommandOutput, WAFV2ClientResolvedConfig> {
@@ -46,6 +46,16 @@ export interface CreateIPSetCommandOutput extends CreateIPSetResponse, __Metadat
46
46
  * };
47
47
  * const command = new CreateIPSetCommand(input);
48
48
  * const response = await client.send(command);
49
+ * // { // CreateIPSetResponse
50
+ * // Summary: { // IPSetSummary
51
+ * // Name: "STRING_VALUE",
52
+ * // Id: "STRING_VALUE",
53
+ * // Description: "STRING_VALUE",
54
+ * // LockToken: "STRING_VALUE",
55
+ * // ARN: "STRING_VALUE",
56
+ * // },
57
+ * // };
58
+ *
49
59
  * ```
50
60
  *
51
61
  * @param CreateIPSetCommandInput - {@link CreateIPSetCommandInput}
@@ -104,6 +114,8 @@ export interface CreateIPSetCommandOutput extends CreateIPSetResponse, __Metadat
104
114
  * <p>WAF couldn’t perform your tagging operation because of an internal error. Retry
105
115
  * your request.</p>
106
116
  *
117
+ * @throws {@link WAFV2ServiceException}
118
+ * <p>Base exception class for all service exceptions from WAFV2 service.</p>
107
119
  *
108
120
  */
109
121
  export declare class CreateIPSetCommand extends $Command<CreateIPSetCommandInput, CreateIPSetCommandOutput, WAFV2ClientResolvedConfig> {
@@ -45,6 +45,16 @@ export interface CreateRegexPatternSetCommandOutput extends CreateRegexPatternSe
45
45
  * };
46
46
  * const command = new CreateRegexPatternSetCommand(input);
47
47
  * const response = await client.send(command);
48
+ * // { // CreateRegexPatternSetResponse
49
+ * // Summary: { // RegexPatternSetSummary
50
+ * // Name: "STRING_VALUE",
51
+ * // Id: "STRING_VALUE",
52
+ * // Description: "STRING_VALUE",
53
+ * // LockToken: "STRING_VALUE",
54
+ * // ARN: "STRING_VALUE",
55
+ * // },
56
+ * // };
57
+ *
48
58
  * ```
49
59
  *
50
60
  * @param CreateRegexPatternSetCommandInput - {@link CreateRegexPatternSetCommandInput}
@@ -103,6 +113,8 @@ export interface CreateRegexPatternSetCommandOutput extends CreateRegexPatternSe
103
113
  * <p>WAF couldn’t perform your tagging operation because of an internal error. Retry
104
114
  * your request.</p>
105
115
  *
116
+ * @throws {@link WAFV2ServiceException}
117
+ * <p>Base exception class for all service exceptions from WAFV2 service.</p>
106
118
  *
107
119
  */
108
120
  export declare class CreateRegexPatternSetCommand extends $Command<CreateRegexPatternSetCommandInput, CreateRegexPatternSetCommandOutput, WAFV2ClientResolvedConfig> {
@@ -789,6 +789,16 @@ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, _
789
789
  * };
790
790
  * const command = new CreateRuleGroupCommand(input);
791
791
  * const response = await client.send(command);
792
+ * // { // CreateRuleGroupResponse
793
+ * // Summary: { // RuleGroupSummary
794
+ * // Name: "STRING_VALUE",
795
+ * // Id: "STRING_VALUE",
796
+ * // Description: "STRING_VALUE",
797
+ * // LockToken: "STRING_VALUE",
798
+ * // ARN: "STRING_VALUE",
799
+ * // },
800
+ * // };
801
+ *
792
802
  * ```
793
803
  *
794
804
  * @param CreateRuleGroupCommandInput - {@link CreateRuleGroupCommandInput}
@@ -864,6 +874,8 @@ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, _
864
874
  * for changes to propagate. Verify the resources that you are specifying in your request
865
875
  * parameters and then retry the operation.</p>
866
876
  *
877
+ * @throws {@link WAFV2ServiceException}
878
+ * <p>Base exception class for all service exceptions from WAFV2 service.</p>
867
879
  *
868
880
  */
869
881
  export declare class CreateRuleGroupCommand extends $Command<CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput, WAFV2ClientResolvedConfig> {
@@ -796,6 +796,16 @@ export interface CreateWebACLCommandOutput extends CreateWebACLResponse, __Metad
796
796
  * };
797
797
  * const command = new CreateWebACLCommand(input);
798
798
  * const response = await client.send(command);
799
+ * // { // CreateWebACLResponse
800
+ * // Summary: { // WebACLSummary
801
+ * // Name: "STRING_VALUE",
802
+ * // Id: "STRING_VALUE",
803
+ * // Description: "STRING_VALUE",
804
+ * // LockToken: "STRING_VALUE",
805
+ * // ARN: "STRING_VALUE",
806
+ * // },
807
+ * // };
808
+ *
799
809
  * ```
800
810
  *
801
811
  * @param CreateWebACLCommandInput - {@link CreateWebACLCommandInput}
@@ -893,6 +903,8 @@ export interface CreateWebACLCommandOutput extends CreateWebACLResponse, __Metad
893
903
  * for changes to propagate. Verify the resources that you are specifying in your request
894
904
  * parameters and then retry the operation.</p>
895
905
  *
906
+ * @throws {@link WAFV2ServiceException}
907
+ * <p>Base exception class for all service exceptions from WAFV2 service.</p>
896
908
  *
897
909
  */
898
910
  export declare class CreateWebACLCommand extends $Command<CreateWebACLCommandInput, CreateWebACLCommandOutput, WAFV2ClientResolvedConfig> {
@@ -34,6 +34,10 @@ export interface DeleteFirewallManagerRuleGroupsCommandOutput extends DeleteFire
34
34
  * };
35
35
  * const command = new DeleteFirewallManagerRuleGroupsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // DeleteFirewallManagerRuleGroupsResponse
38
+ * // NextWebACLLockToken: "STRING_VALUE",
39
+ * // };
40
+ *
37
41
  * ```
38
42
  *
39
43
  * @param DeleteFirewallManagerRuleGroupsCommandInput - {@link DeleteFirewallManagerRuleGroupsCommandInput}
@@ -81,6 +85,8 @@ export interface DeleteFirewallManagerRuleGroupsCommandOutput extends DeleteFire
81
85
  * that has changed since you last retrieved it. Get the resource again, make any changes you
82
86
  * need to make to the new copy, and retry your operation. </p>
83
87
  *
88
+ * @throws {@link WAFV2ServiceException}
89
+ * <p>Base exception class for all service exceptions from WAFV2 service.</p>
84
90
  *
85
91
  */
86
92
  export declare class DeleteFirewallManagerRuleGroupsCommand extends $Command<DeleteFirewallManagerRuleGroupsCommandInput, DeleteFirewallManagerRuleGroupsCommandOutput, WAFV2ClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface DeleteIPSetCommandOutput extends DeleteIPSetResponse, __Metadat
34
34
  * };
35
35
  * const command = new DeleteIPSetCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param DeleteIPSetCommandInput - {@link DeleteIPSetCommandInput}
@@ -92,6 +94,8 @@ export interface DeleteIPSetCommandOutput extends DeleteIPSetResponse, __Metadat
92
94
  * <p>WAF couldn’t perform your tagging operation because of an internal error. Retry
93
95
  * your request.</p>
94
96
  *
97
+ * @throws {@link WAFV2ServiceException}
98
+ * <p>Base exception class for all service exceptions from WAFV2 service.</p>
95
99
  *
96
100
  */
97
101
  export declare class DeleteIPSetCommand extends $Command<DeleteIPSetCommandInput, DeleteIPSetCommandOutput, WAFV2ClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteLoggingConfigurationCommandOutput extends DeleteLoggingCo
31
31
  * };
32
32
  * const command = new DeleteLoggingConfigurationCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteLoggingConfigurationCommandInput - {@link DeleteLoggingConfigurationCommandInput}
@@ -78,6 +80,8 @@ export interface DeleteLoggingConfigurationCommandOutput extends DeleteLoggingCo
78
80
  * that has changed since you last retrieved it. Get the resource again, make any changes you
79
81
  * need to make to the new copy, and retry your operation. </p>
80
82
  *
83
+ * @throws {@link WAFV2ServiceException}
84
+ * <p>Base exception class for all service exceptions from WAFV2 service.</p>
81
85
  *
82
86
  */
83
87
  export declare class DeleteLoggingConfigurationCommand extends $Command<DeleteLoggingConfigurationCommandInput, DeleteLoggingConfigurationCommandOutput, WAFV2ClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeletePermissionPolicyCommandOutput extends DeletePermissionPol
32
32
  * };
33
33
  * const command = new DeletePermissionPolicyCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeletePermissionPolicyCommandInput - {@link DeletePermissionPolicyCommandInput}
@@ -71,6 +73,8 @@ export interface DeletePermissionPolicyCommandOutput extends DeletePermissionPol
71
73
  * just need to wait a few minutes. It can take from a few seconds to a number of minutes
72
74
  * for changes to propagate. </p>
73
75
  *
76
+ * @throws {@link WAFV2ServiceException}
77
+ * <p>Base exception class for all service exceptions from WAFV2 service.</p>
74
78
  *
75
79
  */
76
80
  export declare class DeletePermissionPolicyCommand extends $Command<DeletePermissionPolicyCommandInput, DeletePermissionPolicyCommandOutput, WAFV2ClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface DeleteRegexPatternSetCommandOutput extends DeleteRegexPatternSe
34
34
  * };
35
35
  * const command = new DeleteRegexPatternSetCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param DeleteRegexPatternSetCommandInput - {@link DeleteRegexPatternSetCommandInput}
@@ -92,6 +94,8 @@ export interface DeleteRegexPatternSetCommandOutput extends DeleteRegexPatternSe
92
94
  * <p>WAF couldn’t perform your tagging operation because of an internal error. Retry
93
95
  * your request.</p>
94
96
  *
97
+ * @throws {@link WAFV2ServiceException}
98
+ * <p>Base exception class for all service exceptions from WAFV2 service.</p>
95
99
  *
96
100
  */
97
101
  export declare class DeleteRegexPatternSetCommand extends $Command<DeleteRegexPatternSetCommandInput, DeleteRegexPatternSetCommandOutput, WAFV2ClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface DeleteRuleGroupCommandOutput extends DeleteRuleGroupResponse, _
34
34
  * };
35
35
  * const command = new DeleteRuleGroupCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param DeleteRuleGroupCommandInput - {@link DeleteRuleGroupCommandInput}
@@ -92,6 +94,8 @@ export interface DeleteRuleGroupCommandOutput extends DeleteRuleGroupResponse, _
92
94
  * <p>WAF couldn’t perform your tagging operation because of an internal error. Retry
93
95
  * your request.</p>
94
96
  *
97
+ * @throws {@link WAFV2ServiceException}
98
+ * <p>Base exception class for all service exceptions from WAFV2 service.</p>
95
99
  *
96
100
  */
97
101
  export declare class DeleteRuleGroupCommand extends $Command<DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput, WAFV2ClientResolvedConfig> {
@@ -68,6 +68,8 @@ export interface DeleteWebACLCommandOutput extends DeleteWebACLResponse, __Metad
68
68
  * };
69
69
  * const command = new DeleteWebACLCommand(input);
70
70
  * const response = await client.send(command);
71
+ * // {};
72
+ *
71
73
  * ```
72
74
  *
73
75
  * @param DeleteWebACLCommandInput - {@link DeleteWebACLCommandInput}
@@ -126,6 +128,8 @@ export interface DeleteWebACLCommandOutput extends DeleteWebACLResponse, __Metad
126
128
  * <p>WAF couldn’t perform your tagging operation because of an internal error. Retry
127
129
  * your request.</p>
128
130
  *
131
+ * @throws {@link WAFV2ServiceException}
132
+ * <p>Base exception class for all service exceptions from WAFV2 service.</p>
129
133
  *
130
134
  */
131
135
  export declare class DeleteWebACLCommand extends $Command<DeleteWebACLCommandInput, DeleteWebACLCommandOutput, WAFV2ClientResolvedConfig> {
@@ -35,6 +35,82 @@ export interface DescribeManagedRuleGroupCommandOutput extends DescribeManagedRu
35
35
  * };
36
36
  * const command = new DescribeManagedRuleGroupCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // DescribeManagedRuleGroupResponse
39
+ * // VersionName: "STRING_VALUE",
40
+ * // SnsTopicArn: "STRING_VALUE",
41
+ * // Capacity: Number("long"),
42
+ * // Rules: [ // RuleSummaries
43
+ * // { // RuleSummary
44
+ * // Name: "STRING_VALUE",
45
+ * // Action: { // RuleAction
46
+ * // Block: { // BlockAction
47
+ * // CustomResponse: { // CustomResponse
48
+ * // ResponseCode: Number("int"), // required
49
+ * // CustomResponseBodyKey: "STRING_VALUE",
50
+ * // ResponseHeaders: [ // CustomHTTPHeaders
51
+ * // { // CustomHTTPHeader
52
+ * // Name: "STRING_VALUE", // required
53
+ * // Value: "STRING_VALUE", // required
54
+ * // },
55
+ * // ],
56
+ * // },
57
+ * // },
58
+ * // Allow: { // AllowAction
59
+ * // CustomRequestHandling: { // CustomRequestHandling
60
+ * // InsertHeaders: [ // required
61
+ * // {
62
+ * // Name: "STRING_VALUE", // required
63
+ * // Value: "STRING_VALUE", // required
64
+ * // },
65
+ * // ],
66
+ * // },
67
+ * // },
68
+ * // Count: { // CountAction
69
+ * // CustomRequestHandling: {
70
+ * // InsertHeaders: [ // required
71
+ * // {
72
+ * // Name: "STRING_VALUE", // required
73
+ * // Value: "STRING_VALUE", // required
74
+ * // },
75
+ * // ],
76
+ * // },
77
+ * // },
78
+ * // Captcha: { // CaptchaAction
79
+ * // CustomRequestHandling: {
80
+ * // InsertHeaders: [ // required
81
+ * // {
82
+ * // Name: "STRING_VALUE", // required
83
+ * // Value: "STRING_VALUE", // required
84
+ * // },
85
+ * // ],
86
+ * // },
87
+ * // },
88
+ * // Challenge: { // ChallengeAction
89
+ * // CustomRequestHandling: {
90
+ * // InsertHeaders: [ // required
91
+ * // {
92
+ * // Name: "STRING_VALUE", // required
93
+ * // Value: "STRING_VALUE", // required
94
+ * // },
95
+ * // ],
96
+ * // },
97
+ * // },
98
+ * // },
99
+ * // },
100
+ * // ],
101
+ * // LabelNamespace: "STRING_VALUE",
102
+ * // AvailableLabels: [ // LabelSummaries
103
+ * // { // LabelSummary
104
+ * // Name: "STRING_VALUE",
105
+ * // },
106
+ * // ],
107
+ * // ConsumedLabels: [
108
+ * // {
109
+ * // Name: "STRING_VALUE",
110
+ * // },
111
+ * // ],
112
+ * // };
113
+ *
38
114
  * ```
39
115
  *
40
116
  * @param DescribeManagedRuleGroupCommandInput - {@link DescribeManagedRuleGroupCommandInput}
@@ -86,6 +162,8 @@ export interface DescribeManagedRuleGroupCommandOutput extends DescribeManagedRu
86
162
  * just need to wait a few minutes. It can take from a few seconds to a number of minutes
87
163
  * for changes to propagate. </p>
88
164
  *
165
+ * @throws {@link WAFV2ServiceException}
166
+ * <p>Base exception class for all service exceptions from WAFV2 service.</p>
89
167
  *
90
168
  */
91
169
  export declare class DescribeManagedRuleGroupCommand extends $Command<DescribeManagedRuleGroupCommandInput, DescribeManagedRuleGroupCommandOutput, WAFV2ClientResolvedConfig> {
@@ -35,6 +35,8 @@ export interface DisassociateWebACLCommandOutput extends DisassociateWebACLRespo
35
35
  * };
36
36
  * const command = new DisassociateWebACLCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // {};
39
+ *
38
40
  * ```
39
41
  *
40
42
  * @param DisassociateWebACLCommandInput - {@link DisassociateWebACLCommandInput}
@@ -77,6 +79,8 @@ export interface DisassociateWebACLCommandOutput extends DisassociateWebACLRespo
77
79
  * just need to wait a few minutes. It can take from a few seconds to a number of minutes
78
80
  * for changes to propagate. </p>
79
81
  *
82
+ * @throws {@link WAFV2ServiceException}
83
+ * <p>Base exception class for all service exceptions from WAFV2 service.</p>
80
84
  *
81
85
  */
82
86
  export declare class DisassociateWebACLCommand extends $Command<DisassociateWebACLCommandInput, DisassociateWebACLCommandOutput, WAFV2ClientResolvedConfig> {
@@ -34,6 +34,10 @@ export interface GenerateMobileSdkReleaseUrlCommandOutput extends GenerateMobile
34
34
  * };
35
35
  * const command = new GenerateMobileSdkReleaseUrlCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // GenerateMobileSdkReleaseUrlResponse
38
+ * // Url: "STRING_VALUE",
39
+ * // };
40
+ *
37
41
  * ```
38
42
  *
39
43
  * @param GenerateMobileSdkReleaseUrlCommandInput - {@link GenerateMobileSdkReleaseUrlCommandInput}
@@ -76,6 +80,8 @@ export interface GenerateMobileSdkReleaseUrlCommandOutput extends GenerateMobile
76
80
  * just need to wait a few minutes. It can take from a few seconds to a number of minutes
77
81
  * for changes to propagate. </p>
78
82
  *
83
+ * @throws {@link WAFV2ServiceException}
84
+ * <p>Base exception class for all service exceptions from WAFV2 service.</p>
79
85
  *
80
86
  */
81
87
  export declare class GenerateMobileSdkReleaseUrlCommand extends $Command<GenerateMobileSdkReleaseUrlCommandInput, GenerateMobileSdkReleaseUrlCommandOutput, WAFV2ClientResolvedConfig> {
@@ -35,6 +35,13 @@ export interface GetDecryptedAPIKeyCommandOutput extends GetDecryptedAPIKeyRespo
35
35
  * };
36
36
  * const command = new GetDecryptedAPIKeyCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // GetDecryptedAPIKeyResponse
39
+ * // TokenDomains: [ // TokenDomains
40
+ * // "STRING_VALUE",
41
+ * // ],
42
+ * // CreationTimestamp: new Date("TIMESTAMP"),
43
+ * // };
44
+ *
38
45
  * ```
39
46
  *
40
47
  * @param GetDecryptedAPIKeyCommandInput - {@link GetDecryptedAPIKeyCommandInput}
@@ -75,6 +82,8 @@ export interface GetDecryptedAPIKeyCommandOutput extends GetDecryptedAPIKeyRespo
75
82
  * <p>WAF couldn’t perform the operation because the resource that you requested isn’t
76
83
  * valid. Check the resource, and try again.</p>
77
84
  *
85
+ * @throws {@link WAFV2ServiceException}
86
+ * <p>Base exception class for all service exceptions from WAFV2 service.</p>
78
87
  *
79
88
  */
80
89
  export declare class GetDecryptedAPIKeyCommand extends $Command<GetDecryptedAPIKeyCommandInput, GetDecryptedAPIKeyCommandOutput, WAFV2ClientResolvedConfig> {
@@ -33,6 +33,20 @@ export interface GetIPSetCommandOutput extends GetIPSetResponse, __MetadataBeare
33
33
  * };
34
34
  * const command = new GetIPSetCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetIPSetResponse
37
+ * // IPSet: { // IPSet
38
+ * // Name: "STRING_VALUE", // required
39
+ * // Id: "STRING_VALUE", // required
40
+ * // ARN: "STRING_VALUE", // required
41
+ * // Description: "STRING_VALUE",
42
+ * // IPAddressVersion: "IPV4" || "IPV6", // required
43
+ * // Addresses: [ // IPAddresses // required
44
+ * // "STRING_VALUE",
45
+ * // ],
46
+ * // },
47
+ * // LockToken: "STRING_VALUE",
48
+ * // };
49
+ *
36
50
  * ```
37
51
  *
38
52
  * @param GetIPSetCommandInput - {@link GetIPSetCommandInput}
@@ -75,6 +89,8 @@ export interface GetIPSetCommandOutput extends GetIPSetResponse, __MetadataBeare
75
89
  * just need to wait a few minutes. It can take from a few seconds to a number of minutes
76
90
  * for changes to propagate. </p>
77
91
  *
92
+ * @throws {@link WAFV2ServiceException}
93
+ * <p>Base exception class for all service exceptions from WAFV2 service.</p>
78
94
  *
79
95
  */
80
96
  export declare class GetIPSetCommand extends $Command<GetIPSetCommandInput, GetIPSetCommandOutput, WAFV2ClientResolvedConfig> {
@@ -31,6 +31,89 @@ export interface GetLoggingConfigurationCommandOutput extends GetLoggingConfigur
31
31
  * };
32
32
  * const command = new GetLoggingConfigurationCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetLoggingConfigurationResponse
35
+ * // LoggingConfiguration: { // LoggingConfiguration
36
+ * // ResourceArn: "STRING_VALUE", // required
37
+ * // LogDestinationConfigs: [ // LogDestinationConfigs // required
38
+ * // "STRING_VALUE",
39
+ * // ],
40
+ * // RedactedFields: [ // RedactedFields
41
+ * // { // FieldToMatch
42
+ * // SingleHeader: { // SingleHeader
43
+ * // Name: "STRING_VALUE", // required
44
+ * // },
45
+ * // SingleQueryArgument: { // SingleQueryArgument
46
+ * // Name: "STRING_VALUE", // required
47
+ * // },
48
+ * // AllQueryArguments: {},
49
+ * // UriPath: {},
50
+ * // QueryString: {},
51
+ * // Body: { // Body
52
+ * // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH",
53
+ * // },
54
+ * // Method: {},
55
+ * // JsonBody: { // JsonBody
56
+ * // MatchPattern: { // JsonMatchPattern
57
+ * // All: {},
58
+ * // IncludedPaths: [ // JsonPointerPaths
59
+ * // "STRING_VALUE",
60
+ * // ],
61
+ * // },
62
+ * // MatchScope: "ALL" || "KEY" || "VALUE", // required
63
+ * // InvalidFallbackBehavior: "MATCH" || "NO_MATCH" || "EVALUATE_AS_STRING",
64
+ * // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH",
65
+ * // },
66
+ * // Headers: { // Headers
67
+ * // MatchPattern: { // HeaderMatchPattern
68
+ * // All: {},
69
+ * // IncludedHeaders: [ // HeaderNames
70
+ * // "STRING_VALUE",
71
+ * // ],
72
+ * // ExcludedHeaders: [
73
+ * // "STRING_VALUE",
74
+ * // ],
75
+ * // },
76
+ * // MatchScope: "ALL" || "KEY" || "VALUE", // required
77
+ * // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
78
+ * // },
79
+ * // Cookies: { // Cookies
80
+ * // MatchPattern: { // CookieMatchPattern
81
+ * // All: {},
82
+ * // IncludedCookies: [ // CookieNames
83
+ * // "STRING_VALUE",
84
+ * // ],
85
+ * // ExcludedCookies: [
86
+ * // "STRING_VALUE",
87
+ * // ],
88
+ * // },
89
+ * // MatchScope: "ALL" || "KEY" || "VALUE", // required
90
+ * // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
91
+ * // },
92
+ * // },
93
+ * // ],
94
+ * // ManagedByFirewallManager: true || false,
95
+ * // LoggingFilter: { // LoggingFilter
96
+ * // Filters: [ // Filters // required
97
+ * // { // Filter
98
+ * // Behavior: "KEEP" || "DROP", // required
99
+ * // Requirement: "MEETS_ALL" || "MEETS_ANY", // required
100
+ * // Conditions: [ // Conditions // required
101
+ * // { // Condition
102
+ * // ActionCondition: { // ActionCondition
103
+ * // Action: "ALLOW" || "BLOCK" || "COUNT" || "CAPTCHA" || "CHALLENGE" || "EXCLUDED_AS_COUNT", // required
104
+ * // },
105
+ * // LabelNameCondition: { // LabelNameCondition
106
+ * // LabelName: "STRING_VALUE", // required
107
+ * // },
108
+ * // },
109
+ * // ],
110
+ * // },
111
+ * // ],
112
+ * // DefaultBehavior: "KEEP" || "DROP", // required
113
+ * // },
114
+ * // },
115
+ * // };
116
+ *
34
117
  * ```
35
118
  *
36
119
  * @param GetLoggingConfigurationCommandInput - {@link GetLoggingConfigurationCommandInput}
@@ -73,6 +156,8 @@ export interface GetLoggingConfigurationCommandOutput extends GetLoggingConfigur
73
156
  * just need to wait a few minutes. It can take from a few seconds to a number of minutes
74
157
  * for changes to propagate. </p>
75
158
  *
159
+ * @throws {@link WAFV2ServiceException}
160
+ * <p>Base exception class for all service exceptions from WAFV2 service.</p>
76
161
  *
77
162
  */
78
163
  export declare class GetLoggingConfigurationCommand extends $Command<GetLoggingConfigurationCommandInput, GetLoggingConfigurationCommandOutput, WAFV2ClientResolvedConfig> {
@@ -37,6 +37,28 @@ export interface GetManagedRuleSetCommandOutput extends GetManagedRuleSetRespons
37
37
  * };
38
38
  * const command = new GetManagedRuleSetCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // GetManagedRuleSetResponse
41
+ * // ManagedRuleSet: { // ManagedRuleSet
42
+ * // Name: "STRING_VALUE", // required
43
+ * // Id: "STRING_VALUE", // required
44
+ * // ARN: "STRING_VALUE", // required
45
+ * // Description: "STRING_VALUE",
46
+ * // PublishedVersions: { // PublishedVersions
47
+ * // "<keys>": { // ManagedRuleSetVersion
48
+ * // AssociatedRuleGroupArn: "STRING_VALUE",
49
+ * // Capacity: Number("long"),
50
+ * // ForecastedLifetime: Number("int"),
51
+ * // PublishTimestamp: new Date("TIMESTAMP"),
52
+ * // LastUpdateTimestamp: new Date("TIMESTAMP"),
53
+ * // ExpiryTimestamp: new Date("TIMESTAMP"),
54
+ * // },
55
+ * // },
56
+ * // RecommendedVersion: "STRING_VALUE",
57
+ * // LabelNamespace: "STRING_VALUE",
58
+ * // },
59
+ * // LockToken: "STRING_VALUE",
60
+ * // };
61
+ *
40
62
  * ```
41
63
  *
42
64
  * @param GetManagedRuleSetCommandInput - {@link GetManagedRuleSetCommandInput}
@@ -79,6 +101,8 @@ export interface GetManagedRuleSetCommandOutput extends GetManagedRuleSetRespons
79
101
  * just need to wait a few minutes. It can take from a few seconds to a number of minutes
80
102
  * for changes to propagate. </p>
81
103
  *
104
+ * @throws {@link WAFV2ServiceException}
105
+ * <p>Base exception class for all service exceptions from WAFV2 service.</p>
82
106
  *
83
107
  */
84
108
  export declare class GetManagedRuleSetCommand extends $Command<GetManagedRuleSetCommandInput, GetManagedRuleSetCommandOutput, WAFV2ClientResolvedConfig> {
@@ -35,6 +35,20 @@ export interface GetMobileSdkReleaseCommandOutput extends GetMobileSdkReleaseRes
35
35
  * };
36
36
  * const command = new GetMobileSdkReleaseCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // GetMobileSdkReleaseResponse
39
+ * // MobileSdkRelease: { // MobileSdkRelease
40
+ * // ReleaseVersion: "STRING_VALUE",
41
+ * // Timestamp: new Date("TIMESTAMP"),
42
+ * // ReleaseNotes: "STRING_VALUE",
43
+ * // Tags: [ // TagList
44
+ * // { // Tag
45
+ * // Key: "STRING_VALUE", // required
46
+ * // Value: "STRING_VALUE", // required
47
+ * // },
48
+ * // ],
49
+ * // },
50
+ * // };
51
+ *
38
52
  * ```
39
53
  *
40
54
  * @param GetMobileSdkReleaseCommandInput - {@link GetMobileSdkReleaseCommandInput}
@@ -77,6 +91,8 @@ export interface GetMobileSdkReleaseCommandOutput extends GetMobileSdkReleaseRes
77
91
  * just need to wait a few minutes. It can take from a few seconds to a number of minutes
78
92
  * for changes to propagate. </p>
79
93
  *
94
+ * @throws {@link WAFV2ServiceException}
95
+ * <p>Base exception class for all service exceptions from WAFV2 service.</p>
80
96
  *
81
97
  */
82
98
  export declare class GetMobileSdkReleaseCommand extends $Command<GetMobileSdkReleaseCommandInput, GetMobileSdkReleaseCommandOutput, WAFV2ClientResolvedConfig> {