@aws-sdk/client-shield 3.957.0 → 3.962.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/README.md +1 -42
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +611 -521
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +616 -526
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -7,16 +7,13 @@
|
|
|
7
7
|
AWS SDK for JavaScript Shield Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
9
|
<fullname>Shield Advanced</fullname>
|
|
10
|
-
|
|
11
10
|
<p>This is the <i>Shield Advanced API Reference</i>. This guide is for developers who need detailed information about the Shield Advanced API actions,
|
|
12
11
|
data types, and errors. For detailed information about WAF and Shield Advanced features and an overview of how to use the WAF and Shield Advanced APIs, see the
|
|
13
12
|
<a href="https://docs.aws.amazon.com/waf/latest/developerguide/">WAF and Shield Developer Guide</a>.</p>
|
|
14
13
|
|
|
15
14
|
## Installing
|
|
16
|
-
|
|
17
15
|
To install this package, simply type add or install @aws-sdk/client-shield
|
|
18
16
|
using your favorite package manager:
|
|
19
|
-
|
|
20
17
|
- `npm install @aws-sdk/client-shield`
|
|
21
18
|
- `yarn add @aws-sdk/client-shield`
|
|
22
19
|
- `pnpm add @aws-sdk/client-shield`
|
|
@@ -52,9 +49,7 @@ To send a request, you:
|
|
|
52
49
|
// a client can be shared by different commands.
|
|
53
50
|
const client = new ShieldClient({ region: "REGION" });
|
|
54
51
|
|
|
55
|
-
const params = {
|
|
56
|
-
/** input parameters */
|
|
57
|
-
};
|
|
52
|
+
const params = { /** input parameters */ };
|
|
58
53
|
const command = new ListAttacksCommand(params);
|
|
59
54
|
```
|
|
60
55
|
|
|
@@ -213,7 +208,6 @@ AssociateDRTLogBucket
|
|
|
213
208
|
</summary>
|
|
214
209
|
|
|
215
210
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/shield/command/AssociateDRTLogBucketCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/AssociateDRTLogBucketCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/AssociateDRTLogBucketCommandOutput/)
|
|
216
|
-
|
|
217
211
|
</details>
|
|
218
212
|
<details>
|
|
219
213
|
<summary>
|
|
@@ -221,7 +215,6 @@ AssociateDRTRole
|
|
|
221
215
|
</summary>
|
|
222
216
|
|
|
223
217
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/shield/command/AssociateDRTRoleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/AssociateDRTRoleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/AssociateDRTRoleCommandOutput/)
|
|
224
|
-
|
|
225
218
|
</details>
|
|
226
219
|
<details>
|
|
227
220
|
<summary>
|
|
@@ -229,7 +222,6 @@ AssociateHealthCheck
|
|
|
229
222
|
</summary>
|
|
230
223
|
|
|
231
224
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/shield/command/AssociateHealthCheckCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/AssociateHealthCheckCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/AssociateHealthCheckCommandOutput/)
|
|
232
|
-
|
|
233
225
|
</details>
|
|
234
226
|
<details>
|
|
235
227
|
<summary>
|
|
@@ -237,7 +229,6 @@ AssociateProactiveEngagementDetails
|
|
|
237
229
|
</summary>
|
|
238
230
|
|
|
239
231
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/shield/command/AssociateProactiveEngagementDetailsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/AssociateProactiveEngagementDetailsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/AssociateProactiveEngagementDetailsCommandOutput/)
|
|
240
|
-
|
|
241
232
|
</details>
|
|
242
233
|
<details>
|
|
243
234
|
<summary>
|
|
@@ -245,7 +236,6 @@ CreateProtection
|
|
|
245
236
|
</summary>
|
|
246
237
|
|
|
247
238
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/shield/command/CreateProtectionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/CreateProtectionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/CreateProtectionCommandOutput/)
|
|
248
|
-
|
|
249
239
|
</details>
|
|
250
240
|
<details>
|
|
251
241
|
<summary>
|
|
@@ -253,7 +243,6 @@ CreateProtectionGroup
|
|
|
253
243
|
</summary>
|
|
254
244
|
|
|
255
245
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/shield/command/CreateProtectionGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/CreateProtectionGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/CreateProtectionGroupCommandOutput/)
|
|
256
|
-
|
|
257
246
|
</details>
|
|
258
247
|
<details>
|
|
259
248
|
<summary>
|
|
@@ -261,7 +250,6 @@ CreateSubscription
|
|
|
261
250
|
</summary>
|
|
262
251
|
|
|
263
252
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/shield/command/CreateSubscriptionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/CreateSubscriptionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/CreateSubscriptionCommandOutput/)
|
|
264
|
-
|
|
265
253
|
</details>
|
|
266
254
|
<details>
|
|
267
255
|
<summary>
|
|
@@ -269,7 +257,6 @@ DeleteProtection
|
|
|
269
257
|
</summary>
|
|
270
258
|
|
|
271
259
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/shield/command/DeleteProtectionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/DeleteProtectionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/DeleteProtectionCommandOutput/)
|
|
272
|
-
|
|
273
260
|
</details>
|
|
274
261
|
<details>
|
|
275
262
|
<summary>
|
|
@@ -277,7 +264,6 @@ DeleteProtectionGroup
|
|
|
277
264
|
</summary>
|
|
278
265
|
|
|
279
266
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/shield/command/DeleteProtectionGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/DeleteProtectionGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/DeleteProtectionGroupCommandOutput/)
|
|
280
|
-
|
|
281
267
|
</details>
|
|
282
268
|
<details>
|
|
283
269
|
<summary>
|
|
@@ -285,7 +271,6 @@ DeleteSubscription
|
|
|
285
271
|
</summary>
|
|
286
272
|
|
|
287
273
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/shield/command/DeleteSubscriptionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/DeleteSubscriptionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/DeleteSubscriptionCommandOutput/)
|
|
288
|
-
|
|
289
274
|
</details>
|
|
290
275
|
<details>
|
|
291
276
|
<summary>
|
|
@@ -293,7 +278,6 @@ DescribeAttack
|
|
|
293
278
|
</summary>
|
|
294
279
|
|
|
295
280
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/shield/command/DescribeAttackCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/DescribeAttackCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/DescribeAttackCommandOutput/)
|
|
296
|
-
|
|
297
281
|
</details>
|
|
298
282
|
<details>
|
|
299
283
|
<summary>
|
|
@@ -301,7 +285,6 @@ DescribeAttackStatistics
|
|
|
301
285
|
</summary>
|
|
302
286
|
|
|
303
287
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/shield/command/DescribeAttackStatisticsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/DescribeAttackStatisticsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/DescribeAttackStatisticsCommandOutput/)
|
|
304
|
-
|
|
305
288
|
</details>
|
|
306
289
|
<details>
|
|
307
290
|
<summary>
|
|
@@ -309,7 +292,6 @@ DescribeDRTAccess
|
|
|
309
292
|
</summary>
|
|
310
293
|
|
|
311
294
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/shield/command/DescribeDRTAccessCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/DescribeDRTAccessCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/DescribeDRTAccessCommandOutput/)
|
|
312
|
-
|
|
313
295
|
</details>
|
|
314
296
|
<details>
|
|
315
297
|
<summary>
|
|
@@ -317,7 +299,6 @@ DescribeEmergencyContactSettings
|
|
|
317
299
|
</summary>
|
|
318
300
|
|
|
319
301
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/shield/command/DescribeEmergencyContactSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/DescribeEmergencyContactSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/DescribeEmergencyContactSettingsCommandOutput/)
|
|
320
|
-
|
|
321
302
|
</details>
|
|
322
303
|
<details>
|
|
323
304
|
<summary>
|
|
@@ -325,7 +306,6 @@ DescribeProtection
|
|
|
325
306
|
</summary>
|
|
326
307
|
|
|
327
308
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/shield/command/DescribeProtectionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/DescribeProtectionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/DescribeProtectionCommandOutput/)
|
|
328
|
-
|
|
329
309
|
</details>
|
|
330
310
|
<details>
|
|
331
311
|
<summary>
|
|
@@ -333,7 +313,6 @@ DescribeProtectionGroup
|
|
|
333
313
|
</summary>
|
|
334
314
|
|
|
335
315
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/shield/command/DescribeProtectionGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/DescribeProtectionGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/DescribeProtectionGroupCommandOutput/)
|
|
336
|
-
|
|
337
316
|
</details>
|
|
338
317
|
<details>
|
|
339
318
|
<summary>
|
|
@@ -341,7 +320,6 @@ DescribeSubscription
|
|
|
341
320
|
</summary>
|
|
342
321
|
|
|
343
322
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/shield/command/DescribeSubscriptionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/DescribeSubscriptionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/DescribeSubscriptionCommandOutput/)
|
|
344
|
-
|
|
345
323
|
</details>
|
|
346
324
|
<details>
|
|
347
325
|
<summary>
|
|
@@ -349,7 +327,6 @@ DisableApplicationLayerAutomaticResponse
|
|
|
349
327
|
</summary>
|
|
350
328
|
|
|
351
329
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/shield/command/DisableApplicationLayerAutomaticResponseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/DisableApplicationLayerAutomaticResponseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/DisableApplicationLayerAutomaticResponseCommandOutput/)
|
|
352
|
-
|
|
353
330
|
</details>
|
|
354
331
|
<details>
|
|
355
332
|
<summary>
|
|
@@ -357,7 +334,6 @@ DisableProactiveEngagement
|
|
|
357
334
|
</summary>
|
|
358
335
|
|
|
359
336
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/shield/command/DisableProactiveEngagementCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/DisableProactiveEngagementCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/DisableProactiveEngagementCommandOutput/)
|
|
360
|
-
|
|
361
337
|
</details>
|
|
362
338
|
<details>
|
|
363
339
|
<summary>
|
|
@@ -365,7 +341,6 @@ DisassociateDRTLogBucket
|
|
|
365
341
|
</summary>
|
|
366
342
|
|
|
367
343
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/shield/command/DisassociateDRTLogBucketCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/DisassociateDRTLogBucketCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/DisassociateDRTLogBucketCommandOutput/)
|
|
368
|
-
|
|
369
344
|
</details>
|
|
370
345
|
<details>
|
|
371
346
|
<summary>
|
|
@@ -373,7 +348,6 @@ DisassociateDRTRole
|
|
|
373
348
|
</summary>
|
|
374
349
|
|
|
375
350
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/shield/command/DisassociateDRTRoleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/DisassociateDRTRoleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/DisassociateDRTRoleCommandOutput/)
|
|
376
|
-
|
|
377
351
|
</details>
|
|
378
352
|
<details>
|
|
379
353
|
<summary>
|
|
@@ -381,7 +355,6 @@ DisassociateHealthCheck
|
|
|
381
355
|
</summary>
|
|
382
356
|
|
|
383
357
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/shield/command/DisassociateHealthCheckCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/DisassociateHealthCheckCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/DisassociateHealthCheckCommandOutput/)
|
|
384
|
-
|
|
385
358
|
</details>
|
|
386
359
|
<details>
|
|
387
360
|
<summary>
|
|
@@ -389,7 +362,6 @@ EnableApplicationLayerAutomaticResponse
|
|
|
389
362
|
</summary>
|
|
390
363
|
|
|
391
364
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/shield/command/EnableApplicationLayerAutomaticResponseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/EnableApplicationLayerAutomaticResponseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/EnableApplicationLayerAutomaticResponseCommandOutput/)
|
|
392
|
-
|
|
393
365
|
</details>
|
|
394
366
|
<details>
|
|
395
367
|
<summary>
|
|
@@ -397,7 +369,6 @@ EnableProactiveEngagement
|
|
|
397
369
|
</summary>
|
|
398
370
|
|
|
399
371
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/shield/command/EnableProactiveEngagementCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/EnableProactiveEngagementCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/EnableProactiveEngagementCommandOutput/)
|
|
400
|
-
|
|
401
372
|
</details>
|
|
402
373
|
<details>
|
|
403
374
|
<summary>
|
|
@@ -405,7 +376,6 @@ GetSubscriptionState
|
|
|
405
376
|
</summary>
|
|
406
377
|
|
|
407
378
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/shield/command/GetSubscriptionStateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/GetSubscriptionStateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/GetSubscriptionStateCommandOutput/)
|
|
408
|
-
|
|
409
379
|
</details>
|
|
410
380
|
<details>
|
|
411
381
|
<summary>
|
|
@@ -413,7 +383,6 @@ ListAttacks
|
|
|
413
383
|
</summary>
|
|
414
384
|
|
|
415
385
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/shield/command/ListAttacksCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/ListAttacksCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/ListAttacksCommandOutput/)
|
|
416
|
-
|
|
417
386
|
</details>
|
|
418
387
|
<details>
|
|
419
388
|
<summary>
|
|
@@ -421,7 +390,6 @@ ListProtectionGroups
|
|
|
421
390
|
</summary>
|
|
422
391
|
|
|
423
392
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/shield/command/ListProtectionGroupsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/ListProtectionGroupsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/ListProtectionGroupsCommandOutput/)
|
|
424
|
-
|
|
425
393
|
</details>
|
|
426
394
|
<details>
|
|
427
395
|
<summary>
|
|
@@ -429,7 +397,6 @@ ListProtections
|
|
|
429
397
|
</summary>
|
|
430
398
|
|
|
431
399
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/shield/command/ListProtectionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/ListProtectionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/ListProtectionsCommandOutput/)
|
|
432
|
-
|
|
433
400
|
</details>
|
|
434
401
|
<details>
|
|
435
402
|
<summary>
|
|
@@ -437,7 +404,6 @@ ListResourcesInProtectionGroup
|
|
|
437
404
|
</summary>
|
|
438
405
|
|
|
439
406
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/shield/command/ListResourcesInProtectionGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/ListResourcesInProtectionGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/ListResourcesInProtectionGroupCommandOutput/)
|
|
440
|
-
|
|
441
407
|
</details>
|
|
442
408
|
<details>
|
|
443
409
|
<summary>
|
|
@@ -445,7 +411,6 @@ ListTagsForResource
|
|
|
445
411
|
</summary>
|
|
446
412
|
|
|
447
413
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/shield/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/ListTagsForResourceCommandOutput/)
|
|
448
|
-
|
|
449
414
|
</details>
|
|
450
415
|
<details>
|
|
451
416
|
<summary>
|
|
@@ -453,7 +418,6 @@ TagResource
|
|
|
453
418
|
</summary>
|
|
454
419
|
|
|
455
420
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/shield/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/TagResourceCommandOutput/)
|
|
456
|
-
|
|
457
421
|
</details>
|
|
458
422
|
<details>
|
|
459
423
|
<summary>
|
|
@@ -461,7 +425,6 @@ UntagResource
|
|
|
461
425
|
</summary>
|
|
462
426
|
|
|
463
427
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/shield/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/UntagResourceCommandOutput/)
|
|
464
|
-
|
|
465
428
|
</details>
|
|
466
429
|
<details>
|
|
467
430
|
<summary>
|
|
@@ -469,7 +432,6 @@ UpdateApplicationLayerAutomaticResponse
|
|
|
469
432
|
</summary>
|
|
470
433
|
|
|
471
434
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/shield/command/UpdateApplicationLayerAutomaticResponseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/UpdateApplicationLayerAutomaticResponseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/UpdateApplicationLayerAutomaticResponseCommandOutput/)
|
|
472
|
-
|
|
473
435
|
</details>
|
|
474
436
|
<details>
|
|
475
437
|
<summary>
|
|
@@ -477,7 +439,6 @@ UpdateEmergencyContactSettings
|
|
|
477
439
|
</summary>
|
|
478
440
|
|
|
479
441
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/shield/command/UpdateEmergencyContactSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/UpdateEmergencyContactSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/UpdateEmergencyContactSettingsCommandOutput/)
|
|
480
|
-
|
|
481
442
|
</details>
|
|
482
443
|
<details>
|
|
483
444
|
<summary>
|
|
@@ -485,7 +446,6 @@ UpdateProtectionGroup
|
|
|
485
446
|
</summary>
|
|
486
447
|
|
|
487
448
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/shield/command/UpdateProtectionGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/UpdateProtectionGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/UpdateProtectionGroupCommandOutput/)
|
|
488
|
-
|
|
489
449
|
</details>
|
|
490
450
|
<details>
|
|
491
451
|
<summary>
|
|
@@ -493,5 +453,4 @@ UpdateSubscription
|
|
|
493
453
|
</summary>
|
|
494
454
|
|
|
495
455
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/shield/command/UpdateSubscriptionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/UpdateSubscriptionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-shield/Interface/UpdateSubscriptionCommandOutput/)
|
|
496
|
-
|
|
497
456
|
</details>
|
|
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
|
|
|
6
6
|
const defaultShieldHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
8
8
|
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
|
9
|
-
region:
|
|
10
|
-
(
|
|
11
|
-
|
|
12
|
-
})(),
|
|
9
|
+
region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
|
|
10
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
11
|
+
})(),
|
|
13
12
|
};
|
|
14
13
|
};
|
|
15
14
|
exports.defaultShieldHttpAuthSchemeParametersProvider = defaultShieldHttpAuthSchemeParametersProvider;
|