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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-secretsmanager/client.rb +10 -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: '044692586d1b8a9beb0da617e052a08ff463f0493a4645e756f7d84ee649d8f2'
|
4
|
+
data.tar.gz: f7c83670c68063d67e0f252cf0c8a7d219ec414d218b52f2a6478326f919cf16
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ed436c8c5bdc245594ef6be3ef4fcc5b0f7733ad54cd2612337e4354cc642e4db93a72fbc97dc8b844474bb5eff857e1e697dc0b613c3ee3bab600b5f6bcd5b7
|
7
|
+
data.tar.gz: f1e5b5decfe900008c8d45171bd45e1e19408b09b622639190a23645c7cde32d1bab8d125c4694f88d764b09f86665375e8c007e9478e6d5e23d48eda019143f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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
|
1689
|
-
#
|
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 `
|
2450
|
-
# version's `
|
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.
|
2882
|
+
context[:gem_version] = '1.63.0'
|
2879
2883
|
Seahorse::Client::Request.new(handlers, context)
|
2880
2884
|
end
|
2881
2885
|
|
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.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-
|
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
|