aws-sdk-elasticloadbalancingv2 1.128.0 → 1.129.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: f3f18d771de1b640353f9657d9ac8444f9d27129cb7dcce6fbd308aa06cd9f91
4
- data.tar.gz: 8b95fcfd06c4968d20181d2d991c6117e261de1ea1692041772920a67a14e99e
3
+ metadata.gz: 4a3c731a408f20cbdf975128fe8816ec4ebff662ff9799f285774e3be34f88c3
4
+ data.tar.gz: 8869c2885bcd1c2d98db4bacc098d7d7925d889668fb07ec4dc59db2f0288ad6
5
5
  SHA512:
6
- metadata.gz: '04978fc1f1a1c385e23739ddb01316f47481e9b0960efe3f1b411b10959c75dc37855ad535f10db14990a75e706de83c7b748fda9b997074b68bf4bdd80fc30f'
7
- data.tar.gz: '0705981cb4d9f70237c51663d27226cf3046ee67096ac9179f586a58a34102d39c296a182098078bf8cb6fbc409bfb5f822e4a88d8bbda2cddc84a8608735f2f'
6
+ metadata.gz: 821439949b1f5812216b51ddea0dbc06e41920bcbdf430fc2b7f02e1fd7f97389a34b911452db87f6cad0577d0289b8016827a07039bf32f7478f9817958f0c6
7
+ data.tar.gz: 41596b78a5e16dd197badd93893688ae83bc7fefc4dbb0e7f5f69b72a9f0f51405238d156c5422cc90252d402cd47d97a078b4b035b9862358987f4b12edf7aa
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.129.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.128.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.128.0
1
+ 1.129.0
@@ -5214,7 +5214,7 @@ module Aws::ElasticLoadBalancingV2
5214
5214
  tracer: tracer
5215
5215
  )
5216
5216
  context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
5217
- context[:gem_version] = '1.128.0'
5217
+ context[:gem_version] = '1.129.0'
5218
5218
  Seahorse::Client::Request.new(handlers, context)
5219
5219
  end
5220
5220
 
@@ -28,68 +28,127 @@ module Aws::ElasticLoadBalancingV2
28
28
  #
29
29
  # ## Error Classes
30
30
  # * {ALPNPolicyNotSupportedException}
31
+ # * This error class is not used. `ALPNPolicyNotFound` is used during parsing instead.
31
32
  # * {AllocationIdNotFoundException}
33
+ # * This error class is not used. `AllocationIdNotFound` is used during parsing instead.
32
34
  # * {AvailabilityZoneNotSupportedException}
35
+ # * This error class is not used. `AvailabilityZoneNotSupported` is used during parsing instead.
33
36
  # * {CaCertificatesBundleNotFoundException}
37
+ # * This error class is not used. `CaCertificatesBundleNotFound` is used during parsing instead.
34
38
  # * {CapacityDecreaseRequestsLimitExceededException}
39
+ # * This error class is not used. `CapacityDecreaseRequestLimitExceeded` is used during parsing instead.
35
40
  # * {CapacityReservationPendingException}
41
+ # * This error class is not used. `CapacityReservationPending` is used during parsing instead.
36
42
  # * {CapacityUnitsLimitExceededException}
43
+ # * This error class is not used. `CapacityUnitsLimitExceeded` is used during parsing instead.
37
44
  # * {CertificateNotFoundException}
45
+ # * This error class is not used. `CertificateNotFound` is used during parsing instead.
38
46
  # * {DeleteAssociationSameAccountException}
47
+ # * This error class is not used. `DeleteAssociationSameAccount` is used during parsing instead.
39
48
  # * {DuplicateListenerException}
49
+ # * This error class is not used. `DuplicateListener` is used during parsing instead.
40
50
  # * {DuplicateLoadBalancerNameException}
51
+ # * This error class is not used. `DuplicateLoadBalancerName` is used during parsing instead.
41
52
  # * {DuplicateTagKeysException}
53
+ # * This error class is not used. `DuplicateTagKeys` is used during parsing instead.
42
54
  # * {DuplicateTargetGroupNameException}
55
+ # * This error class is not used. `DuplicateTargetGroupName` is used during parsing instead.
43
56
  # * {DuplicateTrustStoreNameException}
57
+ # * This error class is not used. `DuplicateTrustStoreName` is used during parsing instead.
44
58
  # * {HealthUnavailableException}
59
+ # * This error class is not used. `HealthUnavailable` is used during parsing instead.
45
60
  # * {IncompatibleProtocolsException}
61
+ # * This error class is not used. `IncompatibleProtocols` is used during parsing instead.
46
62
  # * {InsufficientCapacityException}
63
+ # * This error class is not used. `InsufficientCapacity` is used during parsing instead.
47
64
  # * {InvalidCaCertificatesBundleException}
65
+ # * This error class is not used. `InvalidCaCertificatesBundle` is used during parsing instead.
48
66
  # * {InvalidConfigurationRequestException}
67
+ # * This error class is not used. `InvalidConfigurationRequest` is used during parsing instead.
49
68
  # * {InvalidLoadBalancerActionException}
69
+ # * This error class is not used. `InvalidLoadBalancerAction` is used during parsing instead.
50
70
  # * {InvalidRevocationContentException}
71
+ # * This error class is not used. `InvalidRevocationContent` is used during parsing instead.
51
72
  # * {InvalidSchemeException}
73
+ # * This error class is not used. `InvalidScheme` is used during parsing instead.
52
74
  # * {InvalidSecurityGroupException}
75
+ # * This error class is not used. `InvalidSecurityGroup` is used during parsing instead.
53
76
  # * {InvalidSubnetException}
77
+ # * This error class is not used. `InvalidSubnet` is used during parsing instead.
54
78
  # * {InvalidTargetException}
79
+ # * This error class is not used. `InvalidTarget` is used during parsing instead.
55
80
  # * {ListenerNotFoundException}
81
+ # * This error class is not used. `ListenerNotFound` is used during parsing instead.
56
82
  # * {LoadBalancerNotFoundException}
83
+ # * This error class is not used. `LoadBalancerNotFound` is used during parsing instead.
57
84
  # * {OperationNotPermittedException}
85
+ # * This error class is not used. `OperationNotPermitted` is used during parsing instead.
58
86
  # * {PriorRequestNotCompleteException}
87
+ # * This error class is not used. `PriorRequestNotComplete` is used during parsing instead.
59
88
  # * {PriorityInUseException}
89
+ # * This error class is not used. `PriorityInUse` is used during parsing instead.
60
90
  # * {ResourceInUseException}
91
+ # * This error class is not used. `ResourceInUse` is used during parsing instead.
61
92
  # * {ResourceNotFoundException}
93
+ # * This error class is not used. `ResourceNotFound` is used during parsing instead.
62
94
  # * {RevocationContentNotFoundException}
95
+ # * This error class is not used. `RevocationContentNotFound` is used during parsing instead.
63
96
  # * {RevocationIdNotFoundException}
97
+ # * This error class is not used. `RevocationIdNotFound` is used during parsing instead.
64
98
  # * {RuleNotFoundException}
99
+ # * This error class is not used. `RuleNotFound` is used during parsing instead.
65
100
  # * {SSLPolicyNotFoundException}
101
+ # * This error class is not used. `SSLPolicyNotFound` is used during parsing instead.
66
102
  # * {SubnetNotFoundException}
103
+ # * This error class is not used. `SubnetNotFound` is used during parsing instead.
67
104
  # * {TargetGroupAssociationLimitException}
105
+ # * This error class is not used. `TargetGroupAssociationLimit` is used during parsing instead.
68
106
  # * {TargetGroupNotFoundException}
107
+ # * This error class is not used. `TargetGroupNotFound` is used during parsing instead.
69
108
  # * {TooManyActionsException}
109
+ # * This error class is not used. `TooManyActions` is used during parsing instead.
70
110
  # * {TooManyCertificatesException}
111
+ # * This error class is not used. `TooManyCertificates` is used during parsing instead.
71
112
  # * {TooManyListenersException}
113
+ # * This error class is not used. `TooManyListeners` is used during parsing instead.
72
114
  # * {TooManyLoadBalancersException}
115
+ # * This error class is not used. `TooManyLoadBalancers` is used during parsing instead.
73
116
  # * {TooManyRegistrationsForTargetIdException}
117
+ # * This error class is not used. `TooManyRegistrationsForTargetId` is used during parsing instead.
74
118
  # * {TooManyRulesException}
119
+ # * This error class is not used. `TooManyRules` is used during parsing instead.
75
120
  # * {TooManyTagsException}
121
+ # * This error class is not used. `TooManyTags` is used during parsing instead.
76
122
  # * {TooManyTargetGroupsException}
123
+ # * This error class is not used. `TooManyTargetGroups` is used during parsing instead.
77
124
  # * {TooManyTargetsException}
125
+ # * This error class is not used. `TooManyTargets` is used during parsing instead.
78
126
  # * {TooManyTrustStoreRevocationEntriesException}
127
+ # * This error class is not used. `TooManyTrustStoreRevocationEntries` is used during parsing instead.
79
128
  # * {TooManyTrustStoresException}
129
+ # * This error class is not used. `TooManyTrustStores` is used during parsing instead.
80
130
  # * {TooManyUniqueTargetGroupsPerLoadBalancerException}
131
+ # * This error class is not used. `TooManyUniqueTargetGroupsPerLoadBalancer` is used during parsing instead.
81
132
  # * {TrustStoreAssociationNotFoundException}
133
+ # * This error class is not used. `AssociationNotFound` is used during parsing instead.
82
134
  # * {TrustStoreInUseException}
135
+ # * This error class is not used. `TrustStoreInUse` is used during parsing instead.
83
136
  # * {TrustStoreNotFoundException}
137
+ # * This error class is not used. `TrustStoreNotFound` is used during parsing instead.
84
138
  # * {TrustStoreNotReadyException}
139
+ # * This error class is not used. `TrustStoreNotReady` is used during parsing instead.
85
140
  # * {UnsupportedProtocolException}
141
+ # * This error class is not used. `UnsupportedProtocol` is used during parsing instead.
86
142
  #
87
143
  # Additionally, error classes are dynamically generated for service errors based on the error code
88
144
  # if they are not defined above.
145
+ # Some existing error classes may use a different class name than the one documented.
89
146
  module Errors
90
147
 
91
148
  extend Aws::Errors::DynamicErrors
92
149
 
150
+ # @deprecated This error class is not used during parsing.
151
+ # Please use `ALPNPolicyNotFound` instead.
93
152
  class ALPNPolicyNotSupportedException < ServiceError
94
153
 
95
154
  # @param [Seahorse::Client::RequestContext] context
@@ -100,6 +159,8 @@ module Aws::ElasticLoadBalancingV2
100
159
  end
101
160
  end
102
161
 
162
+ # @deprecated This error class is not used during parsing.
163
+ # Please use `AllocationIdNotFound` instead.
103
164
  class AllocationIdNotFoundException < ServiceError
104
165
 
105
166
  # @param [Seahorse::Client::RequestContext] context
@@ -110,6 +171,8 @@ module Aws::ElasticLoadBalancingV2
110
171
  end
111
172
  end
112
173
 
174
+ # @deprecated This error class is not used during parsing.
175
+ # Please use `AvailabilityZoneNotSupported` instead.
113
176
  class AvailabilityZoneNotSupportedException < ServiceError
114
177
 
115
178
  # @param [Seahorse::Client::RequestContext] context
@@ -120,6 +183,8 @@ module Aws::ElasticLoadBalancingV2
120
183
  end
121
184
  end
122
185
 
186
+ # @deprecated This error class is not used during parsing.
187
+ # Please use `CaCertificatesBundleNotFound` instead.
123
188
  class CaCertificatesBundleNotFoundException < ServiceError
124
189
 
125
190
  # @param [Seahorse::Client::RequestContext] context
@@ -130,6 +195,8 @@ module Aws::ElasticLoadBalancingV2
130
195
  end
131
196
  end
132
197
 
198
+ # @deprecated This error class is not used during parsing.
199
+ # Please use `CapacityDecreaseRequestLimitExceeded` instead.
133
200
  class CapacityDecreaseRequestsLimitExceededException < ServiceError
