@aws-sdk/client-secrets-manager 3.480.0 → 3.484.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 (97) hide show
  1. package/dist-cjs/commands/BatchGetSecretValueCommand.js +18 -41
  2. package/dist-cjs/commands/CancelRotateSecretCommand.js +18 -41
  3. package/dist-cjs/commands/CreateSecretCommand.js +18 -41
  4. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteSecretCommand.js +18 -41
  6. package/dist-cjs/commands/DescribeSecretCommand.js +18 -41
  7. package/dist-cjs/commands/GetRandomPasswordCommand.js +18 -41
  8. package/dist-cjs/commands/GetResourcePolicyCommand.js +18 -41
  9. package/dist-cjs/commands/GetSecretValueCommand.js +18 -41
  10. package/dist-cjs/commands/ListSecretVersionIdsCommand.js +18 -41
  11. package/dist-cjs/commands/ListSecretsCommand.js +18 -41
  12. package/dist-cjs/commands/PutResourcePolicyCommand.js +18 -41
  13. package/dist-cjs/commands/PutSecretValueCommand.js +18 -41
  14. package/dist-cjs/commands/RemoveRegionsFromReplicationCommand.js +18 -41
  15. package/dist-cjs/commands/ReplicateSecretToRegionsCommand.js +18 -41
  16. package/dist-cjs/commands/RestoreSecretCommand.js +18 -41
  17. package/dist-cjs/commands/RotateSecretCommand.js +18 -41
  18. package/dist-cjs/commands/StopReplicationToReplicaCommand.js +18 -41
  19. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  20. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  21. package/dist-cjs/commands/UpdateSecretCommand.js +18 -41
  22. package/dist-cjs/commands/UpdateSecretVersionStageCommand.js +18 -41
  23. package/dist-cjs/commands/ValidateResourcePolicyCommand.js +18 -41
  24. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  25. package/dist-es/commands/BatchGetSecretValueCommand.js +18 -41
  26. package/dist-es/commands/CancelRotateSecretCommand.js +18 -41
  27. package/dist-es/commands/CreateSecretCommand.js +18 -41
  28. package/dist-es/commands/DeleteResourcePolicyCommand.js +18 -41
  29. package/dist-es/commands/DeleteSecretCommand.js +18 -41
  30. package/dist-es/commands/DescribeSecretCommand.js +18 -41
  31. package/dist-es/commands/GetRandomPasswordCommand.js +18 -41
  32. package/dist-es/commands/GetResourcePolicyCommand.js +18 -41
  33. package/dist-es/commands/GetSecretValueCommand.js +18 -41
  34. package/dist-es/commands/ListSecretVersionIdsCommand.js +18 -41
  35. package/dist-es/commands/ListSecretsCommand.js +18 -41
  36. package/dist-es/commands/PutResourcePolicyCommand.js +18 -41
  37. package/dist-es/commands/PutSecretValueCommand.js +18 -41
  38. package/dist-es/commands/RemoveRegionsFromReplicationCommand.js +18 -41
  39. package/dist-es/commands/ReplicateSecretToRegionsCommand.js +18 -41
  40. package/dist-es/commands/RestoreSecretCommand.js +18 -41
  41. package/dist-es/commands/RotateSecretCommand.js +18 -41
  42. package/dist-es/commands/StopReplicationToReplicaCommand.js +18 -41
  43. package/dist-es/commands/TagResourceCommand.js +18 -41
  44. package/dist-es/commands/UntagResourceCommand.js +18 -41
  45. package/dist-es/commands/UpdateSecretCommand.js +18 -41
  46. package/dist-es/commands/UpdateSecretVersionStageCommand.js +18 -41
  47. package/dist-es/commands/ValidateResourcePolicyCommand.js +18 -41
  48. package/dist-es/endpoint/EndpointParameters.js +6 -0
  49. package/dist-types/commands/BatchGetSecretValueCommand.d.ts +6 -21
  50. package/dist-types/commands/CancelRotateSecretCommand.d.ts +6 -21
  51. package/dist-types/commands/CreateSecretCommand.d.ts +6 -21
  52. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -21
  53. package/dist-types/commands/DeleteSecretCommand.d.ts +6 -21
  54. package/dist-types/commands/DescribeSecretCommand.d.ts +6 -21
  55. package/dist-types/commands/GetRandomPasswordCommand.d.ts +6 -21
  56. package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -21
  57. package/dist-types/commands/GetSecretValueCommand.d.ts +6 -21
  58. package/dist-types/commands/ListSecretVersionIdsCommand.d.ts +6 -21
  59. package/dist-types/commands/ListSecretsCommand.d.ts +6 -21
  60. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -21
  61. package/dist-types/commands/PutSecretValueCommand.d.ts +6 -21
  62. package/dist-types/commands/RemoveRegionsFromReplicationCommand.d.ts +6 -21
  63. package/dist-types/commands/ReplicateSecretToRegionsCommand.d.ts +6 -21
  64. package/dist-types/commands/RestoreSecretCommand.d.ts +6 -21
  65. package/dist-types/commands/RotateSecretCommand.d.ts +6 -21
  66. package/dist-types/commands/StopReplicationToReplicaCommand.d.ts +6 -21
  67. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  68. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  69. package/dist-types/commands/UpdateSecretCommand.d.ts +6 -21
  70. package/dist-types/commands/UpdateSecretVersionStageCommand.d.ts +6 -21
  71. package/dist-types/commands/ValidateResourcePolicyCommand.d.ts +6 -21
  72. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  73. package/dist-types/ts3.4/commands/BatchGetSecretValueCommand.d.ts +14 -23
  74. package/dist-types/ts3.4/commands/CancelRotateSecretCommand.d.ts +14 -23
  75. package/dist-types/ts3.4/commands/CreateSecretCommand.d.ts +14 -23
  76. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -24
  77. package/dist-types/ts3.4/commands/DeleteSecretCommand.d.ts +14 -23
  78. package/dist-types/ts3.4/commands/DescribeSecretCommand.d.ts +14 -23
  79. package/dist-types/ts3.4/commands/GetRandomPasswordCommand.d.ts +14 -23
  80. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +14 -23
  81. package/dist-types/ts3.4/commands/GetSecretValueCommand.d.ts +14 -23
  82. package/dist-types/ts3.4/commands/ListSecretVersionIdsCommand.d.ts +12 -24
  83. package/dist-types/ts3.4/commands/ListSecretsCommand.d.ts +14 -23
  84. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +14 -23
  85. package/dist-types/ts3.4/commands/PutSecretValueCommand.d.ts +14 -23
  86. package/dist-types/ts3.4/commands/RemoveRegionsFromReplicationCommand.d.ts +12 -24
  87. package/dist-types/ts3.4/commands/ReplicateSecretToRegionsCommand.d.ts +12 -24
  88. package/dist-types/ts3.4/commands/RestoreSecretCommand.d.ts +14 -23
  89. package/dist-types/ts3.4/commands/RotateSecretCommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/StopReplicationToReplicaCommand.d.ts +12 -24
  91. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/UpdateSecretCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/UpdateSecretVersionStageCommand.d.ts +12 -24
  95. package/dist-types/ts3.4/commands/ValidateResourcePolicyCommand.d.ts +12 -24
  96. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  97. package/package.json +11 -11
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { DeleteSecretRequest, DeleteSecretResponse } from "../models/models_0";
10
4
  import {
11
5
  SecretsManagerClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface DeleteSecretCommandInput extends DeleteSecretRequest {}
17
11
  export interface DeleteSecretCommandOutput
18
12
  extends DeleteSecretResponse,
19
13
  __MetadataBearer {}
20
- export declare class DeleteSecretCommand extends $Command<
21
- DeleteSecretCommandInput,
22
- DeleteSecretCommandOutput,
23
- SecretsManagerClientResolvedConfig
24
- > {
25
- readonly input: DeleteSecretCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteSecretCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SecretsManagerClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DeleteSecretCommandInput, DeleteSecretCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DeleteSecretCommand_base: {
15
+ new (
16
+ input: DeleteSecretCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DeleteSecretCommandInput,
19
+ DeleteSecretCommandOutput,
20
+ SecretsManagerClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteSecretCommand extends DeleteSecretCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DescribeSecretRequest,
11
5
  DescribeSecretResponse,
@@ -20,19 +14,16 @@ export interface DescribeSecretCommandInput extends DescribeSecretRequest {}
20
14
  export interface DescribeSecretCommandOutput
21
15
  extends DescribeSecretResponse,
22
16
  __MetadataBearer {}
23
- export declare class DescribeSecretCommand extends $Command<
24
- DescribeSecretCommandInput,
25
- DescribeSecretCommandOutput,
26
- SecretsManagerClientResolvedConfig
27
- > {
28
- readonly input: DescribeSecretCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DescribeSecretCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SecretsManagerClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DescribeSecretCommandInput, DescribeSecretCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DescribeSecretCommand_base: {
18
+ new (
19
+ input: DescribeSecretCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DescribeSecretCommandInput,
22
+ DescribeSecretCommandOutput,
23
+ SecretsManagerClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DescribeSecretCommand extends DescribeSecretCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetRandomPasswordRequest,
11
5
  GetRandomPasswordResponse,
@@ -21,19 +15,16 @@ export interface GetRandomPasswordCommandInput
21
15
  export interface GetRandomPasswordCommandOutput
22
16
  extends GetRandomPasswordResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetRandomPasswordCommand extends $Command<
25
- GetRandomPasswordCommandInput,
26
- GetRandomPasswordCommandOutput,
27
- SecretsManagerClientResolvedConfig
28
- > {
29
- readonly input: GetRandomPasswordCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetRandomPasswordCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SecretsManagerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetRandomPasswordCommandInput, GetRandomPasswordCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetRandomPasswordCommand_base: {
19
+ new (
20
+ input: GetRandomPasswordCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetRandomPasswordCommandInput,
23
+ GetRandomPasswordCommandOutput,
24
+ SecretsManagerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetRandomPasswordCommand extends GetRandomPasswordCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetResourcePolicyRequest,
11
5
  GetResourcePolicyResponse,
@@ -21,19 +15,16 @@ export interface GetResourcePolicyCommandInput
21
15
  export interface GetResourcePolicyCommandOutput
22
16
  extends GetResourcePolicyResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetResourcePolicyCommand extends $Command<
25
- GetResourcePolicyCommandInput,
26
- GetResourcePolicyCommandOutput,
27
- SecretsManagerClientResolvedConfig
28
- > {
29
- readonly input: GetResourcePolicyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetResourcePolicyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SecretsManagerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetResourcePolicyCommand_base: {
19
+ new (
20
+ input: GetResourcePolicyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetResourcePolicyCommandInput,
23
+ GetResourcePolicyCommandOutput,
24
+ SecretsManagerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetSecretValueRequest,
11
5
  GetSecretValueResponse,
@@ -20,19 +14,16 @@ export interface GetSecretValueCommandInput extends GetSecretValueRequest {}
20
14
  export interface GetSecretValueCommandOutput
21
15
  extends GetSecretValueResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetSecretValueCommand extends $Command<
24
- GetSecretValueCommandInput,
25
- GetSecretValueCommandOutput,
26
- SecretsManagerClientResolvedConfig
27
- > {
28
- readonly input: GetSecretValueCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetSecretValueCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SecretsManagerClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetSecretValueCommandInput, GetSecretValueCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetSecretValueCommand_base: {
18
+ new (
19
+ input: GetSecretValueCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetSecretValueCommandInput,
22
+ GetSecretValueCommandOutput,
23
+ SecretsManagerClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetSecretValueCommand extends GetSecretValueCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListSecretVersionIdsRequest,
11
5
  ListSecretVersionIdsResponse,
@@ -21,22 +15,16 @@ export interface ListSecretVersionIdsCommandInput
21
15
  export interface ListSecretVersionIdsCommandOutput
22
16
  extends ListSecretVersionIdsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListSecretVersionIdsCommand extends $Command<
25
- ListSecretVersionIdsCommandInput,
26
- ListSecretVersionIdsCommandOutput,
27
- SecretsManagerClientResolvedConfig
28
- > {
29
- readonly input: ListSecretVersionIdsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListSecretVersionIdsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SecretsManagerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListSecretVersionIdsCommand_base: {
19
+ new (
20
+ input: ListSecretVersionIdsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListSecretVersionIdsCommandInput,
38
- ListSecretVersionIdsCommandOutput
23
+ ListSecretVersionIdsCommandOutput,
24
+ SecretsManagerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListSecretVersionIdsCommand extends ListSecretVersionIdsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { ListSecretsRequest, ListSecretsResponse } from "../models/models_0";
10
4
  import {
11
5
  SecretsManagerClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface ListSecretsCommandInput extends ListSecretsRequest {}
17
11
  export interface ListSecretsCommandOutput
18
12
  extends ListSecretsResponse,
19
13
  __MetadataBearer {}
20
- export declare class ListSecretsCommand extends $Command<
21
- ListSecretsCommandInput,
22
- ListSecretsCommandOutput,
23
- SecretsManagerClientResolvedConfig
24
- > {
25
- readonly input: ListSecretsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListSecretsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SecretsManagerClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListSecretsCommandInput, ListSecretsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListSecretsCommand_base: {
15
+ new (
16
+ input: ListSecretsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListSecretsCommandInput,
19
+ ListSecretsCommandOutput,
20
+ SecretsManagerClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListSecretsCommand extends ListSecretsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  PutResourcePolicyRequest,
11
5
  PutResourcePolicyResponse,
@@ -21,19 +15,16 @@ export interface PutResourcePolicyCommandInput
21
15
  export interface PutResourcePolicyCommandOutput
22
16
  extends PutResourcePolicyResponse,
23
17
  __MetadataBearer {}
24
- export declare class PutResourcePolicyCommand extends $Command<
25
- PutResourcePolicyCommandInput,
26
- PutResourcePolicyCommandOutput,
27
- SecretsManagerClientResolvedConfig
28
- > {
29
- readonly input: PutResourcePolicyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: PutResourcePolicyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SecretsManagerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const PutResourcePolicyCommand_base: {
19
+ new (
20
+ input: PutResourcePolicyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ PutResourcePolicyCommandInput,
23
+ PutResourcePolicyCommandOutput,
24
+ SecretsManagerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  PutSecretValueRequest,
11
5
  PutSecretValueResponse,
@@ -20,19 +14,16 @@ export interface PutSecretValueCommandInput extends PutSecretValueRequest {}
20
14
  export interface PutSecretValueCommandOutput
21
15
  extends PutSecretValueResponse,
22
16
  __MetadataBearer {}
23
- export declare class PutSecretValueCommand extends $Command<
24
- PutSecretValueCommandInput,
25
- PutSecretValueCommandOutput,
26
- SecretsManagerClientResolvedConfig
27
- > {
28
- readonly input: PutSecretValueCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: PutSecretValueCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SecretsManagerClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<PutSecretValueCommandInput, PutSecretValueCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const PutSecretValueCommand_base: {
18
+ new (
19
+ input: PutSecretValueCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ PutSecretValueCommandInput,
22
+ PutSecretValueCommandOutput,
23
+ SecretsManagerClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class PutSecretValueCommand extends PutSecretValueCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  RemoveRegionsFromReplicationRequest,
11
5
  RemoveRegionsFromReplicationResponse,
@@ -21,22 +15,16 @@ export interface RemoveRegionsFromReplicationCommandInput
21
15
  export interface RemoveRegionsFromReplicationCommandOutput
22
16
  extends RemoveRegionsFromReplicationResponse,
23
17
  __MetadataBearer {}
24
- export declare class RemoveRegionsFromReplicationCommand extends $Command<
25
- RemoveRegionsFromReplicationCommandInput,
26
- RemoveRegionsFromReplicationCommandOutput,
27
- SecretsManagerClientResolvedConfig
28
- > {
29
- readonly input: RemoveRegionsFromReplicationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: RemoveRegionsFromReplicationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SecretsManagerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const RemoveRegionsFromReplicationCommand_base: {
19
+ new (
20
+ input: RemoveRegionsFromReplicationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  RemoveRegionsFromReplicationCommandInput,
38
- RemoveRegionsFromReplicationCommandOutput
23
+ RemoveRegionsFromReplicationCommandOutput,
24
+ SecretsManagerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class RemoveRegionsFromReplicationCommand extends RemoveRegionsFromReplicationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ReplicateSecretToRegionsRequest,
11
5
  ReplicateSecretToRegionsResponse,
@@ -21,22 +15,16 @@ export interface ReplicateSecretToRegionsCommandInput
21
15
  export interface ReplicateSecretToRegionsCommandOutput
22
16
  extends ReplicateSecretToRegionsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ReplicateSecretToRegionsCommand extends $Command<
25
- ReplicateSecretToRegionsCommandInput,
26
- ReplicateSecretToRegionsCommandOutput,
27
- SecretsManagerClientResolvedConfig
28
- > {
29
- readonly input: ReplicateSecretToRegionsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ReplicateSecretToRegionsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SecretsManagerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ReplicateSecretToRegionsCommand_base: {
19
+ new (
20
+ input: ReplicateSecretToRegionsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ReplicateSecretToRegionsCommandInput,
38
- ReplicateSecretToRegionsCommandOutput
23
+ ReplicateSecretToRegionsCommandOutput,
24
+ SecretsManagerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ReplicateSecretToRegionsCommand extends ReplicateSecretToRegionsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  RestoreSecretRequest,
11
5
  RestoreSecretResponse,
@@ -20,19 +14,16 @@ export interface RestoreSecretCommandInput extends RestoreSecretRequest {}
20
14
  export interface RestoreSecretCommandOutput
21
15
  extends RestoreSecretResponse,
22
16
  __MetadataBearer {}
23
- export declare class RestoreSecretCommand extends $Command<
24
- RestoreSecretCommandInput,
25
- RestoreSecretCommandOutput,
26
- SecretsManagerClientResolvedConfig
27
- > {
28
- readonly input: RestoreSecretCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: RestoreSecretCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SecretsManagerClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<RestoreSecretCommandInput, RestoreSecretCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const RestoreSecretCommand_base: {
18
+ new (
19
+ input: RestoreSecretCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ RestoreSecretCommandInput,
22
+ RestoreSecretCommandOutput,
23
+ SecretsManagerClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class RestoreSecretCommand extends RestoreSecretCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { RotateSecretRequest, RotateSecretResponse } from "../models/models_0";
10
4
  import {
11
5
  SecretsManagerClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface RotateSecretCommandInput extends RotateSecretRequest {}
17
11
  export interface RotateSecretCommandOutput
18
12
  extends RotateSecretResponse,
19
13
  __MetadataBearer {}
20
- export declare class RotateSecretCommand extends $Command<
21
- RotateSecretCommandInput,
22
- RotateSecretCommandOutput,
23
- SecretsManagerClientResolvedConfig
24
- > {
25
- readonly input: RotateSecretCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: RotateSecretCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SecretsManagerClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<RotateSecretCommandInput, RotateSecretCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const RotateSecretCommand_base: {
15
+ new (
16
+ input: RotateSecretCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ RotateSecretCommandInput,
19
+ RotateSecretCommandOutput,
20
+ SecretsManagerClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class RotateSecretCommand extends RotateSecretCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  StopReplicationToReplicaRequest,
11
5
  StopReplicationToReplicaResponse,
@@ -21,22 +15,16 @@ export interface StopReplicationToReplicaCommandInput
21
15
  export interface StopReplicationToReplicaCommandOutput
22
16
  extends StopReplicationToReplicaResponse,
23
17
  __MetadataBearer {}
24
- export declare class StopReplicationToReplicaCommand extends $Command<
25
- StopReplicationToReplicaCommandInput,
26
- StopReplicationToReplicaCommandOutput,
27
- SecretsManagerClientResolvedConfig
28
- > {
29
- readonly input: StopReplicationToReplicaCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: StopReplicationToReplicaCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SecretsManagerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const StopReplicationToReplicaCommand_base: {
19
+ new (
20
+ input: StopReplicationToReplicaCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  StopReplicationToReplicaCommandInput,
38
- StopReplicationToReplicaCommandOutput
23
+ StopReplicationToReplicaCommandOutput,
24
+ SecretsManagerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class StopReplicationToReplicaCommand extends StopReplicationToReplicaCommand_base {}