aws-sdk-iam 1.118.0 → 1.119.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: 1a7366abbd952c0ddbd06d0a7a1533f79f2939fba1c3297b5ef7e8313ca6aee4
4
- data.tar.gz: a5db51b165a59c63ba63ff6026a0fe5be0bff7a66c65b091d112f57256f464c2
3
+ metadata.gz: e80d67950dd9b36b366f225ef2f444e3700334364d7356b38803b76849b83774
4
+ data.tar.gz: bb7d5046edd3e49e67d616386812689811c7f79d8245f2d14387de0f614b4ead
5
5
  SHA512:
6
- metadata.gz: 0a1ba2f81294d43c78ee436a81c0304a668ea34a4670d25eb1ae98fabe3b1d14978376a635915a320ae0add89d3e800246edb1b3b787779dfd17078dac40d192
7
- data.tar.gz: 7117377ef392a539e679e675666cc13b0054b5d8721a74a5b6ae90379942ab3f2cea6d338734ae5b4d67933700b82ed88fbc989657b2f677e10f26d873e38c7a
6
+ metadata.gz: 0bcbb1378ca66d9fd751967050cd85bb066b716bec24136760c50b6eff5ce9d53999588d685fc792a0b0e9b9aeec9bdb2240c805b88649a76666f0f4b7fcf6f1
7
+ data.tar.gz: 8f0b010a18f84b02a242316e4de0397cd26d82a26f290c59f0b6f07423ad965667d6da9b2e53ea47cd1dcfbe73524134a9d44626f278818114da52258b2ec6f9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.119.0 (2025-03-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.118.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.118.0
1
+ 1.119.0
@@ -13870,7 +13870,7 @@ module Aws::IAM
13870
13870
  tracer: tracer
13871
13871
  )
13872
13872
  context[:gem_name] = 'aws-sdk-iam'
13873
- context[:gem_version] = '1.118.0'
13873
+ context[:gem_version] = '1.119.0'
13874
13874
  Seahorse::Client::Request.new(handlers, context)
13875
13875
  end
13876
13876
 
@@ -30,39 +30,68 @@ module Aws::IAM
30
30
  # * {AccountNotManagementOrDelegatedAdministratorException}
31
31
  # * {CallerIsNotManagementAccountException}
32
32
  # * {ConcurrentModificationException}
33
+ # * This error class is not used. `ConcurrentModification` is used during parsing instead.
33
34
  # * {CredentialReportExpiredException}
35
+ # * This error class is not used. `ReportExpired` is used during parsing instead.
34
36
  # * {CredentialReportNotPresentException}
37
+ # * This error class is not used. `ReportNotPresent` is used during parsing instead.
35
38
  # * {CredentialReportNotReadyException}
39
+ # * This error class is not used. `ReportInProgress` is used during parsing instead.
36
40
  # * {DeleteConflictException}
41
+ # * This error class is not used. `DeleteConflict` is used during parsing instead.
37
42
  # * {DuplicateCertificateException}
43
+ # * This error class is not used. `DuplicateCertificate` is used during parsing instead.
38
44
  # * {DuplicateSSHPublicKeyException}
45
+ # * This error class is not used. `DuplicateSSHPublicKey` is used during parsing instead.
39
46
  # * {EntityAlreadyExistsException}
47
+ # * This error class is not used. `EntityAlreadyExists` is used during parsing instead.
40
48
  # * {EntityTemporarilyUnmodifiableException}
49
+ # * This error class is not used. `EntityTemporarilyUnmodifiable` is used during parsing instead.
41
50
  # * {InvalidAuthenticationCodeException}
51
+ # * This error class is not used. `InvalidAuthenticationCode` is used during parsing instead.
42
52
  # * {InvalidCertificateException}
53
+ # * This error class is not used. `InvalidCertificate` is used during parsing instead.
43
54
  # * {InvalidInputException}
55
+ # * This error class is not used. `InvalidInput` is used during parsing instead.
44
56
  # * {InvalidPublicKeyException}
57
+ # * This error class is not used. `InvalidPublicKey` is used during parsing instead.
45
58
  # * {InvalidUserTypeException}
59
+ # * This error class is not used. `InvalidUserType` is used during parsing instead.
46
60
  # * {KeyPairMismatchException}
