aws-sdk-iam 1.144.0 → 1.145.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: 0ddcf175c1896403ff97445548c60a561a89512a6101cd9c245da2a07600aad9
4
+ data.tar.gz: fd9509d56d98ba3a34665b19db401688e019fac05daa6095a2ce2bbdc000c8e2
5
5
  SHA512:
6
- metadata.gz: 72a13584f1ccd5bc3b494f7de5f52b29b5a524d4d0057877eeef5f02f884b664ad630214e80cfd59b37fcac5be75f8c74868676212bebf93c402b1c349bc29a2
7
- data.tar.gz: eff6d3c787524967c72dd1955f8f01a72b752b3e90cc9fecc59c34422ab5a67235c7ac87772ddb611a8eb93f5392943de6379f49a4d7a4497a177eb1cf48d440
6
+ metadata.gz: 032a6408d82a3176edd7d7ffdda6e3fe7f04e2bb118f940ea9e3b991d18ceac2f0c96846bc12e065a205ff26367ef83a872d2bd48c4b4dc796de4a63d9047c6c
7
+ data.tar.gz: 544d4184bed430e502ab7fd805227548272fe71582ad29e4e1f1e81b6b52e8a120e20a9d81039585391525d38a69b06844c88491dc41017c9ec13325f21aa262
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.145.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.144.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.144.0
1
+ 1.145.0
@@ -14699,7 +14699,7 @@ module Aws::IAM
14699
14699
  tracer: tracer
14700
14700
  )
14701
14701
  context[:gem_name] = 'aws-sdk-iam'
14702
- context[:gem_version] = '1.144.0'
14702
+ context[:gem_version] = '1.145.0'
14703
14703
  Seahorse::Client::Request.new(handlers, context)
14704
14704
  end
14705
14705
 
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.145.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.145.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services