134
201
 
135
202
  # @param [Seahorse::Client::RequestContext] context
@@ -140,6 +207,8 @@ module Aws::ElasticLoadBalancingV2
140
207
  end
141
208
  end
142
209
 
210
+ # @deprecated This error class is not used during parsing.
211
+ # Please use `CapacityReservationPending` instead.
143
212
  class CapacityReservationPendingException < ServiceError
144
213
 
145
214
  # @param [Seahorse::Client::RequestContext] context
@@ -150,6 +219,8 @@ module Aws::ElasticLoadBalancingV2
150
219
  end
151
220
  end
152
221
 
222
+ # @deprecated This error class is not used during parsing.
223
+ # Please use `CapacityUnitsLimitExceeded` instead.
153
224
  class CapacityUnitsLimitExceededException < ServiceError
154
225
 
155
226
  # @param [Seahorse::Client::RequestContext] context
@@ -160,6 +231,8 @@ module Aws::ElasticLoadBalancingV2
160
231
  end
161
232
  end
162
233
 
234
+ # @deprecated This error class is not used during parsing.
235
+ # Please use `CertificateNotFound` instead.
163
236
  class CertificateNotFoundException < ServiceError
164
237
 
165
238
  # @param [Seahorse::Client::RequestContext] context
@@ -170,6 +243,8 @@ module Aws::ElasticLoadBalancingV2
170
243
  end
171
244
  end
172
245
 
246
+ # @deprecated This error class is not used during parsing.
247
+ # Please use `DeleteAssociationSameAccount` instead.
173
248
  class DeleteAssociationSameAccountException < ServiceError
174
249
 
175
250
  # @param [Seahorse::Client::RequestContext] context
@@ -180,6 +255,8 @@ module Aws::ElasticLoadBalancingV2
180
255
  end
181
256
  end
182
257
 
258
+ # @deprecated This error class is not used during parsing.
259
+ # Please use `DuplicateListener` instead.
183
260
  class DuplicateListenerException < ServiceError
184
261
 
185
262
  # @param [Seahorse::Client::RequestContext] context
@@ -190,6 +267,8 @@ module Aws::ElasticLoadBalancingV2
190
267
  end
191
268
  end
192
269
 
270
+ # @deprecated This error class is not used during parsing.
271
+ # Please use `DuplicateLoadBalancerName` instead.
193
272
  class DuplicateLoadBalancerNameException < ServiceError
194
273
 
195
274
  # @param [Seahorse::Client::RequestContext] context
@@ -200,6 +279,8 @@ module Aws::ElasticLoadBalancingV2
200
279
  end
201
280
  end
202
281
 
282
+ # @deprecated This error class is not used during parsing.
283
+ # Please use `DuplicateTagKeys` instead.
203
284
  class DuplicateTagKeysException < ServiceError
204
285
 
205
286
  # @param [Seahorse::Client::RequestContext] context
@@ -210,6 +291,8 @@ module Aws::ElasticLoadBalancingV2
210
291
  end
211
292
  end
212
293
 
294
+ # @deprecated This error class is not used during parsing.
295
+ # Please use `DuplicateTargetGroupName` instead.
213
296
  class DuplicateTargetGroupNameException < ServiceError
214
297
 
215
298
  # @param [Seahorse::Client::RequestContext] context
@@ -220,6 +303,8 @@ module Aws::ElasticLoadBalancingV2
220
303
  end
221
304
  end
222
305
 
306
+ # @deprecated This error class is not used during parsing.
307
+ # Please use `DuplicateTrustStoreName` instead.
223
308
  class DuplicateTrustStoreNameException < ServiceError
224
309
 
225
310
  # @param [Seahorse::Client::RequestContext] context
@@ -230,6 +315,8 @@ module Aws::ElasticLoadBalancingV2
230
315
  end
231
316
  end
232
317
 
318
+ # @deprecated This error class is not used during parsing.
319
+ # Please use `HealthUnavailable` instead.
233
320
  class HealthUnavailableException < ServiceError
234
321
 
235
322
  # @param [Seahorse::Client::RequestContext] context
@@ -240,6 +327,8 @@ module Aws::ElasticLoadBalancingV2
240
327
  end
