aws-sdk-iam 1.144.0 → 1.146.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: 43d73b565aa8befb5fbf2ad6da98ec0263edcef191547e3d1e5a984420938270
4
- data.tar.gz: dcca112828822d7c6cbd660cf8a3c8f374c0f2f31043a2308378f3f953e855d9
3
+ metadata.gz: 62dd769c53fc287067958875182c622d0bac3731fcfefdf481047571b7592579
4
+ data.tar.gz: 205fa1978f3669d931d684524daa6931921b8aaef280099cb89a74fcb34a41aa
5
5
  SHA512:
6
- metadata.gz: 72a13584f1ccd5bc3b494f7de5f52b29b5a524d4d0057877eeef5f02f884b664ad630214e80cfd59b37fcac5be75f8c74868676212bebf93c402b1c349bc29a2
7
- data.tar.gz: eff6d3c787524967c72dd1955f8f01a72b752b3e90cc9fecc59c34422ab5a67235c7ac87772ddb611a8eb93f5392943de6379f49a4d7a4497a177eb1cf48d440
6
+ metadata.gz: fa8044c3e261158c5741fe5d038ecd292db3bc4581329a450d4e0d78f9fde5294a002ff2b378763f831d693f3dca46988f2fc6757ce2f10d5aa2903ae8ccec88
7
+ data.tar.gz: afd685d2236a97126b44abf3c72ee6bb391bb62c37c1a6fad11d6b57b1babe784f4aa28312ff49d9665365a10fdbce70af14ecd139955046b548a03a218c1735
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.146.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.145.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.144.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.144.0
1
+ 1.146.0
@@ -199,7 +199,7 @@ module Aws::IAM
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::IAM
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -14699,7 +14697,7 @@ module Aws::IAM
14699
14697
  tracer: tracer
14700
14698
  )
14701
14699
  context[:gem_name] = 'aws-sdk-iam'
14702
- context[:gem_version] = '1.144.0'
14700
+ context[:gem_version] = '1.146.0'
14703
14701
  Seahorse::Client::Request.new(handlers, context)
14704
14702
  end
14705
14703
 
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.144.0'
79
+ GEM_VERSION = '1.146.0'
80
80
 
81
81
  end
82
82
 
data/sig/client.rbs CHANGED
@@ -171,7 +171,7 @@ module Aws
171
171
  name: ::String?,
172
172
  values: Array[::String]?,
173
173
  type: ("string" | "stringList")?
174
- },
174
+ }
175
175
  ]?
176
176
  },
177
177
  ?request_message: ::String,
@@ -206,7 +206,7 @@ module Aws
206
206
  {
207
207
  key: ::String,
208
208
  value: ::String
209
- },
209
+ }
210
210
  ]
211
211
  ) -> _CreateInstanceProfileResponseSuccess
212
212
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateInstanceProfileResponseSuccess
@@ -237,7 +237,7 @@ module Aws
237
237
  {
238
238
  key: ::String,
239
239
  value: ::String
240
- },
240
+ }
241
241
  ]
242
242
  ) -> _CreateOpenIDConnectProviderResponseSuccess
243
243
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateOpenIDConnectProviderResponseSuccess
@@ -256,7 +256,7 @@ module Aws
256
256
  {
257
257
  key: ::String,
258
258
  value: ::String
259
- },
259
+ }
260
260
  ]
261
261
  ) -> _CreatePolicyResponseSuccess
262
262
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePolicyResponseSuccess
@@ -289,7 +289,7 @@ module Aws
289
289
  {
290
290
  key: ::String,
291
291
  value: ::String
292
- },
292
+ }
293
293
  ]
294
294
  ) -> _CreateRoleResponseSuccess
295
295
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRoleResponseSuccess
@@ -307,7 +307,7 @@ module Aws
307
307
  {
308
308
  key: ::String,
309
309
  value: ::String
310
- },
310
+ }
311
311
  ],
312
312
  ?assertion_encryption_mode: ("Required" | "Allowed"),
313
313
  ?add_private_key: ::String
@@ -351,7 +351,7 @@ module Aws
351
351
  {
352
352
  key: ::String,
353
353
  value: ::String
354
- },
354
+ }
355
355
  ]
356
356
  ) -> _CreateUserResponseSuccess
357
357
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateUserResponseSuccess
@@ -368,7 +368,7 @@ module Aws
368
368
  {
369
369
  key: ::String,
370
370
  value: ::String
371
- },
371
+ }
372
372
  ]
373
373
  ) -> _CreateVirtualMFADeviceResponseSuccess
374
374
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateVirtualMFADeviceResponseSuccess
@@ -1627,7 +1627,7 @@ module Aws
1627
1627
  context_key_name: ::String?,
1628
1628
  context_key_values: Array[::String]?,
1629
1629
  context_key_type: ("string" | "stringList" | "numeric" | "numericList" | "boolean" | "booleanList" | "ip" | "ipList" | "binary" | "binaryList" | "date" | "dateList")?
1630
- },
1630
+ }
1631
1631
  ],
1632
1632
  ?resource_handling_option: ::String,
1633
1633
  ?max_items: ::Integer,
@@ -1656,7 +1656,7 @@ module Aws
1656
1656
  context_key_name: ::String?,
