@aws-sdk/client-shield 3.588.0 → 3.592.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 (81) hide show
  1. package/dist-cjs/index.js +0 -36
  2. package/dist-types/ShieldClient.d.ts +4 -4
  3. package/dist-types/commands/AssociateDRTLogBucketCommand.d.ts +2 -1
  4. package/dist-types/commands/AssociateDRTRoleCommand.d.ts +2 -1
  5. package/dist-types/commands/AssociateHealthCheckCommand.d.ts +2 -1
  6. package/dist-types/commands/AssociateProactiveEngagementDetailsCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateProtectionCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateProtectionGroupCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateSubscriptionCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteProtectionCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteProtectionGroupCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteSubscriptionCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeAttackCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeAttackStatisticsCommand.d.ts +2 -1
  15. package/dist-types/commands/DescribeDRTAccessCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeEmergencyContactSettingsCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeProtectionCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeProtectionGroupCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeSubscriptionCommand.d.ts +2 -1
  20. package/dist-types/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +2 -1
  21. package/dist-types/commands/DisableProactiveEngagementCommand.d.ts +2 -1
  22. package/dist-types/commands/DisassociateDRTLogBucketCommand.d.ts +2 -1
  23. package/dist-types/commands/DisassociateDRTRoleCommand.d.ts +2 -1
  24. package/dist-types/commands/DisassociateHealthCheckCommand.d.ts +2 -1
  25. package/dist-types/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +2 -1
  26. package/dist-types/commands/EnableProactiveEngagementCommand.d.ts +2 -1
  27. package/dist-types/commands/GetSubscriptionStateCommand.d.ts +2 -1
  28. package/dist-types/commands/ListAttacksCommand.d.ts +2 -1
  29. package/dist-types/commands/ListProtectionGroupsCommand.d.ts +2 -1
  30. package/dist-types/commands/ListProtectionsCommand.d.ts +2 -1
  31. package/dist-types/commands/ListResourcesInProtectionGroupCommand.d.ts +2 -1
  32. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  33. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  34. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  35. package/dist-types/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +2 -1
  36. package/dist-types/commands/UpdateEmergencyContactSettingsCommand.d.ts +2 -1
  37. package/dist-types/commands/UpdateProtectionGroupCommand.d.ts +2 -1
  38. package/dist-types/commands/UpdateSubscriptionCommand.d.ts +2 -1
  39. package/dist-types/index.d.ts +2 -2
  40. package/dist-types/models/ShieldServiceException.d.ts +2 -1
  41. package/dist-types/runtimeConfig.native.d.ts +1 -1
  42. package/dist-types/ts3.4/ShieldClient.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/AssociateDRTLogBucketCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/AssociateDRTRoleCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/AssociateHealthCheckCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/commands/AssociateProactiveEngagementDetailsCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/CreateProtectionCommand.d.ts +2 -1
  48. package/dist-types/ts3.4/commands/CreateProtectionGroupCommand.d.ts +2 -1
  49. package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/commands/DeleteProtectionCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/commands/DeleteProtectionGroupCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/DeleteSubscriptionCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/DescribeAttackCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/commands/DescribeAttackStatisticsCommand.d.ts +2 -1
  55. package/dist-types/ts3.4/commands/DescribeDRTAccessCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/commands/DescribeEmergencyContactSettingsCommand.d.ts +2 -1
  57. package/dist-types/ts3.4/commands/DescribeProtectionCommand.d.ts +2 -1
  58. package/dist-types/ts3.4/commands/DescribeProtectionGroupCommand.d.ts +2 -1
  59. package/dist-types/ts3.4/commands/DescribeSubscriptionCommand.d.ts +2 -1
  60. package/dist-types/ts3.4/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/DisableProactiveEngagementCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/DisassociateDRTLogBucketCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/DisassociateDRTRoleCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/DisassociateHealthCheckCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/EnableProactiveEngagementCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/GetSubscriptionStateCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/ListAttacksCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/ListProtectionGroupsCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/ListProtectionsCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/ListResourcesInProtectionGroupCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/UpdateEmergencyContactSettingsCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/UpdateProtectionGroupCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/models/ShieldServiceException.d.ts +2 -1
  80. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  81. package/package.json +6 -6
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -9,8 +9,8 @@
9
9
  export * from "./ShieldClient";
10
10
  export * from "./Shield";
11
11
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
12
- export { RuntimeExtension } from "./runtimeExtensions";
13
- export { ShieldExtensionConfiguration } from "./extensionConfiguration";
12
+ export type { RuntimeExtension } from "./runtimeExtensions";
13
+ export type { ShieldExtensionConfiguration } from "./extensionConfiguration";
14
14
  export * from "./commands";
15
15
  export * from "./pagination";
16
16
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: ShieldClientConfig) => {
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
- defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
22
21
  region: string | import("@smithy/types").Provider<any>;
22
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
23
23
  credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
24
24
  maxAttempts: number | import("@smithy/types").Provider<number>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
@@ -286,8 +286,8 @@ export interface ClientDefaults
286
286
  serviceId?: string;
287
287
  useDualstackEndpoint?: boolean | __Provider<boolean>;
288
288
  useFipsEndpoint?: boolean | __Provider<boolean>;
289
- defaultUserAgentProvider?: Provider<__UserAgent>;
290
289
  region?: string | __Provider<string>;
290
+ defaultUserAgentProvider?: Provider<__UserAgent>;
291
291
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
292
292
  maxAttempts?: number | __Provider<number>;
293
293
  retryMode?: string | __Provider<string>;
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  ShieldClientResolvedConfig,
11
11
  } from "../ShieldClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface AssociateDRTLogBucketCommandInput
14
15
  extends AssociateDRTLogBucketRequest {}
15
16
  export interface AssociateDRTLogBucketCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  ShieldClientResolvedConfig,
11
11
  } from "../ShieldClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface AssociateDRTRoleCommandInput extends AssociateDRTRoleRequest {}
14
15
  export interface AssociateDRTRoleCommandOutput
15
16
  extends AssociateDRTRoleResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  ShieldClientResolvedConfig,
11
11
  } from "../ShieldClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface AssociateHealthCheckCommandInput
14
15
  extends AssociateHealthCheckRequest {}
15
16
  export interface AssociateHealthCheckCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  ShieldClientResolvedConfig,
11
11
  } from "../ShieldClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface AssociateProactiveEngagementDetailsCommandInput
14
15
  extends AssociateProactiveEngagementDetailsRequest {}
15
16
  export interface AssociateProactiveEngagementDetailsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  ShieldClientResolvedConfig,
11
11
  } from "../ShieldClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateProtectionCommandInput extends CreateProtectionRequest {}
14
15
  export interface CreateProtectionCommandOutput
15
16
  extends CreateProtectionResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  ShieldClientResolvedConfig,
11
11
  } from "../ShieldClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateProtectionGroupCommandInput
14
15
  extends CreateProtectionGroupRequest {}
15
16
  export interface CreateProtectionGroupCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  ShieldClientResolvedConfig,
11
11
  } from "../ShieldClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateSubscriptionCommandInput
14
15
  extends CreateSubscriptionRequest {}
15
16
  export interface CreateSubscriptionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  ShieldClientResolvedConfig,
11
11
  } from "../ShieldClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteProtectionCommandInput extends DeleteProtectionRequest {}
14
15
  export interface DeleteProtectionCommandOutput
15
16
  extends DeleteProtectionResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  ShieldClientResolvedConfig,
11
11
  } from "../ShieldClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteProtectionGroupCommandInput
14
15
  extends DeleteProtectionGroupRequest {}
15
16
  export interface DeleteProtectionGroupCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  ShieldClientResolvedConfig,
11
11
  } from "../ShieldClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteSubscriptionCommandInput
14
15
  extends DeleteSubscriptionRequest {}
15
16
  export interface DeleteSubscriptionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  ShieldClientResolvedConfig,
11
11
  } from "../ShieldClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeAttackCommandInput extends DescribeAttackRequest {}
14
15
  export interface DescribeAttackCommandOutput
15
16
  extends DescribeAttackResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  ShieldClientResolvedConfig,
11
11
  } from "../ShieldClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeAttackStatisticsCommandInput
14
15
  extends DescribeAttackStatisticsRequest {}
15
16
  export interface DescribeAttackStatisticsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  ShieldClientResolvedConfig,
11
11
  } from "../ShieldClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeDRTAccessCommandInput
14
15
  extends DescribeDRTAccessRequest {}
15
16
  export interface DescribeDRTAccessCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  ShieldClientResolvedConfig,
11
11
  } from "../ShieldClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeEmergencyContactSettingsCommandInput
14
15
  extends DescribeEmergencyContactSettingsRequest {}
15
16
  export interface DescribeEmergencyContactSettingsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  ShieldClientResolvedConfig,
11
11
  } from "../ShieldClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeProtectionCommandInput
14
15
  extends DescribeProtectionRequest {}
15
16
  export interface DescribeProtectionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  ShieldClientResolvedConfig,
11
11
  } from "../ShieldClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeProtectionGroupCommandInput
14
15
  extends DescribeProtectionGroupRequest {}
15
16
  export interface DescribeProtectionGroupCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  ShieldClientResolvedConfig,
11
11
  } from "../ShieldClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeSubscriptionCommandInput
14
15
  extends DescribeSubscriptionRequest {}
15
16
  export interface DescribeSubscriptionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  ShieldClientResolvedConfig,
11
11
  } from "../ShieldClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DisableApplicationLayerAutomaticResponseCommandInput
14
15
  extends DisableApplicationLayerAutomaticResponseRequest {}
15
16
  export interface DisableApplicationLayerAutomaticResponseCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  ShieldClientResolvedConfig,
