@aws-sdk/client-shield 3.170.0 → 3.171.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 (46) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Shield.d.ts +0 -36
  3. package/dist-types/ts3.4/ShieldClient.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/AssociateDRTLogBucketCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/AssociateDRTRoleCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/AssociateHealthCheckCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/AssociateProactiveEngagementDetailsCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateProtectionCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreateProtectionGroupCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DeleteProtectionCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeleteProtectionGroupCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DeleteSubscriptionCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DescribeAttackCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DescribeAttackStatisticsCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DescribeDRTAccessCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DescribeEmergencyContactSettingsCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/DescribeProtectionCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/DescribeProtectionGroupCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/DescribeSubscriptionCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/DisableProactiveEngagementCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/DisassociateDRTLogBucketCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/DisassociateDRTRoleCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/DisassociateHealthCheckCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/EnableProactiveEngagementCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/GetSubscriptionStateCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/ListAttacksCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/ListProtectionGroupsCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/ListProtectionsCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/ListResourcesInProtectionGroupCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/UpdateEmergencyContactSettingsCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/UpdateProtectionGroupCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +0 -2
  40. package/dist-types/ts3.4/models/ShieldServiceException.d.ts +0 -1
  41. package/dist-types/ts3.4/models/models_0.d.ts +0 -260
  42. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  43. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  44. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  45. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  46. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-shield
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-shield
@@ -144,7 +144,6 @@ import {
144
144
  UpdateSubscriptionCommandOutput,
145
145
  } from "./commands/UpdateSubscriptionCommand";
146
146
  import { ShieldClient } from "./ShieldClient";
