aws-sdk-secretsmanager 1.61.0 → 1.62.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: 0b1db95d58a296965e3e67e29dda7bddae3029b9828a0bf4016a951825d5fa61
4
+ data.tar.gz: 4ce3047b908c3134c8ae717ad79790d1877e17a9ebf1ce42414692c2e1869d5f
5
5
  SHA512:
6
- metadata.gz: f453772e841f802a633a803ae51207e58382dc4a02c874939bf6042fbd37c956c25d841774459bdc427bc6d017a811b4d9fd9617551e1271e57bb9ad27fb89f3
7
- data.tar.gz: 43a2d852ca685d9fa80b454620d1b2a448605400891915b78d4214f06a501e35cf8e58be55c5d56d5b84e9d25245432bc25456036e3b07276452e1121996eb78
6
+ metadata.gz: 345690087bb756e8218ead0897f15495268eb02da24ea0e79fd5b7f6ebeab68e3c4af91509c240f12dcd53d4527270fe3bccbef8cc7b7db998cf10ce023a2e58
7
+ data.tar.gz: f8a195852f3adc1ad281a8143d46cbef53e0da62c21fc8804223964afb7df176d93fd806e23ad380047415ad05c6ea5f845d93c2066db74b3ede0a03566ce913
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.62.0 (2022-05-25)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Secrets Manager
8
+
4
9
  1.61.0 (2022-05-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.61.0
1
+ 1.62.0
@@ -1614,8 +1614,7 @@ module Aws::SecretsManager
1614
1614
  #
1615
1615
  # @option params [Boolean] :block_public_policy
1616
1616
  # 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
1617
+ # access to the secret, for example those that use a wildcard for the
1619
1618
  # principal.
1620
1619
  #
1621
1620
  # @return [Types::PutResourcePolicyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -2876,7 +2875,7 @@ module Aws::SecretsManager
2876
2875
  params: params,
2877
2876
  config: config)
2878
2877
  context[:gem_name] = 'aws-sdk-secretsmanager'
2879
- context[:gem_version] = '1.61.0'
2878
+ context[:gem_version] = '1.62.0'
2880
2879
  Seahorse::Client::Request.new(handlers, context)
2881
2880
  end
2882
2881
 
@@ -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.62.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.62.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-05-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core