aws-sdk-iam 1.68.0 → 1.69.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: 3cfe17357565eb402c90e99e7edf6c23c33f13142210108cb1f6473da339d6d4
4
- data.tar.gz: c04dd3b12e59e27c59275800d65a3b73f6d78bbedd2bf43b79d689a4b7ac6993
3
+ metadata.gz: c5dbcb4800f65764e4a3e2f28b774766916a84654d446ff44ecfaab60455a8fd
4
+ data.tar.gz: ea560b72220beed42179d02fed3ad1363d1494230583feb82dcd96feaf16d40e
5
5
  SHA512:
6
- metadata.gz: 52c95b4065b16306f28694fd2b59fcf83a21717e3266898d0a2590aee6e0bdc1cc9ace1b30287a6b7e4498f6eeba8f158ccc19557fa64f54a01e5ba62eb5305e
7
- data.tar.gz: 9de995bba510264e11fd5d3afa26e5211171f16f2564785e439f4c858cddaeea00a41860e92be7dfb425c49aa5159dc11edecd49234b75c2d27a7fc37b6a49e2
6
+ metadata.gz: 987a30d8cce522de9f26923e76ac05a5ee2803538353d5ffb2e211022257792702eef1938e91ae90abdca4b1011b096972e432a6473dc22b011333f5737d10af
7
+ data.tar.gz: 877f9d957f7a694a1045f439edf5316b98b0be38eadef0e2025459012c3a7fbd76e163e6a50dba13d9b4beacb03ee971c94e63b7a5222fcbb7e04c4903d187f4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.69.0 (2022-06-08)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for AWS Identity and Access Management (IAM).
8
+
4
9
  1.68.0 (2022-02-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.68.0
1
+ 1.69.0
@@ -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 maximum of one hour is applied. This setting can have a value
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 maximum of one hour is applied. This setting can have a value
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.68.0'
13228
+ context[:gem_version] = '1.69.0'
13229
13229
  Seahorse::Client::Request.new(handlers, context)
13230
13230
  end
13231
13231
 
@@ -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 maximum of one hour is applied. This setting can have a value
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
@@ -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 maximum of one hour is applied. This setting can have a
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 maximum of one hour is applied. This setting can have a
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
@@ -70,6 +70,6 @@ require_relative 'aws-sdk-iam/customizations'
70
70
  # @!group service
71
71
  module Aws::IAM
72
72
 
73
- GEM_VERSION = '1.68.0'
73
+ GEM_VERSION = '1.69.0'
74
74
 
75
75
  end
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.68.0
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-02-24 00:00:00.000000000 Z
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