aws-sdk-iam 1.112.0 → 1.113.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: 4bab40bd34826fe483e3a57bd5fe985ade14e198b40cb4db7704ff5d354efc86
4
- data.tar.gz: b235a34e1c4d1e83ec515e8889eee1481a58a4ffdb8f27977b293167a231deab
3
+ metadata.gz: 044a889bbe9f1f7bcff5480da70a2b1a1df0a140d615a71f5feef664ceaaf938
4
+ data.tar.gz: 3c0c6a170629d2c7a28f5cfe1b28da9447d7047cf472c74007736ae2db4eb1ab
5
5
  SHA512:
6
- metadata.gz: '09b9528d7451a0bdbd666894badd5ecdd692c8628b1adcfe79165429e388c25670e3e092b569193b6af92148130b0eb424a5b1fdb734b39d389637eecc5828f7'
7
- data.tar.gz: 6b28c3e1da56da1c56055693e6274916622c12f02754ad4dc87262d4172a775286aa92ec1575a5071bc4274c163e54115f6f4cb45ba917f7cdadfaca455564d4
6
+ metadata.gz: ad1d377488bfb60448110ce608082211e3c8def8d519ac07cb32a8099c0b442a475bb0d3130e752db51e3ed2bfbce2d11be6b9672e484a7d7274a26ceedbb5d5
7
+ data.tar.gz: 1951251d3d1624be86f35f65270aafa6b11f66999fc64b438b7bdd8fc57c3667bd78710ad95b990de0626c1c8add331a9ad711065e270094223a94f4d31cc628
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.113.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.112.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.112.0
1
+ 1.113.0
@@ -33,7 +33,7 @@ module Aws::IAM
33
33
  # Specifies whether IAM user passwords must contain at least one of the
34
34
  # following symbols:
35
35
  #
36
- # ! @ # $ % ^ & * ( ) \_ + - = \[ \] \\\{ \\} \| '
36
+ # ! @ # $ % ^ & * ( ) \_ + - = \[ \] \{ } \| '
37
37
  # @return [Boolean]
38
38
  def require_symbols
39
39
  data[:require_symbols]
@@ -275,7 +275,7 @@ module Aws::IAM
275
275
  # Specifies whether IAM user passwords must contain at least one of the
276
276
  # following non-alphanumeric characters:
277
277
  #
278
- # ! @ # $ % ^ & * ( ) \_ + - = \[ \] \\\{ \\} \| '
278
+ # ! @ # $ % ^ & * ( ) \_ + - = \[ \] \{ } \| '
279
279
  #
280
280
  # If you do not specify a value for this parameter, then the operation
281
281
  # uses the default value of `false`. The result is that passwords do not
@@ -12176,7 +12176,7 @@ module Aws::IAM
12176
12176
  # Specifies whether IAM user passwords must contain at least one of the
12177
12177
  # following non-alphanumeric characters:
12178
12178
  #
12179
- # ! @ # $ % ^ & * ( ) \_ + - = \[ \] \\\{ \\} \| '
12179
+ # ! @ # $ % ^ & * ( ) \_ + - = \[ \] \{ } \| '
12180
12180
  #
12181
12181
  # If you do not specify a value for this parameter, then the operation
12182
12182
  # uses the default value of `false`. The result is that passwords do not
@@ -13537,7 +13537,7 @@ module Aws::IAM
13537
13537
  tracer: tracer
13538
13538
  )
13539
13539
  context[:gem_name] = 'aws-sdk-iam'
13540
- context[:gem_version] = '1.112.0'
13540
+ context[:gem_version] = '1.113.0'
13541
13541
  Seahorse::Client::Request.new(handlers, context)
13542
13542
  end
13543
13543
 
@@ -117,7 +117,7 @@ module Aws::IAM
117
117
  # Specifies whether IAM user passwords must contain at least one of the
118
118
  # following non-alphanumeric characters:
119
119
  #
120
- # ! @ # $ % ^ & * ( ) \_ + - = \[ \] \\\{ \\} \| '
120
+ # ! @ # $ % ^ & * ( ) \_ + - = \[ \] \{ } \| '
121
121
  #
122
122
  # If you do not specify a value for this parameter, then the operation
123
123
  # uses the default value of `false`. The result is that passwords do not
@@ -7620,7 +7620,7 @@ module Aws::IAM
7620
7620
  # Specifies whether IAM user passwords must contain at least one of
7621
7621
  # the following symbols:
7622
7622
  #
7623
- # ! @ # $ % ^ & * ( ) \_ + - = \[ \] \\\{ \\} \| '
7623
+ # ! @ # $ % ^ & * ( ) \_ + - = \[ \] \{ } \| '
7624
7624
  # @return [Boolean]
7625
7625
  #
7626
7626
  # @!attribute [rw] require_numbers
@@ -10783,7 +10783,7 @@ module Aws::IAM
10783
10783
  # Specifies whether IAM user passwords must contain at least one of
10784
10784
  # the following non-alphanumeric characters:
10785
10785
  #
10786
- # ! @ # $ % ^ & * ( ) \_ + - = \[ \] \\\{ \\} \| '
10786
+ # ! @ # $ % ^ & * ( ) \_ + - = \[ \] \{ } \| '
10787
10787
  #
10788
10788
  # If you do not specify a value for this parameter, then the operation
10789
10789
  # uses the default value of `false`. The result is that passwords do
data/lib/aws-sdk-iam.rb CHANGED
@@ -76,7 +76,7 @@ module Aws::IAM
76
76
  autoload :UserPolicy, 'aws-sdk-iam/user_policy'
77
77
  autoload :VirtualMfaDevice, 'aws-sdk-iam/virtual_mfa_device'
78
78
 
79
- GEM_VERSION = '1.112.0'
79
+ GEM_VERSION = '1.113.0'
80
80
 
81
81
  end
82
82
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iam
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.112.0
4
+ version: 1.113.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