@aws-sdk/client-shield 3.1044.0 → 3.1046.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 (143) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +88 -89
  5. package/dist-cjs/models/ShieldServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/Shield.js +1 -1
  10. package/dist-es/ShieldClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AssociateDRTLogBucketCommand.js +2 -2
  13. package/dist-es/commands/AssociateDRTRoleCommand.js +2 -2
  14. package/dist-es/commands/AssociateHealthCheckCommand.js +2 -2
  15. package/dist-es/commands/AssociateProactiveEngagementDetailsCommand.js +2 -2
  16. package/dist-es/commands/CreateProtectionCommand.js +2 -2
  17. package/dist-es/commands/CreateProtectionGroupCommand.js +2 -2
  18. package/dist-es/commands/CreateSubscriptionCommand.js +2 -2
  19. package/dist-es/commands/DeleteProtectionCommand.js +2 -2
  20. package/dist-es/commands/DeleteProtectionGroupCommand.js +2 -2
  21. package/dist-es/commands/DeleteSubscriptionCommand.js +2 -2
  22. package/dist-es/commands/DescribeAttackCommand.js +2 -2
  23. package/dist-es/commands/DescribeAttackStatisticsCommand.js +2 -2
  24. package/dist-es/commands/DescribeDRTAccessCommand.js +2 -2
  25. package/dist-es/commands/DescribeEmergencyContactSettingsCommand.js +2 -2
  26. package/dist-es/commands/DescribeProtectionCommand.js +2 -2
  27. package/dist-es/commands/DescribeProtectionGroupCommand.js +2 -2
  28. package/dist-es/commands/DescribeSubscriptionCommand.js +2 -2
  29. package/dist-es/commands/DisableApplicationLayerAutomaticResponseCommand.js +2 -2
  30. package/dist-es/commands/DisableProactiveEngagementCommand.js +2 -2
  31. package/dist-es/commands/DisassociateDRTLogBucketCommand.js +2 -2
  32. package/dist-es/commands/DisassociateDRTRoleCommand.js +2 -2
  33. package/dist-es/commands/DisassociateHealthCheckCommand.js +2 -2
  34. package/dist-es/commands/EnableApplicationLayerAutomaticResponseCommand.js +2 -2
  35. package/dist-es/commands/EnableProactiveEngagementCommand.js +2 -2
  36. package/dist-es/commands/GetSubscriptionStateCommand.js +2 -2
  37. package/dist-es/commands/ListAttacksCommand.js +2 -2
  38. package/dist-es/commands/ListProtectionGroupsCommand.js +2 -2
  39. package/dist-es/commands/ListProtectionsCommand.js +2 -2
  40. package/dist-es/commands/ListResourcesInProtectionGroupCommand.js +2 -2
  41. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  42. package/dist-es/commands/TagResourceCommand.js +2 -2
  43. package/dist-es/commands/UntagResourceCommand.js +2 -2
  44. package/dist-es/commands/UpdateApplicationLayerAutomaticResponseCommand.js +2 -2
  45. package/dist-es/commands/UpdateEmergencyContactSettingsCommand.js +2 -2
  46. package/dist-es/commands/UpdateProtectionGroupCommand.js +2 -2
  47. package/dist-es/commands/UpdateSubscriptionCommand.js +2 -2
  48. package/dist-es/endpoint/bdd.js +1 -1
  49. package/dist-es/endpoint/endpointResolver.js +1 -1
  50. package/dist-es/models/ShieldServiceException.js +1 -1
  51. package/dist-es/runtimeConfig.browser.js +4 -6
  52. package/dist-es/runtimeConfig.js +4 -8
  53. package/dist-es/runtimeConfig.shared.js +3 -4
  54. package/dist-es/runtimeExtensions.js +2 -2
  55. package/dist-types/ShieldClient.d.ts +5 -5
  56. package/dist-types/commands/AssociateDRTLogBucketCommand.d.ts +6 -4
  57. package/dist-types/commands/AssociateDRTRoleCommand.d.ts +6 -4
  58. package/dist-types/commands/AssociateHealthCheckCommand.d.ts +6 -4
  59. package/dist-types/commands/AssociateProactiveEngagementDetailsCommand.d.ts +6 -4
  60. package/dist-types/commands/CreateProtectionCommand.d.ts +6 -4
  61. package/dist-types/commands/CreateProtectionGroupCommand.d.ts +6 -4
  62. package/dist-types/commands/CreateSubscriptionCommand.d.ts +6 -4
  63. package/dist-types/commands/DeleteProtectionCommand.d.ts +6 -4
  64. package/dist-types/commands/DeleteProtectionGroupCommand.d.ts +6 -4
  65. package/dist-types/commands/DeleteSubscriptionCommand.d.ts +6 -4
  66. package/dist-types/commands/DescribeAttackCommand.d.ts +6 -4
  67. package/dist-types/commands/DescribeAttackStatisticsCommand.d.ts +6 -4
  68. package/dist-types/commands/DescribeDRTAccessCommand.d.ts +6 -4
  69. package/dist-types/commands/DescribeEmergencyContactSettingsCommand.d.ts +6 -4
  70. package/dist-types/commands/DescribeProtectionCommand.d.ts +6 -4
  71. package/dist-types/commands/DescribeProtectionGroupCommand.d.ts +6 -4
  72. package/dist-types/commands/DescribeSubscriptionCommand.d.ts +6 -4
  73. package/dist-types/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +6 -4
  74. package/dist-types/commands/DisableProactiveEngagementCommand.d.ts +6 -4
  75. package/dist-types/commands/DisassociateDRTLogBucketCommand.d.ts +6 -4
  76. package/dist-types/commands/DisassociateDRTRoleCommand.d.ts +6 -4
  77. package/dist-types/commands/DisassociateHealthCheckCommand.d.ts +6 -4
  78. package/dist-types/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +6 -4
  79. package/dist-types/commands/EnableProactiveEngagementCommand.d.ts +6 -4
  80. package/dist-types/commands/GetSubscriptionStateCommand.d.ts +6 -4
  81. package/dist-types/commands/ListAttacksCommand.d.ts +6 -4
  82. package/dist-types/commands/ListProtectionGroupsCommand.d.ts +6 -4
  83. package/dist-types/commands/ListProtectionsCommand.d.ts +6 -4
  84. package/dist-types/commands/ListResourcesInProtectionGroupCommand.d.ts +6 -4
  85. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  86. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  87. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  88. package/dist-types/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +6 -4
  89. package/dist-types/commands/UpdateEmergencyContactSettingsCommand.d.ts +6 -4
  90. package/dist-types/commands/UpdateProtectionGroupCommand.d.ts +6 -4
  91. package/dist-types/commands/UpdateSubscriptionCommand.d.ts +6 -4
  92. package/dist-types/endpoint/bdd.d.ts +1 -1
  93. package/dist-types/extensionConfiguration.d.ts +1 -1
  94. package/dist-types/models/ShieldServiceException.d.ts +1 -1
  95. package/dist-types/models/errors.d.ts +1 -1
  96. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  97. package/dist-types/runtimeConfig.d.ts +2 -2
  98. package/dist-types/runtimeConfig.native.d.ts +2 -2
  99. package/dist-types/ts3.4/ShieldClient.d.ts +8 -14
  100. package/dist-types/ts3.4/commands/AssociateDRTLogBucketCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/AssociateDRTRoleCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/AssociateHealthCheckCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/AssociateProactiveEngagementDetailsCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/CreateProtectionCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/CreateProtectionGroupCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/DeleteProtectionCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/DeleteProtectionGroupCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/DeleteSubscriptionCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/DescribeAttackCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/DescribeAttackStatisticsCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/DescribeDRTAccessCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/DescribeEmergencyContactSettingsCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/DescribeProtectionCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/DescribeProtectionGroupCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/DescribeSubscriptionCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/DisableProactiveEngagementCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/DisassociateDRTLogBucketCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/DisassociateDRTRoleCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/DisassociateHealthCheckCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/EnableProactiveEngagementCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/GetSubscriptionStateCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/ListAttacksCommand.d.ts +6 -4
  126. package/dist-types/ts3.4/commands/ListProtectionGroupsCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/commands/ListProtectionsCommand.d.ts +6 -4
  128. package/dist-types/ts3.4/commands/ListResourcesInProtectionGroupCommand.d.ts +6 -4
  129. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  131. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  132. package/dist-types/ts3.4/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +6 -4
  133. package/dist-types/ts3.4/commands/UpdateEmergencyContactSettingsCommand.d.ts +6 -4
  134. package/dist-types/ts3.4/commands/UpdateProtectionGroupCommand.d.ts +6 -4
  135. package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +6 -4
  136. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  137. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  138. package/dist-types/ts3.4/models/ShieldServiceException.d.ts +1 -1
  139. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  140. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  141. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  142. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  143. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CreateProtectionGroupRequest,
