@aws-sdk/client-secrets-manager 3.278.0 → 3.281.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/README.md +179 -0
- package/dist-types/commands/CancelRotateSecretCommand.d.ts +6 -0
- package/dist-types/commands/CreateSecretCommand.d.ts +6 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -0
- package/dist-types/commands/DeleteSecretCommand.d.ts +6 -0
- package/dist-types/commands/DescribeSecretCommand.d.ts +6 -0
- package/dist-types/commands/GetRandomPasswordCommand.d.ts +6 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -0
- package/dist-types/commands/GetSecretValueCommand.d.ts +6 -0
- package/dist-types/commands/ListSecretVersionIdsCommand.d.ts +6 -0
- package/dist-types/commands/ListSecretsCommand.d.ts +6 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -0
- package/dist-types/commands/PutSecretValueCommand.d.ts +6 -0
- package/dist-types/commands/RemoveRegionsFromReplicationCommand.d.ts +6 -0
- package/dist-types/commands/ReplicateSecretToRegionsCommand.d.ts +6 -0
- package/dist-types/commands/RestoreSecretCommand.d.ts +6 -0
- package/dist-types/commands/RotateSecretCommand.d.ts +6 -0
- package/dist-types/commands/StopReplicationToReplicaCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateSecretCommand.d.ts +6 -0
- package/dist-types/commands/UpdateSecretVersionStageCommand.d.ts +6 -0
- package/dist-types/commands/ValidateResourcePolicyCommand.d.ts +6 -0
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -229,3 +229,182 @@ To contribute to client you can check our [generate clients scripts](https://git
|
|
|
229
229
|
This SDK is distributed under the
|
|
230
230
|
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
|
|
231
231
|
see LICENSE for more information.
|
|
232
|
+
|
|
233
|
+
## Client Commands (Operations List)
|
|
234
|
+
|
|
235
|
+
<details>
|
|
236
|
+
<summary>
|
|
237
|
+
CancelRotateSecret
|
|
238
|
+
</summary>
|
|
239
|
+
|
|
240
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/classes/cancelrotatesecretcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/cancelrotatesecretcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/cancelrotatesecretcommandoutput.html)
|
|
241
|
+
|
|
242
|
+
</details>
|
|
243
|
+
<details>
|
|
244
|
+
<summary>
|
|
245
|
+
CreateSecret
|
|
246
|
+
</summary>
|
|
247
|
+
|
|
248
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/classes/createsecretcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/createsecretcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/createsecretcommandoutput.html)
|
|
249
|
+
|
|
250
|
+
</details>
|
|
251
|
+
<details>
|
|
252
|
+
<summary>
|
|
253
|
+
DeleteResourcePolicy
|
|
254
|
+
</summary>
|
|
255
|
+
|
|
256
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/classes/deleteresourcepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/deleteresourcepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/deleteresourcepolicycommandoutput.html)
|
|
257
|
+
|
|
258
|
+
</details>
|
|
259
|
+
<details>
|
|
260
|
+
<summary>
|
|
261
|
+
DeleteSecret
|
|
262
|
+
</summary>
|
|
263
|
+
|
|
264
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/classes/deletesecretcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/deletesecretcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/deletesecretcommandoutput.html)
|
|
265
|
+
|
|
266
|
+
</details>
|
|
267
|
+
<details>
|
|
268
|
+
<summary>
|
|
269
|
+
DescribeSecret
|
|
270
|
+
</summary>
|
|
271
|
+
|
|
272
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/classes/describesecretcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/describesecretcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/describesecretcommandoutput.html)
|
|
273
|
+
|
|
274
|
+
</details>
|
|
275
|
+
<details>
|
|
276
|
+
<summary>
|
|
277
|
+
GetRandomPassword
|
|
278
|
+
</summary>
|
|
279
|
+
|
|
280
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/classes/getrandompasswordcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/getrandompasswordcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/getrandompasswordcommandoutput.html)
|
|
281
|
+
|
|
282
|
+
</details>
|
|
283
|
+
<details>
|
|
284
|
+
<summary>
|
|
285
|
+
GetResourcePolicy
|
|
286
|
+
</summary>
|
|
287
|
+
|
|
288
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/classes/getresourcepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/getresourcepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/getresourcepolicycommandoutput.html)
|
|
289
|
+
|
|
290
|
+
</details>
|
|
291
|
+
<details>
|
|
292
|
+
<summary>
|
|
293
|
+
GetSecretValue
|
|
294
|
+
</summary>
|
|
295
|
+
|
|
296
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/classes/getsecretvaluecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/getsecretvaluecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/getsecretvaluecommandoutput.html)
|
|
297
|
+
|
|
298
|
+
</details>
|
|
299
|
+
<details>
|
|
300
|
+
<summary>
|
|
301
|
+
ListSecrets
|
|
302
|
+
</summary>
|
|
303
|
+
|
|
304
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/classes/listsecretscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/listsecretscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/listsecretscommandoutput.html)
|
|
305
|
+
|
|
306
|
+
</details>
|
|
307
|
+
<details>
|
|
308
|
+
<summary>
|
|
309
|
+
ListSecretVersionIds
|
|
310
|
+
</summary>
|
|
311
|
+
|
|
312
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/classes/listsecretversionidscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/listsecretversionidscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/listsecretversionidscommandoutput.html)
|
|
313
|
+
|
|
314
|
+
</details>
|
|
315
|
+
<details>
|
|
316
|
+
<summary>
|
|
317
|
+
PutResourcePolicy
|
|
318
|
+
</summary>
|
|
319
|
+
|
|
320
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/classes/putresourcepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/putresourcepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/putresourcepolicycommandoutput.html)
|
|
321
|
+
|
|
322
|
+
</details>
|
|
323
|
+
<details>
|
|
324
|
+
<summary>
|
|
325
|
+
PutSecretValue
|
|
326
|
+
</summary>
|
|
327
|
+
|
|
328
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/classes/putsecretvaluecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/putsecretvaluecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/putsecretvaluecommandoutput.html)
|
|
329
|
+
|
|
330
|
+
</details>
|
|
331
|
+
<details>
|
|
332
|
+
<summary>
|
|
333
|
+
RemoveRegionsFromReplication
|
|
334
|
+
</summary>
|
|
335
|
+
|
|
336
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/classes/removeregionsfromreplicationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/removeregionsfromreplicationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/removeregionsfromreplicationcommandoutput.html)
|
|
337
|
+
|
|
338
|
+
</details>
|
|
339
|
+
<details>
|
|
340
|
+
<summary>
|
|
341
|
+
ReplicateSecretToRegions
|
|
342
|
+
</summary>
|
|
343
|
+
|
|
344
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/classes/replicatesecrettoregionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/replicatesecrettoregionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/replicatesecrettoregionscommandoutput.html)
|
|
345
|
+
|
|
346
|
+
</details>
|
|
347
|
+
<details>
|
|
348
|
+
<summary>
|
|
349
|
+
RestoreSecret
|
|
350
|
+
</summary>
|
|
351
|
+
|
|
352
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/classes/restoresecretcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/restoresecretcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/restoresecretcommandoutput.html)
|
|
353
|
+
|
|
354
|
+
</details>
|
|
355
|
+
<details>
|
|
356
|
+
<summary>
|
|
357
|
+
RotateSecret
|
|
358
|
+
</summary>
|
|
359
|
+
|
|
360
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/classes/rotatesecretcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/rotatesecretcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/rotatesecretcommandoutput.html)
|
|
361
|
+
|
|
362
|
+
</details>
|
|
363
|
+
<details>
|
|
364
|
+
<summary>
|
|
365
|
+
StopReplicationToReplica
|
|
366
|
+
</summary>
|
|
367
|
+
|
|
368
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/classes/stopreplicationtoreplicacommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/stopreplicationtoreplicacommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/stopreplicationtoreplicacommandoutput.html)
|
|
369
|
+
|
|
370
|
+
</details>
|
|
371
|
+
<details>
|
|
372
|
+
<summary>
|
|
373
|
+
TagResource
|
|
374
|
+
</summary>
|
|
375
|
+
|
|
376
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/tagresourcecommandoutput.html)
|
|
377
|
+
|
|
378
|
+
</details>
|
|
379
|
+
<details>
|
|
380
|
+
<summary>
|
|
381
|
+
UntagResource
|
|
382
|
+
</summary>
|
|
383
|
+
|
|
384
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/untagresourcecommandoutput.html)
|
|
385
|
+
|
|
386
|
+
</details>
|
|
387
|
+
<details>
|
|
388
|
+
<summary>
|
|
389
|
+
UpdateSecret
|
|
390
|
+
</summary>
|
|
391
|
+
|
|
392
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/classes/updatesecretcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/updatesecretcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/updatesecretcommandoutput.html)
|
|
393
|
+
|
|
394
|
+
</details>
|
|
395
|
+
<details>
|
|
396
|
+
<summary>
|
|
397
|
+
UpdateSecretVersionStage
|
|
398
|
+
</summary>
|
|
399
|
+
|
|
400
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/classes/updatesecretversionstagecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/updatesecretversionstagecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/updatesecretversionstagecommandoutput.html)
|
|
401
|
+
|
|
402
|
+
</details>
|
|
403
|
+
<details>
|
|
404
|
+
<summary>
|
|
405
|
+
ValidateResourcePolicy
|
|
406
|
+
</summary>
|
|
407
|
+
|
|
408
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/classes/validateresourcepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/validateresourcepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/interfaces/validateresourcepolicycommandoutput.html)
|
|
409
|
+
|
|
410
|
+
</details>
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CancelRotateSecretRequest, CancelRotateSecretResponse } from "../models/models_0";
|
|
5
5
|
import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CancelRotateSecretCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CancelRotateSecretCommandInput extends CancelRotateSecretRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CancelRotateSecretCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CancelRotateSecretCommandOutput extends CancelRotateSecretResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CreateSecretRequest, CreateSecretResponse } from "../models/models_0";
|
|
5
5
|
import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateSecretCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateSecretCommandInput extends CreateSecretRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateSecretCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateSecretCommandOutput extends CreateSecretResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0";
|
|
5
5
|
import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteResourcePolicyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteResourcePolicyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeleteSecretRequest, DeleteSecretResponse } from "../models/models_0";
|
|
5
5
|
import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteSecretCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteSecretCommandInput extends DeleteSecretRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteSecretCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteSecretCommandOutput extends DeleteSecretResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeSecretRequest, DescribeSecretResponse } from "../models/models_0";
|
|
5
5
|
import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeSecretCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeSecretCommandInput extends DescribeSecretRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeSecretCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeSecretCommandOutput extends DescribeSecretResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetRandomPasswordRequest, GetRandomPasswordResponse } from "../models/models_0";
|
|
5
5
|
import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetRandomPasswordCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetRandomPasswordCommandInput extends GetRandomPasswordRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetRandomPasswordCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetRandomPasswordCommandOutput extends GetRandomPasswordResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_0";
|
|
5
5
|
import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetResourcePolicyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetResourcePolicyCommandInput extends GetResourcePolicyRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetResourcePolicyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetResourcePolicyCommandOutput extends GetResourcePolicyResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetSecretValueRequest, GetSecretValueResponse } from "../models/models_0";
|
|
5
5
|
import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetSecretValueCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetSecretValueCommandInput extends GetSecretValueRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetSecretValueCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetSecretValueCommandOutput extends GetSecretValueResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListSecretVersionIdsRequest, ListSecretVersionIdsResponse } from "../models/models_0";
|
|
5
5
|
import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListSecretVersionIdsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListSecretVersionIdsCommandInput extends ListSecretVersionIdsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListSecretVersionIdsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListSecretVersionIdsCommandOutput extends ListSecretVersionIdsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListSecretsRequest, ListSecretsResponse } from "../models/models_0";
|
|
5
5
|
import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListSecretsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListSecretsCommandInput extends ListSecretsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListSecretsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListSecretsCommandOutput extends ListSecretsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
|
|
5
5
|
import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link PutResourcePolicyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface PutResourcePolicyCommandInput extends PutResourcePolicyRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link PutResourcePolicyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface PutResourcePolicyCommandOutput extends PutResourcePolicyResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { PutSecretValueRequest, PutSecretValueResponse } from "../models/models_0";
|
|
5
5
|
import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link PutSecretValueCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface PutSecretValueCommandInput extends PutSecretValueRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link PutSecretValueCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface PutSecretValueCommandOutput extends PutSecretValueResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { RemoveRegionsFromReplicationRequest, RemoveRegionsFromReplicationResponse } from "../models/models_0";
|
|
5
5
|
import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link RemoveRegionsFromReplicationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface RemoveRegionsFromReplicationCommandInput extends RemoveRegionsFromReplicationRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link RemoveRegionsFromReplicationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface RemoveRegionsFromReplicationCommandOutput extends RemoveRegionsFromReplicationResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ReplicateSecretToRegionsRequest, ReplicateSecretToRegionsResponse } from "../models/models_0";
|
|
5
5
|
import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ReplicateSecretToRegionsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ReplicateSecretToRegionsCommandInput extends ReplicateSecretToRegionsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ReplicateSecretToRegionsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ReplicateSecretToRegionsCommandOutput extends ReplicateSecretToRegionsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { RestoreSecretRequest, RestoreSecretResponse } from "../models/models_0";
|
|
5
5
|
import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link RestoreSecretCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface RestoreSecretCommandInput extends RestoreSecretRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link RestoreSecretCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface RestoreSecretCommandOutput extends RestoreSecretResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { RotateSecretRequest, RotateSecretResponse } from "../models/models_0";
|
|
5
5
|
import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link RotateSecretCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface RotateSecretCommandInput extends RotateSecretRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link RotateSecretCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface RotateSecretCommandOutput extends RotateSecretResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { StopReplicationToReplicaRequest, StopReplicationToReplicaResponse } from "../models/models_0";
|
|
5
5
|
import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link StopReplicationToReplicaCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface StopReplicationToReplicaCommandInput extends StopReplicationToReplicaRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link StopReplicationToReplicaCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface StopReplicationToReplicaCommandOutput extends StopReplicationToReplicaResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { TagResourceRequest } from "../models/models_0";
|
|
5
5
|
import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link TagResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link TagResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UntagResourceRequest } from "../models/models_0";
|
|
5
5
|
import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UntagResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UntagResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateSecretRequest, UpdateSecretResponse } from "../models/models_0";
|
|
5
5
|
import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateSecretCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateSecretCommandInput extends UpdateSecretRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateSecretCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateSecretCommandOutput extends UpdateSecretResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateSecretVersionStageRequest, UpdateSecretVersionStageResponse } from "../models/models_0";
|
|
5
5
|
import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateSecretVersionStageCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateSecretVersionStageCommandInput extends UpdateSecretVersionStageRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateSecretVersionStageCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateSecretVersionStageCommandOutput extends UpdateSecretVersionStageResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ValidateResourcePolicyRequest, ValidateResourcePolicyResponse } from "../models/models_0";
|
|
5
5
|
import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ValidateResourcePolicyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ValidateResourcePolicyCommandInput extends ValidateResourcePolicyRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ValidateResourcePolicyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ValidateResourcePolicyCommandOutput extends ValidateResourcePolicyResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-secrets-manager",
|
|
3
3
|
"description": "AWS SDK for JavaScript Secrets Manager Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.281.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.281.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.272.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.281.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.272.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.272.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.272.0",
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"@aws-sdk/node-config-provider": "3.272.0",
|
|
40
40
|
"@aws-sdk/node-http-handler": "3.272.0",
|
|
41
41
|
"@aws-sdk/protocol-http": "3.272.0",
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
+
"@aws-sdk/smithy-client": "3.279.0",
|
|
43
43
|
"@aws-sdk/types": "3.272.0",
|
|
44
44
|
"@aws-sdk/url-parser": "3.272.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.279.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.279.0",
|
|
50
50
|
"@aws-sdk/util-endpoints": "3.272.0",
|
|
51
51
|
"@aws-sdk/util-retry": "3.272.0",
|
|
52
52
|
"@aws-sdk/util-user-agent-browser": "3.272.0",
|