@aws-sdk/client-secrets-manager 3.1077.0 → 3.1079.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/dist-cjs/index.js +31 -233
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/BatchGetSecretValueCommand.js +2 -14
  4. package/dist-es/commands/CancelRotateSecretCommand.js +2 -14
  5. package/dist-es/commands/CreateSecretCommand.js +2 -14
  6. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -14
  7. package/dist-es/commands/DeleteSecretCommand.js +2 -14
  8. package/dist-es/commands/DescribeSecretCommand.js +2 -14
  9. package/dist-es/commands/GetRandomPasswordCommand.js +2 -14
  10. package/dist-es/commands/GetResourcePolicyCommand.js +2 -14
  11. package/dist-es/commands/GetSecretValueCommand.js +2 -14
  12. package/dist-es/commands/ListSecretVersionIdsCommand.js +2 -14
  13. package/dist-es/commands/ListSecretsCommand.js +2 -14
  14. package/dist-es/commands/PutResourcePolicyCommand.js +2 -14
  15. package/dist-es/commands/PutSecretValueCommand.js +2 -14
  16. package/dist-es/commands/RemoveRegionsFromReplicationCommand.js +2 -14
  17. package/dist-es/commands/ReplicateSecretToRegionsCommand.js +2 -14
  18. package/dist-es/commands/RestoreSecretCommand.js +2 -14
  19. package/dist-es/commands/RotateSecretCommand.js +2 -14
  20. package/dist-es/commands/StopReplicationToReplicaCommand.js +2 -14
  21. package/dist-es/commands/TagResourceCommand.js +2 -14
  22. package/dist-es/commands/UntagResourceCommand.js +2 -14
  23. package/dist-es/commands/UpdateSecretCommand.js +2 -14
  24. package/dist-es/commands/UpdateSecretVersionStageCommand.js +2 -14
  25. package/dist-es/commands/ValidateResourcePolicyCommand.js +2 -14
  26. package/dist-es/index.js +1 -0
  27. package/dist-types/commandBuilder.d.ts +18 -0
  28. package/dist-types/commands/BatchGetSecretValueCommand.d.ts +3 -8
  29. package/dist-types/commands/CancelRotateSecretCommand.d.ts +3 -8
  30. package/dist-types/commands/CreateSecretCommand.d.ts +3 -8
  31. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
  32. package/dist-types/commands/DeleteSecretCommand.d.ts +3 -8
  33. package/dist-types/commands/DescribeSecretCommand.d.ts +3 -8
  34. package/dist-types/commands/GetRandomPasswordCommand.d.ts +3 -8
  35. package/dist-types/commands/GetResourcePolicyCommand.d.ts +3 -8
  36. package/dist-types/commands/GetSecretValueCommand.d.ts +3 -8
  37. package/dist-types/commands/ListSecretVersionIdsCommand.d.ts +3 -8
  38. package/dist-types/commands/ListSecretsCommand.d.ts +3 -8
  39. package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
  40. package/dist-types/commands/PutSecretValueCommand.d.ts +3 -8
  41. package/dist-types/commands/RemoveRegionsFromReplicationCommand.d.ts +3 -8
  42. package/dist-types/commands/ReplicateSecretToRegionsCommand.d.ts +3 -8
  43. package/dist-types/commands/RestoreSecretCommand.d.ts +3 -8
  44. package/dist-types/commands/RotateSecretCommand.d.ts +3 -8
  45. package/dist-types/commands/StopReplicationToReplicaCommand.d.ts +3 -8
  46. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  47. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  48. package/dist-types/commands/UpdateSecretCommand.d.ts +3 -8
  49. package/dist-types/commands/UpdateSecretVersionStageCommand.d.ts +3 -8
  50. package/dist-types/commands/ValidateResourcePolicyCommand.d.ts +3 -8
  51. package/dist-types/index.d.ts +1 -0
  52. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  53. package/dist-types/ts3.4/commands/BatchGetSecretValueCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/CancelRotateSecretCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/commands/CreateSecretCommand.d.ts +7 -16
  56. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
  57. package/dist-types/ts3.4/commands/DeleteSecretCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/DescribeSecretCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/GetRandomPasswordCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/GetSecretValueCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/ListSecretVersionIdsCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/ListSecretsCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/PutSecretValueCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/RemoveRegionsFromReplicationCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/ReplicateSecretToRegionsCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/RestoreSecretCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/RotateSecretCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/StopReplicationToReplicaCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/UpdateSecretCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/UpdateSecretVersionStageCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/ValidateResourcePolicyCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/index.d.ts +1 -0
  77. package/package.json +9 -9