147
-
148
147
  export declare class Shield extends ShieldClient {
149
148
  associateDRTLogBucket(
150
149
  args: AssociateDRTLogBucketCommandInput,
@@ -159,7 +158,6 @@ export declare class Shield extends ShieldClient {
159
158
  options: __HttpHandlerOptions,
160
159
  cb: (err: any, data?: AssociateDRTLogBucketCommandOutput) => void
161
160
  ): void;
162
-
163
161
  associateDRTRole(
164
162
  args: AssociateDRTRoleCommandInput,
165
163
  options?: __HttpHandlerOptions
@@ -173,7 +171,6 @@ export declare class Shield extends ShieldClient {
173
171
  options: __HttpHandlerOptions,
174
172
  cb: (err: any, data?: AssociateDRTRoleCommandOutput) => void
175
173
  ): void;
176
-
177
174
  associateHealthCheck(
178
175
  args: AssociateHealthCheckCommandInput,
179
176
  options?: __HttpHandlerOptions
@@ -187,7 +184,6 @@ export declare class Shield extends ShieldClient {
187
184
  options: __HttpHandlerOptions,
188
185
  cb: (err: any, data?: AssociateHealthCheckCommandOutput) => void
189
186
  ): void;
190
-
191
187
  associateProactiveEngagementDetails(
192
188
  args: AssociateProactiveEngagementDetailsCommandInput,
193
189
  options?: __HttpHandlerOptions
@@ -207,7 +203,6 @@ export declare class Shield extends ShieldClient {
207
203
  data?: AssociateProactiveEngagementDetailsCommandOutput
208
204
  ) => void
209
205
  ): void;
210
-
211
206
  createProtection(
212
207
  args: CreateProtectionCommandInput,
213
208
  options?: __HttpHandlerOptions
@@ -221,7 +216,6 @@ export declare class Shield extends ShieldClient {
221
216
  options: __HttpHandlerOptions,
222
217
  cb: (err: any, data?: CreateProtectionCommandOutput) => void
223
218
  ): void;
224
-
225
219
  createProtectionGroup(
226
220
  args: CreateProtectionGroupCommandInput,
227
221
  options?: __HttpHandlerOptions
@@ -235,7 +229,6 @@ export declare class Shield extends ShieldClient {
235
229
  options: __HttpHandlerOptions,
236
230
  cb: (err: any, data?: CreateProtectionGroupCommandOutput) => void
237
231
  ): void;
238
-
239
232
  createSubscription(
240
233
  args: CreateSubscriptionCommandInput,
241
234
  options?: __HttpHandlerOptions
@@ -249,7 +242,6 @@ export declare class Shield extends ShieldClient {
249
242
  options: __HttpHandlerOptions,
250
243
  cb: (err: any, data?: CreateSubscriptionCommandOutput) => void
251
244
  ): void;
252
-
253
245
  deleteProtection(
254
246
  args: DeleteProtectionCommandInput,
255
247
  options?: __HttpHandlerOptions
@@ -263,7 +255,6 @@ export declare class Shield extends ShieldClient {
263
255
  options: __HttpHandlerOptions,
264
256
  cb: (err: any, data?: DeleteProtectionCommandOutput) => void
265
257
  ): void;
266
-
267
258
  deleteProtectionGroup(
268
259
  args: DeleteProtectionGroupCommandInput,
269
260
  options?: __HttpHandlerOptions
@@ -277,7 +268,6 @@ export declare class Shield extends ShieldClient {
277
268
  options: __HttpHandlerOptions,
278
269
  cb: (err: any, data?: DeleteProtectionGroupCommandOutput) => void
279
270
  ): void;
280
-
281
271
  deleteSubscription(
282
272
  args: DeleteSubscriptionCommandInput,
283
273
  options?: __HttpHandlerOptions
@@ -291,7 +281,6 @@ export declare class Shield extends ShieldClient {
291
281
  options: __HttpHandlerOptions,
292
282
  cb: (err: any, data?: DeleteSubscriptionCommandOutput) => void
293
283
  ): void;
294
-
295
284
  describeAttack(
296
285
  args: DescribeAttackCommandInput,
297
286
  options?: __HttpHandlerOptions
@@ -305,7 +294,6 @@ export declare class Shield extends ShieldClient {
305
294
  options: __HttpHandlerOptions,
306
295
  cb: (err: any, data?: DescribeAttackCommandOutput) => void
307
296
  ): void;
308
-
309
297
  describeAttackStatistics(
310
298
  args: DescribeAttackStatisticsCommandInput,
311
299
  options?: __HttpHandlerOptions
@@ -319,7 +307,6 @@ export declare class Shield extends ShieldClient {
319
307
  options: __HttpHandlerOptions,
320
308
  cb: (err: any, data?: DescribeAttackStatisticsCommandOutput) => void
321
309
  ): void;
322
-
323
310
  describeDRTAccess(
324
311
  args: DescribeDRTAccessCommandInput,
325
312
  options?: __HttpHandlerOptions
@@ -333,7 +320,6 @@ export declare class Shield extends ShieldClient {
333
320
  options: __HttpHandlerOptions,
334
321
  cb: (err: any, data?: DescribeDRTAccessCommandOutput) => void
335
322
  ): void;
336
-
337
323
  describeEmergencyContactSettings(
338
324
  args: DescribeEmergencyContactSettingsCommandInput,
339
325
  options?: __HttpHandlerOptions
@@ -347,7 +333,6 @@ export declare class Shield extends ShieldClient {
347
333
  options: __HttpHandlerOptions,
348
334
  cb: (err: any, data?: DescribeEmergencyContactSettingsCommandOutput) => void
349
335
  ): void;
350
-
351
336
  describeProtection(
352
337
  args: DescribeProtectionCommandInput,
353
338
  options?: __HttpHandlerOptions
@@ -361,7 +346,6 @@ export declare class Shield extends ShieldClient {
361
346
  options: __HttpHandlerOptions,
362
347
  cb: (err: any, data?: DescribeProtectionCommandOutput) => void
363
348
  ): void;
364
-
365
349
  describeProtectionGroup(
366
350
  args: DescribeProtectionGroupCommandInput,
367
351
  options?: __HttpHandlerOptions
@@ -375,7 +359,6 @@ export declare class Shield extends ShieldClient {
375
359
  options: __HttpHandlerOptions,
376
360
  cb: (err: any, data?: DescribeProtectionGroupCommandOutput) => void
377
361
  ): void;
378
-
379
362
  describeSubscription(
380
363
  args: DescribeSubscriptionCommandInput,
381
364
  options?: __HttpHandlerOptions
@@ -389,7 +372,6 @@ export declare class Shield extends ShieldClient {
389
372
  options: __HttpHandlerOptions,
390
373
  cb: (err: any, data?: DescribeSubscriptionCommandOutput) => void
391
374
  ): void;
392
-
393
375
  disableApplicationLayerAutomaticResponse(
394
376
  args: DisableApplicationLayerAutomaticResponseCommandInput,
395
377
  options?: __HttpHandlerOptions
@@ -409,7 +391,6 @@ export declare class Shield extends ShieldClient {
409
391
  data?: DisableApplicationLayerAutomaticResponseCommandOutput
410
392
  ) => void
411
393
  ): void;
412
-
413
394
  disableProactiveEngagement(
414
395
  args: DisableProactiveEngagementCommandInput,
415
396
  options?: __HttpHandlerOptions
@@ -423,7 +404,6 @@ export declare class Shield extends ShieldClient {
423
404
  options: __HttpHandlerOptions,
424
405
  cb: (err: any, data?: DisableProactiveEngagementCommandOutput) => void
425
406
  ): void;
426
-
427
407
  disassociateDRTLogBucket(
428
408
  args: DisassociateDRTLogBucketCommandInput,
429
409
  options?: __HttpHandlerOptions
@@ -437,7 +417,6 @@ export declare class Shield extends ShieldClient {
437
417
  options: __HttpHandlerOptions,
438
418
  cb: (err: any, data?: DisassociateDRTLogBucketCommandOutput) => void
439
419
  ): void;
440
-
441
420
  disassociateDRTRole(
442
421
  args: DisassociateDRTRoleCommandInput,
443
422
  options?: __HttpHandlerOptions
@@ -451,7 +430,6 @@ export declare class Shield extends ShieldClient {
451
430
  options: __HttpHandlerOptions,
452
431
  cb: (err: any, data?: DisassociateDRTRoleCommandOutput) => void
453
432
  ): void;
454
-
455
433
  disassociateHealthCheck(
456
434
  args: DisassociateHealthCheckCommandInput,
457
435
  options?: __HttpHandlerOptions
@@ -465,7 +443,6 @@ export declare class Shield extends ShieldClient {
465
443
  options: __HttpHandlerOptions,
466
444
  cb: (err: any, data?: DisassociateHealthCheckCommandOutput) => void
467
445
  ): void;
468
-
469
446
  enableApplicationLayerAutomaticResponse(
470
447
  args: EnableApplicationLayerAutomaticResponseCommandInput,
471
448
  options?: __HttpHandlerOptions
@@ -485,7 +462,6 @@ export declare class Shield extends ShieldClient {
485
462
  data?: EnableApplicationLayerAutomaticResponseCommandOutput
486
463
  ) => void
487
464
  ): void;
488
-
489
465
  enableProactiveEngagement(
490
466
  args: EnableProactiveEngagementCommandInput,
491
467
  options?: __HttpHandlerOptions
@@ -499,7 +475,6 @@ export declare class Shield extends ShieldClient {
499
475
  options: __HttpHandlerOptions,
500
476
  cb: (err: any, data?: EnableProactiveEngagementCommandOutput) => void
501
477
  ): void;
502
-
503
478
  getSubscriptionState(
504
479
  args: GetSubscriptionStateCommandInput,
505
480
  options?: __HttpHandlerOptions
@@ -513,7 +488,6 @@ export declare class Shield extends ShieldClient {
513
488
  options: __HttpHandlerOptions,
514
489
  cb: (err: any, data?: GetSubscriptionStateCommandOutput) => void
515
490
  ): void;
516
-
517
491
  listAttacks(
518
492
  args: ListAttacksCommandInput,
519
493
  options?: __HttpHandlerOptions
@@ -527,7 +501,6 @@ export declare class Shield extends ShieldClient {
527
501
  options: __HttpHandlerOptions,
528
502
  cb: (err: any, data?: ListAttacksCommandOutput) => void
529
503
  ): void;
530
-
531
504
  listProtectionGroups(
532
505
  args: ListProtectionGroupsCommandInput,
533
506
  options?: __HttpHandlerOptions
@@ -541,7 +514,6 @@ export declare class Shield extends ShieldClient {
541
514
  options: __HttpHandlerOptions,
542
515
  cb: (err: any, data?: ListProtectionGroupsCommandOutput) => void
543
516
  ): void;
544
-
545
517
  listProtections(
546
518
  args: ListProtectionsCommandInput,
547
519
  options?: __HttpHandlerOptions
@@ -555,7 +527,6 @@ export declare class Shield extends ShieldClient {
555
527
  options: __HttpHandlerOptions,
556
528
  cb: (err: any, data?: ListProtectionsCommandOutput) => void
557
529
  ): void;
558
-
559
530
  listResourcesInProtectionGroup(
560
531
  args: ListResourcesInProtectionGroupCommandInput,
561
532
  options?: __HttpHandlerOptions
@@ -569,7 +540,6 @@ export declare class Shield extends ShieldClient {
569
540
  options: __HttpHandlerOptions,
570
541
  cb: (err: any, data?: ListResourcesInProtectionGroupCommandOutput) => void
571
542
  ): void;
572
-
573
543
  listTagsForResource(
574
544
  args: ListTagsForResourceCommandInput,
575
545
  options?: __HttpHandlerOptions
@@ -583,7 +553,6 @@ export declare class Shield extends ShieldClient {
583
553
  options: __HttpHandlerOptions,
584
554
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
585
555
  ): void;
586
-
587
556
  tagResource(
588
557
  args: TagResourceCommandInput,
589
558
  options?: __HttpHandlerOptions
@@ -597,7 +566,6 @@ export declare class Shield extends ShieldClient {
597
566
  options: __HttpHandlerOptions,
598
567
  cb: (err: any, data?: TagResourceCommandOutput) => void
599
568
  ): void;
600
-
601
569
  untagResource(
602
570
  args: UntagResourceCommandInput,
603
571
  options?: __HttpHandlerOptions
@@ -611,7 +579,6 @@ export declare class Shield extends ShieldClient {
611
579
  options: __HttpHandlerOptions,
612
580
  cb: (err: any, data?: UntagResourceCommandOutput) => void
613
581
  ): void;
614
-
615
582
  updateApplicationLayerAutomaticResponse(
616
583
  args: UpdateApplicationLayerAutomaticResponseCommandInput,
617
584
  options?: __HttpHandlerOptions
@@ -631,7 +598,6 @@ export declare class Shield extends ShieldClient {
631
598
  data?: UpdateApplicationLayerAutomaticResponseCommandOutput
632
599
  ) => void
633
600
  ): void;
634
-
635
601
  updateEmergencyContactSettings(
636
602
  args: UpdateEmergencyContactSettingsCommandInput,
637
603
  options?: __HttpHandlerOptions
@@ -645,7 +611,6 @@ export declare class Shield extends ShieldClient {
645
611
  options: __HttpHandlerOptions,
646
612
  cb: (err: any, data?: UpdateEmergencyContactSettingsCommandOutput) => void
647
613
  ): void;
648
-
649
614
  updateProtectionGroup(
650
615
  args: UpdateProtectionGroupCommandInput,
651
616
  options?: __HttpHandlerOptions
@@ -659,7 +624,6 @@ export declare class Shield extends ShieldClient {
659
624
  options: __HttpHandlerOptions,
660
625
  cb: (err: any, data?: UpdateProtectionGroupCommandOutput) => void
661
626
  ): void;
662
-
663
627
  updateSubscription(
664
628
  args: UpdateSubscriptionCommandInput,
665
629
  options?: __HttpHandlerOptions
@@ -263,47 +263,26 @@ export declare type ServiceOutputTypes =
263
263
  export interface ClientDefaults
264
264
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
265
265
  requestHandler?: __HttpHandler;
266
-
267
266
  sha256?: __HashConstructor;
268
-
269
267
  urlParser?: __UrlParser;
270
-
271
268
  bodyLengthChecker?: __BodyLengthCalculator;
272
-
273
269
  streamCollector?: __StreamCollector;
274
-
275
270
  base64Decoder?: __Decoder;
276
-
277
271
  base64Encoder?: __Encoder;
278
-
279
272
  utf8Decoder?: __Decoder;
280
-
281
273
  utf8Encoder?: __Encoder;
282
-
283
274
  runtime?: string;
284
-
285
275
  disableHostPrefix?: boolean;
286
-
287
276
  maxAttempts?: number | __Provider<number>;
288
-
289
277
  retryMode?: string | __Provider<string>;
290
-
291
278
  logger?: __Logger;
292
-
293
279
  useDualstackEndpoint?: boolean | __Provider<boolean>;
294
-
295
280
  useFipsEndpoint?: boolean | __Provider<boolean>;
296
-
297
281
  serviceId?: string;
298
-
299
282
  region?: string | __Provider<string>;
300
-
301
283
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
302
-
303
284
  regionInfoProvider?: RegionInfoProvider;
304
-
305
285
  defaultUserAgentProvider?: Provider<__UserAgent>;
306
-
307
286
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
308
287
  }
309
288
  declare type ShieldClientConfigType = Partial<
@@ -316,7 +295,6 @@ declare type ShieldClientConfigType = Partial<
316
295
  HostHeaderInputConfig &
317
296
  AwsAuthInputConfig &
318
297
  UserAgentInputConfig;
319
-
320
298
  export interface ShieldClientConfig extends ShieldClientConfigType {}
321
299
  declare type ShieldClientResolvedConfigType =
322
300
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
@@ -327,10 +305,8 @@ declare type ShieldClientResolvedConfigType =
327
305
  HostHeaderResolvedConfig &
328
306
  AwsAuthResolvedConfig &
329
307
  UserAgentResolvedConfig;
330
-
331
308
  export interface ShieldClientResolvedConfig
332
309
  extends ShieldClientResolvedConfigType {}
333
-
334
310
  export declare class ShieldClient extends __Client<
335
311
  __HttpHandlerOptions,
336
312
  ServiceInputTypes,
@@ -339,7 +315,6 @@ export declare class ShieldClient extends __Client<
339
315
  > {
340
316
  readonly config: ShieldClientResolvedConfig;
341
317
  constructor(configuration: ShieldClientConfig);
342
-
343
318
  destroy(): void;
344
319
  }
345
320
  export {};
@@ -19,7 +19,6 @@ export interface AssociateDRTLogBucketCommandInput
19
19
  export interface AssociateDRTLogBucketCommandOutput
20
20
  extends AssociateDRTLogBucketResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class AssociateDRTLogBucketCommand extends $Command<
24
23
  AssociateDRTLogBucketCommandInput,
25
24
  AssociateDRTLogBucketCommandOutput,
@@ -27,7 +26,6 @@ export declare class AssociateDRTLogBucketCommand extends $Command<
27
26
  > {
28
27
  readonly input: AssociateDRTLogBucketCommandInput;
29
28
  constructor(input: AssociateDRTLogBucketCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ShieldClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface AssociateDRTRoleCommandInput extends AssociateDRTRoleRequest {}
18
18
  export interface AssociateDRTRoleCommandOutput
19
19
  extends AssociateDRTRoleResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class AssociateDRTRoleCommand extends $Command<
23
22
  AssociateDRTRoleCommandInput,
24
23
  AssociateDRTRoleCommandOutput,
@@ -26,7 +25,6 @@ export declare class AssociateDRTRoleCommand extends $Command<
26
25
  > {
27
26
  readonly input: AssociateDRTRoleCommandInput;
28
27
  constructor(input: AssociateDRTRoleCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ShieldClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface AssociateHealthCheckCommandInput
19
19
  export interface AssociateHealthCheckCommandOutput
20
20
  extends AssociateHealthCheckResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class AssociateHealthCheckCommand extends $Command<
24
23
  AssociateHealthCheckCommandInput,
25
24
  AssociateHealthCheckCommandOutput,
@@ -27,7 +26,6 @@ export declare class AssociateHealthCheckCommand extends $Command<
27
26
  > {
28
27
  readonly input: AssociateHealthCheckCommandInput;
29
28
  constructor(input: AssociateHealthCheckCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ShieldClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface AssociateProactiveEngagementDetailsCommandInput
19
19
  export interface AssociateProactiveEngagementDetailsCommandOutput
20
20
  extends AssociateProactiveEngagementDetailsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class AssociateProactiveEngagementDetailsCommand extends $Command<
24
23
  AssociateProactiveEngagementDetailsCommandInput,
25
24
  AssociateProactiveEngagementDetailsCommandOutput,
@@ -27,7 +26,6 @@ export declare class AssociateProactiveEngagementDetailsCommand extends $Command
27
26
  > {
28
27
  readonly input: AssociateProactiveEngagementDetailsCommandInput;
29
28
  constructor(input: AssociateProactiveEngagementDetailsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ShieldClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreateProtectionCommandInput extends CreateProtectionRequest {}
18
18
  export interface CreateProtectionCommandOutput
19
19
  extends CreateProtectionResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateProtectionCommand extends $Command<
23
22
  CreateProtectionCommandInput,
24
23
  CreateProtectionCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateProtectionCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateProtectionCommandInput;
28
27
  constructor(input: CreateProtectionCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ShieldClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateProtectionGroupCommandInput
19
19
  export interface CreateProtectionGroupCommandOutput
20
20
  extends CreateProtectionGroupResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateProtectionGroupCommand extends $Command<
24
23
  CreateProtectionGroupCommandInput,
25
24
  CreateProtectionGroupCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateProtectionGroupCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateProtectionGroupCommandInput;
29
28
  constructor(input: CreateProtectionGroupCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ShieldClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateSubscriptionCommandInput
19
19
  export interface CreateSubscriptionCommandOutput
20
20
  extends CreateSubscriptionResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateSubscriptionCommand extends $Command<
24
23
  CreateSubscriptionCommandInput,
25
24
  CreateSubscriptionCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateSubscriptionCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateSubscriptionCommandInput;
29
28
  constructor(input: CreateSubscriptionCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ShieldClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteProtectionCommandInput extends DeleteProtectionRequest {}
18
18
  export interface DeleteProtectionCommandOutput
19
19
  extends DeleteProtectionResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteProtectionCommand extends $Command<
23
22
  DeleteProtectionCommandInput,
24
23
  DeleteProtectionCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteProtectionCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteProtectionCommandInput;
28
27
  constructor(input: DeleteProtectionCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ShieldClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteProtectionGroupCommandInput
19
19
  export interface DeleteProtectionGroupCommandOutput
20
20
  extends DeleteProtectionGroupResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteProtectionGroupCommand extends $Command<
24
23
  DeleteProtectionGroupCommandInput,
25
24
  DeleteProtectionGroupCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteProtectionGroupCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteProtectionGroupCommandInput;
29
28
  constructor(input: DeleteProtectionGroupCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ShieldClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteSubscriptionCommandInput
19
19
  export interface DeleteSubscriptionCommandOutput
20
20
  extends DeleteSubscriptionResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteSubscriptionCommand extends $Command<
24
23
  DeleteSubscriptionCommandInput,
25
24
  DeleteSubscriptionCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteSubscriptionCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteSubscriptionCommandInput;
29
28
  constructor(input: DeleteSubscriptionCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ShieldClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeAttackCommandInput extends DescribeAttackRequest {}
18
18
  export interface DescribeAttackCommandOutput
19
19
  extends DescribeAttackResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeAttackCommand extends $Command<
23
22
  DescribeAttackCommandInput,
24
23
  DescribeAttackCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeAttackCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeAttackCommandInput;
28
27
  constructor(input: DescribeAttackCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ShieldClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeAttackStatisticsCommandInput
19
19
  export interface DescribeAttackStatisticsCommandOutput
20
20
  extends DescribeAttackStatisticsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeAttackStatisticsCommand extends $Command<
24
23
  DescribeAttackStatisticsCommandInput,
25
24
  DescribeAttackStatisticsCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeAttackStatisticsCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeAttackStatisticsCommandInput;
29
28
  constructor(input: DescribeAttackStatisticsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ShieldClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeDRTAccessCommandInput
19
19
  export interface DescribeDRTAccessCommandOutput
20
20
  extends DescribeDRTAccessResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeDRTAccessCommand extends $Command<
24
23
  DescribeDRTAccessCommandInput,
25
24
  DescribeDRTAccessCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeDRTAccessCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeDRTAccessCommandInput;
29
28
  constructor(input: DescribeDRTAccessCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ShieldClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeEmergencyContactSettingsCommandInput
19
19
  export interface DescribeEmergencyContactSettingsCommandOutput
20
20
  extends DescribeEmergencyContactSettingsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeEmergencyContactSettingsCommand extends $Command<
24
23
  DescribeEmergencyContactSettingsCommandInput,
25
24
  DescribeEmergencyContactSettingsCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeEmergencyContactSettingsCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeEmergencyContactSettingsCommandInput;
29
28
  constructor(input: DescribeEmergencyContactSettingsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ShieldClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeProtectionCommandInput
19
19
  export interface DescribeProtectionCommandOutput
20
20
  extends DescribeProtectionResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeProtectionCommand extends $Command<
24
23
  DescribeProtectionCommandInput,
25
24
  DescribeProtectionCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeProtectionCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeProtectionCommandInput;
29
28
  constructor(input: DescribeProtectionCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ShieldClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeProtectionGroupCommandInput
19
19
  export interface DescribeProtectionGroupCommandOutput
20
20
  extends DescribeProtectionGroupResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeProtectionGroupCommand extends $Command<
24
23
  DescribeProtectionGroupCommandInput,
25
24
  DescribeProtectionGroupCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeProtectionGroupCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeProtectionGroupCommandInput;
29
28
  constructor(input: DescribeProtectionGroupCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ShieldClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeSubscriptionCommandInput
19
19
  export interface DescribeSubscriptionCommandOutput
20
20
  extends DescribeSubscriptionResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeSubscriptionCommand extends $Command<
24
23
  DescribeSubscriptionCommandInput,
25
24
  DescribeSubscriptionCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeSubscriptionCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeSubscriptionCommandInput;
29
28
  constructor(input: DescribeSubscriptionCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ShieldClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DisableApplicationLayerAutomaticResponseCommandInput
19
19
  export interface DisableApplicationLayerAutomaticResponseCommandOutput
20
20
  extends DisableApplicationLayerAutomaticResponseResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DisableApplicationLayerAutomaticResponseCommand extends $Command<
24
23
  DisableApplicationLayerAutomaticResponseCommandInput,
25
24
  DisableApplicationLayerAutomaticResponseCommandOutput,
@@ -27,7 +26,6 @@ export declare class DisableApplicationLayerAutomaticResponseCommand extends $Co
27
26
  > {
28
27
  readonly input: DisableApplicationLayerAutomaticResponseCommandInput;
29
28
  constructor(input: DisableApplicationLayerAutomaticResponseCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ShieldClientResolvedConfig,