aws-sdk-secretsmanager 1.92.0 → 1.94.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-secretsmanager/client.rb +9 -6
- data/lib/aws-sdk-secretsmanager/client_api.rb +1 -0
- data/lib/aws-sdk-secretsmanager/types.rb +7 -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: 90b6b17beac96a75fa114deedc7f2b0fc5d111589a6ebecac0d650247ca7e06f
|
4
|
+
data.tar.gz: 1fba70e32ac03688b5aba70ce39a9a1d7f0e29a84d6fb75700e7da47042bbd18
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 372c9d992882113d256286a9fb08ebf971ab87128f53faa9ba996b73c6e8d2dca539e799cfbaa702df5672488cf7296f8fb59d1259b5dcf41082ed598a02a91d
|
7
|
+
data.tar.gz: 3f746dc848647d512b379a891ec1591b74e26358a854421b232788189bf8f7faa20358e5477a681ac1404f66831f3568b85f16b1a4204e4926bb9a29b391b6f2
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.94.0 (2024-05-16)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Documentation updates for AWS Secrets Manager
|
8
|
+
|
9
|
+
1.93.0 (2024-05-13)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.92.0 (2024-04-25)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.94.0
|
@@ -301,8 +301,9 @@ module Aws::SecretsManager
|
|
301
301
|
#
|
302
302
|
# @option options [String] :sdk_ua_app_id
|
303
303
|
# A unique and opaque application ID that is appended to the
|
304
|
-
# User-Agent header as app
|
305
|
-
# maximum length of 50.
|
304
|
+
# User-Agent header as app/sdk_ua_app_id. It should have a
|
305
|
+
# maximum length of 50. This variable is sourced from environment
|
306
|
+
# variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
|
306
307
|
#
|
307
308
|
# @option options [String] :secret_access_key
|
308
309
|
#
|
@@ -1500,7 +1501,8 @@ module Aws::SecretsManager
|
|
1500
1501
|
# [5]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/auth-and-access.html
|
1501
1502
|
#
|
1502
1503
|
# @option params [required, String] :secret_id
|
1503
|
-
# The ARN or name of the secret to retrieve.
|
1504
|
+
# The ARN or name of the secret to retrieve. To retrieve a secret from
|
1505
|
+
# another account, you must use an ARN.
|
1504
1506
|
#
|
1505
1507
|
# For an ARN, we recommend that you specify a complete ARN rather than a
|
1506
1508
|
# partial ARN. See [Finding a secret from a partial ARN][1].
|
@@ -2496,7 +2498,7 @@ module Aws::SecretsManager
|
|
2496
2498
|
#
|
2497
2499
|
#
|
2498
2500
|
#
|
2499
|
-
# [1]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotate-
|
2501
|
+
# [1]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotate-secrets_lambda-functions.html#rotate-secrets_lambda-functions-code
|
2500
2502
|
#
|
2501
2503
|
# @return [Types::RotateSecretResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2502
2504
|
#
|
@@ -3216,7 +3218,8 @@ module Aws::SecretsManager
|
|
3216
3218
|
# [4]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/auth-and-access.html
|
3217
3219
|
#
|
3218
3220
|
# @option params [String] :secret_id
|
3219
|
-
#
|
3221
|
+
# The ARN or name of the secret with the resource-based policy you want
|
3222
|
+
# to validate.
|
3220
3223
|
#
|
3221
3224
|
# @option params [required, String] :resource_policy
|
3222
3225
|
# A JSON-formatted string that contains an Amazon Web Services
|
@@ -3286,7 +3289,7 @@ module Aws::SecretsManager
|
|
3286
3289
|
params: params,
|
3287
3290
|
config: config)
|
3288
3291
|
context[:gem_name] = 'aws-sdk-secretsmanager'
|
3289
|
-
context[:gem_version] = '1.
|
3292
|
+
context[:gem_version] = '1.94.0'
|
3290
3293
|
Seahorse::Client::Request.new(handlers, context)
|
3291
3294
|
end
|
3292
3295
|
|
@@ -531,6 +531,7 @@ module Aws::SecretsManager
|
|
531
531
|
"endpointPrefix" => "secretsmanager",
|
532
532
|
"jsonVersion" => "1.1",
|
533
533
|
"protocol" => "json",
|
534
|
+
"protocols" => ["json"],
|
534
535
|
"serviceFullName" => "AWS Secrets Manager",
|
535
536
|
"serviceId" => "Secrets Manager",
|
536
537
|
"signatureVersion" => "v4",
|
@@ -527,6 +527,8 @@ module Aws::SecretsManager
|
|
527
527
|
#
|
528
528
|
# @!attribute [rw] rotation_enabled
|
529
529
|
# Specifies whether automatic rotation is turned on for this secret.
|
530
|
+
# If the secret has never been configured for rotation, Secrets
|
531
|
+
# Manager returns null.
|
530
532
|
#
|
531
533
|
# To turn on rotation, use RotateSecret. To turn off rotation, use
|
532
534
|
# CancelRotateSecret.
|
@@ -861,7 +863,8 @@ module Aws::SecretsManager
|
|
861
863
|
end
|
862
864
|
|
863
865
|
# @!attribute [rw] secret_id
|
864
|
-
# The ARN or name of the secret to retrieve.
|
866
|
+
# The ARN or name of the secret to retrieve. To retrieve a secret from
|
867
|
+
# another account, you must use an ARN.
|
865
868
|
#
|
866
869
|
# For an ARN, we recommend that you specify a complete ARN rather than
|
867
870
|
# a partial ARN. See [Finding a secret from a partial ARN][1].
|
@@ -1705,7 +1708,7 @@ module Aws::SecretsManager
|
|
1705
1708
|
#
|
1706
1709
|
#
|
1707
1710
|
#
|
1708
|
-
# [1]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotate-
|
1711
|
+
# [1]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotate-secrets_lambda-functions.html#rotate-secrets_lambda-functions-code
|
1709
1712
|
# @return [Boolean]
|
1710
1713
|
#
|
1711
1714
|
# @see http://docs.aws.amazon.com/goto/WebAPI/secretsmanager-2017-10-17/RotateSecretRequest AWS API Documentation
|
@@ -2365,7 +2368,8 @@ module Aws::SecretsManager
|
|
2365
2368
|
end
|
2366
2369
|
|
2367
2370
|
# @!attribute [rw] secret_id
|
2368
|
-
#
|
2371
|
+
# The ARN or name of the secret with the resource-based policy you
|
2372
|
+
# want to validate.
|
2369
2373
|
# @return [String]
|
2370
2374
|
#
|
2371
2375
|
# @!attribute [rw] resource_policy
|
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.94.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-05-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|