aws-sdk-secretsmanager 1.62.0 → 1.63.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: 0b1db95d58a296965e3e67e29dda7bddae3029b9828a0bf4016a951825d5fa61
4
- data.tar.gz: 4ce3047b908c3134c8ae717ad79790d1877e17a9ebf1ce42414692c2e1869d5f
3
+ metadata.gz: '044692586d1b8a9beb0da617e052a08ff463f0493a4645e756f7d84ee649d8f2'
4
+ data.tar.gz: f7c83670c68063d67e0f252cf0c8a7d219ec414d218b52f2a6478326f919cf16
5
5
  SHA512:
6
- metadata.gz: 345690087bb756e8218ead0897f15495268eb02da24ea0e79fd5b7f6ebeab68e3c4af91509c240f12dcd53d4527270fe3bccbef8cc7b7db998cf10ce023a2e58
7
- data.tar.gz: f8a195852f3adc1ad281a8143d46cbef53e0da62c21fc8804223964afb7df176d93fd806e23ad380047415ad05c6ea5f845d93c2066db74b3ede0a03566ce913
6
+ metadata.gz: ed436c8c5bdc245594ef6be3ef4fcc5b0f7733ad54cd2612337e4354cc642e4db93a72fbc97dc8b844474bb5eff857e1e697dc0b613c3ee3bab600b5f6bcd5b7
7
+ data.tar.gz: f1e5b5decfe900008c8d45171bd45e1e19408b09b622639190a23645c7cde32d1bab8d125c4694f88d764b09f86665375e8c007e9478e6d5e23d48eda019143f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.63.0 (2022-06-16)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Secrets Manager
8
+
4
9
  1.62.0 (2022-05-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.62.0
1
+ 1.63.0
@@ -1448,6 +1448,10 @@ module Aws::SecretsManager
1448
1448
  # Services account, not including secrets that are marked for deletion.
1449
1449
  # To see secrets marked for deletion, use the Secrets Manager console.
1450
1450
  #
1451
+ # ListSecrets is eventually consistent, however it might not reflect
1452
+ # changes from the last five minutes. To get the latest information for
1453
+ # a specific secret, use DescribeSecret.
1454
+ #
1451
1455
  # To list the versions of a secret, use ListSecretVersionIds.
1452
1456
  #
1453
1457
  # To get the secret value from `SecretString` or `SecretBinary`, call
@@ -1685,9 +1689,9 @@ module Aws::SecretsManager
1685
1689
  # the staging label `AWSPREVIOUS` to the version that `AWSCURRENT` was
1686
1690
  # removed from.
1687
1691
  #
1688
- # This operation is idempotent. If a version with a `VersionId` with the
1689
- # same value as the `ClientRequestToken` parameter already exists, and
1690
- # you specify the same secret data, the operation succeeds but does
1692
+ # This operation is idempotent. If you call this operation with a
1693
+ # `ClientRequestToken` that matches an existing version's VersionId,
1694
+ # and you specify the same secret data, the operation succeeds but does
1691
1695
  # nothing. However, if the secret data is different, then the operation
1692
1696
  # fails because you can't modify an existing version; you can only
1693
1697
  # create new ones.
@@ -2446,8 +2450,8 @@ module Aws::SecretsManager
2446
2450
  # version, Secrets Manager automatically attaches the staging label
2447
2451
  # `AWSCURRENT` to the new version.
2448
2452
  #
2449
- # If you call this operation with a `VersionId` that matches an existing
2450
- # version's `ClientRequestToken`, the operation results in an error.
2453
+ # If you call this operation with a `ClientRequestToken` that matches an
2454
+ # existing version's `VersionId`, the operation results in an error.
2451
2455
  # You can't modify an existing version, you can only create a new
2452
2456
  # version. To remove a version, remove all staging labels from it. See
2453
2457
  # UpdateSecretVersionStage.
@@ -2875,7 +2879,7 @@ module Aws::SecretsManager
2875
2879
  params: params,
2876
2880
  config: config)
2877
2881
  context[:gem_name] = 'aws-sdk-secretsmanager'
2878
- context[:gem_version] = '1.62.0'
2882
+ context[:gem_version] = '1.63.0'
2879
2883
  Seahorse::Client::Request.new(handlers, context)
2880
2884
  end
2881
2885
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-secretsmanager/customizations'
48
48
  # @!group service
49
49
  module Aws::SecretsManager
50
50
 
51
- GEM_VERSION = '1.62.0'
51
+ GEM_VERSION = '1.63.0'
52
52
 
53
53
  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.62.0
4
+ version: 1.63.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: 2022-05-25 00:00:00.000000000 Z
11
+ date: 2022-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core