@@ -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 { RestoreSecretRequest, RestoreSecretResponse } from "../models/models_0";
4
- import type { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient";
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 RestoreSecretCommandInput extends RestoreSecretRequest {
22
19
  export interface RestoreSecretCommandOutput extends RestoreSecretResponse, __MetadataBearer {
23
20
  }
24
21
  declare const RestoreSecretCommand_base: {
25
- new (input: RestoreSecretCommandInput): import("@smithy/core/client").CommandImpl<RestoreSecretCommandInput, RestoreSecretCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RestoreSecretCommandInput): import("@smithy/core/client").CommandImpl<RestoreSecretCommandInput, RestoreSecretCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RestoreSecretCommandInput): import("@smithy/core/client").CommandImpl<RestoreSecretCommandInput, RestoreSecretCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RestoreSecretCommandInput): import("@smithy/core/client").CommandImpl<RestoreSecretCommandInput, RestoreSecretCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Cancels the scheduled deletion of a secret by removing the <code>DeletedDate</code>
@@ -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 { RotateSecretRequest, RotateSecretResponse } from "../models/models_0";
4
- import type { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient";
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 RotateSecretCommandInput extends RotateSecretRequest {
22
19
  export interface RotateSecretCommandOutput extends RotateSecretResponse, __MetadataBearer {
23
20
  }
24
21
  declare const RotateSecretCommand_base: {
25
- new (input: RotateSecretCommandInput): import("@smithy/core/client").CommandImpl<RotateSecretCommandInput, RotateSecretCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RotateSecretCommandInput): import("@smithy/core/client").CommandImpl<RotateSecretCommandInput, RotateSecretCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RotateSecretCommandInput): import("@smithy/core/client").CommandImpl<RotateSecretCommandInput, RotateSecretCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RotateSecretCommandInput): import("@smithy/core/client").CommandImpl<RotateSecretCommandInput, RotateSecretCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Configures and starts the asynchronous process of rotating the secret. For information
@@ -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 { StopReplicationToReplicaRequest, StopReplicationToReplicaResponse } from "../models/models_0";
4
- import type { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient";
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 StopReplicationToReplicaCommandInput extends StopReplicationToR
22
19
  export interface StopReplicationToReplicaCommandOutput extends StopReplicationToReplicaResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StopReplicationToReplicaCommand_base: {
25
- new (input: StopReplicationToReplicaCommandInput): import("@smithy/core/client").CommandImpl<StopReplicationToReplicaCommandInput, StopReplicationToReplicaCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopReplicationToReplicaCommandInput): import("@smithy/core/client").CommandImpl<StopReplicationToReplicaCommandInput, StopReplicationToReplicaCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StopReplicationToReplicaCommandInput): import("@smithy/core/client").CommandImpl<StopReplicationToReplicaCommandInput, StopReplicationToReplicaCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StopReplicationToReplicaCommandInput): import("@smithy/core/client").CommandImpl<StopReplicationToReplicaCommandInput, StopReplicationToReplicaCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes the link between the replica secret and the primary secret and promotes the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { TagResourceRequest } from "../models/models_0";
4
- import type { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Attaches tags to a secret. Tags consist of a key name and a value. Tags are part of
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UntagResourceRequest } from "../models/models_0";
4
- import type { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes specific tags from a secret.</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 { UpdateSecretRequest, UpdateSecretResponse } from "../models/models_0";
4
- import type { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient";
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 UpdateSecretCommandInput extends UpdateSecretRequest {
22
19
  export interface UpdateSecretCommandOutput extends UpdateSecretResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateSecretCommand_base: {
25
- new (input: UpdateSecretCommandInput): import("@smithy/core/client").CommandImpl<UpdateSecretCommandInput, UpdateSecretCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateSecretCommandInput): import("@smithy/core/client").CommandImpl<UpdateSecretCommandInput, UpdateSecretCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateSecretCommandInput): import("@smithy/core/client").CommandImpl<UpdateSecretCommandInput, UpdateSecretCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateSecretCommandInput): import("@smithy/core/client").CommandImpl<UpdateSecretCommandInput, UpdateSecretCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies the details of a secret, including metadata and the secret value. To change
@@ -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 { UpdateSecretVersionStageRequest, UpdateSecretVersionStageResponse } from "../models/models_0";
4
- import type { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient";
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 UpdateSecretVersionStageCommandInput extends UpdateSecretVersio
22
19
  export interface UpdateSecretVersionStageCommandOutput extends UpdateSecretVersionStageResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateSecretVersionStageCommand_base: {
25
- new (input: UpdateSecretVersionStageCommandInput): import("@smithy/core/client").CommandImpl<UpdateSecretVersionStageCommandInput, UpdateSecretVersionStageCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateSecretVersionStageCommandInput): import("@smithy/core/client").CommandImpl<UpdateSecretVersionStageCommandInput, UpdateSecretVersionStageCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateSecretVersionStageCommandInput): import("@smithy/core/client").CommandImpl<UpdateSecretVersionStageCommandInput, UpdateSecretVersionStageCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateSecretVersionStageCommandInput): import("@smithy/core/client").CommandImpl<UpdateSecretVersionStageCommandInput, UpdateSecretVersionStageCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies the staging labels attached to a version of a secret. Secrets Manager uses staging
@@ -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 { ValidateResourcePolicyRequest, ValidateResourcePolicyResponse } from "../models/models_0";
4
- import type { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient";
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 ValidateResourcePolicyCommandInput extends ValidateResourcePoli
22
19
  export interface ValidateResourcePolicyCommandOutput extends ValidateResourcePolicyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ValidateResourcePolicyCommand_base: {
25
- new (input: ValidateResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<ValidateResourcePolicyCommandInput, ValidateResourcePolicyCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ValidateResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<ValidateResourcePolicyCommandInput, ValidateResourcePolicyCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ValidateResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<ValidateResourcePolicyCommandInput, ValidateResourcePolicyCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ValidateResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<ValidateResourcePolicyCommandInput, ValidateResourcePolicyCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Validates that a resource policy does not grant a wide range of principals access to
@@ -34,6 +34,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
34
34
  export type { RuntimeExtension } from "./runtimeExtensions";
35
35
  export type { SecretsManagerExtensionConfiguration } from "./extensionConfiguration";
36
36
  export * from "./commands";
37
+ export { Command as $Command } from "@smithy/core/client";
37
38
  export * from "./schemas/schemas_0";
38
39
  export * from "./pagination";
39
40
  export * from "./models/enums";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ SecretsManagerClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./SecretsManagerClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ SecretsManagerClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ SecretsManagerClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  BatchGetSecretValueRequest,
5
4
  BatchGetSecretValueResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- SecretsManagerClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../SecretsManagerClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface BatchGetSecretValueCommandInput
15
8
  extends BatchGetSecretValueRequest {}
16
9
  export interface BatchGetSecretValueCommandOutput
@@ -22,22 +15,20 @@ declare const BatchGetSecretValueCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  BatchGetSecretValueCommandInput,
24
17
  BatchGetSecretValueCommandOutput,
25
- SecretsManagerClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SecretsManagerClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [BatchGetSecretValueCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  BatchGetSecretValueCommandInput,
33
26
  BatchGetSecretValueCommandOutput,
34
- SecretsManagerClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SecretsManagerClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class BatchGetSecretValueCommand extends BatchGetSecretValueCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  CancelRotateSecretRequest,
5
4
  CancelRotateSecretResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- SecretsManagerClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../SecretsManagerClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CancelRotateSecretCommandInput
15
8
  extends CancelRotateSecretRequest {}
16
9
  export interface CancelRotateSecretCommandOutput
@@ -22,22 +15,20 @@ declare const CancelRotateSecretCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CancelRotateSecretCommandInput,
24
17
  CancelRotateSecretCommandOutput,
25
- SecretsManagerClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SecretsManagerClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CancelRotateSecretCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CancelRotateSecretCommandInput,
33
26
  CancelRotateSecretCommandOutput,
34
- SecretsManagerClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SecretsManagerClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CancelRotateSecretCommand extends CancelRotateSecretCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { CreateSecretRequest, CreateSecretResponse } from "../models/models_0";
4
- import {
5
- SecretsManagerClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../SecretsManagerClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CreateSecretCommandInput extends CreateSecretRequest {}
12
5
  export interface CreateSecretCommandOutput
13
6
  extends CreateSecretResponse,
@@ -18,22 +11,20 @@ declare const CreateSecretCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CreateSecretCommandInput,
20
13
  CreateSecretCommandOutput,
21
- SecretsManagerClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SecretsManagerClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CreateSecretCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CreateSecretCommandInput,
29
22
  CreateSecretCommandOutput,
30
- SecretsManagerClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").SecretsManagerClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class CreateSecretCommand extends CreateSecretCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DeleteResourcePolicyRequest,
5
4
  DeleteResourcePolicyResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- SecretsManagerClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../SecretsManagerClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteResourcePolicyCommandInput
15
8
  extends DeleteResourcePolicyRequest {}
16
9
  export interface DeleteResourcePolicyCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteResourcePolicyCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteResourcePolicyCommandInput,
24
17
  DeleteResourcePolicyCommandOutput,
25
- SecretsManagerClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SecretsManagerClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteResourcePolicyCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteResourcePolicyCommandInput,
33
26
  DeleteResourcePolicyCommandOutput,
34
- SecretsManagerClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SecretsManagerClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { DeleteSecretRequest, DeleteSecretResponse } from "../models/models_0";
4
- import {
5
- SecretsManagerClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../SecretsManagerClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteSecretCommandInput extends DeleteSecretRequest {}
12
5
  export interface DeleteSecretCommandOutput
13
6
  extends DeleteSecretResponse,
@@ -18,22 +11,20 @@ declare const DeleteSecretCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DeleteSecretCommandInput,
20
13
  DeleteSecretCommandOutput,
21
- SecretsManagerClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SecretsManagerClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DeleteSecretCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DeleteSecretCommandInput,
29
22
  DeleteSecretCommandOutput,
30
- SecretsManagerClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").SecretsManagerClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class DeleteSecretCommand extends DeleteSecretCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DescribeSecretRequest,
5
4
  DescribeSecretResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- SecretsManagerClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../SecretsManagerClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeSecretCommandInput extends DescribeSecretRequest {}
15
8
  export interface DescribeSecretCommandOutput
16
9
  extends DescribeSecretResponse,
@@ -21,22 +14,20 @@ declare const DescribeSecretCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DescribeSecretCommandInput,
23
16
  DescribeSecretCommandOutput,
24
- SecretsManagerClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").SecretsManagerClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DescribeSecretCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DescribeSecretCommandInput,
32
25
  DescribeSecretCommandOutput,
33
- SecretsManagerClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").SecretsManagerClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DescribeSecretCommand extends DescribeSecretCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  GetRandomPasswordRequest,
5
4
  GetRandomPasswordResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- SecretsManagerClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../SecretsManagerClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetRandomPasswordCommandInput
15
8
  extends GetRandomPasswordRequest {}
16
9
  export interface GetRandomPasswordCommandOutput
@@ -22,22 +15,20 @@ declare const GetRandomPasswordCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetRandomPasswordCommandInput,
24
17
  GetRandomPasswordCommandOutput,
25
- SecretsManagerClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SecretsManagerClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [GetRandomPasswordCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetRandomPasswordCommandInput,
33
26
  GetRandomPasswordCommandOutput,
34
- SecretsManagerClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SecretsManagerClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetRandomPasswordCommand extends GetRandomPasswordCommand_base {
43
34
  protected static __types: {