aws-sdk-secretsmanager 1.94.0 → 1.95.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: 90b6b17beac96a75fa114deedc7f2b0fc5d111589a6ebecac0d650247ca7e06f
4
- data.tar.gz: 1fba70e32ac03688b5aba70ce39a9a1d7f0e29a84d6fb75700e7da47042bbd18
3
+ metadata.gz: 5011a7cf93524e6e5c900c2727647459b500419d570e0e240f99084b148d9192
4
+ data.tar.gz: c674353ddfc65359f83d76cdb1330a27bfc2bde04d4994ad29c2fd48ef113cd8
5
5
  SHA512:
6
- metadata.gz: 372c9d992882113d256286a9fb08ebf971ab87128f53faa9ba996b73c6e8d2dca539e799cfbaa702df5672488cf7296f8fb59d1259b5dcf41082ed598a02a91d
7
- data.tar.gz: 3f746dc848647d512b379a891ec1591b74e26358a854421b232788189bf8f7faa20358e5477a681ac1404f66831f3568b85f16b1a4204e4926bb9a29b391b6f2
6
+ metadata.gz: 166fe37dcb929aa732ea5a9c8ae3d10373dc845c0e524fea68cce4fd4a59385738100bceb3377c1ed606409459d5d091f799f4cdabe05c842c564805a104531b
7
+ data.tar.gz: de5c0fd0899c556b0b325528c9ff84542a0ba9f722745e0bb0711c9272e26f7a6f81ad70c93dbdd97248bced8fbe8564abbcc00a7c431537f93429d7ab6f3c04
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.95.0 (2024-05-20)
5
+ ------------------
6
+
7
+ * Feature - add v2 smoke tests and smithy smokeTests trait for SDK testing
8
+
4
9
  1.94.0 (2024-05-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.94.0
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. To retrieve a secret from
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-secrets_lambda-functions.html#rotate-secrets_lambda-functions-code
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
- # The ARN or name of the secret with the resource-based policy you want
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.94.0'
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. To retrieve a secret from
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-secrets_lambda-functions.html#rotate-secrets_lambda-functions-code
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
- # The ARN or name of the secret with the resource-based policy you
2372
- # want to validate.
2368
+ # This field is reserved for internal use.
2373
2369
  # @return [String]
2374
2370
  #
2375
2371
  # @!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.94.0'
55
+ GEM_VERSION = '1.95.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.94.0
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-16 00:00:00.000000000 Z
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