@aws-sdk/client-shield 3.1077.0 → 3.1079.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 (116) hide show
  1. package/dist-cjs/index.js +44 -363
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateDRTLogBucketCommand.js +2 -14
  4. package/dist-es/commands/AssociateDRTRoleCommand.js +2 -14
  5. package/dist-es/commands/AssociateHealthCheckCommand.js +2 -14
  6. package/dist-es/commands/AssociateProactiveEngagementDetailsCommand.js +2 -14
  7. package/dist-es/commands/CreateProtectionCommand.js +2 -14
  8. package/dist-es/commands/CreateProtectionGroupCommand.js +2 -14
  9. package/dist-es/commands/CreateSubscriptionCommand.js +2 -14
  10. package/dist-es/commands/DeleteProtectionCommand.js +2 -14
  11. package/dist-es/commands/DeleteProtectionGroupCommand.js +2 -14
  12. package/dist-es/commands/DeleteSubscriptionCommand.js +2 -14
  13. package/dist-es/commands/DescribeAttackCommand.js +2 -14
  14. package/dist-es/commands/DescribeAttackStatisticsCommand.js +2 -14
  15. package/dist-es/commands/DescribeDRTAccessCommand.js +2 -14
  16. package/dist-es/commands/DescribeEmergencyContactSettingsCommand.js +2 -14
  17. package/dist-es/commands/DescribeProtectionCommand.js +2 -14
  18. package/dist-es/commands/DescribeProtectionGroupCommand.js +2 -14
  19. package/dist-es/commands/DescribeSubscriptionCommand.js +2 -14
  20. package/dist-es/commands/DisableApplicationLayerAutomaticResponseCommand.js +2 -14
  21. package/dist-es/commands/DisableProactiveEngagementCommand.js +2 -14
  22. package/dist-es/commands/DisassociateDRTLogBucketCommand.js +2 -14
  23. package/dist-es/commands/DisassociateDRTRoleCommand.js +2 -14
  24. package/dist-es/commands/DisassociateHealthCheckCommand.js +2 -14
  25. package/dist-es/commands/EnableApplicationLayerAutomaticResponseCommand.js +2 -14
  26. package/dist-es/commands/EnableProactiveEngagementCommand.js +2 -14
  27. package/dist-es/commands/GetSubscriptionStateCommand.js +2 -14
  28. package/dist-es/commands/ListAttacksCommand.js +2 -14
  29. package/dist-es/commands/ListProtectionGroupsCommand.js +2 -14
  30. package/dist-es/commands/ListProtectionsCommand.js +2 -14
  31. package/dist-es/commands/ListResourcesInProtectionGroupCommand.js +2 -14
  32. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  33. package/dist-es/commands/TagResourceCommand.js +2 -14
  34. package/dist-es/commands/UntagResourceCommand.js +2 -14
  35. package/dist-es/commands/UpdateApplicationLayerAutomaticResponseCommand.js +2 -14
  36. package/dist-es/commands/UpdateEmergencyContactSettingsCommand.js +2 -14
  37. package/dist-es/commands/UpdateProtectionGroupCommand.js +2 -14
  38. package/dist-es/commands/UpdateSubscriptionCommand.js +2 -14
  39. package/dist-es/index.js +1 -0
  40. package/dist-types/commandBuilder.d.ts +18 -0
  41. package/dist-types/commands/AssociateDRTLogBucketCommand.d.ts +3 -8
  42. package/dist-types/commands/AssociateDRTRoleCommand.d.ts +3 -8
  43. package/dist-types/commands/AssociateHealthCheckCommand.d.ts +3 -8
  44. package/dist-types/commands/AssociateProactiveEngagementDetailsCommand.d.ts +3 -8
  45. package/dist-types/commands/CreateProtectionCommand.d.ts +3 -8
  46. package/dist-types/commands/CreateProtectionGroupCommand.d.ts +3 -8
  47. package/dist-types/commands/CreateSubscriptionCommand.d.ts +3 -8
  48. package/dist-types/commands/DeleteProtectionCommand.d.ts +3 -8
  49. package/dist-types/commands/DeleteProtectionGroupCommand.d.ts +3 -8
  50. package/dist-types/commands/DeleteSubscriptionCommand.d.ts +3 -8
  51. package/dist-types/commands/DescribeAttackCommand.d.ts +3 -8
  52. package/dist-types/commands/DescribeAttackStatisticsCommand.d.ts +3 -8
  53. package/dist-types/commands/DescribeDRTAccessCommand.d.ts +3 -8
  54. package/dist-types/commands/DescribeEmergencyContactSettingsCommand.d.ts +3 -8
  55. package/dist-types/commands/DescribeProtectionCommand.d.ts +3 -8
  56. package/dist-types/commands/DescribeProtectionGroupCommand.d.ts +3 -8
  57. package/dist-types/commands/DescribeSubscriptionCommand.d.ts +3 -8
  58. package/dist-types/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +3 -8
  59. package/dist-types/commands/DisableProactiveEngagementCommand.d.ts +3 -8
  60. package/dist-types/commands/DisassociateDRTLogBucketCommand.d.ts +3 -8
  61. package/dist-types/commands/DisassociateDRTRoleCommand.d.ts +3 -8
  62. package/dist-types/commands/DisassociateHealthCheckCommand.d.ts +3 -8
  63. package/dist-types/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +3 -8
  64. package/dist-types/commands/EnableProactiveEngagementCommand.d.ts +3 -8
  65. package/dist-types/commands/GetSubscriptionStateCommand.d.ts +3 -8
  66. package/dist-types/commands/ListAttacksCommand.d.ts +3 -8
  67. package/dist-types/commands/ListProtectionGroupsCommand.d.ts +3 -8
  68. package/dist-types/commands/ListProtectionsCommand.d.ts +3 -8
  69. package/dist-types/commands/ListResourcesInProtectionGroupCommand.d.ts +3 -8
  70. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  71. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  72. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  73. package/dist-types/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +3 -8
  74. package/dist-types/commands/UpdateEmergencyContactSettingsCommand.d.ts +3 -8
  75. package/dist-types/commands/UpdateProtectionGroupCommand.d.ts +3 -8
  76. package/dist-types/commands/UpdateSubscriptionCommand.d.ts +3 -8
  77. package/dist-types/index.d.ts +1 -0
  78. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  79. package/dist-types/ts3.4/commands/AssociateDRTLogBucketCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/AssociateDRTRoleCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/AssociateHealthCheckCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/AssociateProactiveEngagementDetailsCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/CreateProtectionCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/CreateProtectionGroupCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/DeleteProtectionCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/DeleteProtectionGroupCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/DeleteSubscriptionCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/DescribeAttackCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/DescribeAttackStatisticsCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/DescribeDRTAccessCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/DescribeEmergencyContactSettingsCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/DescribeProtectionCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/DescribeProtectionGroupCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/DescribeSubscriptionCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/DisableProactiveEngagementCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/DisassociateDRTLogBucketCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/DisassociateDRTRoleCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/DisassociateHealthCheckCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/EnableProactiveEngagementCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/GetSubscriptionStateCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/ListAttacksCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/ListProtectionGroupsCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/ListProtectionsCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/ListResourcesInProtectionGroupCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/UpdateEmergencyContactSettingsCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/UpdateProtectionGroupCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/index.d.ts +1 -0
  116. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DisassociateHealthCheckRequest, DisassociateHealthCheckResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DisassociateHealthCheckCommandInput extends DisassociateHealthC