241
328
  end
242
329
 
330
+ # @deprecated This error class is not used during parsing.
331
+ # Please use `IncompatibleProtocols` instead.
243
332
  class IncompatibleProtocolsException < ServiceError
244
333
 
245
334
  # @param [Seahorse::Client::RequestContext] context
@@ -250,6 +339,8 @@ module Aws::ElasticLoadBalancingV2
250
339
  end
251
340
  end
252
341
 
342
+ # @deprecated This error class is not used during parsing.
343
+ # Please use `InsufficientCapacity` instead.
253
344
  class InsufficientCapacityException < ServiceError
254
345
 
255
346
  # @param [Seahorse::Client::RequestContext] context
@@ -260,6 +351,8 @@ module Aws::ElasticLoadBalancingV2
260
351
  end
261
352
  end
262
353
 
354
+ # @deprecated This error class is not used during parsing.
355
+ # Please use `InvalidCaCertificatesBundle` instead.
263
356
  class InvalidCaCertificatesBundleException < ServiceError
264
357
 
265
358
  # @param [Seahorse::Client::RequestContext] context
@@ -270,6 +363,8 @@ module Aws::ElasticLoadBalancingV2
270
363
  end
271
364
  end
272
365
 
366
+ # @deprecated This error class is not used during parsing.
367
+ # Please use `InvalidConfigurationRequest` instead.
273
368
  class InvalidConfigurationRequestException < ServiceError
274
369
 
275
370
  # @param [Seahorse::Client::RequestContext] context
@@ -280,6 +375,8 @@ module Aws::ElasticLoadBalancingV2
280
375
  end
281
376
  end
282
377
 
378
+ # @deprecated This error class is not used during parsing.
379
+ # Please use `InvalidLoadBalancerAction` instead.
283
380
  class InvalidLoadBalancerActionException < ServiceError
284
381
 
285
382
  # @param [Seahorse::Client::RequestContext] context
@@ -290,6 +387,8 @@ module Aws::ElasticLoadBalancingV2
290
387
  end
291
388
  end
292
389
 
390
+ # @deprecated This error class is not used during parsing.
391
+ # Please use `InvalidRevocationContent` instead.
293
392
  class InvalidRevocationContentException < ServiceError
294
393
 
295
394
  # @param [Seahorse::Client::RequestContext] context
@@ -300,6 +399,8 @@ module Aws::ElasticLoadBalancingV2
300
399
  end
301
400
  end
302
401
 
402
+ # @deprecated This error class is not used during parsing.
403
+ # Please use `InvalidScheme` instead.
303
404
  class InvalidSchemeException < ServiceError
304
405
 
305
406
  # @param [Seahorse::Client::RequestContext] context
@@ -310,6 +411,8 @@ module Aws::ElasticLoadBalancingV2
310
411
  end
311
412
  end
312
413
 
414
+ # @deprecated This error class is not used during parsing.
415
+ # Please use `InvalidSecurityGroup` instead.
313
416
  class InvalidSecurityGroupException < ServiceError
314
417
 
315
418
  # @param [Seahorse::Client::RequestContext] context
@@ -320,6 +423,8 @@ module Aws::ElasticLoadBalancingV2
320
423
  end
321
424
  end
322
425
 
426
+ # @deprecated This error class is not used during parsing.
427
+ # Please use `InvalidSubnet` instead.
323
428
  class InvalidSubnetException < ServiceError
324
429
 
325
430
  # @param [Seahorse::Client::RequestContext] context
@@ -330,6 +435,8 @@ module Aws::ElasticLoadBalancingV2
330
435
  end
331
436
  end
332
437
 
438
+ # @deprecated This error class is not used during parsing.
439
+ # Please use `InvalidTarget` instead.
333
440
  class InvalidTargetException < ServiceError
334
441
 
335
442
  # @param [Seahorse::Client::RequestContext] context
@@ -340,6 +447,8 @@ module Aws::ElasticLoadBalancingV2
340
447
  end
341
448
  end
342
449
 
450
+ # @deprecated This error class is not used during parsing.
451
+ # Please use `ListenerNotFound` instead.
343
452
  class ListenerNotFoundException < ServiceError