11
11
  } from "../ShieldClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DisableProactiveEngagementCommandInput
14
15
  extends DisableProactiveEngagementRequest {}
15
16
  export interface DisableProactiveEngagementCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  ShieldClientResolvedConfig,
11
11
  } from "../ShieldClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DisassociateDRTLogBucketCommandInput
14
15
  extends DisassociateDRTLogBucketRequest {}
15
16
  export interface DisassociateDRTLogBucketCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  ShieldClientResolvedConfig,
11
11
  } from "../ShieldClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DisassociateDRTRoleCommandInput
14
15
  extends DisassociateDRTRoleRequest {}
15
16
  export interface DisassociateDRTRoleCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  ShieldClientResolvedConfig,
11
11
  } from "../ShieldClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DisassociateHealthCheckCommandInput
14
15
  extends DisassociateHealthCheckRequest {}
15
16
  export interface DisassociateHealthCheckCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  ShieldClientResolvedConfig,
11
11
  } from "../ShieldClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface EnableApplicationLayerAutomaticResponseCommandInput
14
15
  extends EnableApplicationLayerAutomaticResponseRequest {}
15
16
  export interface EnableApplicationLayerAutomaticResponseCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  ShieldClientResolvedConfig,
11
11
  } from "../ShieldClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface EnableProactiveEngagementCommandInput
14
15
  extends EnableProactiveEngagementRequest {}
15
16
  export interface EnableProactiveEngagementCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  ShieldClientResolvedConfig,
11
11
  } from "../ShieldClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetSubscriptionStateCommandInput
14
15
  extends GetSubscriptionStateRequest {}
15
16
  export interface GetSubscriptionStateCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  ShieldClientResolvedConfig,
8
8
  } from "../ShieldClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListAttacksCommandInput extends ListAttacksRequest {}
11
12
  export interface ListAttacksCommandOutput
12
13
  extends ListAttacksResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  ShieldClientResolvedConfig,
11
11
  } from "../ShieldClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListProtectionGroupsCommandInput
14
15
  extends ListProtectionGroupsRequest {}
15
16
  export interface ListProtectionGroupsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  ShieldClientResolvedConfig,
11
11
  } from "../ShieldClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListProtectionsCommandInput extends ListProtectionsRequest {}
14
15
  export interface ListProtectionsCommandOutput
15
16
  extends ListProtectionsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  ShieldClientResolvedConfig,
11
11
  } from "../ShieldClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListResourcesInProtectionGroupCommandInput
14
15
  extends ListResourcesInProtectionGroupRequest {}
15
16
  export interface ListResourcesInProtectionGroupCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  ShieldClientResolvedConfig,
11
11
  } from "../ShieldClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  ShieldClientResolvedConfig,
8
8
  } from "../ShieldClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  ShieldClientResolvedConfig,
11
11
  } from "../ShieldClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
14
15
  export interface UntagResourceCommandOutput
15
16
  extends UntagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  ShieldClientResolvedConfig,
11
11
  } from "../ShieldClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateApplicationLayerAutomaticResponseCommandInput
14
15
  extends UpdateApplicationLayerAutomaticResponseRequest {}
15
16
  export interface UpdateApplicationLayerAutomaticResponseCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  ShieldClientResolvedConfig,
11
11
  } from "../ShieldClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateEmergencyContactSettingsCommandInput
14
15
  extends UpdateEmergencyContactSettingsRequest {}
15
16
  export interface UpdateEmergencyContactSettingsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  ShieldClientResolvedConfig,
11
11
  } from "../ShieldClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateProtectionGroupCommandInput
14
15
  extends UpdateProtectionGroupRequest {}
15
16
  export interface UpdateProtectionGroupCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  ShieldClientResolvedConfig,
11
11
  } from "../ShieldClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateSubscriptionCommandInput
14
15
  extends UpdateSubscriptionRequest {}
15
16
  export interface UpdateSubscriptionCommandOutput
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class ShieldServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
@@ -20,10 +20,10 @@ export declare const getRuntimeConfig: (config: ShieldClientConfig) => {
20
20
  serviceId: string;
21
21
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
22
22
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
23
+ region: string | import("@smithy/types").Provider<any>;
23
24
  defaultUserAgentProvider: import("@smithy/types").Provider<
24
25
  import("@smithy/types").UserAgent
25
26
  >;
26
- region: string | import("@smithy/types").Provider<any>;
27
27
  credentialDefaultProvider: (
28
28
  input: any
29
29
  ) => import("@smithy/types").AwsCredentialIdentityProvider;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-shield",
3
3
  "description": "AWS SDK for JavaScript Shield Client for Node.js, Browser and React Native",
4
- "version": "3.588.0",
4
+ "version": "3.592.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-shield",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.588.0",
24
- "@aws-sdk/client-sts": "3.588.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.588.0",
23
+ "@aws-sdk/client-sso-oidc": "3.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",