61
+ # * This error class is not used. `KeyPairMismatch` is used during parsing instead.
47
62
  # * {LimitExceededException}
63
+ # * This error class is not used. `LimitExceeded` is used during parsing instead.
48
64
  # * {MalformedCertificateException}
65
+ # * This error class is not used. `MalformedCertificate` is used during parsing instead.
49
66
  # * {MalformedPolicyDocumentException}
67
+ # * This error class is not used. `MalformedPolicyDocument` is used during parsing instead.
50
68
  # * {NoSuchEntityException}
69
+ # * This error class is not used. `NoSuchEntity` is used during parsing instead.
51
70
  # * {OpenIdIdpCommunicationErrorException}
71
+ # * This error class is not used. `OpenIdIdpCommunicationError` is used during parsing instead.
52
72
  # * {OrganizationNotFoundException}
53
73
  # * {OrganizationNotInAllFeaturesModeException}
54
74
  # * {PasswordPolicyViolationException}
75
+ # * This error class is not used. `PasswordPolicyViolation` is used during parsing instead.
55
76
  # * {PolicyEvaluationException}
77
+ # * This error class is not used. `PolicyEvaluation` is used during parsing instead.
56
78
  # * {PolicyNotAttachableException}
79
+ # * This error class is not used. `PolicyNotAttachable` is used during parsing instead.
57
80
  # * {ReportGenerationLimitExceededException}
81
+ # * This error class is not used. `ReportGenerationLimitExceeded` is used during parsing instead.
58
82
  # * {ServiceAccessNotEnabledException}
59
83
  # * {ServiceFailureException}
84
+ # * This error class is not used. `ServiceFailure` is used during parsing instead.
60
85
  # * {ServiceNotSupportedException}
86
+ # * This error class is not used. `NotSupportedService` is used during parsing instead.
61
87
  # * {UnmodifiableEntityException}
88
+ # * This error class is not used. `UnmodifiableEntity` is used during parsing instead.
62
89
  # * {UnrecognizedPublicKeyEncodingException}
90
+ # * This error class is not used. `UnrecognizedPublicKeyEncoding` is used during parsing instead.
63
91
  #
64
92
  # Additionally, error classes are dynamically generated for service errors based on the error code
65
93
  # if they are not defined above.
94
+ # Some existing error classes may use a different class name than the one documented.
66
95
  module Errors
67
96
 
68
97
  extend Aws::Errors::DynamicErrors
@@ -87,6 +116,8 @@ module Aws::IAM
87
116
  end
88
117
  end
89
118
 
119
+ # @deprecated This error class is not used during parsing.
120
+ # Please use `ConcurrentModification` instead.
90
121
  class ConcurrentModificationException < ServiceError
91
122
 
92
123
  # @param [Seahorse::Client::RequestContext] context
@@ -102,6 +133,8 @@ module Aws::IAM
102
133
  end
103
134
  end
104
135
 
136
+ # @deprecated This error class is not used during parsing.
137
+ # Please use `ReportExpired` instead.
105
138
  class CredentialReportExpiredException < ServiceError
106
139
 
107
140
  # @param [Seahorse::Client::RequestContext] context
@@ -117,6 +150,8 @@ module Aws::IAM
117
150
  end
118
151
  end
119
152
 
153
+ # @deprecated This error class is not used during parsing.
154
+ # Please use `ReportNotPresent` instead.
120
155
  class CredentialReportNotPresentException < ServiceError
121
156
 
122
157
  # @param [Seahorse::Client::RequestContext] context
@@ -132,6 +167,8 @@ module Aws::IAM
132
167
  end
133
168
  end
134
169
 
170
+ # @deprecated This error class is not used during parsing.
171
+ # Please use `ReportInProgress` instead.
135
172
  class CredentialReportNotReadyException < ServiceError
136
173
 
137
174
  # @param [Seahorse::Client::RequestContext] context
@@ -147,6 +184,8 @@ module Aws::IAM
147
184
  end
148
185
  end
149
186
 
187
+ # @deprecated This error class is not used during parsing.
188
+ # Please use `DeleteConflict` instead.
150
189
  class DeleteConflictException < ServiceError
151
190
 
152
191
  # @param [Seahorse::Client::RequestContext] context
@@ -162,6 +201,8 @@ module Aws::IAM
162
201
  end
163
202
  end
164
203
 
