@aws-sdk/client-secrets-manager 3.927.0 → 3.928.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.
- package/dist-cjs/index.js +808 -1068
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/SecretsManagerClient.js +2 -0
- package/dist-es/commands/BatchGetSecretValueCommand.js +3 -10
- package/dist-es/commands/CancelRotateSecretCommand.js +3 -9
- package/dist-es/commands/CreateSecretCommand.js +3 -10
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/dist-es/commands/DeleteSecretCommand.js +3 -9
- package/dist-es/commands/DescribeSecretCommand.js +3 -9
- package/dist-es/commands/GetRandomPasswordCommand.js +3 -10
- package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
- package/dist-es/commands/GetSecretValueCommand.js +3 -10
- package/dist-es/commands/ListSecretVersionIdsCommand.js +3 -9
- package/dist-es/commands/ListSecretsCommand.js +3 -9
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/dist-es/commands/PutSecretValueCommand.js +3 -10
- package/dist-es/commands/RemoveRegionsFromReplicationCommand.js +3 -9
- package/dist-es/commands/ReplicateSecretToRegionsCommand.js +3 -9
- package/dist-es/commands/RestoreSecretCommand.js +3 -9
- package/dist-es/commands/RotateSecretCommand.js +3 -9
- package/dist-es/commands/StopReplicationToReplicaCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateSecretCommand.js +3 -10
- package/dist-es/commands/UpdateSecretVersionStageCommand.js +3 -9
- package/dist-es/commands/ValidateResourcePolicyCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -35
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +731 -0
- package/dist-types/SecretsManagerClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -28
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +112 -0
- package/dist-types/ts3.4/SecretsManagerClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -21
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +119 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_1.js +0 -834
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -209
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -281
|
@@ -1,209 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { BatchGetSecretValueCommandInput, BatchGetSecretValueCommandOutput } from "../commands/BatchGetSecretValueCommand";
|
|
4
|
-
import { CancelRotateSecretCommandInput, CancelRotateSecretCommandOutput } from "../commands/CancelRotateSecretCommand";
|
|
5
|
-
import { CreateSecretCommandInput, CreateSecretCommandOutput } from "../commands/CreateSecretCommand";
|
|
6
|
-
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
|
|
7
|
-
import { DeleteSecretCommandInput, DeleteSecretCommandOutput } from "../commands/DeleteSecretCommand";
|
|
8
|
-
import { DescribeSecretCommandInput, DescribeSecretCommandOutput } from "../commands/DescribeSecretCommand";
|
|
9
|
-
import { GetRandomPasswordCommandInput, GetRandomPasswordCommandOutput } from "../commands/GetRandomPasswordCommand";
|
|
10
|
-
import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "../commands/GetResourcePolicyCommand";
|
|
11
|
-
import { GetSecretValueCommandInput, GetSecretValueCommandOutput } from "../commands/GetSecretValueCommand";
|
|
12
|
-
import { ListSecretsCommandInput, ListSecretsCommandOutput } from "../commands/ListSecretsCommand";
|
|
13
|
-
import { ListSecretVersionIdsCommandInput, ListSecretVersionIdsCommandOutput } from "../commands/ListSecretVersionIdsCommand";
|
|
14
|
-
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
|
|
15
|
-
import { PutSecretValueCommandInput, PutSecretValueCommandOutput } from "../commands/PutSecretValueCommand";
|
|
16
|
-
import { RemoveRegionsFromReplicationCommandInput, RemoveRegionsFromReplicationCommandOutput } from "../commands/RemoveRegionsFromReplicationCommand";
|
|
17
|
-
import { ReplicateSecretToRegionsCommandInput, ReplicateSecretToRegionsCommandOutput } from "../commands/ReplicateSecretToRegionsCommand";
|
|
18
|
-
import { RestoreSecretCommandInput, RestoreSecretCommandOutput } from "../commands/RestoreSecretCommand";
|
|
19
|
-
import { RotateSecretCommandInput, RotateSecretCommandOutput } from "../commands/RotateSecretCommand";
|
|
20
|
-
import { StopReplicationToReplicaCommandInput, StopReplicationToReplicaCommandOutput } from "../commands/StopReplicationToReplicaCommand";
|
|
21
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
22
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
23
|
-
import { UpdateSecretCommandInput, UpdateSecretCommandOutput } from "../commands/UpdateSecretCommand";
|
|
24
|
-
import { UpdateSecretVersionStageCommandInput, UpdateSecretVersionStageCommandOutput } from "../commands/UpdateSecretVersionStageCommand";
|
|
25
|
-
import { ValidateResourcePolicyCommandInput, ValidateResourcePolicyCommandOutput } from "../commands/ValidateResourcePolicyCommand";
|
|
26
|
-
/**
|
|
27
|
-
* serializeAws_json1_1BatchGetSecretValueCommand
|
|
28
|
-
*/
|
|
29
|
-
export declare const se_BatchGetSecretValueCommand: (input: BatchGetSecretValueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
30
|
-
/**
|
|
31
|
-
* serializeAws_json1_1CancelRotateSecretCommand
|
|
32
|
-
*/
|
|
33
|
-
export declare const se_CancelRotateSecretCommand: (input: CancelRotateSecretCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
|
-
/**
|
|
35
|
-
* serializeAws_json1_1CreateSecretCommand
|
|
36
|
-
*/
|
|
37
|
-
export declare const se_CreateSecretCommand: (input: CreateSecretCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
|
-
/**
|
|
39
|
-
* serializeAws_json1_1DeleteResourcePolicyCommand
|
|
40
|
-
*/
|
|
41
|
-
export declare const se_DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
-
/**
|
|
43
|
-
* serializeAws_json1_1DeleteSecretCommand
|
|
44
|
-
*/
|
|
45
|
-
export declare const se_DeleteSecretCommand: (input: DeleteSecretCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
-
/**
|
|
47
|
-
* serializeAws_json1_1DescribeSecretCommand
|
|
48
|
-
*/
|
|
49
|
-
export declare const se_DescribeSecretCommand: (input: DescribeSecretCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
-
/**
|
|
51
|
-
* serializeAws_json1_1GetRandomPasswordCommand
|
|
52
|
-
*/
|
|
53
|
-
export declare const se_GetRandomPasswordCommand: (input: GetRandomPasswordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
-
/**
|
|
55
|
-
* serializeAws_json1_1GetResourcePolicyCommand
|
|
56
|
-
*/
|
|
57
|
-
export declare const se_GetResourcePolicyCommand: (input: GetResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
-
/**
|
|
59
|
-
* serializeAws_json1_1GetSecretValueCommand
|
|
60
|
-
*/
|
|
61
|
-
export declare const se_GetSecretValueCommand: (input: GetSecretValueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
-
/**
|
|
63
|
-
* serializeAws_json1_1ListSecretsCommand
|
|
64
|
-
*/
|
|
65
|
-
export declare const se_ListSecretsCommand: (input: ListSecretsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
-
/**
|
|
67
|
-
* serializeAws_json1_1ListSecretVersionIdsCommand
|
|
68
|
-
*/
|
|
69
|
-
export declare const se_ListSecretVersionIdsCommand: (input: ListSecretVersionIdsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
-
/**
|
|
71
|
-
* serializeAws_json1_1PutResourcePolicyCommand
|
|
72
|
-
*/
|
|
73
|
-
export declare const se_PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
-
/**
|
|
75
|
-
* serializeAws_json1_1PutSecretValueCommand
|
|
76
|
-
*/
|
|
77
|
-
export declare const se_PutSecretValueCommand: (input: PutSecretValueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
-
/**
|
|
79
|
-
* serializeAws_json1_1RemoveRegionsFromReplicationCommand
|
|
80
|
-
*/
|
|
81
|
-
export declare const se_RemoveRegionsFromReplicationCommand: (input: RemoveRegionsFromReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
-
/**
|
|
83
|
-
* serializeAws_json1_1ReplicateSecretToRegionsCommand
|
|
84
|
-
*/
|
|
85
|
-
export declare const se_ReplicateSecretToRegionsCommand: (input: ReplicateSecretToRegionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
-
/**
|
|
87
|
-
* serializeAws_json1_1RestoreSecretCommand
|
|
88
|
-
*/
|
|
89
|
-
export declare const se_RestoreSecretCommand: (input: RestoreSecretCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
-
/**
|
|
91
|
-
* serializeAws_json1_1RotateSecretCommand
|
|
92
|
-
*/
|
|
93
|
-
export declare const se_RotateSecretCommand: (input: RotateSecretCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
-
/**
|
|
95
|
-
* serializeAws_json1_1StopReplicationToReplicaCommand
|
|
96
|
-
*/
|
|
97
|
-
export declare const se_StopReplicationToReplicaCommand: (input: StopReplicationToReplicaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
-
/**
|
|
99
|
-
* serializeAws_json1_1TagResourceCommand
|
|
100
|
-
*/
|
|
101
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
-
/**
|
|
103
|
-
* serializeAws_json1_1UntagResourceCommand
|
|
104
|
-
*/
|
|
105
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
-
/**
|
|
107
|
-
* serializeAws_json1_1UpdateSecretCommand
|
|
108
|
-
*/
|
|
109
|
-
export declare const se_UpdateSecretCommand: (input: UpdateSecretCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
-
/**
|
|
111
|
-
* serializeAws_json1_1UpdateSecretVersionStageCommand
|
|
112
|
-
*/
|
|
113
|
-
export declare const se_UpdateSecretVersionStageCommand: (input: UpdateSecretVersionStageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
-
/**
|
|
115
|
-
* serializeAws_json1_1ValidateResourcePolicyCommand
|
|
116
|
-
*/
|
|
117
|
-
export declare const se_ValidateResourcePolicyCommand: (input: ValidateResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
-
/**
|
|
119
|
-
* deserializeAws_json1_1BatchGetSecretValueCommand
|
|
120
|
-
*/
|
|
121
|
-
export declare const de_BatchGetSecretValueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetSecretValueCommandOutput>;
|
|
122
|
-
/**
|
|
123
|
-
* deserializeAws_json1_1CancelRotateSecretCommand
|
|
124
|
-
*/
|
|
125
|
-
export declare const de_CancelRotateSecretCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelRotateSecretCommandOutput>;
|
|
126
|
-
/**
|
|
127
|
-
* deserializeAws_json1_1CreateSecretCommand
|
|
128
|
-
*/
|
|
129
|
-
export declare const de_CreateSecretCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSecretCommandOutput>;
|
|
130
|
-
/**
|
|
131
|
-
* deserializeAws_json1_1DeleteResourcePolicyCommand
|
|
132
|
-
*/
|
|
133
|
-
export declare const de_DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
|
|
134
|
-
/**
|
|
135
|
-
* deserializeAws_json1_1DeleteSecretCommand
|
|
136
|
-
*/
|
|
137
|
-
export declare const de_DeleteSecretCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSecretCommandOutput>;
|
|
138
|
-
/**
|
|
139
|
-
* deserializeAws_json1_1DescribeSecretCommand
|
|
140
|
-
*/
|
|
141
|
-
export declare const de_DescribeSecretCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSecretCommandOutput>;
|
|
142
|
-
/**
|
|
143
|
-
* deserializeAws_json1_1GetRandomPasswordCommand
|
|
144
|
-
*/
|
|
145
|
-
export declare const de_GetRandomPasswordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRandomPasswordCommandOutput>;
|
|
146
|
-
/**
|
|
147
|
-
* deserializeAws_json1_1GetResourcePolicyCommand
|
|
148
|
-
*/
|
|
149
|
-
export declare const de_GetResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcePolicyCommandOutput>;
|
|
150
|
-
/**
|
|
151
|
-
* deserializeAws_json1_1GetSecretValueCommand
|
|
152
|
-
*/
|
|
153
|
-
export declare const de_GetSecretValueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSecretValueCommandOutput>;
|
|
154
|
-
/**
|
|
155
|
-
* deserializeAws_json1_1ListSecretsCommand
|
|
156
|
-
*/
|
|
157
|
-
export declare const de_ListSecretsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSecretsCommandOutput>;
|
|
158
|
-
/**
|
|
159
|
-
* deserializeAws_json1_1ListSecretVersionIdsCommand
|
|
160
|
-
*/
|
|
161
|
-
export declare const de_ListSecretVersionIdsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSecretVersionIdsCommandOutput>;
|
|
162
|
-
/**
|
|
163
|
-
* deserializeAws_json1_1PutResourcePolicyCommand
|
|
164
|
-
*/
|
|
165
|
-
export declare const de_PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
|
|
166
|
-
/**
|
|
167
|
-
* deserializeAws_json1_1PutSecretValueCommand
|
|
168
|
-
*/
|
|
169
|
-
export declare const de_PutSecretValueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutSecretValueCommandOutput>;
|
|
170
|
-
/**
|
|
171
|
-
* deserializeAws_json1_1RemoveRegionsFromReplicationCommand
|
|
172
|
-
*/
|
|
173
|
-
export declare const de_RemoveRegionsFromReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveRegionsFromReplicationCommandOutput>;
|
|
174
|
-
/**
|
|
175
|
-
* deserializeAws_json1_1ReplicateSecretToRegionsCommand
|
|
176
|
-
*/
|
|
177
|
-
export declare const de_ReplicateSecretToRegionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReplicateSecretToRegionsCommandOutput>;
|
|
178
|
-
/**
|
|
179
|
-
* deserializeAws_json1_1RestoreSecretCommand
|
|
180
|
-
*/
|
|
181
|
-
export declare const de_RestoreSecretCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreSecretCommandOutput>;
|
|
182
|
-
/**
|
|
183
|
-
* deserializeAws_json1_1RotateSecretCommand
|
|
184
|
-
*/
|
|
185
|
-
export declare const de_RotateSecretCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RotateSecretCommandOutput>;
|
|
186
|
-
/**
|
|
187
|
-
* deserializeAws_json1_1StopReplicationToReplicaCommand
|
|
188
|
-
*/
|
|
189
|
-
export declare const de_StopReplicationToReplicaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopReplicationToReplicaCommandOutput>;
|
|
190
|
-
/**
|
|
191
|
-
* deserializeAws_json1_1TagResourceCommand
|
|
192
|
-
*/
|
|
193
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
194
|
-
/**
|
|
195
|
-
* deserializeAws_json1_1UntagResourceCommand
|
|
196
|
-
*/
|
|
197
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
198
|
-
/**
|
|
199
|
-
* deserializeAws_json1_1UpdateSecretCommand
|
|
200
|
-
*/
|
|
201
|
-
export declare const de_UpdateSecretCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSecretCommandOutput>;
|
|
202
|
-
/**
|
|
203
|
-
* deserializeAws_json1_1UpdateSecretVersionStageCommand
|
|
204
|
-
*/
|
|
205
|
-
export declare const de_UpdateSecretVersionStageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSecretVersionStageCommandOutput>;
|
|
206
|
-
/**
|
|
207
|
-
* deserializeAws_json1_1ValidateResourcePolicyCommand
|
|
208
|
-
*/
|
|
209
|
-
export declare const de_ValidateResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ValidateResourcePolicyCommandOutput>;
|
|
@@ -1,281 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
BatchGetSecretValueCommandInput,
|
|
8
|
-
BatchGetSecretValueCommandOutput,
|
|
9
|
-
} from "../commands/BatchGetSecretValueCommand";
|
|
10
|
-
import {
|
|
11
|
-
CancelRotateSecretCommandInput,
|
|
12
|
-
CancelRotateSecretCommandOutput,
|
|
13
|
-
} from "../commands/CancelRotateSecretCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreateSecretCommandInput,
|
|
16
|
-
CreateSecretCommandOutput,
|
|
17
|
-
} from "../commands/CreateSecretCommand";
|
|
18
|
-
import {
|
|
19
|
-
DeleteResourcePolicyCommandInput,
|
|
20
|
-
DeleteResourcePolicyCommandOutput,
|
|
21
|
-
} from "../commands/DeleteResourcePolicyCommand";
|
|
22
|
-
import {
|
|
23
|
-
DeleteSecretCommandInput,
|
|
24
|
-
DeleteSecretCommandOutput,
|
|
25
|
-
} from "../commands/DeleteSecretCommand";
|
|
26
|
-
import {
|
|
27
|
-
DescribeSecretCommandInput,
|
|
28
|
-
DescribeSecretCommandOutput,
|
|
29
|
-
} from "../commands/DescribeSecretCommand";
|
|
30
|
-
import {
|
|
31
|
-
GetRandomPasswordCommandInput,
|
|
32
|
-
GetRandomPasswordCommandOutput,
|
|
33
|
-
} from "../commands/GetRandomPasswordCommand";
|
|
34
|
-
import {
|
|
35
|
-
GetResourcePolicyCommandInput,
|
|
36
|
-
GetResourcePolicyCommandOutput,
|
|
37
|
-
} from "../commands/GetResourcePolicyCommand";
|
|
38
|
-
import {
|
|
39
|
-
GetSecretValueCommandInput,
|
|
40
|
-
GetSecretValueCommandOutput,
|
|
41
|
-
} from "../commands/GetSecretValueCommand";
|
|
42
|
-
import {
|
|
43
|
-
ListSecretsCommandInput,
|
|
44
|
-
ListSecretsCommandOutput,
|
|
45
|
-
} from "../commands/ListSecretsCommand";
|
|
46
|
-
import {
|
|
47
|
-
ListSecretVersionIdsCommandInput,
|
|
48
|
-
ListSecretVersionIdsCommandOutput,
|
|
49
|
-
} from "../commands/ListSecretVersionIdsCommand";
|
|
50
|
-
import {
|
|
51
|
-
PutResourcePolicyCommandInput,
|
|
52
|
-
PutResourcePolicyCommandOutput,
|
|
53
|
-
} from "../commands/PutResourcePolicyCommand";
|
|
54
|
-
import {
|
|
55
|
-
PutSecretValueCommandInput,
|
|
56
|
-
PutSecretValueCommandOutput,
|
|
57
|
-
} from "../commands/PutSecretValueCommand";
|
|
58
|
-
import {
|
|
59
|
-
RemoveRegionsFromReplicationCommandInput,
|
|
60
|
-
RemoveRegionsFromReplicationCommandOutput,
|
|
61
|
-
} from "../commands/RemoveRegionsFromReplicationCommand";
|
|
62
|
-
import {
|
|
63
|
-
ReplicateSecretToRegionsCommandInput,
|
|
64
|
-
ReplicateSecretToRegionsCommandOutput,
|
|
65
|
-
} from "../commands/ReplicateSecretToRegionsCommand";
|
|
66
|
-
import {
|
|
67
|
-
RestoreSecretCommandInput,
|
|
68
|
-
RestoreSecretCommandOutput,
|
|
69
|
-
} from "../commands/RestoreSecretCommand";
|
|
70
|
-
import {
|
|
71
|
-
RotateSecretCommandInput,
|
|
72
|
-
RotateSecretCommandOutput,
|
|
73
|
-
} from "../commands/RotateSecretCommand";
|
|
74
|
-
import {
|
|
75
|
-
StopReplicationToReplicaCommandInput,
|
|
76
|
-
StopReplicationToReplicaCommandOutput,
|
|
77
|
-
} from "../commands/StopReplicationToReplicaCommand";
|
|
78
|
-
import {
|
|
79
|
-
TagResourceCommandInput,
|
|
80
|
-
TagResourceCommandOutput,
|
|
81
|
-
} from "../commands/TagResourceCommand";
|
|
82
|
-
import {
|
|
83
|
-
UntagResourceCommandInput,
|
|
84
|
-
UntagResourceCommandOutput,
|
|
85
|
-
} from "../commands/UntagResourceCommand";
|
|
86
|
-
import {
|
|
87
|
-
UpdateSecretCommandInput,
|
|
88
|
-
UpdateSecretCommandOutput,
|
|
89
|
-
} from "../commands/UpdateSecretCommand";
|
|
90
|
-
import {
|
|
91
|
-
UpdateSecretVersionStageCommandInput,
|
|
92
|
-
UpdateSecretVersionStageCommandOutput,
|
|
93
|
-
} from "../commands/UpdateSecretVersionStageCommand";
|
|
94
|
-
import {
|
|
95
|
-
ValidateResourcePolicyCommandInput,
|
|
96
|
-
ValidateResourcePolicyCommandOutput,
|
|
97
|
-
} from "../commands/ValidateResourcePolicyCommand";
|
|
98
|
-
export declare const se_BatchGetSecretValueCommand: (
|
|
99
|
-
input: BatchGetSecretValueCommandInput,
|
|
100
|
-
context: __SerdeContext
|
|
101
|
-
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const se_CancelRotateSecretCommand: (
|
|
103
|
-
input: CancelRotateSecretCommandInput,
|
|
104
|
-
context: __SerdeContext
|
|
105
|
-
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const se_CreateSecretCommand: (
|
|
107
|
-
input: CreateSecretCommandInput,
|
|
108
|
-
context: __SerdeContext
|
|
109
|
-
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const se_DeleteResourcePolicyCommand: (
|
|
111
|
-
input: DeleteResourcePolicyCommandInput,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const se_DeleteSecretCommand: (
|
|
115
|
-
input: DeleteSecretCommandInput,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const se_DescribeSecretCommand: (
|
|
119
|
-
input: DescribeSecretCommandInput,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const se_GetRandomPasswordCommand: (
|
|
123
|
-
input: GetRandomPasswordCommandInput,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const se_GetResourcePolicyCommand: (
|
|
127
|
-
input: GetResourcePolicyCommandInput,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const se_GetSecretValueCommand: (
|
|
131
|
-
input: GetSecretValueCommandInput,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const se_ListSecretsCommand: (
|
|
135
|
-
input: ListSecretsCommandInput,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const se_ListSecretVersionIdsCommand: (
|
|
139
|
-
input: ListSecretVersionIdsCommandInput,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const se_PutResourcePolicyCommand: (
|
|
143
|
-
input: PutResourcePolicyCommandInput,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const se_PutSecretValueCommand: (
|
|
147
|
-
input: PutSecretValueCommandInput,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const se_RemoveRegionsFromReplicationCommand: (
|
|
151
|
-
input: RemoveRegionsFromReplicationCommandInput,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const se_ReplicateSecretToRegionsCommand: (
|
|
155
|
-
input: ReplicateSecretToRegionsCommandInput,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const se_RestoreSecretCommand: (
|
|
159
|
-
input: RestoreSecretCommandInput,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const se_RotateSecretCommand: (
|
|
163
|
-
input: RotateSecretCommandInput,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const se_StopReplicationToReplicaCommand: (
|
|
167
|
-
input: StopReplicationToReplicaCommandInput,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const se_TagResourceCommand: (
|
|
171
|
-
input: TagResourceCommandInput,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const se_UntagResourceCommand: (
|
|
175
|
-
input: UntagResourceCommandInput,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const se_UpdateSecretCommand: (
|
|
179
|
-
input: UpdateSecretCommandInput,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const se_UpdateSecretVersionStageCommand: (
|
|
183
|
-
input: UpdateSecretVersionStageCommandInput,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const se_ValidateResourcePolicyCommand: (
|
|
187
|
-
input: ValidateResourcePolicyCommandInput,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const de_BatchGetSecretValueCommand: (
|
|
191
|
-
output: __HttpResponse,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<BatchGetSecretValueCommandOutput>;
|
|
194
|
-
export declare const de_CancelRotateSecretCommand: (
|
|
195
|
-
output: __HttpResponse,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<CancelRotateSecretCommandOutput>;
|
|
198
|
-
export declare const de_CreateSecretCommand: (
|
|
199
|
-
output: __HttpResponse,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<CreateSecretCommandOutput>;
|
|
202
|
-
export declare const de_DeleteResourcePolicyCommand: (
|
|
203
|
-
output: __HttpResponse,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<DeleteResourcePolicyCommandOutput>;
|
|
206
|
-
export declare const de_DeleteSecretCommand: (
|
|
207
|
-
output: __HttpResponse,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<DeleteSecretCommandOutput>;
|
|
210
|
-
export declare const de_DescribeSecretCommand: (
|
|
211
|
-
output: __HttpResponse,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<DescribeSecretCommandOutput>;
|
|
214
|
-
export declare const de_GetRandomPasswordCommand: (
|
|
215
|
-
output: __HttpResponse,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<GetRandomPasswordCommandOutput>;
|
|
218
|
-
export declare const de_GetResourcePolicyCommand: (
|
|
219
|
-
output: __HttpResponse,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<GetResourcePolicyCommandOutput>;
|
|
222
|
-
export declare const de_GetSecretValueCommand: (
|
|
223
|
-
output: __HttpResponse,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<GetSecretValueCommandOutput>;
|
|
226
|
-
export declare const de_ListSecretsCommand: (
|
|
227
|
-
output: __HttpResponse,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<ListSecretsCommandOutput>;
|
|
230
|
-
export declare const de_ListSecretVersionIdsCommand: (
|
|
231
|
-
output: __HttpResponse,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<ListSecretVersionIdsCommandOutput>;
|
|
234
|
-
export declare const de_PutResourcePolicyCommand: (
|
|
235
|
-
output: __HttpResponse,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<PutResourcePolicyCommandOutput>;
|
|
238
|
-
export declare const de_PutSecretValueCommand: (
|
|
239
|
-
output: __HttpResponse,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<PutSecretValueCommandOutput>;
|
|
242
|
-
export declare const de_RemoveRegionsFromReplicationCommand: (
|
|
243
|
-
output: __HttpResponse,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<RemoveRegionsFromReplicationCommandOutput>;
|
|
246
|
-
export declare const de_ReplicateSecretToRegionsCommand: (
|
|
247
|
-
output: __HttpResponse,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<ReplicateSecretToRegionsCommandOutput>;
|
|
250
|
-
export declare const de_RestoreSecretCommand: (
|
|
251
|
-
output: __HttpResponse,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<RestoreSecretCommandOutput>;
|
|
254
|
-
export declare const de_RotateSecretCommand: (
|
|
255
|
-
output: __HttpResponse,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<RotateSecretCommandOutput>;
|
|
258
|
-
export declare const de_StopReplicationToReplicaCommand: (
|
|
259
|
-
output: __HttpResponse,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<StopReplicationToReplicaCommandOutput>;
|
|
262
|
-
export declare const de_TagResourceCommand: (
|
|
263
|
-
output: __HttpResponse,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<TagResourceCommandOutput>;
|
|
266
|
-
export declare const de_UntagResourceCommand: (
|
|
267
|
-
output: __HttpResponse,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
270
|
-
export declare const de_UpdateSecretCommand: (
|
|
271
|
-
output: __HttpResponse,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<UpdateSecretCommandOutput>;
|
|
274
|
-
export declare const de_UpdateSecretVersionStageCommand: (
|
|
275
|
-
output: __HttpResponse,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<UpdateSecretVersionStageCommandOutput>;
|
|
278
|
-
export declare const de_ValidateResourcePolicyCommand: (
|
|
279
|
-
output: __HttpResponse,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<ValidateResourcePolicyCommandOutput>;
|