aws-sdk-elasticloadbalancingv2 1.0.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,967 @@
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 ElasticLoadBalancingV2
10
+ # @api private
11
+ module ClientApi
12
+
13
+ include Seahorse::Model
14
+
15
+ Action = Shapes::StructureShape.new(name: 'Action')
16
+ ActionTypeEnum = Shapes::StringShape.new(name: 'ActionTypeEnum')
17
+ Actions = Shapes::ListShape.new(name: 'Actions')
18
+ AddTagsInput = Shapes::StructureShape.new(name: 'AddTagsInput')
19
+ AddTagsOutput = Shapes::StructureShape.new(name: 'AddTagsOutput')
20
+ AvailabilityZone = Shapes::StructureShape.new(name: 'AvailabilityZone')
21
+ AvailabilityZones = Shapes::ListShape.new(name: 'AvailabilityZones')
22
+ CanonicalHostedZoneId = Shapes::StringShape.new(name: 'CanonicalHostedZoneId')
23
+ Certificate = Shapes::StructureShape.new(name: 'Certificate')
24
+ CertificateArn = Shapes::StringShape.new(name: 'CertificateArn')
25
+ CertificateList = Shapes::ListShape.new(name: 'CertificateList')
26
+ CertificateNotFoundException = Shapes::StructureShape.new(name: 'CertificateNotFoundException')
27
+ Cipher = Shapes::StructureShape.new(name: 'Cipher')
28
+ CipherName = Shapes::StringShape.new(name: 'CipherName')
29
+ CipherPriority = Shapes::IntegerShape.new(name: 'CipherPriority')
30
+ Ciphers = Shapes::ListShape.new(name: 'Ciphers')
31
+ ConditionFieldName = Shapes::StringShape.new(name: 'ConditionFieldName')
32
+ CreateListenerInput = Shapes::StructureShape.new(name: 'CreateListenerInput')
33
+ CreateListenerOutput = Shapes::StructureShape.new(name: 'CreateListenerOutput')
34
+ CreateLoadBalancerInput = Shapes::StructureShape.new(name: 'CreateLoadBalancerInput')
35
+ CreateLoadBalancerOutput = Shapes::StructureShape.new(name: 'CreateLoadBalancerOutput')
36
+ CreateRuleInput = Shapes::StructureShape.new(name: 'CreateRuleInput')
37
+ CreateRuleOutput = Shapes::StructureShape.new(name: 'CreateRuleOutput')
38
+ CreateTargetGroupInput = Shapes::StructureShape.new(name: 'CreateTargetGroupInput')
39
+ CreateTargetGroupOutput = Shapes::StructureShape.new(name: 'CreateTargetGroupOutput')
40
+ CreatedTime = Shapes::TimestampShape.new(name: 'CreatedTime')
41
+ DNSName = Shapes::StringShape.new(name: 'DNSName')
42
+ DeleteListenerInput = Shapes::StructureShape.new(name: 'DeleteListenerInput')
43
+ DeleteListenerOutput = Shapes::StructureShape.new(name: 'DeleteListenerOutput')
44
+ DeleteLoadBalancerInput = Shapes::StructureShape.new(name: 'DeleteLoadBalancerInput')
45
+ DeleteLoadBalancerOutput = Shapes::StructureShape.new(name: 'DeleteLoadBalancerOutput')
46
+ DeleteRuleInput = Shapes::StructureShape.new(name: 'DeleteRuleInput')
47
+ DeleteRuleOutput = Shapes::StructureShape.new(name: 'DeleteRuleOutput')
48
+ DeleteTargetGroupInput = Shapes::StructureShape.new(name: 'DeleteTargetGroupInput')
49
+ DeleteTargetGroupOutput = Shapes::StructureShape.new(name: 'DeleteTargetGroupOutput')
50
+ DeregisterTargetsInput = Shapes::StructureShape.new(name: 'DeregisterTargetsInput')
51
+ DeregisterTargetsOutput = Shapes::StructureShape.new(name: 'DeregisterTargetsOutput')
52
+ DescribeListenersInput = Shapes::StructureShape.new(name: 'DescribeListenersInput')
53
+ DescribeListenersOutput = Shapes::StructureShape.new(name: 'DescribeListenersOutput')
54
+ DescribeLoadBalancerAttributesInput = Shapes::StructureShape.new(name: 'DescribeLoadBalancerAttributesInput')
55
+ DescribeLoadBalancerAttributesOutput = Shapes::StructureShape.new(name: 'DescribeLoadBalancerAttributesOutput')
56
+ DescribeLoadBalancersInput = Shapes::StructureShape.new(name: 'DescribeLoadBalancersInput')
57
+ DescribeLoadBalancersOutput = Shapes::StructureShape.new(name: 'DescribeLoadBalancersOutput')
58
+ DescribeRulesInput = Shapes::StructureShape.new(name: 'DescribeRulesInput')
59
+ DescribeRulesOutput = Shapes::StructureShape.new(name: 'DescribeRulesOutput')
60
+ DescribeSSLPoliciesInput = Shapes::StructureShape.new(name: 'DescribeSSLPoliciesInput')
61
+ DescribeSSLPoliciesOutput = Shapes::StructureShape.new(name: 'DescribeSSLPoliciesOutput')
62
+ DescribeTagsInput = Shapes::StructureShape.new(name: 'DescribeTagsInput')
63
+ DescribeTagsOutput = Shapes::StructureShape.new(name: 'DescribeTagsOutput')
64
+ DescribeTargetGroupAttributesInput = Shapes::StructureShape.new(name: 'DescribeTargetGroupAttributesInput')
65
+ DescribeTargetGroupAttributesOutput = Shapes::StructureShape.new(name: 'DescribeTargetGroupAttributesOutput')
66
+ DescribeTargetGroupsInput = Shapes::StructureShape.new(name: 'DescribeTargetGroupsInput')
67
+ DescribeTargetGroupsOutput = Shapes::StructureShape.new(name: 'DescribeTargetGroupsOutput')
68
+ DescribeTargetHealthInput = Shapes::StructureShape.new(name: 'DescribeTargetHealthInput')
69
+ DescribeTargetHealthOutput = Shapes::StructureShape.new(name: 'DescribeTargetHealthOutput')
70
+ Description = Shapes::StringShape.new(name: 'Description')
71
+ DuplicateListenerException = Shapes::StructureShape.new(name: 'DuplicateListenerException')
72
+ DuplicateLoadBalancerNameException = Shapes::StructureShape.new(name: 'DuplicateLoadBalancerNameException')
73
+ DuplicateTagKeysException = Shapes::StructureShape.new(name: 'DuplicateTagKeysException')
74
+ DuplicateTargetGroupNameException = Shapes::StructureShape.new(name: 'DuplicateTargetGroupNameException')
75
+ HealthCheckIntervalSeconds = Shapes::IntegerShape.new(name: 'HealthCheckIntervalSeconds')
76
+ HealthCheckPort = Shapes::StringShape.new(name: 'HealthCheckPort')
77
+ HealthCheckThresholdCount = Shapes::IntegerShape.new(name: 'HealthCheckThresholdCount')
78
+ HealthCheckTimeoutSeconds = Shapes::IntegerShape.new(name: 'HealthCheckTimeoutSeconds')
79
+ HealthUnavailableException = Shapes::StructureShape.new(name: 'HealthUnavailableException')
80
+ HttpCode = Shapes::StringShape.new(name: 'HttpCode')
81
+ IncompatibleProtocolsException = Shapes::StructureShape.new(name: 'IncompatibleProtocolsException')
82
+ InvalidConfigurationRequestException = Shapes::StructureShape.new(name: 'InvalidConfigurationRequestException')
83
+ InvalidSchemeException = Shapes::StructureShape.new(name: 'InvalidSchemeException')
84
+ InvalidSecurityGroupException = Shapes::StructureShape.new(name: 'InvalidSecurityGroupException')
85
+ InvalidSubnetException = Shapes::StructureShape.new(name: 'InvalidSubnetException')
86
+ InvalidTargetException = Shapes::StructureShape.new(name: 'InvalidTargetException')
87
+ IsDefault = Shapes::BooleanShape.new(name: 'IsDefault')
88
+ ListOfString = Shapes::ListShape.new(name: 'ListOfString')
89
+ Listener = Shapes::StructureShape.new(name: 'Listener')
90
+ ListenerArn = Shapes::StringShape.new(name: 'ListenerArn')
91
+ ListenerArns = Shapes::ListShape.new(name: 'ListenerArns')
92
+ ListenerNotFoundException = Shapes::StructureShape.new(name: 'ListenerNotFoundException')
93
+ Listeners = Shapes::ListShape.new(name: 'Listeners')
94
+ LoadBalancer = Shapes::StructureShape.new(name: 'LoadBalancer')
95
+ LoadBalancerArn = Shapes::StringShape.new(name: 'LoadBalancerArn')
96
+ LoadBalancerArns = Shapes::ListShape.new(name: 'LoadBalancerArns')
97
+ LoadBalancerAttribute = Shapes::StructureShape.new(name: 'LoadBalancerAttribute')
98
+ LoadBalancerAttributeKey = Shapes::StringShape.new(name: 'LoadBalancerAttributeKey')
99
+ LoadBalancerAttributeValue = Shapes::StringShape.new(name: 'LoadBalancerAttributeValue')
100
+ LoadBalancerAttributes = Shapes::ListShape.new(name: 'LoadBalancerAttributes')
101
+ LoadBalancerName = Shapes::StringShape.new(name: 'LoadBalancerName')
102
+ LoadBalancerNames = Shapes::ListShape.new(name: 'LoadBalancerNames')
103
+ LoadBalancerNotFoundException = Shapes::StructureShape.new(name: 'LoadBalancerNotFoundException')
104
+ LoadBalancerSchemeEnum = Shapes::StringShape.new(name: 'LoadBalancerSchemeEnum')
105
+ LoadBalancerState = Shapes::StructureShape.new(name: 'LoadBalancerState')
106
+ LoadBalancerStateEnum = Shapes::StringShape.new(name: 'LoadBalancerStateEnum')
107
+ LoadBalancerTypeEnum = Shapes::StringShape.new(name: 'LoadBalancerTypeEnum')
108
+ LoadBalancers = Shapes::ListShape.new(name: 'LoadBalancers')
109
+ Marker = Shapes::StringShape.new(name: 'Marker')
110
+ Matcher = Shapes::StructureShape.new(name: 'Matcher')
111
+ ModifyListenerInput = Shapes::StructureShape.new(name: 'ModifyListenerInput')
112
+ ModifyListenerOutput = Shapes::StructureShape.new(name: 'ModifyListenerOutput')
113
+ ModifyLoadBalancerAttributesInput = Shapes::StructureShape.new(name: 'ModifyLoadBalancerAttributesInput')
114
+ ModifyLoadBalancerAttributesOutput = Shapes::StructureShape.new(name: 'ModifyLoadBalancerAttributesOutput')
115
+ ModifyRuleInput = Shapes::StructureShape.new(name: 'ModifyRuleInput')
116
+ ModifyRuleOutput = Shapes::StructureShape.new(name: 'ModifyRuleOutput')
117
+ ModifyTargetGroupAttributesInput = Shapes::StructureShape.new(name: 'ModifyTargetGroupAttributesInput')
118
+ ModifyTargetGroupAttributesOutput = Shapes::StructureShape.new(name: 'ModifyTargetGroupAttributesOutput')
119
+ ModifyTargetGroupInput = Shapes::StructureShape.new(name: 'ModifyTargetGroupInput')
120
+ ModifyTargetGroupOutput = Shapes::StructureShape.new(name: 'ModifyTargetGroupOutput')
121
+ OperationNotPermittedException = Shapes::StructureShape.new(name: 'OperationNotPermittedException')
122
+ PageSize = Shapes::IntegerShape.new(name: 'PageSize')
123
+ Path = Shapes::StringShape.new(name: 'Path')
124
+ Port = Shapes::IntegerShape.new(name: 'Port')
125
+ PriorityInUseException = Shapes::StructureShape.new(name: 'PriorityInUseException')
126
+ ProtocolEnum = Shapes::StringShape.new(name: 'ProtocolEnum')
127
+ RegisterTargetsInput = Shapes::StructureShape.new(name: 'RegisterTargetsInput')
128
+ RegisterTargetsOutput = Shapes::StructureShape.new(name: 'RegisterTargetsOutput')
129
+ RemoveTagsInput = Shapes::StructureShape.new(name: 'RemoveTagsInput')
130
+ RemoveTagsOutput = Shapes::StructureShape.new(name: 'RemoveTagsOutput')
131
+ ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
132
+ ResourceArns = Shapes::ListShape.new(name: 'ResourceArns')
133
+ ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
134
+ Rule = Shapes::StructureShape.new(name: 'Rule')
135
+ RuleArn = Shapes::StringShape.new(name: 'RuleArn')
136
+ RuleArns = Shapes::ListShape.new(name: 'RuleArns')
137
+ RuleCondition = Shapes::StructureShape.new(name: 'RuleCondition')
138
+ RuleConditionList = Shapes::ListShape.new(name: 'RuleConditionList')
139
+ RuleNotFoundException = Shapes::StructureShape.new(name: 'RuleNotFoundException')
140
+ RulePriority = Shapes::IntegerShape.new(name: 'RulePriority')
141
+ RulePriorityList = Shapes::ListShape.new(name: 'RulePriorityList')
142
+ RulePriorityPair = Shapes::StructureShape.new(name: 'RulePriorityPair')
143
+ Rules = Shapes::ListShape.new(name: 'Rules')
144
+ SSLPolicyNotFoundException = Shapes::StructureShape.new(name: 'SSLPolicyNotFoundException')
145
+ SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
146
+ SecurityGroups = Shapes::ListShape.new(name: 'SecurityGroups')
147
+ SetRulePrioritiesInput = Shapes::StructureShape.new(name: 'SetRulePrioritiesInput')
148
+ SetRulePrioritiesOutput = Shapes::StructureShape.new(name: 'SetRulePrioritiesOutput')
149
+ SetSecurityGroupsInput = Shapes::StructureShape.new(name: 'SetSecurityGroupsInput')
150
+ SetSecurityGroupsOutput = Shapes::StructureShape.new(name: 'SetSecurityGroupsOutput')
151
+ SetSubnetsInput = Shapes::StructureShape.new(name: 'SetSubnetsInput')
152
+ SetSubnetsOutput = Shapes::StructureShape.new(name: 'SetSubnetsOutput')
153
+ SslPolicies = Shapes::ListShape.new(name: 'SslPolicies')
154
+ SslPolicy = Shapes::StructureShape.new(name: 'SslPolicy')
155
+ SslPolicyName = Shapes::StringShape.new(name: 'SslPolicyName')
156
+ SslPolicyNames = Shapes::ListShape.new(name: 'SslPolicyNames')
157
+ SslProtocol = Shapes::StringShape.new(name: 'SslProtocol')
158
+ SslProtocols = Shapes::ListShape.new(name: 'SslProtocols')
159
+ StateReason = Shapes::StringShape.new(name: 'StateReason')
160
+ String = Shapes::StringShape.new(name: 'String')
161
+ StringValue = Shapes::StringShape.new(name: 'StringValue')
162
+ SubnetId = Shapes::StringShape.new(name: 'SubnetId')
163
+ SubnetNotFoundException = Shapes::StructureShape.new(name: 'SubnetNotFoundException')
164
+ Subnets = Shapes::ListShape.new(name: 'Subnets')
165
+ Tag = Shapes::StructureShape.new(name: 'Tag')
166
+ TagDescription = Shapes::StructureShape.new(name: 'TagDescription')
167
+ TagDescriptions = Shapes::ListShape.new(name: 'TagDescriptions')
168
+ TagKey = Shapes::StringShape.new(name: 'TagKey')
169
+ TagKeys = Shapes::ListShape.new(name: 'TagKeys')
170
+ TagList = Shapes::ListShape.new(name: 'TagList')
171
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
172
+ TargetDescription = Shapes::StructureShape.new(name: 'TargetDescription')
173
+ TargetDescriptions = Shapes::ListShape.new(name: 'TargetDescriptions')
174
+ TargetGroup = Shapes::StructureShape.new(name: 'TargetGroup')
175
+ TargetGroupArn = Shapes::StringShape.new(name: 'TargetGroupArn')
176
+ TargetGroupArns = Shapes::ListShape.new(name: 'TargetGroupArns')
177
+ TargetGroupAssociationLimitException = Shapes::StructureShape.new(name: 'TargetGroupAssociationLimitException')
178
+ TargetGroupAttribute = Shapes::StructureShape.new(name: 'TargetGroupAttribute')
179
+ TargetGroupAttributeKey = Shapes::StringShape.new(name: 'TargetGroupAttributeKey')
180
+ TargetGroupAttributeValue = Shapes::StringShape.new(name: 'TargetGroupAttributeValue')
181
+ TargetGroupAttributes = Shapes::ListShape.new(name: 'TargetGroupAttributes')
182
+ TargetGroupName = Shapes::StringShape.new(name: 'TargetGroupName')
183
+ TargetGroupNames = Shapes::ListShape.new(name: 'TargetGroupNames')
184
+ TargetGroupNotFoundException = Shapes::StructureShape.new(name: 'TargetGroupNotFoundException')
185
+ TargetGroups = Shapes::ListShape.new(name: 'TargetGroups')
186
+ TargetHealth = Shapes::StructureShape.new(name: 'TargetHealth')
187
+ TargetHealthDescription = Shapes::StructureShape.new(name: 'TargetHealthDescription')
188
+ TargetHealthDescriptions = Shapes::ListShape.new(name: 'TargetHealthDescriptions')
189
+ TargetHealthReasonEnum = Shapes::StringShape.new(name: 'TargetHealthReasonEnum')
190
+ TargetHealthStateEnum = Shapes::StringShape.new(name: 'TargetHealthStateEnum')
191
+ TargetId = Shapes::StringShape.new(name: 'TargetId')
192
+ TooManyCertificatesException = Shapes::StructureShape.new(name: 'TooManyCertificatesException')
193
+ TooManyListenersException = Shapes::StructureShape.new(name: 'TooManyListenersException')
194
+ TooManyLoadBalancersException = Shapes::StructureShape.new(name: 'TooManyLoadBalancersException')
195
+ TooManyRegistrationsForTargetIdException = Shapes::StructureShape.new(name: 'TooManyRegistrationsForTargetIdException')
196
+ TooManyRulesException = Shapes::StructureShape.new(name: 'TooManyRulesException')
197
+ TooManyTagsException = Shapes::StructureShape.new(name: 'TooManyTagsException')
198
+ TooManyTargetGroupsException = Shapes::StructureShape.new(name: 'TooManyTargetGroupsException')
199
+ TooManyTargetsException = Shapes::StructureShape.new(name: 'TooManyTargetsException')
200
+ UnsupportedProtocolException = Shapes::StructureShape.new(name: 'UnsupportedProtocolException')
201
+ VpcId = Shapes::StringShape.new(name: 'VpcId')
202
+ ZoneName = Shapes::StringShape.new(name: 'ZoneName')
203
+
204
+ Action.add_member(:type, Shapes::ShapeRef.new(shape: ActionTypeEnum, required: true, location_name: "Type"))
205
+ Action.add_member(:target_group_arn, Shapes::ShapeRef.new(shape: TargetGroupArn, required: true, location_name: "TargetGroupArn"))
206
+ Action.struct_class = Types::Action
207
+
208
+ Actions.member = Shapes::ShapeRef.new(shape: Action)
209
+
210
+ AddTagsInput.add_member(:resource_arns, Shapes::ShapeRef.new(shape: ResourceArns, required: true, location_name: "ResourceArns"))
211
+ AddTagsInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
212
+ AddTagsInput.struct_class = Types::AddTagsInput
213
+
214
+ AddTagsOutput.struct_class = Types::AddTagsOutput
215
+
216
+ AvailabilityZone.add_member(:zone_name, Shapes::ShapeRef.new(shape: ZoneName, location_name: "ZoneName"))
217
+ AvailabilityZone.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "SubnetId"))
218
+ AvailabilityZone.struct_class = Types::AvailabilityZone
219
+
220
+ AvailabilityZones.member = Shapes::ShapeRef.new(shape: AvailabilityZone)
221
+
222
+ Certificate.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: CertificateArn, location_name: "CertificateArn"))
223
+ Certificate.struct_class = Types::Certificate
224
+
225
+ CertificateList.member = Shapes::ShapeRef.new(shape: Certificate)
226
+
227
+ Cipher.add_member(:name, Shapes::ShapeRef.new(shape: CipherName, location_name: "Name"))
228
+ Cipher.add_member(:priority, Shapes::ShapeRef.new(shape: CipherPriority, location_name: "Priority"))
229
+ Cipher.struct_class = Types::Cipher
230
+
231
+ Ciphers.member = Shapes::ShapeRef.new(shape: Cipher)
232
+
233
+ CreateListenerInput.add_member(:load_balancer_arn, Shapes::ShapeRef.new(shape: LoadBalancerArn, required: true, location_name: "LoadBalancerArn"))
234
+ CreateListenerInput.add_member(:protocol, Shapes::ShapeRef.new(shape: ProtocolEnum, required: true, location_name: "Protocol"))
235
+ CreateListenerInput.add_member(:port, Shapes::ShapeRef.new(shape: Port, required: true, location_name: "Port"))
236
+ CreateListenerInput.add_member(:ssl_policy, Shapes::ShapeRef.new(shape: SslPolicyName, location_name: "SslPolicy"))
237
+ CreateListenerInput.add_member(:certificates, Shapes::ShapeRef.new(shape: CertificateList, location_name: "Certificates"))
238
+ CreateListenerInput.add_member(:default_actions, Shapes::ShapeRef.new(shape: Actions, required: true, location_name: "DefaultActions"))
239
+ CreateListenerInput.struct_class = Types::CreateListenerInput
240
+
241
+ CreateListenerOutput.add_member(:listeners, Shapes::ShapeRef.new(shape: Listeners, location_name: "Listeners"))
242
+ CreateListenerOutput.struct_class = Types::CreateListenerOutput
243
+
244
+ CreateLoadBalancerInput.add_member(:name, Shapes::ShapeRef.new(shape: LoadBalancerName, required: true, location_name: "Name"))
245
+ CreateLoadBalancerInput.add_member(:subnets, Shapes::ShapeRef.new(shape: Subnets, required: true, location_name: "Subnets"))
246
+ CreateLoadBalancerInput.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroups, location_name: "SecurityGroups"))
247
+ CreateLoadBalancerInput.add_member(:scheme, Shapes::ShapeRef.new(shape: LoadBalancerSchemeEnum, location_name: "Scheme"))
248
+ CreateLoadBalancerInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
249
+ CreateLoadBalancerInput.struct_class = Types::CreateLoadBalancerInput
250
+
251
+ CreateLoadBalancerOutput.add_member(:load_balancers, Shapes::ShapeRef.new(shape: LoadBalancers, location_name: "LoadBalancers"))
252
+ CreateLoadBalancerOutput.struct_class = Types::CreateLoadBalancerOutput
253
+
254
+ CreateRuleInput.add_member(:listener_arn, Shapes::ShapeRef.new(shape: ListenerArn, required: true, location_name: "ListenerArn"))
255
+ CreateRuleInput.add_member(:conditions, Shapes::ShapeRef.new(shape: RuleConditionList, required: true, location_name: "Conditions"))
256
+ CreateRuleInput.add_member(:priority, Shapes::ShapeRef.new(shape: RulePriority, required: true, location_name: "Priority"))
257
+ CreateRuleInput.add_member(:actions, Shapes::ShapeRef.new(shape: Actions, required: true, location_name: "Actions"))
258
+ CreateRuleInput.struct_class = Types::CreateRuleInput
259
+
260
+ CreateRuleOutput.add_member(:rules, Shapes::ShapeRef.new(shape: Rules, location_name: "Rules"))
261
+ CreateRuleOutput.struct_class = Types::CreateRuleOutput
262
+
263
+ CreateTargetGroupInput.add_member(:name, Shapes::ShapeRef.new(shape: TargetGroupName, required: true, location_name: "Name"))
264
+ CreateTargetGroupInput.add_member(:protocol, Shapes::ShapeRef.new(shape: ProtocolEnum, required: true, location_name: "Protocol"))
265
+ CreateTargetGroupInput.add_member(:port, Shapes::ShapeRef.new(shape: Port, required: true, location_name: "Port"))
266
+ CreateTargetGroupInput.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
267
+ CreateTargetGroupInput.add_member(:health_check_protocol, Shapes::ShapeRef.new(shape: ProtocolEnum, location_name: "HealthCheckProtocol"))
268
+ CreateTargetGroupInput.add_member(:health_check_port, Shapes::ShapeRef.new(shape: HealthCheckPort, location_name: "HealthCheckPort"))
269
+ CreateTargetGroupInput.add_member(:health_check_path, Shapes::ShapeRef.new(shape: Path, location_name: "HealthCheckPath"))
270
+ CreateTargetGroupInput.add_member(:health_check_interval_seconds, Shapes::ShapeRef.new(shape: HealthCheckIntervalSeconds, location_name: "HealthCheckIntervalSeconds"))
271
+ CreateTargetGroupInput.add_member(:health_check_timeout_seconds, Shapes::ShapeRef.new(shape: HealthCheckTimeoutSeconds, location_name: "HealthCheckTimeoutSeconds"))
272
+ CreateTargetGroupInput.add_member(:healthy_threshold_count, Shapes::ShapeRef.new(shape: HealthCheckThresholdCount, location_name: "HealthyThresholdCount"))
273
+ CreateTargetGroupInput.add_member(:unhealthy_threshold_count, Shapes::ShapeRef.new(shape: HealthCheckThresholdCount, location_name: "UnhealthyThresholdCount"))
274
+ CreateTargetGroupInput.add_member(:matcher, Shapes::ShapeRef.new(shape: Matcher, location_name: "Matcher"))
275
+ CreateTargetGroupInput.struct_class = Types::CreateTargetGroupInput
276
+
277
+ CreateTargetGroupOutput.add_member(:target_groups, Shapes::ShapeRef.new(shape: TargetGroups, location_name: "TargetGroups"))
278
+ CreateTargetGroupOutput.struct_class = Types::CreateTargetGroupOutput
279
+
280
+ DeleteListenerInput.add_member(:listener_arn, Shapes::ShapeRef.new(shape: ListenerArn, required: true, location_name: "ListenerArn"))
281
+ DeleteListenerInput.struct_class = Types::DeleteListenerInput
282
+
283
+ DeleteListenerOutput.struct_class = Types::DeleteListenerOutput
284
+
285
+ DeleteLoadBalancerInput.add_member(:load_balancer_arn, Shapes::ShapeRef.new(shape: LoadBalancerArn, required: true, location_name: "LoadBalancerArn"))
286
+ DeleteLoadBalancerInput.struct_class = Types::DeleteLoadBalancerInput
287
+
288
+ DeleteLoadBalancerOutput.struct_class = Types::DeleteLoadBalancerOutput
289
+
290
+ DeleteRuleInput.add_member(:rule_arn, Shapes::ShapeRef.new(shape: RuleArn, required: true, location_name: "RuleArn"))
291
+ DeleteRuleInput.struct_class = Types::DeleteRuleInput
292
+
293
+ DeleteRuleOutput.struct_class = Types::DeleteRuleOutput
294
+
295
+ DeleteTargetGroupInput.add_member(:target_group_arn, Shapes::ShapeRef.new(shape: TargetGroupArn, required: true, location_name: "TargetGroupArn"))
296
+ DeleteTargetGroupInput.struct_class = Types::DeleteTargetGroupInput
297
+
298
+ DeleteTargetGroupOutput.struct_class = Types::DeleteTargetGroupOutput
299
+
300
+ DeregisterTargetsInput.add_member(:target_group_arn, Shapes::ShapeRef.new(shape: TargetGroupArn, required: true, location_name: "TargetGroupArn"))
301
+ DeregisterTargetsInput.add_member(:targets, Shapes::ShapeRef.new(shape: TargetDescriptions, required: true, location_name: "Targets"))
302
+ DeregisterTargetsInput.struct_class = Types::DeregisterTargetsInput
303
+
304
+ DeregisterTargetsOutput.struct_class = Types::DeregisterTargetsOutput
305
+
306
+ DescribeListenersInput.add_member(:load_balancer_arn, Shapes::ShapeRef.new(shape: LoadBalancerArn, location_name: "LoadBalancerArn"))
307
+ DescribeListenersInput.add_member(:listener_arns, Shapes::ShapeRef.new(shape: ListenerArns, location_name: "ListenerArns"))
308
+ DescribeListenersInput.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location_name: "Marker"))
309
+ DescribeListenersInput.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "PageSize"))
310
+ DescribeListenersInput.struct_class = Types::DescribeListenersInput
311
+
312
+ DescribeListenersOutput.add_member(:listeners, Shapes::ShapeRef.new(shape: Listeners, location_name: "Listeners"))
313
+ DescribeListenersOutput.add_member(:next_marker, Shapes::ShapeRef.new(shape: Marker, location_name: "NextMarker"))
314
+ DescribeListenersOutput.struct_class = Types::DescribeListenersOutput
315
+
316
+ DescribeLoadBalancerAttributesInput.add_member(:load_balancer_arn, Shapes::ShapeRef.new(shape: LoadBalancerArn, required: true, location_name: "LoadBalancerArn"))
317
+ DescribeLoadBalancerAttributesInput.struct_class = Types::DescribeLoadBalancerAttributesInput
318
+
319
+ DescribeLoadBalancerAttributesOutput.add_member(:attributes, Shapes::ShapeRef.new(shape: LoadBalancerAttributes, location_name: "Attributes"))
320
+ DescribeLoadBalancerAttributesOutput.struct_class = Types::DescribeLoadBalancerAttributesOutput
321
+
322
+ DescribeLoadBalancersInput.add_member(:load_balancer_arns, Shapes::ShapeRef.new(shape: LoadBalancerArns, location_name: "LoadBalancerArns"))
323
+ DescribeLoadBalancersInput.add_member(:names, Shapes::ShapeRef.new(shape: LoadBalancerNames, location_name: "Names"))
324
+ DescribeLoadBalancersInput.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location_name: "Marker"))
325
+ DescribeLoadBalancersInput.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "PageSize"))
326
+ DescribeLoadBalancersInput.struct_class = Types::DescribeLoadBalancersInput
327
+
328
+ DescribeLoadBalancersOutput.add_member(:load_balancers, Shapes::ShapeRef.new(shape: LoadBalancers, location_name: "LoadBalancers"))
329
+ DescribeLoadBalancersOutput.add_member(:next_marker, Shapes::ShapeRef.new(shape: Marker, location_name: "NextMarker"))
330
+ DescribeLoadBalancersOutput.struct_class = Types::DescribeLoadBalancersOutput
331
+
332
+ DescribeRulesInput.add_member(:listener_arn, Shapes::ShapeRef.new(shape: ListenerArn, location_name: "ListenerArn"))
333
+ DescribeRulesInput.add_member(:rule_arns, Shapes::ShapeRef.new(shape: RuleArns, location_name: "RuleArns"))
334
+ DescribeRulesInput.struct_class = Types::DescribeRulesInput
335
+
336
+ DescribeRulesOutput.add_member(:rules, Shapes::ShapeRef.new(shape: Rules, location_name: "Rules"))
337
+ DescribeRulesOutput.struct_class = Types::DescribeRulesOutput
338
+
339
+ DescribeSSLPoliciesInput.add_member(:names, Shapes::ShapeRef.new(shape: SslPolicyNames, location_name: "Names"))
340
+ DescribeSSLPoliciesInput.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location_name: "Marker"))
341
+ DescribeSSLPoliciesInput.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "PageSize"))
342
+ DescribeSSLPoliciesInput.struct_class = Types::DescribeSSLPoliciesInput
343
+
344
+ DescribeSSLPoliciesOutput.add_member(:ssl_policies, Shapes::ShapeRef.new(shape: SslPolicies, location_name: "SslPolicies"))
345
+ DescribeSSLPoliciesOutput.add_member(:next_marker, Shapes::ShapeRef.new(shape: Marker, location_name: "NextMarker"))
346
+ DescribeSSLPoliciesOutput.struct_class = Types::DescribeSSLPoliciesOutput
347
+
348
+ DescribeTagsInput.add_member(:resource_arns, Shapes::ShapeRef.new(shape: ResourceArns, required: true, location_name: "ResourceArns"))
349
+ DescribeTagsInput.struct_class = Types::DescribeTagsInput
350
+
351
+ DescribeTagsOutput.add_member(:tag_descriptions, Shapes::ShapeRef.new(shape: TagDescriptions, location_name: "TagDescriptions"))
352
+ DescribeTagsOutput.struct_class = Types::DescribeTagsOutput
353
+
354
+ DescribeTargetGroupAttributesInput.add_member(:target_group_arn, Shapes::ShapeRef.new(shape: TargetGroupArn, required: true, location_name: "TargetGroupArn"))
355
+ DescribeTargetGroupAttributesInput.struct_class = Types::DescribeTargetGroupAttributesInput
356
+
357
+ DescribeTargetGroupAttributesOutput.add_member(:attributes, Shapes::ShapeRef.new(shape: TargetGroupAttributes, location_name: "Attributes"))
358
+ DescribeTargetGroupAttributesOutput.struct_class = Types::DescribeTargetGroupAttributesOutput
359
+
360
+ DescribeTargetGroupsInput.add_member(:load_balancer_arn, Shapes::ShapeRef.new(shape: LoadBalancerArn, location_name: "LoadBalancerArn"))
361
+ DescribeTargetGroupsInput.add_member(:target_group_arns, Shapes::ShapeRef.new(shape: TargetGroupArns, location_name: "TargetGroupArns"))
362
+ DescribeTargetGroupsInput.add_member(:names, Shapes::ShapeRef.new(shape: TargetGroupNames, location_name: "Names"))
363
+ DescribeTargetGroupsInput.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location_name: "Marker"))
364
+ DescribeTargetGroupsInput.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "PageSize"))
365
+ DescribeTargetGroupsInput.struct_class = Types::DescribeTargetGroupsInput
366
+
367
+ DescribeTargetGroupsOutput.add_member(:target_groups, Shapes::ShapeRef.new(shape: TargetGroups, location_name: "TargetGroups"))
368
+ DescribeTargetGroupsOutput.add_member(:next_marker, Shapes::ShapeRef.new(shape: Marker, location_name: "NextMarker"))
369
+ DescribeTargetGroupsOutput.struct_class = Types::DescribeTargetGroupsOutput
370
+
371
+ DescribeTargetHealthInput.add_member(:target_group_arn, Shapes::ShapeRef.new(shape: TargetGroupArn, required: true, location_name: "TargetGroupArn"))
372
+ DescribeTargetHealthInput.add_member(:targets, Shapes::ShapeRef.new(shape: TargetDescriptions, location_name: "Targets"))
373
+ DescribeTargetHealthInput.struct_class = Types::DescribeTargetHealthInput
374
+
375
+ DescribeTargetHealthOutput.add_member(:target_health_descriptions, Shapes::ShapeRef.new(shape: TargetHealthDescriptions, location_name: "TargetHealthDescriptions"))
376
+ DescribeTargetHealthOutput.struct_class = Types::DescribeTargetHealthOutput
377
+
378
+ ListOfString.member = Shapes::ShapeRef.new(shape: StringValue)
379
+
380
+ Listener.add_member(:listener_arn, Shapes::ShapeRef.new(shape: ListenerArn, location_name: "ListenerArn"))
381
+ Listener.add_member(:load_balancer_arn, Shapes::ShapeRef.new(shape: LoadBalancerArn, location_name: "LoadBalancerArn"))
382
+ Listener.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "Port"))
383
+ Listener.add_member(:protocol, Shapes::ShapeRef.new(shape: ProtocolEnum, location_name: "Protocol"))
384
+ Listener.add_member(:certificates, Shapes::ShapeRef.new(shape: CertificateList, location_name: "Certificates"))
385
+ Listener.add_member(:ssl_policy, Shapes::ShapeRef.new(shape: SslPolicyName, location_name: "SslPolicy"))
386
+ Listener.add_member(:default_actions, Shapes::ShapeRef.new(shape: Actions, location_name: "DefaultActions"))
387
+ Listener.struct_class = Types::Listener
388
+
389
+ ListenerArns.member = Shapes::ShapeRef.new(shape: ListenerArn)
390
+
391
+ Listeners.member = Shapes::ShapeRef.new(shape: Listener)
392
+
393
+ LoadBalancer.add_member(:load_balancer_arn, Shapes::ShapeRef.new(shape: LoadBalancerArn, location_name: "LoadBalancerArn"))
394
+ LoadBalancer.add_member(:dns_name, Shapes::ShapeRef.new(shape: DNSName, location_name: "DNSName"))
395
+ LoadBalancer.add_member(:canonical_hosted_zone_id, Shapes::ShapeRef.new(shape: CanonicalHostedZoneId, location_name: "CanonicalHostedZoneId"))
396
+ LoadBalancer.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTime, location_name: "CreatedTime"))
397
+ LoadBalancer.add_member(:load_balancer_name, Shapes::ShapeRef.new(shape: LoadBalancerName, location_name: "LoadBalancerName"))
398
+ LoadBalancer.add_member(:scheme, Shapes::ShapeRef.new(shape: LoadBalancerSchemeEnum, location_name: "Scheme"))
399
+ LoadBalancer.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "VpcId"))
400
+ LoadBalancer.add_member(:state, Shapes::ShapeRef.new(shape: LoadBalancerState, location_name: "State"))
401
+ LoadBalancer.add_member(:type, Shapes::ShapeRef.new(shape: LoadBalancerTypeEnum, location_name: "Type"))
402
+ LoadBalancer.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, location_name: "AvailabilityZones"))
403
+ LoadBalancer.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroups, location_name: "SecurityGroups"))
404
+ LoadBalancer.struct_class = Types::LoadBalancer
405
+
406
+ LoadBalancerArns.member = Shapes::ShapeRef.new(shape: LoadBalancerArn)
407
+
408
+ LoadBalancerAttribute.add_member(:key, Shapes::ShapeRef.new(shape: LoadBalancerAttributeKey, location_name: "Key"))
409
+ LoadBalancerAttribute.add_member(:value, Shapes::ShapeRef.new(shape: LoadBalancerAttributeValue, location_name: "Value"))
410
+ LoadBalancerAttribute.struct_class = Types::LoadBalancerAttribute
411
+
412
+ LoadBalancerAttributes.member = Shapes::ShapeRef.new(shape: LoadBalancerAttribute)
413
+
414
+ LoadBalancerNames.member = Shapes::ShapeRef.new(shape: LoadBalancerName)
415
+
416
+ LoadBalancerState.add_member(:code, Shapes::ShapeRef.new(shape: LoadBalancerStateEnum, location_name: "Code"))
417
+ LoadBalancerState.add_member(:reason, Shapes::ShapeRef.new(shape: StateReason, location_name: "Reason"))
418
+ LoadBalancerState.struct_class = Types::LoadBalancerState
419
+
420
+ LoadBalancers.member = Shapes::ShapeRef.new(shape: LoadBalancer)
421
+
422
+ Matcher.add_member(:http_code, Shapes::ShapeRef.new(shape: HttpCode, required: true, location_name: "HttpCode"))
423
+ Matcher.struct_class = Types::Matcher
424
+
425
+ ModifyListenerInput.add_member(:listener_arn, Shapes::ShapeRef.new(shape: ListenerArn, required: true, location_name: "ListenerArn"))
426
+ ModifyListenerInput.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "Port"))
427
+ ModifyListenerInput.add_member(:protocol, Shapes::ShapeRef.new(shape: ProtocolEnum, location_name: "Protocol"))
428
+ ModifyListenerInput.add_member(:ssl_policy, Shapes::ShapeRef.new(shape: SslPolicyName, location_name: "SslPolicy"))
429
+ ModifyListenerInput.add_member(:certificates, Shapes::ShapeRef.new(shape: CertificateList, location_name: "Certificates"))
430
+ ModifyListenerInput.add_member(:default_actions, Shapes::ShapeRef.new(shape: Actions, location_name: "DefaultActions"))
431
+ ModifyListenerInput.struct_class = Types::ModifyListenerInput
432
+
433
+ ModifyListenerOutput.add_member(:listeners, Shapes::ShapeRef.new(shape: Listeners, location_name: "Listeners"))
434
+ ModifyListenerOutput.struct_class = Types::ModifyListenerOutput
435
+
436
+ ModifyLoadBalancerAttributesInput.add_member(:load_balancer_arn, Shapes::ShapeRef.new(shape: LoadBalancerArn, required: true, location_name: "LoadBalancerArn"))
437
+ ModifyLoadBalancerAttributesInput.add_member(:attributes, Shapes::ShapeRef.new(shape: LoadBalancerAttributes, required: true, location_name: "Attributes"))
438
+ ModifyLoadBalancerAttributesInput.struct_class = Types::ModifyLoadBalancerAttributesInput
439
+
440
+ ModifyLoadBalancerAttributesOutput.add_member(:attributes, Shapes::ShapeRef.new(shape: LoadBalancerAttributes, location_name: "Attributes"))
441
+ ModifyLoadBalancerAttributesOutput.struct_class = Types::ModifyLoadBalancerAttributesOutput
442
+
443
+ ModifyRuleInput.add_member(:rule_arn, Shapes::ShapeRef.new(shape: RuleArn, required: true, location_name: "RuleArn"))
444
+ ModifyRuleInput.add_member(:conditions, Shapes::ShapeRef.new(shape: RuleConditionList, location_name: "Conditions"))
445
+ ModifyRuleInput.add_member(:actions, Shapes::ShapeRef.new(shape: Actions, location_name: "Actions"))
446
+ ModifyRuleInput.struct_class = Types::ModifyRuleInput
447
+
448
+ ModifyRuleOutput.add_member(:rules, Shapes::ShapeRef.new(shape: Rules, location_name: "Rules"))
449
+ ModifyRuleOutput.struct_class = Types::ModifyRuleOutput
450
+
451
+ ModifyTargetGroupAttributesInput.add_member(:target_group_arn, Shapes::ShapeRef.new(shape: TargetGroupArn, required: true, location_name: "TargetGroupArn"))
452
+ ModifyTargetGroupAttributesInput.add_member(:attributes, Shapes::ShapeRef.new(shape: TargetGroupAttributes, required: true, location_name: "Attributes"))
453
+ ModifyTargetGroupAttributesInput.struct_class = Types::ModifyTargetGroupAttributesInput
454
+
455
+ ModifyTargetGroupAttributesOutput.add_member(:attributes, Shapes::ShapeRef.new(shape: TargetGroupAttributes, location_name: "Attributes"))
456
+ ModifyTargetGroupAttributesOutput.struct_class = Types::ModifyTargetGroupAttributesOutput
457
+
458
+ ModifyTargetGroupInput.add_member(:target_group_arn, Shapes::ShapeRef.new(shape: TargetGroupArn, required: true, location_name: "TargetGroupArn"))
459
+ ModifyTargetGroupInput.add_member(:health_check_protocol, Shapes::ShapeRef.new(shape: ProtocolEnum, location_name: "HealthCheckProtocol"))
460
+ ModifyTargetGroupInput.add_member(:health_check_port, Shapes::ShapeRef.new(shape: HealthCheckPort, location_name: "HealthCheckPort"))
461
+ ModifyTargetGroupInput.add_member(:health_check_path, Shapes::ShapeRef.new(shape: Path, location_name: "HealthCheckPath"))
462
+ ModifyTargetGroupInput.add_member(:health_check_interval_seconds, Shapes::ShapeRef.new(shape: HealthCheckIntervalSeconds, location_name: "HealthCheckIntervalSeconds"))
463
+ ModifyTargetGroupInput.add_member(:health_check_timeout_seconds, Shapes::ShapeRef.new(shape: HealthCheckTimeoutSeconds, location_name: "HealthCheckTimeoutSeconds"))
464
+ ModifyTargetGroupInput.add_member(:healthy_threshold_count, Shapes::ShapeRef.new(shape: HealthCheckThresholdCount, location_name: "HealthyThresholdCount"))
465
+ ModifyTargetGroupInput.add_member(:unhealthy_threshold_count, Shapes::ShapeRef.new(shape: HealthCheckThresholdCount, location_name: "UnhealthyThresholdCount"))
466
+ ModifyTargetGroupInput.add_member(:matcher, Shapes::ShapeRef.new(shape: Matcher, location_name: "Matcher"))
467
+ ModifyTargetGroupInput.struct_class = Types::ModifyTargetGroupInput
468
+
469
+ ModifyTargetGroupOutput.add_member(:target_groups, Shapes::ShapeRef.new(shape: TargetGroups, location_name: "TargetGroups"))
470
+ ModifyTargetGroupOutput.struct_class = Types::ModifyTargetGroupOutput
471
+
472
+ RegisterTargetsInput.add_member(:target_group_arn, Shapes::ShapeRef.new(shape: TargetGroupArn, required: true, location_name: "TargetGroupArn"))
473
+ RegisterTargetsInput.add_member(:targets, Shapes::ShapeRef.new(shape: TargetDescriptions, required: true, location_name: "Targets"))
474
+ RegisterTargetsInput.struct_class = Types::RegisterTargetsInput
475
+
476
+ RegisterTargetsOutput.struct_class = Types::RegisterTargetsOutput
477
+
478
+ RemoveTagsInput.add_member(:resource_arns, Shapes::ShapeRef.new(shape: ResourceArns, required: true, location_name: "ResourceArns"))
479
+ RemoveTagsInput.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeys, required: true, location_name: "TagKeys"))
480
+ RemoveTagsInput.struct_class = Types::RemoveTagsInput
481
+
482
+ RemoveTagsOutput.struct_class = Types::RemoveTagsOutput
483
+
484
+ ResourceArns.member = Shapes::ShapeRef.new(shape: ResourceArn)
485
+
486
+ Rule.add_member(:rule_arn, Shapes::ShapeRef.new(shape: RuleArn, location_name: "RuleArn"))
487
+ Rule.add_member(:priority, Shapes::ShapeRef.new(shape: String, location_name: "Priority"))
488
+ Rule.add_member(:conditions, Shapes::ShapeRef.new(shape: RuleConditionList, location_name: "Conditions"))
489
+ Rule.add_member(:actions, Shapes::ShapeRef.new(shape: Actions, location_name: "Actions"))
490
+ Rule.add_member(:is_default, Shapes::ShapeRef.new(shape: IsDefault, location_name: "IsDefault"))
491
+ Rule.struct_class = Types::Rule
492
+
493
+ RuleArns.member = Shapes::ShapeRef.new(shape: RuleArn)
494
+
495
+ RuleCondition.add_member(:field, Shapes::ShapeRef.new(shape: ConditionFieldName, location_name: "Field"))
496
+ RuleCondition.add_member(:values, Shapes::ShapeRef.new(shape: ListOfString, location_name: "Values"))
497
+ RuleCondition.struct_class = Types::RuleCondition
498
+
499
+ RuleConditionList.member = Shapes::ShapeRef.new(shape: RuleCondition)
500
+
501
+ RulePriorityList.member = Shapes::ShapeRef.new(shape: RulePriorityPair)
502
+
503
+ RulePriorityPair.add_member(:rule_arn, Shapes::ShapeRef.new(shape: RuleArn, location_name: "RuleArn"))
504
+ RulePriorityPair.add_member(:priority, Shapes::ShapeRef.new(shape: RulePriority, location_name: "Priority"))
505
+ RulePriorityPair.struct_class = Types::RulePriorityPair
506
+
507
+ Rules.member = Shapes::ShapeRef.new(shape: Rule)
508
+
509
+ SecurityGroups.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
510
+
511
+ SetRulePrioritiesInput.add_member(:rule_priorities, Shapes::ShapeRef.new(shape: RulePriorityList, required: true, location_name: "RulePriorities"))
512
+ SetRulePrioritiesInput.struct_class = Types::SetRulePrioritiesInput
513
+
514
+ SetRulePrioritiesOutput.add_member(:rules, Shapes::ShapeRef.new(shape: Rules, location_name: "Rules"))
515
+ SetRulePrioritiesOutput.struct_class = Types::SetRulePrioritiesOutput
516
+
517
+ SetSecurityGroupsInput.add_member(:load_balancer_arn, Shapes::ShapeRef.new(shape: LoadBalancerArn, required: true, location_name: "LoadBalancerArn"))
518
+ SetSecurityGroupsInput.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroups, required: true, location_name: "SecurityGroups"))
519
+ SetSecurityGroupsInput.struct_class = Types::SetSecurityGroupsInput
520
+
521
+ SetSecurityGroupsOutput.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroups, location_name: "SecurityGroupIds"))
522
+ SetSecurityGroupsOutput.struct_class = Types::SetSecurityGroupsOutput
523
+
524
+ SetSubnetsInput.add_member(:load_balancer_arn, Shapes::ShapeRef.new(shape: LoadBalancerArn, required: true, location_name: "LoadBalancerArn"))
525
+ SetSubnetsInput.add_member(:subnets, Shapes::ShapeRef.new(shape: Subnets, required: true, location_name: "Subnets"))
526
+ SetSubnetsInput.struct_class = Types::SetSubnetsInput
527
+
528
+ SetSubnetsOutput.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, location_name: "AvailabilityZones"))
529
+ SetSubnetsOutput.struct_class = Types::SetSubnetsOutput
530
+
531
+ SslPolicies.member = Shapes::ShapeRef.new(shape: SslPolicy)
532
+
533
+ SslPolicy.add_member(:ssl_protocols, Shapes::ShapeRef.new(shape: SslProtocols, location_name: "SslProtocols"))
534
+ SslPolicy.add_member(:ciphers, Shapes::ShapeRef.new(shape: Ciphers, location_name: "Ciphers"))
535
+ SslPolicy.add_member(:name, Shapes::ShapeRef.new(shape: SslPolicyName, location_name: "Name"))
536
+ SslPolicy.struct_class = Types::SslPolicy
537
+
538
+ SslPolicyNames.member = Shapes::ShapeRef.new(shape: SslPolicyName)
539
+
540
+ SslProtocols.member = Shapes::ShapeRef.new(shape: SslProtocol)
541
+
542
+ Subnets.member = Shapes::ShapeRef.new(shape: SubnetId)
543
+
544
+ Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
545
+ Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "Value"))
546
+ Tag.struct_class = Types::Tag
547
+
548
+ TagDescription.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ResourceArn"))
549
+ TagDescription.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
550
+ TagDescription.struct_class = Types::TagDescription
551
+
552
+ TagDescriptions.member = Shapes::ShapeRef.new(shape: TagDescription)
553
+
554
+ TagKeys.member = Shapes::ShapeRef.new(shape: TagKey)
555
+
556
+ TagList.member = Shapes::ShapeRef.new(shape: Tag)
557
+
558
+ TargetDescription.add_member(:id, Shapes::ShapeRef.new(shape: TargetId, required: true, location_name: "Id"))
559
+ TargetDescription.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "Port"))
560
+ TargetDescription.struct_class = Types::TargetDescription
561
+
562
+ TargetDescriptions.member = Shapes::ShapeRef.new(shape: TargetDescription)
563
+
564
+ TargetGroup.add_member(:target_group_arn, Shapes::ShapeRef.new(shape: TargetGroupArn, location_name: "TargetGroupArn"))
565
+ TargetGroup.add_member(:target_group_name, Shapes::ShapeRef.new(shape: TargetGroupName, location_name: "TargetGroupName"))
566
+ TargetGroup.add_member(:protocol, Shapes::ShapeRef.new(shape: ProtocolEnum, location_name: "Protocol"))
567
+ TargetGroup.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "Port"))
568
+ TargetGroup.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "VpcId"))
569
+ TargetGroup.add_member(:health_check_protocol, Shapes::ShapeRef.new(shape: ProtocolEnum, location_name: "HealthCheckProtocol"))
570
+ TargetGroup.add_member(:health_check_port, Shapes::ShapeRef.new(shape: HealthCheckPort, location_name: "HealthCheckPort"))
571
+ TargetGroup.add_member(:health_check_interval_seconds, Shapes::ShapeRef.new(shape: HealthCheckIntervalSeconds, location_name: "HealthCheckIntervalSeconds"))
572
+ TargetGroup.add_member(:health_check_timeout_seconds, Shapes::ShapeRef.new(shape: HealthCheckTimeoutSeconds, location_name: "HealthCheckTimeoutSeconds"))
573
+ TargetGroup.add_member(:healthy_threshold_count, Shapes::ShapeRef.new(shape: HealthCheckThresholdCount, location_name: "HealthyThresholdCount"))
574
+ TargetGroup.add_member(:unhealthy_threshold_count, Shapes::ShapeRef.new(shape: HealthCheckThresholdCount, location_name: "UnhealthyThresholdCount"))
575
+ TargetGroup.add_member(:health_check_path, Shapes::ShapeRef.new(shape: Path, location_name: "HealthCheckPath"))
576
+ TargetGroup.add_member(:matcher, Shapes::ShapeRef.new(shape: Matcher, location_name: "Matcher"))
577
+ TargetGroup.add_member(:load_balancer_arns, Shapes::ShapeRef.new(shape: LoadBalancerArns, location_name: "LoadBalancerArns"))
578
+ TargetGroup.struct_class = Types::TargetGroup
579
+
580
+ TargetGroupArns.member = Shapes::ShapeRef.new(shape: TargetGroupArn)
581
+
582
+ TargetGroupAttribute.add_member(:key, Shapes::ShapeRef.new(shape: TargetGroupAttributeKey, location_name: "Key"))
583
+ TargetGroupAttribute.add_member(:value, Shapes::ShapeRef.new(shape: TargetGroupAttributeValue, location_name: "Value"))
584
+ TargetGroupAttribute.struct_class = Types::TargetGroupAttribute
585
+
586
+ TargetGroupAttributes.member = Shapes::ShapeRef.new(shape: TargetGroupAttribute)
587
+
588
+ TargetGroupNames.member = Shapes::ShapeRef.new(shape: TargetGroupName)
589
+
590
+ TargetGroups.member = Shapes::ShapeRef.new(shape: TargetGroup)
591
+
592
+ TargetHealth.add_member(:state, Shapes::ShapeRef.new(shape: TargetHealthStateEnum, location_name: "State"))
593
+ TargetHealth.add_member(:reason, Shapes::ShapeRef.new(shape: TargetHealthReasonEnum, location_name: "Reason"))
594
+ TargetHealth.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
595
+ TargetHealth.struct_class = Types::TargetHealth
596
+
597
+ TargetHealthDescription.add_member(:target, Shapes::ShapeRef.new(shape: TargetDescription, location_name: "Target"))
598
+ TargetHealthDescription.add_member(:health_check_port, Shapes::ShapeRef.new(shape: HealthCheckPort, location_name: "HealthCheckPort"))
599
+ TargetHealthDescription.add_member(:target_health, Shapes::ShapeRef.new(shape: TargetHealth, location_name: "TargetHealth"))
600
+ TargetHealthDescription.struct_class = Types::TargetHealthDescription
601
+
602
+ TargetHealthDescriptions.member = Shapes::ShapeRef.new(shape: TargetHealthDescription)
603
+
604
+
605
+ # @api private
606
+ API = Seahorse::Model::Api.new.tap do |api|
607
+
608
+ api.version = "2015-12-01"
609
+
610
+ api.metadata = {
611
+ "endpointPrefix" => "elasticloadbalancing",
612
+ "protocol" => "query",
613
+ "serviceFullName" => "Elastic Load Balancing",
614
+ "signatureVersion" => "v4",
615
+ "xmlNamespace" => "http://elasticloadbalancing.amazonaws.com/doc/2015-12-01/",
616
+ }
617
+
618
+ api.add_operation(:add_tags, Seahorse::Model::Operation.new.tap do |o|
619
+ o.name = "AddTags"
620
+ o.http_method = "POST"
621
+ o.http_request_uri = "/"
622
+ o.input = Shapes::ShapeRef.new(shape: AddTagsInput)
623
+ o.output = Shapes::ShapeRef.new(shape: AddTagsOutput)
624
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateTagKeysException)
625
+ o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
626
+ o.errors << Shapes::ShapeRef.new(shape: LoadBalancerNotFoundException)
627
+ o.errors << Shapes::ShapeRef.new(shape: TargetGroupNotFoundException)
628
+ end)
629
+
630
+ api.add_operation(:create_listener, Seahorse::Model::Operation.new.tap do |o|
631
+ o.name = "CreateListener"
632
+ o.http_method = "POST"
633
+ o.http_request_uri = "/"
634
+ o.input = Shapes::ShapeRef.new(shape: CreateListenerInput)
635
+ o.output = Shapes::ShapeRef.new(shape: CreateListenerOutput)
636
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateListenerException)
637
+ o.errors << Shapes::ShapeRef.new(shape: TooManyListenersException)
638
+ o.errors << Shapes::ShapeRef.new(shape: TooManyCertificatesException)
639
+ o.errors << Shapes::ShapeRef.new(shape: LoadBalancerNotFoundException)
640
+ o.errors << Shapes::ShapeRef.new(shape: TargetGroupNotFoundException)
641
+ o.errors << Shapes::ShapeRef.new(shape: TargetGroupAssociationLimitException)
642
+ o.errors << Shapes::ShapeRef.new(shape: InvalidConfigurationRequestException)
643
+ o.errors << Shapes::ShapeRef.new(shape: IncompatibleProtocolsException)
644
+ o.errors << Shapes::ShapeRef.new(shape: SSLPolicyNotFoundException)
645
+ o.errors << Shapes::ShapeRef.new(shape: CertificateNotFoundException)
646
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedProtocolException)
647
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRegistrationsForTargetIdException)
648
+ end)
649
+
650
+ api.add_operation(:create_load_balancer, Seahorse::Model::Operation.new.tap do |o|
651
+ o.name = "CreateLoadBalancer"
652
+ o.http_method = "POST"
653
+ o.http_request_uri = "/"
654
+ o.input = Shapes::ShapeRef.new(shape: CreateLoadBalancerInput)
655
+ o.output = Shapes::ShapeRef.new(shape: CreateLoadBalancerOutput)
656
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateLoadBalancerNameException)
657
+ o.errors << Shapes::ShapeRef.new(shape: TooManyLoadBalancersException)
658
+ o.errors << Shapes::ShapeRef.new(shape: InvalidConfigurationRequestException)
659
+ o.errors << Shapes::ShapeRef.new(shape: SubnetNotFoundException)
660
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSubnetException)
661
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSecurityGroupException)
662
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSchemeException)
663
+ o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
664
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateTagKeysException)
665
+ end)
666
+
667
+ api.add_operation(:create_rule, Seahorse::Model::Operation.new.tap do |o|
668
+ o.name = "CreateRule"
669
+ o.http_method = "POST"
670
+ o.http_request_uri = "/"
671
+ o.input = Shapes::ShapeRef.new(shape: CreateRuleInput)
672
+ o.output = Shapes::ShapeRef.new(shape: CreateRuleOutput)
673
+ o.errors << Shapes::ShapeRef.new(shape: PriorityInUseException)
674
+ o.errors << Shapes::ShapeRef.new(shape: TooManyTargetGroupsException)
675
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRulesException)
676
+ o.errors << Shapes::ShapeRef.new(shape: TargetGroupAssociationLimitException)
677
+ o.errors << Shapes::ShapeRef.new(shape: ListenerNotFoundException)
678
+ o.errors << Shapes::ShapeRef.new(shape: TargetGroupNotFoundException)
679
+ o.errors << Shapes::ShapeRef.new(shape: InvalidConfigurationRequestException)
680
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRegistrationsForTargetIdException)
681
+ end)
682
+
683
+ api.add_operation(:create_target_group, Seahorse::Model::Operation.new.tap do |o|
684
+ o.name = "CreateTargetGroup"
685
+ o.http_method = "POST"
686
+ o.http_request_uri = "/"
687
+ o.input = Shapes::ShapeRef.new(shape: CreateTargetGroupInput)
688
+ o.output = Shapes::ShapeRef.new(shape: CreateTargetGroupOutput)
689
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateTargetGroupNameException)
690
+ o.errors << Shapes::ShapeRef.new(shape: TooManyTargetGroupsException)
691
+ end)
692
+
693
+ api.add_operation(:delete_listener, Seahorse::Model::Operation.new.tap do |o|
694
+ o.name = "DeleteListener"
695
+ o.http_method = "POST"
696
+ o.http_request_uri = "/"
697
+ o.input = Shapes::ShapeRef.new(shape: DeleteListenerInput)
698
+ o.output = Shapes::ShapeRef.new(shape: DeleteListenerOutput)
699
+ o.errors << Shapes::ShapeRef.new(shape: ListenerNotFoundException)
700
+ end)
701
+
702
+ api.add_operation(:delete_load_balancer, Seahorse::Model::Operation.new.tap do |o|
703
+ o.name = "DeleteLoadBalancer"
704
+ o.http_method = "POST"
705
+ o.http_request_uri = "/"
706
+ o.input = Shapes::ShapeRef.new(shape: DeleteLoadBalancerInput)
707
+ o.output = Shapes::ShapeRef.new(shape: DeleteLoadBalancerOutput)
708
+ o.errors << Shapes::ShapeRef.new(shape: LoadBalancerNotFoundException)
709
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
710
+ end)
711
+
712
+ api.add_operation(:delete_rule, Seahorse::Model::Operation.new.tap do |o|
713
+ o.name = "DeleteRule"
714
+ o.http_method = "POST"
715
+ o.http_request_uri = "/"
716
+ o.input = Shapes::ShapeRef.new(shape: DeleteRuleInput)
717
+ o.output = Shapes::ShapeRef.new(shape: DeleteRuleOutput)
718
+ o.errors << Shapes::ShapeRef.new(shape: RuleNotFoundException)
719
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
720
+ end)
721
+
722
+ api.add_operation(:delete_target_group, Seahorse::Model::Operation.new.tap do |o|
723
+ o.name = "DeleteTargetGroup"
724
+ o.http_method = "POST"
725
+ o.http_request_uri = "/"
726
+ o.input = Shapes::ShapeRef.new(shape: DeleteTargetGroupInput)
727
+ o.output = Shapes::ShapeRef.new(shape: DeleteTargetGroupOutput)
728
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
729
+ end)
730
+
731
+ api.add_operation(:deregister_targets, Seahorse::Model::Operation.new.tap do |o|
732
+ o.name = "DeregisterTargets"
733
+ o.http_method = "POST"
734
+ o.http_request_uri = "/"
735
+ o.input = Shapes::ShapeRef.new(shape: DeregisterTargetsInput)
736
+ o.output = Shapes::ShapeRef.new(shape: DeregisterTargetsOutput)
737
+ o.errors << Shapes::ShapeRef.new(shape: TargetGroupNotFoundException)
738
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTargetException)
739
+ end)
740
+
741
+ api.add_operation(:describe_listeners, Seahorse::Model::Operation.new.tap do |o|
742
+ o.name = "DescribeListeners"
743
+ o.http_method = "POST"
744
+ o.http_request_uri = "/"
745
+ o.input = Shapes::ShapeRef.new(shape: DescribeListenersInput)
746
+ o.output = Shapes::ShapeRef.new(shape: DescribeListenersOutput)
747
+ o.errors << Shapes::ShapeRef.new(shape: ListenerNotFoundException)
748
+ o.errors << Shapes::ShapeRef.new(shape: LoadBalancerNotFoundException)
749
+ o[:pager] = Aws::Pager.new(
750
+ tokens: {
751
+ "next_marker" => "marker"
752
+ }
753
+ )
754
+ end)
755
+
756
+ api.add_operation(:describe_load_balancer_attributes, Seahorse::Model::Operation.new.tap do |o|
757
+ o.name = "DescribeLoadBalancerAttributes"
758
+ o.http_method = "POST"
759
+ o.http_request_uri = "/"
760
+ o.input = Shapes::ShapeRef.new(shape: DescribeLoadBalancerAttributesInput)
761
+ o.output = Shapes::ShapeRef.new(shape: DescribeLoadBalancerAttributesOutput)
762
+ o.errors << Shapes::ShapeRef.new(shape: LoadBalancerNotFoundException)
763
+ end)
764
+
765
+ api.add_operation(:describe_load_balancers, Seahorse::Model::Operation.new.tap do |o|
766
+ o.name = "DescribeLoadBalancers"
767
+ o.http_method = "POST"
768
+ o.http_request_uri = "/"
769
+ o.input = Shapes::ShapeRef.new(shape: DescribeLoadBalancersInput)
770
+ o.output = Shapes::ShapeRef.new(shape: DescribeLoadBalancersOutput)
771
+ o.errors << Shapes::ShapeRef.new(shape: LoadBalancerNotFoundException)
772
+ o[:pager] = Aws::Pager.new(
773
+ tokens: {
774
+ "next_marker" => "marker"
775
+ }
776
+ )
777
+ end)
778
+
779
+ api.add_operation(:describe_rules, Seahorse::Model::Operation.new.tap do |o|
780
+ o.name = "DescribeRules"
781
+ o.http_method = "POST"
782
+ o.http_request_uri = "/"
783
+ o.input = Shapes::ShapeRef.new(shape: DescribeRulesInput)
784
+ o.output = Shapes::ShapeRef.new(shape: DescribeRulesOutput)
785
+ o.errors << Shapes::ShapeRef.new(shape: ListenerNotFoundException)
786
+ o.errors << Shapes::ShapeRef.new(shape: RuleNotFoundException)
787
+ end)
788
+
789
+ api.add_operation(:describe_ssl_policies, Seahorse::Model::Operation.new.tap do |o|
790
+ o.name = "DescribeSSLPolicies"
791
+ o.http_method = "POST"
792
+ o.http_request_uri = "/"
793
+ o.input = Shapes::ShapeRef.new(shape: DescribeSSLPoliciesInput)
794
+ o.output = Shapes::ShapeRef.new(shape: DescribeSSLPoliciesOutput)
795
+ o.errors << Shapes::ShapeRef.new(shape: SSLPolicyNotFoundException)
796
+ end)
797
+
798
+ api.add_operation(:describe_tags, Seahorse::Model::Operation.new.tap do |o|
799
+ o.name = "DescribeTags"
800
+ o.http_method = "POST"
801
+ o.http_request_uri = "/"
802
+ o.input = Shapes::ShapeRef.new(shape: DescribeTagsInput)
803
+ o.output = Shapes::ShapeRef.new(shape: DescribeTagsOutput)
804
+ o.errors << Shapes::ShapeRef.new(shape: LoadBalancerNotFoundException)
805
+ o.errors << Shapes::ShapeRef.new(shape: TargetGroupNotFoundException)
806
+ o.errors << Shapes::ShapeRef.new(shape: ListenerNotFoundException)
807
+ o.errors << Shapes::ShapeRef.new(shape: RuleNotFoundException)
808
+ end)
809
+
810
+ api.add_operation(:describe_target_group_attributes, Seahorse::Model::Operation.new.tap do |o|
811
+ o.name = "DescribeTargetGroupAttributes"
812
+ o.http_method = "POST"
813
+ o.http_request_uri = "/"
814
+ o.input = Shapes::ShapeRef.new(shape: DescribeTargetGroupAttributesInput)
815
+ o.output = Shapes::ShapeRef.new(shape: DescribeTargetGroupAttributesOutput)
816
+ o.errors << Shapes::ShapeRef.new(shape: TargetGroupNotFoundException)
817
+ end)
818
+
819
+ api.add_operation(:describe_target_groups, Seahorse::Model::Operation.new.tap do |o|
820
+ o.name = "DescribeTargetGroups"
821
+ o.http_method = "POST"
822
+ o.http_request_uri = "/"
823
+ o.input = Shapes::ShapeRef.new(shape: DescribeTargetGroupsInput)
824
+ o.output = Shapes::ShapeRef.new(shape: DescribeTargetGroupsOutput)
825
+ o.errors << Shapes::ShapeRef.new(shape: LoadBalancerNotFoundException)
826
+ o.errors << Shapes::ShapeRef.new(shape: TargetGroupNotFoundException)
827
+ o[:pager] = Aws::Pager.new(
828
+ tokens: {
829
+ "next_marker" => "marker"
830
+ }
831
+ )
832
+ end)
833
+
834
+ api.add_operation(:describe_target_health, Seahorse::Model::Operation.new.tap do |o|
835
+ o.name = "DescribeTargetHealth"
836
+ o.http_method = "POST"
837
+ o.http_request_uri = "/"
838
+ o.input = Shapes::ShapeRef.new(shape: DescribeTargetHealthInput)
839
+ o.output = Shapes::ShapeRef.new(shape: DescribeTargetHealthOutput)
840
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTargetException)
841
+ o.errors << Shapes::ShapeRef.new(shape: TargetGroupNotFoundException)
842
+ o.errors << Shapes::ShapeRef.new(shape: HealthUnavailableException)
843
+ end)
844
+
845
+ api.add_operation(:modify_listener, Seahorse::Model::Operation.new.tap do |o|
846
+ o.name = "ModifyListener"
847
+ o.http_method = "POST"
848
+ o.http_request_uri = "/"
849
+ o.input = Shapes::ShapeRef.new(shape: ModifyListenerInput)
850
+ o.output = Shapes::ShapeRef.new(shape: ModifyListenerOutput)
851
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateListenerException)
852
+ o.errors << Shapes::ShapeRef.new(shape: TooManyListenersException)
853
+ o.errors << Shapes::ShapeRef.new(shape: TooManyCertificatesException)
854
+ o.errors << Shapes::ShapeRef.new(shape: ListenerNotFoundException)
855
+ o.errors << Shapes::ShapeRef.new(shape: TargetGroupNotFoundException)
856
+ o.errors << Shapes::ShapeRef.new(shape: TargetGroupAssociationLimitException)
857
+ o.errors << Shapes::ShapeRef.new(shape: IncompatibleProtocolsException)
858
+ o.errors << Shapes::ShapeRef.new(shape: SSLPolicyNotFoundException)
859
+ o.errors << Shapes::ShapeRef.new(shape: CertificateNotFoundException)
860
+ o.errors << Shapes::ShapeRef.new(shape: InvalidConfigurationRequestException)
861
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedProtocolException)
862
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRegistrationsForTargetIdException)
863
+ end)
864
+
865
+ api.add_operation(:modify_load_balancer_attributes, Seahorse::Model::Operation.new.tap do |o|
866
+ o.name = "ModifyLoadBalancerAttributes"
867
+ o.http_method = "POST"
868
+ o.http_request_uri = "/"
869
+ o.input = Shapes::ShapeRef.new(shape: ModifyLoadBalancerAttributesInput)
870
+ o.output = Shapes::ShapeRef.new(shape: ModifyLoadBalancerAttributesOutput)
871
+ o.errors << Shapes::ShapeRef.new(shape: LoadBalancerNotFoundException)
872
+ o.errors << Shapes::ShapeRef.new(shape: InvalidConfigurationRequestException)
873
+ end)
874
+
875
+ api.add_operation(:modify_rule, Seahorse::Model::Operation.new.tap do |o|
876
+ o.name = "ModifyRule"
877
+ o.http_method = "POST"
878
+ o.http_request_uri = "/"
879
+ o.input = Shapes::ShapeRef.new(shape: ModifyRuleInput)
880
+ o.output = Shapes::ShapeRef.new(shape: ModifyRuleOutput)
881
+ o.errors << Shapes::ShapeRef.new(shape: TargetGroupAssociationLimitException)
882
+ o.errors << Shapes::ShapeRef.new(shape: RuleNotFoundException)
883
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
884
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRegistrationsForTargetIdException)
885
+ end)
886
+
887
+ api.add_operation(:modify_target_group, Seahorse::Model::Operation.new.tap do |o|
888
+ o.name = "ModifyTargetGroup"
889
+ o.http_method = "POST"
890
+ o.http_request_uri = "/"
891
+ o.input = Shapes::ShapeRef.new(shape: ModifyTargetGroupInput)
892
+ o.output = Shapes::ShapeRef.new(shape: ModifyTargetGroupOutput)
893
+ o.errors << Shapes::ShapeRef.new(shape: TargetGroupNotFoundException)
894
+ end)
895
+
896
+ api.add_operation(:modify_target_group_attributes, Seahorse::Model::Operation.new.tap do |o|
897
+ o.name = "ModifyTargetGroupAttributes"
898
+ o.http_method = "POST"
899
+ o.http_request_uri = "/"
900
+ o.input = Shapes::ShapeRef.new(shape: ModifyTargetGroupAttributesInput)
901
+ o.output = Shapes::ShapeRef.new(shape: ModifyTargetGroupAttributesOutput)
902
+ o.errors << Shapes::ShapeRef.new(shape: TargetGroupNotFoundException)
903
+ end)
904
+
905
+ api.add_operation(:register_targets, Seahorse::Model::Operation.new.tap do |o|
906
+ o.name = "RegisterTargets"
907
+ o.http_method = "POST"
908
+ o.http_request_uri = "/"
909
+ o.input = Shapes::ShapeRef.new(shape: RegisterTargetsInput)
910
+ o.output = Shapes::ShapeRef.new(shape: RegisterTargetsOutput)
911
+ o.errors << Shapes::ShapeRef.new(shape: TargetGroupNotFoundException)
912
+ o.errors << Shapes::ShapeRef.new(shape: TooManyTargetsException)
913
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTargetException)
914
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRegistrationsForTargetIdException)
915
+ end)
916
+
917
+ api.add_operation(:remove_tags, Seahorse::Model::Operation.new.tap do |o|
918
+ o.name = "RemoveTags"
919
+ o.http_method = "POST"
920
+ o.http_request_uri = "/"
921
+ o.input = Shapes::ShapeRef.new(shape: RemoveTagsInput)
922
+ o.output = Shapes::ShapeRef.new(shape: RemoveTagsOutput)
923
+ o.errors << Shapes::ShapeRef.new(shape: LoadBalancerNotFoundException)
924
+ o.errors << Shapes::ShapeRef.new(shape: TargetGroupNotFoundException)
925
+ o.errors << Shapes::ShapeRef.new(shape: ListenerNotFoundException)
926
+ o.errors << Shapes::ShapeRef.new(shape: RuleNotFoundException)
927
+ o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
928
+ end)
929
+
930
+ api.add_operation(:set_rule_priorities, Seahorse::Model::Operation.new.tap do |o|
931
+ o.name = "SetRulePriorities"
932
+ o.http_method = "POST"
933
+ o.http_request_uri = "/"
934
+ o.input = Shapes::ShapeRef.new(shape: SetRulePrioritiesInput)
935
+ o.output = Shapes::ShapeRef.new(shape: SetRulePrioritiesOutput)
936
+ o.errors << Shapes::ShapeRef.new(shape: RuleNotFoundException)
937
+ o.errors << Shapes::ShapeRef.new(shape: PriorityInUseException)
938
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
939
+ end)
940
+
941
+ api.add_operation(:set_security_groups, Seahorse::Model::Operation.new.tap do |o|
942
+ o.name = "SetSecurityGroups"
943
+ o.http_method = "POST"
944
+ o.http_request_uri = "/"
945
+ o.input = Shapes::ShapeRef.new(shape: SetSecurityGroupsInput)
946
+ o.output = Shapes::ShapeRef.new(shape: SetSecurityGroupsOutput)
947
+ o.errors << Shapes::ShapeRef.new(shape: LoadBalancerNotFoundException)
948
+ o.errors << Shapes::ShapeRef.new(shape: InvalidConfigurationRequestException)
949
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSecurityGroupException)
950
+ end)
951
+
952
+ api.add_operation(:set_subnets, Seahorse::Model::Operation.new.tap do |o|
953
+ o.name = "SetSubnets"
954
+ o.http_method = "POST"
955
+ o.http_request_uri = "/"
956
+ o.input = Shapes::ShapeRef.new(shape: SetSubnetsInput)
957
+ o.output = Shapes::ShapeRef.new(shape: SetSubnetsOutput)
958
+ o.errors << Shapes::ShapeRef.new(shape: LoadBalancerNotFoundException)
959
+ o.errors << Shapes::ShapeRef.new(shape: InvalidConfigurationRequestException)
960
+ o.errors << Shapes::ShapeRef.new(shape: SubnetNotFoundException)
961
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSubnetException)
962
+ end)
963
+ end
964
+
965
+ end
966
+ end
967
+ end