aws-sdk-secretsmanager 1.74.0 → 1.75.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-secretsmanager/client.rb +4 -1
- data/lib/aws-sdk-secretsmanager/types.rb +9 -6
- data/lib/aws-sdk-secretsmanager.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a013e3267e462b36da1bf3bbd0aab16d4d0ed62debdfafed5dacf302f8d24549
|
4
|
+
data.tar.gz: e6df7b0a07b40e3dfd948cc0ad6051717ef4464e6bf61af9b9950d87f35be66f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cad81313330f840c4463175a57b10a649b71a3cdc653bfc9c2e6fd0a983b0fcdadfa7f4c1f3bebabfdb62e05b67f448366eb09fcc2b64985c0da27f7df1d5a03
|
7
|
+
data.tar.gz: 217f9c20364cdcacd54f5dbd5113bee97cdab1f00322b541aa5a13853e2f1f6d9124e8b1d2f9394802f88d8ae5d25b977c5df994befa224044b91d03c8d64527
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.75.0
|
@@ -909,6 +909,9 @@ module Aws::SecretsManager
|
|
909
909
|
# create a secret with the same name, use appropriate back off and retry
|
910
910
|
# logic.
|
911
911
|
#
|
912
|
+
# If you forcibly delete an already deleted or nonexistent secret, the
|
913
|
+
# operation does not return `ResourceNotFoundException`.
|
914
|
+
#
|
912
915
|
# Use this parameter with caution. This parameter causes the operation
|
913
916
|
# to skip the normal recovery window before the permanent deletion that
|
914
917
|
# Secrets Manager would normally impose with the `RecoveryWindowInDays`
|
@@ -3080,7 +3083,7 @@ module Aws::SecretsManager
|
|
3080
3083
|
params: params,
|
3081
3084
|
config: config)
|
3082
3085
|
context[:gem_name] = 'aws-sdk-secretsmanager'
|
3083
|
-
context[:gem_version] = '1.
|
3086
|
+
context[:gem_version] = '1.75.0'
|
3084
3087
|
Seahorse::Client::Request.new(handlers, context)
|
3085
3088
|
end
|
3086
3089
|
|
@@ -366,6 +366,9 @@ module Aws::SecretsManager
|
|
366
366
|
# immediately create a secret with the same name, use appropriate back
|
367
367
|
# off and retry logic.
|
368
368
|
#
|
369
|
+
# If you forcibly delete an already deleted or nonexistent secret, the
|
370
|
+
# operation does not return `ResourceNotFoundException`.
|
371
|
+
#
|
369
372
|
# Use this parameter with caution. This parameter causes the operation
|
370
373
|
# to skip the normal recovery window before the permanent deletion
|
371
374
|
# that Secrets Manager would normally impose with the
|
@@ -495,9 +498,9 @@ module Aws::SecretsManager
|
|
495
498
|
# @return [Time]
|
496
499
|
#
|
497
500
|
# @!attribute [rw] next_rotation_date
|
498
|
-
# The next
|
499
|
-
#
|
500
|
-
#
|
501
|
+
# The next rotation is scheduled to occur on or before this date. If
|
502
|
+
# the secret isn't configured for rotation, Secrets Manager returns
|
503
|
+
# null.
|
501
504
|
# @return [Time]
|
502
505
|
#
|
503
506
|
# @!attribute [rw] tags
|
@@ -1790,9 +1793,9 @@ module Aws::SecretsManager
|
|
1790
1793
|
# @return [Time]
|
1791
1794
|
#
|
1792
1795
|
# @!attribute [rw] next_rotation_date
|
1793
|
-
# The next
|
1794
|
-
# the secret
|
1795
|
-
#
|
1796
|
+
# The next rotation is scheduled to occur on or before this date. If
|
1797
|
+
# the secret isn't configured for rotation, Secrets Manager returns
|
1798
|
+
# null.
|
1796
1799
|
# @return [Time]
|
1797
1800
|
#
|
1798
1801
|
# @!attribute [rw] tags
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-secretsmanager
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.75.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-05-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|