@aws-sdk/client-shield 3.1076.0 → 3.1078.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 (128) hide show
  1. package/dist-cjs/index.js +47 -365
  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-es/runtimeConfig.browser.js +0 -2
  41. package/dist-es/runtimeConfig.js +1 -2
  42. package/dist-es/runtimeConfig.native.js +0 -2
  43. package/dist-es/runtimeConfig.shared.js +2 -0
  44. package/dist-types/commandBuilder.d.ts +18 -0
  45. package/dist-types/commands/AssociateDRTLogBucketCommand.d.ts +3 -8
  46. package/dist-types/commands/AssociateDRTRoleCommand.d.ts +3 -8
  47. package/dist-types/commands/AssociateHealthCheckCommand.d.ts +3 -8
  48. package/dist-types/commands/AssociateProactiveEngagementDetailsCommand.d.ts +3 -8
  49. package/dist-types/commands/CreateProtectionCommand.d.ts +3 -8
  50. package/dist-types/commands/CreateProtectionGroupCommand.d.ts +3 -8
  51. package/dist-types/commands/CreateSubscriptionCommand.d.ts +3 -8
  52. package/dist-types/commands/DeleteProtectionCommand.d.ts +3 -8
  53. package/dist-types/commands/DeleteProtectionGroupCommand.d.ts +3 -8
  54. package/dist-types/commands/DeleteSubscriptionCommand.d.ts +3 -8
  55. package/dist-types/commands/DescribeAttackCommand.d.ts +3 -8
  56. package/dist-types/commands/DescribeAttackStatisticsCommand.d.ts +3 -8
  57. package/dist-types/commands/DescribeDRTAccessCommand.d.ts +3 -8
  58. package/dist-types/commands/DescribeEmergencyContactSettingsCommand.d.ts +3 -8
  59. package/dist-types/commands/DescribeProtectionCommand.d.ts +3 -8
  60. package/dist-types/commands/DescribeProtectionGroupCommand.d.ts +3 -8
  61. package/dist-types/commands/DescribeSubscriptionCommand.d.ts +3 -8
  62. package/dist-types/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +3 -8
  63. package/dist-types/commands/DisableProactiveEngagementCommand.d.ts +3 -8
  64. package/dist-types/commands/DisassociateDRTLogBucketCommand.d.ts +3 -8
  65. package/dist-types/commands/DisassociateDRTRoleCommand.d.ts +3 -8
  66. package/dist-types/commands/DisassociateHealthCheckCommand.d.ts +3 -8
  67. package/dist-types/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +3 -8
  68. package/dist-types/commands/EnableProactiveEngagementCommand.d.ts +3 -8
  69. package/dist-types/commands/GetSubscriptionStateCommand.d.ts +3 -8
  70. package/dist-types/commands/ListAttacksCommand.d.ts +3 -8
  71. package/dist-types/commands/ListProtectionGroupsCommand.d.ts +3 -8
  72. package/dist-types/commands/ListProtectionsCommand.d.ts +3 -8
  73. package/dist-types/commands/ListResourcesInProtectionGroupCommand.d.ts +3 -8
  74. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  75. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  76. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  77. package/dist-types/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +3 -8
  78. package/dist-types/commands/UpdateEmergencyContactSettingsCommand.d.ts +3 -8
  79. package/dist-types/commands/UpdateProtectionGroupCommand.d.ts +3 -8
  80. package/dist-types/commands/UpdateSubscriptionCommand.d.ts +3 -8
  81. package/dist-types/index.d.ts +1 -0
  82. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  83. package/dist-types/runtimeConfig.d.ts +1 -1
  84. package/dist-types/runtimeConfig.native.d.ts +1 -1
  85. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  86. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  87. package/dist-types/ts3.4/commands/AssociateDRTLogBucketCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/AssociateDRTRoleCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/AssociateHealthCheckCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/AssociateProactiveEngagementDetailsCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/CreateProtectionCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/CreateProtectionGroupCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/DeleteProtectionCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/DeleteProtectionGroupCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/DeleteSubscriptionCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/DescribeAttackCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/DescribeAttackStatisticsCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/DescribeDRTAccessCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/DescribeEmergencyContactSettingsCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/DescribeProtectionCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/DescribeProtectionGroupCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/DescribeSubscriptionCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/DisableProactiveEngagementCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/DisassociateDRTLogBucketCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/DisassociateDRTRoleCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/DisassociateHealthCheckCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/EnableProactiveEngagementCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/GetSubscriptionStateCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/ListAttacksCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/ListProtectionGroupsCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/ListProtectionsCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/ListResourcesInProtectionGroupCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/UpdateEmergencyContactSettingsCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/UpdateProtectionGroupCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/index.d.ts +1 -0
  124. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  125. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  126. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  127. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  128. package/package.json +8 -10
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
5
5
  import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
