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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: efb289211f35f0bd9dea1edfdb8ef72896e1a904edcfa196ebcce291100beb71
4
- data.tar.gz: 823681750ab07ab8162b29e3a4c43975280265588ad38270e1aa563be6d7b43d
3
+ metadata.gz: a013e3267e462b36da1bf3bbd0aab16d4d0ed62debdfafed5dacf302f8d24549
4
+ data.tar.gz: e6df7b0a07b40e3dfd948cc0ad6051717ef4464e6bf61af9b9950d87f35be66f
5
5
  SHA512:
6
- metadata.gz: d12ed123a3c05184b3317bbb8e0a0883dd6974afc09ee8cc7397164309383ab83b2418add47999c8b07243bb0b9cb5b7de536bc92c4cc5669838e18bbd172478
7
- data.tar.gz: 20a0bbe1e4b917b6a38e23c59ee63fe93c7217fe1cb567e15c7c21a71f2154e9071306cab6ac41e0522528cf94f359c217b90d8122a02364888702b938df3646
6
+ metadata.gz: cad81313330f840c4463175a57b10a649b71a3cdc653bfc9c2e6fd0a983b0fcdadfa7f4c1f3bebabfdb62e05b67f448366eb09fcc2b64985c0da27f7df1d5a03
7
+ data.tar.gz: 217f9c20364cdcacd54f5dbd5113bee97cdab1f00322b541aa5a13853e2f1f6d9124e8b1d2f9394802f88d8ae5d25b977c5df994befa224044b91d03c8d64527
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.75.0 (2023-05-16)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Secrets Manager
8
+
4
9
  1.74.0 (2023-04-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.74.0
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.74.0'
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 date and time that Secrets Manager will rotate the secret,
499
- # rounded to the nearest hour. If the secret isn't configured for
500
- # rotation, Secrets Manager returns null.
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 date and time that Secrets Manager will attempt to rotate
1794
- # the secret, rounded to the nearest hour. This value is null if the
1795
- # secret is not set up for rotation.
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
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-secretsmanager/customizations'
52
52
  # @!group service
53
53
  module Aws::SecretsManager
54
54
 
55
- GEM_VERSION = '1.74.0'
55
+ GEM_VERSION = '1.75.0'
56
56
 
57
57
  end
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.74.0
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-04-19 00:00:00.000000000 Z
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