1657
1657
  context_key_values: Array[::String]?,
1658
1658
  context_key_type: ("string" | "stringList" | "numeric" | "numericList" | "boolean" | "booleanList" | "ip" | "ipList" | "binary" | "binaryList" | "date" | "dateList")?
1659
- },
1659
+ }
1660
1660
  ],
1661
1661
  ?resource_handling_option: ::String,
1662
1662
  ?max_items: ::Integer,
@@ -1671,7 +1671,7 @@ module Aws
1671
1671
  {
1672
1672
  key: ::String,
1673
1673
  value: ::String
1674
- },
1674
+ }
1675
1675
  ]
1676
1676
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1677
1677
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
@@ -1683,7 +1683,7 @@ module Aws
1683
1683
  {
1684
1684
  key: ::String,
1685
1685
  value: ::String
1686
- },
1686
+ }
1687
1687
  ]
1688
1688
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1689
1689
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
@@ -1695,7 +1695,7 @@ module Aws
1695
1695
  {
1696
1696
  key: ::String,
1697
1697
  value: ::String
1698
- },
1698
+ }
1699
1699
  ]
1700
1700
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1701
1701
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
@@ -1707,7 +1707,7 @@ module Aws
1707
1707
  {
1708
1708
  key: ::String,
1709
1709
  value: ::String
1710
- },
1710
+ }
1711
1711
  ]
1712
1712
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1713
1713
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
@@ -1719,7 +1719,7 @@ module Aws
1719
1719
  {
1720
1720
  key: ::String,
1721
1721
  value: ::String
1722
- },
1722
+ }
1723
1723
  ]
1724
1724
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1725
1725
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
@@ -1731,7 +1731,7 @@ module Aws
1731
1731
  {
1732
1732
  key: ::String,
1733
1733
  value: ::String
1734
- },
1734
+ }
1735
1735
  ]
1736
1736
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1737
1737
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
@@ -1743,7 +1743,7 @@ module Aws
1743
1743
  {
1744
1744
  key: ::String,
1745
1745
  value: ::String
1746
- },
1746
+ }
1747
1747
  ]
1748
1748
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1749
1749
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
@@ -1755,7 +1755,7 @@ module Aws
1755
1755
  {
1756
1756
  key: ::String,
1757
1757
  value: ::String
1758
- },
1758
+ }
1759
1759
  ]
1760
1760
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1761
1761
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
@@ -1978,7 +1978,7 @@ module Aws
1978
1978
  {
1979
1979
  key: ::String,
1980
1980
  value: ::String
1981
- },
1981
+ }
1982
1982
  ]
1983
1983
  ) -> _UploadServerCertificateResponseSuccess
1984
1984
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UploadServerCertificateResponseSuccess
data/sig/resource.rbs CHANGED
@@ -122,7 +122,7 @@ module Aws
122
122
  {
123
123
  key: ::String,
124
124
  value: ::String
125
- },
125
+ }
126
126
  ]
127
127
  ) -> InstanceProfile
128
128
  | (?Hash[Symbol, untyped]) -> InstanceProfile
@@ -137,7 +137,7 @@ module Aws
137
137
  {
138
138
  key: ::String,
139
139
  value: ::String
140
- },
140
+ }
141
141
  ]
142
142
  ) -> Policy
143
143
  | (?Hash[Symbol, untyped]) -> Policy
@@ -154,7 +154,7 @@ module Aws
154
154
  {
155
155
  key: ::String,
156
156
  value: ::String
157
- },
157
+ }
158
158
  ]
159
159
  ) -> Role
160
160
  | (?Hash[Symbol, untyped]) -> Role
@@ -167,7 +167,7 @@ module Aws
167
167
  {
168
168
  key: ::String,
169
169
  value: ::String
170
- },
170
+ }
171
171
  ],
172
172
  ?assertion_encryption_mode: ("Required" | "Allowed"),
173
173
  ?add_private_key: ::String
@@ -185,7 +185,7 @@ module Aws
185
185
  {
186
186
  key: ::String,
187
187
  value: ::String
188
- },
188
+ }
189
189
  ]
190
190
  ) -> ServerCertificate
191
191
  | (?Hash[Symbol, untyped]) -> ServerCertificate
@@ -206,7 +206,7 @@ module Aws
206
206
  {
207
207
  key: ::String,
208
208
  value: ::String
209
- },
209
+ }
210
210
  ]
211
211
  ) -> User
212
212
  | (?Hash[Symbol, untyped]) -> User
@@ -219,7 +219,7 @@ module Aws
219
219
  {
220
220
  key: ::String,
221
221
  value: ::String
222
- },
222
+ }
223
223
  ]
224
224
  ) -> VirtualMfaDevice
225
225
  | (?Hash[Symbol, untyped]) -> VirtualMfaDevice
data/sig/user.rbs CHANGED
@@ -79,7 +79,7 @@ module Aws
79
79
  {
80
80
  key: ::String,
81
81
  value: ::String
82
- },
82
+ }
83
83
  ]
84
84
  ) -> User
85
85
  | (?Hash[Symbol, untyped]) -> User
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iam
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.144.0
4
+ version: 1.146.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement