aws-sdk-elasticloadbalancing 1.71.0 → 1.72.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elasticloadbalancing/client.rb +1 -1
- data/lib/aws-sdk-elasticloadbalancing/errors.rb +67 -0
- data/lib/aws-sdk-elasticloadbalancing.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c6ecd13572e66ca7dcff910709adf20770008bd9e023e465d4bcdb244ba6543f
|
4
|
+
data.tar.gz: 660102eae61842539f138bfa563e39fdf4316ba9d7a852d96ac60f2bea27ea45
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f04e6844eb14636d4c45d2ceda6c17e12a1f84569a1200f087f2e294726b425f0ec15a5dbfee1cbd2a3327587eb963e3bc895ca0980fab118d9feab19cdfbf69
|
7
|
+
data.tar.gz: 6d595d465089ac28907be5c0d666c8204a9ec66a7a552cb5b6671931270c65880f295036a75c00d9409d527b34ecf08946f8d82c7bf3d849936af873ac68c130
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.72.0
|
@@ -2760,7 +2760,7 @@ module Aws::ElasticLoadBalancing
|
|
2760
2760
|
tracer: tracer
|
2761
2761
|
)
|
2762
2762
|
context[:gem_name] = 'aws-sdk-elasticloadbalancing'
|
2763
|
-
context[:gem_version] = '1.
|
2763
|
+
context[:gem_version] = '1.72.0'
|
2764
2764
|
Seahorse::Client::Request.new(handlers, context)
|
2765
2765
|
end
|
2766
2766
|
|
@@ -28,34 +28,59 @@ module Aws::ElasticLoadBalancing
|
|
28
28
|
#
|
29
29
|
# ## Error Classes
|
30
30
|
# * {AccessPointNotFoundException}
|
31
|
+
# * This error class is not used. `LoadBalancerNotFound` is used during parsing instead.
|
31
32
|
# * {CertificateNotFoundException}
|
33
|
+
# * This error class is not used. `CertificateNotFound` is used during parsing instead.
|
32
34
|
# * {DependencyThrottleException}
|
35
|
+
# * This error class is not used. `DependencyThrottle` is used during parsing instead.
|
33
36
|
# * {DuplicateAccessPointNameException}
|
37
|
+
# * This error class is not used. `DuplicateLoadBalancerName` is used during parsing instead.
|
34
38
|
# * {DuplicateListenerException}
|
39
|
+
# * This error class is not used. `DuplicateListener` is used during parsing instead.
|
35
40
|
# * {DuplicatePolicyNameException}
|
41
|
+
# * This error class is not used. `DuplicatePolicyName` is used during parsing instead.
|
36
42
|
# * {DuplicateTagKeysException}
|
43
|
+
# * This error class is not used. `DuplicateTagKeys` is used during parsing instead.
|
37
44
|
# * {InvalidConfigurationRequestException}
|
45
|
+
# * This error class is not used. `InvalidConfigurationRequest` is used during parsing instead.
|
38
46
|
# * {InvalidEndPointException}
|
47
|
+
# * This error class is not used. `InvalidInstance` is used during parsing instead.
|
39
48
|
# * {InvalidSchemeException}
|
49
|
+
# * This error class is not used. `InvalidScheme` is used during parsing instead.
|
40
50
|
# * {InvalidSecurityGroupException}
|
51
|
+
# * This error class is not used. `InvalidSecurityGroup` is used during parsing instead.
|
41
52
|
# * {InvalidSubnetException}
|
53
|
+
# * This error class is not used. `InvalidSubnet` is used during parsing instead.
|
42
54
|
# * {ListenerNotFoundException}
|
55
|
+
# * This error class is not used. `ListenerNotFound` is used during parsing instead.
|
43
56
|
# * {LoadBalancerAttributeNotFoundException}
|
57
|
+
# * This error class is not used. `LoadBalancerAttributeNotFound` is used during parsing instead.
|
44
58
|
# * {OperationNotPermittedException}
|
59
|
+
# * This error class is not used. `OperationNotPermitted` is used during parsing instead.
|
45
60
|
# * {PolicyNotFoundException}
|
61
|
+
# * This error class is not used. `PolicyNotFound` is used during parsing instead.
|
46
62
|
# * {PolicyTypeNotFoundException}
|
63
|
+
# * This error class is not used. `PolicyTypeNotFound` is used during parsing instead.
|
47
64
|
# * {SubnetNotFoundException}
|
65
|
+
# * This error class is not used. `SubnetNotFound` is used during parsing instead.
|
48
66
|
# * {TooManyAccessPointsException}
|
67
|
+
# * This error class is not used. `TooManyLoadBalancers` is used during parsing instead.
|
49
68
|
# * {TooManyPoliciesException}
|
69
|
+
# * This error class is not used. `TooManyPolicies` is used during parsing instead.
|
50
70
|
# * {TooManyTagsException}
|
71
|
+
# * This error class is not used. `TooManyTags` is used during parsing instead.
|
51
72
|
# * {UnsupportedProtocolException}
|
73
|
+
# * This error class is not used. `UnsupportedProtocol` is used during parsing instead.
|
52
74
|
#
|
53
75
|
# Additionally, error classes are dynamically generated for service errors based on the error code
|
54
76
|
# if they are not defined above.
|
77
|
+
# Some existing error classes may use a different class name than the one documented.
|
55
78
|
module Errors
|
56
79
|
|
57
80
|
extend Aws::Errors::DynamicErrors
|
58
81
|
|
82
|
+
# @deprecated This error class is not used during parsing.
|
83
|
+
# Please use `LoadBalancerNotFound` instead.
|
59
84
|
class AccessPointNotFoundException < ServiceError
|
60
85
|
|
61
86
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -66,6 +91,8 @@ module Aws::ElasticLoadBalancing
|
|
66
91
|
end
|
67
92
|
end
|
68
93
|
|
94
|
+
# @deprecated This error class is not used during parsing.
|
95
|
+
# Please use `CertificateNotFound` instead.
|
69
96
|
class CertificateNotFoundException < ServiceError
|
70
97
|
|
71
98
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -76,6 +103,8 @@ module Aws::ElasticLoadBalancing
|
|
76
103
|
end
|
77
104
|
end
|
78
105
|
|
106
|
+
# @deprecated This error class is not used during parsing.
|
107
|
+
# Please use `DependencyThrottle` instead.
|
79
108
|
class DependencyThrottleException < ServiceError
|
80
109
|
|
81
110
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -86,6 +115,8 @@ module Aws::ElasticLoadBalancing
|
|
86
115
|
end
|
87
116
|
end
|
88
117
|
|
118
|
+
# @deprecated This error class is not used during parsing.
|
119
|
+
# Please use `DuplicateLoadBalancerName` instead.
|
89
120
|
class DuplicateAccessPointNameException < ServiceError
|
90
121
|
|
91
122
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -96,6 +127,8 @@ module Aws::ElasticLoadBalancing
|
|
96
127
|
end
|
97
128
|
end
|
98
129
|
|
130
|
+
# @deprecated This error class is not used during parsing.
|
131
|
+
# Please use `DuplicateListener` instead.
|
99
132
|
class DuplicateListenerException < ServiceError
|
100
133
|
|
101
134
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -106,6 +139,8 @@ module Aws::ElasticLoadBalancing
|
|
106
139
|
end
|
107
140
|
end
|
108
141
|
|
142
|
+
# @deprecated This error class is not used during parsing.
|
143
|
+
# Please use `DuplicatePolicyName` instead.
|
109
144
|
class DuplicatePolicyNameException < ServiceError
|
110
145
|
|
111
146
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -116,6 +151,8 @@ module Aws::ElasticLoadBalancing
|
|
116
151
|
end
|
117
152
|
end
|
118
153
|
|
154
|
+
# @deprecated This error class is not used during parsing.
|
155
|
+
# Please use `DuplicateTagKeys` instead.
|
119
156
|
class DuplicateTagKeysException < ServiceError
|
120
157
|
|
121
158
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -126,6 +163,8 @@ module Aws::ElasticLoadBalancing
|
|
126
163
|
end
|
127
164
|
end
|
128
165
|
|
166
|
+
# @deprecated This error class is not used during parsing.
|
167
|
+
# Please use `InvalidConfigurationRequest` instead.
|
129
168
|
class InvalidConfigurationRequestException < ServiceError
|
130
169
|
|
131
170
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -136,6 +175,8 @@ module Aws::ElasticLoadBalancing
|
|
136
175
|
end
|
137
176
|
end
|
138
177
|
|
178
|
+
# @deprecated This error class is not used during parsing.
|
179
|
+
# Please use `InvalidInstance` instead.
|
139
180
|
class InvalidEndPointException < ServiceError
|
140
181
|
|
141
182
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -146,6 +187,8 @@ module Aws::ElasticLoadBalancing
|
|
146
187
|
end
|
147
188
|
end
|
148
189
|
|
190
|
+
# @deprecated This error class is not used during parsing.
|
191
|
+
# Please use `InvalidScheme` instead.
|
149
192
|
class InvalidSchemeException < ServiceError
|
150
193
|
|
151
194
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -156,6 +199,8 @@ module Aws::ElasticLoadBalancing
|
|
156
199
|
end
|
157
200
|
end
|
158
201
|
|
202
|
+
# @deprecated This error class is not used during parsing.
|
203
|
+
# Please use `InvalidSecurityGroup` instead.
|
159
204
|
class InvalidSecurityGroupException < ServiceError
|
160
205
|
|
161
206
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -166,6 +211,8 @@ module Aws::ElasticLoadBalancing
|
|
166
211
|
end
|
167
212
|
end
|
168
213
|
|
214
|
+
# @deprecated This error class is not used during parsing.
|
215
|
+
# Please use `InvalidSubnet` instead.
|
169
216
|
class InvalidSubnetException < ServiceError
|
170
217
|
|
171
218
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -176,6 +223,8 @@ module Aws::ElasticLoadBalancing
|
|
176
223
|
end
|
177
224
|
end
|
178
225
|
|
226
|
+
# @deprecated This error class is not used during parsing.
|
227
|
+
# Please use `ListenerNotFound` instead.
|
179
228
|
class ListenerNotFoundException < ServiceError
|
180
229
|
|
181
230
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -186,6 +235,8 @@ module Aws::ElasticLoadBalancing
|
|
186
235
|
end
|
187
236
|
end
|
188
237
|
|
238
|
+
# @deprecated This error class is not used during parsing.
|
239
|
+
# Please use `LoadBalancerAttributeNotFound` instead.
|
189
240
|
class LoadBalancerAttributeNotFoundException < ServiceError
|
190
241
|
|
191
242
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -196,6 +247,8 @@ module Aws::ElasticLoadBalancing
|
|
196
247
|
end
|
197
248
|
end
|
198
249
|
|
250
|
+
# @deprecated This error class is not used during parsing.
|
251
|
+
# Please use `OperationNotPermitted` instead.
|
199
252
|
class OperationNotPermittedException < ServiceError
|
200
253
|
|
201
254
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -206,6 +259,8 @@ module Aws::ElasticLoadBalancing
|
|
206
259
|
end
|
207
260
|
end
|
208
261
|
|
262
|
+
# @deprecated This error class is not used during parsing.
|
263
|
+
# Please use `PolicyNotFound` instead.
|
209
264
|
class PolicyNotFoundException < ServiceError
|
210
265
|
|
211
266
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -216,6 +271,8 @@ module Aws::ElasticLoadBalancing
|
|
216
271
|
end
|
217
272
|
end
|
218
273
|
|
274
|
+
# @deprecated This error class is not used during parsing.
|
275
|
+
# Please use `PolicyTypeNotFound` instead.
|
219
276
|
class PolicyTypeNotFoundException < ServiceError
|
220
277
|
|
221
278
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -226,6 +283,8 @@ module Aws::ElasticLoadBalancing
|
|
226
283
|
end
|
227
284
|
end
|
228
285
|
|
286
|
+
# @deprecated This error class is not used during parsing.
|
287
|
+
# Please use `SubnetNotFound` instead.
|
229
288
|
class SubnetNotFoundException < ServiceError
|
230
289
|
|
231
290
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -236,6 +295,8 @@ module Aws::ElasticLoadBalancing
|
|
236
295
|
end
|
237
296
|
end
|
238
297
|
|
298
|
+
# @deprecated This error class is not used during parsing.
|
299
|
+
# Please use `TooManyLoadBalancers` instead.
|
239
300
|
class TooManyAccessPointsException < ServiceError
|
240
301
|
|
241
302
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -246,6 +307,8 @@ module Aws::ElasticLoadBalancing
|
|
246
307
|
end
|
247
308
|
end
|
248
309
|
|
310
|
+
# @deprecated This error class is not used during parsing.
|
311
|
+
# Please use `TooManyPolicies` instead.
|
249
312
|
class TooManyPoliciesException < ServiceError
|
250
313
|
|
251
314
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -256,6 +319,8 @@ module Aws::ElasticLoadBalancing
|
|
256
319
|
end
|
257
320
|
end
|
258
321
|
|
322
|
+
# @deprecated This error class is not used during parsing.
|
323
|
+
# Please use `TooManyTags` instead.
|
259
324
|
class TooManyTagsException < ServiceError
|
260
325
|
|
261
326
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -266,6 +331,8 @@ module Aws::ElasticLoadBalancing
|
|
266
331
|
end
|
267
332
|
end
|
268
333
|
|
334
|
+
# @deprecated This error class is not used during parsing.
|
335
|
+
# Please use `UnsupportedProtocol` instead.
|
269
336
|
class UnsupportedProtocolException < ServiceError
|
270
337
|
|
271
338
|
# @param [Seahorse::Client::RequestContext] context
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-elasticloadbalancing
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.72.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-
|
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
|