22
19
  export interface DisassociateHealthCheckCommandOutput extends DisassociateHealthCheckResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DisassociateHealthCheckCommand_base: {
25
- new (input: DisassociateHealthCheckCommandInput): import("@smithy/core/client").CommandImpl<DisassociateHealthCheckCommandInput, DisassociateHealthCheckCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociateHealthCheckCommandInput): import("@smithy/core/client").CommandImpl<DisassociateHealthCheckCommandInput, DisassociateHealthCheckCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DisassociateHealthCheckCommandInput): import("@smithy/core/client").CommandImpl<DisassociateHealthCheckCommandInput, DisassociateHealthCheckCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DisassociateHealthCheckCommandInput): import("@smithy/core/client").CommandImpl<DisassociateHealthCheckCommandInput, DisassociateHealthCheckCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes health-based detection from the Shield Advanced protection for a resource. Shield Advanced health-based detection uses the health of your Amazon Web Services resource to improve responsiveness and accuracy in attack detection and response. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { EnableApplicationLayerAutomaticResponseRequest, EnableApplicationLayerAutomaticResponseResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface EnableApplicationLayerAutomaticResponseCommandInput extends Ena
22
19
  export interface EnableApplicationLayerAutomaticResponseCommandOutput extends EnableApplicationLayerAutomaticResponseResponse, __MetadataBearer {
23
20
  }
24
21
  declare const EnableApplicationLayerAutomaticResponseCommand_base: {
25
- new (input: EnableApplicationLayerAutomaticResponseCommandInput): import("@smithy/core/client").CommandImpl<EnableApplicationLayerAutomaticResponseCommandInput, EnableApplicationLayerAutomaticResponseCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: EnableApplicationLayerAutomaticResponseCommandInput): import("@smithy/core/client").CommandImpl<EnableApplicationLayerAutomaticResponseCommandInput, EnableApplicationLayerAutomaticResponseCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: EnableApplicationLayerAutomaticResponseCommandInput): import("@smithy/core/client").CommandImpl<EnableApplicationLayerAutomaticResponseCommandInput, EnableApplicationLayerAutomaticResponseCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: EnableApplicationLayerAutomaticResponseCommandInput): import("@smithy/core/client").CommandImpl<EnableApplicationLayerAutomaticResponseCommandInput, EnableApplicationLayerAutomaticResponseCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Enable the Shield Advanced automatic application layer DDoS mitigation for the protected resource. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { EnableProactiveEngagementRequest, EnableProactiveEngagementResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface EnableProactiveEngagementCommandInput extends EnableProactiveEn
22
19
  export interface EnableProactiveEngagementCommandOutput extends EnableProactiveEngagementResponse, __MetadataBearer {
23
20
  }
24
21
  declare const EnableProactiveEngagementCommand_base: {
25
- new (input: EnableProactiveEngagementCommandInput): import("@smithy/core/client").CommandImpl<EnableProactiveEngagementCommandInput, EnableProactiveEngagementCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [EnableProactiveEngagementCommandInput]): import("@smithy/core/client").CommandImpl<EnableProactiveEngagementCommandInput, EnableProactiveEngagementCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: EnableProactiveEngagementCommandInput): import("@smithy/core/client").CommandImpl<EnableProactiveEngagementCommandInput, EnableProactiveEngagementCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [EnableProactiveEngagementCommandInput]): import("@smithy/core/client").CommandImpl<EnableProactiveEngagementCommandInput, EnableProactiveEngagementCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Authorizes the Shield Response Team (SRT) to use email and phone to notify contacts about escalations to the SRT and to initiate proactive customer support.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetSubscriptionStateRequest, GetSubscriptionStateResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetSubscriptionStateCommandInput extends GetSubscriptionStateRe
22
19
  export interface GetSubscriptionStateCommandOutput extends GetSubscriptionStateResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetSubscriptionStateCommand_base: {
25
- new (input: GetSubscriptionStateCommandInput): import("@smithy/core/client").CommandImpl<GetSubscriptionStateCommandInput, GetSubscriptionStateCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetSubscriptionStateCommandInput]): import("@smithy/core/client").CommandImpl<GetSubscriptionStateCommandInput, GetSubscriptionStateCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetSubscriptionStateCommandInput): import("@smithy/core/client").CommandImpl<GetSubscriptionStateCommandInput, GetSubscriptionStateCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetSubscriptionStateCommandInput]): import("@smithy/core/client").CommandImpl<GetSubscriptionStateCommandInput, GetSubscriptionStateCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the <code>SubscriptionState</code>, either <code>Active</code> or <code>Inactive</code>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListAttacksRequest, ListAttacksResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListAttacksCommandInput extends ListAttacksRequest {
22
19
  export interface ListAttacksCommandOutput extends ListAttacksResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListAttacksCommand_base: {
25
- new (input: ListAttacksCommandInput): import("@smithy/core/client").CommandImpl<ListAttacksCommandInput, ListAttacksCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListAttacksCommandInput]): import("@smithy/core/client").CommandImpl<ListAttacksCommandInput, ListAttacksCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListAttacksCommandInput): import("@smithy/core/client").CommandImpl<ListAttacksCommandInput, ListAttacksCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListAttacksCommandInput]): import("@smithy/core/client").CommandImpl<ListAttacksCommandInput, ListAttacksCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns all ongoing DDoS attacks or all DDoS attacks during a specified time
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListProtectionGroupsRequest, ListProtectionGroupsResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListProtectionGroupsCommandInput extends ListProtectionGroupsRe
22
19
  export interface ListProtectionGroupsCommandOutput extends ListProtectionGroupsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListProtectionGroupsCommand_base: {
25
- new (input: ListProtectionGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListProtectionGroupsCommandInput, ListProtectionGroupsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListProtectionGroupsCommandInput]): import("@smithy/core/client").CommandImpl<ListProtectionGroupsCommandInput, ListProtectionGroupsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListProtectionGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListProtectionGroupsCommandInput, ListProtectionGroupsCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListProtectionGroupsCommandInput]): import("@smithy/core/client").CommandImpl<ListProtectionGroupsCommandInput, ListProtectionGroupsCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves <a>ProtectionGroup</a> objects for the account. You can retrieve all protection groups or you can provide
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListProtectionsRequest, ListProtectionsResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListProtectionsCommandInput extends ListProtectionsRequest {
22
19
  export interface ListProtectionsCommandOutput extends ListProtectionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListProtectionsCommand_base: {
25
- new (input: ListProtectionsCommandInput): import("@smithy/core/client").CommandImpl<ListProtectionsCommandInput, ListProtectionsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListProtectionsCommandInput]): import("@smithy/core/client").CommandImpl<ListProtectionsCommandInput, ListProtectionsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListProtectionsCommandInput): import("@smithy/core/client").CommandImpl<ListProtectionsCommandInput, ListProtectionsCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListProtectionsCommandInput]): import("@smithy/core/client").CommandImpl<ListProtectionsCommandInput, ListProtectionsCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves <a>Protection</a> objects for the account. You can retrieve all protections or you can provide
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListResourcesInProtectionGroupRequest, ListResourcesInProtectionGroupResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListResourcesInProtectionGroupCommandInput extends ListResource
22
19
  export interface ListResourcesInProtectionGroupCommandOutput extends ListResourcesInProtectionGroupResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListResourcesInProtectionGroupCommand_base: {
25
- new (input: ListResourcesInProtectionGroupCommandInput): import("@smithy/core/client").CommandImpl<ListResourcesInProtectionGroupCommandInput, ListResourcesInProtectionGroupCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListResourcesInProtectionGroupCommandInput): import("@smithy/core/client").CommandImpl<ListResourcesInProtectionGroupCommandInput, ListResourcesInProtectionGroupCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListResourcesInProtectionGroupCommandInput): import("@smithy/core/client").CommandImpl<ListResourcesInProtectionGroupCommandInput, ListResourcesInProtectionGroupCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListResourcesInProtectionGroupCommandInput): import("@smithy/core/client").CommandImpl<ListResourcesInProtectionGroupCommandInput, ListResourcesInProtectionGroupCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the resources that are included in the protection group. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets information about Amazon Web Services tags for a specified Amazon Resource Name (ARN) in Shield.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds or updates tags for a resource in Shield.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes tags from a resource in Shield.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateApplicationLayerAutomaticResponseRequest, UpdateApplicationLayerAutomaticResponseResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateApplicationLayerAutomaticResponseCommandInput extends Upd
22
19
  export interface UpdateApplicationLayerAutomaticResponseCommandOutput extends UpdateApplicationLayerAutomaticResponseResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateApplicationLayerAutomaticResponseCommand_base: {
25
- new (input: UpdateApplicationLayerAutomaticResponseCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationLayerAutomaticResponseCommandInput, UpdateApplicationLayerAutomaticResponseCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateApplicationLayerAutomaticResponseCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationLayerAutomaticResponseCommandInput, UpdateApplicationLayerAutomaticResponseCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateApplicationLayerAutomaticResponseCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationLayerAutomaticResponseCommandInput, UpdateApplicationLayerAutomaticResponseCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateApplicationLayerAutomaticResponseCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationLayerAutomaticResponseCommandInput, UpdateApplicationLayerAutomaticResponseCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates an existing Shield Advanced automatic application layer DDoS mitigation configuration for the specified resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateEmergencyContactSettingsRequest, UpdateEmergencyContactSettingsResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateEmergencyContactSettingsCommandInput extends UpdateEmerge
22
19
  export interface UpdateEmergencyContactSettingsCommandOutput extends UpdateEmergencyContactSettingsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateEmergencyContactSettingsCommand_base: {
25
- new (input: UpdateEmergencyContactSettingsCommandInput): import("@smithy/core/client").CommandImpl<UpdateEmergencyContactSettingsCommandInput, UpdateEmergencyContactSettingsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [UpdateEmergencyContactSettingsCommandInput]): import("@smithy/core/client").CommandImpl<UpdateEmergencyContactSettingsCommandInput, UpdateEmergencyContactSettingsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateEmergencyContactSettingsCommandInput): import("@smithy/core/client").CommandImpl<UpdateEmergencyContactSettingsCommandInput, UpdateEmergencyContactSettingsCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [UpdateEmergencyContactSettingsCommandInput]): import("@smithy/core/client").CommandImpl<UpdateEmergencyContactSettingsCommandInput, UpdateEmergencyContactSettingsCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the details of the list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateProtectionGroupRequest, UpdateProtectionGroupResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateProtectionGroupCommandInput extends UpdateProtectionGroup
22
19
  export interface UpdateProtectionGroupCommandOutput extends UpdateProtectionGroupResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateProtectionGroupCommand_base: {
25
- new (input: UpdateProtectionGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateProtectionGroupCommandInput, UpdateProtectionGroupCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateProtectionGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateProtectionGroupCommandInput, UpdateProtectionGroupCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateProtectionGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateProtectionGroupCommandInput, UpdateProtectionGroupCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateProtectionGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateProtectionGroupCommandInput, UpdateProtectionGroupCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates an existing protection group. A protection group is a grouping of protected resources so they can be handled as a collective. This resource grouping improves the accuracy of detection and reduces false positives. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateSubscriptionRequest, UpdateSubscriptionResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateSubscriptionCommandInput extends UpdateSubscriptionReques
22
19
  export interface UpdateSubscriptionCommandOutput extends UpdateSubscriptionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateSubscriptionCommand_base: {
25
- new (input: UpdateSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<UpdateSubscriptionCommandInput, UpdateSubscriptionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [UpdateSubscriptionCommandInput]): import("@smithy/core/client").CommandImpl<UpdateSubscriptionCommandInput, UpdateSubscriptionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<UpdateSubscriptionCommandInput, UpdateSubscriptionCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [UpdateSubscriptionCommandInput]): import("@smithy/core/client").CommandImpl<UpdateSubscriptionCommandInput, UpdateSubscriptionCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the details of an existing subscription. Only enter values for parameters you want to change. Empty parameters are not updated.</p>
@@ -12,6 +12,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
12
12
  export type { RuntimeExtension } from "./runtimeExtensions";
13
13
  export type { ShieldExtensionConfiguration } from "./extensionConfiguration";
14
14
  export * from "./commands";
15
+ export { Command as $Command } from "@smithy/core/client";
15
16
  export * from "./schemas/schemas_0";
16
17
  export * from "./pagination";
17
18
  export * from "./models/enums";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ ServiceInputTypes,
4
+ ServiceOutputTypes,
5
+ ShieldClientResolvedConfig,
6
+ } from "./ShieldClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ ShieldClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ ShieldClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  AssociateDRTLogBucketRequest,
5
4
  AssociateDRTLogBucketResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- ShieldClientResolvedConfig,
11
- } from "../ShieldClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AssociateDRTLogBucketCommandInput
15
8
  extends AssociateDRTLogBucketRequest {}