344
453
 
345
454
  # @param [Seahorse::Client::RequestContext] context
@@ -350,6 +459,8 @@ module Aws::ElasticLoadBalancingV2
350
459
  end
351
460
  end
352
461
 
462
+ # @deprecated This error class is not used during parsing.
463
+ # Please use `LoadBalancerNotFound` instead.
353
464
  class LoadBalancerNotFoundException < ServiceError
354
465
 
355
466
  # @param [Seahorse::Client::RequestContext] context
@@ -360,6 +471,8 @@ module Aws::ElasticLoadBalancingV2
360
471
  end
361
472
  end
362
473
 
474
+ # @deprecated This error class is not used during parsing.
475
+ # Please use `OperationNotPermitted` instead.
363
476
  class OperationNotPermittedException < ServiceError
364
477
 
365
478
  # @param [Seahorse::Client::RequestContext] context
@@ -370,6 +483,8 @@ module Aws::ElasticLoadBalancingV2
370
483
  end
371
484
  end
372
485
 
486
+ # @deprecated This error class is not used during parsing.
487
+ # Please use `PriorRequestNotComplete` instead.
373
488
  class PriorRequestNotCompleteException < ServiceError
374
489
 
375
490
  # @param [Seahorse::Client::RequestContext] context
@@ -380,6 +495,8 @@ module Aws::ElasticLoadBalancingV2
380
495
  end
381
496
  end
382
497
 
498
+ # @deprecated This error class is not used during parsing.
499
+ # Please use `PriorityInUse` instead.
383
500
  class PriorityInUseException < ServiceError
384
501
 
385
502
  # @param [Seahorse::Client::RequestContext] context
@@ -390,6 +507,8 @@ module Aws::ElasticLoadBalancingV2
390
507
  end
391
508
  end
392
509
 
510
+ # @deprecated This error class is not used during parsing.
511
+ # Please use `ResourceInUse` instead.
393
512
  class ResourceInUseException < ServiceError
394
513
 
395
514
  # @param [Seahorse::Client::RequestContext] context
@@ -400,6 +519,8 @@ module Aws::ElasticLoadBalancingV2
400
519
  end
401
520
  end
402
521
 
522
+ # @deprecated This error class is not used during parsing.
523
+ # Please use `ResourceNotFound` instead.
403
524
  class ResourceNotFoundException < ServiceError
404
525
 
405
526
  # @param [Seahorse::Client::RequestContext] context
@@ -410,6 +531,8 @@ module Aws::ElasticLoadBalancingV2
410
531
  end
411
532
  end
412
533
 
534
+ # @deprecated This error class is not used during parsing.
535
+ # Please use `RevocationContentNotFound` instead.
413
536
  class RevocationContentNotFoundException < ServiceError
414
537
 
415
538
  # @param [Seahorse::Client::RequestContext] context
@@ -420,6 +543,8 @@ module Aws::ElasticLoadBalancingV2
420
543
  end
421
544
  end
422
545
 
546
+ # @deprecated This error class is not used during parsing.
547
+ # Please use `RevocationIdNotFound` instead.
423
548
  class RevocationIdNotFoundException < ServiceError
424
549
 
425
550
  # @param [Seahorse::Client::RequestContext] context
@@ -430,6 +555,8 @@ module Aws::ElasticLoadBalancingV2
430
555
  end
431
556
  end
432
557
 
558
+ # @deprecated This error class is not used during parsing.
559
+ # Please use `RuleNotFound` instead.
433
560
  class RuleNotFoundException < ServiceError
434
561
 
435
562
  # @param [Seahorse::Client::RequestContext] context
@@ -440,6 +567,8 @@ module Aws::ElasticLoadBalancingV2
440
567
  end
441
568
  end
442
569
 
570
+ # @deprecated This error class is not used during parsing.
571
+ # Please use `SSLPolicyNotFound` instead.
443
572
  class SSLPolicyNotFoundException < ServiceError
444
573
 
445
574
  # @param [Seahorse::Client::RequestContext] context
@@ -450,6 +579,8 @@ module Aws::ElasticLoadBalancingV2
450
579
  end
