aws-sdk-secretsmanager 1.94.0 → 1.95.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-secretsmanager/client.rb +4 -6
- data/lib/aws-sdk-secretsmanager/types.rb +3 -7
- 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: 5011a7cf93524e6e5c900c2727647459b500419d570e0e240f99084b148d9192
|
|
4
|
+
data.tar.gz: c674353ddfc65359f83d76cdb1330a27bfc2bde04d4994ad29c2fd48ef113cd8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 166fe37dcb929aa732ea5a9c8ae3d10373dc845c0e524fea68cce4fd4a59385738100bceb3377c1ed606409459d5d091f799f4cdabe05c842c564805a104531b
|
|
7
|
+
data.tar.gz: de5c0fd0899c556b0b325528c9ff84542a0ba9f722745e0bb0711c9272e26f7a6f81ad70c93dbdd97248bced8fbe8564abbcc00a7c431537f93429d7ab6f3c04
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.95.0
|
|
@@ -1501,8 +1501,7 @@ module Aws::SecretsManager
|
|
|
1501
1501
|
# [5]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/auth-and-access.html
|
|
1502
1502
|
#
|
|
1503
1503
|
# @option params [required, String] :secret_id
|
|
1504
|
-
# The ARN or name of the secret to retrieve.
|
|
1505
|
-
# another account, you must use an ARN.
|
|
1504
|
+
# The ARN or name of the secret to retrieve.
|
|
1506
1505
|
#
|
|
1507
1506
|
# For an ARN, we recommend that you specify a complete ARN rather than a
|
|
1508
1507
|
# partial ARN. See [Finding a secret from a partial ARN][1].
|
|
@@ -2498,7 +2497,7 @@ module Aws::SecretsManager
|
|
|
2498
2497
|
#
|
|
2499
2498
|
#
|
|
2500
2499
|
#
|
|
2501
|
-
# [1]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotate-
|
|
2500
|
+
# [1]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotate-secrets_how.html
|
|
2502
2501
|
#
|
|
2503
2502
|
# @return [Types::RotateSecretResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
2504
2503
|
#
|
|
@@ -3218,8 +3217,7 @@ module Aws::SecretsManager
|
|
|
3218
3217
|
# [4]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/auth-and-access.html
|
|
3219
3218
|
#
|
|
3220
3219
|
# @option params [String] :secret_id
|
|
3221
|
-
#
|
|
3222
|
-
# to validate.
|
|
3220
|
+
# This field is reserved for internal use.
|
|
3223
3221
|
#
|
|
3224
3222
|
# @option params [required, String] :resource_policy
|
|
3225
3223
|
# A JSON-formatted string that contains an Amazon Web Services
|
|
@@ -3289,7 +3287,7 @@ module Aws::SecretsManager
|
|
|
3289
3287
|
params: params,
|
|
3290
3288
|
config: config)
|
|
3291
3289
|
context[:gem_name] = 'aws-sdk-secretsmanager'
|
|
3292
|
-
context[:gem_version] = '1.
|
|
3290
|
+
context[:gem_version] = '1.95.0'
|
|
3293
3291
|
Seahorse::Client::Request.new(handlers, context)
|
|
3294
3292
|
end
|
|
3295
3293
|
|
|
@@ -527,8 +527,6 @@ 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.
|
|
532
530
|
#
|
|
533
531
|
# To turn on rotation, use RotateSecret. To turn off rotation, use
|
|
534
532
|
# CancelRotateSecret.
|
|
@@ -863,8 +861,7 @@ module Aws::SecretsManager
|
|
|
863
861
|
end
|
|
864
862
|
|
|
865
863
|
# @!attribute [rw] secret_id
|
|
866
|
-
# The ARN or name of the secret to retrieve.
|
|
867
|
-
# another account, you must use an ARN.
|
|
864
|
+
# The ARN or name of the secret to retrieve.
|
|
868
865
|
#
|
|
869
866
|
# For an ARN, we recommend that you specify a complete ARN rather than
|
|
870
867
|
# a partial ARN. See [Finding a secret from a partial ARN][1].
|
|
@@ -1708,7 +1705,7 @@ module Aws::SecretsManager
|
|
|
1708
1705
|
#
|
|
1709
1706
|
#
|
|
1710
1707
|
#
|
|
1711
|
-
# [1]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotate-
|
|
1708
|
+
# [1]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotate-secrets_how.html
|
|
1712
1709
|
# @return [Boolean]
|
|
1713
1710
|
#
|
|
1714
1711
|
# @see http://docs.aws.amazon.com/goto/WebAPI/secretsmanager-2017-10-17/RotateSecretRequest AWS API Documentation
|
|
@@ -2368,8 +2365,7 @@ module Aws::SecretsManager
|
|
|
2368
2365
|
end
|
|
2369
2366
|
|
|
2370
2367
|
# @!attribute [rw] secret_id
|
|
2371
|
-
#
|
|
2372
|
-
# want to validate.
|
|
2368
|
+
# This field is reserved for internal use.
|
|
2373
2369
|
# @return [String]
|
|
2374
2370
|
#
|
|
2375
2371
|
# @!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.95.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-05-
|
|
11
|
+
date: 2024-05-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|