@aws-sdk/client-secrets-manager 3.332.0 → 3.334.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.
|
@@ -473,6 +473,7 @@ export interface DeleteSecretRequest {
|
|
|
473
473
|
* <p>Secrets Manager performs the actual deletion with an asynchronous background process, so there might
|
|
474
474
|
* be a short delay before the secret is permanently deleted. If you delete a secret and then
|
|
475
475
|
* immediately create a secret with the same name, use appropriate back off and retry logic.</p>
|
|
476
|
+
* <p>If you forcibly delete an already deleted or nonexistent secret, the operation does not return <code>ResourceNotFoundException</code>.</p>
|
|
476
477
|
* <important>
|
|
477
478
|
* <p>Use this parameter with caution. This parameter causes the operation to skip the normal
|
|
478
479
|
* recovery window before the permanent deletion that Secrets Manager would normally impose with the
|
|
@@ -626,7 +627,7 @@ export interface DescribeSecretResponse {
|
|
|
626
627
|
*/
|
|
627
628
|
DeletedDate?: Date;
|
|
628
629
|
/**
|
|
629
|
-
* <p>The next
|
|
630
|
+
* <p>The next rotation is scheduled to occur on or before this date. If the secret isn't configured for rotation, Secrets Manager returns null.</p>
|
|
630
631
|
*/
|
|
631
632
|
NextRotationDate?: Date;
|
|
632
633
|
/**
|
|
@@ -1031,7 +1032,7 @@ export interface SecretListEntry {
|
|
|
1031
1032
|
*/
|
|
1032
1033
|
DeletedDate?: Date;
|
|
1033
1034
|
/**
|
|
1034
|
-
* <p>The next
|
|
1035
|
+
* <p>The next rotation is scheduled to occur on or before this date. If the secret isn't configured for rotation, Secrets Manager returns null.</p>
|
|
1035
1036
|
*/
|
|
1036
1037
|
NextRotationDate?: Date;
|
|
1037
1038
|
/**
|
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.334.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",
|