204
+ # @deprecated This error class is not used during parsing.
205
+ # Please use `DuplicateCertificate` instead.
165
206
  class DuplicateCertificateException < ServiceError
166
207
 
167
208
  # @param [Seahorse::Client::RequestContext] context
@@ -177,6 +218,8 @@ module Aws::IAM
177
218
  end
178
219
  end
179
220
 
221
+ # @deprecated This error class is not used during parsing.
222
+ # Please use `DuplicateSSHPublicKey` instead.
180
223
  class DuplicateSSHPublicKeyException < ServiceError
181
224
 
182
225
  # @param [Seahorse::Client::RequestContext] context
@@ -192,6 +235,8 @@ module Aws::IAM
192
235
  end
193
236
  end
194
237
 
238
+ # @deprecated This error class is not used during parsing.
239
+ # Please use `EntityAlreadyExists` instead.
195
240
  class EntityAlreadyExistsException < ServiceError
196
241
 
197
242
  # @param [Seahorse::Client::RequestContext] context
@@ -207,6 +252,8 @@ module Aws::IAM
207
252
  end
208
253
  end
209
254
 
255
+ # @deprecated This error class is not used during parsing.
256
+ # Please use `EntityTemporarilyUnmodifiable` instead.
210
257
  class EntityTemporarilyUnmodifiableException < ServiceError
211
258
 
212
259
  # @param [Seahorse::Client::RequestContext] context
@@ -222,6 +269,8 @@ module Aws::IAM
222
269
  end
223
270
  end
224
271
 
272
+ # @deprecated This error class is not used during parsing.
273
+ # Please use `InvalidAuthenticationCode` instead.
225
274
  class InvalidAuthenticationCodeException < ServiceError
226
275
 
227
276
  # @param [Seahorse::Client::RequestContext] context
@@ -237,6 +286,8 @@ module Aws::IAM
237
286
  end
238
287
  end
239
288
 
289
+ # @deprecated This error class is not used during parsing.
290
+ # Please use `InvalidCertificate` instead.
240
291
  class InvalidCertificateException < ServiceError
241
292
 
242
293
  # @param [Seahorse::Client::RequestContext] context
@@ -252,6 +303,8 @@ module Aws::IAM
252
303
  end
253
304
  end
254
305
 
306
+ # @deprecated This error class is not used during parsing.
307
+ # Please use `InvalidInput` instead.
255
308
  class InvalidInputException < ServiceError
256
309
 
257
310
  # @param [Seahorse::Client::RequestContext] context
@@ -267,6 +320,8 @@ module Aws::IAM
267
320
  end
268
321
  end
269
322
 
323
+ # @deprecated This error class is not used during parsing.
324
+ # Please use `InvalidPublicKey` instead.
270
325
  class InvalidPublicKeyException < ServiceError
271
326
 
272
327
  # @param [Seahorse::Client::RequestContext] context
@@ -282,6 +337,8 @@ module Aws::IAM
282
337
  end
283
338
  end
284
339
 
340
+ # @deprecated This error class is not used during parsing.
341
+ # Please use `InvalidUserType` instead.
285
342
  class InvalidUserTypeException < ServiceError
286
343
 
287
344
  # @param [Seahorse::Client::RequestContext] context
@@ -297,6 +354,8 @@ module Aws::IAM
297
354
  end
298
355
  end
299
356
 
357
+ # @deprecated This error class is not used during parsing.
358
+ # Please use `KeyPairMismatch` instead.
300
359
  class KeyPairMismatchException < ServiceError
301
360
 
302
361
  # @param [Seahorse::Client::RequestContext] context
@@ -312,6 +371,8 @@ module Aws::IAM
312
371
  end
313
372
  end
314
373
 
374
+ # @deprecated This error class is not used during parsing.
375
+ # Please use `LimitExceeded` instead.
315
376
  class LimitExceededException < ServiceError
316
377
 
317
378
  # @param [Seahorse::Client::RequestContext] context
@@ -327,6 +388,8 @@ module Aws::IAM
327
388
  end
328
389
  end
329
390
 
391
+ # @deprecated This error class is not used during parsing.
392
+ # Please use `MalformedCertificate` instead.
330
393
  class MalformedCertificateException < ServiceError
331
394
 
332
395
  # @param [Seahorse::Client::RequestContext] context
@@ -342,6 +405,8 @@ module Aws::IAM
342
405
  end
