aws-sdk-iam 1.68.0 → 1.69.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/client.rb +3 -3
- 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: c5dbcb4800f65764e4a3e2f28b774766916a84654d446ff44ecfaab60455a8fd
|
4
|
+
data.tar.gz: ea560b72220beed42179d02fed3ad1363d1494230583feb82dcd96feaf16d40e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 987a30d8cce522de9f26923e76ac05a5ee2803538353d5ffb2e211022257792702eef1938e91ae90abdca4b1011b096972e432a6473dc22b011333f5737d10af
|
7
|
+
data.tar.gz: 877f9d957f7a694a1045f439edf5316b98b0be38eadef0e2025459012c3a7fbd76e163e6a50dba13d9b4beacb03ee971c94e63b7a5222fcbb7e04c4903d187f4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.69.0
|
data/lib/aws-sdk-iam/client.rb
CHANGED
@@ -1754,7 +1754,7 @@ module Aws::IAM
|
|
1754
1754
|
# @option params [Integer] :max_session_duration
|
1755
1755
|
# The maximum session duration (in seconds) that you want to set for the
|
1756
1756
|
# specified role. If you do not specify a value for this setting, the
|
1757
|
-
# default
|
1757
|
+
# default value of one hour is applied. This setting can have a value
|
1758
1758
|
# from 1 hour to 12 hours.
|
1759
1759
|
#
|
1760
1760
|
# Anyone who assumes the role from the or API can use the
|
@@ -12308,7 +12308,7 @@ module Aws::IAM
|
|
12308
12308
|
# @option params [Integer] :max_session_duration
|
12309
12309
|
# The maximum session duration (in seconds) that you want to set for the
|
12310
12310
|
# specified role. If you do not specify a value for this setting, the
|
12311
|
-
# default
|
12311
|
+
# default value of one hour is applied. This setting can have a value
|
12312
12312
|
# from 1 hour to 12 hours.
|
12313
12313
|
#
|
12314
12314
|
# Anyone who assumes the role from the CLI or API can use the
|
@@ -13225,7 +13225,7 @@ module Aws::IAM
|
|
13225
13225
|
params: params,
|
13226
13226
|
config: config)
|
13227
13227
|
context[:gem_name] = 'aws-sdk-iam'
|
13228
|
-
context[:gem_version] = '1.
|
13228
|
+
context[:gem_version] = '1.69.0'
|
13229
13229
|
Seahorse::Client::Request.new(handlers, context)
|
13230
13230
|
end
|
13231
13231
|
|
data/lib/aws-sdk-iam/resource.rb
CHANGED
@@ -487,7 +487,7 @@ module Aws::IAM
|
|
487
487
|
# @option options [Integer] :max_session_duration
|
488
488
|
# The maximum session duration (in seconds) that you want to set for the
|
489
489
|
# specified role. If you do not specify a value for this setting, the
|
490
|
-
# default
|
490
|
+
# default value of one hour is applied. This setting can have a value
|
491
491
|
# from 1 hour to 12 hours.
|
492
492
|
#
|
493
493
|
# Anyone who assumes the role from the or API can use the
|
data/lib/aws-sdk-iam/types.rb
CHANGED
@@ -1397,7 +1397,7 @@ module Aws::IAM
|
|
1397
1397
|
# @!attribute [rw] max_session_duration
|
1398
1398
|
# The maximum session duration (in seconds) that you want to set for
|
1399
1399
|
# the specified role. If you do not specify a value for this setting,
|
1400
|
-
# the default
|
1400
|
+
# the default value of one hour is applied. This setting can have a
|
1401
1401
|
# value from 1 hour to 12 hours.
|
1402
1402
|
#
|
1403
1403
|
# Anyone who assumes the role from the or API can use the
|
@@ -12269,7 +12269,7 @@ module Aws::IAM
|
|
12269
12269
|
# @!attribute [rw] max_session_duration
|
12270
12270
|
# The maximum session duration (in seconds) that you want to set for
|
12271
12271
|
# the specified role. If you do not specify a value for this setting,
|
12272
|
-
# the default
|
12272
|
+
# the default value of one hour is applied. This setting can have a
|
12273
12273
|
# value from 1 hour to 12 hours.
|
12274
12274
|
#
|
12275
12275
|
# Anyone who assumes the role from the CLI or API can use the
|
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.69.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: 2022-
|
11
|
+
date: 2022-06-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|