@aws-sdk/client-secrets-manager 3.170.0 → 3.178.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/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/SecretsManager.d.ts +0 -22
- package/dist-types/ts3.4/SecretsManagerClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CancelRotateSecretCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateSecretCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteSecretCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSecretCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRandomPasswordCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSecretValueCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListSecretVersionIdsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListSecretsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutSecretValueCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RemoveRegionsFromReplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ReplicateSecretToRegionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RestoreSecretCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RotateSecretCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopReplicationToReplicaCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateSecretCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateSecretVersionStageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ValidateResourcePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/SecretsManagerServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -209
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-secrets-manager
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-secrets-manager
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-secrets-manager
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: SecretsManagerClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: SecretsManagerClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: SecretsManagerClientConfig) => {
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -88,7 +88,6 @@ import {
|
|
|
88
88
|
ValidateResourcePolicyCommandOutput,
|
|
89
89
|
} from "./commands/ValidateResourcePolicyCommand";
|
|
90
90
|
import { SecretsManagerClient } from "./SecretsManagerClient";
|
|
91
|
-
|
|
92
91
|
export declare class SecretsManager extends SecretsManagerClient {
|
|
93
92
|
cancelRotateSecret(
|
|
94
93
|
args: CancelRotateSecretCommandInput,
|
|
@@ -103,7 +102,6 @@ export declare class SecretsManager extends SecretsManagerClient {
|
|
|
103
102
|
options: __HttpHandlerOptions,
|
|
104
103
|
cb: (err: any, data?: CancelRotateSecretCommandOutput) => void
|
|
105
104
|
): void;
|
|
106
|
-
|
|
107
105
|
createSecret(
|
|
108
106
|
args: CreateSecretCommandInput,
|
|
109
107
|
options?: __HttpHandlerOptions
|
|
@@ -117,7 +115,6 @@ export declare class SecretsManager extends SecretsManagerClient {
|
|
|
117
115
|
options: __HttpHandlerOptions,
|
|
118
116
|
cb: (err: any, data?: CreateSecretCommandOutput) => void
|
|
119
117
|
): void;
|
|
120
|
-
|
|
121
118
|
deleteResourcePolicy(
|
|
122
119
|
args: DeleteResourcePolicyCommandInput,
|
|
123
120
|
options?: __HttpHandlerOptions
|
|
@@ -131,7 +128,6 @@ export declare class SecretsManager extends SecretsManagerClient {
|
|
|
131
128
|
options: __HttpHandlerOptions,
|
|
132
129
|
cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
|
|
133
130
|
): void;
|
|
134
|
-
|
|
135
131
|
deleteSecret(
|
|
136
132
|
args: DeleteSecretCommandInput,
|
|
137
133
|
options?: __HttpHandlerOptions
|
|
@@ -145,7 +141,6 @@ export declare class SecretsManager extends SecretsManagerClient {
|
|
|
145
141
|
options: __HttpHandlerOptions,
|
|
146
142
|
cb: (err: any, data?: DeleteSecretCommandOutput) => void
|
|
147
143
|
): void;
|
|
148
|
-
|
|
149
144
|
describeSecret(
|
|
150
145
|
args: DescribeSecretCommandInput,
|
|
151
146
|
options?: __HttpHandlerOptions
|
|
@@ -159,7 +154,6 @@ export declare class SecretsManager extends SecretsManagerClient {
|
|
|
159
154
|
options: __HttpHandlerOptions,
|
|
160
155
|
cb: (err: any, data?: DescribeSecretCommandOutput) => void
|
|
161
156
|
): void;
|
|
162
|
-
|
|
163
157
|
getRandomPassword(
|
|
164
158
|
args: GetRandomPasswordCommandInput,
|
|
165
159
|
options?: __HttpHandlerOptions
|
|
@@ -173,7 +167,6 @@ export declare class SecretsManager extends SecretsManagerClient {
|
|
|
173
167
|
options: __HttpHandlerOptions,
|
|
174
168
|
cb: (err: any, data?: GetRandomPasswordCommandOutput) => void
|
|
175
169
|
): void;
|
|
176
|
-
|
|
177
170
|
getResourcePolicy(
|
|
178
171
|
args: GetResourcePolicyCommandInput,
|
|
179
172
|
options?: __HttpHandlerOptions
|
|
@@ -187,7 +180,6 @@ export declare class SecretsManager extends SecretsManagerClient {
|
|
|
187
180
|
options: __HttpHandlerOptions,
|
|
188
181
|
cb: (err: any, data?: GetResourcePolicyCommandOutput) => void
|
|
189
182
|
): void;
|
|
190
|
-
|
|
191
183
|
getSecretValue(
|
|
192
184
|
args: GetSecretValueCommandInput,
|
|
193
185
|
options?: __HttpHandlerOptions
|
|
@@ -201,7 +193,6 @@ export declare class SecretsManager extends SecretsManagerClient {
|
|
|
201
193
|
options: __HttpHandlerOptions,
|
|
202
194
|
cb: (err: any, data?: GetSecretValueCommandOutput) => void
|
|
203
195
|
): void;
|
|
204
|
-
|
|
205
196
|
listSecrets(
|
|
206
197
|
args: ListSecretsCommandInput,
|
|
207
198
|
options?: __HttpHandlerOptions
|
|
@@ -215,7 +206,6 @@ export declare class SecretsManager extends SecretsManagerClient {
|
|
|
215
206
|
options: __HttpHandlerOptions,
|
|
216
207
|
cb: (err: any, data?: ListSecretsCommandOutput) => void
|
|
217
208
|
): void;
|
|
218
|
-
|
|
219
209
|
listSecretVersionIds(
|
|
220
210
|
args: ListSecretVersionIdsCommandInput,
|
|
221
211
|
options?: __HttpHandlerOptions
|
|
@@ -229,7 +219,6 @@ export declare class SecretsManager extends SecretsManagerClient {
|
|
|
229
219
|
options: __HttpHandlerOptions,
|
|
230
220
|
cb: (err: any, data?: ListSecretVersionIdsCommandOutput) => void
|
|
231
221
|
): void;
|
|
232
|
-
|
|
233
222
|
putResourcePolicy(
|
|
234
223
|
args: PutResourcePolicyCommandInput,
|
|
235
224
|
options?: __HttpHandlerOptions
|
|
@@ -243,7 +232,6 @@ export declare class SecretsManager extends SecretsManagerClient {
|
|
|
243
232
|
options: __HttpHandlerOptions,
|
|
244
233
|
cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
|
|
245
234
|
): void;
|
|
246
|
-
|
|
247
235
|
putSecretValue(
|
|
248
236
|
args: PutSecretValueCommandInput,
|
|
249
237
|
options?: __HttpHandlerOptions
|
|
@@ -257,7 +245,6 @@ export declare class SecretsManager extends SecretsManagerClient {
|
|
|
257
245
|
options: __HttpHandlerOptions,
|
|
258
246
|
cb: (err: any, data?: PutSecretValueCommandOutput) => void
|
|
259
247
|
): void;
|
|
260
|
-
|
|
261
248
|
removeRegionsFromReplication(
|
|
262
249
|
args: RemoveRegionsFromReplicationCommandInput,
|
|
263
250
|
options?: __HttpHandlerOptions
|
|
@@ -271,7 +258,6 @@ export declare class SecretsManager extends SecretsManagerClient {
|
|
|
271
258
|
options: __HttpHandlerOptions,
|
|
272
259
|
cb: (err: any, data?: RemoveRegionsFromReplicationCommandOutput) => void
|
|
273
260
|
): void;
|
|
274
|
-
|
|
275
261
|
replicateSecretToRegions(
|
|
276
262
|
args: ReplicateSecretToRegionsCommandInput,
|
|
277
263
|
options?: __HttpHandlerOptions
|
|
@@ -285,7 +271,6 @@ export declare class SecretsManager extends SecretsManagerClient {
|
|
|
285
271
|
options: __HttpHandlerOptions,
|
|
286
272
|
cb: (err: any, data?: ReplicateSecretToRegionsCommandOutput) => void
|
|
287
273
|
): void;
|
|
288
|
-
|
|
289
274
|
restoreSecret(
|
|
290
275
|
args: RestoreSecretCommandInput,
|
|
291
276
|
options?: __HttpHandlerOptions
|
|
@@ -299,7 +284,6 @@ export declare class SecretsManager extends SecretsManagerClient {
|
|
|
299
284
|
options: __HttpHandlerOptions,
|
|
300
285
|
cb: (err: any, data?: RestoreSecretCommandOutput) => void
|
|
301
286
|
): void;
|
|
302
|
-
|
|
303
287
|
rotateSecret(
|
|
304
288
|
args: RotateSecretCommandInput,
|
|
305
289
|
options?: __HttpHandlerOptions
|
|
@@ -313,7 +297,6 @@ export declare class SecretsManager extends SecretsManagerClient {
|
|
|
313
297
|
options: __HttpHandlerOptions,
|
|
314
298
|
cb: (err: any, data?: RotateSecretCommandOutput) => void
|
|
315
299
|
): void;
|
|
316
|
-
|
|
317
300
|
stopReplicationToReplica(
|
|
318
301
|
args: StopReplicationToReplicaCommandInput,
|
|
319
302
|
options?: __HttpHandlerOptions
|
|
@@ -327,7 +310,6 @@ export declare class SecretsManager extends SecretsManagerClient {
|
|
|
327
310
|
options: __HttpHandlerOptions,
|
|
328
311
|
cb: (err: any, data?: StopReplicationToReplicaCommandOutput) => void
|
|
329
312
|
): void;
|
|
330
|
-
|
|
331
313
|
tagResource(
|
|
332
314
|
args: TagResourceCommandInput,
|
|
333
315
|
options?: __HttpHandlerOptions
|
|
@@ -341,7 +323,6 @@ export declare class SecretsManager extends SecretsManagerClient {
|
|
|
341
323
|
options: __HttpHandlerOptions,
|
|
342
324
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
343
325
|
): void;
|
|
344
|
-
|
|
345
326
|
untagResource(
|
|
346
327
|
args: UntagResourceCommandInput,
|
|
347
328
|
options?: __HttpHandlerOptions
|
|
@@ -355,7 +336,6 @@ export declare class SecretsManager extends SecretsManagerClient {
|
|
|
355
336
|
options: __HttpHandlerOptions,
|
|
356
337
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
357
338
|
): void;
|
|
358
|
-
|
|
359
339
|
updateSecret(
|
|
360
340
|
args: UpdateSecretCommandInput,
|
|
361
341
|
options?: __HttpHandlerOptions
|
|
@@ -369,7 +349,6 @@ export declare class SecretsManager extends SecretsManagerClient {
|
|
|
369
349
|
options: __HttpHandlerOptions,
|
|
370
350
|
cb: (err: any, data?: UpdateSecretCommandOutput) => void
|
|
371
351
|
): void;
|
|
372
|
-
|
|
373
352
|
updateSecretVersionStage(
|
|
374
353
|
args: UpdateSecretVersionStageCommandInput,
|
|
375
354
|
options?: __HttpHandlerOptions
|
|
@@ -383,7 +362,6 @@ export declare class SecretsManager extends SecretsManagerClient {
|
|
|
383
362
|
options: __HttpHandlerOptions,
|
|
384
363
|
cb: (err: any, data?: UpdateSecretVersionStageCommandOutput) => void
|
|
385
364
|
): void;
|
|
386
|
-
|
|
387
365
|
validateResourcePolicy(
|
|
388
366
|
args: ValidateResourcePolicyCommandInput,
|
|
389
367
|
options?: __HttpHandlerOptions
|
|
@@ -179,47 +179,26 @@ export declare type ServiceOutputTypes =
|
|
|
179
179
|
export interface ClientDefaults
|
|
180
180
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
181
181
|
requestHandler?: __HttpHandler;
|
|
182
|
-
|
|
183
182
|
sha256?: __HashConstructor;
|
|
184
|
-
|
|
185
183
|
urlParser?: __UrlParser;
|
|
186
|
-
|
|
187
184
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
188
|
-
|
|
189
185
|
streamCollector?: __StreamCollector;
|
|
190
|
-
|
|
191
186
|
base64Decoder?: __Decoder;
|
|
192
|
-
|
|
193
187
|
base64Encoder?: __Encoder;
|
|
194
|
-
|
|
195
188
|
utf8Decoder?: __Decoder;
|
|
196
|
-
|
|
197
189
|
utf8Encoder?: __Encoder;
|
|
198
|
-
|
|
199
190
|
runtime?: string;
|
|
200
|
-
|
|
201
191
|
disableHostPrefix?: boolean;
|
|
202
|
-
|
|
203
192
|
maxAttempts?: number | __Provider<number>;
|
|
204
|
-
|
|
205
193
|
retryMode?: string | __Provider<string>;
|
|
206
|
-
|
|
207
194
|
logger?: __Logger;
|
|
208
|
-
|
|
209
195
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
210
|
-
|
|
211
196
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
212
|
-
|
|
213
197
|
serviceId?: string;
|
|
214
|
-
|
|
215
198
|
region?: string | __Provider<string>;
|
|
216
|
-
|
|
217
199
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
218
|
-
|
|
219
200
|
regionInfoProvider?: RegionInfoProvider;
|
|
220
|
-
|
|
221
201
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
222
|
-
|
|
223
202
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
224
203
|
}
|
|
225
204
|
declare type SecretsManagerClientConfigType = Partial<
|
|
@@ -232,7 +211,6 @@ declare type SecretsManagerClientConfigType = Partial<
|
|
|
232
211
|
HostHeaderInputConfig &
|
|
233
212
|
AwsAuthInputConfig &
|
|
234
213
|
UserAgentInputConfig;
|
|
235
|
-
|
|
236
214
|
export interface SecretsManagerClientConfig
|
|
237
215
|
extends SecretsManagerClientConfigType {}
|
|
238
216
|
declare type SecretsManagerClientResolvedConfigType =
|
|
@@ -244,10 +222,8 @@ declare type SecretsManagerClientResolvedConfigType =
|
|
|
244
222
|
HostHeaderResolvedConfig &
|
|
245
223
|
AwsAuthResolvedConfig &
|
|
246
224
|
UserAgentResolvedConfig;
|
|
247
|
-
|
|
248
225
|
export interface SecretsManagerClientResolvedConfig
|
|
249
226
|
extends SecretsManagerClientResolvedConfigType {}
|
|
250
|
-
|
|
251
227
|
export declare class SecretsManagerClient extends __Client<
|
|
252
228
|
__HttpHandlerOptions,
|
|
253
229
|
ServiceInputTypes,
|
|
@@ -256,7 +232,6 @@ export declare class SecretsManagerClient extends __Client<
|
|
|
256
232
|
> {
|
|
257
233
|
readonly config: SecretsManagerClientResolvedConfig;
|
|
258
234
|
constructor(configuration: SecretsManagerClientConfig);
|
|
259
|
-
|
|
260
235
|
destroy(): void;
|
|
261
236
|
}
|
|
262
237
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface CancelRotateSecretCommandInput
|
|
|
19
19
|
export interface CancelRotateSecretCommandOutput
|
|
20
20
|
extends CancelRotateSecretResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CancelRotateSecretCommand extends $Command<
|
|
24
23
|
CancelRotateSecretCommandInput,
|
|
25
24
|
CancelRotateSecretCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CancelRotateSecretCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CancelRotateSecretCommandInput;
|
|
29
28
|
constructor(input: CancelRotateSecretCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SecretsManagerClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateSecretCommandInput extends CreateSecretRequest {}
|
|
|
15
15
|
export interface CreateSecretCommandOutput
|
|
16
16
|
extends CreateSecretResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateSecretCommand extends $Command<
|
|
20
19
|
CreateSecretCommandInput,
|
|
21
20
|
CreateSecretCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateSecretCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateSecretCommandInput;
|
|
25
24
|
constructor(input: CreateSecretCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SecretsManagerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteResourcePolicyCommandInput
|
|
|
19
19
|
export interface DeleteResourcePolicyCommandOutput
|
|
20
20
|
extends DeleteResourcePolicyResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteResourcePolicyCommand extends $Command<
|
|
24
23
|
DeleteResourcePolicyCommandInput,
|
|
25
24
|
DeleteResourcePolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteResourcePolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteResourcePolicyCommandInput;
|
|
29
28
|
constructor(input: DeleteResourcePolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SecretsManagerClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteSecretCommandInput extends DeleteSecretRequest {}
|
|
|
15
15
|
export interface DeleteSecretCommandOutput
|
|
16
16
|
extends DeleteSecretResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteSecretCommand extends $Command<
|
|
20
19
|
DeleteSecretCommandInput,
|
|
21
20
|
DeleteSecretCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteSecretCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteSecretCommandInput;
|
|
25
24
|
constructor(input: DeleteSecretCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SecretsManagerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeSecretCommandInput extends DescribeSecretRequest {}
|
|
|
18
18
|
export interface DescribeSecretCommandOutput
|
|
19
19
|
extends DescribeSecretResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeSecretCommand extends $Command<
|
|
23
22
|
DescribeSecretCommandInput,
|
|
24
23
|
DescribeSecretCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeSecretCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeSecretCommandInput;
|
|
28
27
|
constructor(input: DescribeSecretCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: SecretsManagerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetRandomPasswordCommandInput
|
|
|
19
19
|
export interface GetRandomPasswordCommandOutput
|
|
20
20
|
extends GetRandomPasswordResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetRandomPasswordCommand extends $Command<
|
|
24
23
|
GetRandomPasswordCommandInput,
|
|
25
24
|
GetRandomPasswordCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetRandomPasswordCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetRandomPasswordCommandInput;
|
|
29
28
|
constructor(input: GetRandomPasswordCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SecretsManagerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetResourcePolicyCommandInput
|
|
|
19
19
|
export interface GetResourcePolicyCommandOutput
|
|
20
20
|
extends GetResourcePolicyResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetResourcePolicyCommand extends $Command<
|
|
24
23
|
GetResourcePolicyCommandInput,
|
|
25
24
|
GetResourcePolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetResourcePolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetResourcePolicyCommandInput;
|
|
29
28
|
constructor(input: GetResourcePolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SecretsManagerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetSecretValueCommandInput extends GetSecretValueRequest {}
|
|
|
18
18
|
export interface GetSecretValueCommandOutput
|
|
19
19
|
extends GetSecretValueResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetSecretValueCommand extends $Command<
|
|
23
22
|
GetSecretValueCommandInput,
|
|
24
23
|
GetSecretValueCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetSecretValueCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetSecretValueCommandInput;
|
|
28
27
|
constructor(input: GetSecretValueCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: SecretsManagerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListSecretVersionIdsCommandInput
|
|
|
19
19
|
export interface ListSecretVersionIdsCommandOutput
|
|
20
20
|
extends ListSecretVersionIdsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListSecretVersionIdsCommand extends $Command<
|
|
24
23
|
ListSecretVersionIdsCommandInput,
|
|
25
24
|
ListSecretVersionIdsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListSecretVersionIdsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListSecretVersionIdsCommandInput;
|
|
29
28
|
constructor(input: ListSecretVersionIdsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SecretsManagerClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListSecretsCommandInput extends ListSecretsRequest {}
|
|
|
15
15
|
export interface ListSecretsCommandOutput
|
|
16
16
|
extends ListSecretsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListSecretsCommand extends $Command<
|
|
20
19
|
ListSecretsCommandInput,
|
|
21
20
|
ListSecretsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListSecretsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListSecretsCommandInput;
|
|
25
24
|
constructor(input: ListSecretsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SecretsManagerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutResourcePolicyCommandInput
|
|
|
19
19
|
export interface PutResourcePolicyCommandOutput
|
|
20
20
|
extends PutResourcePolicyResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutResourcePolicyCommand extends $Command<
|
|
24
23
|
PutResourcePolicyCommandInput,
|
|
25
24
|
PutResourcePolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutResourcePolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutResourcePolicyCommandInput;
|
|
29
28
|
constructor(input: PutResourcePolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SecretsManagerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface PutSecretValueCommandInput extends PutSecretValueRequest {}
|
|
|
18
18
|
export interface PutSecretValueCommandOutput
|
|
19
19
|
extends PutSecretValueResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class PutSecretValueCommand extends $Command<
|
|
23
22
|
PutSecretValueCommandInput,
|
|
24
23
|
PutSecretValueCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class PutSecretValueCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: PutSecretValueCommandInput;
|
|
28
27
|
constructor(input: PutSecretValueCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: SecretsManagerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface RemoveRegionsFromReplicationCommandInput
|
|
|
19
19
|
export interface RemoveRegionsFromReplicationCommandOutput
|
|
20
20
|
extends RemoveRegionsFromReplicationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class RemoveRegionsFromReplicationCommand extends $Command<
|
|
24
23
|
RemoveRegionsFromReplicationCommandInput,
|
|
25
24
|
RemoveRegionsFromReplicationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class RemoveRegionsFromReplicationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: RemoveRegionsFromReplicationCommandInput;
|
|
29
28
|
constructor(input: RemoveRegionsFromReplicationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SecretsManagerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ReplicateSecretToRegionsCommandInput
|
|
|
19
19
|
export interface ReplicateSecretToRegionsCommandOutput
|
|
20
20
|
extends ReplicateSecretToRegionsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ReplicateSecretToRegionsCommand extends $Command<
|
|
24
23
|
ReplicateSecretToRegionsCommandInput,
|
|
25
24
|
ReplicateSecretToRegionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ReplicateSecretToRegionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ReplicateSecretToRegionsCommandInput;
|
|
29
28
|
constructor(input: ReplicateSecretToRegionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SecretsManagerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface RestoreSecretCommandInput extends RestoreSecretRequest {}
|
|
|
18
18
|
export interface RestoreSecretCommandOutput
|
|
19
19
|
extends RestoreSecretResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class RestoreSecretCommand extends $Command<
|
|
23
22
|
RestoreSecretCommandInput,
|
|
24
23
|
RestoreSecretCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class RestoreSecretCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: RestoreSecretCommandInput;
|
|
28
27
|
constructor(input: RestoreSecretCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: SecretsManagerClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface RotateSecretCommandInput extends RotateSecretRequest {}
|
|
|
15
15
|
export interface RotateSecretCommandOutput
|
|
16
16
|
extends RotateSecretResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class RotateSecretCommand extends $Command<
|
|
20
19
|
RotateSecretCommandInput,
|
|
21
20
|
RotateSecretCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class RotateSecretCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: RotateSecretCommandInput;
|
|
25
24
|
constructor(input: RotateSecretCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SecretsManagerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface StopReplicationToReplicaCommandInput
|
|
|
19
19
|
export interface StopReplicationToReplicaCommandOutput
|
|
20
20
|
extends StopReplicationToReplicaResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class StopReplicationToReplicaCommand extends $Command<
|
|
24
23
|
StopReplicationToReplicaCommandInput,
|
|
25
24
|
StopReplicationToReplicaCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class StopReplicationToReplicaCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: StopReplicationToReplicaCommandInput;
|
|
29
28
|
constructor(input: StopReplicationToReplicaCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SecretsManagerClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
} from "../SecretsManagerClient";
|
|
14
14
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
15
15
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class TagResourceCommand extends $Command<
|
|
18
17
|
TagResourceCommandInput,
|
|
19
18
|
TagResourceCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: TagResourceCommandInput;
|
|
23
22
|
constructor(input: TagResourceCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: SecretsManagerClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
} from "../SecretsManagerClient";
|
|
14
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
15
15
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class UntagResourceCommand extends $Command<
|
|
18
17
|
UntagResourceCommandInput,
|
|
19
18
|
UntagResourceCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: UntagResourceCommandInput;
|
|
23
22
|
constructor(input: UntagResourceCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: SecretsManagerClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateSecretCommandInput extends UpdateSecretRequest {}
|
|
|
15
15
|
export interface UpdateSecretCommandOutput
|
|
16
16
|
extends UpdateSecretResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateSecretCommand extends $Command<
|
|
20
19
|
UpdateSecretCommandInput,
|
|
21
20
|
UpdateSecretCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateSecretCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateSecretCommandInput;
|
|
25
24
|
constructor(input: UpdateSecretCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SecretsManagerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateSecretVersionStageCommandInput
|
|
|
19
19
|
export interface UpdateSecretVersionStageCommandOutput
|
|
20
20
|
extends UpdateSecretVersionStageResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateSecretVersionStageCommand extends $Command<
|
|
24
23
|
UpdateSecretVersionStageCommandInput,
|
|
25
24
|
UpdateSecretVersionStageCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateSecretVersionStageCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateSecretVersionStageCommandInput;
|
|
29
28
|
constructor(input: UpdateSecretVersionStageCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SecretsManagerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ValidateResourcePolicyCommandInput
|
|
|
19
19
|
export interface ValidateResourcePolicyCommandOutput
|
|
20
20
|
extends ValidateResourcePolicyResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ValidateResourcePolicyCommand extends $Command<
|
|
24
23
|
ValidateResourcePolicyCommandInput,
|
|
25
24
|
ValidateResourcePolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ValidateResourcePolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ValidateResourcePolicyCommandInput;
|
|
29
28
|
constructor(input: ValidateResourcePolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SecretsManagerClientResolvedConfig,
|