aws-sdk-secretsmanager 1.109.0 → 1.110.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 +4 -4
- data/lib/aws-sdk-secretsmanager/types.rb +2 -2
- 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: 64bea02c66e28adae0ee0d61820712b1964ff27fa7d1351f95a5f584ce80d97b
|
4
|
+
data.tar.gz: e7c7bf918cb0918f2bc48962ed894eb5a5b01d8b452c2980f772a51077ab1d2b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e9c542a2647252ffbaf5c43de28bd915654bbf8da08406e1dc09fa1d8dd028f8a51ff6667f1c35cb8e84a9dfb209d623a75ec178844c2cde37957130b8ee3c6
|
7
|
+
data.tar.gz: 6e47589c6a6367aa78dda6e952f5b837ff4a41e769c2f5e593e835c8274514b0932f73da203e7e20e3d2209159e9a8c0bfd7721cc2f158a0ed6817a31d45ef12
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.110.0
|
@@ -882,7 +882,7 @@ module Aws::SecretsManager
|
|
882
882
|
# A list of tags to attach to the secret. Each tag is a key and value
|
883
883
|
# pair of strings in a JSON text string, for example:
|
884
884
|
#
|
885
|
-
# `[
|
885
|
+
# `[{"Key":"CostCenter","Value":"12345"},{"Key":"environment","Value":"production"}]`
|
886
886
|
#
|
887
887
|
# Secrets Manager tag key names are case sensitive. A tag with the key
|
888
888
|
# "ABC" is a different tag from one with key "abc".
|
@@ -1342,7 +1342,7 @@ module Aws::SecretsManager
|
|
1342
1342
|
# length and include every character type that the system you are
|
1343
1343
|
# generating a password for can support. By default, Secrets Manager
|
1344
1344
|
# uses uppercase and lowercase letters, numbers, and the following
|
1345
|
-
# characters in passwords: `` !"#$%&'()*+,-./:;<=>?@[\\]^_
|
1345
|
+
# characters in passwords: `` !"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~ ``
|
1346
1346
|
#
|
1347
1347
|
# Secrets Manager generates a CloudTrail log entry when you call this
|
1348
1348
|
# action.
|
@@ -1370,7 +1370,7 @@ module Aws::SecretsManager
|
|
1370
1370
|
# @option params [Boolean] :exclude_punctuation
|
1371
1371
|
# Specifies whether to exclude the following punctuation characters from
|
1372
1372
|
# the password: `` ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _
|
1373
|
-
# `
|
1373
|
+
# ` { | } ~ ``. If you don't include this switch, the password can
|
1374
1374
|
# contain punctuation.
|
1375
1375
|
#
|
1376
1376
|
# @option params [Boolean] :exclude_uppercase
|
@@ -3395,7 +3395,7 @@ module Aws::SecretsManager
|
|
3395
3395
|
tracer: tracer
|
3396
3396
|
)
|
3397
3397
|
context[:gem_name] = 'aws-sdk-secretsmanager'
|
3398
|
-
context[:gem_version] = '1.
|
3398
|
+
context[:gem_version] = '1.110.0'
|
3399
3399
|
Seahorse::Client::Request.new(handlers, context)
|
3400
3400
|
end
|
3401
3401
|
|
@@ -274,7 +274,7 @@ module Aws::SecretsManager
|
|
274
274
|
# A list of tags to attach to the secret. Each tag is a key and value
|
275
275
|
# pair of strings in a JSON text string, for example:
|
276
276
|
#
|
277
|
-
# `[
|
277
|
+
# `[{"Key":"CostCenter","Value":"12345"},{"Key":"environment","Value":"production"}]`
|
278
278
|
#
|
279
279
|
# Secrets Manager tag key names are case sensitive. A tag with the key
|
280
280
|
# "ABC" is a different tag from one with key "abc".
|
@@ -767,7 +767,7 @@ module Aws::SecretsManager
|
|
767
767
|
# @!attribute [rw] exclude_punctuation
|
768
768
|
# Specifies whether to exclude the following punctuation characters
|
769
769
|
# from the password: `` ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [
|
770
|
-
# \ ] ^ _ `
|
770
|
+
# \ ] ^ _ ` { | } ~ ``. If you don't include this switch, the
|
771
771
|
# password can contain punctuation.
|
772
772
|
# @return [Boolean]
|
773
773
|
#
|
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.110.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: 2024-
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|