@aws-sdk/client-secrets-manager 3.1045.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 (104) 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 +62 -63
  5. package/dist-cjs/models/SecretsManagerServiceException.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/SecretsManager.js +1 -1
  10. package/dist-es/SecretsManagerClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/BatchGetSecretValueCommand.js +2 -2
  13. package/dist-es/commands/CancelRotateSecretCommand.js +2 -2
  14. package/dist-es/commands/CreateSecretCommand.js +2 -2
  15. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
  16. package/dist-es/commands/DeleteSecretCommand.js +2 -2
  17. package/dist-es/commands/DescribeSecretCommand.js +2 -2
  18. package/dist-es/commands/GetRandomPasswordCommand.js +2 -2
  19. package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
  20. package/dist-es/commands/GetSecretValueCommand.js +2 -2
  21. package/dist-es/commands/ListSecretVersionIdsCommand.js +2 -2
  22. package/dist-es/commands/ListSecretsCommand.js +2 -2
  23. package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
  24. package/dist-es/commands/PutSecretValueCommand.js +2 -2
  25. package/dist-es/commands/RemoveRegionsFromReplicationCommand.js +2 -2
  26. package/dist-es/commands/ReplicateSecretToRegionsCommand.js +2 -2
  27. package/dist-es/commands/RestoreSecretCommand.js +2 -2
  28. package/dist-es/commands/RotateSecretCommand.js +2 -2
  29. package/dist-es/commands/StopReplicationToReplicaCommand.js +2 -2
  30. package/dist-es/commands/TagResourceCommand.js +2 -2
  31. package/dist-es/commands/UntagResourceCommand.js +2 -2
  32. package/dist-es/commands/UpdateSecretCommand.js +2 -2
  33. package/dist-es/commands/UpdateSecretVersionStageCommand.js +2 -2
  34. package/dist-es/commands/ValidateResourcePolicyCommand.js +2 -2
  35. package/dist-es/endpoint/bdd.js +1 -1
  36. package/dist-es/endpoint/endpointResolver.js +1 -1
  37. package/dist-es/models/SecretsManagerServiceException.js +1 -1
  38. package/dist-es/runtimeConfig.browser.js +4 -6
  39. package/dist-es/runtimeConfig.js +4 -8
  40. package/dist-es/runtimeConfig.shared.js +3 -4
  41. package/dist-es/runtimeExtensions.js +2 -2
  42. package/dist-types/SecretsManagerClient.d.ts +5 -5
  43. package/dist-types/commands/BatchGetSecretValueCommand.d.ts +6 -4
  44. package/dist-types/commands/CancelRotateSecretCommand.d.ts +6 -4
  45. package/dist-types/commands/CreateSecretCommand.d.ts +6 -4
  46. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -4
  47. package/dist-types/commands/DeleteSecretCommand.d.ts +6 -4
  48. package/dist-types/commands/DescribeSecretCommand.d.ts +6 -4
  49. package/dist-types/commands/GetRandomPasswordCommand.d.ts +6 -4
  50. package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -4
  51. package/dist-types/commands/GetSecretValueCommand.d.ts +6 -4
  52. package/dist-types/commands/ListSecretVersionIdsCommand.d.ts +6 -4
  53. package/dist-types/commands/ListSecretsCommand.d.ts +6 -4
  54. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -4
  55. package/dist-types/commands/PutSecretValueCommand.d.ts +6 -4
  56. package/dist-types/commands/RemoveRegionsFromReplicationCommand.d.ts +6 -4
  57. package/dist-types/commands/ReplicateSecretToRegionsCommand.d.ts +6 -4
  58. package/dist-types/commands/RestoreSecretCommand.d.ts +6 -4
  59. package/dist-types/commands/RotateSecretCommand.d.ts +6 -4
  60. package/dist-types/commands/StopReplicationToReplicaCommand.d.ts +6 -4
  61. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  62. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  63. package/dist-types/commands/UpdateSecretCommand.d.ts +6 -4
  64. package/dist-types/commands/UpdateSecretVersionStageCommand.d.ts +6 -4
  65. package/dist-types/commands/ValidateResourcePolicyCommand.d.ts +6 -4
  66. package/dist-types/endpoint/bdd.d.ts +1 -1
  67. package/dist-types/extensionConfiguration.d.ts +1 -1
  68. package/dist-types/models/SecretsManagerServiceException.d.ts +1 -1
  69. package/dist-types/models/errors.d.ts +1 -1
  70. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  71. package/dist-types/runtimeConfig.d.ts +2 -2
  72. package/dist-types/runtimeConfig.native.d.ts +2 -2
  73. package/dist-types/ts3.4/SecretsManagerClient.d.ts +8 -14
  74. package/dist-types/ts3.4/commands/BatchGetSecretValueCommand.d.ts +6 -4
  75. package/dist-types/ts3.4/commands/CancelRotateSecretCommand.d.ts +6 -4
  76. package/dist-types/ts3.4/commands/CreateSecretCommand.d.ts +6 -4
  77. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +6 -4
  78. package/dist-types/ts3.4/commands/DeleteSecretCommand.d.ts +6 -4
  79. package/dist-types/ts3.4/commands/DescribeSecretCommand.d.ts +6 -4
  80. package/dist-types/ts3.4/commands/GetRandomPasswordCommand.d.ts +6 -4
  81. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +6 -4
  82. package/dist-types/ts3.4/commands/GetSecretValueCommand.d.ts +6 -4
  83. package/dist-types/ts3.4/commands/ListSecretVersionIdsCommand.d.ts +6 -4
  84. package/dist-types/ts3.4/commands/ListSecretsCommand.d.ts +6 -4
  85. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +6 -4
  86. package/dist-types/ts3.4/commands/PutSecretValueCommand.d.ts +6 -4
  87. package/dist-types/ts3.4/commands/RemoveRegionsFromReplicationCommand.d.ts +6 -4
  88. package/dist-types/ts3.4/commands/ReplicateSecretToRegionsCommand.d.ts +6 -4
  89. package/dist-types/ts3.4/commands/RestoreSecretCommand.d.ts +6 -4
  90. package/dist-types/ts3.4/commands/RotateSecretCommand.d.ts +6 -4
  91. package/dist-types/ts3.4/commands/StopReplicationToReplicaCommand.d.ts +6 -4
  92. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  93. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  94. package/dist-types/ts3.4/commands/UpdateSecretCommand.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/UpdateSecretVersionStageCommand.d.ts +6 -4
  96. package/dist-types/ts3.4/commands/ValidateResourcePolicyCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  98. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  99. package/dist-types/ts3.4/models/SecretsManagerServiceException.d.ts +1 -1
  100. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  101. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  102. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  103. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  104. package/package.json +14 -35
@@ -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
  GetRandomPasswordRequest,
@@ -19,7 +19,7 @@ export interface GetRandomPasswordCommandOutput
19
19
  declare const GetRandomPasswordCommand_base: {
20
20
  new (
21
21
  input: GetRandomPasswordCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetRandomPasswordCommandInput,
24
24
  GetRandomPasswordCommandOutput,
25
25
  SecretsManagerClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetRandomPasswordCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [GetRandomPasswordCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetRandomPasswordCommandInput,
33
33
  GetRandomPasswordCommandOutput,
34
34
  SecretsManagerClientResolvedConfig,
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 GetRandomPasswordCommand extends GetRandomPasswordCommand_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
  GetResourcePolicyRequest,
@@ -19,7 +19,7 @@ export interface GetResourcePolicyCommandOutput
19
19
  declare const GetResourcePolicyCommand_base: {
20
20
  new (
21
21
  input: GetResourcePolicyCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetResourcePolicyCommandInput,
24
24
  GetResourcePolicyCommandOutput,
25
25
  SecretsManagerClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetResourcePolicyCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetResourcePolicyCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetResourcePolicyCommandInput,
33
33
  GetResourcePolicyCommandOutput,
34
34
  SecretsManagerClientResolvedConfig,
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 GetResourcePolicyCommand extends GetResourcePolicyCommand_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
  GetSecretValueRequest,
@@ -18,7 +18,7 @@ export interface GetSecretValueCommandOutput
18
18
  declare const GetSecretValueCommand_base: {
19
19
  new (
20
20
  input: GetSecretValueCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetSecretValueCommandInput,
23
23
  GetSecretValueCommandOutput,
24
24
  SecretsManagerClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetSecretValueCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetSecretValueCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetSecretValueCommandInput,
32
32
  GetSecretValueCommandOutput,
33
33
  SecretsManagerClientResolvedConfig,
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 GetSecretValueCommand extends GetSecretValueCommand_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
  ListSecretVersionIdsRequest,
@@ -19,7 +19,7 @@ export interface ListSecretVersionIdsCommandOutput
19
19
  declare const ListSecretVersionIdsCommand_base: {
20
20
  new (
21
21
  input: ListSecretVersionIdsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListSecretVersionIdsCommandInput,
24
24
  ListSecretVersionIdsCommandOutput,
25
25
  SecretsManagerClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListSecretVersionIdsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListSecretVersionIdsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListSecretVersionIdsCommandInput,
33
33
  ListSecretVersionIdsCommandOutput,
34
34
  SecretsManagerClientResolvedConfig,
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 ListSecretVersionIdsCommand extends ListSecretVersionIdsCommand_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 { ListSecretsRequest, ListSecretsResponse } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface ListSecretsCommandOutput
15
15
  declare const ListSecretsCommand_base: {
16
16
  new (
17
17
  input: ListSecretsCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  ListSecretsCommandInput,
20
20
  ListSecretsCommandOutput,
21
21
  SecretsManagerClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const ListSecretsCommand_base: {
24
24
  >;
25
25
  new (
26
26
  ...[input]: [] | [ListSecretsCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  ListSecretsCommandInput,
29
29
  ListSecretsCommandOutput,
30
30
  SecretsManagerClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class ListSecretsCommand extends ListSecretsCommand_base {
37
39
  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
  PutResourcePolicyRequest,
@@ -19,7 +19,7 @@ export interface PutResourcePolicyCommandOutput
19
19
  declare const PutResourcePolicyCommand_base: {
20
20
  new (
21
21
  input: PutResourcePolicyCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  PutResourcePolicyCommandInput,
24
24
  PutResourcePolicyCommandOutput,
25
25
  SecretsManagerClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const PutResourcePolicyCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: PutResourcePolicyCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  PutResourcePolicyCommandInput,
33
33
  PutResourcePolicyCommandOutput,
34
34
  SecretsManagerClientResolvedConfig,
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 PutResourcePolicyCommand extends PutResourcePolicyCommand_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
  PutSecretValueRequest,
@@ -18,7 +18,7 @@ export interface PutSecretValueCommandOutput
18
18
  declare const PutSecretValueCommand_base: {
19
19
  new (
20
20
  input: PutSecretValueCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  PutSecretValueCommandInput,
23
23
  PutSecretValueCommandOutput,
24
24
  SecretsManagerClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const PutSecretValueCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: PutSecretValueCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  PutSecretValueCommandInput,
32
32
  PutSecretValueCommandOutput,
33
33
  SecretsManagerClientResolvedConfig,
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 PutSecretValueCommand extends PutSecretValueCommand_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
  RemoveRegionsFromReplicationRequest,
@@ -19,7 +19,7 @@ export interface RemoveRegionsFromReplicationCommandOutput
19
19
  declare const RemoveRegionsFromReplicationCommand_base: {
20
20
  new (
21
21
  input: RemoveRegionsFromReplicationCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  RemoveRegionsFromReplicationCommandInput,
24
24
  RemoveRegionsFromReplicationCommandOutput,
25
25
  SecretsManagerClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const RemoveRegionsFromReplicationCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: RemoveRegionsFromReplicationCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  RemoveRegionsFromReplicationCommandInput,
33
33
  RemoveRegionsFromReplicationCommandOutput,
34
34
  SecretsManagerClientResolvedConfig,
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 RemoveRegionsFromReplicationCommand extends RemoveRegionsFromReplicationCommand_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
  ReplicateSecretToRegionsRequest,
@@ -19,7 +19,7 @@ export interface ReplicateSecretToRegionsCommandOutput
19
19
  declare const ReplicateSecretToRegionsCommand_base: {
20
20
  new (
21
21
  input: ReplicateSecretToRegionsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ReplicateSecretToRegionsCommandInput,
24
24
  ReplicateSecretToRegionsCommandOutput,
25
25
  SecretsManagerClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ReplicateSecretToRegionsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ReplicateSecretToRegionsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ReplicateSecretToRegionsCommandInput,
33
33
  ReplicateSecretToRegionsCommandOutput,
34
34
  SecretsManagerClientResolvedConfig,
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 ReplicateSecretToRegionsCommand extends ReplicateSecretToRegionsCommand_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
  RestoreSecretRequest,
@@ -18,7 +18,7 @@ export interface RestoreSecretCommandOutput
18
18
  declare const RestoreSecretCommand_base: {
19
19
  new (
20
20
  input: RestoreSecretCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  RestoreSecretCommandInput,
23
23
  RestoreSecretCommandOutput,
24
24
  SecretsManagerClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const RestoreSecretCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: RestoreSecretCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  RestoreSecretCommandInput,
32
32
  RestoreSecretCommandOutput,
33
33
  SecretsManagerClientResolvedConfig,
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 RestoreSecretCommand extends RestoreSecretCommand_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 { RotateSecretRequest, RotateSecretResponse } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface RotateSecretCommandOutput
15
15
  declare const RotateSecretCommand_base: {
16
16
  new (
17
17
  input: RotateSecretCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  RotateSecretCommandInput,
20
20
  RotateSecretCommandOutput,
21
21
  SecretsManagerClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const RotateSecretCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: RotateSecretCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  RotateSecretCommandInput,
29
29
  RotateSecretCommandOutput,
30
30
  SecretsManagerClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class RotateSecretCommand extends RotateSecretCommand_base {
37
39
  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
  StopReplicationToReplicaRequest,
@@ -19,7 +19,7 @@ export interface StopReplicationToReplicaCommandOutput
19
19
  declare const StopReplicationToReplicaCommand_base: {
20
20
  new (
21
21
  input: StopReplicationToReplicaCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  StopReplicationToReplicaCommandInput,
24
24
  StopReplicationToReplicaCommandOutput,
25
25
  SecretsManagerClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const StopReplicationToReplicaCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: StopReplicationToReplicaCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  StopReplicationToReplicaCommandInput,
33
33
  StopReplicationToReplicaCommandOutput,
34
34
  SecretsManagerClientResolvedConfig,
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 StopReplicationToReplicaCommand extends StopReplicationToReplicaCommand_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 { TagResourceRequest } from "../models/models_0";
4
4
  import {
@@ -13,7 +13,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {}
13
13
  declare const TagResourceCommand_base: {
14
14
  new (
15
15
  input: TagResourceCommandInput
16
- ): import("@smithy/smithy-client").CommandImpl<
16
+ ): import("@smithy/core/client").CommandImpl<
17
17
  TagResourceCommandInput,
18
18
  TagResourceCommandOutput,
19
19
  SecretsManagerClientResolvedConfig,
@@ -22,14 +22,16 @@ declare const TagResourceCommand_base: {
22
22
  >;
23
23
  new (
24
24
  input: TagResourceCommandInput
25
- ): import("@smithy/smithy-client").CommandImpl<
25
+ ): import("@smithy/core/client").CommandImpl<
26
26
  TagResourceCommandInput,
27
27
  TagResourceCommandOutput,
28
28
  SecretsManagerClientResolvedConfig,
29
29
  ServiceInputTypes,
30
30
  ServiceOutputTypes
31
31
  >;
32
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ getEndpointParameterInstructions(): {
33
+ [x: string]: unknown;
34
+ };
33
35
  };
34
36
  export declare class TagResourceCommand extends TagResourceCommand_base {
35
37
  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 { UntagResourceRequest } from "../models/models_0";
4
4
  import {
@@ -13,7 +13,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {}
13
13
  declare const UntagResourceCommand_base: {
14
14
  new (
15
15
  input: UntagResourceCommandInput
16
- ): import("@smithy/smithy-client").CommandImpl<
16
+ ): import("@smithy/core/client").CommandImpl<
17
17
  UntagResourceCommandInput,
18
18
  UntagResourceCommandOutput,
19
19
  SecretsManagerClientResolvedConfig,
@@ -22,14 +22,16 @@ declare const UntagResourceCommand_base: {
22
22
  >;
23
23
  new (
24
24
  input: UntagResourceCommandInput
25
- ): import("@smithy/smithy-client").CommandImpl<
25
+ ): import("@smithy/core/client").CommandImpl<
26
26
  UntagResourceCommandInput,
27
27
  UntagResourceCommandOutput,
28
28
  SecretsManagerClientResolvedConfig,
29
29
  ServiceInputTypes,
30
30
  ServiceOutputTypes
31
31
  >;
32
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ getEndpointParameterInstructions(): {
33
+ [x: string]: unknown;
34
+ };
33
35
  };
34
36
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
35
37
  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 { UpdateSecretRequest, UpdateSecretResponse } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface UpdateSecretCommandOutput
15
15
  declare const UpdateSecretCommand_base: {
16
16
  new (
17
17
  input: UpdateSecretCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  UpdateSecretCommandInput,
20
20
  UpdateSecretCommandOutput,
21
21
  SecretsManagerClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const UpdateSecretCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: UpdateSecretCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  UpdateSecretCommandInput,
29
29
  UpdateSecretCommandOutput,
30
30
  SecretsManagerClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class UpdateSecretCommand extends UpdateSecretCommand_base {
37
39
  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
  UpdateSecretVersionStageRequest,
@@ -19,7 +19,7 @@ export interface UpdateSecretVersionStageCommandOutput
19
19
  declare const UpdateSecretVersionStageCommand_base: {
20
20
  new (
21
21
  input: UpdateSecretVersionStageCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  UpdateSecretVersionStageCommandInput,
24
24
  UpdateSecretVersionStageCommandOutput,
25
25
  SecretsManagerClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const UpdateSecretVersionStageCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: UpdateSecretVersionStageCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  UpdateSecretVersionStageCommandInput,
33
33
  UpdateSecretVersionStageCommandOutput,
34
34
  SecretsManagerClientResolvedConfig,
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 UpdateSecretVersionStageCommand extends UpdateSecretVersionStageCommand_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
  ValidateResourcePolicyRequest,
@@ -19,7 +19,7 @@ export interface ValidateResourcePolicyCommandOutput
19
19
  declare const ValidateResourcePolicyCommand_base: {
20
20
  new (
21
21
  input: ValidateResourcePolicyCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ValidateResourcePolicyCommandInput,
24
24
  ValidateResourcePolicyCommandOutput,
25
25
  SecretsManagerClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ValidateResourcePolicyCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ValidateResourcePolicyCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ValidateResourcePolicyCommandInput,
33
33
  ValidateResourcePolicyCommandOutput,
34
34
  SecretsManagerClientResolvedConfig,
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 ValidateResourcePolicyCommand extends ValidateResourcePolicyCommand_base {
41
43
  protected static __types: {
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface SecretsManagerExtensionConfiguration
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ServiceExceptionOptions as __ServiceExceptionOptions,
3
3
  ServiceException as __ServiceException,
4
- } from "@smithy/smithy-client";
4
+ } from "@smithy/core/client";
5
5
  export { __ServiceExceptionOptions };
6
6
  export { __ServiceException };
7
7
  export declare class SecretsManagerServiceException extends __ServiceException {
@@ -1,4 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import { SecretsManagerServiceException as __BaseException } from "./SecretsManagerServiceException";
3
3
  export declare class DecryptionFailure extends __BaseException {
4
4
  readonly name: "DecryptionFailure";
@@ -3,7 +3,7 @@ import { SecretsManagerClientConfig } from "./SecretsManagerClient";
3
3
  export declare const getRuntimeConfig: (config: SecretsManagerClientConfig) => {
4
4
  runtime: string;
5
5
  defaultsMode: import("@smithy/types").Provider<
6
- import("@smithy/smithy-client").ResolvedDefaultsMode
6
+ import("@smithy/core/client").ResolvedDefaultsMode
7
7
  >;
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
9
  credentialDefaultProvider:
@@ -17,7 +17,7 @@ export declare const getRuntimeConfig: (config: SecretsManagerClientConfig) => {
17
17
  maxAttempts: number | import("@smithy/types").Provider<number>;
18
18
  region: string | import("@smithy/types").Provider<any>;
19
19
  requestHandler:
20
- | import("@smithy/protocol-http").HttpHandler<any>
20
+ | import("@smithy/core/protocols").HttpHandler<any>
21
21
  | RequestHandler;
22
22
  retryMode: string | import("@smithy/types").Provider<string>;
23
23
  sha256: import("@smithy/types").HashConstructor;
@@ -3,7 +3,7 @@ import { SecretsManagerClientConfig } from "./SecretsManagerClient";
3
3
  export declare const getRuntimeConfig: (config: SecretsManagerClientConfig) => {
4
4
  runtime: string;
5
5
  defaultsMode: import("@smithy/types").Provider<
6
- import("@smithy/smithy-client").ResolvedDefaultsMode
6
+ import("@smithy/core/client").ResolvedDefaultsMode
7
7
  >;
8
8
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
@@ -19,7 +19,7 @@ export declare const getRuntimeConfig: (config: SecretsManagerClientConfig) => {
19
19
  region: string | import("@smithy/types").Provider<string>;
20
20
  requestHandler:
21
21
  | RequestHandler
22
- | import("@smithy/protocol-http").HttpHandler<any>;
22
+ | import("@smithy/core/protocols").HttpHandler<any>;
23
23
  retryMode: string | import("@smithy/types").Provider<string>;
24
24
  sha256: import("@smithy/types").HashConstructor;
25
25
  streamCollector: import("@smithy/types").StreamCollector;