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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iam/account_password_policy.rb +2 -2
- data/lib/aws-sdk-iam/client.rb +2 -2
- data/lib/aws-sdk-iam/resource.rb +1 -1
- data/lib/aws-sdk-iam/types.rb +2 -2
- data/lib/aws-sdk-iam.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: 044a889bbe9f1f7bcff5480da70a2b1a1df0a140d615a71f5feef664ceaaf938
|
4
|
+
data.tar.gz: 3c0c6a170629d2c7a28f5cfe1b28da9447d7047cf472c74007736ae2db4eb1ab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad1d377488bfb60448110ce608082211e3c8def8d519ac07cb32a8099c0b442a475bb0d3130e752db51e3ed2bfbce2d11be6b9672e484a7d7274a26ceedbb5d5
|
7
|
+
data.tar.gz: 1951251d3d1624be86f35f65270aafa6b11f66999fc64b438b7bdd8fc57c3667bd78710ad95b990de0626c1c8add331a9ad711065e270094223a94f4d31cc628
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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
|
data/lib/aws-sdk-iam/client.rb
CHANGED
@@ -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.
|
13540
|
+
context[:gem_version] = '1.113.0'
|
13541
13541
|
Seahorse::Client::Request.new(handlers, context)
|
13542
13542
|
end
|
13543
13543
|
|
data/lib/aws-sdk-iam/resource.rb
CHANGED
@@ -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
|
data/lib/aws-sdk-iam/types.rb
CHANGED
@@ -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
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.
|
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-
|
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
|