aws-sdk-elasticloadbalancing 1.0.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/aws-sdk-elasticloadbalancing.rb +48 -0
- data/lib/aws-sdk-elasticloadbalancing/client.rb +1448 -0
- data/lib/aws-sdk-elasticloadbalancing/client_api.rb +888 -0
- data/lib/aws-sdk-elasticloadbalancing/customizations.rb +7 -0
- data/lib/aws-sdk-elasticloadbalancing/errors.rb +23 -0
- data/lib/aws-sdk-elasticloadbalancing/resource.rb +25 -0
- data/lib/aws-sdk-elasticloadbalancing/types.rb +1757 -0
- data/lib/aws-sdk-elasticloadbalancing/waiters.rb +129 -0
- metadata +81 -0
@@ -0,0 +1,888 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing for info on making contributions:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws
|
9
|
+
module ElasticLoadBalancing
|
10
|
+
# @api private
|
11
|
+
module ClientApi
|
12
|
+
|
13
|
+
include Seahorse::Model
|
14
|
+
|
15
|
+
AccessLog = Shapes::StructureShape.new(name: 'AccessLog')
|
16
|
+
AccessLogEnabled = Shapes::BooleanShape.new(name: 'AccessLogEnabled')
|
17
|
+
AccessLogInterval = Shapes::IntegerShape.new(name: 'AccessLogInterval')
|
18
|
+
AccessLogPrefix = Shapes::StringShape.new(name: 'AccessLogPrefix')
|
19
|
+
AccessPointName = Shapes::StringShape.new(name: 'AccessPointName')
|
20
|
+
AccessPointNotFoundException = Shapes::StructureShape.new(name: 'AccessPointNotFoundException')
|
21
|
+
AccessPointPort = Shapes::IntegerShape.new(name: 'AccessPointPort')
|
22
|
+
AddAvailabilityZonesInput = Shapes::StructureShape.new(name: 'AddAvailabilityZonesInput')
|
23
|
+
AddAvailabilityZonesOutput = Shapes::StructureShape.new(name: 'AddAvailabilityZonesOutput')
|
24
|
+
AddTagsInput = Shapes::StructureShape.new(name: 'AddTagsInput')
|
25
|
+
AddTagsOutput = Shapes::StructureShape.new(name: 'AddTagsOutput')
|
26
|
+
AdditionalAttribute = Shapes::StructureShape.new(name: 'AdditionalAttribute')
|
27
|
+
AdditionalAttributeKey = Shapes::StringShape.new(name: 'AdditionalAttributeKey')
|
28
|
+
AdditionalAttributeValue = Shapes::StringShape.new(name: 'AdditionalAttributeValue')
|
29
|
+
AdditionalAttributes = Shapes::ListShape.new(name: 'AdditionalAttributes')
|
30
|
+
AppCookieStickinessPolicies = Shapes::ListShape.new(name: 'AppCookieStickinessPolicies')
|
31
|
+
AppCookieStickinessPolicy = Shapes::StructureShape.new(name: 'AppCookieStickinessPolicy')
|
32
|
+
ApplySecurityGroupsToLoadBalancerInput = Shapes::StructureShape.new(name: 'ApplySecurityGroupsToLoadBalancerInput')
|
33
|
+
ApplySecurityGroupsToLoadBalancerOutput = Shapes::StructureShape.new(name: 'ApplySecurityGroupsToLoadBalancerOutput')
|
34
|
+
AttachLoadBalancerToSubnetsInput = Shapes::StructureShape.new(name: 'AttachLoadBalancerToSubnetsInput')
|
35
|
+
AttachLoadBalancerToSubnetsOutput = Shapes::StructureShape.new(name: 'AttachLoadBalancerToSubnetsOutput')
|
36
|
+
AttributeName = Shapes::StringShape.new(name: 'AttributeName')
|
37
|
+
AttributeType = Shapes::StringShape.new(name: 'AttributeType')
|
38
|
+
AttributeValue = Shapes::StringShape.new(name: 'AttributeValue')
|
39
|
+
AvailabilityZone = Shapes::StringShape.new(name: 'AvailabilityZone')
|
40
|
+
AvailabilityZones = Shapes::ListShape.new(name: 'AvailabilityZones')
|
41
|
+
BackendServerDescription = Shapes::StructureShape.new(name: 'BackendServerDescription')
|
42
|
+
BackendServerDescriptions = Shapes::ListShape.new(name: 'BackendServerDescriptions')
|
43
|
+
Cardinality = Shapes::StringShape.new(name: 'Cardinality')
|
44
|
+
CertificateNotFoundException = Shapes::StructureShape.new(name: 'CertificateNotFoundException')
|
45
|
+
ConfigureHealthCheckInput = Shapes::StructureShape.new(name: 'ConfigureHealthCheckInput')
|
46
|
+
ConfigureHealthCheckOutput = Shapes::StructureShape.new(name: 'ConfigureHealthCheckOutput')
|
47
|
+
ConnectionDraining = Shapes::StructureShape.new(name: 'ConnectionDraining')
|
48
|
+
ConnectionDrainingEnabled = Shapes::BooleanShape.new(name: 'ConnectionDrainingEnabled')
|
49
|
+
ConnectionDrainingTimeout = Shapes::IntegerShape.new(name: 'ConnectionDrainingTimeout')
|
50
|
+
ConnectionSettings = Shapes::StructureShape.new(name: 'ConnectionSettings')
|
51
|
+
CookieExpirationPeriod = Shapes::IntegerShape.new(name: 'CookieExpirationPeriod')
|
52
|
+
CookieName = Shapes::StringShape.new(name: 'CookieName')
|
53
|
+
CreateAccessPointInput = Shapes::StructureShape.new(name: 'CreateAccessPointInput')
|
54
|
+
CreateAccessPointOutput = Shapes::StructureShape.new(name: 'CreateAccessPointOutput')
|
55
|
+
CreateAppCookieStickinessPolicyInput = Shapes::StructureShape.new(name: 'CreateAppCookieStickinessPolicyInput')
|
56
|
+
CreateAppCookieStickinessPolicyOutput = Shapes::StructureShape.new(name: 'CreateAppCookieStickinessPolicyOutput')
|
57
|
+
CreateLBCookieStickinessPolicyInput = Shapes::StructureShape.new(name: 'CreateLBCookieStickinessPolicyInput')
|
58
|
+
CreateLBCookieStickinessPolicyOutput = Shapes::StructureShape.new(name: 'CreateLBCookieStickinessPolicyOutput')
|
59
|
+
CreateLoadBalancerListenerInput = Shapes::StructureShape.new(name: 'CreateLoadBalancerListenerInput')
|
60
|
+
CreateLoadBalancerListenerOutput = Shapes::StructureShape.new(name: 'CreateLoadBalancerListenerOutput')
|
61
|
+
CreateLoadBalancerPolicyInput = Shapes::StructureShape.new(name: 'CreateLoadBalancerPolicyInput')
|
62
|
+
CreateLoadBalancerPolicyOutput = Shapes::StructureShape.new(name: 'CreateLoadBalancerPolicyOutput')
|
63
|
+
CreatedTime = Shapes::TimestampShape.new(name: 'CreatedTime')
|
64
|
+
CrossZoneLoadBalancing = Shapes::StructureShape.new(name: 'CrossZoneLoadBalancing')
|
65
|
+
CrossZoneLoadBalancingEnabled = Shapes::BooleanShape.new(name: 'CrossZoneLoadBalancingEnabled')
|
66
|
+
DNSName = Shapes::StringShape.new(name: 'DNSName')
|
67
|
+
DefaultValue = Shapes::StringShape.new(name: 'DefaultValue')
|
68
|
+
DeleteAccessPointInput = Shapes::StructureShape.new(name: 'DeleteAccessPointInput')
|
69
|
+
DeleteAccessPointOutput = Shapes::StructureShape.new(name: 'DeleteAccessPointOutput')
|
70
|
+
DeleteLoadBalancerListenerInput = Shapes::StructureShape.new(name: 'DeleteLoadBalancerListenerInput')
|
71
|
+
DeleteLoadBalancerListenerOutput = Shapes::StructureShape.new(name: 'DeleteLoadBalancerListenerOutput')
|
72
|
+
DeleteLoadBalancerPolicyInput = Shapes::StructureShape.new(name: 'DeleteLoadBalancerPolicyInput')
|
73
|
+
DeleteLoadBalancerPolicyOutput = Shapes::StructureShape.new(name: 'DeleteLoadBalancerPolicyOutput')
|
74
|
+
DependencyThrottleException = Shapes::StructureShape.new(name: 'DependencyThrottleException')
|
75
|
+
DeregisterEndPointsInput = Shapes::StructureShape.new(name: 'DeregisterEndPointsInput')
|
76
|
+
DeregisterEndPointsOutput = Shapes::StructureShape.new(name: 'DeregisterEndPointsOutput')
|
77
|
+
DescribeAccessPointsInput = Shapes::StructureShape.new(name: 'DescribeAccessPointsInput')
|
78
|
+
DescribeAccessPointsOutput = Shapes::StructureShape.new(name: 'DescribeAccessPointsOutput')
|
79
|
+
DescribeEndPointStateInput = Shapes::StructureShape.new(name: 'DescribeEndPointStateInput')
|
80
|
+
DescribeEndPointStateOutput = Shapes::StructureShape.new(name: 'DescribeEndPointStateOutput')
|
81
|
+
DescribeLoadBalancerAttributesInput = Shapes::StructureShape.new(name: 'DescribeLoadBalancerAttributesInput')
|
82
|
+
DescribeLoadBalancerAttributesOutput = Shapes::StructureShape.new(name: 'DescribeLoadBalancerAttributesOutput')
|
83
|
+
DescribeLoadBalancerPoliciesInput = Shapes::StructureShape.new(name: 'DescribeLoadBalancerPoliciesInput')
|
84
|
+
DescribeLoadBalancerPoliciesOutput = Shapes::StructureShape.new(name: 'DescribeLoadBalancerPoliciesOutput')
|
85
|
+
DescribeLoadBalancerPolicyTypesInput = Shapes::StructureShape.new(name: 'DescribeLoadBalancerPolicyTypesInput')
|
86
|
+
DescribeLoadBalancerPolicyTypesOutput = Shapes::StructureShape.new(name: 'DescribeLoadBalancerPolicyTypesOutput')
|
87
|
+
DescribeTagsInput = Shapes::StructureShape.new(name: 'DescribeTagsInput')
|
88
|
+
DescribeTagsOutput = Shapes::StructureShape.new(name: 'DescribeTagsOutput')
|
89
|
+
Description = Shapes::StringShape.new(name: 'Description')
|
90
|
+
DetachLoadBalancerFromSubnetsInput = Shapes::StructureShape.new(name: 'DetachLoadBalancerFromSubnetsInput')
|
91
|
+
DetachLoadBalancerFromSubnetsOutput = Shapes::StructureShape.new(name: 'DetachLoadBalancerFromSubnetsOutput')
|
92
|
+
DuplicateAccessPointNameException = Shapes::StructureShape.new(name: 'DuplicateAccessPointNameException')
|
93
|
+
DuplicateListenerException = Shapes::StructureShape.new(name: 'DuplicateListenerException')
|
94
|
+
DuplicatePolicyNameException = Shapes::StructureShape.new(name: 'DuplicatePolicyNameException')
|
95
|
+
DuplicateTagKeysException = Shapes::StructureShape.new(name: 'DuplicateTagKeysException')
|
96
|
+
EndPointPort = Shapes::IntegerShape.new(name: 'EndPointPort')
|
97
|
+
HealthCheck = Shapes::StructureShape.new(name: 'HealthCheck')
|
98
|
+
HealthCheckInterval = Shapes::IntegerShape.new(name: 'HealthCheckInterval')
|
99
|
+
HealthCheckTarget = Shapes::StringShape.new(name: 'HealthCheckTarget')
|
100
|
+
HealthCheckTimeout = Shapes::IntegerShape.new(name: 'HealthCheckTimeout')
|
101
|
+
HealthyThreshold = Shapes::IntegerShape.new(name: 'HealthyThreshold')
|
102
|
+
IdleTimeout = Shapes::IntegerShape.new(name: 'IdleTimeout')
|
103
|
+
Instance = Shapes::StructureShape.new(name: 'Instance')
|
104
|
+
InstanceId = Shapes::StringShape.new(name: 'InstanceId')
|
105
|
+
InstancePort = Shapes::IntegerShape.new(name: 'InstancePort')
|
106
|
+
InstanceState = Shapes::StructureShape.new(name: 'InstanceState')
|
107
|
+
InstanceStates = Shapes::ListShape.new(name: 'InstanceStates')
|
108
|
+
Instances = Shapes::ListShape.new(name: 'Instances')
|
109
|
+
InvalidConfigurationRequestException = Shapes::StructureShape.new(name: 'InvalidConfigurationRequestException')
|
110
|
+
InvalidEndPointException = Shapes::StructureShape.new(name: 'InvalidEndPointException')
|
111
|
+
InvalidSchemeException = Shapes::StructureShape.new(name: 'InvalidSchemeException')
|
112
|
+
InvalidSecurityGroupException = Shapes::StructureShape.new(name: 'InvalidSecurityGroupException')
|
113
|
+
InvalidSubnetException = Shapes::StructureShape.new(name: 'InvalidSubnetException')
|
114
|
+
LBCookieStickinessPolicies = Shapes::ListShape.new(name: 'LBCookieStickinessPolicies')
|
115
|
+
LBCookieStickinessPolicy = Shapes::StructureShape.new(name: 'LBCookieStickinessPolicy')
|
116
|
+
Listener = Shapes::StructureShape.new(name: 'Listener')
|
117
|
+
ListenerDescription = Shapes::StructureShape.new(name: 'ListenerDescription')
|
118
|
+
ListenerDescriptions = Shapes::ListShape.new(name: 'ListenerDescriptions')
|
119
|
+
ListenerNotFoundException = Shapes::StructureShape.new(name: 'ListenerNotFoundException')
|
120
|
+
Listeners = Shapes::ListShape.new(name: 'Listeners')
|
121
|
+
LoadBalancerAttributeNotFoundException = Shapes::StructureShape.new(name: 'LoadBalancerAttributeNotFoundException')
|
122
|
+
LoadBalancerAttributes = Shapes::StructureShape.new(name: 'LoadBalancerAttributes')
|
123
|
+
LoadBalancerDescription = Shapes::StructureShape.new(name: 'LoadBalancerDescription')
|
124
|
+
LoadBalancerDescriptions = Shapes::ListShape.new(name: 'LoadBalancerDescriptions')
|
125
|
+
LoadBalancerNames = Shapes::ListShape.new(name: 'LoadBalancerNames')
|
126
|
+
LoadBalancerNamesMax20 = Shapes::ListShape.new(name: 'LoadBalancerNamesMax20')
|
127
|
+
LoadBalancerScheme = Shapes::StringShape.new(name: 'LoadBalancerScheme')
|
128
|
+
Marker = Shapes::StringShape.new(name: 'Marker')
|
129
|
+
ModifyLoadBalancerAttributesInput = Shapes::StructureShape.new(name: 'ModifyLoadBalancerAttributesInput')
|
130
|
+
ModifyLoadBalancerAttributesOutput = Shapes::StructureShape.new(name: 'ModifyLoadBalancerAttributesOutput')
|
131
|
+
PageSize = Shapes::IntegerShape.new(name: 'PageSize')
|
132
|
+
Policies = Shapes::StructureShape.new(name: 'Policies')
|
133
|
+
PolicyAttribute = Shapes::StructureShape.new(name: 'PolicyAttribute')
|
134
|
+
PolicyAttributeDescription = Shapes::StructureShape.new(name: 'PolicyAttributeDescription')
|
135
|
+
PolicyAttributeDescriptions = Shapes::ListShape.new(name: 'PolicyAttributeDescriptions')
|
136
|
+
PolicyAttributeTypeDescription = Shapes::StructureShape.new(name: 'PolicyAttributeTypeDescription')
|
137
|
+
PolicyAttributeTypeDescriptions = Shapes::ListShape.new(name: 'PolicyAttributeTypeDescriptions')
|
138
|
+
PolicyAttributes = Shapes::ListShape.new(name: 'PolicyAttributes')
|
139
|
+
PolicyDescription = Shapes::StructureShape.new(name: 'PolicyDescription')
|
140
|
+
PolicyDescriptions = Shapes::ListShape.new(name: 'PolicyDescriptions')
|
141
|
+
PolicyName = Shapes::StringShape.new(name: 'PolicyName')
|
142
|
+
PolicyNames = Shapes::ListShape.new(name: 'PolicyNames')
|
143
|
+
PolicyNotFoundException = Shapes::StructureShape.new(name: 'PolicyNotFoundException')
|
144
|
+
PolicyTypeDescription = Shapes::StructureShape.new(name: 'PolicyTypeDescription')
|
145
|
+
PolicyTypeDescriptions = Shapes::ListShape.new(name: 'PolicyTypeDescriptions')
|
146
|
+
PolicyTypeName = Shapes::StringShape.new(name: 'PolicyTypeName')
|
147
|
+
PolicyTypeNames = Shapes::ListShape.new(name: 'PolicyTypeNames')
|
148
|
+
PolicyTypeNotFoundException = Shapes::StructureShape.new(name: 'PolicyTypeNotFoundException')
|
149
|
+
Ports = Shapes::ListShape.new(name: 'Ports')
|
150
|
+
Protocol = Shapes::StringShape.new(name: 'Protocol')
|
151
|
+
ReasonCode = Shapes::StringShape.new(name: 'ReasonCode')
|
152
|
+
RegisterEndPointsInput = Shapes::StructureShape.new(name: 'RegisterEndPointsInput')
|
153
|
+
RegisterEndPointsOutput = Shapes::StructureShape.new(name: 'RegisterEndPointsOutput')
|
154
|
+
RemoveAvailabilityZonesInput = Shapes::StructureShape.new(name: 'RemoveAvailabilityZonesInput')
|
155
|
+
RemoveAvailabilityZonesOutput = Shapes::StructureShape.new(name: 'RemoveAvailabilityZonesOutput')
|
156
|
+
RemoveTagsInput = Shapes::StructureShape.new(name: 'RemoveTagsInput')
|
157
|
+
RemoveTagsOutput = Shapes::StructureShape.new(name: 'RemoveTagsOutput')
|
158
|
+
S3BucketName = Shapes::StringShape.new(name: 'S3BucketName')
|
159
|
+
SSLCertificateId = Shapes::StringShape.new(name: 'SSLCertificateId')
|
160
|
+
SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
|
161
|
+
SecurityGroupName = Shapes::StringShape.new(name: 'SecurityGroupName')
|
162
|
+
SecurityGroupOwnerAlias = Shapes::StringShape.new(name: 'SecurityGroupOwnerAlias')
|
163
|
+
SecurityGroups = Shapes::ListShape.new(name: 'SecurityGroups')
|
164
|
+
SetLoadBalancerListenerSSLCertificateInput = Shapes::StructureShape.new(name: 'SetLoadBalancerListenerSSLCertificateInput')
|
165
|
+
SetLoadBalancerListenerSSLCertificateOutput = Shapes::StructureShape.new(name: 'SetLoadBalancerListenerSSLCertificateOutput')
|
166
|
+
SetLoadBalancerPoliciesForBackendServerInput = Shapes::StructureShape.new(name: 'SetLoadBalancerPoliciesForBackendServerInput')
|
167
|
+
SetLoadBalancerPoliciesForBackendServerOutput = Shapes::StructureShape.new(name: 'SetLoadBalancerPoliciesForBackendServerOutput')
|
168
|
+
SetLoadBalancerPoliciesOfListenerInput = Shapes::StructureShape.new(name: 'SetLoadBalancerPoliciesOfListenerInput')
|
169
|
+
SetLoadBalancerPoliciesOfListenerOutput = Shapes::StructureShape.new(name: 'SetLoadBalancerPoliciesOfListenerOutput')
|
170
|
+
SourceSecurityGroup = Shapes::StructureShape.new(name: 'SourceSecurityGroup')
|
171
|
+
State = Shapes::StringShape.new(name: 'State')
|
172
|
+
SubnetId = Shapes::StringShape.new(name: 'SubnetId')
|
173
|
+
SubnetNotFoundException = Shapes::StructureShape.new(name: 'SubnetNotFoundException')
|
174
|
+
Subnets = Shapes::ListShape.new(name: 'Subnets')
|
175
|
+
Tag = Shapes::StructureShape.new(name: 'Tag')
|
176
|
+
TagDescription = Shapes::StructureShape.new(name: 'TagDescription')
|
177
|
+
TagDescriptions = Shapes::ListShape.new(name: 'TagDescriptions')
|
178
|
+
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
179
|
+
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
180
|
+
TagKeyOnly = Shapes::StructureShape.new(name: 'TagKeyOnly')
|
181
|
+
TagList = Shapes::ListShape.new(name: 'TagList')
|
182
|
+
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
183
|
+
TooManyAccessPointsException = Shapes::StructureShape.new(name: 'TooManyAccessPointsException')
|
184
|
+
TooManyPoliciesException = Shapes::StructureShape.new(name: 'TooManyPoliciesException')
|
185
|
+
TooManyTagsException = Shapes::StructureShape.new(name: 'TooManyTagsException')
|
186
|
+
UnhealthyThreshold = Shapes::IntegerShape.new(name: 'UnhealthyThreshold')
|
187
|
+
UnsupportedProtocolException = Shapes::StructureShape.new(name: 'UnsupportedProtocolException')
|
188
|
+
VPCId = Shapes::StringShape.new(name: 'VPCId')
|
189
|
+
|
190
|
+
AccessLog.add_member(:enabled, Shapes::ShapeRef.new(shape: AccessLogEnabled, required: true, location_name: "Enabled"))
|
191
|
+
AccessLog.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, location_name: "S3BucketName"))
|
192
|
+
AccessLog.add_member(:emit_interval, Shapes::ShapeRef.new(shape: AccessLogInterval, location_name: "EmitInterval"))
|
193
|
+
AccessLog.add_member(:s3_bucket_prefix, Shapes::ShapeRef.new(shape: AccessLogPrefix, location_name: "S3BucketPrefix"))
|
194
|
+
AccessLog.struct_class = Types::AccessLog
|
195
|
+
|
196
|
+
AddAvailabilityZonesInput.add_member(:load_balancer_name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location_name: "LoadBalancerName"))
|
197
|
+
AddAvailabilityZonesInput.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, required: true, location_name: "AvailabilityZones"))
|
198
|
+
AddAvailabilityZonesInput.struct_class = Types::AddAvailabilityZonesInput
|
199
|
+
|
200
|
+
AddAvailabilityZonesOutput.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, location_name: "AvailabilityZones"))
|
201
|
+
AddAvailabilityZonesOutput.struct_class = Types::AddAvailabilityZonesOutput
|
202
|
+
|
203
|
+
AddTagsInput.add_member(:load_balancer_names, Shapes::ShapeRef.new(shape: LoadBalancerNames, required: true, location_name: "LoadBalancerNames"))
|
204
|
+
AddTagsInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
|
205
|
+
AddTagsInput.struct_class = Types::AddTagsInput
|
206
|
+
|
207
|
+
AddTagsOutput.struct_class = Types::AddTagsOutput
|
208
|
+
|
209
|
+
AdditionalAttribute.add_member(:key, Shapes::ShapeRef.new(shape: AdditionalAttributeKey, location_name: "Key"))
|
210
|
+
AdditionalAttribute.add_member(:value, Shapes::ShapeRef.new(shape: AdditionalAttributeValue, location_name: "Value"))
|
211
|
+
AdditionalAttribute.struct_class = Types::AdditionalAttribute
|
212
|
+
|
213
|
+
AdditionalAttributes.member = Shapes::ShapeRef.new(shape: AdditionalAttribute)
|
214
|
+
|
215
|
+
AppCookieStickinessPolicies.member = Shapes::ShapeRef.new(shape: AppCookieStickinessPolicy)
|
216
|
+
|
217
|
+
AppCookieStickinessPolicy.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, location_name: "PolicyName"))
|
218
|
+
AppCookieStickinessPolicy.add_member(:cookie_name, Shapes::ShapeRef.new(shape: CookieName, location_name: "CookieName"))
|
219
|
+
AppCookieStickinessPolicy.struct_class = Types::AppCookieStickinessPolicy
|
220
|
+
|
221
|
+
ApplySecurityGroupsToLoadBalancerInput.add_member(:load_balancer_name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location_name: "LoadBalancerName"))
|
222
|
+
ApplySecurityGroupsToLoadBalancerInput.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroups, required: true, location_name: "SecurityGroups"))
|
223
|
+
ApplySecurityGroupsToLoadBalancerInput.struct_class = Types::ApplySecurityGroupsToLoadBalancerInput
|
224
|
+
|
225
|
+
ApplySecurityGroupsToLoadBalancerOutput.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroups, location_name: "SecurityGroups"))
|
226
|
+
ApplySecurityGroupsToLoadBalancerOutput.struct_class = Types::ApplySecurityGroupsToLoadBalancerOutput
|
227
|
+
|
228
|
+
AttachLoadBalancerToSubnetsInput.add_member(:load_balancer_name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location_name: "LoadBalancerName"))
|
229
|
+
AttachLoadBalancerToSubnetsInput.add_member(:subnets, Shapes::ShapeRef.new(shape: Subnets, required: true, location_name: "Subnets"))
|
230
|
+
AttachLoadBalancerToSubnetsInput.struct_class = Types::AttachLoadBalancerToSubnetsInput
|
231
|
+
|
232
|
+
AttachLoadBalancerToSubnetsOutput.add_member(:subnets, Shapes::ShapeRef.new(shape: Subnets, location_name: "Subnets"))
|
233
|
+
AttachLoadBalancerToSubnetsOutput.struct_class = Types::AttachLoadBalancerToSubnetsOutput
|
234
|
+
|
235
|
+
AvailabilityZones.member = Shapes::ShapeRef.new(shape: AvailabilityZone)
|
236
|
+
|
237
|
+
BackendServerDescription.add_member(:instance_port, Shapes::ShapeRef.new(shape: InstancePort, location_name: "InstancePort"))
|
238
|
+
BackendServerDescription.add_member(:policy_names, Shapes::ShapeRef.new(shape: PolicyNames, location_name: "PolicyNames"))
|
239
|
+
BackendServerDescription.struct_class = Types::BackendServerDescription
|
240
|
+
|
241
|
+
BackendServerDescriptions.member = Shapes::ShapeRef.new(shape: BackendServerDescription)
|
242
|
+
|
243
|
+
ConfigureHealthCheckInput.add_member(:load_balancer_name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location_name: "LoadBalancerName"))
|
244
|
+
ConfigureHealthCheckInput.add_member(:health_check, Shapes::ShapeRef.new(shape: HealthCheck, required: true, location_name: "HealthCheck"))
|
245
|
+
ConfigureHealthCheckInput.struct_class = Types::ConfigureHealthCheckInput
|
246
|
+
|
247
|
+
ConfigureHealthCheckOutput.add_member(:health_check, Shapes::ShapeRef.new(shape: HealthCheck, location_name: "HealthCheck"))
|
248
|
+
ConfigureHealthCheckOutput.struct_class = Types::ConfigureHealthCheckOutput
|
249
|
+
|
250
|
+
ConnectionDraining.add_member(:enabled, Shapes::ShapeRef.new(shape: ConnectionDrainingEnabled, required: true, location_name: "Enabled"))
|
251
|
+
ConnectionDraining.add_member(:timeout, Shapes::ShapeRef.new(shape: ConnectionDrainingTimeout, location_name: "Timeout"))
|
252
|
+
ConnectionDraining.struct_class = Types::ConnectionDraining
|
253
|
+
|
254
|
+
ConnectionSettings.add_member(:idle_timeout, Shapes::ShapeRef.new(shape: IdleTimeout, required: true, location_name: "IdleTimeout"))
|
255
|
+
ConnectionSettings.struct_class = Types::ConnectionSettings
|
256
|
+
|
257
|
+
CreateAccessPointInput.add_member(:load_balancer_name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location_name: "LoadBalancerName"))
|
258
|
+
CreateAccessPointInput.add_member(:listeners, Shapes::ShapeRef.new(shape: Listeners, required: true, location_name: "Listeners"))
|
259
|
+
CreateAccessPointInput.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, location_name: "AvailabilityZones"))
|
260
|
+
CreateAccessPointInput.add_member(:subnets, Shapes::ShapeRef.new(shape: Subnets, location_name: "Subnets"))
|
261
|
+
CreateAccessPointInput.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroups, location_name: "SecurityGroups"))
|
262
|
+
CreateAccessPointInput.add_member(:scheme, Shapes::ShapeRef.new(shape: LoadBalancerScheme, location_name: "Scheme"))
|
263
|
+
CreateAccessPointInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
264
|
+
CreateAccessPointInput.struct_class = Types::CreateAccessPointInput
|
265
|
+
|
266
|
+
CreateAccessPointOutput.add_member(:dns_name, Shapes::ShapeRef.new(shape: DNSName, location_name: "DNSName"))
|
267
|
+
CreateAccessPointOutput.struct_class = Types::CreateAccessPointOutput
|
268
|
+
|
269
|
+
CreateAppCookieStickinessPolicyInput.add_member(:load_balancer_name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location_name: "LoadBalancerName"))
|
270
|
+
CreateAppCookieStickinessPolicyInput.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location_name: "PolicyName"))
|
271
|
+
CreateAppCookieStickinessPolicyInput.add_member(:cookie_name, Shapes::ShapeRef.new(shape: CookieName, required: true, location_name: "CookieName"))
|
272
|
+
CreateAppCookieStickinessPolicyInput.struct_class = Types::CreateAppCookieStickinessPolicyInput
|
273
|
+
|
274
|
+
CreateAppCookieStickinessPolicyOutput.struct_class = Types::CreateAppCookieStickinessPolicyOutput
|
275
|
+
|
276
|
+
CreateLBCookieStickinessPolicyInput.add_member(:load_balancer_name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location_name: "LoadBalancerName"))
|
277
|
+
CreateLBCookieStickinessPolicyInput.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location_name: "PolicyName"))
|
278
|
+
CreateLBCookieStickinessPolicyInput.add_member(:cookie_expiration_period, Shapes::ShapeRef.new(shape: CookieExpirationPeriod, location_name: "CookieExpirationPeriod"))
|
279
|
+
CreateLBCookieStickinessPolicyInput.struct_class = Types::CreateLBCookieStickinessPolicyInput
|
280
|
+
|
281
|
+
CreateLBCookieStickinessPolicyOutput.struct_class = Types::CreateLBCookieStickinessPolicyOutput
|
282
|
+
|
283
|
+
CreateLoadBalancerListenerInput.add_member(:load_balancer_name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location_name: "LoadBalancerName"))
|
284
|
+
CreateLoadBalancerListenerInput.add_member(:listeners, Shapes::ShapeRef.new(shape: Listeners, required: true, location_name: "Listeners"))
|
285
|
+
CreateLoadBalancerListenerInput.struct_class = Types::CreateLoadBalancerListenerInput
|
286
|
+
|
287
|
+
CreateLoadBalancerListenerOutput.struct_class = Types::CreateLoadBalancerListenerOutput
|
288
|
+
|
289
|
+
CreateLoadBalancerPolicyInput.add_member(:load_balancer_name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location_name: "LoadBalancerName"))
|
290
|
+
CreateLoadBalancerPolicyInput.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location_name: "PolicyName"))
|
291
|
+
CreateLoadBalancerPolicyInput.add_member(:policy_type_name, Shapes::ShapeRef.new(shape: PolicyTypeName, required: true, location_name: "PolicyTypeName"))
|
292
|
+
CreateLoadBalancerPolicyInput.add_member(:policy_attributes, Shapes::ShapeRef.new(shape: PolicyAttributes, location_name: "PolicyAttributes"))
|
293
|
+
CreateLoadBalancerPolicyInput.struct_class = Types::CreateLoadBalancerPolicyInput
|
294
|
+
|
295
|
+
CreateLoadBalancerPolicyOutput.struct_class = Types::CreateLoadBalancerPolicyOutput
|
296
|
+
|
297
|
+
CrossZoneLoadBalancing.add_member(:enabled, Shapes::ShapeRef.new(shape: CrossZoneLoadBalancingEnabled, required: true, location_name: "Enabled"))
|
298
|
+
CrossZoneLoadBalancing.struct_class = Types::CrossZoneLoadBalancing
|
299
|
+
|
300
|
+
DeleteAccessPointInput.add_member(:load_balancer_name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location_name: "LoadBalancerName"))
|
301
|
+
DeleteAccessPointInput.struct_class = Types::DeleteAccessPointInput
|
302
|
+
|
303
|
+
DeleteAccessPointOutput.struct_class = Types::DeleteAccessPointOutput
|
304
|
+
|
305
|
+
DeleteLoadBalancerListenerInput.add_member(:load_balancer_name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location_name: "LoadBalancerName"))
|
306
|
+
DeleteLoadBalancerListenerInput.add_member(:load_balancer_ports, Shapes::ShapeRef.new(shape: Ports, required: true, location_name: "LoadBalancerPorts"))
|
307
|
+
DeleteLoadBalancerListenerInput.struct_class = Types::DeleteLoadBalancerListenerInput
|
308
|
+
|
309
|
+
DeleteLoadBalancerListenerOutput.struct_class = Types::DeleteLoadBalancerListenerOutput
|
310
|
+
|
311
|
+
DeleteLoadBalancerPolicyInput.add_member(:load_balancer_name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location_name: "LoadBalancerName"))
|
312
|
+
DeleteLoadBalancerPolicyInput.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location_name: "PolicyName"))
|
313
|
+
DeleteLoadBalancerPolicyInput.struct_class = Types::DeleteLoadBalancerPolicyInput
|
314
|
+
|
315
|
+
DeleteLoadBalancerPolicyOutput.struct_class = Types::DeleteLoadBalancerPolicyOutput
|
316
|
+
|
317
|
+
DeregisterEndPointsInput.add_member(:load_balancer_name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location_name: "LoadBalancerName"))
|
318
|
+
DeregisterEndPointsInput.add_member(:instances, Shapes::ShapeRef.new(shape: Instances, required: true, location_name: "Instances"))
|
319
|
+
DeregisterEndPointsInput.struct_class = Types::DeregisterEndPointsInput
|
320
|
+
|
321
|
+
DeregisterEndPointsOutput.add_member(:instances, Shapes::ShapeRef.new(shape: Instances, location_name: "Instances"))
|
322
|
+
DeregisterEndPointsOutput.struct_class = Types::DeregisterEndPointsOutput
|
323
|
+
|
324
|
+
DescribeAccessPointsInput.add_member(:load_balancer_names, Shapes::ShapeRef.new(shape: LoadBalancerNames, location_name: "LoadBalancerNames"))
|
325
|
+
DescribeAccessPointsInput.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location_name: "Marker"))
|
326
|
+
DescribeAccessPointsInput.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "PageSize"))
|
327
|
+
DescribeAccessPointsInput.struct_class = Types::DescribeAccessPointsInput
|
328
|
+
|
329
|
+
DescribeAccessPointsOutput.add_member(:load_balancer_descriptions, Shapes::ShapeRef.new(shape: LoadBalancerDescriptions, location_name: "LoadBalancerDescriptions"))
|
330
|
+
DescribeAccessPointsOutput.add_member(:next_marker, Shapes::ShapeRef.new(shape: Marker, location_name: "NextMarker"))
|
331
|
+
DescribeAccessPointsOutput.struct_class = Types::DescribeAccessPointsOutput
|
332
|
+
|
333
|
+
DescribeEndPointStateInput.add_member(:load_balancer_name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location_name: "LoadBalancerName"))
|
334
|
+
DescribeEndPointStateInput.add_member(:instances, Shapes::ShapeRef.new(shape: Instances, location_name: "Instances"))
|
335
|
+
DescribeEndPointStateInput.struct_class = Types::DescribeEndPointStateInput
|
336
|
+
|
337
|
+
DescribeEndPointStateOutput.add_member(:instance_states, Shapes::ShapeRef.new(shape: InstanceStates, location_name: "InstanceStates"))
|
338
|
+
DescribeEndPointStateOutput.struct_class = Types::DescribeEndPointStateOutput
|
339
|
+
|
340
|
+
DescribeLoadBalancerAttributesInput.add_member(:load_balancer_name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location_name: "LoadBalancerName"))
|
341
|
+
DescribeLoadBalancerAttributesInput.struct_class = Types::DescribeLoadBalancerAttributesInput
|
342
|
+
|
343
|
+
DescribeLoadBalancerAttributesOutput.add_member(:load_balancer_attributes, Shapes::ShapeRef.new(shape: LoadBalancerAttributes, location_name: "LoadBalancerAttributes"))
|
344
|
+
DescribeLoadBalancerAttributesOutput.struct_class = Types::DescribeLoadBalancerAttributesOutput
|
345
|
+
|
346
|
+
DescribeLoadBalancerPoliciesInput.add_member(:load_balancer_name, Shapes::ShapeRef.new(shape: AccessPointName, location_name: "LoadBalancerName"))
|
347
|
+
DescribeLoadBalancerPoliciesInput.add_member(:policy_names, Shapes::ShapeRef.new(shape: PolicyNames, location_name: "PolicyNames"))
|
348
|
+
DescribeLoadBalancerPoliciesInput.struct_class = Types::DescribeLoadBalancerPoliciesInput
|
349
|
+
|
350
|
+
DescribeLoadBalancerPoliciesOutput.add_member(:policy_descriptions, Shapes::ShapeRef.new(shape: PolicyDescriptions, location_name: "PolicyDescriptions"))
|
351
|
+
DescribeLoadBalancerPoliciesOutput.struct_class = Types::DescribeLoadBalancerPoliciesOutput
|
352
|
+
|
353
|
+
DescribeLoadBalancerPolicyTypesInput.add_member(:policy_type_names, Shapes::ShapeRef.new(shape: PolicyTypeNames, location_name: "PolicyTypeNames"))
|
354
|
+
DescribeLoadBalancerPolicyTypesInput.struct_class = Types::DescribeLoadBalancerPolicyTypesInput
|
355
|
+
|
356
|
+
DescribeLoadBalancerPolicyTypesOutput.add_member(:policy_type_descriptions, Shapes::ShapeRef.new(shape: PolicyTypeDescriptions, location_name: "PolicyTypeDescriptions"))
|
357
|
+
DescribeLoadBalancerPolicyTypesOutput.struct_class = Types::DescribeLoadBalancerPolicyTypesOutput
|
358
|
+
|
359
|
+
DescribeTagsInput.add_member(:load_balancer_names, Shapes::ShapeRef.new(shape: LoadBalancerNamesMax20, required: true, location_name: "LoadBalancerNames"))
|
360
|
+
DescribeTagsInput.struct_class = Types::DescribeTagsInput
|
361
|
+
|
362
|
+
DescribeTagsOutput.add_member(:tag_descriptions, Shapes::ShapeRef.new(shape: TagDescriptions, location_name: "TagDescriptions"))
|
363
|
+
DescribeTagsOutput.struct_class = Types::DescribeTagsOutput
|
364
|
+
|
365
|
+
DetachLoadBalancerFromSubnetsInput.add_member(:load_balancer_name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location_name: "LoadBalancerName"))
|
366
|
+
DetachLoadBalancerFromSubnetsInput.add_member(:subnets, Shapes::ShapeRef.new(shape: Subnets, required: true, location_name: "Subnets"))
|
367
|
+
DetachLoadBalancerFromSubnetsInput.struct_class = Types::DetachLoadBalancerFromSubnetsInput
|
368
|
+
|
369
|
+
DetachLoadBalancerFromSubnetsOutput.add_member(:subnets, Shapes::ShapeRef.new(shape: Subnets, location_name: "Subnets"))
|
370
|
+
DetachLoadBalancerFromSubnetsOutput.struct_class = Types::DetachLoadBalancerFromSubnetsOutput
|
371
|
+
|
372
|
+
HealthCheck.add_member(:target, Shapes::ShapeRef.new(shape: HealthCheckTarget, required: true, location_name: "Target"))
|
373
|
+
HealthCheck.add_member(:interval, Shapes::ShapeRef.new(shape: HealthCheckInterval, required: true, location_name: "Interval"))
|
374
|
+
HealthCheck.add_member(:timeout, Shapes::ShapeRef.new(shape: HealthCheckTimeout, required: true, location_name: "Timeout"))
|
375
|
+
HealthCheck.add_member(:unhealthy_threshold, Shapes::ShapeRef.new(shape: UnhealthyThreshold, required: true, location_name: "UnhealthyThreshold"))
|
376
|
+
HealthCheck.add_member(:healthy_threshold, Shapes::ShapeRef.new(shape: HealthyThreshold, required: true, location_name: "HealthyThreshold"))
|
377
|
+
HealthCheck.struct_class = Types::HealthCheck
|
378
|
+
|
379
|
+
Instance.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
|
380
|
+
Instance.struct_class = Types::Instance
|
381
|
+
|
382
|
+
InstanceState.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
|
383
|
+
InstanceState.add_member(:state, Shapes::ShapeRef.new(shape: State, location_name: "State"))
|
384
|
+
InstanceState.add_member(:reason_code, Shapes::ShapeRef.new(shape: ReasonCode, location_name: "ReasonCode"))
|
385
|
+
InstanceState.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
386
|
+
InstanceState.struct_class = Types::InstanceState
|
387
|
+
|
388
|
+
InstanceStates.member = Shapes::ShapeRef.new(shape: InstanceState)
|
389
|
+
|
390
|
+
Instances.member = Shapes::ShapeRef.new(shape: Instance)
|
391
|
+
|
392
|
+
LBCookieStickinessPolicies.member = Shapes::ShapeRef.new(shape: LBCookieStickinessPolicy)
|
393
|
+
|
394
|
+
LBCookieStickinessPolicy.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, location_name: "PolicyName"))
|
395
|
+
LBCookieStickinessPolicy.add_member(:cookie_expiration_period, Shapes::ShapeRef.new(shape: CookieExpirationPeriod, location_name: "CookieExpirationPeriod"))
|
396
|
+
LBCookieStickinessPolicy.struct_class = Types::LBCookieStickinessPolicy
|
397
|
+
|
398
|
+
Listener.add_member(:protocol, Shapes::ShapeRef.new(shape: Protocol, required: true, location_name: "Protocol"))
|
399
|
+
Listener.add_member(:load_balancer_port, Shapes::ShapeRef.new(shape: AccessPointPort, required: true, location_name: "LoadBalancerPort"))
|
400
|
+
Listener.add_member(:instance_protocol, Shapes::ShapeRef.new(shape: Protocol, location_name: "InstanceProtocol"))
|
401
|
+
Listener.add_member(:instance_port, Shapes::ShapeRef.new(shape: InstancePort, required: true, location_name: "InstancePort"))
|
402
|
+
Listener.add_member(:ssl_certificate_id, Shapes::ShapeRef.new(shape: SSLCertificateId, location_name: "SSLCertificateId"))
|
403
|
+
Listener.struct_class = Types::Listener
|
404
|
+
|
405
|
+
ListenerDescription.add_member(:listener, Shapes::ShapeRef.new(shape: Listener, location_name: "Listener"))
|
406
|
+
ListenerDescription.add_member(:policy_names, Shapes::ShapeRef.new(shape: PolicyNames, location_name: "PolicyNames"))
|
407
|
+
ListenerDescription.struct_class = Types::ListenerDescription
|
408
|
+
|
409
|
+
ListenerDescriptions.member = Shapes::ShapeRef.new(shape: ListenerDescription)
|
410
|
+
|
411
|
+
Listeners.member = Shapes::ShapeRef.new(shape: Listener)
|
412
|
+
|
413
|
+
LoadBalancerAttributes.add_member(:cross_zone_load_balancing, Shapes::ShapeRef.new(shape: CrossZoneLoadBalancing, location_name: "CrossZoneLoadBalancing"))
|
414
|
+
LoadBalancerAttributes.add_member(:access_log, Shapes::ShapeRef.new(shape: AccessLog, location_name: "AccessLog"))
|
415
|
+
LoadBalancerAttributes.add_member(:connection_draining, Shapes::ShapeRef.new(shape: ConnectionDraining, location_name: "ConnectionDraining"))
|
416
|
+
LoadBalancerAttributes.add_member(:connection_settings, Shapes::ShapeRef.new(shape: ConnectionSettings, location_name: "ConnectionSettings"))
|
417
|
+
LoadBalancerAttributes.add_member(:additional_attributes, Shapes::ShapeRef.new(shape: AdditionalAttributes, location_name: "AdditionalAttributes"))
|
418
|
+
LoadBalancerAttributes.struct_class = Types::LoadBalancerAttributes
|
419
|
+
|
420
|
+
LoadBalancerDescription.add_member(:load_balancer_name, Shapes::ShapeRef.new(shape: AccessPointName, location_name: "LoadBalancerName"))
|
421
|
+
LoadBalancerDescription.add_member(:dns_name, Shapes::ShapeRef.new(shape: DNSName, location_name: "DNSName"))
|
422
|
+
LoadBalancerDescription.add_member(:canonical_hosted_zone_name, Shapes::ShapeRef.new(shape: DNSName, location_name: "CanonicalHostedZoneName"))
|
423
|
+
LoadBalancerDescription.add_member(:canonical_hosted_zone_name_id, Shapes::ShapeRef.new(shape: DNSName, location_name: "CanonicalHostedZoneNameID"))
|
424
|
+
LoadBalancerDescription.add_member(:listener_descriptions, Shapes::ShapeRef.new(shape: ListenerDescriptions, location_name: "ListenerDescriptions"))
|
425
|
+
LoadBalancerDescription.add_member(:policies, Shapes::ShapeRef.new(shape: Policies, location_name: "Policies"))
|
426
|
+
LoadBalancerDescription.add_member(:backend_server_descriptions, Shapes::ShapeRef.new(shape: BackendServerDescriptions, location_name: "BackendServerDescriptions"))
|
427
|
+
LoadBalancerDescription.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, location_name: "AvailabilityZones"))
|
428
|
+
LoadBalancerDescription.add_member(:subnets, Shapes::ShapeRef.new(shape: Subnets, location_name: "Subnets"))
|
429
|
+
LoadBalancerDescription.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VPCId, location_name: "VPCId"))
|
430
|
+
LoadBalancerDescription.add_member(:instances, Shapes::ShapeRef.new(shape: Instances, location_name: "Instances"))
|
431
|
+
LoadBalancerDescription.add_member(:health_check, Shapes::ShapeRef.new(shape: HealthCheck, location_name: "HealthCheck"))
|
432
|
+
LoadBalancerDescription.add_member(:source_security_group, Shapes::ShapeRef.new(shape: SourceSecurityGroup, location_name: "SourceSecurityGroup"))
|
433
|
+
LoadBalancerDescription.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroups, location_name: "SecurityGroups"))
|
434
|
+
LoadBalancerDescription.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTime, location_name: "CreatedTime"))
|
435
|
+
LoadBalancerDescription.add_member(:scheme, Shapes::ShapeRef.new(shape: LoadBalancerScheme, location_name: "Scheme"))
|
436
|
+
LoadBalancerDescription.struct_class = Types::LoadBalancerDescription
|
437
|
+
|
438
|
+
LoadBalancerDescriptions.member = Shapes::ShapeRef.new(shape: LoadBalancerDescription)
|
439
|
+
|
440
|
+
LoadBalancerNames.member = Shapes::ShapeRef.new(shape: AccessPointName)
|
441
|
+
|
442
|
+
LoadBalancerNamesMax20.member = Shapes::ShapeRef.new(shape: AccessPointName)
|
443
|
+
|
444
|
+
ModifyLoadBalancerAttributesInput.add_member(:load_balancer_name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location_name: "LoadBalancerName"))
|
445
|
+
ModifyLoadBalancerAttributesInput.add_member(:load_balancer_attributes, Shapes::ShapeRef.new(shape: LoadBalancerAttributes, required: true, location_name: "LoadBalancerAttributes"))
|
446
|
+
ModifyLoadBalancerAttributesInput.struct_class = Types::ModifyLoadBalancerAttributesInput
|
447
|
+
|
448
|
+
ModifyLoadBalancerAttributesOutput.add_member(:load_balancer_name, Shapes::ShapeRef.new(shape: AccessPointName, location_name: "LoadBalancerName"))
|
449
|
+
ModifyLoadBalancerAttributesOutput.add_member(:load_balancer_attributes, Shapes::ShapeRef.new(shape: LoadBalancerAttributes, location_name: "LoadBalancerAttributes"))
|
450
|
+
ModifyLoadBalancerAttributesOutput.struct_class = Types::ModifyLoadBalancerAttributesOutput
|
451
|
+
|
452
|
+
Policies.add_member(:app_cookie_stickiness_policies, Shapes::ShapeRef.new(shape: AppCookieStickinessPolicies, location_name: "AppCookieStickinessPolicies"))
|
453
|
+
Policies.add_member(:lb_cookie_stickiness_policies, Shapes::ShapeRef.new(shape: LBCookieStickinessPolicies, location_name: "LBCookieStickinessPolicies"))
|
454
|
+
Policies.add_member(:other_policies, Shapes::ShapeRef.new(shape: PolicyNames, location_name: "OtherPolicies"))
|
455
|
+
Policies.struct_class = Types::Policies
|
456
|
+
|
457
|
+
PolicyAttribute.add_member(:attribute_name, Shapes::ShapeRef.new(shape: AttributeName, location_name: "AttributeName"))
|
458
|
+
PolicyAttribute.add_member(:attribute_value, Shapes::ShapeRef.new(shape: AttributeValue, location_name: "AttributeValue"))
|
459
|
+
PolicyAttribute.struct_class = Types::PolicyAttribute
|
460
|
+
|
461
|
+
PolicyAttributeDescription.add_member(:attribute_name, Shapes::ShapeRef.new(shape: AttributeName, location_name: "AttributeName"))
|
462
|
+
PolicyAttributeDescription.add_member(:attribute_value, Shapes::ShapeRef.new(shape: AttributeValue, location_name: "AttributeValue"))
|
463
|
+
PolicyAttributeDescription.struct_class = Types::PolicyAttributeDescription
|
464
|
+
|
465
|
+
PolicyAttributeDescriptions.member = Shapes::ShapeRef.new(shape: PolicyAttributeDescription)
|
466
|
+
|
467
|
+
PolicyAttributeTypeDescription.add_member(:attribute_name, Shapes::ShapeRef.new(shape: AttributeName, location_name: "AttributeName"))
|
468
|
+
PolicyAttributeTypeDescription.add_member(:attribute_type, Shapes::ShapeRef.new(shape: AttributeType, location_name: "AttributeType"))
|
469
|
+
PolicyAttributeTypeDescription.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
470
|
+
PolicyAttributeTypeDescription.add_member(:default_value, Shapes::ShapeRef.new(shape: DefaultValue, location_name: "DefaultValue"))
|
471
|
+
PolicyAttributeTypeDescription.add_member(:cardinality, Shapes::ShapeRef.new(shape: Cardinality, location_name: "Cardinality"))
|
472
|
+
PolicyAttributeTypeDescription.struct_class = Types::PolicyAttributeTypeDescription
|
473
|
+
|
474
|
+
PolicyAttributeTypeDescriptions.member = Shapes::ShapeRef.new(shape: PolicyAttributeTypeDescription)
|
475
|
+
|
476
|
+
PolicyAttributes.member = Shapes::ShapeRef.new(shape: PolicyAttribute)
|
477
|
+
|
478
|
+
PolicyDescription.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, location_name: "PolicyName"))
|
479
|
+
PolicyDescription.add_member(:policy_type_name, Shapes::ShapeRef.new(shape: PolicyTypeName, location_name: "PolicyTypeName"))
|
480
|
+
PolicyDescription.add_member(:policy_attribute_descriptions, Shapes::ShapeRef.new(shape: PolicyAttributeDescriptions, location_name: "PolicyAttributeDescriptions"))
|
481
|
+
PolicyDescription.struct_class = Types::PolicyDescription
|
482
|
+
|
483
|
+
PolicyDescriptions.member = Shapes::ShapeRef.new(shape: PolicyDescription)
|
484
|
+
|
485
|
+
PolicyNames.member = Shapes::ShapeRef.new(shape: PolicyName)
|
486
|
+
|
487
|
+
PolicyTypeDescription.add_member(:policy_type_name, Shapes::ShapeRef.new(shape: PolicyTypeName, location_name: "PolicyTypeName"))
|
488
|
+
PolicyTypeDescription.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
489
|
+
PolicyTypeDescription.add_member(:policy_attribute_type_descriptions, Shapes::ShapeRef.new(shape: PolicyAttributeTypeDescriptions, location_name: "PolicyAttributeTypeDescriptions"))
|
490
|
+
PolicyTypeDescription.struct_class = Types::PolicyTypeDescription
|
491
|
+
|
492
|
+
PolicyTypeDescriptions.member = Shapes::ShapeRef.new(shape: PolicyTypeDescription)
|
493
|
+
|
494
|
+
PolicyTypeNames.member = Shapes::ShapeRef.new(shape: PolicyTypeName)
|
495
|
+
|
496
|
+
Ports.member = Shapes::ShapeRef.new(shape: AccessPointPort)
|
497
|
+
|
498
|
+
RegisterEndPointsInput.add_member(:load_balancer_name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location_name: "LoadBalancerName"))
|
499
|
+
RegisterEndPointsInput.add_member(:instances, Shapes::ShapeRef.new(shape: Instances, required: true, location_name: "Instances"))
|
500
|
+
RegisterEndPointsInput.struct_class = Types::RegisterEndPointsInput
|
501
|
+
|
502
|
+
RegisterEndPointsOutput.add_member(:instances, Shapes::ShapeRef.new(shape: Instances, location_name: "Instances"))
|
503
|
+
RegisterEndPointsOutput.struct_class = Types::RegisterEndPointsOutput
|
504
|
+
|
505
|
+
RemoveAvailabilityZonesInput.add_member(:load_balancer_name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location_name: "LoadBalancerName"))
|
506
|
+
RemoveAvailabilityZonesInput.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, required: true, location_name: "AvailabilityZones"))
|
507
|
+
RemoveAvailabilityZonesInput.struct_class = Types::RemoveAvailabilityZonesInput
|
508
|
+
|
509
|
+
RemoveAvailabilityZonesOutput.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, location_name: "AvailabilityZones"))
|
510
|
+
RemoveAvailabilityZonesOutput.struct_class = Types::RemoveAvailabilityZonesOutput
|
511
|
+
|
512
|
+
RemoveTagsInput.add_member(:load_balancer_names, Shapes::ShapeRef.new(shape: LoadBalancerNames, required: true, location_name: "LoadBalancerNames"))
|
513
|
+
RemoveTagsInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "Tags"))
|
514
|
+
RemoveTagsInput.struct_class = Types::RemoveTagsInput
|
515
|
+
|
516
|
+
RemoveTagsOutput.struct_class = Types::RemoveTagsOutput
|
517
|
+
|
518
|
+
SecurityGroups.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
|
519
|
+
|
520
|
+
SetLoadBalancerListenerSSLCertificateInput.add_member(:load_balancer_name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location_name: "LoadBalancerName"))
|
521
|
+
SetLoadBalancerListenerSSLCertificateInput.add_member(:load_balancer_port, Shapes::ShapeRef.new(shape: AccessPointPort, required: true, location_name: "LoadBalancerPort"))
|
522
|
+
SetLoadBalancerListenerSSLCertificateInput.add_member(:ssl_certificate_id, Shapes::ShapeRef.new(shape: SSLCertificateId, required: true, location_name: "SSLCertificateId"))
|
523
|
+
SetLoadBalancerListenerSSLCertificateInput.struct_class = Types::SetLoadBalancerListenerSSLCertificateInput
|
524
|
+
|
525
|
+
SetLoadBalancerListenerSSLCertificateOutput.struct_class = Types::SetLoadBalancerListenerSSLCertificateOutput
|
526
|
+
|
527
|
+
SetLoadBalancerPoliciesForBackendServerInput.add_member(:load_balancer_name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location_name: "LoadBalancerName"))
|
528
|
+
SetLoadBalancerPoliciesForBackendServerInput.add_member(:instance_port, Shapes::ShapeRef.new(shape: EndPointPort, required: true, location_name: "InstancePort"))
|
529
|
+
SetLoadBalancerPoliciesForBackendServerInput.add_member(:policy_names, Shapes::ShapeRef.new(shape: PolicyNames, required: true, location_name: "PolicyNames"))
|
530
|
+
SetLoadBalancerPoliciesForBackendServerInput.struct_class = Types::SetLoadBalancerPoliciesForBackendServerInput
|
531
|
+
|
532
|
+
SetLoadBalancerPoliciesForBackendServerOutput.struct_class = Types::SetLoadBalancerPoliciesForBackendServerOutput
|
533
|
+
|
534
|
+
SetLoadBalancerPoliciesOfListenerInput.add_member(:load_balancer_name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location_name: "LoadBalancerName"))
|
535
|
+
SetLoadBalancerPoliciesOfListenerInput.add_member(:load_balancer_port, Shapes::ShapeRef.new(shape: AccessPointPort, required: true, location_name: "LoadBalancerPort"))
|
536
|
+
SetLoadBalancerPoliciesOfListenerInput.add_member(:policy_names, Shapes::ShapeRef.new(shape: PolicyNames, required: true, location_name: "PolicyNames"))
|
537
|
+
SetLoadBalancerPoliciesOfListenerInput.struct_class = Types::SetLoadBalancerPoliciesOfListenerInput
|
538
|
+
|
539
|
+
SetLoadBalancerPoliciesOfListenerOutput.struct_class = Types::SetLoadBalancerPoliciesOfListenerOutput
|
540
|
+
|
541
|
+
SourceSecurityGroup.add_member(:owner_alias, Shapes::ShapeRef.new(shape: SecurityGroupOwnerAlias, location_name: "OwnerAlias"))
|
542
|
+
SourceSecurityGroup.add_member(:group_name, Shapes::ShapeRef.new(shape: SecurityGroupName, location_name: "GroupName"))
|
543
|
+
SourceSecurityGroup.struct_class = Types::SourceSecurityGroup
|
544
|
+
|
545
|
+
Subnets.member = Shapes::ShapeRef.new(shape: SubnetId)
|
546
|
+
|
547
|
+
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
|
548
|
+
Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "Value"))
|
549
|
+
Tag.struct_class = Types::Tag
|
550
|
+
|
551
|
+
TagDescription.add_member(:load_balancer_name, Shapes::ShapeRef.new(shape: AccessPointName, location_name: "LoadBalancerName"))
|
552
|
+
TagDescription.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
553
|
+
TagDescription.struct_class = Types::TagDescription
|
554
|
+
|
555
|
+
TagDescriptions.member = Shapes::ShapeRef.new(shape: TagDescription)
|
556
|
+
|
557
|
+
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKeyOnly)
|
558
|
+
|
559
|
+
TagKeyOnly.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, location_name: "Key"))
|
560
|
+
TagKeyOnly.struct_class = Types::TagKeyOnly
|
561
|
+
|
562
|
+
TagList.member = Shapes::ShapeRef.new(shape: Tag)
|
563
|
+
|
564
|
+
|
565
|
+
# @api private
|
566
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
567
|
+
|
568
|
+
api.version = "2012-06-01"
|
569
|
+
|
570
|
+
api.metadata = {
|
571
|
+
"endpointPrefix" => "elasticloadbalancing",
|
572
|
+
"protocol" => "query",
|
573
|
+
"serviceFullName" => "Elastic Load Balancing",
|
574
|
+
"signatureVersion" => "v4",
|
575
|
+
"xmlNamespace" => "http://elasticloadbalancing.amazonaws.com/doc/2012-06-01/",
|
576
|
+
}
|
577
|
+
|
578
|
+
api.add_operation(:add_tags, Seahorse::Model::Operation.new.tap do |o|
|
579
|
+
o.name = "AddTags"
|
580
|
+
o.http_method = "POST"
|
581
|
+
o.http_request_uri = "/"
|
582
|
+
o.input = Shapes::ShapeRef.new(shape: AddTagsInput)
|
583
|
+
o.output = Shapes::ShapeRef.new(shape: AddTagsOutput)
|
584
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessPointNotFoundException)
|
585
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
586
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateTagKeysException)
|
587
|
+
end)
|
588
|
+
|
589
|
+
api.add_operation(:apply_security_groups_to_load_balancer, Seahorse::Model::Operation.new.tap do |o|
|
590
|
+
o.name = "ApplySecurityGroupsToLoadBalancer"
|
591
|
+
o.http_method = "POST"
|
592
|
+
o.http_request_uri = "/"
|
593
|
+
o.input = Shapes::ShapeRef.new(shape: ApplySecurityGroupsToLoadBalancerInput)
|
594
|
+
o.output = Shapes::ShapeRef.new(shape: ApplySecurityGroupsToLoadBalancerOutput)
|
595
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessPointNotFoundException)
|
596
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidConfigurationRequestException)
|
597
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidSecurityGroupException)
|
598
|
+
end)
|
599
|
+
|
600
|
+
api.add_operation(:attach_load_balancer_to_subnets, Seahorse::Model::Operation.new.tap do |o|
|
601
|
+
o.name = "AttachLoadBalancerToSubnets"
|
602
|
+
o.http_method = "POST"
|
603
|
+
o.http_request_uri = "/"
|
604
|
+
o.input = Shapes::ShapeRef.new(shape: AttachLoadBalancerToSubnetsInput)
|
605
|
+
o.output = Shapes::ShapeRef.new(shape: AttachLoadBalancerToSubnetsOutput)
|
606
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessPointNotFoundException)
|
607
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidConfigurationRequestException)
|
608
|
+
o.errors << Shapes::ShapeRef.new(shape: SubnetNotFoundException)
|
609
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidSubnetException)
|
610
|
+
end)
|
611
|
+
|
612
|
+
api.add_operation(:configure_health_check, Seahorse::Model::Operation.new.tap do |o|
|
613
|
+
o.name = "ConfigureHealthCheck"
|
614
|
+
o.http_method = "POST"
|
615
|
+
o.http_request_uri = "/"
|
616
|
+
o.input = Shapes::ShapeRef.new(shape: ConfigureHealthCheckInput)
|
617
|
+
o.output = Shapes::ShapeRef.new(shape: ConfigureHealthCheckOutput)
|
618
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessPointNotFoundException)
|
619
|
+
end)
|
620
|
+
|
621
|
+
api.add_operation(:create_app_cookie_stickiness_policy, Seahorse::Model::Operation.new.tap do |o|
|
622
|
+
o.name = "CreateAppCookieStickinessPolicy"
|
623
|
+
o.http_method = "POST"
|
624
|
+
o.http_request_uri = "/"
|
625
|
+
o.input = Shapes::ShapeRef.new(shape: CreateAppCookieStickinessPolicyInput)
|
626
|
+
o.output = Shapes::ShapeRef.new(shape: CreateAppCookieStickinessPolicyOutput)
|
627
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessPointNotFoundException)
|
628
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicatePolicyNameException)
|
629
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyPoliciesException)
|
630
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidConfigurationRequestException)
|
631
|
+
end)
|
632
|
+
|
633
|
+
api.add_operation(:create_lb_cookie_stickiness_policy, Seahorse::Model::Operation.new.tap do |o|
|
634
|
+
o.name = "CreateLBCookieStickinessPolicy"
|
635
|
+
o.http_method = "POST"
|
636
|
+
o.http_request_uri = "/"
|
637
|
+
o.input = Shapes::ShapeRef.new(shape: CreateLBCookieStickinessPolicyInput)
|
638
|
+
o.output = Shapes::ShapeRef.new(shape: CreateLBCookieStickinessPolicyOutput)
|
639
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessPointNotFoundException)
|
640
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicatePolicyNameException)
|
641
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyPoliciesException)
|
642
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidConfigurationRequestException)
|
643
|
+
end)
|
644
|
+
|
645
|
+
api.add_operation(:create_load_balancer, Seahorse::Model::Operation.new.tap do |o|
|
646
|
+
o.name = "CreateLoadBalancer"
|
647
|
+
o.http_method = "POST"
|
648
|
+
o.http_request_uri = "/"
|
649
|
+
o.input = Shapes::ShapeRef.new(shape: CreateAccessPointInput)
|
650
|
+
o.output = Shapes::ShapeRef.new(shape: CreateAccessPointOutput)
|
651
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateAccessPointNameException)
|
652
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyAccessPointsException)
|
653
|
+
o.errors << Shapes::ShapeRef.new(shape: CertificateNotFoundException)
|
654
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidConfigurationRequestException)
|
655
|
+
o.errors << Shapes::ShapeRef.new(shape: SubnetNotFoundException)
|
656
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidSubnetException)
|
657
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidSecurityGroupException)
|
658
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidSchemeException)
|
659
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
660
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateTagKeysException)
|
661
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedProtocolException)
|
662
|
+
end)
|
663
|
+
|
664
|
+
api.add_operation(:create_load_balancer_listeners, Seahorse::Model::Operation.new.tap do |o|
|
665
|
+
o.name = "CreateLoadBalancerListeners"
|
666
|
+
o.http_method = "POST"
|
667
|
+
o.http_request_uri = "/"
|
668
|
+
o.input = Shapes::ShapeRef.new(shape: CreateLoadBalancerListenerInput)
|
669
|
+
o.output = Shapes::ShapeRef.new(shape: CreateLoadBalancerListenerOutput)
|
670
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessPointNotFoundException)
|
671
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateListenerException)
|
672
|
+
o.errors << Shapes::ShapeRef.new(shape: CertificateNotFoundException)
|
673
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidConfigurationRequestException)
|
674
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedProtocolException)
|
675
|
+
end)
|
676
|
+
|
677
|
+
api.add_operation(:create_load_balancer_policy, Seahorse::Model::Operation.new.tap do |o|
|
678
|
+
o.name = "CreateLoadBalancerPolicy"
|
679
|
+
o.http_method = "POST"
|
680
|
+
o.http_request_uri = "/"
|
681
|
+
o.input = Shapes::ShapeRef.new(shape: CreateLoadBalancerPolicyInput)
|
682
|
+
o.output = Shapes::ShapeRef.new(shape: CreateLoadBalancerPolicyOutput)
|
683
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessPointNotFoundException)
|
684
|
+
o.errors << Shapes::ShapeRef.new(shape: PolicyTypeNotFoundException)
|
685
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicatePolicyNameException)
|
686
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyPoliciesException)
|
687
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidConfigurationRequestException)
|
688
|
+
end)
|
689
|
+
|
690
|
+
api.add_operation(:delete_load_balancer, Seahorse::Model::Operation.new.tap do |o|
|
691
|
+
o.name = "DeleteLoadBalancer"
|
692
|
+
o.http_method = "POST"
|
693
|
+
o.http_request_uri = "/"
|
694
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteAccessPointInput)
|
695
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteAccessPointOutput)
|
696
|
+
end)
|
697
|
+
|
698
|
+
api.add_operation(:delete_load_balancer_listeners, Seahorse::Model::Operation.new.tap do |o|
|
699
|
+
o.name = "DeleteLoadBalancerListeners"
|
700
|
+
o.http_method = "POST"
|
701
|
+
o.http_request_uri = "/"
|
702
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteLoadBalancerListenerInput)
|
703
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteLoadBalancerListenerOutput)
|
704
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessPointNotFoundException)
|
705
|
+
end)
|
706
|
+
|
707
|
+
api.add_operation(:delete_load_balancer_policy, Seahorse::Model::Operation.new.tap do |o|
|
708
|
+
o.name = "DeleteLoadBalancerPolicy"
|
709
|
+
o.http_method = "POST"
|
710
|
+
o.http_request_uri = "/"
|
711
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteLoadBalancerPolicyInput)
|
712
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteLoadBalancerPolicyOutput)
|
713
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessPointNotFoundException)
|
714
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidConfigurationRequestException)
|
715
|
+
end)
|
716
|
+
|
717
|
+
api.add_operation(:deregister_instances_from_load_balancer, Seahorse::Model::Operation.new.tap do |o|
|
718
|
+
o.name = "DeregisterInstancesFromLoadBalancer"
|
719
|
+
o.http_method = "POST"
|
720
|
+
o.http_request_uri = "/"
|
721
|
+
o.input = Shapes::ShapeRef.new(shape: DeregisterEndPointsInput)
|
722
|
+
o.output = Shapes::ShapeRef.new(shape: DeregisterEndPointsOutput)
|
723
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessPointNotFoundException)
|
724
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidEndPointException)
|
725
|
+
end)
|
726
|
+
|
727
|
+
api.add_operation(:describe_instance_health, Seahorse::Model::Operation.new.tap do |o|
|
728
|
+
o.name = "DescribeInstanceHealth"
|
729
|
+
o.http_method = "POST"
|
730
|
+
o.http_request_uri = "/"
|
731
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeEndPointStateInput)
|
732
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeEndPointStateOutput)
|
733
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessPointNotFoundException)
|
734
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidEndPointException)
|
735
|
+
end)
|
736
|
+
|
737
|
+
api.add_operation(:describe_load_balancer_attributes, Seahorse::Model::Operation.new.tap do |o|
|
738
|
+
o.name = "DescribeLoadBalancerAttributes"
|
739
|
+
o.http_method = "POST"
|
740
|
+
o.http_request_uri = "/"
|
741
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeLoadBalancerAttributesInput)
|
742
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeLoadBalancerAttributesOutput)
|
743
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessPointNotFoundException)
|
744
|
+
o.errors << Shapes::ShapeRef.new(shape: LoadBalancerAttributeNotFoundException)
|
745
|
+
end)
|
746
|
+
|
747
|
+
api.add_operation(:describe_load_balancer_policies, Seahorse::Model::Operation.new.tap do |o|
|
748
|
+
o.name = "DescribeLoadBalancerPolicies"
|
749
|
+
o.http_method = "POST"
|
750
|
+
o.http_request_uri = "/"
|
751
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeLoadBalancerPoliciesInput)
|
752
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeLoadBalancerPoliciesOutput)
|
753
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessPointNotFoundException)
|
754
|
+
o.errors << Shapes::ShapeRef.new(shape: PolicyNotFoundException)
|
755
|
+
end)
|
756
|
+
|
757
|
+
api.add_operation(:describe_load_balancer_policy_types, Seahorse::Model::Operation.new.tap do |o|
|
758
|
+
o.name = "DescribeLoadBalancerPolicyTypes"
|
759
|
+
o.http_method = "POST"
|
760
|
+
o.http_request_uri = "/"
|
761
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeLoadBalancerPolicyTypesInput)
|
762
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeLoadBalancerPolicyTypesOutput)
|
763
|
+
o.errors << Shapes::ShapeRef.new(shape: PolicyTypeNotFoundException)
|
764
|
+
end)
|
765
|
+
|
766
|
+
api.add_operation(:describe_load_balancers, Seahorse::Model::Operation.new.tap do |o|
|
767
|
+
o.name = "DescribeLoadBalancers"
|
768
|
+
o.http_method = "POST"
|
769
|
+
o.http_request_uri = "/"
|
770
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeAccessPointsInput)
|
771
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeAccessPointsOutput)
|
772
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessPointNotFoundException)
|
773
|
+
o.errors << Shapes::ShapeRef.new(shape: DependencyThrottleException)
|
774
|
+
o[:pager] = Aws::Pager.new(
|
775
|
+
tokens: {
|
776
|
+
"next_marker" => "marker"
|
777
|
+
}
|
778
|
+
)
|
779
|
+
end)
|
780
|
+
|
781
|
+
api.add_operation(:describe_tags, Seahorse::Model::Operation.new.tap do |o|
|
782
|
+
o.name = "DescribeTags"
|
783
|
+
o.http_method = "POST"
|
784
|
+
o.http_request_uri = "/"
|
785
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeTagsInput)
|
786
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeTagsOutput)
|
787
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessPointNotFoundException)
|
788
|
+
end)
|
789
|
+
|
790
|
+
api.add_operation(:detach_load_balancer_from_subnets, Seahorse::Model::Operation.new.tap do |o|
|
791
|
+
o.name = "DetachLoadBalancerFromSubnets"
|
792
|
+
o.http_method = "POST"
|
793
|
+
o.http_request_uri = "/"
|
794
|
+
o.input = Shapes::ShapeRef.new(shape: DetachLoadBalancerFromSubnetsInput)
|
795
|
+
o.output = Shapes::ShapeRef.new(shape: DetachLoadBalancerFromSubnetsOutput)
|
796
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessPointNotFoundException)
|
797
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidConfigurationRequestException)
|
798
|
+
end)
|
799
|
+
|
800
|
+
api.add_operation(:disable_availability_zones_for_load_balancer, Seahorse::Model::Operation.new.tap do |o|
|
801
|
+
o.name = "DisableAvailabilityZonesForLoadBalancer"
|
802
|
+
o.http_method = "POST"
|
803
|
+
o.http_request_uri = "/"
|
804
|
+
o.input = Shapes::ShapeRef.new(shape: RemoveAvailabilityZonesInput)
|
805
|
+
o.output = Shapes::ShapeRef.new(shape: RemoveAvailabilityZonesOutput)
|
806
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessPointNotFoundException)
|
807
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidConfigurationRequestException)
|
808
|
+
end)
|
809
|
+
|
810
|
+
api.add_operation(:enable_availability_zones_for_load_balancer, Seahorse::Model::Operation.new.tap do |o|
|
811
|
+
o.name = "EnableAvailabilityZonesForLoadBalancer"
|
812
|
+
o.http_method = "POST"
|
813
|
+
o.http_request_uri = "/"
|
814
|
+
o.input = Shapes::ShapeRef.new(shape: AddAvailabilityZonesInput)
|
815
|
+
o.output = Shapes::ShapeRef.new(shape: AddAvailabilityZonesOutput)
|
816
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessPointNotFoundException)
|
817
|
+
end)
|
818
|
+
|
819
|
+
api.add_operation(:modify_load_balancer_attributes, Seahorse::Model::Operation.new.tap do |o|
|
820
|
+
o.name = "ModifyLoadBalancerAttributes"
|
821
|
+
o.http_method = "POST"
|
822
|
+
o.http_request_uri = "/"
|
823
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyLoadBalancerAttributesInput)
|
824
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyLoadBalancerAttributesOutput)
|
825
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessPointNotFoundException)
|
826
|
+
o.errors << Shapes::ShapeRef.new(shape: LoadBalancerAttributeNotFoundException)
|
827
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidConfigurationRequestException)
|
828
|
+
end)
|
829
|
+
|
830
|
+
api.add_operation(:register_instances_with_load_balancer, Seahorse::Model::Operation.new.tap do |o|
|
831
|
+
o.name = "RegisterInstancesWithLoadBalancer"
|
832
|
+
o.http_method = "POST"
|
833
|
+
o.http_request_uri = "/"
|
834
|
+
o.input = Shapes::ShapeRef.new(shape: RegisterEndPointsInput)
|
835
|
+
o.output = Shapes::ShapeRef.new(shape: RegisterEndPointsOutput)
|
836
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessPointNotFoundException)
|
837
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidEndPointException)
|
838
|
+
end)
|
839
|
+
|
840
|
+
api.add_operation(:remove_tags, Seahorse::Model::Operation.new.tap do |o|
|
841
|
+
o.name = "RemoveTags"
|
842
|
+
o.http_method = "POST"
|
843
|
+
o.http_request_uri = "/"
|
844
|
+
o.input = Shapes::ShapeRef.new(shape: RemoveTagsInput)
|
845
|
+
o.output = Shapes::ShapeRef.new(shape: RemoveTagsOutput)
|
846
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessPointNotFoundException)
|
847
|
+
end)
|
848
|
+
|
849
|
+
api.add_operation(:set_load_balancer_listener_ssl_certificate, Seahorse::Model::Operation.new.tap do |o|
|
850
|
+
o.name = "SetLoadBalancerListenerSSLCertificate"
|
851
|
+
o.http_method = "POST"
|
852
|
+
o.http_request_uri = "/"
|
853
|
+
o.input = Shapes::ShapeRef.new(shape: SetLoadBalancerListenerSSLCertificateInput)
|
854
|
+
o.output = Shapes::ShapeRef.new(shape: SetLoadBalancerListenerSSLCertificateOutput)
|
855
|
+
o.errors << Shapes::ShapeRef.new(shape: CertificateNotFoundException)
|
856
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessPointNotFoundException)
|
857
|
+
o.errors << Shapes::ShapeRef.new(shape: ListenerNotFoundException)
|
858
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidConfigurationRequestException)
|
859
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedProtocolException)
|
860
|
+
end)
|
861
|
+
|
862
|
+
api.add_operation(:set_load_balancer_policies_for_backend_server, Seahorse::Model::Operation.new.tap do |o|
|
863
|
+
o.name = "SetLoadBalancerPoliciesForBackendServer"
|
864
|
+
o.http_method = "POST"
|
865
|
+
o.http_request_uri = "/"
|
866
|
+
o.input = Shapes::ShapeRef.new(shape: SetLoadBalancerPoliciesForBackendServerInput)
|
867
|
+
o.output = Shapes::ShapeRef.new(shape: SetLoadBalancerPoliciesForBackendServerOutput)
|
868
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessPointNotFoundException)
|
869
|
+
o.errors << Shapes::ShapeRef.new(shape: PolicyNotFoundException)
|
870
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidConfigurationRequestException)
|
871
|
+
end)
|
872
|
+
|
873
|
+
api.add_operation(:set_load_balancer_policies_of_listener, Seahorse::Model::Operation.new.tap do |o|
|
874
|
+
o.name = "SetLoadBalancerPoliciesOfListener"
|
875
|
+
o.http_method = "POST"
|
876
|
+
o.http_request_uri = "/"
|
877
|
+
o.input = Shapes::ShapeRef.new(shape: SetLoadBalancerPoliciesOfListenerInput)
|
878
|
+
o.output = Shapes::ShapeRef.new(shape: SetLoadBalancerPoliciesOfListenerOutput)
|
879
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessPointNotFoundException)
|
880
|
+
o.errors << Shapes::ShapeRef.new(shape: PolicyNotFoundException)
|
881
|
+
o.errors << Shapes::ShapeRef.new(shape: ListenerNotFoundException)
|
882
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidConfigurationRequestException)
|
883
|
+
end)
|
884
|
+
end
|
885
|
+
|
886
|
+
end
|
887
|
+
end
|
888
|
+
end
|