@aws-sdk/client-wafv2 3.776.0 → 3.777.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 (55) hide show
  1. package/dist-types/commands/AssociateWebACLCommand.d.ts +1 -0
  2. package/dist-types/commands/CheckCapacityCommand.d.ts +1 -0
  3. package/dist-types/commands/CreateAPIKeyCommand.d.ts +1 -0
  4. package/dist-types/commands/CreateIPSetCommand.d.ts +1 -0
  5. package/dist-types/commands/CreateRegexPatternSetCommand.d.ts +1 -0
  6. package/dist-types/commands/CreateRuleGroupCommand.d.ts +1 -0
  7. package/dist-types/commands/CreateWebACLCommand.d.ts +1 -0
  8. package/dist-types/commands/DeleteAPIKeyCommand.d.ts +1 -0
  9. package/dist-types/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +1 -0
  10. package/dist-types/commands/DeleteIPSetCommand.d.ts +1 -0
  11. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +1 -0
  12. package/dist-types/commands/DeletePermissionPolicyCommand.d.ts +1 -0
  13. package/dist-types/commands/DeleteRegexPatternSetCommand.d.ts +1 -0
  14. package/dist-types/commands/DeleteRuleGroupCommand.d.ts +1 -0
  15. package/dist-types/commands/DeleteWebACLCommand.d.ts +1 -0
  16. package/dist-types/commands/DescribeAllManagedProductsCommand.d.ts +1 -0
  17. package/dist-types/commands/DescribeManagedProductsByVendorCommand.d.ts +1 -0
  18. package/dist-types/commands/DescribeManagedRuleGroupCommand.d.ts +1 -0
  19. package/dist-types/commands/DisassociateWebACLCommand.d.ts +1 -0
  20. package/dist-types/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +1 -0
  21. package/dist-types/commands/GetDecryptedAPIKeyCommand.d.ts +1 -0
  22. package/dist-types/commands/GetIPSetCommand.d.ts +1 -0
  23. package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +1 -0
  24. package/dist-types/commands/GetManagedRuleSetCommand.d.ts +1 -0
  25. package/dist-types/commands/GetMobileSdkReleaseCommand.d.ts +1 -0
  26. package/dist-types/commands/GetPermissionPolicyCommand.d.ts +1 -0
  27. package/dist-types/commands/GetRateBasedStatementManagedKeysCommand.d.ts +1 -0
  28. package/dist-types/commands/GetRegexPatternSetCommand.d.ts +1 -0
  29. package/dist-types/commands/GetRuleGroupCommand.d.ts +1 -0
  30. package/dist-types/commands/GetSampledRequestsCommand.d.ts +1 -0
  31. package/dist-types/commands/GetWebACLCommand.d.ts +1 -0
  32. package/dist-types/commands/GetWebACLForResourceCommand.d.ts +1 -0
  33. package/dist-types/commands/ListAPIKeysCommand.d.ts +1 -0
  34. package/dist-types/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +1 -0
  35. package/dist-types/commands/ListAvailableManagedRuleGroupsCommand.d.ts +1 -0
  36. package/dist-types/commands/ListIPSetsCommand.d.ts +1 -0
  37. package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +1 -0
  38. package/dist-types/commands/ListManagedRuleSetsCommand.d.ts +1 -0
  39. package/dist-types/commands/ListMobileSdkReleasesCommand.d.ts +1 -0
  40. package/dist-types/commands/ListRegexPatternSetsCommand.d.ts +1 -0
  41. package/dist-types/commands/ListResourcesForWebACLCommand.d.ts +1 -0
  42. package/dist-types/commands/ListRuleGroupsCommand.d.ts +1 -0
  43. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  44. package/dist-types/commands/ListWebACLsCommand.d.ts +1 -0
  45. package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +1 -0
  46. package/dist-types/commands/PutManagedRuleSetVersionsCommand.d.ts +1 -0
  47. package/dist-types/commands/PutPermissionPolicyCommand.d.ts +1 -0
  48. package/dist-types/commands/TagResourceCommand.d.ts +1 -0
  49. package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
  50. package/dist-types/commands/UpdateIPSetCommand.d.ts +1 -0
  51. package/dist-types/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +1 -0
  52. package/dist-types/commands/UpdateRegexPatternSetCommand.d.ts +1 -0
  53. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +1 -0
  54. package/dist-types/commands/UpdateWebACLCommand.d.ts +1 -0
  55. package/package.json +2 -2
