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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: adc6658fd1a26ab315be54d86d3b7235e85668fc612231d49170e88950a14ea6
4
- data.tar.gz: a7060061348196302f340a46be57e4821b00d858aadb3066bf604df8909d9019
3
+ metadata.gz: 90b6b17beac96a75fa114deedc7f2b0fc5d111589a6ebecac0d650247ca7e06f
4
+ data.tar.gz: 1fba70e32ac03688b5aba70ce39a9a1d7f0e29a84d6fb75700e7da47042bbd18
5
5
  SHA512:
6
- metadata.gz: a589ed6b37805ede7b822292c7987736075c45e73c54e73d953b540bd681d30f37ac199763753bdb217a0b782f0d344d033f8b19030ab0a3e64118e1a0114a2a
7
- data.tar.gz: bac50130c53dd9fe0e967e56755b10b6033ad7b8d207b277e3b9e731fa04bb0f325afb093316115db2d445b362f39eca662fe33822457f0572c9d2303401856c
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.92.0
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/<sdk_ua_app_id>. It should have a
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-secrets_how.html
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
- # This field is reserved for internal use.
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.92.0'
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-secrets_how.html
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
- # This field is reserved for internal use.
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
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-secretsmanager/customizations'
52
52
  # @!group service
53
53
  module Aws::SecretsManager
54
54
 
55
- GEM_VERSION = '1.92.0'
55
+ GEM_VERSION = '1.94.0'
56
56
 
57
57
  end
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.92.0
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-04-25 00:00:00.000000000 Z
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