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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-secretsmanager/client.rb +2 -3
- 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: 0b1db95d58a296965e3e67e29dda7bddae3029b9828a0bf4016a951825d5fa61
|
4
|
+
data.tar.gz: 4ce3047b908c3134c8ae717ad79790d1877e17a9ebf1ce42414692c2e1869d5f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 345690087bb756e8218ead0897f15495268eb02da24ea0e79fd5b7f6ebeab68e3c4af91509c240f12dcd53d4527270fe3bccbef8cc7b7db998cf10ce023a2e58
|
7
|
+
data.tar.gz: f8a195852f3adc1ad281a8143d46cbef53e0da62c21fc8804223964afb7df176d93fd806e23ad380047415ad05c6ea5f845d93c2066db74b3ede0a03566ce913
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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
|
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.
|
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
|
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.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
|
+
date: 2022-05-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|