aws-sdk-elasticloadbalancing 1.71.0 → 1.73.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elasticloadbalancing/client.rb +1 -1
- data/lib/aws-sdk-elasticloadbalancing/client_api.rb +22 -22
- data/lib/aws-sdk-elasticloadbalancing/errors.rb +67 -0
- data/lib/aws-sdk-elasticloadbalancing.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9453cbc781fb96bab2f343ed1f371e9ff7a46741b2ea98feb7d2523e74dab067
|
4
|
+
data.tar.gz: bb27001163b66aa8a2e877a5a33b1fa78ea23f90254377fad35de97d219cf3c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bcb6adc8bcf4c3a0dc9fe3c50a0a32028181b645540d809a6ce5e1a512ff31963b7b5ee2d16e228c6991d0af243e65af4509f67f1185ee81d1662135c4747c94
|
7
|
+
data.tar.gz: c4f9860f39c26bd4797076851b902e04cb7e84c142520a68e6f9bf6452bdce854bc767c354cad246196efa2ccfaedea135752434b23da55e25511252d6a763b3
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.73.0 (2025-05-01)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.72.0 (2025-03-04)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.71.0 (2025-02-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.73.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.73.0'
|
2764
2764
|
Seahorse::Client::Request.new(handlers, context)
|
2765
2765
|
end
|
2766
2766
|
|
@@ -19,7 +19,7 @@ module Aws::ElasticLoadBalancing
|
|
19
19
|
AccessLogInterval = Shapes::IntegerShape.new(name: 'AccessLogInterval')
|
20
20
|
AccessLogPrefix = Shapes::StringShape.new(name: 'AccessLogPrefix')
|
21
21
|
AccessPointName = Shapes::StringShape.new(name: 'AccessPointName')
|
22
|
-
AccessPointNotFoundException = Shapes::StructureShape.new(name: 'AccessPointNotFoundException', error: {"code"=>"LoadBalancerNotFound", "httpStatusCode"=>400, "senderFault"=>true})
|
22
|
+
AccessPointNotFoundException = Shapes::StructureShape.new(name: 'AccessPointNotFoundException', error: {"code" => "LoadBalancerNotFound", "httpStatusCode" => 400, "senderFault" => true})
|
23
23
|
AccessPointPort = Shapes::IntegerShape.new(name: 'AccessPointPort')
|
24
24
|
AddAvailabilityZonesInput = Shapes::StructureShape.new(name: 'AddAvailabilityZonesInput')
|
25
25
|
AddAvailabilityZonesOutput = Shapes::StructureShape.new(name: 'AddAvailabilityZonesOutput')
|
@@ -43,7 +43,7 @@ module Aws::ElasticLoadBalancing
|
|
43
43
|
BackendServerDescription = Shapes::StructureShape.new(name: 'BackendServerDescription')
|
44
44
|
BackendServerDescriptions = Shapes::ListShape.new(name: 'BackendServerDescriptions')
|
45
45
|
Cardinality = Shapes::StringShape.new(name: 'Cardinality')
|
46
|
-
CertificateNotFoundException = Shapes::StructureShape.new(name: 'CertificateNotFoundException', error: {"code"=>"CertificateNotFound", "httpStatusCode"=>400, "senderFault"=>true})
|
46
|
+
CertificateNotFoundException = Shapes::StructureShape.new(name: 'CertificateNotFoundException', error: {"code" => "CertificateNotFound", "httpStatusCode" => 400, "senderFault" => true})
|
47
47
|
ConfigureHealthCheckInput = Shapes::StructureShape.new(name: 'ConfigureHealthCheckInput')
|
48
48
|
ConfigureHealthCheckOutput = Shapes::StructureShape.new(name: 'ConfigureHealthCheckOutput')
|
49
49
|
ConnectionDraining = Shapes::StructureShape.new(name: 'ConnectionDraining')
|
@@ -73,7 +73,7 @@ module Aws::ElasticLoadBalancing
|
|
73
73
|
DeleteLoadBalancerListenerOutput = Shapes::StructureShape.new(name: 'DeleteLoadBalancerListenerOutput')
|
74
74
|
DeleteLoadBalancerPolicyInput = Shapes::StructureShape.new(name: 'DeleteLoadBalancerPolicyInput')
|
75
75
|
DeleteLoadBalancerPolicyOutput = Shapes::StructureShape.new(name: 'DeleteLoadBalancerPolicyOutput')
|
76
|
-
DependencyThrottleException = Shapes::StructureShape.new(name: 'DependencyThrottleException', error: {"code"=>"DependencyThrottle", "httpStatusCode"=>400, "senderFault"=>true})
|
76
|
+
DependencyThrottleException = Shapes::StructureShape.new(name: 'DependencyThrottleException', error: {"code" => "DependencyThrottle", "httpStatusCode" => 400, "senderFault" => true})
|
77
77
|
DeregisterEndPointsInput = Shapes::StructureShape.new(name: 'DeregisterEndPointsInput')
|
78
78
|
DeregisterEndPointsOutput = Shapes::StructureShape.new(name: 'DeregisterEndPointsOutput')
|
79
79
|
DescribeAccessPointsInput = Shapes::StructureShape.new(name: 'DescribeAccessPointsInput')
|
@@ -93,10 +93,10 @@ module Aws::ElasticLoadBalancing
|
|
93
93
|
Description = Shapes::StringShape.new(name: 'Description')
|
94
94
|
DetachLoadBalancerFromSubnetsInput = Shapes::StructureShape.new(name: 'DetachLoadBalancerFromSubnetsInput')
|
95
95
|
DetachLoadBalancerFromSubnetsOutput = Shapes::StructureShape.new(name: 'DetachLoadBalancerFromSubnetsOutput')
|
96
|
-
DuplicateAccessPointNameException = Shapes::StructureShape.new(name: 'DuplicateAccessPointNameException', error: {"code"=>"DuplicateLoadBalancerName", "httpStatusCode"=>400, "senderFault"=>true})
|
97
|
-
DuplicateListenerException = Shapes::StructureShape.new(name: 'DuplicateListenerException', error: {"code"=>"DuplicateListener", "httpStatusCode"=>400, "senderFault"=>true})
|
98
|
-
DuplicatePolicyNameException = Shapes::StructureShape.new(name: 'DuplicatePolicyNameException', error: {"code"=>"DuplicatePolicyName", "httpStatusCode"=>400, "senderFault"=>true})
|
99
|
-
DuplicateTagKeysException = Shapes::StructureShape.new(name: 'DuplicateTagKeysException', error: {"code"=>"DuplicateTagKeys", "httpStatusCode"=>400, "senderFault"=>true})
|
96
|
+
DuplicateAccessPointNameException = Shapes::StructureShape.new(name: 'DuplicateAccessPointNameException', error: {"code" => "DuplicateLoadBalancerName", "httpStatusCode" => 400, "senderFault" => true})
|
97
|
+
DuplicateListenerException = Shapes::StructureShape.new(name: 'DuplicateListenerException', error: {"code" => "DuplicateListener", "httpStatusCode" => 400, "senderFault" => true})
|
98
|
+
DuplicatePolicyNameException = Shapes::StructureShape.new(name: 'DuplicatePolicyNameException', error: {"code" => "DuplicatePolicyName", "httpStatusCode" => 400, "senderFault" => true})
|
99
|
+
DuplicateTagKeysException = Shapes::StructureShape.new(name: 'DuplicateTagKeysException', error: {"code" => "DuplicateTagKeys", "httpStatusCode" => 400, "senderFault" => true})
|
100
100
|
EndPointPort = Shapes::IntegerShape.new(name: 'EndPointPort')
|
101
101
|
HealthCheck = Shapes::StructureShape.new(name: 'HealthCheck')
|
102
102
|
HealthCheckInterval = Shapes::IntegerShape.new(name: 'HealthCheckInterval')
|
@@ -110,11 +110,11 @@ module Aws::ElasticLoadBalancing
|
|
110
110
|
InstanceState = Shapes::StructureShape.new(name: 'InstanceState')
|
111
111
|
InstanceStates = Shapes::ListShape.new(name: 'InstanceStates')
|
112
112
|
Instances = Shapes::ListShape.new(name: 'Instances')
|
113
|
-
InvalidConfigurationRequestException = Shapes::StructureShape.new(name: 'InvalidConfigurationRequestException', error: {"code"=>"InvalidConfigurationRequest", "httpStatusCode"=>409, "senderFault"=>true})
|
114
|
-
InvalidEndPointException = Shapes::StructureShape.new(name: 'InvalidEndPointException', error: {"code"=>"InvalidInstance", "httpStatusCode"=>400, "senderFault"=>true})
|
115
|
-
InvalidSchemeException = Shapes::StructureShape.new(name: 'InvalidSchemeException', error: {"code"=>"InvalidScheme", "httpStatusCode"=>400, "senderFault"=>true})
|
116
|
-
InvalidSecurityGroupException = Shapes::StructureShape.new(name: 'InvalidSecurityGroupException', error: {"code"=>"InvalidSecurityGroup", "httpStatusCode"=>400, "senderFault"=>true})
|
117
|
-
InvalidSubnetException = Shapes::StructureShape.new(name: 'InvalidSubnetException', error: {"code"=>"InvalidSubnet", "httpStatusCode"=>400, "senderFault"=>true})
|
113
|
+
InvalidConfigurationRequestException = Shapes::StructureShape.new(name: 'InvalidConfigurationRequestException', error: {"code" => "InvalidConfigurationRequest", "httpStatusCode" => 409, "senderFault" => true})
|
114
|
+
InvalidEndPointException = Shapes::StructureShape.new(name: 'InvalidEndPointException', error: {"code" => "InvalidInstance", "httpStatusCode" => 400, "senderFault" => true})
|
115
|
+
InvalidSchemeException = Shapes::StructureShape.new(name: 'InvalidSchemeException', error: {"code" => "InvalidScheme", "httpStatusCode" => 400, "senderFault" => true})
|
116
|
+
InvalidSecurityGroupException = Shapes::StructureShape.new(name: 'InvalidSecurityGroupException', error: {"code" => "InvalidSecurityGroup", "httpStatusCode" => 400, "senderFault" => true})
|
117
|
+
InvalidSubnetException = Shapes::StructureShape.new(name: 'InvalidSubnetException', error: {"code" => "InvalidSubnet", "httpStatusCode" => 400, "senderFault" => true})
|
118
118
|
LBCookieStickinessPolicies = Shapes::ListShape.new(name: 'LBCookieStickinessPolicies')
|
119
119
|
LBCookieStickinessPolicy = Shapes::StructureShape.new(name: 'LBCookieStickinessPolicy')
|
120
120
|
Limit = Shapes::StructureShape.new(name: 'Limit')
|
@@ -122,9 +122,9 @@ module Aws::ElasticLoadBalancing
|
|
122
122
|
Listener = Shapes::StructureShape.new(name: 'Listener')
|
123
123
|
ListenerDescription = Shapes::StructureShape.new(name: 'ListenerDescription')
|
124
124
|
ListenerDescriptions = Shapes::ListShape.new(name: 'ListenerDescriptions')
|
125
|
-
ListenerNotFoundException = Shapes::StructureShape.new(name: 'ListenerNotFoundException', error: {"code"=>"ListenerNotFound", "httpStatusCode"=>400, "senderFault"=>true})
|
125
|
+
ListenerNotFoundException = Shapes::StructureShape.new(name: 'ListenerNotFoundException', error: {"code" => "ListenerNotFound", "httpStatusCode" => 400, "senderFault" => true})
|
126
126
|
Listeners = Shapes::ListShape.new(name: 'Listeners')
|
127
|
-
LoadBalancerAttributeNotFoundException = Shapes::StructureShape.new(name: 'LoadBalancerAttributeNotFoundException', error: {"code"=>"LoadBalancerAttributeNotFound", "httpStatusCode"=>400, "senderFault"=>true})
|
127
|
+
LoadBalancerAttributeNotFoundException = Shapes::StructureShape.new(name: 'LoadBalancerAttributeNotFoundException', error: {"code" => "LoadBalancerAttributeNotFound", "httpStatusCode" => 400, "senderFault" => true})
|
128
128
|
LoadBalancerAttributes = Shapes::StructureShape.new(name: 'LoadBalancerAttributes')
|
129
129
|
LoadBalancerDescription = Shapes::StructureShape.new(name: 'LoadBalancerDescription')
|
130
130
|
LoadBalancerDescriptions = Shapes::ListShape.new(name: 'LoadBalancerDescriptions')
|
@@ -136,7 +136,7 @@ module Aws::ElasticLoadBalancing
|
|
136
136
|
ModifyLoadBalancerAttributesInput = Shapes::StructureShape.new(name: 'ModifyLoadBalancerAttributesInput')
|
137
137
|
ModifyLoadBalancerAttributesOutput = Shapes::StructureShape.new(name: 'ModifyLoadBalancerAttributesOutput')
|
138
138
|
Name = Shapes::StringShape.new(name: 'Name')
|
139
|
-
OperationNotPermittedException = Shapes::StructureShape.new(name: 'OperationNotPermittedException', error: {"code"=>"OperationNotPermitted", "httpStatusCode"=>400, "senderFault"=>true})
|
139
|
+
OperationNotPermittedException = Shapes::StructureShape.new(name: 'OperationNotPermittedException', error: {"code" => "OperationNotPermitted", "httpStatusCode" => 400, "senderFault" => true})
|
140
140
|
PageSize = Shapes::IntegerShape.new(name: 'PageSize')
|
141
141
|
Policies = Shapes::StructureShape.new(name: 'Policies')
|
142
142
|
PolicyAttribute = Shapes::StructureShape.new(name: 'PolicyAttribute')
|
@@ -149,12 +149,12 @@ module Aws::ElasticLoadBalancing
|
|
149
149
|
PolicyDescriptions = Shapes::ListShape.new(name: 'PolicyDescriptions')
|
150
150
|
PolicyName = Shapes::StringShape.new(name: 'PolicyName')
|
151
151
|
PolicyNames = Shapes::ListShape.new(name: 'PolicyNames')
|
152
|
-
PolicyNotFoundException = Shapes::StructureShape.new(name: 'PolicyNotFoundException', error: {"code"=>"PolicyNotFound", "httpStatusCode"=>400, "senderFault"=>true})
|
152
|
+
PolicyNotFoundException = Shapes::StructureShape.new(name: 'PolicyNotFoundException', error: {"code" => "PolicyNotFound", "httpStatusCode" => 400, "senderFault" => true})
|
153
153
|
PolicyTypeDescription = Shapes::StructureShape.new(name: 'PolicyTypeDescription')
|
154
154
|
PolicyTypeDescriptions = Shapes::ListShape.new(name: 'PolicyTypeDescriptions')
|
155
155
|
PolicyTypeName = Shapes::StringShape.new(name: 'PolicyTypeName')
|
156
156
|
PolicyTypeNames = Shapes::ListShape.new(name: 'PolicyTypeNames')
|
157
|
-
PolicyTypeNotFoundException = Shapes::StructureShape.new(name: 'PolicyTypeNotFoundException', error: {"code"=>"PolicyTypeNotFound", "httpStatusCode"=>400, "senderFault"=>true})
|
157
|
+
PolicyTypeNotFoundException = Shapes::StructureShape.new(name: 'PolicyTypeNotFoundException', error: {"code" => "PolicyTypeNotFound", "httpStatusCode" => 400, "senderFault" => true})
|
158
158
|
Ports = Shapes::ListShape.new(name: 'Ports')
|
159
159
|
Protocol = Shapes::StringShape.new(name: 'Protocol')
|
160
160
|
ReasonCode = Shapes::StringShape.new(name: 'ReasonCode')
|
@@ -179,7 +179,7 @@ module Aws::ElasticLoadBalancing
|
|
179
179
|
SourceSecurityGroup = Shapes::StructureShape.new(name: 'SourceSecurityGroup')
|
180
180
|
State = Shapes::StringShape.new(name: 'State')
|
181
181
|
SubnetId = Shapes::StringShape.new(name: 'SubnetId')
|
182
|
-
SubnetNotFoundException = Shapes::StructureShape.new(name: 'SubnetNotFoundException', error: {"code"=>"SubnetNotFound", "httpStatusCode"=>400, "senderFault"=>true})
|
182
|
+
SubnetNotFoundException = Shapes::StructureShape.new(name: 'SubnetNotFoundException', error: {"code" => "SubnetNotFound", "httpStatusCode" => 400, "senderFault" => true})
|
183
183
|
Subnets = Shapes::ListShape.new(name: 'Subnets')
|
184
184
|
Tag = Shapes::StructureShape.new(name: 'Tag')
|
185
185
|
TagDescription = Shapes::StructureShape.new(name: 'TagDescription')
|
@@ -189,11 +189,11 @@ module Aws::ElasticLoadBalancing
|
|
189
189
|
TagKeyOnly = Shapes::StructureShape.new(name: 'TagKeyOnly')
|
190
190
|
TagList = Shapes::ListShape.new(name: 'TagList')
|
191
191
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
192
|
-
TooManyAccessPointsException = Shapes::StructureShape.new(name: 'TooManyAccessPointsException', error: {"code"=>"TooManyLoadBalancers", "httpStatusCode"=>400, "senderFault"=>true})
|
193
|
-
TooManyPoliciesException = Shapes::StructureShape.new(name: 'TooManyPoliciesException', error: {"code"=>"TooManyPolicies", "httpStatusCode"=>400, "senderFault"=>true})
|
194
|
-
TooManyTagsException = Shapes::StructureShape.new(name: 'TooManyTagsException', error: {"code"=>"TooManyTags", "httpStatusCode"=>400, "senderFault"=>true})
|
192
|
+
TooManyAccessPointsException = Shapes::StructureShape.new(name: 'TooManyAccessPointsException', error: {"code" => "TooManyLoadBalancers", "httpStatusCode" => 400, "senderFault" => true})
|
193
|
+
TooManyPoliciesException = Shapes::StructureShape.new(name: 'TooManyPoliciesException', error: {"code" => "TooManyPolicies", "httpStatusCode" => 400, "senderFault" => true})
|
194
|
+
TooManyTagsException = Shapes::StructureShape.new(name: 'TooManyTagsException', error: {"code" => "TooManyTags", "httpStatusCode" => 400, "senderFault" => true})
|
195
195
|
UnhealthyThreshold = Shapes::IntegerShape.new(name: 'UnhealthyThreshold')
|
196
|
-
UnsupportedProtocolException = Shapes::StructureShape.new(name: 'UnsupportedProtocolException', error: {"code"=>"UnsupportedProtocol", "httpStatusCode"=>400, "senderFault"=>true})
|
196
|
+
UnsupportedProtocolException = Shapes::StructureShape.new(name: 'UnsupportedProtocolException', error: {"code" => "UnsupportedProtocol", "httpStatusCode" => 400, "senderFault" => true})
|
197
197
|
VPCId = Shapes::StringShape.new(name: 'VPCId')
|
198
198
|
|
199
199
|
AccessLog.add_member(:enabled, Shapes::ShapeRef.new(shape: AccessLogEnabled, required: true, location_name: "Enabled"))
|
@@ -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,13 @@
|
|
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.73.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -78,7 +77,6 @@ licenses:
|
|
78
77
|
metadata:
|
79
78
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-elasticloadbalancing
|
80
79
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-elasticloadbalancing/CHANGELOG.md
|
81
|
-
post_install_message:
|
82
80
|
rdoc_options: []
|
83
81
|
require_paths:
|
84
82
|
- lib
|
@@ -93,8 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
93
91
|
- !ruby/object:Gem::Version
|
94
92
|
version: '0'
|
95
93
|
requirements: []
|
96
|
-
rubygems_version: 3.
|
97
|
-
signing_key:
|
94
|
+
rubygems_version: 3.6.7
|
98
95
|
specification_version: 4
|
99
96
|
summary: AWS SDK for Ruby - Elastic Load Balancing
|
100
97
|
test_files: []
|