6
6
  import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
7
7
  import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
8
- import { calculateBodyLength, Hash } from "@smithy/core/serde";
8
+ import { calculateBodyLength } from "@smithy/core/serde";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
10
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
11
11
  export const getRuntimeConfig = (config) => {
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
35
35
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
36
36
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
37
37
  }, config),
38
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
39
38
  streamCollector: config?.streamCollector ?? streamCollector,
40
39
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
41
40
  useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1,4 +1,3 @@
1
- import { Sha256 } from "@aws-crypto/sha256-js";
2
1
  import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
3
2
  export const getRuntimeConfig = (config) => {
4
3
  const browserDefaults = getBrowserRuntimeConfig(config);
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
6
5
  ...browserDefaults,
7
6
  ...config,
8
7
  runtime: "react-native",
9
- sha256: config?.sha256 ?? Sha256,
10
8
  };
11
9
  };
@@ -1,5 +1,6 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
3
+ import { Sha256 } from "@smithy/core/checksum";
3
4
  import { NoOpLogger } from "@smithy/core/client";
4
5
  import { parseUrl } from "@smithy/core/protocols";
5
6
  import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
@@ -32,6 +33,7 @@ export const getRuntimeConfig = (config) => {
32
33
  serviceTarget: "AWSShield_20160616",
33
34
  },
34
35
  serviceId: config?.serviceId ?? "Shield",
36
+ sha256: config?.sha256 ?? Sha256,
35
37
  urlParser: config?.urlParser ?? parseUrl,
