@aws-sdk/client-wafv2 3.341.0 → 3.342.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/CheckCapacityCommand.d.ts +15 -0
- package/dist-types/commands/CreateRuleGroupCommand.d.ts +15 -0
- package/dist-types/commands/CreateWebACLCommand.d.ts +15 -0
- package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/GetRuleGroupCommand.d.ts +15 -0
- package/dist-types/commands/GetWebACLCommand.d.ts +15 -0
- package/dist-types/commands/GetWebACLForResourceCommand.d.ts +15 -0
- package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +3 -0
- package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/UpdateRuleGroupCommand.d.ts +15 -0
- package/dist-types/commands/UpdateWebACLCommand.d.ts +15 -0
- package/dist-types/models/models_0.d.ts +62 -11
- package/dist-types/ts3.4/models/models_0.d.ts +4 -0
- package/package.json +28 -28
|
@@ -101,6 +101,9 @@ export interface CheckCapacityCommandOutput extends CheckCapacityResponse, __Met
|
|
|
101
101
|
* MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
102
102
|
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
103
103
|
* },
|
|
104
|
+
* HeaderOrder: { // HeaderOrder
|
|
105
|
+
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
106
|
+
* },
|
|
104
107
|
* },
|
|
105
108
|
* TextTransformations: [ // TextTransformations // required
|
|
106
109
|
* { // TextTransformation
|
|
@@ -162,6 +165,9 @@ export interface CheckCapacityCommandOutput extends CheckCapacityResponse, __Met
|
|
|
162
165
|
* MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
163
166
|
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
164
167
|
* },
|
|
168
|
+
* HeaderOrder: {
|
|
169
|
+
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
170
|
+
* },
|
|
165
171
|
* },
|
|
166
172
|
* TextTransformations: [ // required
|
|
167
173
|
* {
|
|
@@ -219,6 +225,9 @@ export interface CheckCapacityCommandOutput extends CheckCapacityResponse, __Met
|
|
|
219
225
|
* MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
220
226
|
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
221
227
|
* },
|
|
228
|
+
* HeaderOrder: {
|
|
229
|
+
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
230
|
+
* },
|
|
222
231
|
* },
|
|
223
232
|
* TextTransformations: [ // required
|
|
224
233
|
* {
|
|
@@ -271,6 +280,9 @@ export interface CheckCapacityCommandOutput extends CheckCapacityResponse, __Met
|
|
|
271
280
|
* MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
272
281
|
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
273
282
|
* },
|
|
283
|
+
* HeaderOrder: {
|
|
284
|
+
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
285
|
+
* },
|
|
274
286
|
* },
|
|
275
287
|
* ComparisonOperator: "EQ" || "NE" || "LE" || "LT" || "GE" || "GT", // required
|
|
276
288
|
* Size: Number("long"), // required
|
|
@@ -410,6 +422,9 @@ export interface CheckCapacityCommandOutput extends CheckCapacityResponse, __Met
|
|
|
410
422
|
* MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
411
423
|
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
412
424
|
* },
|
|
425
|
+
* HeaderOrder: {
|
|
426
|
+
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
427
|
+
* },
|
|
413
428
|
* },
|
|
414
429
|
* TextTransformations: [ // required
|
|
415
430
|
* {
|
|
@@ -94,6 +94,9 @@ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, _
|
|
|
94
94
|
* MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
95
95
|
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
96
96
|
* },
|
|
97
|
+
* HeaderOrder: { // HeaderOrder
|
|
98
|
+
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
99
|
+
* },
|
|
97
100
|
* },
|
|
98
101
|
* TextTransformations: [ // TextTransformations // required
|
|
99
102
|
* { // TextTransformation
|
|
@@ -155,6 +158,9 @@ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, _
|
|
|
155
158
|
* MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
156
159
|
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
157
160
|
* },
|
|
161
|
+
* HeaderOrder: {
|
|
162
|
+
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
163
|
+
* },
|
|
158
164
|
* },
|
|
159
165
|
* TextTransformations: [ // required
|
|
160
166
|
* {
|
|
@@ -212,6 +218,9 @@ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, _
|
|
|
212
218
|
* MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
213
219
|
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
214
220
|
* },
|
|
221
|
+
* HeaderOrder: {
|
|
222
|
+
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
223
|
+
* },
|
|
215
224
|
* },
|
|
216
225
|
* TextTransformations: [ // required
|
|
217
226
|
* {
|
|
@@ -264,6 +273,9 @@ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, _
|
|
|
264
273
|
* MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
265
274
|
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
266
275
|
* },
|
|
276
|
+
* HeaderOrder: {
|
|
277
|
+
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
278
|
+
* },
|
|
267
279
|
* },
|
|
268
280
|
* ComparisonOperator: "EQ" || "NE" || "LE" || "LT" || "GE" || "GT", // required
|
|
269
281
|
* Size: Number("long"), // required
|
|
@@ -403,6 +415,9 @@ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, _
|
|
|
403
415
|
* MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
404
416
|
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
405
417
|
* },
|
|
418
|
+
* HeaderOrder: {
|
|
419
|
+
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
420
|
+
* },
|
|
406
421
|
* },
|
|
407
422
|
* TextTransformations: [ // required
|
|
408
423
|
* {
|
|
@@ -117,6 +117,9 @@ export interface CreateWebACLCommandOutput extends CreateWebACLResponse, __Metad
|
|
|
117
117
|
* MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
118
118
|
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
119
119
|
* },
|
|
120
|
+
* HeaderOrder: { // HeaderOrder
|
|
121
|
+
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
122
|
+
* },
|
|
120
123
|
* },
|
|
121
124
|
* TextTransformations: [ // TextTransformations // required
|
|
122
125
|
* { // TextTransformation
|
|
@@ -178,6 +181,9 @@ export interface CreateWebACLCommandOutput extends CreateWebACLResponse, __Metad
|
|
|
178
181
|
* MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
179
182
|
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
180
183
|
* },
|
|
184
|
+
* HeaderOrder: {
|
|
185
|
+
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
186
|
+
* },
|
|
181
187
|
* },
|
|
182
188
|
* TextTransformations: [ // required
|
|
183
189
|
* {
|
|
@@ -235,6 +241,9 @@ export interface CreateWebACLCommandOutput extends CreateWebACLResponse, __Metad
|
|
|
235
241
|
* MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
236
242
|
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
237
243
|
* },
|
|
244
|
+
* HeaderOrder: {
|
|
245
|
+
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
246
|
+
* },
|
|
238
247
|
* },
|
|
239
248
|
* TextTransformations: [ // required
|
|
240
249
|
* {
|
|
@@ -287,6 +296,9 @@ export interface CreateWebACLCommandOutput extends CreateWebACLResponse, __Metad
|
|
|
287
296
|
* MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
288
297
|
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
289
298
|
* },
|
|
299
|
+
* HeaderOrder: {
|
|
300
|
+
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
301
|
+
* },
|
|
290
302
|
* },
|
|
291
303
|
* ComparisonOperator: "EQ" || "NE" || "LE" || "LT" || "GE" || "GT", // required
|
|
292
304
|
* Size: Number("long"), // required
|
|
@@ -416,6 +428,9 @@ export interface CreateWebACLCommandOutput extends CreateWebACLResponse, __Metad
|
|
|
416
428
|
* MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
417
429
|
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
418
430
|
* },
|
|
431
|
+
* HeaderOrder: {
|
|
432
|
+
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
433
|
+
* },
|
|
419
434
|
* },
|
|
420
435
|
* TextTransformations: [ // required
|
|
421
436
|
* {
|
|
@@ -93,6 +93,9 @@ export interface GetLoggingConfigurationCommandOutput extends GetLoggingConfigur
|
|
|
93
93
|
* // MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
94
94
|
* // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
95
95
|
* // },
|
|
96
|
+
* // HeaderOrder: { // HeaderOrder
|
|
97
|
+
* // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
98
|
+
* // },
|
|
96
99
|
* // },
|
|
97
100
|
* // ],
|
|
98
101
|
* // ManagedByFirewallManager: true || false,
|
|
@@ -103,6 +103,9 @@ export interface GetRuleGroupCommandOutput extends GetRuleGroupResponse, __Metad
|
|
|
103
103
|
* // MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
104
104
|
* // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
105
105
|
* // },
|
|
106
|
+
* // HeaderOrder: { // HeaderOrder
|
|
107
|
+
* // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
108
|
+
* // },
|
|
106
109
|
* // },
|
|
107
110
|
* // TextTransformations: [ // TextTransformations // required
|
|
108
111
|
* // { // TextTransformation
|
|
@@ -164,6 +167,9 @@ export interface GetRuleGroupCommandOutput extends GetRuleGroupResponse, __Metad
|
|
|
164
167
|
* // MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
165
168
|
* // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
166
169
|
* // },
|
|
170
|
+
* // HeaderOrder: {
|
|
171
|
+
* // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
172
|
+
* // },
|
|
167
173
|
* // },
|
|
168
174
|
* // TextTransformations: [ // required
|
|
169
175
|
* // {
|
|
@@ -221,6 +227,9 @@ export interface GetRuleGroupCommandOutput extends GetRuleGroupResponse, __Metad
|
|
|
221
227
|
* // MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
222
228
|
* // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
223
229
|
* // },
|
|
230
|
+
* // HeaderOrder: {
|
|
231
|
+
* // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
232
|
+
* // },
|
|
224
233
|
* // },
|
|
225
234
|
* // TextTransformations: [ // required
|
|
226
235
|
* // {
|
|
@@ -273,6 +282,9 @@ export interface GetRuleGroupCommandOutput extends GetRuleGroupResponse, __Metad
|
|
|
273
282
|
* // MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
274
283
|
* // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
275
284
|
* // },
|
|
285
|
+
* // HeaderOrder: {
|
|
286
|
+
* // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
287
|
+
* // },
|
|
276
288
|
* // },
|
|
277
289
|
* // ComparisonOperator: "EQ" || "NE" || "LE" || "LT" || "GE" || "GT", // required
|
|
278
290
|
* // Size: Number("long"), // required
|
|
@@ -412,6 +424,9 @@ export interface GetRuleGroupCommandOutput extends GetRuleGroupResponse, __Metad
|
|
|
412
424
|
* // MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
413
425
|
* // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
414
426
|
* // },
|
|
427
|
+
* // HeaderOrder: {
|
|
428
|
+
* // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
429
|
+
* // },
|
|
415
430
|
* // },
|
|
416
431
|
* // TextTransformations: [ // required
|
|
417
432
|
* // {
|
|
@@ -125,6 +125,9 @@ export interface GetWebACLCommandOutput extends GetWebACLResponse, __MetadataBea
|
|
|
125
125
|
* // MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
126
126
|
* // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
127
127
|
* // },
|
|
128
|
+
* // HeaderOrder: { // HeaderOrder
|
|
129
|
+
* // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
130
|
+
* // },
|
|
128
131
|
* // },
|
|
129
132
|
* // TextTransformations: [ // TextTransformations // required
|
|
130
133
|
* // { // TextTransformation
|
|
@@ -186,6 +189,9 @@ export interface GetWebACLCommandOutput extends GetWebACLResponse, __MetadataBea
|
|
|
186
189
|
* // MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
187
190
|
* // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
188
191
|
* // },
|
|
192
|
+
* // HeaderOrder: {
|
|
193
|
+
* // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
194
|
+
* // },
|
|
189
195
|
* // },
|
|
190
196
|
* // TextTransformations: [ // required
|
|
191
197
|
* // {
|
|
@@ -243,6 +249,9 @@ export interface GetWebACLCommandOutput extends GetWebACLResponse, __MetadataBea
|
|
|
243
249
|
* // MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
244
250
|
* // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
245
251
|
* // },
|
|
252
|
+
* // HeaderOrder: {
|
|
253
|
+
* // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
254
|
+
* // },
|
|
246
255
|
* // },
|
|
247
256
|
* // TextTransformations: [ // required
|
|
248
257
|
* // {
|
|
@@ -295,6 +304,9 @@ export interface GetWebACLCommandOutput extends GetWebACLResponse, __MetadataBea
|
|
|
295
304
|
* // MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
296
305
|
* // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
297
306
|
* // },
|
|
307
|
+
* // HeaderOrder: {
|
|
308
|
+
* // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
309
|
+
* // },
|
|
298
310
|
* // },
|
|
299
311
|
* // ComparisonOperator: "EQ" || "NE" || "LE" || "LT" || "GE" || "GT", // required
|
|
300
312
|
* // Size: Number("long"), // required
|
|
@@ -424,6 +436,9 @@ export interface GetWebACLCommandOutput extends GetWebACLResponse, __MetadataBea
|
|
|
424
436
|
* // MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
425
437
|
* // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
426
438
|
* // },
|
|
439
|
+
* // HeaderOrder: {
|
|
440
|
+
* // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
441
|
+
* // },
|
|
427
442
|
* // },
|
|
428
443
|
* // TextTransformations: [ // required
|
|
429
444
|
* // {
|
|
@@ -123,6 +123,9 @@ export interface GetWebACLForResourceCommandOutput extends GetWebACLForResourceR
|
|
|
123
123
|
* // MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
124
124
|
* // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
125
125
|
* // },
|
|
126
|
+
* // HeaderOrder: { // HeaderOrder
|
|
127
|
+
* // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
128
|
+
* // },
|
|
126
129
|
* // },
|
|
127
130
|
* // TextTransformations: [ // TextTransformations // required
|
|
128
131
|
* // { // TextTransformation
|
|
@@ -184,6 +187,9 @@ export interface GetWebACLForResourceCommandOutput extends GetWebACLForResourceR
|
|
|
184
187
|
* // MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
185
188
|
* // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
186
189
|
* // },
|
|
190
|
+
* // HeaderOrder: {
|
|
191
|
+
* // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
192
|
+
* // },
|
|
187
193
|
* // },
|
|
188
194
|
* // TextTransformations: [ // required
|
|
189
195
|
* // {
|
|
@@ -241,6 +247,9 @@ export interface GetWebACLForResourceCommandOutput extends GetWebACLForResourceR
|
|
|
241
247
|
* // MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
242
248
|
* // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
243
249
|
* // },
|
|
250
|
+
* // HeaderOrder: {
|
|
251
|
+
* // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
252
|
+
* // },
|
|
244
253
|
* // },
|
|
245
254
|
* // TextTransformations: [ // required
|
|
246
255
|
* // {
|
|
@@ -293,6 +302,9 @@ export interface GetWebACLForResourceCommandOutput extends GetWebACLForResourceR
|
|
|
293
302
|
* // MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
294
303
|
* // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
295
304
|
* // },
|
|
305
|
+
* // HeaderOrder: {
|
|
306
|
+
* // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
307
|
+
* // },
|
|
296
308
|
* // },
|
|
297
309
|
* // ComparisonOperator: "EQ" || "NE" || "LE" || "LT" || "GE" || "GT", // required
|
|
298
310
|
* // Size: Number("long"), // required
|
|
@@ -422,6 +434,9 @@ export interface GetWebACLForResourceCommandOutput extends GetWebACLForResourceR
|
|
|
422
434
|
* // MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
423
435
|
* // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
424
436
|
* // },
|
|
437
|
+
* // HeaderOrder: {
|
|
438
|
+
* // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
439
|
+
* // },
|
|
425
440
|
* // },
|
|
426
441
|
* // TextTransformations: [ // required
|
|
427
442
|
* // {
|
|
@@ -96,6 +96,9 @@ export interface ListLoggingConfigurationsCommandOutput extends ListLoggingConfi
|
|
|
96
96
|
* // MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
97
97
|
* // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
98
98
|
* // },
|
|
99
|
+
* // HeaderOrder: { // HeaderOrder
|
|
100
|
+
* // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
101
|
+
* // },
|
|
99
102
|
* // },
|
|
100
103
|
* // ],
|
|
101
104
|
* // ManagedByFirewallManager: true || false,
|
|
@@ -130,6 +130,9 @@ export interface PutLoggingConfigurationCommandOutput extends PutLoggingConfigur
|
|
|
130
130
|
* MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
131
131
|
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
132
132
|
* },
|
|
133
|
+
* HeaderOrder: { // HeaderOrder
|
|
134
|
+
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
135
|
+
* },
|
|
133
136
|
* },
|
|
134
137
|
* ],
|
|
135
138
|
* ManagedByFirewallManager: true || false,
|
|
@@ -214,6 +217,9 @@ export interface PutLoggingConfigurationCommandOutput extends PutLoggingConfigur
|
|
|
214
217
|
* // MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
215
218
|
* // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
216
219
|
* // },
|
|
220
|
+
* // HeaderOrder: { // HeaderOrder
|
|
221
|
+
* // OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
222
|
+
* // },
|
|
217
223
|
* // },
|
|
218
224
|
* // ],
|
|
219
225
|
* // ManagedByFirewallManager: true || false,
|
|
@@ -111,6 +111,9 @@ export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, _
|
|
|
111
111
|
* MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
112
112
|
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
113
113
|
* },
|
|
114
|
+
* HeaderOrder: { // HeaderOrder
|
|
115
|
+
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
116
|
+
* },
|
|
114
117
|
* },
|
|
115
118
|
* TextTransformations: [ // TextTransformations // required
|
|
116
119
|
* { // TextTransformation
|
|
@@ -172,6 +175,9 @@ export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, _
|
|
|
172
175
|
* MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
173
176
|
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
174
177
|
* },
|
|
178
|
+
* HeaderOrder: {
|
|
179
|
+
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
180
|
+
* },
|
|
175
181
|
* },
|
|
176
182
|
* TextTransformations: [ // required
|
|
177
183
|
* {
|
|
@@ -229,6 +235,9 @@ export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, _
|
|
|
229
235
|
* MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
230
236
|
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
231
237
|
* },
|
|
238
|
+
* HeaderOrder: {
|
|
239
|
+
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
240
|
+
* },
|
|
232
241
|
* },
|
|
233
242
|
* TextTransformations: [ // required
|
|
234
243
|
* {
|
|
@@ -281,6 +290,9 @@ export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, _
|
|
|
281
290
|
* MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
282
291
|
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
283
292
|
* },
|
|
293
|
+
* HeaderOrder: {
|
|
294
|
+
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
295
|
+
* },
|
|
284
296
|
* },
|
|
285
297
|
* ComparisonOperator: "EQ" || "NE" || "LE" || "LT" || "GE" || "GT", // required
|
|
286
298
|
* Size: Number("long"), // required
|
|
@@ -420,6 +432,9 @@ export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, _
|
|
|
420
432
|
* MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
421
433
|
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
422
434
|
* },
|
|
435
|
+
* HeaderOrder: {
|
|
436
|
+
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
437
|
+
* },
|
|
423
438
|
* },
|
|
424
439
|
* TextTransformations: [ // required
|
|
425
440
|
* {
|
|
@@ -136,6 +136,9 @@ export interface UpdateWebACLCommandOutput extends UpdateWebACLResponse, __Metad
|
|
|
136
136
|
* MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
137
137
|
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
138
138
|
* },
|
|
139
|
+
* HeaderOrder: { // HeaderOrder
|
|
140
|
+
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
141
|
+
* },
|
|
139
142
|
* },
|
|
140
143
|
* TextTransformations: [ // TextTransformations // required
|
|
141
144
|
* { // TextTransformation
|
|
@@ -197,6 +200,9 @@ export interface UpdateWebACLCommandOutput extends UpdateWebACLResponse, __Metad
|
|
|
197
200
|
* MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
198
201
|
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
199
202
|
* },
|
|
203
|
+
* HeaderOrder: {
|
|
204
|
+
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
205
|
+
* },
|
|
200
206
|
* },
|
|
201
207
|
* TextTransformations: [ // required
|
|
202
208
|
* {
|
|
@@ -254,6 +260,9 @@ export interface UpdateWebACLCommandOutput extends UpdateWebACLResponse, __Metad
|
|
|
254
260
|
* MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
255
261
|
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
256
262
|
* },
|
|
263
|
+
* HeaderOrder: {
|
|
264
|
+
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
265
|
+
* },
|
|
257
266
|
* },
|
|
258
267
|
* TextTransformations: [ // required
|
|
259
268
|
* {
|
|
@@ -306,6 +315,9 @@ export interface UpdateWebACLCommandOutput extends UpdateWebACLResponse, __Metad
|
|
|
306
315
|
* MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
307
316
|
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
308
317
|
* },
|
|
318
|
+
* HeaderOrder: {
|
|
319
|
+
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
320
|
+
* },
|
|
309
321
|
* },
|
|
310
322
|
* ComparisonOperator: "EQ" || "NE" || "LE" || "LT" || "GE" || "GT", // required
|
|
311
323
|
* Size: Number("long"), // required
|
|
@@ -435,6 +447,9 @@ export interface UpdateWebACLCommandOutput extends UpdateWebACLResponse, __Metad
|
|
|
435
447
|
* MatchScope: "ALL" || "KEY" || "VALUE", // required
|
|
436
448
|
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
437
449
|
* },
|
|
450
|
+
* HeaderOrder: {
|
|
451
|
+
* OversizeHandling: "CONTINUE" || "MATCH" || "NO_MATCH", // required
|
|
452
|
+
* },
|
|
438
453
|
* },
|
|
439
454
|
* TextTransformations: [ // required
|
|
440
455
|
* {
|
|
@@ -33,7 +33,7 @@ export interface ActionCondition {
|
|
|
33
33
|
* @public
|
|
34
34
|
* <p>Inspect all of the elements that WAF has parsed and extracted from the web request
|
|
35
35
|
* component that you've identified in your <a>FieldToMatch</a> specifications. </p>
|
|
36
|
-
* <p>This is used
|
|
36
|
+
* <p>This is used in the <a>FieldToMatch</a> specification for some web request component types. </p>
|
|
37
37
|
* <p>JSON specification: <code>"All": \{\}</code>
|
|
38
38
|
* </p>
|
|
39
39
|
*/
|
|
@@ -92,7 +92,7 @@ export interface AllowAction {
|
|
|
92
92
|
/**
|
|
93
93
|
* @public
|
|
94
94
|
* <p>Inspect all query arguments of the web request. </p>
|
|
95
|
-
* <p>This is used
|
|
95
|
+
* <p>This is used in the <a>FieldToMatch</a> specification for some web request component types. </p>
|
|
96
96
|
* <p>JSON specification: <code>"AllQueryArguments": \{\}</code>
|
|
97
97
|
* </p>
|
|
98
98
|
*/
|
|
@@ -129,7 +129,7 @@ export interface Body {
|
|
|
129
129
|
* <ul>
|
|
130
130
|
* <li>
|
|
131
131
|
* <p>
|
|
132
|
-
* <code>CONTINUE</code> - Inspect the body normally, according to the rule inspection criteria. </p>
|
|
132
|
+
* <code>CONTINUE</code> - Inspect the available body contents normally, according to the rule inspection criteria. </p>
|
|
133
133
|
* </li>
|
|
134
134
|
* <li>
|
|
135
135
|
* <p>
|
|
@@ -209,7 +209,7 @@ export interface Cookies {
|
|
|
209
209
|
*/
|
|
210
210
|
MatchScope: MapMatchScope | string | undefined;
|
|
211
211
|
/**
|
|
212
|
-
* <p>What WAF should do if the cookies of the request are larger than WAF can inspect.
|
|
212
|
+
* <p>What WAF should do if the cookies of the request are more numerous or larger than WAF can inspect.
|
|
213
213
|
* WAF does not support inspecting the entire contents of request cookies
|
|
214
214
|
* when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies
|
|
215
215
|
* and at most 8 KB of cookie contents to WAF. </p>
|
|
@@ -217,7 +217,41 @@ export interface Cookies {
|
|
|
217
217
|
* <ul>
|
|
218
218
|
* <li>
|
|
219
219
|
* <p>
|
|
220
|
-
* <code>CONTINUE</code> - Inspect the cookies normally, according to the rule inspection criteria. </p>
|
|
220
|
+
* <code>CONTINUE</code> - Inspect the available cookies normally, according to the rule inspection criteria. </p>
|
|
221
|
+
* </li>
|
|
222
|
+
* <li>
|
|
223
|
+
* <p>
|
|
224
|
+
* <code>MATCH</code> - Treat the web request as matching the rule statement. WAF
|
|
225
|
+
* applies the rule action to the request.</p>
|
|
226
|
+
* </li>
|
|
227
|
+
* <li>
|
|
228
|
+
* <p>
|
|
229
|
+
* <code>NO_MATCH</code> - Treat the web request as not matching the rule
|
|
230
|
+
* statement.</p>
|
|
231
|
+
* </li>
|
|
232
|
+
* </ul>
|
|
233
|
+
*/
|
|
234
|
+
OversizeHandling: OversizeHandling | string | undefined;
|
|
235
|
+
}
|
|
236
|
+
/**
|
|
237
|
+
* @public
|
|
238
|
+
* <p>Inspect a string containing the list of the request's header names, ordered as they appear in the web request
|
|
239
|
+
* that WAF receives for inspection.
|
|
240
|
+
* WAF generates the string and then uses that as the field to match component in its inspection.
|
|
241
|
+
* WAF separates the header names in the string using commas and no added spaces.</p>
|
|
242
|
+
* <p>Matches against the header order string are case insensitive.</p>
|
|
243
|
+
*/
|
|
244
|
+
export interface HeaderOrder {
|
|
245
|
+
/**
|
|
246
|
+
* <p>What WAF should do if the headers of the request are more numerous or larger than WAF can inspect.
|
|
247
|
+
* WAF does not support inspecting the entire contents of request headers
|
|
248
|
+
* when they exceed 8 KB (8192 bytes) or 200 total headers. The underlying host service forwards a maximum of 200 headers
|
|
249
|
+
* and at most 8 KB of header contents to WAF. </p>
|
|
250
|
+
* <p>The options for oversize handling are the following:</p>
|
|
251
|
+
* <ul>
|
|
252
|
+
* <li>
|
|
253
|
+
* <p>
|
|
254
|
+
* <code>CONTINUE</code> - Inspect the available headers normally, according to the rule inspection criteria. </p>
|
|
221
255
|
* </li>
|
|
222
256
|
* <li>
|
|
223
257
|
* <p>
|
|
@@ -283,7 +317,7 @@ export interface Headers {
|
|
|
283
317
|
*/
|
|
284
318
|
MatchScope: MapMatchScope | string | undefined;
|
|
285
319
|
/**
|
|
286
|
-
* <p>What WAF should do if the headers of the request are larger than WAF can inspect.
|
|
320
|
+
* <p>What WAF should do if the headers of the request are more numerous or larger than WAF can inspect.
|
|
287
321
|
* WAF does not support inspecting the entire contents of request headers
|
|
288
322
|
* when they exceed 8 KB (8192 bytes) or 200 total headers. The underlying host service forwards a maximum of 200 headers
|
|
289
323
|
* and at most 8 KB of header contents to WAF. </p>
|
|
@@ -291,7 +325,7 @@ export interface Headers {
|
|
|
291
325
|
* <ul>
|
|
292
326
|
* <li>
|
|
293
327
|
* <p>
|
|
294
|
-
* <code>CONTINUE</code> - Inspect the headers normally, according to the rule inspection criteria. </p>
|
|
328
|
+
* <code>CONTINUE</code> - Inspect the available headers normally, according to the rule inspection criteria. </p>
|
|
295
329
|
* </li>
|
|
296
330
|
* <li>
|
|
297
331
|
* <p>
|
|
@@ -442,7 +476,7 @@ export interface JsonBody {
|
|
|
442
476
|
* <ul>
|
|
443
477
|
* <li>
|
|
444
478
|
* <p>
|
|
445
|
-
* <code>CONTINUE</code> - Inspect the body normally, according to the rule inspection criteria. </p>
|
|
479
|
+
* <code>CONTINUE</code> - Inspect the available body contents normally, according to the rule inspection criteria. </p>
|
|
446
480
|
* </li>
|
|
447
481
|
* <li>
|
|
448
482
|
* <p>
|
|
@@ -466,7 +500,7 @@ export interface JsonBody {
|
|
|
466
500
|
* @public
|
|
467
501
|
* <p>Inspect the HTTP method of the web request. The method indicates the type of operation
|
|
468
502
|
* that the request is asking the origin to perform. </p>
|
|
469
|
-
* <p>This is used
|
|
503
|
+
* <p>This is used in the <a>FieldToMatch</a> specification for some web request component types. </p>
|
|
470
504
|
* <p>JSON specification: <code>"Method": \{\}</code>
|
|
471
505
|
* </p>
|
|
472
506
|
*/
|
|
@@ -476,7 +510,7 @@ export interface Method {
|
|
|
476
510
|
* @public
|
|
477
511
|
* <p>Inspect the query string of the web request. This is the part of a URL that appears
|
|
478
512
|
* after a <code>?</code> character, if any.</p>
|
|
479
|
-
* <p>This is used
|
|
513
|
+
* <p>This is used in the <a>FieldToMatch</a> specification for some web request component types. </p>
|
|
480
514
|
* <p>JSON specification: <code>"QueryString": \{\}</code>
|
|
481
515
|
* </p>
|
|
482
516
|
*/
|
|
@@ -517,7 +551,7 @@ export interface SingleQueryArgument {
|
|
|
517
551
|
* @public
|
|
518
552
|
* <p>Inspect the path component of the URI of the web request. This is the part of the web
|
|
519
553
|
* request that identifies a resource. For example, <code>/images/daily-ad.jpg</code>.</p>
|
|
520
|
-
* <p>This is used
|
|
554
|
+
* <p>This is used in the <a>FieldToMatch</a> specification for some web request component types. </p>
|
|
521
555
|
* <p>JSON specification: <code>"UriPath": \{\}</code>
|
|
522
556
|
* </p>
|
|
523
557
|
*/
|
|
@@ -622,6 +656,14 @@ export interface FieldToMatch {
|
|
|
622
656
|
* underlying host service. </p>
|
|
623
657
|
*/
|
|
624
658
|
Cookies?: Cookies;
|
|
659
|
+
/**
|
|
660
|
+
* <p>Inspect a string containing the list of the request's header names, ordered as they appear in the web request
|
|
661
|
+
* that WAF receives for inspection.
|
|
662
|
+
* WAF generates the string and then uses that as the field to match component in its inspection.
|
|
663
|
+
* WAF separates the header names in the string using commas and no added spaces.</p>
|
|
664
|
+
* <p>Matches against the header order string are case insensitive.</p>
|
|
665
|
+
*/
|
|
666
|
+
HeaderOrder?: HeaderOrder;
|
|
625
667
|
}
|
|
626
668
|
/**
|
|
627
669
|
* @public
|
|
@@ -866,6 +908,11 @@ export interface ByteMatchStatement {
|
|
|
866
908
|
* <code>UriPath</code>: The value that you want WAF to search for in the URI path,
|
|
867
909
|
* for example, <code>/images/daily-ad.jpg</code>. </p>
|
|
868
910
|
* </li>
|
|
911
|
+
* <li>
|
|
912
|
+
* <p>
|
|
913
|
+
* <code>HeaderOrder</code>: The comma-separated list of header names to match for. WAF creates a
|
|
914
|
+
* string that contains the ordered list of header names, from the headers in the web request, and then matches against that string. </p>
|
|
915
|
+
* </li>
|
|
869
916
|
* </ul>
|
|
870
917
|
* <p>If <code>SearchString</code> includes alphabetic characters A-Z and a-z, note that the
|
|
871
918
|
* value is case sensitive.</p>
|
|
@@ -2698,6 +2745,10 @@ export interface VisibilityConfig {
|
|
|
2698
2745
|
* <p>A boolean indicating whether the associated resource sends metrics to Amazon CloudWatch. For the
|
|
2699
2746
|
* list of available metrics, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/monitoring-cloudwatch.html#waf-metrics">WAF
|
|
2700
2747
|
* Metrics</a> in the <i>WAF Developer Guide</i>.</p>
|
|
2748
|
+
* <p>For web ACLs, the metrics are for web requests that have the web ACL default action applied.
|
|
2749
|
+
* WAF applies the default action to web requests that pass the inspection of all rules
|
|
2750
|
+
* in the web ACL without being either allowed or blocked. For more information,
|
|
2751
|
+
* see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/web-acl-default-action.html">The web ACL default action</a> in the <i>WAF Developer Guide</i>.</p>
|
|
2701
2752
|
*/
|
|
2702
2753
|
CloudWatchMetricsEnabled: boolean | undefined;
|
|
2703
2754
|
/**
|
|
@@ -50,6 +50,9 @@ export interface Cookies {
|
|
|
50
50
|
MatchScope: MapMatchScope | string | undefined;
|
|
51
51
|
OversizeHandling: OversizeHandling | string | undefined;
|
|
52
52
|
}
|
|
53
|
+
export interface HeaderOrder {
|
|
54
|
+
OversizeHandling: OversizeHandling | string | undefined;
|
|
55
|
+
}
|
|
53
56
|
export interface HeaderMatchPattern {
|
|
54
57
|
All?: All;
|
|
55
58
|
IncludedHeaders?: string[];
|
|
@@ -104,6 +107,7 @@ export interface FieldToMatch {
|
|
|
104
107
|
JsonBody?: JsonBody;
|
|
105
108
|
Headers?: Headers;
|
|
106
109
|
Cookies?: Cookies;
|
|
110
|
+
HeaderOrder?: HeaderOrder;
|
|
107
111
|
}
|
|
108
112
|
export declare const PositionalConstraint: {
|
|
109
113
|
readonly CONTAINS: "CONTAINS";
|
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.
|
|
4
|
+
"version": "3.342.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,36 +21,36 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.342.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.342.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.342.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.342.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.342.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.342.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.342.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.342.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.342.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.342.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.342.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.342.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.342.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.342.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.342.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.342.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.342.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.342.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.342.0",
|
|
43
|
+
"@aws-sdk/types": "3.342.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.342.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.342.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.342.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.342.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.342.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.342.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.342.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|