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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 832ad9eeab3ae719d2d6c26151ec9aaab148192d6b42be17490c00193d3b928c
4
- data.tar.gz: ed9c5788cb61c16cd77a7e64384d5e37a5af226b4be7f068e0846324a84459d0
3
+ metadata.gz: a081e16da4489126c551e2f8b647342e8a42cada9e289f64ee9a9e88eae9032a
4
+ data.tar.gz: b461a4efae7078ad18f7f8cd30496f4cf449abc51957580ed0fa8343a940fa78
5
5
  SHA512:
6
- metadata.gz: f453772e841f802a633a803ae51207e58382dc4a02c874939bf6042fbd37c956c25d841774459bdc427bc6d017a811b4d9fd9617551e1271e57bb9ad27fb89f3
7
- data.tar.gz: 43a2d852ca685d9fa80b454620d1b2a448605400891915b78d4214f06a501e35cf8e58be55c5d56d5b84e9d25245432bc25456036e3b07276452e1121996eb78
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.61.0
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. By default, Secrets Manager blocks policies that
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 a version with a `VersionId` with the
1690
- # same value as the `ClientRequestToken` parameter already exists, and
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 `VersionId` that matches an existing
2451
- # 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.
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.61.0'
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. By default, Secrets Manager blocks policies
1257
- # that allow broad access, for example those that use a wildcard for
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
@@ -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.61.0'
51
+ GEM_VERSION = '1.64.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.61.0
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-05-11 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