36
38
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
37
39
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "./ShieldClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -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 { AssociateDRTLogBucketRequest, AssociateDRTLogBucketResponse } 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 AssociateDRTLogBucketCommandInput extends AssociateDRTLogBucket
22
19
  export interface AssociateDRTLogBucketCommandOutput extends AssociateDRTLogBucketResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AssociateDRTLogBucketCommand_base: {
25
- new (input: AssociateDRTLogBucketCommandInput): import("@smithy/core/client").CommandImpl<AssociateDRTLogBucketCommandInput, AssociateDRTLogBucketCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateDRTLogBucketCommandInput): import("@smithy/core/client").CommandImpl<AssociateDRTLogBucketCommandInput, AssociateDRTLogBucketCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AssociateDRTLogBucketCommandInput): import("@smithy/core/client").CommandImpl<AssociateDRTLogBucketCommandInput, AssociateDRTLogBucketCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AssociateDRTLogBucketCommandInput): import("@smithy/core/client").CommandImpl<AssociateDRTLogBucketCommandInput, AssociateDRTLogBucketCommandOutput, 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 access the specified Amazon S3 bucket containing log data such as Application Load Balancer access logs, CloudFront logs, or logs from third party sources. You can associate up to 10 Amazon S3 buckets with your subscription.</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 { AssociateDRTRoleRequest, AssociateDRTRoleResponse } 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 AssociateDRTRoleCommandInput extends AssociateDRTRoleRequest {
22
19
  export interface AssociateDRTRoleCommandOutput extends AssociateDRTRoleResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AssociateDRTRoleCommand_base: {
25
- new (input: AssociateDRTRoleCommandInput): import("@smithy/core/client").CommandImpl<AssociateDRTRoleCommandInput, AssociateDRTRoleCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateDRTRoleCommandInput): import("@smithy/core/client").CommandImpl<AssociateDRTRoleCommandInput, AssociateDRTRoleCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AssociateDRTRoleCommandInput): import("@smithy/core/client").CommandImpl<AssociateDRTRoleCommandInput, AssociateDRTRoleCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AssociateDRTRoleCommandInput): import("@smithy/core/client").CommandImpl<AssociateDRTRoleCommandInput, AssociateDRTRoleCommandOutput, 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) using the specified role, to access your Amazon Web Services account to assist with DDoS attack mitigation during potential attacks. This enables the SRT to inspect your WAF configuration and create or update WAF rules and web ACLs.</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 { AssociateHealthCheckRequest, AssociateHealthCheckResponse } 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 AssociateHealthCheckCommandInput extends AssociateHealthCheckRe
22
19
  export interface AssociateHealthCheckCommandOutput extends AssociateHealthCheckResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AssociateHealthCheckCommand_base: {
25
- new (input: AssociateHealthCheckCommandInput): import("@smithy/core/client").CommandImpl<AssociateHealthCheckCommandInput, AssociateHealthCheckCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateHealthCheckCommandInput): import("@smithy/core/client").CommandImpl<AssociateHealthCheckCommandInput, AssociateHealthCheckCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AssociateHealthCheckCommandInput): import("@smithy/core/client").CommandImpl<AssociateHealthCheckCommandInput, AssociateHealthCheckCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AssociateHealthCheckCommandInput): import("@smithy/core/client").CommandImpl<AssociateHealthCheckCommandInput, AssociateHealthCheckCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds health-based detection to 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 { AssociateProactiveEngagementDetailsRequest, AssociateProactiveEngagementDetailsResponse } 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 AssociateProactiveEngagementDetailsCommandInput extends Associa
22
19
  export interface AssociateProactiveEngagementDetailsCommandOutput extends AssociateProactiveEngagementDetailsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AssociateProactiveEngagementDetailsCommand_base: {
25
- new (input: AssociateProactiveEngagementDetailsCommandInput): import("@smithy/core/client").CommandImpl<AssociateProactiveEngagementDetailsCommandInput, AssociateProactiveEngagementDetailsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateProactiveEngagementDetailsCommandInput): import("@smithy/core/client").CommandImpl<AssociateProactiveEngagementDetailsCommandInput, AssociateProactiveEngagementDetailsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AssociateProactiveEngagementDetailsCommandInput): import("@smithy/core/client").CommandImpl<AssociateProactiveEngagementDetailsCommandInput, AssociateProactiveEngagementDetailsCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AssociateProactiveEngagementDetailsCommandInput): import("@smithy/core/client").CommandImpl<AssociateProactiveEngagementDetailsCommandInput, AssociateProactiveEngagementDetailsCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Initializes proactive engagement and sets the list of contacts for the Shield Response Team (SRT) to use. You must provide at least one phone number in the emergency contact list. </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 { CreateProtectionRequest, CreateProtectionResponse } 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 CreateProtectionCommandInput extends CreateProtectionRequest {
22
19
  export interface CreateProtectionCommandOutput extends CreateProtectionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateProtectionCommand_base: {
25
- new (input: CreateProtectionCommandInput): import("@smithy/core/client").CommandImpl<CreateProtectionCommandInput, CreateProtectionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateProtectionCommandInput): import("@smithy/core/client").CommandImpl<CreateProtectionCommandInput, CreateProtectionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateProtectionCommandInput): import("@smithy/core/client").CommandImpl<CreateProtectionCommandInput, CreateProtectionCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateProtectionCommandInput): import("@smithy/core/client").CommandImpl<CreateProtectionCommandInput, CreateProtectionCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Enables Shield Advanced for a specific Amazon Web Services resource. The resource can be an Amazon CloudFront distribution, Amazon Route 53 hosted zone, Global Accelerator standard accelerator, Elastic IP Address, Application Load Balancer, or a Classic Load Balancer. You can protect Amazon EC2 instances and Network Load Balancers by association with protected Amazon EC2 Elastic IP addresses.</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 { CreateProtectionGroupRequest, CreateProtectionGroupResponse } 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 CreateProtectionGroupCommandInput extends CreateProtectionGroup
22
19
  export interface CreateProtectionGroupCommandOutput extends CreateProtectionGroupResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateProtectionGroupCommand_base: {
25
- new (input: CreateProtectionGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateProtectionGroupCommandInput, CreateProtectionGroupCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateProtectionGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateProtectionGroupCommandInput, CreateProtectionGroupCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateProtectionGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateProtectionGroupCommandInput, CreateProtectionGroupCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateProtectionGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateProtectionGroupCommandInput, CreateProtectionGroupCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates 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 { CreateSubscriptionRequest, CreateSubscriptionResponse } 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 CreateSubscriptionCommandInput extends CreateSubscriptionReques
22
19
  export interface CreateSubscriptionCommandOutput extends CreateSubscriptionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateSubscriptionCommand_base: {
25
- new (input: CreateSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<CreateSubscriptionCommandInput, CreateSubscriptionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [CreateSubscriptionCommandInput]): import("@smithy/core/client").CommandImpl<CreateSubscriptionCommandInput, CreateSubscriptionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<CreateSubscriptionCommandInput, CreateSubscriptionCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [CreateSubscriptionCommandInput]): import("@smithy/core/client").CommandImpl<CreateSubscriptionCommandInput, CreateSubscriptionCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Activates Shield Advanced for an account.</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 { DeleteProtectionRequest, DeleteProtectionResponse } 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 DeleteProtectionCommandInput extends DeleteProtectionRequest {
22
19
  export interface DeleteProtectionCommandOutput extends DeleteProtectionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteProtectionCommand_base: {
25
- new (input: DeleteProtectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteProtectionCommandInput, DeleteProtectionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteProtectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteProtectionCommandInput, DeleteProtectionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteProtectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteProtectionCommandInput, DeleteProtectionCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteProtectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteProtectionCommandInput, DeleteProtectionCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an Shield Advanced <a>Protection</a>.</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 { DeleteProtectionGroupRequest, DeleteProtectionGroupResponse } 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 DeleteProtectionGroupCommandInput extends DeleteProtectionGroup
22
19
  export interface DeleteProtectionGroupCommandOutput extends DeleteProtectionGroupResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteProtectionGroupCommand_base: {
25
- new (input: DeleteProtectionGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteProtectionGroupCommandInput, DeleteProtectionGroupCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteProtectionGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteProtectionGroupCommandInput, DeleteProtectionGroupCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteProtectionGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteProtectionGroupCommandInput, DeleteProtectionGroupCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteProtectionGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteProtectionGroupCommandInput, DeleteProtectionGroupCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes the specified 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 { DeleteSubscriptionRequest, DeleteSubscriptionResponse } 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 DeleteSubscriptionCommandInput extends DeleteSubscriptionReques
22
19
  export interface DeleteSubscriptionCommandOutput extends DeleteSubscriptionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteSubscriptionCommand_base: {
25
- new (input: DeleteSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<DeleteSubscriptionCommandInput, DeleteSubscriptionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DeleteSubscriptionCommandInput]): import("@smithy/core/client").CommandImpl<DeleteSubscriptionCommandInput, DeleteSubscriptionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<DeleteSubscriptionCommandInput, DeleteSubscriptionCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DeleteSubscriptionCommandInput]): import("@smithy/core/client").CommandImpl<DeleteSubscriptionCommandInput, DeleteSubscriptionCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes Shield Advanced from an account. Shield Advanced requires a 1-year subscription commitment. You cannot delete a subscription prior to the completion of that commitment. </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 { DescribeAttackRequest, DescribeAttackResponse } 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 DescribeAttackCommandInput extends DescribeAttackRequest {
22
19
  export interface DescribeAttackCommandOutput extends DescribeAttackResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeAttackCommand_base: {
25
- new (input: DescribeAttackCommandInput): import("@smithy/core/client").CommandImpl<DescribeAttackCommandInput, DescribeAttackCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeAttackCommandInput): import("@smithy/core/client").CommandImpl<DescribeAttackCommandInput, DescribeAttackCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeAttackCommandInput): import("@smithy/core/client").CommandImpl<DescribeAttackCommandInput, DescribeAttackCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeAttackCommandInput): import("@smithy/core/client").CommandImpl<DescribeAttackCommandInput, DescribeAttackCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describes the details of a DDoS attack. </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 { DescribeAttackStatisticsRequest, DescribeAttackStatisticsResponse } 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 DescribeAttackStatisticsCommandInput extends DescribeAttackStat
22
19
  export interface DescribeAttackStatisticsCommandOutput extends DescribeAttackStatisticsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeAttackStatisticsCommand_base: {
25
- new (input: DescribeAttackStatisticsCommandInput): import("@smithy/core/client").CommandImpl<DescribeAttackStatisticsCommandInput, DescribeAttackStatisticsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeAttackStatisticsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeAttackStatisticsCommandInput, DescribeAttackStatisticsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeAttackStatisticsCommandInput): import("@smithy/core/client").CommandImpl<DescribeAttackStatisticsCommandInput, DescribeAttackStatisticsCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeAttackStatisticsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeAttackStatisticsCommandInput, DescribeAttackStatisticsCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Provides information about the number and type of attacks Shield has detected in the last year for all resources that belong to your account, regardless of whether you've defined Shield protections for them. This operation is available to Shield customers as well as to Shield Advanced customers.</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 { DescribeDRTAccessRequest, DescribeDRTAccessResponse } 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 DescribeDRTAccessCommandInput extends DescribeDRTAccessRequest
22
19
  export interface DescribeDRTAccessCommandOutput extends DescribeDRTAccessResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeDRTAccessCommand_base: {
25
- new (input: DescribeDRTAccessCommandInput): import("@smithy/core/client").CommandImpl<DescribeDRTAccessCommandInput, DescribeDRTAccessCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeDRTAccessCommandInput]): import("@smithy/core/client").CommandImpl<DescribeDRTAccessCommandInput, DescribeDRTAccessCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeDRTAccessCommandInput): import("@smithy/core/client").CommandImpl<DescribeDRTAccessCommandInput, DescribeDRTAccessCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeDRTAccessCommandInput]): import("@smithy/core/client").CommandImpl<DescribeDRTAccessCommandInput, DescribeDRTAccessCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the current role and list of Amazon S3 log buckets used by the Shield Response Team (SRT) to access your Amazon Web Services account while assisting with attack mitigation.</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 { DescribeEmergencyContactSettingsRequest, DescribeEmergencyContactSettingsResponse } 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 DescribeEmergencyContactSettingsCommandInput extends DescribeEm
22
19
  export interface DescribeEmergencyContactSettingsCommandOutput extends DescribeEmergencyContactSettingsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeEmergencyContactSettingsCommand_base: {
25
- new (input: DescribeEmergencyContactSettingsCommandInput): import("@smithy/core/client").CommandImpl<DescribeEmergencyContactSettingsCommandInput, DescribeEmergencyContactSettingsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeEmergencyContactSettingsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEmergencyContactSettingsCommandInput, DescribeEmergencyContactSettingsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeEmergencyContactSettingsCommandInput): import("@smithy/core/client").CommandImpl<DescribeEmergencyContactSettingsCommandInput, DescribeEmergencyContactSettingsCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeEmergencyContactSettingsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEmergencyContactSettingsCommandInput, DescribeEmergencyContactSettingsCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>A 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 { DescribeProtectionRequest, DescribeProtectionResponse } 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 DescribeProtectionCommandInput extends DescribeProtectionReques
22
19
  export interface DescribeProtectionCommandOutput extends DescribeProtectionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeProtectionCommand_base: {
25
- new (input: DescribeProtectionCommandInput): import("@smithy/core/client").CommandImpl<DescribeProtectionCommandInput, DescribeProtectionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeProtectionCommandInput]): import("@smithy/core/client").CommandImpl<DescribeProtectionCommandInput, DescribeProtectionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeProtectionCommandInput): import("@smithy/core/client").CommandImpl<DescribeProtectionCommandInput, DescribeProtectionCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeProtectionCommandInput]): import("@smithy/core/client").CommandImpl<DescribeProtectionCommandInput, DescribeProtectionCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the details of a <a>Protection</a> object.</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 { DescribeProtectionGroupRequest, DescribeProtectionGroupResponse } 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 DescribeProtectionGroupCommandInput extends DescribeProtectionG
22
19
  export interface DescribeProtectionGroupCommandOutput extends DescribeProtectionGroupResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeProtectionGroupCommand_base: {
25
- new (input: DescribeProtectionGroupCommandInput): import("@smithy/core/client").CommandImpl<DescribeProtectionGroupCommandInput, DescribeProtectionGroupCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeProtectionGroupCommandInput): import("@smithy/core/client").CommandImpl<DescribeProtectionGroupCommandInput, DescribeProtectionGroupCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeProtectionGroupCommandInput): import("@smithy/core/client").CommandImpl<DescribeProtectionGroupCommandInput, DescribeProtectionGroupCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeProtectionGroupCommandInput): import("@smithy/core/client").CommandImpl<DescribeProtectionGroupCommandInput, DescribeProtectionGroupCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the specification for the specified 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 { DescribeSubscriptionRequest, DescribeSubscriptionResponse } 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 DescribeSubscriptionCommandInput extends DescribeSubscriptionRe
22
19
  export interface DescribeSubscriptionCommandOutput extends DescribeSubscriptionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeSubscriptionCommand_base: {
25
- new (input: DescribeSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<DescribeSubscriptionCommandInput, DescribeSubscriptionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeSubscriptionCommandInput]): import("@smithy/core/client").CommandImpl<DescribeSubscriptionCommandInput, DescribeSubscriptionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<DescribeSubscriptionCommandInput, DescribeSubscriptionCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeSubscriptionCommandInput]): import("@smithy/core/client").CommandImpl<DescribeSubscriptionCommandInput, DescribeSubscriptionCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Provides details about the Shield Advanced subscription for an account.</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 { DisableApplicationLayerAutomaticResponseRequest, DisableApplicationLayerAutomaticResponseResponse } 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 DisableApplicationLayerAutomaticResponseCommandInput extends Di
22
19
  export interface DisableApplicationLayerAutomaticResponseCommandOutput extends DisableApplicationLayerAutomaticResponseResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DisableApplicationLayerAutomaticResponseCommand_base: {
25
- new (input: DisableApplicationLayerAutomaticResponseCommandInput): import("@smithy/core/client").CommandImpl<DisableApplicationLayerAutomaticResponseCommandInput, DisableApplicationLayerAutomaticResponseCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisableApplicationLayerAutomaticResponseCommandInput): import("@smithy/core/client").CommandImpl<DisableApplicationLayerAutomaticResponseCommandInput, DisableApplicationLayerAutomaticResponseCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DisableApplicationLayerAutomaticResponseCommandInput): import("@smithy/core/client").CommandImpl<DisableApplicationLayerAutomaticResponseCommandInput, DisableApplicationLayerAutomaticResponseCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DisableApplicationLayerAutomaticResponseCommandInput): import("@smithy/core/client").CommandImpl<DisableApplicationLayerAutomaticResponseCommandInput, DisableApplicationLayerAutomaticResponseCommandOutput, import("..").ShieldClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Disable the Shield Advanced automatic application layer DDoS mitigation feature for the protected resource. This