@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,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RotateSecret$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RotateSecretCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("secretsmanager", "RotateSecret", {})
13
- .n("SecretsManagerClient", "RotateSecretCommand")
14
- .sc(RotateSecret$)
15
- .build() {
3
+ export class RotateSecretCommand extends command(_ep0, _mw0, "RotateSecret", RotateSecret$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StopReplicationToReplica$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StopReplicationToReplicaCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("secretsmanager", "StopReplicationToReplica", {})
13
- .n("SecretsManagerClient", "StopReplicationToReplicaCommand")
14
- .sc(StopReplicationToReplica$)
15
- .build() {
3
+ export class StopReplicationToReplicaCommand extends command(_ep0, _mw0, "StopReplicationToReplica", StopReplicationToReplica$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("secretsmanager", "TagResource", {})
13
- .n("SecretsManagerClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("secretsmanager", "UntagResource", {})
13
- .n("SecretsManagerClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateSecret$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateSecretCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("secretsmanager", "UpdateSecret", {})
13
- .n("SecretsManagerClient", "UpdateSecretCommand")
14
- .sc(UpdateSecret$)
15
- .build() {
3
+ export class UpdateSecretCommand extends command(_ep0, _mw0, "UpdateSecret", UpdateSecret$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateSecretVersionStage$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateSecretVersionStageCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("secretsmanager", "UpdateSecretVersionStage", {})
13
- .n("SecretsManagerClient", "UpdateSecretVersionStageCommand")
14
- .sc(UpdateSecretVersionStage$)
15
- .build() {
3
+ export class UpdateSecretVersionStageCommand extends command(_ep0, _mw0, "UpdateSecretVersionStage", UpdateSecretVersionStage$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ValidateResourcePolicy$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ValidateResourcePolicyCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("secretsmanager", "ValidateResourcePolicy", {})
13
- .n("SecretsManagerClient", "ValidateResourcePolicyCommand")
14
- .sc(ValidateResourcePolicy$)
15
- .build() {
3
+ export class ValidateResourcePolicyCommand extends command(_ep0, _mw0, "ValidateResourcePolicy", ValidateResourcePolicy$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./SecretsManagerClient";
2
2
  export * from "./SecretsManager";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./SecretsManagerClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { BatchGetSecretValueRequest, BatchGetSecretValueResponse } 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 BatchGetSecretValueCommandInput extends BatchGetSecretValueRequ
22
19
  export interface BatchGetSecretValueCommandOutput extends BatchGetSecretValueResponse, __MetadataBearer {
23
20
  }
24
21
  declare const BatchGetSecretValueCommand_base: {
25
- new (input: BatchGetSecretValueCommandInput): import("@smithy/core/client").CommandImpl<BatchGetSecretValueCommandInput, BatchGetSecretValueCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [BatchGetSecretValueCommandInput]): import("@smithy/core/client").CommandImpl<BatchGetSecretValueCommandInput, BatchGetSecretValueCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: BatchGetSecretValueCommandInput): import("@smithy/core/client").CommandImpl<BatchGetSecretValueCommandInput, BatchGetSecretValueCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [BatchGetSecretValueCommandInput]): import("@smithy/core/client").CommandImpl<BatchGetSecretValueCommandInput, BatchGetSecretValueCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the contents of the encrypted fields <code>SecretString</code> or
@@ -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 { CancelRotateSecretRequest, CancelRotateSecretResponse } 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 CancelRotateSecretCommandInput extends CancelRotateSecretReques
22
19
  export interface CancelRotateSecretCommandOutput extends CancelRotateSecretResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CancelRotateSecretCommand_base: {
25
- new (input: CancelRotateSecretCommandInput): import("@smithy/core/client").CommandImpl<CancelRotateSecretCommandInput, CancelRotateSecretCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CancelRotateSecretCommandInput): import("@smithy/core/client").CommandImpl<CancelRotateSecretCommandInput, CancelRotateSecretCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CancelRotateSecretCommandInput): import("@smithy/core/client").CommandImpl<CancelRotateSecretCommandInput, CancelRotateSecretCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CancelRotateSecretCommandInput): import("@smithy/core/client").CommandImpl<CancelRotateSecretCommandInput, CancelRotateSecretCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Turns off automatic rotation, and if a rotation is currently in progress, cancels 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 { CreateSecretRequest, CreateSecretResponse } 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 CreateSecretCommandInput extends CreateSecretRequest {
22
19
  export interface CreateSecretCommandOutput extends CreateSecretResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateSecretCommand_base: {
25
- new (input: CreateSecretCommandInput): import("@smithy/core/client").CommandImpl<CreateSecretCommandInput, CreateSecretCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateSecretCommandInput): import("@smithy/core/client").CommandImpl<CreateSecretCommandInput, CreateSecretCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateSecretCommandInput): import("@smithy/core/client").CommandImpl<CreateSecretCommandInput, CreateSecretCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateSecretCommandInput): import("@smithy/core/client").CommandImpl<CreateSecretCommandInput, CreateSecretCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new secret. A <i>secret</i> can be a password, a set 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 { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } 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 DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRe
22
19
  export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteResourcePolicyCommand_base: {
25
- new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the resource-based permission policy attached to the secret. To attach a
@@ -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 { DeleteSecretRequest, DeleteSecretResponse } 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 DeleteSecretCommandInput extends DeleteSecretRequest {
22
19
  export interface DeleteSecretCommandOutput extends DeleteSecretResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteSecretCommand_base: {
25
- new (input: DeleteSecretCommandInput): import("@smithy/core/client").CommandImpl<DeleteSecretCommandInput, DeleteSecretCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteSecretCommandInput): import("@smithy/core/client").CommandImpl<DeleteSecretCommandInput, DeleteSecretCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteSecretCommandInput): import("@smithy/core/client").CommandImpl<DeleteSecretCommandInput, DeleteSecretCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteSecretCommandInput): import("@smithy/core/client").CommandImpl<DeleteSecretCommandInput, DeleteSecretCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a secret and all of its versions. You can specify a recovery window during
@@ -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 { DescribeSecretRequest, DescribeSecretResponse } 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 DescribeSecretCommandInput extends DescribeSecretRequest {
22
19
  export interface DescribeSecretCommandOutput extends DescribeSecretResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeSecretCommand_base: {
25
- new (input: DescribeSecretCommandInput): import("@smithy/core/client").CommandImpl<DescribeSecretCommandInput, DescribeSecretCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeSecretCommandInput): import("@smithy/core/client").CommandImpl<DescribeSecretCommandInput, DescribeSecretCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeSecretCommandInput): import("@smithy/core/client").CommandImpl<DescribeSecretCommandInput, DescribeSecretCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeSecretCommandInput): import("@smithy/core/client").CommandImpl<DescribeSecretCommandInput, DescribeSecretCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the details of a secret. It does not include the encrypted secret value.
@@ -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 { GetRandomPasswordRequest, GetRandomPasswordResponse } 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 GetRandomPasswordCommandInput extends GetRandomPasswordRequest
22
19
  export interface GetRandomPasswordCommandOutput extends GetRandomPasswordResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetRandomPasswordCommand_base: {
25
- new (input: GetRandomPasswordCommandInput): import("@smithy/core/client").CommandImpl<GetRandomPasswordCommandInput, GetRandomPasswordCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetRandomPasswordCommandInput]): import("@smithy/core/client").CommandImpl<GetRandomPasswordCommandInput, GetRandomPasswordCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetRandomPasswordCommandInput): import("@smithy/core/client").CommandImpl<GetRandomPasswordCommandInput, GetRandomPasswordCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetRandomPasswordCommandInput]): import("@smithy/core/client").CommandImpl<GetRandomPasswordCommandInput, GetRandomPasswordCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Generates a random password. We recommend that you specify the maximum length and
@@ -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 { GetResourcePolicyRequest, GetResourcePolicyResponse } 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 GetResourcePolicyCommandInput extends GetResourcePolicyRequest
22
19
  export interface GetResourcePolicyCommandOutput extends GetResourcePolicyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetResourcePolicyCommand_base: {
25
- new (input: GetResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the JSON text of the resource-based policy document attached to the secret.
@@ -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 { GetSecretValueRequest, GetSecretValueResponse } 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 GetSecretValueCommandInput extends GetSecretValueRequest {
22
19
  export interface GetSecretValueCommandOutput extends GetSecretValueResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetSecretValueCommand_base: {
25
- new (input: GetSecretValueCommandInput): import("@smithy/core/client").CommandImpl<GetSecretValueCommandInput, GetSecretValueCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSecretValueCommandInput): import("@smithy/core/client").CommandImpl<GetSecretValueCommandInput, GetSecretValueCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetSecretValueCommandInput): import("@smithy/core/client").CommandImpl<GetSecretValueCommandInput, GetSecretValueCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetSecretValueCommandInput): import("@smithy/core/client").CommandImpl<GetSecretValueCommandInput, GetSecretValueCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the contents of the encrypted fields <code>SecretString</code> or
@@ -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 { ListSecretVersionIdsRequest, ListSecretVersionIdsResponse } 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 ListSecretVersionIdsCommandInput extends ListSecretVersionIdsRe
22
19
  export interface ListSecretVersionIdsCommandOutput extends ListSecretVersionIdsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListSecretVersionIdsCommand_base: {
25
- new (input: ListSecretVersionIdsCommandInput): import("@smithy/core/client").CommandImpl<ListSecretVersionIdsCommandInput, ListSecretVersionIdsCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListSecretVersionIdsCommandInput): import("@smithy/core/client").CommandImpl<ListSecretVersionIdsCommandInput, ListSecretVersionIdsCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListSecretVersionIdsCommandInput): import("@smithy/core/client").CommandImpl<ListSecretVersionIdsCommandInput, ListSecretVersionIdsCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListSecretVersionIdsCommandInput): import("@smithy/core/client").CommandImpl<ListSecretVersionIdsCommandInput, ListSecretVersionIdsCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the versions of a secret. Secrets Manager uses staging labels to indicate the different
@@ -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 { ListSecretsRequest, ListSecretsResponse } 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 ListSecretsCommandInput extends ListSecretsRequest {
22
19
  export interface ListSecretsCommandOutput extends ListSecretsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListSecretsCommand_base: {
25
- new (input: ListSecretsCommandInput): import("@smithy/core/client").CommandImpl<ListSecretsCommandInput, ListSecretsCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListSecretsCommandInput]): import("@smithy/core/client").CommandImpl<ListSecretsCommandInput, ListSecretsCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListSecretsCommandInput): import("@smithy/core/client").CommandImpl<ListSecretsCommandInput, ListSecretsCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListSecretsCommandInput]): import("@smithy/core/client").CommandImpl<ListSecretsCommandInput, ListSecretsCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the secrets that are stored by Secrets Manager in the Amazon Web Services account, not including secrets
@@ -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 { PutResourcePolicyRequest, PutResourcePolicyResponse } 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 PutResourcePolicyCommandInput extends PutResourcePolicyRequest
22
19
  export interface PutResourcePolicyCommandOutput extends PutResourcePolicyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutResourcePolicyCommand_base: {
25
- new (input: PutResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Attaches a resource-based permission policy to a secret. A resource-based policy is
@@ -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 { PutSecretValueRequest, PutSecretValueResponse } 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 PutSecretValueCommandInput extends PutSecretValueRequest {
22
19
  export interface PutSecretValueCommandOutput extends PutSecretValueResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutSecretValueCommand_base: {
25
- new (input: PutSecretValueCommandInput): import("@smithy/core/client").CommandImpl<PutSecretValueCommandInput, PutSecretValueCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutSecretValueCommandInput): import("@smithy/core/client").CommandImpl<PutSecretValueCommandInput, PutSecretValueCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutSecretValueCommandInput): import("@smithy/core/client").CommandImpl<PutSecretValueCommandInput, PutSecretValueCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutSecretValueCommandInput): import("@smithy/core/client").CommandImpl<PutSecretValueCommandInput, PutSecretValueCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new version of your secret by creating a new encrypted value and attaching
@@ -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 { RemoveRegionsFromReplicationRequest, RemoveRegionsFromReplicationResponse } 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 RemoveRegionsFromReplicationCommandInput extends RemoveRegionsF
22
19
  export interface RemoveRegionsFromReplicationCommandOutput extends RemoveRegionsFromReplicationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const RemoveRegionsFromReplicationCommand_base: {
25
- new (input: RemoveRegionsFromReplicationCommandInput): import("@smithy/core/client").CommandImpl<RemoveRegionsFromReplicationCommandInput, RemoveRegionsFromReplicationCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RemoveRegionsFromReplicationCommandInput): import("@smithy/core/client").CommandImpl<RemoveRegionsFromReplicationCommandInput, RemoveRegionsFromReplicationCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RemoveRegionsFromReplicationCommandInput): import("@smithy/core/client").CommandImpl<RemoveRegionsFromReplicationCommandInput, RemoveRegionsFromReplicationCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RemoveRegionsFromReplicationCommandInput): import("@smithy/core/client").CommandImpl<RemoveRegionsFromReplicationCommandInput, RemoveRegionsFromReplicationCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>For a secret that is replicated to other Regions, deletes the secret replicas from 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 { ReplicateSecretToRegionsRequest, ReplicateSecretToRegionsResponse } 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 ReplicateSecretToRegionsCommandInput extends ReplicateSecretToR
22
19
  export interface ReplicateSecretToRegionsCommandOutput extends ReplicateSecretToRegionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ReplicateSecretToRegionsCommand_base: {
25
- new (input: ReplicateSecretToRegionsCommandInput): import("@smithy/core/client").CommandImpl<ReplicateSecretToRegionsCommandInput, ReplicateSecretToRegionsCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ReplicateSecretToRegionsCommandInput): import("@smithy/core/client").CommandImpl<ReplicateSecretToRegionsCommandInput, ReplicateSecretToRegionsCommandOutput, SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ReplicateSecretToRegionsCommandInput): import("@smithy/core/client").CommandImpl<ReplicateSecretToRegionsCommandInput, ReplicateSecretToRegionsCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ReplicateSecretToRegionsCommandInput): import("@smithy/core/client").CommandImpl<ReplicateSecretToRegionsCommandInput, ReplicateSecretToRegionsCommandOutput, import("..").SecretsManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Replicates the secret to a new Regions. See <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/create-manage-multi-region-secrets.html">Multi-Region secrets</a>.</p>