aws-sdk-secretsmanager 1.4.0 → 1.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-secretsmanager.rb +1 -1
- data/lib/aws-sdk-secretsmanager/client.rb +17 -3
- data/lib/aws-sdk-secretsmanager/types.rb +16 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4f62020f0ed0431acab4d49baa90a5bc3dc60929
|
4
|
+
data.tar.gz: 6d25b8bf3f4c0c3bed400d94eb83429125a86907
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0787c1aac1d90c3b34e7e83c621d3e094f2ef77fea0fc5f307a48b58e48df39408da5426996d11e7b8b105e3a20c280b2a9c49d169c69decb0bbf5b55de9384f'
|
7
|
+
data.tar.gz: 8f1cd28526a512f8aaf8e5d40bcdc37872f9b4d2eb96eb5c8f7796ac9d507d60d30bd926afeff4691e5469c622f35dadcde51aae8f8ebdfc0d2e035fe3cc5deb
|
@@ -434,7 +434,7 @@ module Aws::SecretsManager
|
|
434
434
|
# environments, see [Using JSON for Parameters][1] in the *AWS CLI User
|
435
435
|
# Guide*. For example:
|
436
436
|
#
|
437
|
-
# `[\{"
|
437
|
+
# `[\{"username":"bob"\},\{"password":"abc123xyz456"\}]`
|
438
438
|
#
|
439
439
|
# If your command-line tool or SDK requires quotation marks around the
|
440
440
|
# parameter, you should use single quotes to avoid confusion with the
|
@@ -1410,6 +1410,14 @@ module Aws::SecretsManager
|
|
1410
1410
|
# environments, see [Using JSON for Parameters][1] in the *AWS CLI User
|
1411
1411
|
# Guide*.
|
1412
1412
|
#
|
1413
|
+
# For example:
|
1414
|
+
#
|
1415
|
+
# `[\{"username":"bob"\},\{"password":"abc123xyz456"\}]`
|
1416
|
+
#
|
1417
|
+
# If your command-line tool or SDK requires quotation marks around the
|
1418
|
+
# parameter, you should use single quotes to avoid confusion with the
|
1419
|
+
# double quotes required in the JSON text.
|
1420
|
+
#
|
1413
1421
|
#
|
1414
1422
|
#
|
1415
1423
|
# [1]: http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json
|
@@ -2044,7 +2052,13 @@ module Aws::SecretsManager
|
|
2044
2052
|
# string argument and specify key/value pairs. For information on how to
|
2045
2053
|
# format a JSON parameter for the various command line tool
|
2046
2054
|
# environments, see [Using JSON for Parameters][1] in the *AWS CLI User
|
2047
|
-
# Guide*.
|
2055
|
+
# Guide*. For example:
|
2056
|
+
#
|
2057
|
+
# `[\{"username":"bob"\},\{"password":"abc123xyz456"\}]`
|
2058
|
+
#
|
2059
|
+
# If your command-line tool or SDK requires quotation marks around the
|
2060
|
+
# parameter, you should use single quotes to avoid confusion with the
|
2061
|
+
# double quotes required in the JSON text.
|
2048
2062
|
#
|
2049
2063
|
#
|
2050
2064
|
#
|
@@ -2303,7 +2317,7 @@ module Aws::SecretsManager
|
|
2303
2317
|
params: params,
|
2304
2318
|
config: config)
|
2305
2319
|
context[:gem_name] = 'aws-sdk-secretsmanager'
|
2306
|
-
context[:gem_version] = '1.
|
2320
|
+
context[:gem_version] = '1.5.0'
|
2307
2321
|
Seahorse::Client::Request.new(handlers, context)
|
2308
2322
|
end
|
2309
2323
|
|
@@ -176,7 +176,7 @@ module Aws::SecretsManager
|
|
176
176
|
# environments, see [Using JSON for Parameters][1] in the *AWS CLI
|
177
177
|
# User Guide*. For example:
|
178
178
|
#
|
179
|
-
# `[\{"
|
179
|
+
# `[\{"username":"bob"\},\{"password":"abc123xyz456"\}]`
|
180
180
|
#
|
181
181
|
# If your command-line tool or SDK requires quotation marks around the
|
182
182
|
# parameter, you should use single quotes to avoid confusion with the
|
@@ -914,6 +914,14 @@ module Aws::SecretsManager
|
|
914
914
|
# environments, see [Using JSON for Parameters][1] in the *AWS CLI
|
915
915
|
# User Guide*.
|
916
916
|
#
|
917
|
+
# For example:
|
918
|
+
#
|
919
|
+
# `[\{"username":"bob"\},\{"password":"abc123xyz456"\}]`
|
920
|
+
#
|
921
|
+
# If your command-line tool or SDK requires quotation marks around the
|
922
|
+
# parameter, you should use single quotes to avoid confusion with the
|
923
|
+
# double quotes required in the JSON text.
|
924
|
+
#
|
917
925
|
#
|
918
926
|
#
|
919
927
|
# [1]: http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json
|
@@ -1496,7 +1504,13 @@ module Aws::SecretsManager
|
|
1496
1504
|
# string argument and specify key/value pairs. For information on how
|
1497
1505
|
# to format a JSON parameter for the various command line tool
|
1498
1506
|
# environments, see [Using JSON for Parameters][1] in the *AWS CLI
|
1499
|
-
# User Guide*.
|
1507
|
+
# User Guide*. For example:
|
1508
|
+
#
|
1509
|
+
# `[\{"username":"bob"\},\{"password":"abc123xyz456"\}]`
|
1510
|
+
#
|
1511
|
+
# If your command-line tool or SDK requires quotation marks around the
|
1512
|
+
# parameter, you should use single quotes to avoid confusion with the
|
1513
|
+
# double quotes required in the JSON text.
|
1500
1514
|
#
|
1501
1515
|
#
|
1502
1516
|
#
|
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.5.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-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|