16
9
  export interface AssociateDRTLogBucketCommandOutput
@@ -22,22 +15,20 @@ declare const AssociateDRTLogBucketCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AssociateDRTLogBucketCommandInput,
24
17
  AssociateDRTLogBucketCommandOutput,
25
- ShieldClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ShieldClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AssociateDRTLogBucketCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AssociateDRTLogBucketCommandInput,
33
26
  AssociateDRTLogBucketCommandOutput,
34
- ShieldClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ShieldClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class AssociateDRTLogBucketCommand extends AssociateDRTLogBucketCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  AssociateDRTRoleRequest,
5
4
  AssociateDRTRoleResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- ShieldClientResolvedConfig,
11
- } from "../ShieldClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AssociateDRTRoleCommandInput extends AssociateDRTRoleRequest {}
15
8
  export interface AssociateDRTRoleCommandOutput
16
9
  extends AssociateDRTRoleResponse,
@@ -21,22 +14,20 @@ declare const AssociateDRTRoleCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  AssociateDRTRoleCommandInput,
23
16
  AssociateDRTRoleCommandOutput,
24
- ShieldClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ShieldClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: AssociateDRTRoleCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  AssociateDRTRoleCommandInput,
32
25
  AssociateDRTRoleCommandOutput,
33
- ShieldClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").ShieldClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class AssociateDRTRoleCommand extends AssociateDRTRoleCommand_base {
42
33
  protected static __types: {