aws-sdk-secretsmanager 1.74.0 → 1.76.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: df9771b34857a3c297d08f804774bfbb3c3b83607a2c46731c7868e89e2ad34e
4
+ data.tar.gz: 6dd101c0f650e00ed9320c2e0549bafb63420c706df8975054a703bbd58647e8
5
5
  SHA512:
6
- metadata.gz: d12ed123a3c05184b3317bbb8e0a0883dd6974afc09ee8cc7397164309383ab83b2418add47999c8b07243bb0b9cb5b7de536bc92c4cc5669838e18bbd172478
7
- data.tar.gz: 20a0bbe1e4b917b6a38e23c59ee63fe93c7217fe1cb567e15c7c21a71f2154e9071306cab6ac41e0522528cf94f359c217b90d8122a02364888702b938df3646
6
+ metadata.gz: 3c06579d383256a56ca137091c4270057fe71f46ff77c9342ca692127519ed41766edaac91bbc52cd28c3491ad5d1d8654160ac59c428d10433cb2c45e3bd085
7
+ data.tar.gz: 21c2d78e97f677a1a142e9afae1bc93f95ffd6d0d5182f945f342b7566b28ca71773f7c7002df3168f375348543aaa6c78fc3dd9ce8e99cd938f047db5238809
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.76.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.75.0 (2023-05-16)
10
+ ------------------
11
+
12
+ * Feature - Documentation updates for Secrets Manager
13
+
4
14
  1.74.0 (2023-04-19)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.74.0
1
+ 1.76.0
@@ -275,6 +275,11 @@ module Aws::SecretsManager
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -909,6 +914,9 @@ module Aws::SecretsManager
909
914
  # create a secret with the same name, use appropriate back off and retry
910
915
  # logic.
911
916
  #
917
+ # If you forcibly delete an already deleted or nonexistent secret, the
918
+ # operation does not return `ResourceNotFoundException`.
919
+ #
912
920
  # Use this parameter with caution. This parameter causes the operation
913
921
  # to skip the normal recovery window before the permanent deletion that
914
922
  # Secrets Manager would normally impose with the `RecoveryWindowInDays`
@@ -3080,7 +3088,7 @@ module Aws::SecretsManager
3080
3088
  params: params,
3081
3089
  config: config)
3082
3090
  context[:gem_name] = 'aws-sdk-secretsmanager'
3083
- context[:gem_version] = '1.74.0'
3091
+ context[:gem_version] = '1.76.0'
3084
3092
  Seahorse::Client::Request.new(handlers, context)
3085
3093
  end
3086
3094
 
@@ -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.76.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.76.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-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.165.0
22
+ version: 3.174.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement