@aws-sdk/client-shield 3.533.0 → 3.535.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 (77) hide show
  1. package/dist-types/Shield.d.ts +17 -1
  2. package/dist-types/ShieldClient.d.ts +1 -1
  3. package/dist-types/commands/AssociateDRTLogBucketCommand.d.ts +2 -1
  4. package/dist-types/commands/AssociateDRTRoleCommand.d.ts +2 -1
  5. package/dist-types/commands/AssociateHealthCheckCommand.d.ts +2 -1
  6. package/dist-types/commands/AssociateProactiveEngagementDetailsCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateProtectionCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateProtectionGroupCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateSubscriptionCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteProtectionCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteProtectionGroupCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteSubscriptionCommand.d.ts +3 -3
  13. package/dist-types/commands/DescribeAttackCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeAttackStatisticsCommand.d.ts +2 -1
  15. package/dist-types/commands/DescribeDRTAccessCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeEmergencyContactSettingsCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeProtectionCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeProtectionGroupCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeSubscriptionCommand.d.ts +2 -1
  20. package/dist-types/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +2 -1
  21. package/dist-types/commands/DisableProactiveEngagementCommand.d.ts +2 -1
  22. package/dist-types/commands/DisassociateDRTLogBucketCommand.d.ts +2 -1
  23. package/dist-types/commands/DisassociateDRTRoleCommand.d.ts +2 -1
  24. package/dist-types/commands/DisassociateHealthCheckCommand.d.ts +2 -1
  25. package/dist-types/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +2 -1
  26. package/dist-types/commands/EnableProactiveEngagementCommand.d.ts +2 -1
  27. package/dist-types/commands/GetSubscriptionStateCommand.d.ts +2 -1
  28. package/dist-types/commands/ListAttacksCommand.d.ts +2 -1
  29. package/dist-types/commands/ListProtectionGroupsCommand.d.ts +2 -1
  30. package/dist-types/commands/ListProtectionsCommand.d.ts +2 -1
  31. package/dist-types/commands/ListResourcesInProtectionGroupCommand.d.ts +2 -1
  32. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  33. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  34. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  35. package/dist-types/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +2 -1
  36. package/dist-types/commands/UpdateEmergencyContactSettingsCommand.d.ts +2 -1
  37. package/dist-types/commands/UpdateProtectionGroupCommand.d.ts +2 -1
  38. package/dist-types/commands/UpdateSubscriptionCommand.d.ts +2 -1
  39. package/dist-types/models/models_0.d.ts +213 -213
  40. package/dist-types/ts3.4/Shield.d.ts +16 -0
  41. package/dist-types/ts3.4/commands/AssociateDRTLogBucketCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/AssociateDRTRoleCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/AssociateHealthCheckCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/AssociateProactiveEngagementDetailsCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/CreateProtectionCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/CreateProtectionGroupCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DeleteProtectionCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DeleteProtectionGroupCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DeleteSubscriptionCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DescribeAttackCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DescribeAttackStatisticsCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DescribeDRTAccessCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DescribeEmergencyContactSettingsCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DescribeProtectionCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DescribeProtectionGroupCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/DescribeSubscriptionCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DisableProactiveEngagementCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/DisassociateDRTLogBucketCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/DisassociateDRTRoleCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/DisassociateHealthCheckCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/EnableProactiveEngagementCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/GetSubscriptionStateCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/ListAttacksCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/ListProtectionGroupsCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/ListProtectionsCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/ListResourcesInProtectionGroupCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/UpdateEmergencyContactSettingsCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/UpdateProtectionGroupCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +9 -0
  77. package/package.json +40 -40
@@ -229,6 +229,7 @@ export interface Shield {
229
229
  options: __HttpHandlerOptions,
230
230
  cb: (err: any, data?: CreateProtectionGroupCommandOutput) => void
231
231
  ): void;
