aws-sdk-secretsmanager 1.61.0 → 1.64.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-secretsmanager/client.rb +11 -8
- data/lib/aws-sdk-secretsmanager/types.rb +2 -3
- 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: a081e16da4489126c551e2f8b647342e8a42cada9e289f64ee9a9e88eae9032a
|
4
|
+
data.tar.gz: b461a4efae7078ad18f7f8cd30496f4cf449abc51957580ed0fa8343a940fa78
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 51364fb8c866fc4bedf75aec4cae8632b50b19a860ebda15c303aa9e7ad7cd885d6c189bc96d862869e9fe7f4fe59129b931b42461e04cf2599f37615120e994
|
7
|
+
data.tar.gz: 0bc6ca321ef12243b7d90fab0533f8d9f2c397a1c5a5ebed839436afccd21da066b27772a6861a73664e2b9a6d01b07df949f472659c63a43a7e230cee853eee
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.64.0 (2022-06-16)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Documentation updates for Secrets Manager
|
8
|
+
|
9
|
+
1.63.0 (2022-06-16)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Documentation updates for Secrets Manager
|
13
|
+
|
14
|
+
1.62.0 (2022-05-25)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Documentation updates for Secrets Manager
|
18
|
+
|
4
19
|
1.61.0 (2022-05-11)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.64.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
|
@@ -1614,8 +1618,7 @@ module Aws::SecretsManager
|
|
1614
1618
|
#
|
1615
1619
|
# @option params [Boolean] :block_public_policy
|
1616
1620
|
# Specifies whether to block resource-based policies that allow broad
|
1617
|
-
# access to the secret
|
1618
|
-
# allow broad access, for example those that use a wildcard for the
|
1621
|
+
# access to the secret, for example those that use a wildcard for the
|
1619
1622
|
# principal.
|
1620
1623
|
#
|
1621
1624
|
# @return [Types::PutResourcePolicyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -1686,9 +1689,9 @@ module Aws::SecretsManager
|
|
1686
1689
|
# the staging label `AWSPREVIOUS` to the version that `AWSCURRENT` was
|
1687
1690
|
# removed from.
|
1688
1691
|
#
|
1689
|
-
# This operation is idempotent. If
|
1690
|
-
#
|
1691
|
-
# 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
|
1692
1695
|
# nothing. However, if the secret data is different, then the operation
|
1693
1696
|
# fails because you can't modify an existing version; you can only
|
1694
1697
|
# create new ones.
|
@@ -2447,8 +2450,8 @@ module Aws::SecretsManager
|
|
2447
2450
|
# version, Secrets Manager automatically attaches the staging label
|
2448
2451
|
# `AWSCURRENT` to the new version.
|
2449
2452
|
#
|
2450
|
-
# If you call this operation with a `
|
2451
|
-
# 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.
|
2452
2455
|
# You can't modify an existing version, you can only create a new
|
2453
2456
|
# version. To remove a version, remove all staging labels from it. See
|
2454
2457
|
# UpdateSecretVersionStage.
|
@@ -2876,7 +2879,7 @@ module Aws::SecretsManager
|
|
2876
2879
|
params: params,
|
2877
2880
|
config: config)
|
2878
2881
|
context[:gem_name] = 'aws-sdk-secretsmanager'
|
2879
|
-
context[:gem_version] = '1.
|
2882
|
+
context[:gem_version] = '1.64.0'
|
2880
2883
|
Seahorse::Client::Request.new(handlers, context)
|
2881
2884
|
end
|
2882
2885
|
|
@@ -1253,9 +1253,8 @@ module Aws::SecretsManager
|
|
1253
1253
|
#
|
1254
1254
|
# @!attribute [rw] block_public_policy
|
1255
1255
|
# Specifies whether to block resource-based policies that allow broad
|
1256
|
-
# access to the secret
|
1257
|
-
#
|
1258
|
-
# the principal.
|
1256
|
+
# access to the secret, for example those that use a wildcard for the
|
1257
|
+
# principal.
|
1259
1258
|
# @return [Boolean]
|
1260
1259
|
#
|
1261
1260
|
# @see http://docs.aws.amazon.com/goto/WebAPI/secretsmanager-2017-10-17/PutResourcePolicyRequest AWS API Documentation
|
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.64.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
|