451
580
  end
452
581
 
582
+ # @deprecated This error class is not used during parsing.
583
+ # Please use `SubnetNotFound` instead.
453
584
  class SubnetNotFoundException < ServiceError
454
585
 
455
586
  # @param [Seahorse::Client::RequestContext] context
@@ -460,6 +591,8 @@ module Aws::ElasticLoadBalancingV2
460
591
  end
461
592
  end
462
593
 
594
+ # @deprecated This error class is not used during parsing.
595
+ # Please use `TargetGroupAssociationLimit` instead.
463
596
  class TargetGroupAssociationLimitException < ServiceError
464
597
 
465
598
  # @param [Seahorse::Client::RequestContext] context
@@ -470,6 +603,8 @@ module Aws::ElasticLoadBalancingV2
470
603
  end
471
604
  end
472
605
 
606
+ # @deprecated This error class is not used during parsing.
607
+ # Please use `TargetGroupNotFound` instead.
473
608
  class TargetGroupNotFoundException < ServiceError
474
609
 
475
610
  # @param [Seahorse::Client::RequestContext] context
@@ -480,6 +615,8 @@ module Aws::ElasticLoadBalancingV2
480
615
  end
481
616
  end
482
617
 
618
+ # @deprecated This error class is not used during parsing.
619
+ # Please use `TooManyActions` instead.
483
620
  class TooManyActionsException < ServiceError
484
621
 
485
622
  # @param [Seahorse::Client::RequestContext] context
@@ -490,6 +627,8 @@ module Aws::ElasticLoadBalancingV2
490
627
  end
491
628
  end
492
629
 
630
+ # @deprecated This error class is not used during parsing.
631
+ # Please use `TooManyCertificates` instead.
493
632
  class TooManyCertificatesException < ServiceError
494
633
 
495
634
  # @param [Seahorse::Client::RequestContext] context
@@ -500,6 +639,8 @@ module Aws::ElasticLoadBalancingV2
500
639
  end
501
640
  end
502
641
 
642
+ # @deprecated This error class is not used during parsing.
643
+ # Please use `TooManyListeners` instead.
503
644
  class TooManyListenersException < ServiceError
504
645
 
505
646
  # @param [Seahorse::Client::RequestContext] context
@@ -510,6 +651,8 @@ module Aws::ElasticLoadBalancingV2
510
651
  end
511
652
  end
512
653
 
654
+ # @deprecated This error class is not used during parsing.
655
+ # Please use `TooManyLoadBalancers` instead.
513
656
  class TooManyLoadBalancersException < ServiceError
514
657
 
515
658
  # @param [Seahorse::Client::RequestContext] context
@@ -520,6 +663,8 @@ module Aws::ElasticLoadBalancingV2
520
663
  end
521
664
  end
522
665
 
666
+ # @deprecated This error class is not used during parsing.
667
+ # Please use `TooManyRegistrationsForTargetId` instead.
523
668
  class TooManyRegistrationsForTargetIdException < ServiceError
524
669
 
525
670
  # @param [Seahorse::Client::RequestContext] context
@@ -530,6 +675,8 @@ module Aws::ElasticLoadBalancingV2
530
675
  end
531
676
  end
532
677
 
678
+ # @deprecated This error class is not used during parsing.
679
+ # Please use `TooManyRules` instead.
533
680
  class TooManyRulesException < ServiceError
534
681
 
535
682
  # @param [Seahorse::Client::RequestContext] context
@@ -540,6 +687,8 @@ module Aws::ElasticLoadBalancingV2
540
687
  end
541
688
  end
542
689
 
690
+ # @deprecated This error class is not used during parsing.
691
+ # Please use `TooManyTags` instead.
543
692
  class TooManyTagsException < ServiceError
544
693
 
545
694
  # @param [Seahorse::Client::RequestContext] context
@@ -550,6 +699,8 @@ module Aws::ElasticLoadBalancingV2
550
699
  end
551
700
  end
552
701
 
702
+ # @deprecated This error class is not used during parsing.
703
+ # Please use `TooManyTargetGroups` instead.
553
704
  class TooManyTargetGroupsException < ServiceError
554
705
 
555
706
  # @param [Seahorse::Client::RequestContext] context
@@ -560,6 +711,8 @@ module Aws::ElasticLoadBalancingV2
560
711
  end
561
712
  end
562
713
 
714
+ # @deprecated This error class is not used during parsing.
715
+ # Please use `TooManyTargets` instead.
563
716
  class TooManyTargetsException < ServiceError
564
717
 
565
718
  # @param [Seahorse::Client::RequestContext] context
@@ -570,6 +723,8 @@ module Aws::ElasticLoadBalancingV2
570
723
  end
571
724
  end
572
725
 
726
+ # @deprecated This error class is not used during parsing.
727
+ # Please use `TooManyTrustStoreRevocationEntries` instead.
573
728
  class TooManyTrustStoreRevocationEntriesException < ServiceError
574
729
 
575
730
  # @param [Seahorse::Client::RequestContext] context
@@ -580,6 +735,8 @@ module Aws::ElasticLoadBalancingV2
580
735
  end
581
736
  end
582
737
 
738
+ # @deprecated This error class is not used during parsing.
739
+ # Please use `TooManyTrustStores` instead.
583
740
  class TooManyTrustStoresException < ServiceError
584
741
 
585
742
  # @param [Seahorse::Client::RequestContext] context
@@ -590,6 +747,8 @@ module Aws::ElasticLoadBalancingV2
590
747
  end
591
748
  end
592
749
 
750
+ # @deprecated This error class is not used during parsing.
751
+ # Please use `TooManyUniqueTargetGroupsPerLoadBalancer` instead.
593
752
  class TooManyUniqueTargetGroupsPerLoadBalancerException < ServiceError
594
753
 
595
754
  # @param [Seahorse::Client::RequestContext] context
@@ -600,6 +759,8 @@ module Aws::ElasticLoadBalancingV2
600
759
  end
601
760
  end
602
761
 
762
+ # @deprecated This error class is not used during parsing.
763
+ # Please use `AssociationNotFound` instead.
603
764
  class TrustStoreAssociationNotFoundException < ServiceError
604
765
 
605
766
  # @param [Seahorse::Client::RequestContext] context
@@ -610,6 +771,8 @@ module Aws::ElasticLoadBalancingV2
610
771
  end
611
772
  end
612
773
 
774
+ # @deprecated This error class is not used during parsing.
775
+ # Please use `TrustStoreInUse` instead.
613
776
  class TrustStoreInUseException < ServiceError
614
777
 
615
778
  # @param [Seahorse::Client::RequestContext] context
@@ -620,6 +783,8 @@ module Aws::ElasticLoadBalancingV2
620
783
  end
621
784
  end
622
785
 
786
+ # @deprecated This error class is not used during parsing.
787
+ # Please use `TrustStoreNotFound` instead.
623
788
  class TrustStoreNotFoundException < ServiceError
624
789
 
625
790
  # @param [Seahorse::Client::RequestContext] context
@@ -630,6 +795,8 @@ module Aws::ElasticLoadBalancingV2
630
795
  end
631
796
  end
632
797
 
798
+ # @deprecated This error class is not used during parsing.
799
+ # Please use `TrustStoreNotReady` instead.
633
800
  class TrustStoreNotReadyException < ServiceError
634
801
 
635
802
  # @param [Seahorse::Client::RequestContext] context
@@ -640,6 +807,8 @@ module Aws::ElasticLoadBalancingV2
640
807
  end
641
808
  end
642
809
 
810
+ # @deprecated This error class is not used during parsing.
811
+ # Please use `UnsupportedProtocol` instead.
643
812
  class UnsupportedProtocolException < ServiceError
644
813
 
645
814
  # @param [Seahorse::Client::RequestContext] context
@@ -55,7 +55,7 @@ module Aws::ElasticLoadBalancingV2
55
55
  autoload :EndpointProvider, 'aws-sdk-elasticloadbalancingv2/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-elasticloadbalancingv2/endpoints'
57
57
 
58
- GEM_VERSION = '1.128.0'
58
+ GEM_VERSION = '1.129.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticloadbalancingv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.128.0
4
+ version: 1.129.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