@@ -119,6 +119,7 @@ declare const AssociateWebACLCommand_base: {
119
119
  * @throws {@link WAFV2ServiceException}
120
120
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
121
121
  *
122
+ *
122
123
  * @public
123
124
  */
124
125
  export declare class AssociateWebACLCommand extends AssociateWebACLCommand_base {
@@ -1118,6 +1118,7 @@ declare const CheckCapacityCommand_base: {
1118
1118
  * @throws {@link WAFV2ServiceException}
1119
1119
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
1120
1120
  *
1121
+ *
1121
1122
  * @public
1122
1123
  */
1123
1124
  export declare class CheckCapacityCommand extends CheckCapacityCommand_base {
@@ -96,6 +96,7 @@ declare const CreateAPIKeyCommand_base: {
96
96
  * @throws {@link WAFV2ServiceException}
97
97
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
98
98
  *
99
+ *
99
100
  * @public
100
101
  */
101
102
  export declare class CreateAPIKeyCommand extends CreateAPIKeyCommand_base {
@@ -125,6 +125,7 @@ declare const CreateIPSetCommand_base: {
125
125
  * @throws {@link WAFV2ServiceException}
126
126
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
127
127
  *
128
+ *
128
129
  * @public
129
130
  */
130
131
  export declare class CreateIPSetCommand extends CreateIPSetCommand_base {
@@ -124,6 +124,7 @@ declare const CreateRegexPatternSetCommand_base: {
124
124
  * @throws {@link WAFV2ServiceException}
125
125
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
126
126
  *
127
+ *
127
128
  * @public
128
129
  */
129
130
  export declare class CreateRegexPatternSetCommand extends CreateRegexPatternSetCommand_base {
@@ -1141,6 +1141,7 @@ declare const CreateRuleGroupCommand_base: {
1141
1141
  * @throws {@link WAFV2ServiceException}
1142
1142
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
1143
1143
  *
1144
+ *
1144
1145
  * @public
1145
1146
  */
1146
1147
  export declare class CreateRuleGroupCommand extends CreateRuleGroupCommand_base {
@@ -1185,6 +1185,7 @@ declare const CreateWebACLCommand_base: {
1185
1185
  * @throws {@link WAFV2ServiceException}
1186
1186
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
1187
1187
  *
1188
+ *
1188
1189
  * @public
1189
1190
  */
1190
1191
  export declare class CreateWebACLCommand extends CreateWebACLCommand_base {
@@ -93,6 +93,7 @@ declare const DeleteAPIKeyCommand_base: {
93
93
  * @throws {@link WAFV2ServiceException}
94
94
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
95
95
  *
96
+ *
96
97
  * @public
97
98
  */
98
99
  export declare class DeleteAPIKeyCommand extends DeleteAPIKeyCommand_base {
@@ -95,6 +95,7 @@ declare const DeleteFirewallManagerRuleGroupsCommand_base: {
95
95
  * @throws {@link WAFV2ServiceException}
96
96
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
97
97
  *
98
+ *
98
99
  * @public
99
100
  */
100
101
  export declare class DeleteFirewallManagerRuleGroupsCommand extends DeleteFirewallManagerRuleGroupsCommand_base {
@@ -105,6 +105,7 @@ declare const DeleteIPSetCommand_base: {
105
105
  * @throws {@link WAFV2ServiceException}
106
106
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
107
107
  *
108
+ *
108
109
  * @public
109
110
  */
110
111
  export declare class DeleteIPSetCommand extends DeleteIPSetCommand_base {
@@ -93,6 +93,7 @@ declare const DeleteLoggingConfigurationCommand_base: {
93
93
  * @throws {@link WAFV2ServiceException}
94
94
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
95
95
  *
96
+ *
96
97
  * @public
97
98
  */
98
99
  export declare class DeleteLoggingConfigurationCommand extends DeleteLoggingConfigurationCommand_base {
@@ -84,6 +84,7 @@ declare const DeletePermissionPolicyCommand_base: {
84
84
  * @throws {@link WAFV2ServiceException}
85
85
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
86
86
  *
87
+ *
87
88
  * @public
88
89
  */
89
90
  export declare class DeletePermissionPolicyCommand extends DeletePermissionPolicyCommand_base {
@@ -105,6 +105,7 @@ declare const DeleteRegexPatternSetCommand_base: {
105
105
  * @throws {@link WAFV2ServiceException}
106
106
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
107
107
  *
108
+ *
108
109
  * @public
109
110
  */
110
111
  export declare class DeleteRegexPatternSetCommand extends DeleteRegexPatternSetCommand_base {
@@ -105,6 +105,7 @@ declare const DeleteRuleGroupCommand_base: {
105
105
  * @throws {@link WAFV2ServiceException}
106
106
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
107
107
  *
108
+ *
108
109
  * @public
109
110
  */
110
111
  export declare class DeleteRuleGroupCommand extends DeleteRuleGroupCommand_base {
@@ -138,6 +138,7 @@ declare const DeleteWebACLCommand_base: {
138
138
  * @throws {@link WAFV2ServiceException}
139
139
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
140
140
  *
141
+ *
141
142
  * @public
142
143
  */
143
144
  export declare class DeleteWebACLCommand extends DeleteWebACLCommand_base {
@@ -94,6 +94,7 @@ declare const DescribeAllManagedProductsCommand_base: {
94
94
  * @throws {@link WAFV2ServiceException}
95
95
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
96
96
  *
97
+ *
97
98
  * @public
98
99
  */
99
100
  export declare class DescribeAllManagedProductsCommand extends DescribeAllManagedProductsCommand_base {
@@ -95,6 +95,7 @@ declare const DescribeManagedProductsByVendorCommand_base: {
95
95
  * @throws {@link WAFV2ServiceException}
96
96
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
97
97
  *
98
+ *
98
99
  * @public
99
100
  */
100
101
  export declare class DescribeManagedProductsByVendorCommand extends DescribeManagedProductsByVendorCommand_base {
@@ -172,6 +172,7 @@ declare const DescribeManagedRuleGroupCommand_base: {
172
172
  * @throws {@link WAFV2ServiceException}
173
173
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
174
174
  *
175
+ *
175
176
  * @public
176
177
  */
177
178
  export declare class DescribeManagedRuleGroupCommand extends DescribeManagedRuleGroupCommand_base {
@@ -93,6 +93,7 @@ declare const DisassociateWebACLCommand_base: {
93
93
  * @throws {@link WAFV2ServiceException}
94
94
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
95
95
  *
96
+ *
96
97
  * @public
97
98
  */
98
99
  export declare class DisassociateWebACLCommand extends DisassociateWebACLCommand_base {
@@ -91,6 +91,7 @@ declare const GenerateMobileSdkReleaseUrlCommand_base: {
91
91
  * @throws {@link WAFV2ServiceException}
92
92
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class GenerateMobileSdkReleaseUrlCommand extends GenerateMobileSdkReleaseUrlCommand_base {
@@ -99,6 +99,7 @@ declare const GetDecryptedAPIKeyCommand_base: {
99
99
  * @throws {@link WAFV2ServiceException}
100
100
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
101
101
  *
102
+ *
102
103
  * @public
103
104
  */
104
105
  export declare class GetDecryptedAPIKeyCommand extends GetDecryptedAPIKeyCommand_base {
@@ -100,6 +100,7 @@ declare const GetIPSetCommand_base: {
100
100
  * @throws {@link WAFV2ServiceException}
101
101
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
102
102
  *
103
+ *
103
104
  * @public
104
105
  */
105
106
  export declare class GetIPSetCommand extends GetIPSetCommand_base {
@@ -183,6 +183,7 @@ declare const GetLoggingConfigurationCommand_base: {
183
183
  * @throws {@link WAFV2ServiceException}
184
184
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
185
185
  *
186
+ *
186
187
  * @public
187
188
  */
188
189
  export declare class GetLoggingConfigurationCommand extends GetLoggingConfigurationCommand_base {
@@ -112,6 +112,7 @@ declare const GetManagedRuleSetCommand_base: {
112
112
  * @throws {@link WAFV2ServiceException}
113
113
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
114
114
  *
115
+ *
115
116
  * @public
116
117
  */
117
118
  export declare class GetManagedRuleSetCommand extends GetManagedRuleSetCommand_base {
@@ -102,6 +102,7 @@ declare const GetMobileSdkReleaseCommand_base: {
102
102
  * @throws {@link WAFV2ServiceException}
103
103
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
104
104
  *
105
+ *
105
106
  * @public
106
107
  */
107
108
  export declare class GetMobileSdkReleaseCommand extends GetMobileSdkReleaseCommand_base {
@@ -86,6 +86,7 @@ declare const GetPermissionPolicyCommand_base: {
86
86
  * @throws {@link WAFV2ServiceException}
87
87
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class GetPermissionPolicyCommand extends GetPermissionPolicyCommand_base {
@@ -123,6 +123,7 @@ declare const GetRateBasedStatementManagedKeysCommand_base: {
123
123
  * @throws {@link WAFV2ServiceException}
124
124
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
125
125
  *
126
+ *
126
127
  * @public
127
128
  */
128
129
  export declare class GetRateBasedStatementManagedKeysCommand extends GetRateBasedStatementManagedKeysCommand_base {
@@ -101,6 +101,7 @@ declare const GetRegexPatternSetCommand_base: {
101
101
  * @throws {@link WAFV2ServiceException}
102
102
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
103
103
  *
104
+ *
104
105
  * @public
105
106
  */
106
107
  export declare class GetRegexPatternSetCommand extends GetRegexPatternSetCommand_base {
@@ -1113,6 +1113,7 @@ declare const GetRuleGroupCommand_base: {
1113
1113
  * @throws {@link WAFV2ServiceException}
1114
1114
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
1115
1115
  *
1116
+ *
1116
1117
  * @public
1117
1118
  */
1118
1119
  export declare class GetRuleGroupCommand extends GetRuleGroupCommand_base {
@@ -149,6 +149,7 @@ declare const GetSampledRequestsCommand_base: {
149
149
  * @throws {@link WAFV2ServiceException}
150
150
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
151
151
  *
152
+ *
152
153
  * @public
153
154
  */
154
155
  export declare class GetSampledRequestsCommand extends GetSampledRequestsCommand_base {
@@ -1325,6 +1325,7 @@ declare const GetWebACLCommand_base: {
1325
1325
  * @throws {@link WAFV2ServiceException}
1326
1326
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
1327
1327
  *
1328
+ *
1328
1329
  * @public
1329
1330
  */
1330
1331
  export declare class GetWebACLCommand extends GetWebACLCommand_base {
@@ -1337,6 +1337,7 @@ declare const GetWebACLForResourceCommand_base: {
1337
1337
  * @throws {@link WAFV2ServiceException}
1338
1338
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
1339
1339
  *
1340
+ *
1340
1341
  * @public
1341
1342
  */
1342
1343
  export declare class GetWebACLForResourceCommand extends GetWebACLForResourceCommand_base {
@@ -102,6 +102,7 @@ declare const ListAPIKeysCommand_base: {
102
102
  * @throws {@link WAFV2ServiceException}
103
103
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
104
104
  *
105
+ *
105
106
  * @public
106
107
  */
107
108
  export declare class ListAPIKeysCommand extends ListAPIKeysCommand_base {
@@ -99,6 +99,7 @@ declare const ListAvailableManagedRuleGroupVersionsCommand_base: {
99
99
  * @throws {@link WAFV2ServiceException}
100
100
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
101
101
  *
102
+ *
102
103
  * @public
103
104
  */
104
105
  export declare class ListAvailableManagedRuleGroupVersionsCommand extends ListAvailableManagedRuleGroupVersionsCommand_base {
@@ -94,6 +94,7 @@ declare const ListAvailableManagedRuleGroupsCommand_base: {
94
94
  * @throws {@link WAFV2ServiceException}
95
95
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
96
96
  *
97
+ *
97
98
  * @public
98
99
  */
99
100
  export declare class ListAvailableManagedRuleGroupsCommand extends ListAvailableManagedRuleGroupsCommand_base {
@@ -94,6 +94,7 @@ declare const ListIPSetsCommand_base: {
94
94
  * @throws {@link WAFV2ServiceException}
95
95
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
96
96
  *
97
+ *
97
98
  * @public
98
99
  */
99
100
  export declare class ListIPSetsCommand extends ListIPSetsCommand_base {
@@ -181,6 +181,7 @@ declare const ListLoggingConfigurationsCommand_base: {
181
181
  * @throws {@link WAFV2ServiceException}
182
182
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
183
183
  *
184
+ *
184
185
  * @public
185
186
  */
186
187
  export declare class ListLoggingConfigurationsCommand extends ListLoggingConfigurationsCommand_base {
@@ -98,6 +98,7 @@ declare const ListManagedRuleSetsCommand_base: {
98
98
  * @throws {@link WAFV2ServiceException}
99
99
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
100
100
  *
101
+ *
101
102
  * @public
102
103
  */
103
104
  export declare class ListManagedRuleSetsCommand extends ListManagedRuleSetsCommand_base {
@@ -93,6 +93,7 @@ declare const ListMobileSdkReleasesCommand_base: {
93
93
  * @throws {@link WAFV2ServiceException}
94
94
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
95
95
  *
96
+ *
96
97
  * @public
97
98
  */
98
99
  export declare class ListMobileSdkReleasesCommand extends ListMobileSdkReleasesCommand_base {
@@ -94,6 +94,7 @@ declare const ListRegexPatternSetsCommand_base: {
94
94
  * @throws {@link WAFV2ServiceException}
95
95
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
96
96
  *
97
+ *
97
98
  * @public
98
99
  */
99
100
  export declare class ListRegexPatternSetsCommand extends ListRegexPatternSetsCommand_base {
@@ -100,6 +100,7 @@ declare const ListResourcesForWebACLCommand_base: {
100
100
  * @throws {@link WAFV2ServiceException}
101
101
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
102
102
  *
103
+ *
103
104
  * @public
104
105
  */
105
106
  export declare class ListResourcesForWebACLCommand extends ListResourcesForWebACLCommand_base {
@@ -94,6 +94,7 @@ declare const ListRuleGroupsCommand_base: {
94
94
  * @throws {@link WAFV2ServiceException}
95
95
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
96
96
  *
97
+ *
97
98
  * @public
98
99
  */
99
100
  export declare class ListRuleGroupsCommand extends ListRuleGroupsCommand_base {
@@ -113,6 +113,7 @@ declare const ListTagsForResourceCommand_base: {
113
113
  * @throws {@link WAFV2ServiceException}
114
114
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
115
115
  *
116
+ *
116
117
  * @public
117
118
  */
118
119
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
@@ -94,6 +94,7 @@ declare const ListWebACLsCommand_base: {
94
94
  * @throws {@link WAFV2ServiceException}
95
95
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
96
96
  *
97
+ *
97
98
  * @public
98
99
  */
99
100
  export declare class ListWebACLsCommand extends ListWebACLsCommand_base {
@@ -343,6 +343,7 @@ declare const PutLoggingConfigurationCommand_base: {
343
343
  * @throws {@link WAFV2ServiceException}
344
344
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
345
345
  *
346
+ *
346
347
  * @public
347
348
  */
348
349
  export declare class PutLoggingConfigurationCommand extends PutLoggingConfigurationCommand_base {
@@ -114,6 +114,7 @@ declare const PutManagedRuleSetVersionsCommand_base: {
114
114
  * @throws {@link WAFV2ServiceException}
115
115
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
116
116
  *
117
+ *
117
118
  * @public
118
119
  */
119
120
  export declare class PutManagedRuleSetVersionsCommand extends PutManagedRuleSetVersionsCommand_base {
@@ -128,6 +128,7 @@ declare const PutPermissionPolicyCommand_base: {
128
128
  * @throws {@link WAFV2ServiceException}
129
129
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
130
130
  *
131
+ *
131
132
  * @public
132
133
  */
133
134
  export declare class PutPermissionPolicyCommand extends PutPermissionPolicyCommand_base {
@@ -112,6 +112,7 @@ declare const TagResourceCommand_base: {
112
112
  * @throws {@link WAFV2ServiceException}
113
113
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
114
114
  *
115
+ *
115
116
  * @public
116
117
  */
117
118
  export declare class TagResourceCommand extends TagResourceCommand_base {
@@ -99,6 +99,7 @@ declare const UntagResourceCommand_base: {
99
99
  * @throws {@link WAFV2ServiceException}
100
100
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
101
101
  *
102
+ *
102
103
  * @public
103
104
  */
104
105
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
@@ -145,6 +145,7 @@ declare const UpdateIPSetCommand_base: {
145
145
  * @throws {@link WAFV2ServiceException}
146
146
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
147
147
  *
148
+ *
148
149
  * @public
149
150
  */
150
151
  export declare class UpdateIPSetCommand extends UpdateIPSetCommand_base {
@@ -106,6 +106,7 @@ declare const UpdateManagedRuleSetVersionExpiryDateCommand_base: {
106
106
  * @throws {@link WAFV2ServiceException}
107
107
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
108
108
  *
109
+ *
109
110
  * @public
110
111
  */
111
112
  export declare class UpdateManagedRuleSetVersionExpiryDateCommand extends UpdateManagedRuleSetVersionExpiryDateCommand_base {
@@ -147,6 +147,7 @@ declare const UpdateRegexPatternSetCommand_base: {
147
147
  * @throws {@link WAFV2ServiceException}
148
148
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
149
149
  *
150
+ *
150
151
  * @public
151
152
  */
152
153
  export declare class UpdateRegexPatternSetCommand extends UpdateRegexPatternSetCommand_base {
@@ -1171,6 +1171,7 @@ declare const UpdateRuleGroupCommand_base: {
1171
1171
  * @throws {@link WAFV2ServiceException}
1172
1172
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
1173
1173
  *
1174
+ *
1174
1175
  * @public
1175
1176
  */
1176
1177
  export declare class UpdateRuleGroupCommand extends UpdateRuleGroupCommand_base {
@@ -1204,6 +1204,7 @@ declare const UpdateWebACLCommand_base: {
1204
1204
  * @throws {@link WAFV2ServiceException}
1205
1205
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
1206
1206
  *
1207
+ *
1207
1208
  * @public
1208
1209
  */
1209
1210
  export declare class UpdateWebACLCommand extends UpdateWebACLCommand_base {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-wafv2",
3
3
  "description": "AWS SDK for JavaScript Wafv2 Client for Node.js, Browser and React Native",
4
- "version": "3.776.0",
4
+ "version": "3.777.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-wafv2",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.777.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",