aws-sdk-secretsmanager 1.109.0 → 1.110.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 730b8496ed543075db0faa6d437c3610c1b6dbcd889880c1561cc689d3f97d07
4
- data.tar.gz: e9da4b25247aa0effae35bb95b498553c895551a71b6d8aab4dd93f6bdf0ac92
3
+ metadata.gz: 64bea02c66e28adae0ee0d61820712b1964ff27fa7d1351f95a5f584ce80d97b
4
+ data.tar.gz: e7c7bf918cb0918f2bc48962ed894eb5a5b01d8b452c2980f772a51077ab1d2b
5
5
  SHA512:
6
- metadata.gz: eb0ca31f721dc545a7246049db3eb63ee2142d8e140c538154c2496f548646f2c0e724e1380382b811271d01e562eeb2ed29e990b9fa92ce3d16510ef12d5e5b
7
- data.tar.gz: 332fdf5c70c3978ff557ab7dee4d5fc6400f3114f2a7c5624fa58ab86881cc9b68c982bfe478218d8cbaa6eb40bb899fef361c44ecb130e17531d83f05640ebd
6
+ metadata.gz: 9e9c542a2647252ffbaf5c43de28bd915654bbf8da08406e1dc09fa1d8dd028f8a51ff6667f1c35cb8e84a9dfb209d623a75ec178844c2cde37957130b8ee3c6
7
+ data.tar.gz: 6e47589c6a6367aa78dda6e952f5b837ff4a41e769c2f5e593e835c8274514b0932f73da203e7e20e3d2209159e9a8c0bfd7721cc2f158a0ed6817a31d45ef12
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.110.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.109.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.109.0
1
+ 1.110.0
@@ -882,7 +882,7 @@ module Aws::SecretsManager
882
882
  # A list of tags to attach to the secret. Each tag is a key and value
883
883
  # pair of strings in a JSON text string, for example:
884
884
  #
885
- # `[\{"Key":"CostCenter","Value":"12345"\},\{"Key":"environment","Value":"production"\}]`
885
+ # `[{"Key":"CostCenter","Value":"12345"},{"Key":"environment","Value":"production"}]`
886
886
  #
887
887
  # Secrets Manager tag key names are case sensitive. A tag with the key
888
888
  # "ABC" is a different tag from one with key "abc".
@@ -1342,7 +1342,7 @@ module Aws::SecretsManager
1342
1342
  # length and include every character type that the system you are
1343
1343
  # generating a password for can support. By default, Secrets Manager
1344
1344
  # uses uppercase and lowercase letters, numbers, and the following
1345
- # characters in passwords: `` !"#$%&'()*+,-./:;<=>?@[\\]^_`\{|\}~ ``
1345
+ # characters in passwords: `` !"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~ ``
1346
1346
  #
1347
1347
  # Secrets Manager generates a CloudTrail log entry when you call this
1348
1348
  # action.
@@ -1370,7 +1370,7 @@ module Aws::SecretsManager
1370
1370
  # @option params [Boolean] :exclude_punctuation
1371
1371
  # Specifies whether to exclude the following punctuation characters from
1372
1372
  # the password: `` ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _
1373
- # ` \{ | \} ~ ``. If you don't include this switch, the password can
1373
+ # ` { | } ~ ``. If you don't include this switch, the password can
1374
1374
  # contain punctuation.
1375
1375
  #
1376
1376
  # @option params [Boolean] :exclude_uppercase
@@ -3395,7 +3395,7 @@ module Aws::SecretsManager
3395
3395
  tracer: tracer
3396
3396
  )
3397
3397
  context[:gem_name] = 'aws-sdk-secretsmanager'
3398
- context[:gem_version] = '1.109.0'
3398
+ context[:gem_version] = '1.110.0'
3399
3399
  Seahorse::Client::Request.new(handlers, context)
3400
3400
  end
3401
3401
 
@@ -274,7 +274,7 @@ module Aws::SecretsManager
274
274
  # A list of tags to attach to the secret. Each tag is a key and value
275
275
  # pair of strings in a JSON text string, for example:
276
276
  #
277
- # `[\{"Key":"CostCenter","Value":"12345"\},\{"Key":"environment","Value":"production"\}]`
277
+ # `[{"Key":"CostCenter","Value":"12345"},{"Key":"environment","Value":"production"}]`
278
278
  #
279
279
  # Secrets Manager tag key names are case sensitive. A tag with the key
280
280
  # "ABC" is a different tag from one with key "abc".
@@ -767,7 +767,7 @@ module Aws::SecretsManager
767
767
  # @!attribute [rw] exclude_punctuation
768
768
  # Specifies whether to exclude the following punctuation characters
769
769
  # from the password: `` ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [
770
- # \ ] ^ _ ` \{ | \} ~ ``. If you don't include this switch, the
770
+ # \ ] ^ _ ` { | } ~ ``. If you don't include this switch, the
771
771
  # password can contain punctuation.
772
772
  # @return [Boolean]
773
773
  #
@@ -54,7 +54,7 @@ module Aws::SecretsManager
54
54
  autoload :EndpointProvider, 'aws-sdk-secretsmanager/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-secretsmanager/endpoints'
56
56
 
57
- GEM_VERSION = '1.109.0'
57
+ GEM_VERSION = '1.110.0'
58
58
 
59
59
  end
60
60
 
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.109.0
4
+ version: 1.110.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-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core