232
+ createSubscription(): Promise<CreateSubscriptionCommandOutput>;
232
233
  createSubscription(
233
234
  args: CreateSubscriptionCommandInput,
234
235
  options?: __HttpHandlerOptions
@@ -268,6 +269,7 @@ export interface Shield {
268
269
  options: __HttpHandlerOptions,
269
270
  cb: (err: any, data?: DeleteProtectionGroupCommandOutput) => void
270
271
  ): void;
272
+ deleteSubscription(): Promise<DeleteSubscriptionCommandOutput>;
271
273
  deleteSubscription(
272
274
  args: DeleteSubscriptionCommandInput,
273
275
  options?: __HttpHandlerOptions
@@ -294,6 +296,7 @@ export interface Shield {
294
296
  options: __HttpHandlerOptions,
295
297
  cb: (err: any, data?: DescribeAttackCommandOutput) => void
296
298
  ): void;
299
+ describeAttackStatistics(): Promise<DescribeAttackStatisticsCommandOutput>;
297
300
  describeAttackStatistics(
298
301
  args: DescribeAttackStatisticsCommandInput,
299
302
  options?: __HttpHandlerOptions
@@ -307,6 +310,7 @@ export interface Shield {
307
310
  options: __HttpHandlerOptions,
308
311
  cb: (err: any, data?: DescribeAttackStatisticsCommandOutput) => void
309
312
  ): void;
313
+ describeDRTAccess(): Promise<DescribeDRTAccessCommandOutput>;
310
314
  describeDRTAccess(
311
315
  args: DescribeDRTAccessCommandInput,
312
316
  options?: __HttpHandlerOptions
@@ -320,6 +324,7 @@ export interface Shield {
320
324
  options: __HttpHandlerOptions,
321
325
  cb: (err: any, data?: DescribeDRTAccessCommandOutput) => void
322
326
  ): void;
327
+ describeEmergencyContactSettings(): Promise<DescribeEmergencyContactSettingsCommandOutput>;
323
328
  describeEmergencyContactSettings(
324
329
  args: DescribeEmergencyContactSettingsCommandInput,
325
330
  options?: __HttpHandlerOptions
@@ -333,6 +338,7 @@ export interface Shield {
333
338
  options: __HttpHandlerOptions,
334
339
  cb: (err: any, data?: DescribeEmergencyContactSettingsCommandOutput) => void
335
340
  ): void;
341
+ describeProtection(): Promise<DescribeProtectionCommandOutput>;
336
342
  describeProtection(
337
343
  args: DescribeProtectionCommandInput,
338
344
  options?: __HttpHandlerOptions
@@ -359,6 +365,7 @@ export interface Shield {
359
365
  options: __HttpHandlerOptions,
360
366
  cb: (err: any, data?: DescribeProtectionGroupCommandOutput) => void
361
367
  ): void;
368
+ describeSubscription(): Promise<DescribeSubscriptionCommandOutput>;
362
369
  describeSubscription(
363
370
  args: DescribeSubscriptionCommandInput,
364
371
  options?: __HttpHandlerOptions
@@ -391,6 +398,7 @@ export interface Shield {
391
398
  data?: DisableApplicationLayerAutomaticResponseCommandOutput
392
399
  ) => void
393
400
  ): void;
401
+ disableProactiveEngagement(): Promise<DisableProactiveEngagementCommandOutput>;
394
402
  disableProactiveEngagement(
395
403
  args: DisableProactiveEngagementCommandInput,
396
404
  options?: __HttpHandlerOptions
@@ -417,6 +425,7 @@ export interface Shield {
417
425
  options: __HttpHandlerOptions,
418
426
  cb: (err: any, data?: DisassociateDRTLogBucketCommandOutput) => void
419
427
  ): void;
428
+ disassociateDRTRole(): Promise<DisassociateDRTRoleCommandOutput>;
420
429
  disassociateDRTRole(
421
430
  args: DisassociateDRTRoleCommandInput,
422
431
  options?: __HttpHandlerOptions
@@ -462,6 +471,7 @@ export interface Shield {
462
471
  data?: EnableApplicationLayerAutomaticResponseCommandOutput
463
472
  ) => void
464
473
  ): void;
474
+ enableProactiveEngagement(): Promise<EnableProactiveEngagementCommandOutput>;
465
475
  enableProactiveEngagement(
466
476
  args: EnableProactiveEngagementCommandInput,
467
477
  options?: __HttpHandlerOptions
@@ -475,6 +485,7 @@ export interface Shield {
475
485
  options: __HttpHandlerOptions,
476
486
  cb: (err: any, data?: EnableProactiveEngagementCommandOutput) => void
477
487
  ): void;
488
+ getSubscriptionState(): Promise<GetSubscriptionStateCommandOutput>;
478
489
  getSubscriptionState(
479
490
  args: GetSubscriptionStateCommandInput,
480
491
  options?: __HttpHandlerOptions
@@ -488,6 +499,7 @@ export interface Shield {
488
499
  options: __HttpHandlerOptions,
489
500
  cb: (err: any, data?: GetSubscriptionStateCommandOutput) => void
490
501
  ): void;
502
+ listAttacks(): Promise<ListAttacksCommandOutput>;
491
503
  listAttacks(
492
504
  args: ListAttacksCommandInput,
493
505
  options?: __HttpHandlerOptions
@@ -501,6 +513,7 @@ export interface Shield {
501
513
  options: __HttpHandlerOptions,
502
514
  cb: (err: any, data?: ListAttacksCommandOutput) => void
503
515
  ): void;
516
+ listProtectionGroups(): Promise<ListProtectionGroupsCommandOutput>;
504
517
  listProtectionGroups(
505
518
  args: ListProtectionGroupsCommandInput,
506
519
  options?: __HttpHandlerOptions
@@ -514,6 +527,7 @@ export interface Shield {
514
527
  options: __HttpHandlerOptions,
515
528
  cb: (err: any, data?: ListProtectionGroupsCommandOutput) => void
516
529
  ): void;
530
+ listProtections(): Promise<ListProtectionsCommandOutput>;
517
531
  listProtections(
518
532
  args: ListProtectionsCommandInput,
519
533
  options?: __HttpHandlerOptions
@@ -598,6 +612,7 @@ export interface Shield {
598
612
  data?: UpdateApplicationLayerAutomaticResponseCommandOutput
599
613
  ) => void
600
614
  ): void;
615
+ updateEmergencyContactSettings(): Promise<UpdateEmergencyContactSettingsCommandOutput>;
601
616
  updateEmergencyContactSettings(
602
617
  args: UpdateEmergencyContactSettingsCommandInput,
603
618
  options?: __HttpHandlerOptions
@@ -624,6 +639,7 @@ export interface Shield {
624
639
  options: __HttpHandlerOptions,
625
640
  cb: (err: any, data?: UpdateProtectionGroupCommandOutput) => void
626
641
  ): void;
642
+ updateSubscription(): Promise<UpdateSubscriptionCommandOutput>;
627
643
  updateSubscription(
628
644
  args: UpdateSubscriptionCommandInput,
629
645
  options?: __HttpHandlerOptions
@@ -25,6 +25,15 @@ declare const AssociateDRTLogBucketCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: AssociateDRTLogBucketCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AssociateDRTLogBucketCommandInput,
32
+ AssociateDRTLogBucketCommandOutput,
33
+ ShieldClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AssociateDRTLogBucketCommand extends AssociateDRTLogBucketCommand_base {}
@@ -24,6 +24,15 @@ declare const AssociateDRTRoleCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: AssociateDRTRoleCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ AssociateDRTRoleCommandInput,
31
+ AssociateDRTRoleCommandOutput,
32
+ ShieldClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class AssociateDRTRoleCommand extends AssociateDRTRoleCommand_base {}
@@ -25,6 +25,15 @@ declare const AssociateHealthCheckCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: AssociateHealthCheckCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AssociateHealthCheckCommandInput,
32
+ AssociateHealthCheckCommandOutput,
33
+ ShieldClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AssociateHealthCheckCommand extends AssociateHealthCheckCommand_base {}
@@ -25,6 +25,15 @@ declare const AssociateProactiveEngagementDetailsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: AssociateProactiveEngagementDetailsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AssociateProactiveEngagementDetailsCommandInput,
32
+ AssociateProactiveEngagementDetailsCommandOutput,
33
+ ShieldClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AssociateProactiveEngagementDetailsCommand extends AssociateProactiveEngagementDetailsCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateProtectionCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateProtectionCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateProtectionCommandInput,
31
+ CreateProtectionCommandOutput,
32
+ ShieldClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateProtectionCommand extends CreateProtectionCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateProtectionGroupCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateProtectionGroupCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateProtectionGroupCommandInput,
32
+ CreateProtectionGroupCommandOutput,
33
+ ShieldClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateProtectionGroupCommand extends CreateProtectionGroupCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateSubscriptionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [CreateSubscriptionCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateSubscriptionCommandInput,
32
+ CreateSubscriptionCommandOutput,
33
+ ShieldClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateSubscriptionCommand extends CreateSubscriptionCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteProtectionCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteProtectionCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteProtectionCommandInput,
31
+ DeleteProtectionCommandOutput,
32
+ ShieldClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteProtectionCommand extends DeleteProtectionCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteProtectionGroupCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteProtectionGroupCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteProtectionGroupCommandInput,
32
+ DeleteProtectionGroupCommandOutput,
33
+ ShieldClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteProtectionGroupCommand extends DeleteProtectionGroupCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteSubscriptionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DeleteSubscriptionCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteSubscriptionCommandInput,
32
+ DeleteSubscriptionCommandOutput,
33
+ ShieldClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteSubscriptionCommand extends DeleteSubscriptionCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeAttackCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DescribeAttackCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeAttackCommandInput,
31
+ DescribeAttackCommandOutput,
32
+ ShieldClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeAttackCommand extends DescribeAttackCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeAttackStatisticsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeAttackStatisticsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeAttackStatisticsCommandInput,
32
+ DescribeAttackStatisticsCommandOutput,
33
+ ShieldClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeAttackStatisticsCommand extends DescribeAttackStatisticsCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeDRTAccessCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeDRTAccessCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeDRTAccessCommandInput,
32
+ DescribeDRTAccessCommandOutput,
33
+ ShieldClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeDRTAccessCommand extends DescribeDRTAccessCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeEmergencyContactSettingsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeEmergencyContactSettingsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeEmergencyContactSettingsCommandInput,
32
+ DescribeEmergencyContactSettingsCommandOutput,
33
+ ShieldClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeEmergencyContactSettingsCommand extends DescribeEmergencyContactSettingsCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeProtectionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeProtectionCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeProtectionCommandInput,
32
+ DescribeProtectionCommandOutput,
33
+ ShieldClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeProtectionCommand extends DescribeProtectionCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeProtectionGroupCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeProtectionGroupCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeProtectionGroupCommandInput,
32
+ DescribeProtectionGroupCommandOutput,
33
+ ShieldClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeProtectionGroupCommand extends DescribeProtectionGroupCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeSubscriptionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeSubscriptionCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeSubscriptionCommandInput,
32
+ DescribeSubscriptionCommandOutput,
33
+ ShieldClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeSubscriptionCommand extends DescribeSubscriptionCommand_base {}
@@ -25,6 +25,15 @@ declare const DisableApplicationLayerAutomaticResponseCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DisableApplicationLayerAutomaticResponseCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DisableApplicationLayerAutomaticResponseCommandInput,
32
+ DisableApplicationLayerAutomaticResponseCommandOutput,
33
+ ShieldClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DisableApplicationLayerAutomaticResponseCommand extends DisableApplicationLayerAutomaticResponseCommand_base {}
@@ -25,6 +25,15 @@ declare const DisableProactiveEngagementCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DisableProactiveEngagementCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DisableProactiveEngagementCommandInput,
32
+ DisableProactiveEngagementCommandOutput,
33
+ ShieldClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DisableProactiveEngagementCommand extends DisableProactiveEngagementCommand_base {}
@@ -25,6 +25,15 @@ declare const DisassociateDRTLogBucketCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DisassociateDRTLogBucketCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DisassociateDRTLogBucketCommandInput,
32
+ DisassociateDRTLogBucketCommandOutput,
33
+ ShieldClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DisassociateDRTLogBucketCommand extends DisassociateDRTLogBucketCommand_base {}
@@ -25,6 +25,15 @@ declare const DisassociateDRTRoleCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DisassociateDRTRoleCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DisassociateDRTRoleCommandInput,
32
+ DisassociateDRTRoleCommandOutput,
33
+ ShieldClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DisassociateDRTRoleCommand extends DisassociateDRTRoleCommand_base {}
@@ -25,6 +25,15 @@ declare const DisassociateHealthCheckCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DisassociateHealthCheckCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DisassociateHealthCheckCommandInput,
32
+ DisassociateHealthCheckCommandOutput,
33
+ ShieldClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DisassociateHealthCheckCommand extends DisassociateHealthCheckCommand_base {}
@@ -25,6 +25,15 @@ declare const EnableApplicationLayerAutomaticResponseCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: EnableApplicationLayerAutomaticResponseCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ EnableApplicationLayerAutomaticResponseCommandInput,
32
+ EnableApplicationLayerAutomaticResponseCommandOutput,
33
+ ShieldClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class EnableApplicationLayerAutomaticResponseCommand extends EnableApplicationLayerAutomaticResponseCommand_base {}
@@ -25,6 +25,15 @@ declare const EnableProactiveEngagementCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [EnableProactiveEngagementCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ EnableProactiveEngagementCommandInput,
32
+ EnableProactiveEngagementCommandOutput,
33
+ ShieldClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class EnableProactiveEngagementCommand extends EnableProactiveEngagementCommand_base {}
@@ -25,6 +25,15 @@ declare const GetSubscriptionStateCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [GetSubscriptionStateCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetSubscriptionStateCommandInput,
32
+ GetSubscriptionStateCommandOutput,
33
+ ShieldClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetSubscriptionStateCommand extends GetSubscriptionStateCommand_base {}
@@ -21,6 +21,15 @@ declare const ListAttacksCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [ListAttacksCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListAttacksCommandInput,
28
+ ListAttacksCommandOutput,
29
+ ShieldClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListAttacksCommand extends ListAttacksCommand_base {}
@@ -25,6 +25,15 @@ declare const ListProtectionGroupsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListProtectionGroupsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListProtectionGroupsCommandInput,
32
+ ListProtectionGroupsCommandOutput,
33
+ ShieldClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListProtectionGroupsCommand extends ListProtectionGroupsCommand_base {}
@@ -24,6 +24,15 @@ declare const ListProtectionsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListProtectionsCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListProtectionsCommandInput,
31
+ ListProtectionsCommandOutput,
32
+ ShieldClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListProtectionsCommand extends ListProtectionsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListResourcesInProtectionGroupCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListResourcesInProtectionGroupCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListResourcesInProtectionGroupCommandInput,
32
+ ListResourcesInProtectionGroupCommandOutput,
33
+ ShieldClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListResourcesInProtectionGroupCommand extends ListResourcesInProtectionGroupCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListTagsForResourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTagsForResourceCommandInput,
32
+ ListTagsForResourceCommandOutput,
33
+ ShieldClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: TagResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ TagResourceCommandInput,
28
+ TagResourceCommandOutput,
29
+ ShieldClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class TagResourceCommand extends TagResourceCommand_base {}