343
406
  end
344
407
 
408
+ # @deprecated This error class is not used during parsing.
409
+ # Please use `MalformedPolicyDocument` instead.
345
410
  class MalformedPolicyDocumentException < ServiceError
346
411
 
347
412
  # @param [Seahorse::Client::RequestContext] context
@@ -357,6 +422,8 @@ module Aws::IAM
357
422
  end
358
423
  end
359
424
 
425
+ # @deprecated This error class is not used during parsing.
426
+ # Please use `NoSuchEntity` instead.
360
427
  class NoSuchEntityException < ServiceError
361
428
 
362
429
  # @param [Seahorse::Client::RequestContext] context
@@ -372,6 +439,8 @@ module Aws::IAM
372
439
  end
373
440
  end
374
441
 
442
+ # @deprecated This error class is not used during parsing.
443
+ # Please use `OpenIdIdpCommunicationError` instead.
375
444
  class OpenIdIdpCommunicationErrorException < ServiceError
376
445
 
377
446
  # @param [Seahorse::Client::RequestContext] context
@@ -407,6 +476,8 @@ module Aws::IAM
407
476
  end
408
477
  end
409
478
 
479
+ # @deprecated This error class is not used during parsing.
480
+ # Please use `PasswordPolicyViolation` instead.
410
481
  class PasswordPolicyViolationException < ServiceError
411
482
 
412
483
  # @param [Seahorse::Client::RequestContext] context
@@ -422,6 +493,8 @@ module Aws::IAM
422
493
  end
423
494
  end
424
495
 
496
+ # @deprecated This error class is not used during parsing.
497
+ # Please use `PolicyEvaluation` instead.
425
498
  class PolicyEvaluationException < ServiceError
426
499
 
427
500
  # @param [Seahorse::Client::RequestContext] context
@@ -437,6 +510,8 @@ module Aws::IAM
437
510
  end
438
511
  end
439
512
 
513
+ # @deprecated This error class is not used during parsing.
514
+ # Please use `PolicyNotAttachable` instead.
440
515
  class PolicyNotAttachableException < ServiceError
441
516
 
442
517
  # @param [Seahorse::Client::RequestContext] context
@@ -452,6 +527,8 @@ module Aws::IAM
452
527
  end
453
528
  end
454
529
 
530
+ # @deprecated This error class is not used during parsing.
531
+ # Please use `ReportGenerationLimitExceeded` instead.
455
532
  class ReportGenerationLimitExceededException < ServiceError
456
533
 
457
534
  # @param [Seahorse::Client::RequestContext] context
@@ -477,6 +554,8 @@ module Aws::IAM
477
554
  end
478
555
  end
479
556
 
557
+ # @deprecated This error class is not used during parsing.
558
+ # Please use `ServiceFailure` instead.
480
559
  class ServiceFailureException < ServiceError
481
560
 
482
561
  # @param [Seahorse::Client::RequestContext] context
@@ -492,6 +571,8 @@ module Aws::IAM
492
571
  end
493
572
  end
494
573
 
574
+ # @deprecated This error class is not used during parsing.
575
+ # Please use `NotSupportedService` instead.
495
576
  class ServiceNotSupportedException < ServiceError
496
577
 
497
578
  # @param [Seahorse::Client::RequestContext] context
@@ -507,6 +588,8 @@ module Aws::IAM
507
588
  end
508
589
  end
509
590
 
591
+ # @deprecated This error class is not used during parsing.
592
+ # Please use `UnmodifiableEntity` instead.
510
593
  class UnmodifiableEntityException < ServiceError
511
594
 
512
595
  # @param [Seahorse::Client::RequestContext] context
@@ -522,6 +605,8 @@ module Aws::IAM
522
605
  end
523
606
  end
524
607
 
608
+ # @deprecated This error class is not used during parsing.
609
+ # Please use `UnrecognizedPublicKeyEncoding` instead.
525
610
  class UnrecognizedPublicKeyEncodingException < ServiceError
526
611
 
527
612
  # @param [Seahorse::Client::RequestContext] context
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.118.0'
79
+ GEM_VERSION = '1.119.0'
80
80
 
81
81
  end
82
82
 
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.118.0
4
+ version: 1.119.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: 2025-02-18 00:00:00.000000000 Z
11
+ date: 2025-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core