@@ -19,7 +19,7 @@ export interface CreateProtectionGroupCommandOutput
19
19
  declare const CreateProtectionGroupCommand_base: {
20
20
  new (
21
21
  input: CreateProtectionGroupCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateProtectionGroupCommandInput,
24
24
  CreateProtectionGroupCommandOutput,
25
25
  ShieldClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateProtectionGroupCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateProtectionGroupCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateProtectionGroupCommandInput,
33
33
  CreateProtectionGroupCommandOutput,
34
34
  ShieldClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateProtectionGroupCommand extends CreateProtectionGroupCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CreateSubscriptionRequest,
@@ -19,7 +19,7 @@ export interface CreateSubscriptionCommandOutput
19
19
  declare const CreateSubscriptionCommand_base: {
20
20
  new (
21
21
  input: CreateSubscriptionCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateSubscriptionCommandInput,
24
24
  CreateSubscriptionCommandOutput,
25
25
  ShieldClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateSubscriptionCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [CreateSubscriptionCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateSubscriptionCommandInput,
33
33
  CreateSubscriptionCommandOutput,
34
34
  ShieldClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateSubscriptionCommand extends CreateSubscriptionCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DeleteProtectionRequest,
@@ -18,7 +18,7 @@ export interface DeleteProtectionCommandOutput
18
18
  declare const DeleteProtectionCommand_base: {
19
19
  new (
20
20
  input: DeleteProtectionCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  DeleteProtectionCommandInput,
23
23
  DeleteProtectionCommandOutput,
24
24
  ShieldClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const DeleteProtectionCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: DeleteProtectionCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  DeleteProtectionCommandInput,
32
32
  DeleteProtectionCommandOutput,
33
33
  ShieldClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class DeleteProtectionCommand extends DeleteProtectionCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DeleteProtectionGroupRequest,
@@ -19,7 +19,7 @@ export interface DeleteProtectionGroupCommandOutput
19
19
  declare const DeleteProtectionGroupCommand_base: {
20
20
  new (
21
21
  input: DeleteProtectionGroupCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteProtectionGroupCommandInput,
24
24
  DeleteProtectionGroupCommandOutput,
25
25
  ShieldClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteProtectionGroupCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteProtectionGroupCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteProtectionGroupCommandInput,
33
33
  DeleteProtectionGroupCommandOutput,
34
34
  ShieldClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteProtectionGroupCommand extends DeleteProtectionGroupCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DeleteSubscriptionRequest,
@@ -19,7 +19,7 @@ export interface DeleteSubscriptionCommandOutput
19
19
  declare const DeleteSubscriptionCommand_base: {
20
20
  new (
21
21
  input: DeleteSubscriptionCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteSubscriptionCommandInput,
24
24
  DeleteSubscriptionCommandOutput,
25
25
  ShieldClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteSubscriptionCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [DeleteSubscriptionCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteSubscriptionCommandInput,
33
33
  DeleteSubscriptionCommandOutput,
34
34
  ShieldClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteSubscriptionCommand extends DeleteSubscriptionCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeAttackRequest,
@@ -18,7 +18,7 @@ export interface DescribeAttackCommandOutput
18
18
  declare const DescribeAttackCommand_base: {
19
19
  new (
20
20
  input: DescribeAttackCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  DescribeAttackCommandInput,
23
23
  DescribeAttackCommandOutput,
24
24
  ShieldClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const DescribeAttackCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: DescribeAttackCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  DescribeAttackCommandInput,
32
32
  DescribeAttackCommandOutput,
33
33
  ShieldClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class DescribeAttackCommand extends DescribeAttackCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeAttackStatisticsRequest,
@@ -19,7 +19,7 @@ export interface DescribeAttackStatisticsCommandOutput
19
19
  declare const DescribeAttackStatisticsCommand_base: {
20
20
  new (
21
21
  input: DescribeAttackStatisticsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeAttackStatisticsCommandInput,
24
24
  DescribeAttackStatisticsCommandOutput,
25
25
  ShieldClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeAttackStatisticsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [DescribeAttackStatisticsCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeAttackStatisticsCommandInput,
33
33
  DescribeAttackStatisticsCommandOutput,
34
34
  ShieldClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeAttackStatisticsCommand extends DescribeAttackStatisticsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeDRTAccessRequest,
@@ -19,7 +19,7 @@ export interface DescribeDRTAccessCommandOutput
19
19
  declare const DescribeDRTAccessCommand_base: {
20
20
  new (
21
21
  input: DescribeDRTAccessCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeDRTAccessCommandInput,
24
24
  DescribeDRTAccessCommandOutput,
25
25
  ShieldClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeDRTAccessCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [DescribeDRTAccessCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeDRTAccessCommandInput,
33
33
  DescribeDRTAccessCommandOutput,
34
34
  ShieldClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeDRTAccessCommand extends DescribeDRTAccessCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeEmergencyContactSettingsRequest,
@@ -19,7 +19,7 @@ export interface DescribeEmergencyContactSettingsCommandOutput
19
19
  declare const DescribeEmergencyContactSettingsCommand_base: {
20
20
  new (
21
21
  input: DescribeEmergencyContactSettingsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeEmergencyContactSettingsCommandInput,
24
24
  DescribeEmergencyContactSettingsCommandOutput,
25
25
  ShieldClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeEmergencyContactSettingsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [DescribeEmergencyContactSettingsCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeEmergencyContactSettingsCommandInput,
33
33
  DescribeEmergencyContactSettingsCommandOutput,
34
34
  ShieldClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeEmergencyContactSettingsCommand extends DescribeEmergencyContactSettingsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeProtectionRequest,
@@ -19,7 +19,7 @@ export interface DescribeProtectionCommandOutput
19
19
  declare const DescribeProtectionCommand_base: {
20
20
  new (
21
21
  input: DescribeProtectionCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeProtectionCommandInput,
24
24
  DescribeProtectionCommandOutput,
25
25
  ShieldClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeProtectionCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [DescribeProtectionCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeProtectionCommandInput,
33
33
  DescribeProtectionCommandOutput,
34
34
  ShieldClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeProtectionCommand extends DescribeProtectionCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeProtectionGroupRequest,
@@ -19,7 +19,7 @@ export interface DescribeProtectionGroupCommandOutput
19
19
  declare const DescribeProtectionGroupCommand_base: {
20
20
  new (
21
21
  input: DescribeProtectionGroupCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeProtectionGroupCommandInput,
24
24
  DescribeProtectionGroupCommandOutput,
25
25
  ShieldClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeProtectionGroupCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DescribeProtectionGroupCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeProtectionGroupCommandInput,
33
33
  DescribeProtectionGroupCommandOutput,
34
34
  ShieldClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeProtectionGroupCommand extends DescribeProtectionGroupCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeSubscriptionRequest,
@@ -19,7 +19,7 @@ export interface DescribeSubscriptionCommandOutput
19
19
  declare const DescribeSubscriptionCommand_base: {
20
20
  new (
21
21
  input: DescribeSubscriptionCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeSubscriptionCommandInput,
24
24
  DescribeSubscriptionCommandOutput,
25
25
  ShieldClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeSubscriptionCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [DescribeSubscriptionCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeSubscriptionCommandInput,
33
33
  DescribeSubscriptionCommandOutput,
34
34
  ShieldClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeSubscriptionCommand extends DescribeSubscriptionCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DisableApplicationLayerAutomaticResponseRequest,
@@ -19,7 +19,7 @@ export interface DisableApplicationLayerAutomaticResponseCommandOutput
19
19
  declare const DisableApplicationLayerAutomaticResponseCommand_base: {
20
20
  new (
21
21
  input: DisableApplicationLayerAutomaticResponseCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DisableApplicationLayerAutomaticResponseCommandInput,
24
24
  DisableApplicationLayerAutomaticResponseCommandOutput,
25
25
  ShieldClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DisableApplicationLayerAutomaticResponseCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DisableApplicationLayerAutomaticResponseCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DisableApplicationLayerAutomaticResponseCommandInput,
33
33
  DisableApplicationLayerAutomaticResponseCommandOutput,
34
34
  ShieldClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DisableApplicationLayerAutomaticResponseCommand extends DisableApplicationLayerAutomaticResponseCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DisableProactiveEngagementRequest,
@@ -19,7 +19,7 @@ export interface DisableProactiveEngagementCommandOutput
19
19
  declare const DisableProactiveEngagementCommand_base: {
20
20
  new (
21
21
  input: DisableProactiveEngagementCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DisableProactiveEngagementCommandInput,
24
24
  DisableProactiveEngagementCommandOutput,
25
25
  ShieldClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DisableProactiveEngagementCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [DisableProactiveEngagementCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DisableProactiveEngagementCommandInput,
33
33
  DisableProactiveEngagementCommandOutput,
34
34
  ShieldClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DisableProactiveEngagementCommand extends DisableProactiveEngagementCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DisassociateDRTLogBucketRequest,
@@ -19,7 +19,7 @@ export interface DisassociateDRTLogBucketCommandOutput
19
19
  declare const DisassociateDRTLogBucketCommand_base: {
20
20
  new (
21
21
  input: DisassociateDRTLogBucketCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DisassociateDRTLogBucketCommandInput,
24
24
  DisassociateDRTLogBucketCommandOutput,
25
25
  ShieldClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DisassociateDRTLogBucketCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DisassociateDRTLogBucketCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DisassociateDRTLogBucketCommandInput,
33
33
  DisassociateDRTLogBucketCommandOutput,
34
34
  ShieldClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DisassociateDRTLogBucketCommand extends DisassociateDRTLogBucketCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DisassociateDRTRoleRequest,
@@ -19,7 +19,7 @@ export interface DisassociateDRTRoleCommandOutput
19
19
  declare const DisassociateDRTRoleCommand_base: {
20
20
  new (
21
21
  input: DisassociateDRTRoleCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DisassociateDRTRoleCommandInput,
24
24
  DisassociateDRTRoleCommandOutput,
25
25
  ShieldClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DisassociateDRTRoleCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [DisassociateDRTRoleCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DisassociateDRTRoleCommandInput,
33
33
  DisassociateDRTRoleCommandOutput,
34
34
  ShieldClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DisassociateDRTRoleCommand extends DisassociateDRTRoleCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DisassociateHealthCheckRequest,
@@ -19,7 +19,7 @@ export interface DisassociateHealthCheckCommandOutput
19
19
  declare const DisassociateHealthCheckCommand_base: {
20
20
  new (
21
21
  input: DisassociateHealthCheckCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DisassociateHealthCheckCommandInput,
24
24
  DisassociateHealthCheckCommandOutput,
25
25
  ShieldClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DisassociateHealthCheckCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DisassociateHealthCheckCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DisassociateHealthCheckCommandInput,
33
33
  DisassociateHealthCheckCommandOutput,
34
34
  ShieldClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DisassociateHealthCheckCommand extends DisassociateHealthCheckCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  EnableApplicationLayerAutomaticResponseRequest,
@@ -19,7 +19,7 @@ export interface EnableApplicationLayerAutomaticResponseCommandOutput
19
19
  declare const EnableApplicationLayerAutomaticResponseCommand_base: {
20
20
  new (
21
21
  input: EnableApplicationLayerAutomaticResponseCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  EnableApplicationLayerAutomaticResponseCommandInput,
24
24
  EnableApplicationLayerAutomaticResponseCommandOutput,
25
25
  ShieldClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const EnableApplicationLayerAutomaticResponseCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: EnableApplicationLayerAutomaticResponseCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  EnableApplicationLayerAutomaticResponseCommandInput,
33
33
  EnableApplicationLayerAutomaticResponseCommandOutput,
34
34
  ShieldClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class EnableApplicationLayerAutomaticResponseCommand extends EnableApplicationLayerAutomaticResponseCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  EnableProactiveEngagementRequest,
@@ -19,7 +19,7 @@ export interface EnableProactiveEngagementCommandOutput
19
19
  declare const EnableProactiveEngagementCommand_base: {
20
20
  new (
21
21
  input: EnableProactiveEngagementCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  EnableProactiveEngagementCommandInput,
24
24
  EnableProactiveEngagementCommandOutput,
25
25
  ShieldClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const EnableProactiveEngagementCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [EnableProactiveEngagementCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  EnableProactiveEngagementCommandInput,
33
33
  EnableProactiveEngagementCommandOutput,
34
34
  ShieldClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class EnableProactiveEngagementCommand extends EnableProactiveEngagementCommand_base {
41
43
  protected static __types: {