aws-sdk-secretsmanager 1.5.0 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1dca478393211fc8fc1ac2282d25a0c7b54631da
|
|
4
|
+
data.tar.gz: f2390aba6aa5fc2a9f9b02ed3efba4f978d36368
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5dfcf8ded0b5613b6ca5ca19e96fe0e0142f2e5a420e7a9a618037edd65bce609ef4045ee3cc5ad85e7a7099469de8648a882d316a47f713827be6a40dc8f786
|
|
7
|
+
data.tar.gz: 69203ecf50bd1d635d2737c06ce86ef8f5060319fb4221578e1e606bab346e2d883ed7b3794c2325290694ce471f7199e26f6f7934d6a71650e0874c5abb99b8
|
|
@@ -338,6 +338,9 @@ module Aws::SecretsManager
|
|
|
338
338
|
# @option params [required, String] :name
|
|
339
339
|
# Specifies the friendly name of the new secret.
|
|
340
340
|
#
|
|
341
|
+
# The secret name must be ASCII letters, digits, or the following
|
|
342
|
+
# characters : /\_+=,.@-
|
|
343
|
+
#
|
|
341
344
|
# @option params [String] :client_request_token
|
|
342
345
|
# (Optional) If you include `SecretString` or `SecretBinary`, then an
|
|
343
346
|
# initial version is created as part of the secret, and this parameter
|
|
@@ -2317,7 +2320,7 @@ module Aws::SecretsManager
|
|
|
2317
2320
|
params: params,
|
|
2318
2321
|
config: config)
|
|
2319
2322
|
context[:gem_name] = 'aws-sdk-secretsmanager'
|
|
2320
|
-
context[:gem_version] = '1.
|
|
2323
|
+
context[:gem_version] = '1.6.0'
|
|
2321
2324
|
Seahorse::Client::Request.new(handlers, context)
|
|
2322
2325
|
end
|
|
2323
2326
|
|
|
@@ -74,6 +74,9 @@ module Aws::SecretsManager
|
|
|
74
74
|
#
|
|
75
75
|
# @!attribute [rw] name
|
|
76
76
|
# Specifies the friendly name of the new secret.
|
|
77
|
+
#
|
|
78
|
+
# The secret name must be ASCII letters, digits, or the following
|
|
79
|
+
# characters : /\_+=,.@-
|
|
77
80
|
# @return [String]
|
|
78
81
|
#
|
|
79
82
|
# @!attribute [rw] client_request_token
|
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.6.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: 2018-05-
|
|
11
|
+
date: 2018-05-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|