aws-sdk-vpclattice 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1899 @@
1
+ # frozen_string_literal: true
2
+
3
+ # WARNING ABOUT GENERATED CODE
4
+ #
5
+ # This file is generated. See the contributing guide for more information:
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
+ #
8
+ # WARNING ABOUT GENERATED CODE
9
+
10
+ module Aws::VPCLattice
11
+ # @api private
12
+ module ClientApi
13
+
14
+ include Seahorse::Model
15
+
16
+ AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
+ AccessLogDestinationArn = Shapes::StringShape.new(name: 'AccessLogDestinationArn')
18
+ AccessLogSubscriptionArn = Shapes::StringShape.new(name: 'AccessLogSubscriptionArn')
19
+ AccessLogSubscriptionId = Shapes::StringShape.new(name: 'AccessLogSubscriptionId')
20
+ AccessLogSubscriptionIdentifier = Shapes::StringShape.new(name: 'AccessLogSubscriptionIdentifier')
21
+ AccessLogSubscriptionList = Shapes::ListShape.new(name: 'AccessLogSubscriptionList')
22
+ AccessLogSubscriptionSummary = Shapes::StructureShape.new(name: 'AccessLogSubscriptionSummary')
23
+ AccountId = Shapes::StringShape.new(name: 'AccountId')
24
+ Arn = Shapes::StringShape.new(name: 'Arn')
25
+ AuthPolicyState = Shapes::StringShape.new(name: 'AuthPolicyState')
26
+ AuthPolicyString = Shapes::StringShape.new(name: 'AuthPolicyString')
27
+ AuthType = Shapes::StringShape.new(name: 'AuthType')
28
+ BatchUpdateRuleRequest = Shapes::StructureShape.new(name: 'BatchUpdateRuleRequest')
29
+ BatchUpdateRuleResponse = Shapes::StructureShape.new(name: 'BatchUpdateRuleResponse')
30
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
31
+ CertificateArn = Shapes::StringShape.new(name: 'CertificateArn')
32
+ ClientToken = Shapes::StringShape.new(name: 'ClientToken')
33
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
34
+ CreateAccessLogSubscriptionRequest = Shapes::StructureShape.new(name: 'CreateAccessLogSubscriptionRequest')
35
+ CreateAccessLogSubscriptionResponse = Shapes::StructureShape.new(name: 'CreateAccessLogSubscriptionResponse')
36
+ CreateListenerRequest = Shapes::StructureShape.new(name: 'CreateListenerRequest')
37
+ CreateListenerResponse = Shapes::StructureShape.new(name: 'CreateListenerResponse')
38
+ CreateRuleRequest = Shapes::StructureShape.new(name: 'CreateRuleRequest')
39
+ CreateRuleResponse = Shapes::StructureShape.new(name: 'CreateRuleResponse')
40
+ CreateServiceNetworkRequest = Shapes::StructureShape.new(name: 'CreateServiceNetworkRequest')
41
+ CreateServiceNetworkResponse = Shapes::StructureShape.new(name: 'CreateServiceNetworkResponse')
42
+ CreateServiceNetworkServiceAssociationRequest = Shapes::StructureShape.new(name: 'CreateServiceNetworkServiceAssociationRequest')
43
+ CreateServiceNetworkServiceAssociationResponse = Shapes::StructureShape.new(name: 'CreateServiceNetworkServiceAssociationResponse')
44
+ CreateServiceNetworkVpcAssociationRequest = Shapes::StructureShape.new(name: 'CreateServiceNetworkVpcAssociationRequest')
45
+ CreateServiceNetworkVpcAssociationRequestSecurityGroupIdsList = Shapes::ListShape.new(name: 'CreateServiceNetworkVpcAssociationRequestSecurityGroupIdsList')
46
+ CreateServiceNetworkVpcAssociationResponse = Shapes::StructureShape.new(name: 'CreateServiceNetworkVpcAssociationResponse')
47
+ CreateServiceRequest = Shapes::StructureShape.new(name: 'CreateServiceRequest')
48
+ CreateServiceResponse = Shapes::StructureShape.new(name: 'CreateServiceResponse')
49
+ CreateTargetGroupRequest = Shapes::StructureShape.new(name: 'CreateTargetGroupRequest')
50
+ CreateTargetGroupResponse = Shapes::StructureShape.new(name: 'CreateTargetGroupResponse')
51
+ DeleteAccessLogSubscriptionRequest = Shapes::StructureShape.new(name: 'DeleteAccessLogSubscriptionRequest')
52
+ DeleteAccessLogSubscriptionResponse = Shapes::StructureShape.new(name: 'DeleteAccessLogSubscriptionResponse')
53
+ DeleteAuthPolicyRequest = Shapes::StructureShape.new(name: 'DeleteAuthPolicyRequest')
54
+ DeleteAuthPolicyResponse = Shapes::StructureShape.new(name: 'DeleteAuthPolicyResponse')
55
+ DeleteListenerRequest = Shapes::StructureShape.new(name: 'DeleteListenerRequest')
56
+ DeleteListenerResponse = Shapes::StructureShape.new(name: 'DeleteListenerResponse')
57
+ DeleteResourcePolicyRequest = Shapes::StructureShape.new(name: 'DeleteResourcePolicyRequest')
58
+ DeleteResourcePolicyResponse = Shapes::StructureShape.new(name: 'DeleteResourcePolicyResponse')
59
+ DeleteRuleRequest = Shapes::StructureShape.new(name: 'DeleteRuleRequest')
60
+ DeleteRuleResponse = Shapes::StructureShape.new(name: 'DeleteRuleResponse')
61
+ DeleteServiceNetworkRequest = Shapes::StructureShape.new(name: 'DeleteServiceNetworkRequest')
62
+ DeleteServiceNetworkResponse = Shapes::StructureShape.new(name: 'DeleteServiceNetworkResponse')
63
+ DeleteServiceNetworkServiceAssociationRequest = Shapes::StructureShape.new(name: 'DeleteServiceNetworkServiceAssociationRequest')
64
+ DeleteServiceNetworkServiceAssociationResponse = Shapes::StructureShape.new(name: 'DeleteServiceNetworkServiceAssociationResponse')
65
+ DeleteServiceNetworkVpcAssociationRequest = Shapes::StructureShape.new(name: 'DeleteServiceNetworkVpcAssociationRequest')
66
+ DeleteServiceNetworkVpcAssociationResponse = Shapes::StructureShape.new(name: 'DeleteServiceNetworkVpcAssociationResponse')
67
+ DeleteServiceRequest = Shapes::StructureShape.new(name: 'DeleteServiceRequest')
68
+ DeleteServiceResponse = Shapes::StructureShape.new(name: 'DeleteServiceResponse')
69
+ DeleteTargetGroupRequest = Shapes::StructureShape.new(name: 'DeleteTargetGroupRequest')
70
+ DeleteTargetGroupResponse = Shapes::StructureShape.new(name: 'DeleteTargetGroupResponse')
71
+ DeregisterTargetsRequest = Shapes::StructureShape.new(name: 'DeregisterTargetsRequest')
72
+ DeregisterTargetsRequestTargetsList = Shapes::ListShape.new(name: 'DeregisterTargetsRequestTargetsList')
73
+ DeregisterTargetsResponse = Shapes::StructureShape.new(name: 'DeregisterTargetsResponse')
74
+ DnsEntry = Shapes::StructureShape.new(name: 'DnsEntry')
75
+ FailureCode = Shapes::StringShape.new(name: 'FailureCode')
76
+ FailureMessage = Shapes::StringShape.new(name: 'FailureMessage')
77
+ FixedResponseAction = Shapes::StructureShape.new(name: 'FixedResponseAction')
78
+ ForwardAction = Shapes::StructureShape.new(name: 'ForwardAction')
79
+ GetAccessLogSubscriptionRequest = Shapes::StructureShape.new(name: 'GetAccessLogSubscriptionRequest')
80
+ GetAccessLogSubscriptionResponse = Shapes::StructureShape.new(name: 'GetAccessLogSubscriptionResponse')
81
+ GetAuthPolicyRequest = Shapes::StructureShape.new(name: 'GetAuthPolicyRequest')
82
+ GetAuthPolicyResponse = Shapes::StructureShape.new(name: 'GetAuthPolicyResponse')
83
+ GetListenerRequest = Shapes::StructureShape.new(name: 'GetListenerRequest')
84
+ GetListenerResponse = Shapes::StructureShape.new(name: 'GetListenerResponse')
85
+ GetResourcePolicyRequest = Shapes::StructureShape.new(name: 'GetResourcePolicyRequest')
86
+ GetResourcePolicyResponse = Shapes::StructureShape.new(name: 'GetResourcePolicyResponse')
87
+ GetRuleRequest = Shapes::StructureShape.new(name: 'GetRuleRequest')
88
+ GetRuleResponse = Shapes::StructureShape.new(name: 'GetRuleResponse')
89
+ GetServiceNetworkRequest = Shapes::StructureShape.new(name: 'GetServiceNetworkRequest')
90
+ GetServiceNetworkResponse = Shapes::StructureShape.new(name: 'GetServiceNetworkResponse')
91
+ GetServiceNetworkServiceAssociationRequest = Shapes::StructureShape.new(name: 'GetServiceNetworkServiceAssociationRequest')
92
+ GetServiceNetworkServiceAssociationResponse = Shapes::StructureShape.new(name: 'GetServiceNetworkServiceAssociationResponse')
93
+ GetServiceNetworkVpcAssociationRequest = Shapes::StructureShape.new(name: 'GetServiceNetworkVpcAssociationRequest')
94
+ GetServiceNetworkVpcAssociationResponse = Shapes::StructureShape.new(name: 'GetServiceNetworkVpcAssociationResponse')
95
+ GetServiceRequest = Shapes::StructureShape.new(name: 'GetServiceRequest')
96
+ GetServiceResponse = Shapes::StructureShape.new(name: 'GetServiceResponse')
97
+ GetTargetGroupRequest = Shapes::StructureShape.new(name: 'GetTargetGroupRequest')
98
+ GetTargetGroupResponse = Shapes::StructureShape.new(name: 'GetTargetGroupResponse')
99
+ HeaderMatch = Shapes::StructureShape.new(name: 'HeaderMatch')
100
+ HeaderMatchContains = Shapes::StringShape.new(name: 'HeaderMatchContains')
101
+ HeaderMatchExact = Shapes::StringShape.new(name: 'HeaderMatchExact')
102
+ HeaderMatchList = Shapes::ListShape.new(name: 'HeaderMatchList')
103
+ HeaderMatchName = Shapes::StringShape.new(name: 'HeaderMatchName')
104
+ HeaderMatchPrefix = Shapes::StringShape.new(name: 'HeaderMatchPrefix')
105
+ HeaderMatchType = Shapes::UnionShape.new(name: 'HeaderMatchType')
106
+ HealthCheckConfig = Shapes::StructureShape.new(name: 'HealthCheckConfig')
107
+ HealthCheckIntervalSeconds = Shapes::IntegerShape.new(name: 'HealthCheckIntervalSeconds')
108
+ HealthCheckPath = Shapes::StringShape.new(name: 'HealthCheckPath')
109
+ HealthCheckPort = Shapes::IntegerShape.new(name: 'HealthCheckPort')
110
+ HealthCheckProtocolVersion = Shapes::StringShape.new(name: 'HealthCheckProtocolVersion')
111
+ HealthCheckTimeoutSeconds = Shapes::IntegerShape.new(name: 'HealthCheckTimeoutSeconds')
112
+ HealthyThresholdCount = Shapes::IntegerShape.new(name: 'HealthyThresholdCount')
113
+ HttpCodeMatcher = Shapes::StringShape.new(name: 'HttpCodeMatcher')
114
+ HttpMatch = Shapes::StructureShape.new(name: 'HttpMatch')
115
+ HttpMethod = Shapes::StringShape.new(name: 'HttpMethod')
116
+ HttpStatusCode = Shapes::IntegerShape.new(name: 'HttpStatusCode')
117
+ Integer = Shapes::IntegerShape.new(name: 'Integer')
118
+ InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
119
+ IpAddressType = Shapes::StringShape.new(name: 'IpAddressType')
120
+ ListAccessLogSubscriptionsRequest = Shapes::StructureShape.new(name: 'ListAccessLogSubscriptionsRequest')
121
+ ListAccessLogSubscriptionsResponse = Shapes::StructureShape.new(name: 'ListAccessLogSubscriptionsResponse')
122
+ ListListenersRequest = Shapes::StructureShape.new(name: 'ListListenersRequest')
123
+ ListListenersResponse = Shapes::StructureShape.new(name: 'ListListenersResponse')
124
+ ListRulesRequest = Shapes::StructureShape.new(name: 'ListRulesRequest')
125
+ ListRulesResponse = Shapes::StructureShape.new(name: 'ListRulesResponse')
126
+ ListServiceNetworkServiceAssociationsRequest = Shapes::StructureShape.new(name: 'ListServiceNetworkServiceAssociationsRequest')
127
+ ListServiceNetworkServiceAssociationsResponse = Shapes::StructureShape.new(name: 'ListServiceNetworkServiceAssociationsResponse')
128
+ ListServiceNetworkVpcAssociationsRequest = Shapes::StructureShape.new(name: 'ListServiceNetworkVpcAssociationsRequest')
129
+ ListServiceNetworkVpcAssociationsResponse = Shapes::StructureShape.new(name: 'ListServiceNetworkVpcAssociationsResponse')
130
+ ListServiceNetworksRequest = Shapes::StructureShape.new(name: 'ListServiceNetworksRequest')
131
+ ListServiceNetworksResponse = Shapes::StructureShape.new(name: 'ListServiceNetworksResponse')
132
+ ListServicesRequest = Shapes::StructureShape.new(name: 'ListServicesRequest')
133
+ ListServicesResponse = Shapes::StructureShape.new(name: 'ListServicesResponse')
134
+ ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
135
+ ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
136
+ ListTargetGroupsRequest = Shapes::StructureShape.new(name: 'ListTargetGroupsRequest')
137
+ ListTargetGroupsResponse = Shapes::StructureShape.new(name: 'ListTargetGroupsResponse')
138
+ ListTargetsRequest = Shapes::StructureShape.new(name: 'ListTargetsRequest')
139
+ ListTargetsRequestTargetsList = Shapes::ListShape.new(name: 'ListTargetsRequestTargetsList')
140
+ ListTargetsResponse = Shapes::StructureShape.new(name: 'ListTargetsResponse')
141
+ ListenerArn = Shapes::StringShape.new(name: 'ListenerArn')
142
+ ListenerId = Shapes::StringShape.new(name: 'ListenerId')
143
+ ListenerIdentifier = Shapes::StringShape.new(name: 'ListenerIdentifier')
144
+ ListenerName = Shapes::StringShape.new(name: 'ListenerName')
145
+ ListenerProtocol = Shapes::StringShape.new(name: 'ListenerProtocol')
146
+ ListenerSummary = Shapes::StructureShape.new(name: 'ListenerSummary')
147
+ ListenerSummaryList = Shapes::ListShape.new(name: 'ListenerSummaryList')
148
+ Long = Shapes::IntegerShape.new(name: 'Long')
149
+ Matcher = Shapes::UnionShape.new(name: 'Matcher')
150
+ MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
151
+ NextToken = Shapes::StringShape.new(name: 'NextToken')
152
+ PathMatch = Shapes::StructureShape.new(name: 'PathMatch')
153
+ PathMatchExact = Shapes::StringShape.new(name: 'PathMatchExact')
154
+ PathMatchPrefix = Shapes::StringShape.new(name: 'PathMatchPrefix')
155
+ PathMatchType = Shapes::UnionShape.new(name: 'PathMatchType')
156
+ PolicyString = Shapes::StringShape.new(name: 'PolicyString')
157
+ Port = Shapes::IntegerShape.new(name: 'Port')
158
+ PutAuthPolicyRequest = Shapes::StructureShape.new(name: 'PutAuthPolicyRequest')
159
+ PutAuthPolicyResponse = Shapes::StructureShape.new(name: 'PutAuthPolicyResponse')
160
+ PutResourcePolicyRequest = Shapes::StructureShape.new(name: 'PutResourcePolicyRequest')
161
+ PutResourcePolicyResponse = Shapes::StructureShape.new(name: 'PutResourcePolicyResponse')
162
+ RegisterTargetsRequest = Shapes::StructureShape.new(name: 'RegisterTargetsRequest')
163
+ RegisterTargetsRequestTargetsList = Shapes::ListShape.new(name: 'RegisterTargetsRequestTargetsList')
164
+ RegisterTargetsResponse = Shapes::StructureShape.new(name: 'RegisterTargetsResponse')
165
+ ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
166
+ ResourceId = Shapes::StringShape.new(name: 'ResourceId')
167
+ ResourceIdentifier = Shapes::StringShape.new(name: 'ResourceIdentifier')
168
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
169
+ RuleAction = Shapes::UnionShape.new(name: 'RuleAction')
170
+ RuleArn = Shapes::StringShape.new(name: 'RuleArn')
171
+ RuleId = Shapes::StringShape.new(name: 'RuleId')
172
+ RuleIdentifier = Shapes::StringShape.new(name: 'RuleIdentifier')
173
+ RuleMatch = Shapes::UnionShape.new(name: 'RuleMatch')
174
+ RuleName = Shapes::StringShape.new(name: 'RuleName')
175
+ RulePriority = Shapes::IntegerShape.new(name: 'RulePriority')
176
+ RuleSummary = Shapes::StructureShape.new(name: 'RuleSummary')
177
+ RuleSummaryList = Shapes::ListShape.new(name: 'RuleSummaryList')
178
+ RuleUpdate = Shapes::StructureShape.new(name: 'RuleUpdate')
179
+ RuleUpdateFailure = Shapes::StructureShape.new(name: 'RuleUpdateFailure')
180
+ RuleUpdateFailureList = Shapes::ListShape.new(name: 'RuleUpdateFailureList')
181
+ RuleUpdateList = Shapes::ListShape.new(name: 'RuleUpdateList')
182
+ RuleUpdateSuccess = Shapes::StructureShape.new(name: 'RuleUpdateSuccess')
183
+ RuleUpdateSuccessList = Shapes::ListShape.new(name: 'RuleUpdateSuccessList')
184
+ SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
185
+ SecurityGroupList = Shapes::ListShape.new(name: 'SecurityGroupList')
186
+ ServiceArn = Shapes::StringShape.new(name: 'ServiceArn')
187
+ ServiceArnList = Shapes::ListShape.new(name: 'ServiceArnList')
188
+ ServiceCustomDomainName = Shapes::StringShape.new(name: 'ServiceCustomDomainName')
189
+ ServiceId = Shapes::StringShape.new(name: 'ServiceId')
190
+ ServiceIdentifier = Shapes::StringShape.new(name: 'ServiceIdentifier')
191
+ ServiceList = Shapes::ListShape.new(name: 'ServiceList')
192
+ ServiceName = Shapes::StringShape.new(name: 'ServiceName')
193
+ ServiceNetworkArn = Shapes::StringShape.new(name: 'ServiceNetworkArn')
194
+ ServiceNetworkId = Shapes::StringShape.new(name: 'ServiceNetworkId')
195
+ ServiceNetworkIdentifier = Shapes::StringShape.new(name: 'ServiceNetworkIdentifier')
196
+ ServiceNetworkList = Shapes::ListShape.new(name: 'ServiceNetworkList')
197
+ ServiceNetworkName = Shapes::StringShape.new(name: 'ServiceNetworkName')
198
+ ServiceNetworkServiceAssociationArn = Shapes::StringShape.new(name: 'ServiceNetworkServiceAssociationArn')
199
+ ServiceNetworkServiceAssociationIdentifier = Shapes::StringShape.new(name: 'ServiceNetworkServiceAssociationIdentifier')
200
+ ServiceNetworkServiceAssociationList = Shapes::ListShape.new(name: 'ServiceNetworkServiceAssociationList')
201
+ ServiceNetworkServiceAssociationStatus = Shapes::StringShape.new(name: 'ServiceNetworkServiceAssociationStatus')
202
+ ServiceNetworkServiceAssociationSummary = Shapes::StructureShape.new(name: 'ServiceNetworkServiceAssociationSummary')
203
+ ServiceNetworkSummary = Shapes::StructureShape.new(name: 'ServiceNetworkSummary')
204
+ ServiceNetworkVpcAssociationArn = Shapes::StringShape.new(name: 'ServiceNetworkVpcAssociationArn')
205
+ ServiceNetworkVpcAssociationId = Shapes::StringShape.new(name: 'ServiceNetworkVpcAssociationId')
206
+ ServiceNetworkVpcAssociationIdentifier = Shapes::StringShape.new(name: 'ServiceNetworkVpcAssociationIdentifier')
207
+ ServiceNetworkVpcAssociationList = Shapes::ListShape.new(name: 'ServiceNetworkVpcAssociationList')
208
+ ServiceNetworkVpcAssociationStatus = Shapes::StringShape.new(name: 'ServiceNetworkVpcAssociationStatus')
209
+ ServiceNetworkVpcAssociationSummary = Shapes::StructureShape.new(name: 'ServiceNetworkVpcAssociationSummary')
210
+ ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
211
+ ServiceStatus = Shapes::StringShape.new(name: 'ServiceStatus')
212
+ ServiceSummary = Shapes::StructureShape.new(name: 'ServiceSummary')
213
+ String = Shapes::StringShape.new(name: 'String')
214
+ TagKey = Shapes::StringShape.new(name: 'TagKey')
215
+ TagKeys = Shapes::ListShape.new(name: 'TagKeys')
216
+ TagMap = Shapes::MapShape.new(name: 'TagMap')
217
+ TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
218
+ TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
219
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
220
+ Target = Shapes::StructureShape.new(name: 'Target')
221
+ TargetFailure = Shapes::StructureShape.new(name: 'TargetFailure')
222
+ TargetFailureList = Shapes::ListShape.new(name: 'TargetFailureList')
223
+ TargetGroupArn = Shapes::StringShape.new(name: 'TargetGroupArn')
224
+ TargetGroupConfig = Shapes::StructureShape.new(name: 'TargetGroupConfig')
225
+ TargetGroupId = Shapes::StringShape.new(name: 'TargetGroupId')
226
+ TargetGroupIdentifier = Shapes::StringShape.new(name: 'TargetGroupIdentifier')
227
+ TargetGroupList = Shapes::ListShape.new(name: 'TargetGroupList')
228
+ TargetGroupName = Shapes::StringShape.new(name: 'TargetGroupName')
229
+ TargetGroupProtocol = Shapes::StringShape.new(name: 'TargetGroupProtocol')
230
+ TargetGroupProtocolVersion = Shapes::StringShape.new(name: 'TargetGroupProtocolVersion')
231
+ TargetGroupStatus = Shapes::StringShape.new(name: 'TargetGroupStatus')
232
+ TargetGroupSummary = Shapes::StructureShape.new(name: 'TargetGroupSummary')
233
+ TargetGroupType = Shapes::StringShape.new(name: 'TargetGroupType')
234
+ TargetGroupWeight = Shapes::IntegerShape.new(name: 'TargetGroupWeight')
235
+ TargetIdString = Shapes::StringShape.new(name: 'TargetIdString')
236
+ TargetList = Shapes::ListShape.new(name: 'TargetList')
237
+ TargetStatus = Shapes::StringShape.new(name: 'TargetStatus')
238
+ TargetSummary = Shapes::StructureShape.new(name: 'TargetSummary')
239
+ TargetSummaryList = Shapes::ListShape.new(name: 'TargetSummaryList')
240
+ ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
241
+ Timestamp = Shapes::TimestampShape.new(name: 'Timestamp', timestampFormat: "iso8601")
242
+ UnhealthyThresholdCount = Shapes::IntegerShape.new(name: 'UnhealthyThresholdCount')
243
+ UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
244
+ UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
245
+ UpdateAccessLogSubscriptionRequest = Shapes::StructureShape.new(name: 'UpdateAccessLogSubscriptionRequest')
246
+ UpdateAccessLogSubscriptionResponse = Shapes::StructureShape.new(name: 'UpdateAccessLogSubscriptionResponse')
247
+ UpdateListenerRequest = Shapes::StructureShape.new(name: 'UpdateListenerRequest')
248
+ UpdateListenerResponse = Shapes::StructureShape.new(name: 'UpdateListenerResponse')
249
+ UpdateRuleRequest = Shapes::StructureShape.new(name: 'UpdateRuleRequest')
250
+ UpdateRuleResponse = Shapes::StructureShape.new(name: 'UpdateRuleResponse')
251
+ UpdateServiceNetworkRequest = Shapes::StructureShape.new(name: 'UpdateServiceNetworkRequest')
252
+ UpdateServiceNetworkResponse = Shapes::StructureShape.new(name: 'UpdateServiceNetworkResponse')
253
+ UpdateServiceNetworkVpcAssociationRequest = Shapes::StructureShape.new(name: 'UpdateServiceNetworkVpcAssociationRequest')
254
+ UpdateServiceNetworkVpcAssociationRequestSecurityGroupIdsList = Shapes::ListShape.new(name: 'UpdateServiceNetworkVpcAssociationRequestSecurityGroupIdsList')
255
+ UpdateServiceNetworkVpcAssociationResponse = Shapes::StructureShape.new(name: 'UpdateServiceNetworkVpcAssociationResponse')
256
+ UpdateServiceRequest = Shapes::StructureShape.new(name: 'UpdateServiceRequest')
257
+ UpdateServiceResponse = Shapes::StructureShape.new(name: 'UpdateServiceResponse')
258
+ UpdateTargetGroupRequest = Shapes::StructureShape.new(name: 'UpdateTargetGroupRequest')
259
+ UpdateTargetGroupResponse = Shapes::StructureShape.new(name: 'UpdateTargetGroupResponse')
260
+ ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
261
+ ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
262
+ ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
263
+ ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
264
+ VpcId = Shapes::StringShape.new(name: 'VpcId')
265
+ WeightedTargetGroup = Shapes::StructureShape.new(name: 'WeightedTargetGroup')
266
+ WeightedTargetGroupList = Shapes::ListShape.new(name: 'WeightedTargetGroupList')
267
+
268
+ AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
269
+ AccessDeniedException.struct_class = Types::AccessDeniedException
270
+
271
+ AccessLogSubscriptionList.member = Shapes::ShapeRef.new(shape: AccessLogSubscriptionSummary)
272
+
273
+ AccessLogSubscriptionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: AccessLogSubscriptionArn, required: true, location_name: "arn"))
274
+ AccessLogSubscriptionSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
275
+ AccessLogSubscriptionSummary.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AccessLogDestinationArn, required: true, location_name: "destinationArn"))
276
+ AccessLogSubscriptionSummary.add_member(:id, Shapes::ShapeRef.new(shape: AccessLogSubscriptionId, required: true, location_name: "id"))
277
+ AccessLogSubscriptionSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedAt"))
278
+ AccessLogSubscriptionSummary.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "resourceArn"))
279
+ AccessLogSubscriptionSummary.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "resourceId"))
280
+ AccessLogSubscriptionSummary.struct_class = Types::AccessLogSubscriptionSummary
281
+
282
+ BatchUpdateRuleRequest.add_member(:listener_identifier, Shapes::ShapeRef.new(shape: ListenerIdentifier, required: true, location: "uri", location_name: "listenerIdentifier"))
283
+ BatchUpdateRuleRequest.add_member(:rules, Shapes::ShapeRef.new(shape: RuleUpdateList, required: true, location_name: "rules"))
284
+ BatchUpdateRuleRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
285
+ BatchUpdateRuleRequest.struct_class = Types::BatchUpdateRuleRequest
286
+
287
+ BatchUpdateRuleResponse.add_member(:successful, Shapes::ShapeRef.new(shape: RuleUpdateSuccessList, location_name: "successful"))
288
+ BatchUpdateRuleResponse.add_member(:unsuccessful, Shapes::ShapeRef.new(shape: RuleUpdateFailureList, location_name: "unsuccessful"))
289
+ BatchUpdateRuleResponse.struct_class = Types::BatchUpdateRuleResponse
290
+
291
+ ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
292
+ ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceId"))
293
+ ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceType"))
294
+ ConflictException.struct_class = Types::ConflictException
295
+
296
+ CreateAccessLogSubscriptionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
297
+ CreateAccessLogSubscriptionRequest.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AccessLogDestinationArn, required: true, location_name: "destinationArn"))
298
+ CreateAccessLogSubscriptionRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location_name: "resourceIdentifier"))
299
+ CreateAccessLogSubscriptionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
300
+ CreateAccessLogSubscriptionRequest.struct_class = Types::CreateAccessLogSubscriptionRequest
301
+
302
+ CreateAccessLogSubscriptionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: AccessLogSubscriptionArn, required: true, location_name: "arn"))
303
+ CreateAccessLogSubscriptionResponse.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AccessLogDestinationArn, required: true, location_name: "destinationArn"))
304
+ CreateAccessLogSubscriptionResponse.add_member(:id, Shapes::ShapeRef.new(shape: AccessLogSubscriptionId, required: true, location_name: "id"))
305
+ CreateAccessLogSubscriptionResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "resourceArn"))
306
+ CreateAccessLogSubscriptionResponse.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "resourceId"))
307
+ CreateAccessLogSubscriptionResponse.struct_class = Types::CreateAccessLogSubscriptionResponse
308
+
309
+ CreateListenerRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
310
+ CreateListenerRequest.add_member(:default_action, Shapes::ShapeRef.new(shape: RuleAction, required: true, location_name: "defaultAction"))
311
+ CreateListenerRequest.add_member(:name, Shapes::ShapeRef.new(shape: ListenerName, required: true, location_name: "name"))
312
+ CreateListenerRequest.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
313
+ CreateListenerRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: ListenerProtocol, required: true, location_name: "protocol"))
314
+ CreateListenerRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
315
+ CreateListenerRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
316
+ CreateListenerRequest.struct_class = Types::CreateListenerRequest
317
+
318
+ CreateListenerResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ListenerArn, location_name: "arn"))
319
+ CreateListenerResponse.add_member(:default_action, Shapes::ShapeRef.new(shape: RuleAction, location_name: "defaultAction"))
320
+ CreateListenerResponse.add_member(:id, Shapes::ShapeRef.new(shape: ListenerId, location_name: "id"))
321
+ CreateListenerResponse.add_member(:name, Shapes::ShapeRef.new(shape: ListenerName, location_name: "name"))
322
+ CreateListenerResponse.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
323
+ CreateListenerResponse.add_member(:protocol, Shapes::ShapeRef.new(shape: ListenerProtocol, location_name: "protocol"))
324
+ CreateListenerResponse.add_member(:service_arn, Shapes::ShapeRef.new(shape: ServiceArn, location_name: "serviceArn"))
325
+ CreateListenerResponse.add_member(:service_id, Shapes::ShapeRef.new(shape: ServiceId, location_name: "serviceId"))
326
+ CreateListenerResponse.struct_class = Types::CreateListenerResponse
327
+
328
+ CreateRuleRequest.add_member(:action, Shapes::ShapeRef.new(shape: RuleAction, required: true, location_name: "action"))
329
+ CreateRuleRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
330
+ CreateRuleRequest.add_member(:listener_identifier, Shapes::ShapeRef.new(shape: ListenerIdentifier, required: true, location: "uri", location_name: "listenerIdentifier"))
331
+ CreateRuleRequest.add_member(:match, Shapes::ShapeRef.new(shape: RuleMatch, required: true, location_name: "match"))
332
+ CreateRuleRequest.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "name"))
333
+ CreateRuleRequest.add_member(:priority, Shapes::ShapeRef.new(shape: RulePriority, required: true, location_name: "priority"))
334
+ CreateRuleRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
335
+ CreateRuleRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
336
+ CreateRuleRequest.struct_class = Types::CreateRuleRequest
337
+
338
+ CreateRuleResponse.add_member(:action, Shapes::ShapeRef.new(shape: RuleAction, location_name: "action"))
339
+ CreateRuleResponse.add_member(:arn, Shapes::ShapeRef.new(shape: RuleArn, location_name: "arn"))
340
+ CreateRuleResponse.add_member(:id, Shapes::ShapeRef.new(shape: RuleId, location_name: "id"))
341
+ CreateRuleResponse.add_member(:match, Shapes::ShapeRef.new(shape: RuleMatch, location_name: "match"))
342
+ CreateRuleResponse.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, location_name: "name"))
343
+ CreateRuleResponse.add_member(:priority, Shapes::ShapeRef.new(shape: RulePriority, location_name: "priority"))
344
+ CreateRuleResponse.struct_class = Types::CreateRuleResponse
345
+
346
+ CreateServiceNetworkRequest.add_member(:auth_type, Shapes::ShapeRef.new(shape: AuthType, location_name: "authType"))
347
+ CreateServiceNetworkRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
348
+ CreateServiceNetworkRequest.add_member(:name, Shapes::ShapeRef.new(shape: ServiceNetworkName, required: true, location_name: "name"))
349
+ CreateServiceNetworkRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
350
+ CreateServiceNetworkRequest.struct_class = Types::CreateServiceNetworkRequest
351
+
352
+ CreateServiceNetworkResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkArn, location_name: "arn"))
353
+ CreateServiceNetworkResponse.add_member(:auth_type, Shapes::ShapeRef.new(shape: AuthType, location_name: "authType"))
354
+ CreateServiceNetworkResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkId, location_name: "id"))
355
+ CreateServiceNetworkResponse.add_member(:name, Shapes::ShapeRef.new(shape: ServiceNetworkName, location_name: "name"))
356
+ CreateServiceNetworkResponse.struct_class = Types::CreateServiceNetworkResponse
357
+
358
+ CreateServiceNetworkServiceAssociationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
359
+ CreateServiceNetworkServiceAssociationRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location_name: "serviceIdentifier"))
360
+ CreateServiceNetworkServiceAssociationRequest.add_member(:service_network_identifier, Shapes::ShapeRef.new(shape: ServiceNetworkIdentifier, required: true, location_name: "serviceNetworkIdentifier"))
361
+ CreateServiceNetworkServiceAssociationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
362
+ CreateServiceNetworkServiceAssociationRequest.struct_class = Types::CreateServiceNetworkServiceAssociationRequest
363
+
364
+ CreateServiceNetworkServiceAssociationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationArn, location_name: "arn"))
365
+ CreateServiceNetworkServiceAssociationResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: AccountId, location_name: "createdBy"))
366
+ CreateServiceNetworkServiceAssociationResponse.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: ServiceCustomDomainName, location_name: "customDomainName"))
367
+ CreateServiceNetworkServiceAssociationResponse.add_member(:dns_entry, Shapes::ShapeRef.new(shape: DnsEntry, location_name: "dnsEntry"))
368
+ CreateServiceNetworkServiceAssociationResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationIdentifier, location_name: "id"))
369
+ CreateServiceNetworkServiceAssociationResponse.add_member(:status, Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationStatus, location_name: "status"))
370
+ CreateServiceNetworkServiceAssociationResponse.struct_class = Types::CreateServiceNetworkServiceAssociationResponse
371
+
372
+ CreateServiceNetworkVpcAssociationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
373
+ CreateServiceNetworkVpcAssociationRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: CreateServiceNetworkVpcAssociationRequestSecurityGroupIdsList, location_name: "securityGroupIds"))
374
+ CreateServiceNetworkVpcAssociationRequest.add_member(:service_network_identifier, Shapes::ShapeRef.new(shape: ServiceNetworkIdentifier, required: true, location_name: "serviceNetworkIdentifier"))
375
+ CreateServiceNetworkVpcAssociationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
376
+ CreateServiceNetworkVpcAssociationRequest.add_member(:vpc_identifier, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "vpcIdentifier"))
377
+ CreateServiceNetworkVpcAssociationRequest.struct_class = Types::CreateServiceNetworkVpcAssociationRequest
378
+
379
+ CreateServiceNetworkVpcAssociationRequestSecurityGroupIdsList.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
380
+
381
+ CreateServiceNetworkVpcAssociationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationArn, location_name: "arn"))
382
+ CreateServiceNetworkVpcAssociationResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: AccountId, location_name: "createdBy"))
383
+ CreateServiceNetworkVpcAssociationResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationId, location_name: "id"))
384
+ CreateServiceNetworkVpcAssociationResponse.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupList, location_name: "securityGroupIds"))
385
+ CreateServiceNetworkVpcAssociationResponse.add_member(:status, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationStatus, location_name: "status"))
386
+ CreateServiceNetworkVpcAssociationResponse.struct_class = Types::CreateServiceNetworkVpcAssociationResponse
387
+
388
+ CreateServiceRequest.add_member(:auth_type, Shapes::ShapeRef.new(shape: AuthType, location_name: "authType"))
389
+ CreateServiceRequest.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: CertificateArn, location_name: "certificateArn"))
390
+ CreateServiceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
391
+ CreateServiceRequest.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: ServiceCustomDomainName, location_name: "customDomainName"))
392
+ CreateServiceRequest.add_member(:name, Shapes::ShapeRef.new(shape: ServiceName, required: true, location_name: "name"))
393
+ CreateServiceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
394
+ CreateServiceRequest.struct_class = Types::CreateServiceRequest
395
+
396
+ CreateServiceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceArn, location_name: "arn"))
397
+ CreateServiceResponse.add_member(:auth_type, Shapes::ShapeRef.new(shape: AuthType, location_name: "authType"))
398
+ CreateServiceResponse.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: CertificateArn, location_name: "certificateArn"))
399
+ CreateServiceResponse.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: ServiceCustomDomainName, location_name: "customDomainName"))
400
+ CreateServiceResponse.add_member(:dns_entry, Shapes::ShapeRef.new(shape: DnsEntry, location_name: "dnsEntry"))
401
+ CreateServiceResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceId, location_name: "id"))
402
+ CreateServiceResponse.add_member(:name, Shapes::ShapeRef.new(shape: ServiceName, location_name: "name"))
403
+ CreateServiceResponse.add_member(:status, Shapes::ShapeRef.new(shape: ServiceStatus, location_name: "status"))
404
+ CreateServiceResponse.struct_class = Types::CreateServiceResponse
405
+
406
+ CreateTargetGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
407
+ CreateTargetGroupRequest.add_member(:config, Shapes::ShapeRef.new(shape: TargetGroupConfig, location_name: "config"))
408
+ CreateTargetGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: TargetGroupName, required: true, location_name: "name"))
409
+ CreateTargetGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
410
+ CreateTargetGroupRequest.add_member(:type, Shapes::ShapeRef.new(shape: TargetGroupType, required: true, location_name: "type"))
411
+ CreateTargetGroupRequest.struct_class = Types::CreateTargetGroupRequest
412
+
413
+ CreateTargetGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TargetGroupArn, location_name: "arn"))
414
+ CreateTargetGroupResponse.add_member(:config, Shapes::ShapeRef.new(shape: TargetGroupConfig, location_name: "config"))
415
+ CreateTargetGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: TargetGroupId, location_name: "id"))
416
+ CreateTargetGroupResponse.add_member(:name, Shapes::ShapeRef.new(shape: TargetGroupName, location_name: "name"))
417
+ CreateTargetGroupResponse.add_member(:status, Shapes::ShapeRef.new(shape: TargetGroupStatus, location_name: "status"))
418
+ CreateTargetGroupResponse.add_member(:type, Shapes::ShapeRef.new(shape: TargetGroupType, location_name: "type"))
419
+ CreateTargetGroupResponse.struct_class = Types::CreateTargetGroupResponse
420
+
421
+ DeleteAccessLogSubscriptionRequest.add_member(:access_log_subscription_identifier, Shapes::ShapeRef.new(shape: AccessLogSubscriptionIdentifier, required: true, location: "uri", location_name: "accessLogSubscriptionIdentifier"))
422
+ DeleteAccessLogSubscriptionRequest.struct_class = Types::DeleteAccessLogSubscriptionRequest
423
+
424
+ DeleteAccessLogSubscriptionResponse.struct_class = Types::DeleteAccessLogSubscriptionResponse
425
+
426
+ DeleteAuthPolicyRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location: "uri", location_name: "resourceIdentifier"))
427
+ DeleteAuthPolicyRequest.struct_class = Types::DeleteAuthPolicyRequest
428
+
429
+ DeleteAuthPolicyResponse.struct_class = Types::DeleteAuthPolicyResponse
430
+
431
+ DeleteListenerRequest.add_member(:listener_identifier, Shapes::ShapeRef.new(shape: ListenerIdentifier, required: true, location: "uri", location_name: "listenerIdentifier"))
432
+ DeleteListenerRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
433
+ DeleteListenerRequest.struct_class = Types::DeleteListenerRequest
434
+
435
+ DeleteListenerResponse.struct_class = Types::DeleteListenerResponse
436
+
437
+ DeleteResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "resourceArn"))
438
+ DeleteResourcePolicyRequest.struct_class = Types::DeleteResourcePolicyRequest
439
+
440
+ DeleteResourcePolicyResponse.struct_class = Types::DeleteResourcePolicyResponse
441
+
442
+ DeleteRuleRequest.add_member(:listener_identifier, Shapes::ShapeRef.new(shape: ListenerIdentifier, required: true, location: "uri", location_name: "listenerIdentifier"))
443
+ DeleteRuleRequest.add_member(:rule_identifier, Shapes::ShapeRef.new(shape: RuleIdentifier, required: true, location: "uri", location_name: "ruleIdentifier"))
444
+ DeleteRuleRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
445
+ DeleteRuleRequest.struct_class = Types::DeleteRuleRequest
446
+
447
+ DeleteRuleResponse.struct_class = Types::DeleteRuleResponse
448
+
449
+ DeleteServiceNetworkRequest.add_member(:service_network_identifier, Shapes::ShapeRef.new(shape: ServiceNetworkIdentifier, required: true, location: "uri", location_name: "serviceNetworkIdentifier"))
450
+ DeleteServiceNetworkRequest.struct_class = Types::DeleteServiceNetworkRequest
451
+
452
+ DeleteServiceNetworkResponse.struct_class = Types::DeleteServiceNetworkResponse
453
+
454
+ DeleteServiceNetworkServiceAssociationRequest.add_member(:service_network_service_association_identifier, Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationIdentifier, required: true, location: "uri", location_name: "serviceNetworkServiceAssociationIdentifier"))
455
+ DeleteServiceNetworkServiceAssociationRequest.struct_class = Types::DeleteServiceNetworkServiceAssociationRequest
456
+
457
+ DeleteServiceNetworkServiceAssociationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationArn, location_name: "arn"))
458
+ DeleteServiceNetworkServiceAssociationResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationIdentifier, location_name: "id"))
459
+ DeleteServiceNetworkServiceAssociationResponse.add_member(:status, Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationStatus, location_name: "status"))
460
+ DeleteServiceNetworkServiceAssociationResponse.struct_class = Types::DeleteServiceNetworkServiceAssociationResponse
461
+
462
+ DeleteServiceNetworkVpcAssociationRequest.add_member(:service_network_vpc_association_identifier, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationIdentifier, required: true, location: "uri", location_name: "serviceNetworkVpcAssociationIdentifier"))
463
+ DeleteServiceNetworkVpcAssociationRequest.struct_class = Types::DeleteServiceNetworkVpcAssociationRequest
464
+
465
+ DeleteServiceNetworkVpcAssociationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationArn, location_name: "arn"))
466
+ DeleteServiceNetworkVpcAssociationResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationId, location_name: "id"))
467
+ DeleteServiceNetworkVpcAssociationResponse.add_member(:status, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationStatus, location_name: "status"))
468
+ DeleteServiceNetworkVpcAssociationResponse.struct_class = Types::DeleteServiceNetworkVpcAssociationResponse
469
+
470
+ DeleteServiceRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
471
+ DeleteServiceRequest.struct_class = Types::DeleteServiceRequest
472
+
473
+ DeleteServiceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceArn, location_name: "arn"))
474
+ DeleteServiceResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceId, location_name: "id"))
475
+ DeleteServiceResponse.add_member(:name, Shapes::ShapeRef.new(shape: ServiceName, location_name: "name"))
476
+ DeleteServiceResponse.add_member(:status, Shapes::ShapeRef.new(shape: ServiceStatus, location_name: "status"))
477
+ DeleteServiceResponse.struct_class = Types::DeleteServiceResponse
478
+
479
+ DeleteTargetGroupRequest.add_member(:target_group_identifier, Shapes::ShapeRef.new(shape: TargetGroupIdentifier, required: true, location: "uri", location_name: "targetGroupIdentifier"))
480
+ DeleteTargetGroupRequest.struct_class = Types::DeleteTargetGroupRequest
481
+
482
+ DeleteTargetGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TargetGroupArn, location_name: "arn"))
483
+ DeleteTargetGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: TargetGroupId, location_name: "id"))
484
+ DeleteTargetGroupResponse.add_member(:status, Shapes::ShapeRef.new(shape: TargetGroupStatus, location_name: "status"))
485
+ DeleteTargetGroupResponse.struct_class = Types::DeleteTargetGroupResponse
486
+
487
+ DeregisterTargetsRequest.add_member(:target_group_identifier, Shapes::ShapeRef.new(shape: TargetGroupIdentifier, required: true, location: "uri", location_name: "targetGroupIdentifier"))
488
+ DeregisterTargetsRequest.add_member(:targets, Shapes::ShapeRef.new(shape: DeregisterTargetsRequestTargetsList, required: true, location_name: "targets"))
489
+ DeregisterTargetsRequest.struct_class = Types::DeregisterTargetsRequest
490
+
491
+ DeregisterTargetsRequestTargetsList.member = Shapes::ShapeRef.new(shape: Target)
492
+
493
+ DeregisterTargetsResponse.add_member(:successful, Shapes::ShapeRef.new(shape: TargetList, location_name: "successful"))
494
+ DeregisterTargetsResponse.add_member(:unsuccessful, Shapes::ShapeRef.new(shape: TargetFailureList, location_name: "unsuccessful"))
495
+ DeregisterTargetsResponse.struct_class = Types::DeregisterTargetsResponse
496
+
497
+ DnsEntry.add_member(:domain_name, Shapes::ShapeRef.new(shape: String, location_name: "domainName"))
498
+ DnsEntry.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "hostedZoneId"))
499
+ DnsEntry.struct_class = Types::DnsEntry
500
+
501
+ FixedResponseAction.add_member(:status_code, Shapes::ShapeRef.new(shape: HttpStatusCode, required: true, location_name: "statusCode"))
502
+ FixedResponseAction.struct_class = Types::FixedResponseAction
503
+
504
+ ForwardAction.add_member(:target_groups, Shapes::ShapeRef.new(shape: WeightedTargetGroupList, required: true, location_name: "targetGroups"))
505
+ ForwardAction.struct_class = Types::ForwardAction
506
+
507
+ GetAccessLogSubscriptionRequest.add_member(:access_log_subscription_identifier, Shapes::ShapeRef.new(shape: AccessLogSubscriptionIdentifier, required: true, location: "uri", location_name: "accessLogSubscriptionIdentifier"))
508
+ GetAccessLogSubscriptionRequest.struct_class = Types::GetAccessLogSubscriptionRequest
509
+
510
+ GetAccessLogSubscriptionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: AccessLogSubscriptionArn, required: true, location_name: "arn"))
511
+ GetAccessLogSubscriptionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
512
+ GetAccessLogSubscriptionResponse.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AccessLogDestinationArn, required: true, location_name: "destinationArn"))
513
+ GetAccessLogSubscriptionResponse.add_member(:id, Shapes::ShapeRef.new(shape: AccessLogSubscriptionId, required: true, location_name: "id"))
514
+ GetAccessLogSubscriptionResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedAt"))
515
+ GetAccessLogSubscriptionResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "resourceArn"))
516
+ GetAccessLogSubscriptionResponse.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "resourceId"))
517
+ GetAccessLogSubscriptionResponse.struct_class = Types::GetAccessLogSubscriptionResponse
518
+
519
+ GetAuthPolicyRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location: "uri", location_name: "resourceIdentifier"))
520
+ GetAuthPolicyRequest.struct_class = Types::GetAuthPolicyRequest
521
+
522
+ GetAuthPolicyResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
523
+ GetAuthPolicyResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
524
+ GetAuthPolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: AuthPolicyString, location_name: "policy"))
525
+ GetAuthPolicyResponse.add_member(:state, Shapes::ShapeRef.new(shape: AuthPolicyState, location_name: "state"))
526
+ GetAuthPolicyResponse.struct_class = Types::GetAuthPolicyResponse
527
+
528
+ GetListenerRequest.add_member(:listener_identifier, Shapes::ShapeRef.new(shape: ListenerIdentifier, required: true, location: "uri", location_name: "listenerIdentifier"))
529
+ GetListenerRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
530
+ GetListenerRequest.struct_class = Types::GetListenerRequest
531
+
532
+ GetListenerResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ListenerArn, location_name: "arn"))
533
+ GetListenerResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
534
+ GetListenerResponse.add_member(:default_action, Shapes::ShapeRef.new(shape: RuleAction, location_name: "defaultAction"))
535
+ GetListenerResponse.add_member(:id, Shapes::ShapeRef.new(shape: ListenerId, location_name: "id"))
536
+ GetListenerResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
537
+ GetListenerResponse.add_member(:name, Shapes::ShapeRef.new(shape: ListenerName, location_name: "name"))
538
+ GetListenerResponse.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
539
+ GetListenerResponse.add_member(:protocol, Shapes::ShapeRef.new(shape: ListenerProtocol, location_name: "protocol"))
540
+ GetListenerResponse.add_member(:service_arn, Shapes::ShapeRef.new(shape: ServiceArn, location_name: "serviceArn"))
541
+ GetListenerResponse.add_member(:service_id, Shapes::ShapeRef.new(shape: ServiceId, location_name: "serviceId"))
542
+ GetListenerResponse.struct_class = Types::GetListenerResponse
543
+
544
+ GetResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "resourceArn"))
545
+ GetResourcePolicyRequest.struct_class = Types::GetResourcePolicyRequest
546
+
547
+ GetResourcePolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: PolicyString, location_name: "policy"))
548
+ GetResourcePolicyResponse.struct_class = Types::GetResourcePolicyResponse
549
+
550
+ GetRuleRequest.add_member(:listener_identifier, Shapes::ShapeRef.new(shape: ListenerIdentifier, required: true, location: "uri", location_name: "listenerIdentifier"))
551
+ GetRuleRequest.add_member(:rule_identifier, Shapes::ShapeRef.new(shape: RuleIdentifier, required: true, location: "uri", location_name: "ruleIdentifier"))
552
+ GetRuleRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
553
+ GetRuleRequest.struct_class = Types::GetRuleRequest
554
+
555
+ GetRuleResponse.add_member(:action, Shapes::ShapeRef.new(shape: RuleAction, location_name: "action"))
556
+ GetRuleResponse.add_member(:arn, Shapes::ShapeRef.new(shape: RuleArn, location_name: "arn"))
557
+ GetRuleResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
558
+ GetRuleResponse.add_member(:id, Shapes::ShapeRef.new(shape: RuleId, location_name: "id"))
559
+ GetRuleResponse.add_member(:is_default, Shapes::ShapeRef.new(shape: Boolean, location_name: "isDefault"))
560
+ GetRuleResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
561
+ GetRuleResponse.add_member(:match, Shapes::ShapeRef.new(shape: RuleMatch, location_name: "match"))
562
+ GetRuleResponse.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, location_name: "name"))
563
+ GetRuleResponse.add_member(:priority, Shapes::ShapeRef.new(shape: RulePriority, location_name: "priority"))
564
+ GetRuleResponse.struct_class = Types::GetRuleResponse
565
+
566
+ GetServiceNetworkRequest.add_member(:service_network_identifier, Shapes::ShapeRef.new(shape: ServiceNetworkIdentifier, required: true, location: "uri", location_name: "serviceNetworkIdentifier"))
567
+ GetServiceNetworkRequest.struct_class = Types::GetServiceNetworkRequest
568
+
569
+ GetServiceNetworkResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkArn, location_name: "arn"))
570
+ GetServiceNetworkResponse.add_member(:auth_type, Shapes::ShapeRef.new(shape: AuthType, location_name: "authType"))
571
+ GetServiceNetworkResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
572
+ GetServiceNetworkResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkId, location_name: "id"))
573
+ GetServiceNetworkResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
574
+ GetServiceNetworkResponse.add_member(:name, Shapes::ShapeRef.new(shape: ServiceNetworkName, location_name: "name"))
575
+ GetServiceNetworkResponse.add_member(:number_of_associated_services, Shapes::ShapeRef.new(shape: Long, location_name: "numberOfAssociatedServices"))
576
+ GetServiceNetworkResponse.add_member(:number_of_associated_vp_cs, Shapes::ShapeRef.new(shape: Long, location_name: "numberOfAssociatedVPCs"))
577
+ GetServiceNetworkResponse.struct_class = Types::GetServiceNetworkResponse
578
+
579
+ GetServiceNetworkServiceAssociationRequest.add_member(:service_network_service_association_identifier, Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationIdentifier, required: true, location: "uri", location_name: "serviceNetworkServiceAssociationIdentifier"))
580
+ GetServiceNetworkServiceAssociationRequest.struct_class = Types::GetServiceNetworkServiceAssociationRequest
581
+
582
+ GetServiceNetworkServiceAssociationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationArn, location_name: "arn"))
583
+ GetServiceNetworkServiceAssociationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
584
+ GetServiceNetworkServiceAssociationResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: AccountId, location_name: "createdBy"))
585
+ GetServiceNetworkServiceAssociationResponse.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: ServiceCustomDomainName, location_name: "customDomainName"))
586
+ GetServiceNetworkServiceAssociationResponse.add_member(:dns_entry, Shapes::ShapeRef.new(shape: DnsEntry, location_name: "dnsEntry"))
587
+ GetServiceNetworkServiceAssociationResponse.add_member(:failure_code, Shapes::ShapeRef.new(shape: String, location_name: "failureCode"))
588
+ GetServiceNetworkServiceAssociationResponse.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "failureMessage"))
589
+ GetServiceNetworkServiceAssociationResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationIdentifier, location_name: "id"))
590
+ GetServiceNetworkServiceAssociationResponse.add_member(:service_arn, Shapes::ShapeRef.new(shape: ServiceArn, location_name: "serviceArn"))
591
+ GetServiceNetworkServiceAssociationResponse.add_member(:service_id, Shapes::ShapeRef.new(shape: ServiceId, location_name: "serviceId"))
592
+ GetServiceNetworkServiceAssociationResponse.add_member(:service_name, Shapes::ShapeRef.new(shape: ServiceName, location_name: "serviceName"))
593
+ GetServiceNetworkServiceAssociationResponse.add_member(:service_network_arn, Shapes::ShapeRef.new(shape: ServiceNetworkArn, location_name: "serviceNetworkArn"))
594
+ GetServiceNetworkServiceAssociationResponse.add_member(:service_network_id, Shapes::ShapeRef.new(shape: ServiceNetworkId, location_name: "serviceNetworkId"))
595
+ GetServiceNetworkServiceAssociationResponse.add_member(:service_network_name, Shapes::ShapeRef.new(shape: ServiceNetworkName, location_name: "serviceNetworkName"))
596
+ GetServiceNetworkServiceAssociationResponse.add_member(:status, Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationStatus, location_name: "status"))
597
+ GetServiceNetworkServiceAssociationResponse.struct_class = Types::GetServiceNetworkServiceAssociationResponse
598
+
599
+ GetServiceNetworkVpcAssociationRequest.add_member(:service_network_vpc_association_identifier, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationIdentifier, required: true, location: "uri", location_name: "serviceNetworkVpcAssociationIdentifier"))
600
+ GetServiceNetworkVpcAssociationRequest.struct_class = Types::GetServiceNetworkVpcAssociationRequest
601
+
602
+ GetServiceNetworkVpcAssociationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationArn, location_name: "arn"))
603
+ GetServiceNetworkVpcAssociationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
604
+ GetServiceNetworkVpcAssociationResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: AccountId, location_name: "createdBy"))
605
+ GetServiceNetworkVpcAssociationResponse.add_member(:failure_code, Shapes::ShapeRef.new(shape: String, location_name: "failureCode"))
606
+ GetServiceNetworkVpcAssociationResponse.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "failureMessage"))
607
+ GetServiceNetworkVpcAssociationResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationId, location_name: "id"))
608
+ GetServiceNetworkVpcAssociationResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
609
+ GetServiceNetworkVpcAssociationResponse.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupList, location_name: "securityGroupIds"))
610
+ GetServiceNetworkVpcAssociationResponse.add_member(:service_network_arn, Shapes::ShapeRef.new(shape: ServiceNetworkArn, location_name: "serviceNetworkArn"))
611
+ GetServiceNetworkVpcAssociationResponse.add_member(:service_network_id, Shapes::ShapeRef.new(shape: ServiceNetworkId, location_name: "serviceNetworkId"))
612
+ GetServiceNetworkVpcAssociationResponse.add_member(:service_network_name, Shapes::ShapeRef.new(shape: ServiceNetworkName, location_name: "serviceNetworkName"))
613
+ GetServiceNetworkVpcAssociationResponse.add_member(:status, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationStatus, location_name: "status"))
614
+ GetServiceNetworkVpcAssociationResponse.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "vpcId"))
615
+ GetServiceNetworkVpcAssociationResponse.struct_class = Types::GetServiceNetworkVpcAssociationResponse
616
+
617
+ GetServiceRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
618
+ GetServiceRequest.struct_class = Types::GetServiceRequest
619
+
620
+ GetServiceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceArn, location_name: "arn"))
621
+ GetServiceResponse.add_member(:auth_type, Shapes::ShapeRef.new(shape: AuthType, location_name: "authType"))
622
+ GetServiceResponse.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: CertificateArn, location_name: "certificateArn"))
623
+ GetServiceResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
624
+ GetServiceResponse.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: ServiceCustomDomainName, location_name: "customDomainName"))
625
+ GetServiceResponse.add_member(:dns_entry, Shapes::ShapeRef.new(shape: DnsEntry, location_name: "dnsEntry"))
626
+ GetServiceResponse.add_member(:failure_code, Shapes::ShapeRef.new(shape: FailureCode, location_name: "failureCode"))
627
+ GetServiceResponse.add_member(:failure_message, Shapes::ShapeRef.new(shape: FailureMessage, location_name: "failureMessage"))
628
+ GetServiceResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceId, location_name: "id"))
629
+ GetServiceResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
630
+ GetServiceResponse.add_member(:name, Shapes::ShapeRef.new(shape: ServiceName, location_name: "name"))
631
+ GetServiceResponse.add_member(:status, Shapes::ShapeRef.new(shape: ServiceStatus, location_name: "status"))
632
+ GetServiceResponse.struct_class = Types::GetServiceResponse
633
+
634
+ GetTargetGroupRequest.add_member(:target_group_identifier, Shapes::ShapeRef.new(shape: TargetGroupIdentifier, required: true, location: "uri", location_name: "targetGroupIdentifier"))
635
+ GetTargetGroupRequest.struct_class = Types::GetTargetGroupRequest
636
+
637
+ GetTargetGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TargetGroupArn, location_name: "arn"))
638
+ GetTargetGroupResponse.add_member(:config, Shapes::ShapeRef.new(shape: TargetGroupConfig, location_name: "config"))
639
+ GetTargetGroupResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
640
+ GetTargetGroupResponse.add_member(:failure_code, Shapes::ShapeRef.new(shape: String, location_name: "failureCode"))
641
+ GetTargetGroupResponse.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "failureMessage"))
642
+ GetTargetGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: TargetGroupId, location_name: "id"))
643
+ GetTargetGroupResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
644
+ GetTargetGroupResponse.add_member(:name, Shapes::ShapeRef.new(shape: TargetGroupName, location_name: "name"))
645
+ GetTargetGroupResponse.add_member(:service_arns, Shapes::ShapeRef.new(shape: ServiceArnList, location_name: "serviceArns"))
646
+ GetTargetGroupResponse.add_member(:status, Shapes::ShapeRef.new(shape: TargetGroupStatus, location_name: "status"))
647
+ GetTargetGroupResponse.add_member(:type, Shapes::ShapeRef.new(shape: TargetGroupType, location_name: "type"))
648
+ GetTargetGroupResponse.struct_class = Types::GetTargetGroupResponse
649
+
650
+ HeaderMatch.add_member(:case_sensitive, Shapes::ShapeRef.new(shape: Boolean, location_name: "caseSensitive"))
651
+ HeaderMatch.add_member(:match, Shapes::ShapeRef.new(shape: HeaderMatchType, required: true, location_name: "match"))
652
+ HeaderMatch.add_member(:name, Shapes::ShapeRef.new(shape: HeaderMatchName, required: true, location_name: "name"))
653
+ HeaderMatch.struct_class = Types::HeaderMatch
654
+
655
+ HeaderMatchList.member = Shapes::ShapeRef.new(shape: HeaderMatch)
656
+
657
+ HeaderMatchType.add_member(:contains, Shapes::ShapeRef.new(shape: HeaderMatchContains, location_name: "contains"))
658
+ HeaderMatchType.add_member(:exact, Shapes::ShapeRef.new(shape: HeaderMatchExact, location_name: "exact"))
659
+ HeaderMatchType.add_member(:prefix, Shapes::ShapeRef.new(shape: HeaderMatchPrefix, location_name: "prefix"))
660
+ HeaderMatchType.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
661
+ HeaderMatchType.add_member_subclass(:contains, Types::HeaderMatchType::Contains)
662
+ HeaderMatchType.add_member_subclass(:exact, Types::HeaderMatchType::Exact)
663
+ HeaderMatchType.add_member_subclass(:prefix, Types::HeaderMatchType::Prefix)
664
+ HeaderMatchType.add_member_subclass(:unknown, Types::HeaderMatchType::Unknown)
665
+ HeaderMatchType.struct_class = Types::HeaderMatchType
666
+
667
+ HealthCheckConfig.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "enabled"))
668
+ HealthCheckConfig.add_member(:health_check_interval_seconds, Shapes::ShapeRef.new(shape: HealthCheckIntervalSeconds, location_name: "healthCheckIntervalSeconds"))
669
+ HealthCheckConfig.add_member(:health_check_timeout_seconds, Shapes::ShapeRef.new(shape: HealthCheckTimeoutSeconds, location_name: "healthCheckTimeoutSeconds"))
670
+ HealthCheckConfig.add_member(:healthy_threshold_count, Shapes::ShapeRef.new(shape: HealthyThresholdCount, location_name: "healthyThresholdCount"))
671
+ HealthCheckConfig.add_member(:matcher, Shapes::ShapeRef.new(shape: Matcher, location_name: "matcher"))
672
+ HealthCheckConfig.add_member(:path, Shapes::ShapeRef.new(shape: HealthCheckPath, location_name: "path"))
673
+ HealthCheckConfig.add_member(:port, Shapes::ShapeRef.new(shape: HealthCheckPort, location_name: "port"))
674
+ HealthCheckConfig.add_member(:protocol, Shapes::ShapeRef.new(shape: TargetGroupProtocol, location_name: "protocol"))
675
+ HealthCheckConfig.add_member(:protocol_version, Shapes::ShapeRef.new(shape: HealthCheckProtocolVersion, location_name: "protocolVersion"))
676
+ HealthCheckConfig.add_member(:unhealthy_threshold_count, Shapes::ShapeRef.new(shape: UnhealthyThresholdCount, location_name: "unhealthyThresholdCount"))
677
+ HealthCheckConfig.struct_class = Types::HealthCheckConfig
678
+
679
+ HttpMatch.add_member(:header_matches, Shapes::ShapeRef.new(shape: HeaderMatchList, location_name: "headerMatches"))
680
+ HttpMatch.add_member(:method, Shapes::ShapeRef.new(shape: HttpMethod, location_name: "method"))
681
+ HttpMatch.add_member(:path_match, Shapes::ShapeRef.new(shape: PathMatch, location_name: "pathMatch"))
682
+ HttpMatch.struct_class = Types::HttpMatch
683
+
684
+ InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
685
+ InternalServerException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: Integer, location: "header", location_name: "Retry-After"))
686
+ InternalServerException.struct_class = Types::InternalServerException
687
+
688
+ ListAccessLogSubscriptionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
689
+ ListAccessLogSubscriptionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
690
+ ListAccessLogSubscriptionsRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location: "querystring", location_name: "resourceIdentifier"))
691
+ ListAccessLogSubscriptionsRequest.struct_class = Types::ListAccessLogSubscriptionsRequest
692
+
693
+ ListAccessLogSubscriptionsResponse.add_member(:items, Shapes::ShapeRef.new(shape: AccessLogSubscriptionList, required: true, location_name: "items"))
694
+ ListAccessLogSubscriptionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
695
+ ListAccessLogSubscriptionsResponse.struct_class = Types::ListAccessLogSubscriptionsResponse
696
+
697
+ ListListenersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
698
+ ListListenersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
699
+ ListListenersRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
700
+ ListListenersRequest.struct_class = Types::ListListenersRequest
701
+
702
+ ListListenersResponse.add_member(:items, Shapes::ShapeRef.new(shape: ListenerSummaryList, required: true, location_name: "items"))
703
+ ListListenersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
704
+ ListListenersResponse.struct_class = Types::ListListenersResponse
705
+
706
+ ListRulesRequest.add_member(:listener_identifier, Shapes::ShapeRef.new(shape: ListenerIdentifier, required: true, location: "uri", location_name: "listenerIdentifier"))
707
+ ListRulesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
708
+ ListRulesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
709
+ ListRulesRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
710
+ ListRulesRequest.struct_class = Types::ListRulesRequest
711
+
712
+ ListRulesResponse.add_member(:items, Shapes::ShapeRef.new(shape: RuleSummaryList, required: true, location_name: "items"))
713
+ ListRulesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
714
+ ListRulesResponse.struct_class = Types::ListRulesResponse
715
+
716
+ ListServiceNetworkServiceAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
717
+ ListServiceNetworkServiceAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
718
+ ListServiceNetworkServiceAssociationsRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, location: "querystring", location_name: "serviceIdentifier"))
719
+ ListServiceNetworkServiceAssociationsRequest.add_member(:service_network_identifier, Shapes::ShapeRef.new(shape: ServiceNetworkIdentifier, location: "querystring", location_name: "serviceNetworkIdentifier"))
720
+ ListServiceNetworkServiceAssociationsRequest.struct_class = Types::ListServiceNetworkServiceAssociationsRequest
721
+
722
+ ListServiceNetworkServiceAssociationsResponse.add_member(:items, Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationList, required: true, location_name: "items"))
723
+ ListServiceNetworkServiceAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
724
+ ListServiceNetworkServiceAssociationsResponse.struct_class = Types::ListServiceNetworkServiceAssociationsResponse
725
+
726
+ ListServiceNetworkVpcAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
727
+ ListServiceNetworkVpcAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
728
+ ListServiceNetworkVpcAssociationsRequest.add_member(:service_network_identifier, Shapes::ShapeRef.new(shape: ServiceNetworkIdentifier, location: "querystring", location_name: "serviceNetworkIdentifier"))
729
+ ListServiceNetworkVpcAssociationsRequest.add_member(:vpc_identifier, Shapes::ShapeRef.new(shape: VpcId, location: "querystring", location_name: "vpcIdentifier"))
730
+ ListServiceNetworkVpcAssociationsRequest.struct_class = Types::ListServiceNetworkVpcAssociationsRequest
731
+
732
+ ListServiceNetworkVpcAssociationsResponse.add_member(:items, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationList, required: true, location_name: "items"))
733
+ ListServiceNetworkVpcAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
734
+ ListServiceNetworkVpcAssociationsResponse.struct_class = Types::ListServiceNetworkVpcAssociationsResponse
735
+
736
+ ListServiceNetworksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
737
+ ListServiceNetworksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
738
+ ListServiceNetworksRequest.struct_class = Types::ListServiceNetworksRequest
739
+
740
+ ListServiceNetworksResponse.add_member(:items, Shapes::ShapeRef.new(shape: ServiceNetworkList, required: true, location_name: "items"))
741
+ ListServiceNetworksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
742
+ ListServiceNetworksResponse.struct_class = Types::ListServiceNetworksResponse
743
+
744
+ ListServicesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
745
+ ListServicesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
746
+ ListServicesRequest.struct_class = Types::ListServicesRequest
747
+
748
+ ListServicesResponse.add_member(:items, Shapes::ShapeRef.new(shape: ServiceList, location_name: "items"))
749
+ ListServicesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
750
+ ListServicesResponse.struct_class = Types::ListServicesResponse
751
+
752
+ ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "resourceArn"))
753
+ ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
754
+
755
+ ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
756
+ ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
757
+
758
+ ListTargetGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
759
+ ListTargetGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
760
+ ListTargetGroupsRequest.add_member(:target_group_type, Shapes::ShapeRef.new(shape: TargetGroupType, location: "querystring", location_name: "targetGroupType"))
761
+ ListTargetGroupsRequest.add_member(:vpc_identifier, Shapes::ShapeRef.new(shape: VpcId, location: "querystring", location_name: "vpcIdentifier"))
762
+ ListTargetGroupsRequest.struct_class = Types::ListTargetGroupsRequest
763
+
764
+ ListTargetGroupsResponse.add_member(:items, Shapes::ShapeRef.new(shape: TargetGroupList, location_name: "items"))
765
+ ListTargetGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
766
+ ListTargetGroupsResponse.struct_class = Types::ListTargetGroupsResponse
767
+
768
+ ListTargetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
769
+ ListTargetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
770
+ ListTargetsRequest.add_member(:target_group_identifier, Shapes::ShapeRef.new(shape: TargetGroupIdentifier, required: true, location: "uri", location_name: "targetGroupIdentifier"))
771
+ ListTargetsRequest.add_member(:targets, Shapes::ShapeRef.new(shape: ListTargetsRequestTargetsList, location_name: "targets"))
772
+ ListTargetsRequest.struct_class = Types::ListTargetsRequest
773
+
774
+ ListTargetsRequestTargetsList.member = Shapes::ShapeRef.new(shape: Target)
775
+
776
+ ListTargetsResponse.add_member(:items, Shapes::ShapeRef.new(shape: TargetSummaryList, required: true, location_name: "items"))
777
+ ListTargetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
778
+ ListTargetsResponse.struct_class = Types::ListTargetsResponse
779
+
780
+ ListenerSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ListenerArn, location_name: "arn"))
781
+ ListenerSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
782
+ ListenerSummary.add_member(:id, Shapes::ShapeRef.new(shape: ListenerId, location_name: "id"))
783
+ ListenerSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
784
+ ListenerSummary.add_member(:name, Shapes::ShapeRef.new(shape: ListenerName, location_name: "name"))
785
+ ListenerSummary.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
786
+ ListenerSummary.add_member(:protocol, Shapes::ShapeRef.new(shape: ListenerProtocol, location_name: "protocol"))
787
+ ListenerSummary.struct_class = Types::ListenerSummary
788
+
789
+ ListenerSummaryList.member = Shapes::ShapeRef.new(shape: ListenerSummary)
790
+
791
+ Matcher.add_member(:http_code, Shapes::ShapeRef.new(shape: HttpCodeMatcher, location_name: "httpCode"))
792
+ Matcher.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
793
+ Matcher.add_member_subclass(:http_code, Types::Matcher::HttpCode)
794
+ Matcher.add_member_subclass(:unknown, Types::Matcher::Unknown)
795
+ Matcher.struct_class = Types::Matcher
796
+
797
+ PathMatch.add_member(:case_sensitive, Shapes::ShapeRef.new(shape: Boolean, location_name: "caseSensitive"))
798
+ PathMatch.add_member(:match, Shapes::ShapeRef.new(shape: PathMatchType, required: true, location_name: "match"))
799
+ PathMatch.struct_class = Types::PathMatch
800
+
801
+ PathMatchType.add_member(:exact, Shapes::ShapeRef.new(shape: PathMatchExact, location_name: "exact"))
802
+ PathMatchType.add_member(:prefix, Shapes::ShapeRef.new(shape: PathMatchPrefix, location_name: "prefix"))
803
+ PathMatchType.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
804
+ PathMatchType.add_member_subclass(:exact, Types::PathMatchType::Exact)
805
+ PathMatchType.add_member_subclass(:prefix, Types::PathMatchType::Prefix)
806
+ PathMatchType.add_member_subclass(:unknown, Types::PathMatchType::Unknown)
807
+ PathMatchType.struct_class = Types::PathMatchType
808
+
809
+ PutAuthPolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: AuthPolicyString, required: true, location_name: "policy"))
810
+ PutAuthPolicyRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location: "uri", location_name: "resourceIdentifier"))
811
+ PutAuthPolicyRequest.struct_class = Types::PutAuthPolicyRequest
812
+
813
+ PutAuthPolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: AuthPolicyString, location_name: "policy"))
814
+ PutAuthPolicyResponse.add_member(:state, Shapes::ShapeRef.new(shape: AuthPolicyState, location_name: "state"))
815
+ PutAuthPolicyResponse.struct_class = Types::PutAuthPolicyResponse
816
+
817
+ PutResourcePolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: PolicyString, required: true, location_name: "policy"))
818
+ PutResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "resourceArn"))
819
+ PutResourcePolicyRequest.struct_class = Types::PutResourcePolicyRequest
820
+
821
+ PutResourcePolicyResponse.struct_class = Types::PutResourcePolicyResponse
822
+
823
+ RegisterTargetsRequest.add_member(:target_group_identifier, Shapes::ShapeRef.new(shape: TargetGroupIdentifier, required: true, location: "uri", location_name: "targetGroupIdentifier"))
824
+ RegisterTargetsRequest.add_member(:targets, Shapes::ShapeRef.new(shape: RegisterTargetsRequestTargetsList, required: true, location_name: "targets"))
825
+ RegisterTargetsRequest.struct_class = Types::RegisterTargetsRequest
826
+
827
+ RegisterTargetsRequestTargetsList.member = Shapes::ShapeRef.new(shape: Target)
828
+
829
+ RegisterTargetsResponse.add_member(:successful, Shapes::ShapeRef.new(shape: TargetList, location_name: "successful"))
830
+ RegisterTargetsResponse.add_member(:unsuccessful, Shapes::ShapeRef.new(shape: TargetFailureList, location_name: "unsuccessful"))
831
+ RegisterTargetsResponse.struct_class = Types::RegisterTargetsResponse
832
+
833
+ ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
834
+ ResourceNotFoundException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceId"))
835
+ ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceType"))
836
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
837
+
838
+ RuleAction.add_member(:fixed_response, Shapes::ShapeRef.new(shape: FixedResponseAction, location_name: "fixedResponse"))
839
+ RuleAction.add_member(:forward, Shapes::ShapeRef.new(shape: ForwardAction, location_name: "forward"))
840
+ RuleAction.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
841
+ RuleAction.add_member_subclass(:fixed_response, Types::RuleAction::FixedResponse)
842
+ RuleAction.add_member_subclass(:forward, Types::RuleAction::Forward)
843
+ RuleAction.add_member_subclass(:unknown, Types::RuleAction::Unknown)
844
+ RuleAction.struct_class = Types::RuleAction
845
+
846
+ RuleMatch.add_member(:http_match, Shapes::ShapeRef.new(shape: HttpMatch, location_name: "httpMatch"))
847
+ RuleMatch.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
848
+ RuleMatch.add_member_subclass(:http_match, Types::RuleMatch::HttpMatch)
849
+ RuleMatch.add_member_subclass(:unknown, Types::RuleMatch::Unknown)
850
+ RuleMatch.struct_class = Types::RuleMatch
851
+
852
+ RuleSummary.add_member(:arn, Shapes::ShapeRef.new(shape: RuleArn, location_name: "arn"))
853
+ RuleSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
854
+ RuleSummary.add_member(:id, Shapes::ShapeRef.new(shape: RuleId, location_name: "id"))
855
+ RuleSummary.add_member(:is_default, Shapes::ShapeRef.new(shape: Boolean, location_name: "isDefault"))
856
+ RuleSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
857
+ RuleSummary.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, location_name: "name"))
858
+ RuleSummary.add_member(:priority, Shapes::ShapeRef.new(shape: RulePriority, location_name: "priority"))
859
+ RuleSummary.struct_class = Types::RuleSummary
860
+
861
+ RuleSummaryList.member = Shapes::ShapeRef.new(shape: RuleSummary)
862
+
863
+ RuleUpdate.add_member(:action, Shapes::ShapeRef.new(shape: RuleAction, location_name: "action"))
864
+ RuleUpdate.add_member(:match, Shapes::ShapeRef.new(shape: RuleMatch, location_name: "match"))
865
+ RuleUpdate.add_member(:priority, Shapes::ShapeRef.new(shape: RulePriority, location_name: "priority"))
866
+ RuleUpdate.add_member(:rule_identifier, Shapes::ShapeRef.new(shape: RuleIdentifier, required: true, location_name: "ruleIdentifier"))
867
+ RuleUpdate.struct_class = Types::RuleUpdate
868
+
869
+ RuleUpdateFailure.add_member(:failure_code, Shapes::ShapeRef.new(shape: FailureCode, location_name: "failureCode"))
870
+ RuleUpdateFailure.add_member(:failure_message, Shapes::ShapeRef.new(shape: FailureMessage, location_name: "failureMessage"))
871
+ RuleUpdateFailure.add_member(:rule_identifier, Shapes::ShapeRef.new(shape: RuleIdentifier, location_name: "ruleIdentifier"))
872
+ RuleUpdateFailure.struct_class = Types::RuleUpdateFailure
873
+
874
+ RuleUpdateFailureList.member = Shapes::ShapeRef.new(shape: RuleUpdateFailure)
875
+
876
+ RuleUpdateList.member = Shapes::ShapeRef.new(shape: RuleUpdate)
877
+
878
+ RuleUpdateSuccess.add_member(:action, Shapes::ShapeRef.new(shape: RuleAction, location_name: "action"))
879
+ RuleUpdateSuccess.add_member(:arn, Shapes::ShapeRef.new(shape: RuleArn, location_name: "arn"))
880
+ RuleUpdateSuccess.add_member(:id, Shapes::ShapeRef.new(shape: RuleId, location_name: "id"))
881
+ RuleUpdateSuccess.add_member(:is_default, Shapes::ShapeRef.new(shape: Boolean, location_name: "isDefault"))
882
+ RuleUpdateSuccess.add_member(:match, Shapes::ShapeRef.new(shape: RuleMatch, location_name: "match"))
883
+ RuleUpdateSuccess.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, location_name: "name"))
884
+ RuleUpdateSuccess.add_member(:priority, Shapes::ShapeRef.new(shape: RulePriority, location_name: "priority"))
885
+ RuleUpdateSuccess.struct_class = Types::RuleUpdateSuccess
886
+
887
+ RuleUpdateSuccessList.member = Shapes::ShapeRef.new(shape: RuleUpdateSuccess)
888
+
889
+ SecurityGroupList.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
890
+
891
+ ServiceArnList.member = Shapes::ShapeRef.new(shape: ServiceArn)
892
+
893
+ ServiceList.member = Shapes::ShapeRef.new(shape: ServiceSummary)
894
+
895
+ ServiceNetworkList.member = Shapes::ShapeRef.new(shape: ServiceNetworkSummary)
896
+
897
+ ServiceNetworkServiceAssociationList.member = Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationSummary)
898
+
899
+ ServiceNetworkServiceAssociationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationArn, location_name: "arn"))
900
+ ServiceNetworkServiceAssociationSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
901
+ ServiceNetworkServiceAssociationSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: AccountId, location_name: "createdBy"))
902
+ ServiceNetworkServiceAssociationSummary.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: ServiceCustomDomainName, location_name: "customDomainName"))
903
+ ServiceNetworkServiceAssociationSummary.add_member(:dns_entry, Shapes::ShapeRef.new(shape: DnsEntry, location_name: "dnsEntry"))
904
+ ServiceNetworkServiceAssociationSummary.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationIdentifier, location_name: "id"))
905
+ ServiceNetworkServiceAssociationSummary.add_member(:service_arn, Shapes::ShapeRef.new(shape: ServiceArn, location_name: "serviceArn"))
906
+ ServiceNetworkServiceAssociationSummary.add_member(:service_id, Shapes::ShapeRef.new(shape: ServiceId, location_name: "serviceId"))
907
+ ServiceNetworkServiceAssociationSummary.add_member(:service_name, Shapes::ShapeRef.new(shape: ServiceName, location_name: "serviceName"))
908
+ ServiceNetworkServiceAssociationSummary.add_member(:service_network_arn, Shapes::ShapeRef.new(shape: ServiceNetworkArn, location_name: "serviceNetworkArn"))
909
+ ServiceNetworkServiceAssociationSummary.add_member(:service_network_id, Shapes::ShapeRef.new(shape: ServiceNetworkId, location_name: "serviceNetworkId"))
910
+ ServiceNetworkServiceAssociationSummary.add_member(:service_network_name, Shapes::ShapeRef.new(shape: ServiceNetworkName, location_name: "serviceNetworkName"))
911
+ ServiceNetworkServiceAssociationSummary.add_member(:status, Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationStatus, location_name: "status"))
912
+ ServiceNetworkServiceAssociationSummary.struct_class = Types::ServiceNetworkServiceAssociationSummary
913
+
914
+ ServiceNetworkSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkArn, location_name: "arn"))
915
+ ServiceNetworkSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
916
+ ServiceNetworkSummary.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkId, location_name: "id"))
917
+ ServiceNetworkSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
918
+ ServiceNetworkSummary.add_member(:name, Shapes::ShapeRef.new(shape: ServiceNetworkName, location_name: "name"))
919
+ ServiceNetworkSummary.add_member(:number_of_associated_services, Shapes::ShapeRef.new(shape: Long, location_name: "numberOfAssociatedServices"))
920
+ ServiceNetworkSummary.add_member(:number_of_associated_vp_cs, Shapes::ShapeRef.new(shape: Long, location_name: "numberOfAssociatedVPCs"))
921
+ ServiceNetworkSummary.struct_class = Types::ServiceNetworkSummary
922
+
923
+ ServiceNetworkVpcAssociationList.member = Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationSummary)
924
+
925
+ ServiceNetworkVpcAssociationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationArn, location_name: "arn"))
926
+ ServiceNetworkVpcAssociationSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
927
+ ServiceNetworkVpcAssociationSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: AccountId, location_name: "createdBy"))
928
+ ServiceNetworkVpcAssociationSummary.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationId, location_name: "id"))
929
+ ServiceNetworkVpcAssociationSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
930
+ ServiceNetworkVpcAssociationSummary.add_member(:service_network_arn, Shapes::ShapeRef.new(shape: ServiceNetworkArn, location_name: "serviceNetworkArn"))
931
+ ServiceNetworkVpcAssociationSummary.add_member(:service_network_id, Shapes::ShapeRef.new(shape: ServiceNetworkId, location_name: "serviceNetworkId"))
932
+ ServiceNetworkVpcAssociationSummary.add_member(:service_network_name, Shapes::ShapeRef.new(shape: ServiceNetworkName, location_name: "serviceNetworkName"))
933
+ ServiceNetworkVpcAssociationSummary.add_member(:status, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationStatus, location_name: "status"))
934
+ ServiceNetworkVpcAssociationSummary.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "vpcId"))
935
+ ServiceNetworkVpcAssociationSummary.struct_class = Types::ServiceNetworkVpcAssociationSummary
936
+
937
+ ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
938
+ ServiceQuotaExceededException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "quotaCode"))
939
+ ServiceQuotaExceededException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
940
+ ServiceQuotaExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceType"))
941
+ ServiceQuotaExceededException.add_member(:service_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "serviceCode"))
942
+ ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
943
+
944
+ ServiceSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceArn, location_name: "arn"))
945
+ ServiceSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
946
+ ServiceSummary.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: ServiceCustomDomainName, location_name: "customDomainName"))
947
+ ServiceSummary.add_member(:dns_entry, Shapes::ShapeRef.new(shape: DnsEntry, location_name: "dnsEntry"))
948
+ ServiceSummary.add_member(:id, Shapes::ShapeRef.new(shape: ServiceId, location_name: "id"))
949
+ ServiceSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
950
+ ServiceSummary.add_member(:name, Shapes::ShapeRef.new(shape: ServiceName, location_name: "name"))
951
+ ServiceSummary.add_member(:status, Shapes::ShapeRef.new(shape: ServiceStatus, location_name: "status"))
952
+ ServiceSummary.struct_class = Types::ServiceSummary
953
+
954
+ TagKeys.member = Shapes::ShapeRef.new(shape: TagKey)
955
+
956
+ TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
957
+ TagMap.value = Shapes::ShapeRef.new(shape: TagValue)
958
+
959
+ TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "resourceArn"))
960
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "tags"))
961
+ TagResourceRequest.struct_class = Types::TagResourceRequest
962
+
963
+ TagResourceResponse.struct_class = Types::TagResourceResponse
964
+
965
+ Target.add_member(:id, Shapes::ShapeRef.new(shape: TargetIdString, required: true, location_name: "id"))
966
+ Target.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
967
+ Target.struct_class = Types::Target
968
+
969
+ TargetFailure.add_member(:failure_code, Shapes::ShapeRef.new(shape: String, location_name: "failureCode"))
970
+ TargetFailure.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "failureMessage"))
971
+ TargetFailure.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
972
+ TargetFailure.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
973
+ TargetFailure.struct_class = Types::TargetFailure
974
+
975
+ TargetFailureList.member = Shapes::ShapeRef.new(shape: TargetFailure)
976
+
977
+ TargetGroupConfig.add_member(:health_check, Shapes::ShapeRef.new(shape: HealthCheckConfig, location_name: "healthCheck"))
978
+ TargetGroupConfig.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "ipAddressType"))
979
+ TargetGroupConfig.add_member(:port, Shapes::ShapeRef.new(shape: Port, required: true, location_name: "port"))
980
+ TargetGroupConfig.add_member(:protocol, Shapes::ShapeRef.new(shape: TargetGroupProtocol, required: true, location_name: "protocol"))
981
+ TargetGroupConfig.add_member(:protocol_version, Shapes::ShapeRef.new(shape: TargetGroupProtocolVersion, location_name: "protocolVersion"))
982
+ TargetGroupConfig.add_member(:vpc_identifier, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "vpcIdentifier"))
983
+ TargetGroupConfig.struct_class = Types::TargetGroupConfig
984
+
985
+ TargetGroupList.member = Shapes::ShapeRef.new(shape: TargetGroupSummary)
986
+
987
+ TargetGroupSummary.add_member(:arn, Shapes::ShapeRef.new(shape: TargetGroupArn, location_name: "arn"))
988
+ TargetGroupSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
989
+ TargetGroupSummary.add_member(:id, Shapes::ShapeRef.new(shape: TargetGroupId, location_name: "id"))
990
+ TargetGroupSummary.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "ipAddressType"))
991
+ TargetGroupSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
992
+ TargetGroupSummary.add_member(:name, Shapes::ShapeRef.new(shape: TargetGroupName, location_name: "name"))
993
+ TargetGroupSummary.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
994
+ TargetGroupSummary.add_member(:protocol, Shapes::ShapeRef.new(shape: TargetGroupProtocol, location_name: "protocol"))
995
+ TargetGroupSummary.add_member(:service_arns, Shapes::ShapeRef.new(shape: ServiceArnList, location_name: "serviceArns"))
996
+ TargetGroupSummary.add_member(:status, Shapes::ShapeRef.new(shape: TargetGroupStatus, location_name: "status"))
997
+ TargetGroupSummary.add_member(:type, Shapes::ShapeRef.new(shape: TargetGroupType, location_name: "type"))
998
+ TargetGroupSummary.add_member(:vpc_identifier, Shapes::ShapeRef.new(shape: VpcId, location_name: "vpcIdentifier"))
999
+ TargetGroupSummary.struct_class = Types::TargetGroupSummary
1000
+
1001
+ TargetList.member = Shapes::ShapeRef.new(shape: Target)
1002
+
1003
+ TargetSummary.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
1004
+ TargetSummary.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
1005
+ TargetSummary.add_member(:reason_code, Shapes::ShapeRef.new(shape: String, location_name: "reasonCode"))
1006
+ TargetSummary.add_member(:status, Shapes::ShapeRef.new(shape: TargetStatus, location_name: "status"))
1007
+ TargetSummary.struct_class = Types::TargetSummary
1008
+
1009
+ TargetSummaryList.member = Shapes::ShapeRef.new(shape: TargetSummary)
1010
+
1011
+ ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
1012
+ ThrottlingException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, location_name: "quotaCode"))
1013
+ ThrottlingException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: Integer, location: "header", location_name: "Retry-After"))
1014
+ ThrottlingException.add_member(:service_code, Shapes::ShapeRef.new(shape: String, location_name: "serviceCode"))
1015
+ ThrottlingException.struct_class = Types::ThrottlingException
1016
+
1017
+ UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "resourceArn"))
1018
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeys, required: true, location: "querystring", location_name: "tagKeys"))
1019
+ UntagResourceRequest.struct_class = Types::UntagResourceRequest
1020
+
1021
+ UntagResourceResponse.struct_class = Types::UntagResourceResponse
1022
+
1023
+ UpdateAccessLogSubscriptionRequest.add_member(:access_log_subscription_identifier, Shapes::ShapeRef.new(shape: AccessLogSubscriptionIdentifier, required: true, location: "uri", location_name: "accessLogSubscriptionIdentifier"))
1024
+ UpdateAccessLogSubscriptionRequest.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AccessLogDestinationArn, required: true, location_name: "destinationArn"))
1025
+ UpdateAccessLogSubscriptionRequest.struct_class = Types::UpdateAccessLogSubscriptionRequest
1026
+
1027
+ UpdateAccessLogSubscriptionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: AccessLogSubscriptionArn, required: true, location_name: "arn"))
1028
+ UpdateAccessLogSubscriptionResponse.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AccessLogDestinationArn, required: true, location_name: "destinationArn"))
1029
+ UpdateAccessLogSubscriptionResponse.add_member(:id, Shapes::ShapeRef.new(shape: AccessLogSubscriptionId, required: true, location_name: "id"))
1030
+ UpdateAccessLogSubscriptionResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "resourceArn"))
1031
+ UpdateAccessLogSubscriptionResponse.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "resourceId"))
1032
+ UpdateAccessLogSubscriptionResponse.struct_class = Types::UpdateAccessLogSubscriptionResponse
1033
+
1034
+ UpdateListenerRequest.add_member(:default_action, Shapes::ShapeRef.new(shape: RuleAction, required: true, location_name: "defaultAction"))
1035
+ UpdateListenerRequest.add_member(:listener_identifier, Shapes::ShapeRef.new(shape: ListenerIdentifier, required: true, location: "uri", location_name: "listenerIdentifier"))
1036
+ UpdateListenerRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
1037
+ UpdateListenerRequest.struct_class = Types::UpdateListenerRequest
1038
+
1039
+ UpdateListenerResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ListenerArn, location_name: "arn"))
1040
+ UpdateListenerResponse.add_member(:default_action, Shapes::ShapeRef.new(shape: RuleAction, location_name: "defaultAction"))
1041
+ UpdateListenerResponse.add_member(:id, Shapes::ShapeRef.new(shape: ListenerId, location_name: "id"))
1042
+ UpdateListenerResponse.add_member(:name, Shapes::ShapeRef.new(shape: ListenerName, location_name: "name"))
1043
+ UpdateListenerResponse.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
1044
+ UpdateListenerResponse.add_member(:protocol, Shapes::ShapeRef.new(shape: ListenerProtocol, location_name: "protocol"))
1045
+ UpdateListenerResponse.add_member(:service_arn, Shapes::ShapeRef.new(shape: ServiceArn, location_name: "serviceArn"))
1046
+ UpdateListenerResponse.add_member(:service_id, Shapes::ShapeRef.new(shape: ServiceId, location_name: "serviceId"))
1047
+ UpdateListenerResponse.struct_class = Types::UpdateListenerResponse
1048
+
1049
+ UpdateRuleRequest.add_member(:action, Shapes::ShapeRef.new(shape: RuleAction, location_name: "action"))
1050
+ UpdateRuleRequest.add_member(:listener_identifier, Shapes::ShapeRef.new(shape: ListenerIdentifier, required: true, location: "uri", location_name: "listenerIdentifier"))
1051
+ UpdateRuleRequest.add_member(:match, Shapes::ShapeRef.new(shape: RuleMatch, location_name: "match"))
1052
+ UpdateRuleRequest.add_member(:priority, Shapes::ShapeRef.new(shape: RulePriority, location_name: "priority"))
1053
+ UpdateRuleRequest.add_member(:rule_identifier, Shapes::ShapeRef.new(shape: RuleIdentifier, required: true, location: "uri", location_name: "ruleIdentifier"))
1054
+ UpdateRuleRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
1055
+ UpdateRuleRequest.struct_class = Types::UpdateRuleRequest
1056
+
1057
+ UpdateRuleResponse.add_member(:action, Shapes::ShapeRef.new(shape: RuleAction, location_name: "action"))
1058
+ UpdateRuleResponse.add_member(:arn, Shapes::ShapeRef.new(shape: RuleArn, location_name: "arn"))
1059
+ UpdateRuleResponse.add_member(:id, Shapes::ShapeRef.new(shape: RuleId, location_name: "id"))
1060
+ UpdateRuleResponse.add_member(:is_default, Shapes::ShapeRef.new(shape: Boolean, location_name: "isDefault"))
1061
+ UpdateRuleResponse.add_member(:match, Shapes::ShapeRef.new(shape: RuleMatch, location_name: "match"))
1062
+ UpdateRuleResponse.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, location_name: "name"))
1063
+ UpdateRuleResponse.add_member(:priority, Shapes::ShapeRef.new(shape: RulePriority, location_name: "priority"))
1064
+ UpdateRuleResponse.struct_class = Types::UpdateRuleResponse
1065
+
1066
+ UpdateServiceNetworkRequest.add_member(:auth_type, Shapes::ShapeRef.new(shape: AuthType, required: true, location_name: "authType"))
1067
+ UpdateServiceNetworkRequest.add_member(:service_network_identifier, Shapes::ShapeRef.new(shape: ServiceNetworkIdentifier, required: true, location: "uri", location_name: "serviceNetworkIdentifier"))
1068
+ UpdateServiceNetworkRequest.struct_class = Types::UpdateServiceNetworkRequest
1069
+
1070
+ UpdateServiceNetworkResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkArn, location_name: "arn"))
1071
+ UpdateServiceNetworkResponse.add_member(:auth_type, Shapes::ShapeRef.new(shape: AuthType, location_name: "authType"))
1072
+ UpdateServiceNetworkResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkId, location_name: "id"))
1073
+ UpdateServiceNetworkResponse.add_member(:name, Shapes::ShapeRef.new(shape: ServiceNetworkName, location_name: "name"))
1074
+ UpdateServiceNetworkResponse.struct_class = Types::UpdateServiceNetworkResponse
1075
+
1076
+ UpdateServiceNetworkVpcAssociationRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: UpdateServiceNetworkVpcAssociationRequestSecurityGroupIdsList, required: true, location_name: "securityGroupIds"))
1077
+ UpdateServiceNetworkVpcAssociationRequest.add_member(:service_network_vpc_association_identifier, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationIdentifier, required: true, location: "uri", location_name: "serviceNetworkVpcAssociationIdentifier"))
1078
+ UpdateServiceNetworkVpcAssociationRequest.struct_class = Types::UpdateServiceNetworkVpcAssociationRequest
1079
+
1080
+ UpdateServiceNetworkVpcAssociationRequestSecurityGroupIdsList.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
1081
+
1082
+ UpdateServiceNetworkVpcAssociationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationArn, location_name: "arn"))
1083
+ UpdateServiceNetworkVpcAssociationResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: AccountId, location_name: "createdBy"))
1084
+ UpdateServiceNetworkVpcAssociationResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationId, location_name: "id"))
1085
+ UpdateServiceNetworkVpcAssociationResponse.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupList, location_name: "securityGroupIds"))
1086
+ UpdateServiceNetworkVpcAssociationResponse.add_member(:status, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationStatus, location_name: "status"))
1087
+ UpdateServiceNetworkVpcAssociationResponse.struct_class = Types::UpdateServiceNetworkVpcAssociationResponse
1088
+
1089
+ UpdateServiceRequest.add_member(:auth_type, Shapes::ShapeRef.new(shape: AuthType, location_name: "authType"))
1090
+ UpdateServiceRequest.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: CertificateArn, location_name: "certificateArn"))
1091
+ UpdateServiceRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
1092
+ UpdateServiceRequest.struct_class = Types::UpdateServiceRequest
1093
+
1094
+ UpdateServiceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceArn, location_name: "arn"))
1095
+ UpdateServiceResponse.add_member(:auth_type, Shapes::ShapeRef.new(shape: AuthType, location_name: "authType"))
1096
+ UpdateServiceResponse.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: CertificateArn, location_name: "certificateArn"))
1097
+ UpdateServiceResponse.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: ServiceCustomDomainName, location_name: "customDomainName"))
1098
+ UpdateServiceResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceId, location_name: "id"))
1099
+ UpdateServiceResponse.add_member(:name, Shapes::ShapeRef.new(shape: ServiceName, location_name: "name"))
1100
+ UpdateServiceResponse.struct_class = Types::UpdateServiceResponse
1101
+
1102
+ UpdateTargetGroupRequest.add_member(:health_check, Shapes::ShapeRef.new(shape: HealthCheckConfig, required: true, location_name: "healthCheck"))
1103
+ UpdateTargetGroupRequest.add_member(:target_group_identifier, Shapes::ShapeRef.new(shape: TargetGroupIdentifier, required: true, location: "uri", location_name: "targetGroupIdentifier"))
1104
+ UpdateTargetGroupRequest.struct_class = Types::UpdateTargetGroupRequest
1105
+
1106
+ UpdateTargetGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TargetGroupArn, location_name: "arn"))
1107
+ UpdateTargetGroupResponse.add_member(:config, Shapes::ShapeRef.new(shape: TargetGroupConfig, location_name: "config"))
1108
+ UpdateTargetGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: TargetGroupId, location_name: "id"))
1109
+ UpdateTargetGroupResponse.add_member(:name, Shapes::ShapeRef.new(shape: TargetGroupName, location_name: "name"))
1110
+ UpdateTargetGroupResponse.add_member(:status, Shapes::ShapeRef.new(shape: TargetGroupStatus, location_name: "status"))
1111
+ UpdateTargetGroupResponse.add_member(:type, Shapes::ShapeRef.new(shape: TargetGroupType, location_name: "type"))
1112
+ UpdateTargetGroupResponse.struct_class = Types::UpdateTargetGroupResponse
1113
+
1114
+ ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "fieldList"))
1115
+ ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
1116
+ ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, required: true, location_name: "reason"))
1117
+ ValidationException.struct_class = Types::ValidationException
1118
+
1119
+ ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
1120
+ ValidationExceptionField.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
1121
+ ValidationExceptionField.struct_class = Types::ValidationExceptionField
1122
+
1123
+ ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
1124
+
1125
+ WeightedTargetGroup.add_member(:target_group_identifier, Shapes::ShapeRef.new(shape: TargetGroupIdentifier, required: true, location_name: "targetGroupIdentifier"))
1126
+ WeightedTargetGroup.add_member(:weight, Shapes::ShapeRef.new(shape: TargetGroupWeight, location_name: "weight"))
1127
+ WeightedTargetGroup.struct_class = Types::WeightedTargetGroup
1128
+
1129
+ WeightedTargetGroupList.member = Shapes::ShapeRef.new(shape: WeightedTargetGroup)
1130
+
1131
+
1132
+ # @api private
1133
+ API = Seahorse::Model::Api.new.tap do |api|
1134
+
1135
+ api.version = "2022-11-30"
1136
+
1137
+ api.metadata = {
1138
+ "apiVersion" => "2022-11-30",
1139
+ "endpointPrefix" => "vpc-lattice",
1140
+ "jsonVersion" => "1.1",
1141
+ "protocol" => "rest-json",
1142
+ "serviceFullName" => "Amazon VPC Lattice",
1143
+ "serviceId" => "VPC Lattice",
1144
+ "signatureVersion" => "v4",
1145
+ "signingName" => "vpc-lattice",
1146
+ "uid" => "vpc-lattice-2022-11-30",
1147
+ }
1148
+
1149
+ api.add_operation(:batch_update_rule, Seahorse::Model::Operation.new.tap do |o|
1150
+ o.name = "BatchUpdateRule"
1151
+ o.http_method = "PATCH"
1152
+ o.http_request_uri = "/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules"
1153
+ o.input = Shapes::ShapeRef.new(shape: BatchUpdateRuleRequest)
1154
+ o.output = Shapes::ShapeRef.new(shape: BatchUpdateRuleResponse)
1155
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1156
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1157
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1158
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1159
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1160
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1161
+ end)
1162
+
1163
+ api.add_operation(:create_access_log_subscription, Seahorse::Model::Operation.new.tap do |o|
1164
+ o.name = "CreateAccessLogSubscription"
1165
+ o.http_method = "POST"
1166
+ o.http_request_uri = "/accesslogsubscriptions"
1167
+ o.input = Shapes::ShapeRef.new(shape: CreateAccessLogSubscriptionRequest)
1168
+ o.output = Shapes::ShapeRef.new(shape: CreateAccessLogSubscriptionResponse)
1169
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1170
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1171
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1172
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1173
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1174
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1175
+ end)
1176
+
1177
+ api.add_operation(:create_listener, Seahorse::Model::Operation.new.tap do |o|
1178
+ o.name = "CreateListener"
1179
+ o.http_method = "POST"
1180
+ o.http_request_uri = "/services/{serviceIdentifier}/listeners"
1181
+ o.input = Shapes::ShapeRef.new(shape: CreateListenerRequest)
1182
+ o.output = Shapes::ShapeRef.new(shape: CreateListenerResponse)
1183
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1184
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1185
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1186
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1187
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1188
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1189
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1190
+ end)
1191
+
1192
+ api.add_operation(:create_rule, Seahorse::Model::Operation.new.tap do |o|
1193
+ o.name = "CreateRule"
1194
+ o.http_method = "POST"
1195
+ o.http_request_uri = "/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules"
1196
+ o.input = Shapes::ShapeRef.new(shape: CreateRuleRequest)
1197
+ o.output = Shapes::ShapeRef.new(shape: CreateRuleResponse)
1198
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1199
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1200
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1201
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1202
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1203
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1204
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1205
+ end)
1206
+
1207
+ api.add_operation(:create_service, Seahorse::Model::Operation.new.tap do |o|
1208
+ o.name = "CreateService"
1209
+ o.http_method = "POST"
1210
+ o.http_request_uri = "/services"
1211
+ o.input = Shapes::ShapeRef.new(shape: CreateServiceRequest)
1212
+ o.output = Shapes::ShapeRef.new(shape: CreateServiceResponse)
1213
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1214
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1215
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1216
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1217
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1218
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1219
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1220
+ end)
1221
+
1222
+ api.add_operation(:create_service_network, Seahorse::Model::Operation.new.tap do |o|
1223
+ o.name = "CreateServiceNetwork"
1224
+ o.http_method = "POST"
1225
+ o.http_request_uri = "/servicenetworks"
1226
+ o.input = Shapes::ShapeRef.new(shape: CreateServiceNetworkRequest)
1227
+ o.output = Shapes::ShapeRef.new(shape: CreateServiceNetworkResponse)
1228
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1229
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1230
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1231
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1232
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1233
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1234
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1235
+ end)
1236
+
1237
+ api.add_operation(:create_service_network_service_association, Seahorse::Model::Operation.new.tap do |o|
1238
+ o.name = "CreateServiceNetworkServiceAssociation"
1239
+ o.http_method = "POST"
1240
+ o.http_request_uri = "/servicenetworkserviceassociations"
1241
+ o.input = Shapes::ShapeRef.new(shape: CreateServiceNetworkServiceAssociationRequest)
1242
+ o.output = Shapes::ShapeRef.new(shape: CreateServiceNetworkServiceAssociationResponse)
1243
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1244
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1245
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1246
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1247
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1248
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1249
+ end)
1250
+
1251
+ api.add_operation(:create_service_network_vpc_association, Seahorse::Model::Operation.new.tap do |o|
1252
+ o.name = "CreateServiceNetworkVpcAssociation"
1253
+ o.http_method = "POST"
1254
+ o.http_request_uri = "/servicenetworkvpcassociations"
1255
+ o.input = Shapes::ShapeRef.new(shape: CreateServiceNetworkVpcAssociationRequest)
1256
+ o.output = Shapes::ShapeRef.new(shape: CreateServiceNetworkVpcAssociationResponse)
1257
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1258
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1259
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1260
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1261
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1262
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1263
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1264
+ end)
1265
+
1266
+ api.add_operation(:create_target_group, Seahorse::Model::Operation.new.tap do |o|
1267
+ o.name = "CreateTargetGroup"
1268
+ o.http_method = "POST"
1269
+ o.http_request_uri = "/targetgroups"
1270
+ o.input = Shapes::ShapeRef.new(shape: CreateTargetGroupRequest)
1271
+ o.output = Shapes::ShapeRef.new(shape: CreateTargetGroupResponse)
1272
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1273
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1274
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1275
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1276
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1277
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1278
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1279
+ end)
1280
+
1281
+ api.add_operation(:delete_access_log_subscription, Seahorse::Model::Operation.new.tap do |o|
1282
+ o.name = "DeleteAccessLogSubscription"
1283
+ o.http_method = "DELETE"
1284
+ o.http_request_uri = "/accesslogsubscriptions/{accessLogSubscriptionIdentifier}"
1285
+ o.input = Shapes::ShapeRef.new(shape: DeleteAccessLogSubscriptionRequest)
1286
+ o.output = Shapes::ShapeRef.new(shape: DeleteAccessLogSubscriptionResponse)
1287
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1288
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1289
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1290
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1291
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1292
+ end)
1293
+
1294
+ api.add_operation(:delete_auth_policy, Seahorse::Model::Operation.new.tap do |o|
1295
+ o.name = "DeleteAuthPolicy"
1296
+ o.http_method = "DELETE"
1297
+ o.http_request_uri = "/authpolicy/{resourceIdentifier}"
1298
+ o.input = Shapes::ShapeRef.new(shape: DeleteAuthPolicyRequest)
1299
+ o.output = Shapes::ShapeRef.new(shape: DeleteAuthPolicyResponse)
1300
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1301
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1302
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1303
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1304
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1305
+ end)
1306
+
1307
+ api.add_operation(:delete_listener, Seahorse::Model::Operation.new.tap do |o|
1308
+ o.name = "DeleteListener"
1309
+ o.http_method = "DELETE"
1310
+ o.http_request_uri = "/services/{serviceIdentifier}/listeners/{listenerIdentifier}"
1311
+ o.input = Shapes::ShapeRef.new(shape: DeleteListenerRequest)
1312
+ o.output = Shapes::ShapeRef.new(shape: DeleteListenerResponse)
1313
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1314
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1315
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1316
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1317
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1318
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1319
+ end)
1320
+
1321
+ api.add_operation(:delete_resource_policy, Seahorse::Model::Operation.new.tap do |o|
1322
+ o.name = "DeleteResourcePolicy"
1323
+ o.http_method = "DELETE"
1324
+ o.http_request_uri = "/resourcepolicy/{resourceArn}"
1325
+ o.input = Shapes::ShapeRef.new(shape: DeleteResourcePolicyRequest)
1326
+ o.output = Shapes::ShapeRef.new(shape: DeleteResourcePolicyResponse)
1327
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1328
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1329
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1330
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1331
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1332
+ end)
1333
+
1334
+ api.add_operation(:delete_rule, Seahorse::Model::Operation.new.tap do |o|
1335
+ o.name = "DeleteRule"
1336
+ o.http_method = "DELETE"
1337
+ o.http_request_uri = "/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules/{ruleIdentifier}"
1338
+ o.input = Shapes::ShapeRef.new(shape: DeleteRuleRequest)
1339
+ o.output = Shapes::ShapeRef.new(shape: DeleteRuleResponse)
1340
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1341
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1342
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1343
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1344
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1345
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1346
+ end)
1347
+
1348
+ api.add_operation(:delete_service, Seahorse::Model::Operation.new.tap do |o|
1349
+ o.name = "DeleteService"
1350
+ o.http_method = "DELETE"
1351
+ o.http_request_uri = "/services/{serviceIdentifier}"
1352
+ o.input = Shapes::ShapeRef.new(shape: DeleteServiceRequest)
1353
+ o.output = Shapes::ShapeRef.new(shape: DeleteServiceResponse)
1354
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1355
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1356
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1357
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1358
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1359
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1360
+ end)
1361
+
1362
+ api.add_operation(:delete_service_network, Seahorse::Model::Operation.new.tap do |o|
1363
+ o.name = "DeleteServiceNetwork"
1364
+ o.http_method = "DELETE"
1365
+ o.http_request_uri = "/servicenetworks/{serviceNetworkIdentifier}"
1366
+ o.input = Shapes::ShapeRef.new(shape: DeleteServiceNetworkRequest)
1367
+ o.output = Shapes::ShapeRef.new(shape: DeleteServiceNetworkResponse)
1368
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1369
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1370
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1371
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1372
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1373
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1374
+ end)
1375
+
1376
+ api.add_operation(:delete_service_network_service_association, Seahorse::Model::Operation.new.tap do |o|
1377
+ o.name = "DeleteServiceNetworkServiceAssociation"
1378
+ o.http_method = "DELETE"
1379
+ o.http_request_uri = "/servicenetworkserviceassociations/{serviceNetworkServiceAssociationIdentifier}"
1380
+ o.input = Shapes::ShapeRef.new(shape: DeleteServiceNetworkServiceAssociationRequest)
1381
+ o.output = Shapes::ShapeRef.new(shape: DeleteServiceNetworkServiceAssociationResponse)
1382
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1383
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1384
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1385
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1386
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1387
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1388
+ end)
1389
+
1390
+ api.add_operation(:delete_service_network_vpc_association, Seahorse::Model::Operation.new.tap do |o|
1391
+ o.name = "DeleteServiceNetworkVpcAssociation"
1392
+ o.http_method = "DELETE"
1393
+ o.http_request_uri = "/servicenetworkvpcassociations/{serviceNetworkVpcAssociationIdentifier}"
1394
+ o.input = Shapes::ShapeRef.new(shape: DeleteServiceNetworkVpcAssociationRequest)
1395
+ o.output = Shapes::ShapeRef.new(shape: DeleteServiceNetworkVpcAssociationResponse)
1396
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1397
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1398
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1399
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1400
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1401
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1402
+ end)
1403
+
1404
+ api.add_operation(:delete_target_group, Seahorse::Model::Operation.new.tap do |o|
1405
+ o.name = "DeleteTargetGroup"
1406
+ o.http_method = "DELETE"
1407
+ o.http_request_uri = "/targetgroups/{targetGroupIdentifier}"
1408
+ o.input = Shapes::ShapeRef.new(shape: DeleteTargetGroupRequest)
1409
+ o.output = Shapes::ShapeRef.new(shape: DeleteTargetGroupResponse)
1410
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1411
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1412
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1413
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1414
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1415
+ end)
1416
+
1417
+ api.add_operation(:deregister_targets, Seahorse::Model::Operation.new.tap do |o|
1418
+ o.name = "DeregisterTargets"
1419
+ o.http_method = "POST"
1420
+ o.http_request_uri = "/targetgroups/{targetGroupIdentifier}/deregistertargets"
1421
+ o.input = Shapes::ShapeRef.new(shape: DeregisterTargetsRequest)
1422
+ o.output = Shapes::ShapeRef.new(shape: DeregisterTargetsResponse)
1423
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1424
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1425
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1426
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1427
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1428
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1429
+ end)
1430
+
1431
+ api.add_operation(:get_access_log_subscription, Seahorse::Model::Operation.new.tap do |o|
1432
+ o.name = "GetAccessLogSubscription"
1433
+ o.http_method = "GET"
1434
+ o.http_request_uri = "/accesslogsubscriptions/{accessLogSubscriptionIdentifier}"
1435
+ o.input = Shapes::ShapeRef.new(shape: GetAccessLogSubscriptionRequest)
1436
+ o.output = Shapes::ShapeRef.new(shape: GetAccessLogSubscriptionResponse)
1437
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1438
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1439
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1440
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1441
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1442
+ end)
1443
+
1444
+ api.add_operation(:get_auth_policy, Seahorse::Model::Operation.new.tap do |o|
1445
+ o.name = "GetAuthPolicy"
1446
+ o.http_method = "GET"
1447
+ o.http_request_uri = "/authpolicy/{resourceIdentifier}"
1448
+ o.input = Shapes::ShapeRef.new(shape: GetAuthPolicyRequest)
1449
+ o.output = Shapes::ShapeRef.new(shape: GetAuthPolicyResponse)
1450
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1451
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1452
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1453
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1454
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1455
+ end)
1456
+
1457
+ api.add_operation(:get_listener, Seahorse::Model::Operation.new.tap do |o|
1458
+ o.name = "GetListener"
1459
+ o.http_method = "GET"
1460
+ o.http_request_uri = "/services/{serviceIdentifier}/listeners/{listenerIdentifier}"
1461
+ o.input = Shapes::ShapeRef.new(shape: GetListenerRequest)
1462
+ o.output = Shapes::ShapeRef.new(shape: GetListenerResponse)
1463
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1464
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1465
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1466
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1467
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1468
+ end)
1469
+
1470
+ api.add_operation(:get_resource_policy, Seahorse::Model::Operation.new.tap do |o|
1471
+ o.name = "GetResourcePolicy"
1472
+ o.http_method = "GET"
1473
+ o.http_request_uri = "/resourcepolicy/{resourceArn}"
1474
+ o.input = Shapes::ShapeRef.new(shape: GetResourcePolicyRequest)
1475
+ o.output = Shapes::ShapeRef.new(shape: GetResourcePolicyResponse)
1476
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1477
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1478
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1479
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1480
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1481
+ end)
1482
+
1483
+ api.add_operation(:get_rule, Seahorse::Model::Operation.new.tap do |o|
1484
+ o.name = "GetRule"
1485
+ o.http_method = "GET"
1486
+ o.http_request_uri = "/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules/{ruleIdentifier}"
1487
+ o.input = Shapes::ShapeRef.new(shape: GetRuleRequest)
1488
+ o.output = Shapes::ShapeRef.new(shape: GetRuleResponse)
1489
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1490
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1491
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1492
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1493
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1494
+ end)
1495
+
1496
+ api.add_operation(:get_service, Seahorse::Model::Operation.new.tap do |o|
1497
+ o.name = "GetService"
1498
+ o.http_method = "GET"
1499
+ o.http_request_uri = "/services/{serviceIdentifier}"
1500
+ o.input = Shapes::ShapeRef.new(shape: GetServiceRequest)
1501
+ o.output = Shapes::ShapeRef.new(shape: GetServiceResponse)
1502
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1503
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1504
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1505
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1506
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1507
+ end)
1508
+
1509
+ api.add_operation(:get_service_network, Seahorse::Model::Operation.new.tap do |o|
1510
+ o.name = "GetServiceNetwork"
1511
+ o.http_method = "GET"
1512
+ o.http_request_uri = "/servicenetworks/{serviceNetworkIdentifier}"
1513
+ o.input = Shapes::ShapeRef.new(shape: GetServiceNetworkRequest)
1514
+ o.output = Shapes::ShapeRef.new(shape: GetServiceNetworkResponse)
1515
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1516
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1517
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1518
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1519
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1520
+ end)
1521
+
1522
+ api.add_operation(:get_service_network_service_association, Seahorse::Model::Operation.new.tap do |o|
1523
+ o.name = "GetServiceNetworkServiceAssociation"
1524
+ o.http_method = "GET"
1525
+ o.http_request_uri = "/servicenetworkserviceassociations/{serviceNetworkServiceAssociationIdentifier}"
1526
+ o.input = Shapes::ShapeRef.new(shape: GetServiceNetworkServiceAssociationRequest)
1527
+ o.output = Shapes::ShapeRef.new(shape: GetServiceNetworkServiceAssociationResponse)
1528
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1529
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1530
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1531
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1532
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1533
+ end)
1534
+
1535
+ api.add_operation(:get_service_network_vpc_association, Seahorse::Model::Operation.new.tap do |o|
1536
+ o.name = "GetServiceNetworkVpcAssociation"
1537
+ o.http_method = "GET"
1538
+ o.http_request_uri = "/servicenetworkvpcassociations/{serviceNetworkVpcAssociationIdentifier}"
1539
+ o.input = Shapes::ShapeRef.new(shape: GetServiceNetworkVpcAssociationRequest)
1540
+ o.output = Shapes::ShapeRef.new(shape: GetServiceNetworkVpcAssociationResponse)
1541
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1542
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1543
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1544
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1545
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1546
+ end)
1547
+
1548
+ api.add_operation(:get_target_group, Seahorse::Model::Operation.new.tap do |o|
1549
+ o.name = "GetTargetGroup"
1550
+ o.http_method = "GET"
1551
+ o.http_request_uri = "/targetgroups/{targetGroupIdentifier}"
1552
+ o.input = Shapes::ShapeRef.new(shape: GetTargetGroupRequest)
1553
+ o.output = Shapes::ShapeRef.new(shape: GetTargetGroupResponse)
1554
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1555
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1556
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1557
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1558
+ end)
1559
+
1560
+ api.add_operation(:list_access_log_subscriptions, Seahorse::Model::Operation.new.tap do |o|
1561
+ o.name = "ListAccessLogSubscriptions"
1562
+ o.http_method = "GET"
1563
+ o.http_request_uri = "/accesslogsubscriptions"
1564
+ o.input = Shapes::ShapeRef.new(shape: ListAccessLogSubscriptionsRequest)
1565
+ o.output = Shapes::ShapeRef.new(shape: ListAccessLogSubscriptionsResponse)
1566
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1567
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1568
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1569
+ o[:pager] = Aws::Pager.new(
1570
+ limit_key: "max_results",
1571
+ tokens: {
1572
+ "next_token" => "next_token"
1573
+ }
1574
+ )
1575
+ end)
1576
+
1577
+ api.add_operation(:list_listeners, Seahorse::Model::Operation.new.tap do |o|
1578
+ o.name = "ListListeners"
1579
+ o.http_method = "GET"
1580
+ o.http_request_uri = "/services/{serviceIdentifier}/listeners"
1581
+ o.input = Shapes::ShapeRef.new(shape: ListListenersRequest)
1582
+ o.output = Shapes::ShapeRef.new(shape: ListListenersResponse)
1583
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1584
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1585
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1586
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1587
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1588
+ o[:pager] = Aws::Pager.new(
1589
+ limit_key: "max_results",
1590
+ tokens: {
1591
+ "next_token" => "next_token"
1592
+ }
1593
+ )
1594
+ end)
1595
+
1596
+ api.add_operation(:list_rules, Seahorse::Model::Operation.new.tap do |o|
1597
+ o.name = "ListRules"
1598
+ o.http_method = "GET"
1599
+ o.http_request_uri = "/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules"
1600
+ o.input = Shapes::ShapeRef.new(shape: ListRulesRequest)
1601
+ o.output = Shapes::ShapeRef.new(shape: ListRulesResponse)
1602
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1603
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1604
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1605
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1606
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1607
+ o[:pager] = Aws::Pager.new(
1608
+ limit_key: "max_results",
1609
+ tokens: {
1610
+ "next_token" => "next_token"
1611
+ }
1612
+ )
1613
+ end)
1614
+
1615
+ api.add_operation(:list_service_network_service_associations, Seahorse::Model::Operation.new.tap do |o|
1616
+ o.name = "ListServiceNetworkServiceAssociations"
1617
+ o.http_method = "GET"
1618
+ o.http_request_uri = "/servicenetworkserviceassociations"
1619
+ o.input = Shapes::ShapeRef.new(shape: ListServiceNetworkServiceAssociationsRequest)
1620
+ o.output = Shapes::ShapeRef.new(shape: ListServiceNetworkServiceAssociationsResponse)
1621
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1622
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1623
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1624
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1625
+ o[:pager] = Aws::Pager.new(
1626
+ limit_key: "max_results",
1627
+ tokens: {
1628
+ "next_token" => "next_token"
1629
+ }
1630
+ )
1631
+ end)
1632
+
1633
+ api.add_operation(:list_service_network_vpc_associations, Seahorse::Model::Operation.new.tap do |o|
1634
+ o.name = "ListServiceNetworkVpcAssociations"
1635
+ o.http_method = "GET"
1636
+ o.http_request_uri = "/servicenetworkvpcassociations"
1637
+ o.input = Shapes::ShapeRef.new(shape: ListServiceNetworkVpcAssociationsRequest)
1638
+ o.output = Shapes::ShapeRef.new(shape: ListServiceNetworkVpcAssociationsResponse)
1639
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1640
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1641
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1642
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1643
+ o[:pager] = Aws::Pager.new(
1644
+ limit_key: "max_results",
1645
+ tokens: {
1646
+ "next_token" => "next_token"
1647
+ }
1648
+ )
1649
+ end)
1650
+
1651
+ api.add_operation(:list_service_networks, Seahorse::Model::Operation.new.tap do |o|
1652
+ o.name = "ListServiceNetworks"
1653
+ o.http_method = "GET"
1654
+ o.http_request_uri = "/servicenetworks"
1655
+ o.input = Shapes::ShapeRef.new(shape: ListServiceNetworksRequest)
1656
+ o.output = Shapes::ShapeRef.new(shape: ListServiceNetworksResponse)
1657
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1658
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1659
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1660
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1661
+ o[:pager] = Aws::Pager.new(
1662
+ limit_key: "max_results",
1663
+ tokens: {
1664
+ "next_token" => "next_token"
1665
+ }
1666
+ )
1667
+ end)
1668
+
1669
+ api.add_operation(:list_services, Seahorse::Model::Operation.new.tap do |o|
1670
+ o.name = "ListServices"
1671
+ o.http_method = "GET"
1672
+ o.http_request_uri = "/services"
1673
+ o.input = Shapes::ShapeRef.new(shape: ListServicesRequest)
1674
+ o.output = Shapes::ShapeRef.new(shape: ListServicesResponse)
1675
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1676
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1677
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1678
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1679
+ o[:pager] = Aws::Pager.new(
1680
+ limit_key: "max_results",
1681
+ tokens: {
1682
+ "next_token" => "next_token"
1683
+ }
1684
+ )
1685
+ end)
1686
+
1687
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
1688
+ o.name = "ListTagsForResource"
1689
+ o.http_method = "GET"
1690
+ o.http_request_uri = "/tags/{resourceArn}"
1691
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
1692
+ o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
1693
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1694
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1695
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1696
+ end)
1697
+
1698
+ api.add_operation(:list_target_groups, Seahorse::Model::Operation.new.tap do |o|
1699
+ o.name = "ListTargetGroups"
1700
+ o.http_method = "GET"
1701
+ o.http_request_uri = "/targetgroups"
1702
+ o.input = Shapes::ShapeRef.new(shape: ListTargetGroupsRequest)
1703
+ o.output = Shapes::ShapeRef.new(shape: ListTargetGroupsResponse)
1704
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1705
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1706
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1707
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1708
+ o[:pager] = Aws::Pager.new(
1709
+ limit_key: "max_results",
1710
+ tokens: {
1711
+ "next_token" => "next_token"
1712
+ }
1713
+ )
1714
+ end)
1715
+
1716
+ api.add_operation(:list_targets, Seahorse::Model::Operation.new.tap do |o|
1717
+ o.name = "ListTargets"
1718
+ o.http_method = "POST"
1719
+ o.http_request_uri = "/targetgroups/{targetGroupIdentifier}/listtargets"
1720
+ o.input = Shapes::ShapeRef.new(shape: ListTargetsRequest)
1721
+ o.output = Shapes::ShapeRef.new(shape: ListTargetsResponse)
1722
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1723
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1724
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1725
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1726
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1727
+ o[:pager] = Aws::Pager.new(
1728
+ limit_key: "max_results",
1729
+ tokens: {
1730
+ "next_token" => "next_token"
1731
+ }
1732
+ )
1733
+ end)
1734
+
1735
+ api.add_operation(:put_auth_policy, Seahorse::Model::Operation.new.tap do |o|
1736
+ o.name = "PutAuthPolicy"
1737
+ o.http_method = "PUT"
1738
+ o.http_request_uri = "/authpolicy/{resourceIdentifier}"
1739
+ o.input = Shapes::ShapeRef.new(shape: PutAuthPolicyRequest)
1740
+ o.output = Shapes::ShapeRef.new(shape: PutAuthPolicyResponse)
1741
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1742
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1743
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1744
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1745
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1746
+ end)
1747
+
1748
+ api.add_operation(:put_resource_policy, Seahorse::Model::Operation.new.tap do |o|
1749
+ o.name = "PutResourcePolicy"
1750
+ o.http_method = "PUT"
1751
+ o.http_request_uri = "/resourcepolicy/{resourceArn}"
1752
+ o.input = Shapes::ShapeRef.new(shape: PutResourcePolicyRequest)
1753
+ o.output = Shapes::ShapeRef.new(shape: PutResourcePolicyResponse)
1754
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1755
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1756
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1757
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1758
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1759
+ end)
1760
+
1761
+ api.add_operation(:register_targets, Seahorse::Model::Operation.new.tap do |o|
1762
+ o.name = "RegisterTargets"
1763
+ o.http_method = "POST"
1764
+ o.http_request_uri = "/targetgroups/{targetGroupIdentifier}/registertargets"
1765
+ o.input = Shapes::ShapeRef.new(shape: RegisterTargetsRequest)
1766
+ o.output = Shapes::ShapeRef.new(shape: RegisterTargetsResponse)
1767
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1768
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1769
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1770
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1771
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1772
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1773
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1774
+ end)
1775
+
1776
+ api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
1777
+ o.name = "TagResource"
1778
+ o.http_method = "POST"
1779
+ o.http_request_uri = "/tags/{resourceArn}"
1780
+ o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
1781
+ o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
1782
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1783
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1784
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1785
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1786
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1787
+ end)
1788
+
1789
+ api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
1790
+ o.name = "UntagResource"
1791
+ o.http_method = "DELETE"
1792
+ o.http_request_uri = "/tags/{resourceArn}"
1793
+ o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
1794
+ o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
1795
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1796
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1797
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1798
+ end)
1799
+
1800
+ api.add_operation(:update_access_log_subscription, Seahorse::Model::Operation.new.tap do |o|
1801
+ o.name = "UpdateAccessLogSubscription"
1802
+ o.http_method = "PATCH"
1803
+ o.http_request_uri = "/accesslogsubscriptions/{accessLogSubscriptionIdentifier}"
1804
+ o.input = Shapes::ShapeRef.new(shape: UpdateAccessLogSubscriptionRequest)
1805
+ o.output = Shapes::ShapeRef.new(shape: UpdateAccessLogSubscriptionResponse)
1806
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1807
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1808
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1809
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1810
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1811
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1812
+ end)
1813
+
1814
+ api.add_operation(:update_listener, Seahorse::Model::Operation.new.tap do |o|
1815
+ o.name = "UpdateListener"
1816
+ o.http_method = "PATCH"
1817
+ o.http_request_uri = "/services/{serviceIdentifier}/listeners/{listenerIdentifier}"
1818
+ o.input = Shapes::ShapeRef.new(shape: UpdateListenerRequest)
1819
+ o.output = Shapes::ShapeRef.new(shape: UpdateListenerResponse)
1820
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1821
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1822
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1823
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1824
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1825
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1826
+ end)
1827
+
1828
+ api.add_operation(:update_rule, Seahorse::Model::Operation.new.tap do |o|
1829
+ o.name = "UpdateRule"
1830
+ o.http_method = "PATCH"
1831
+ o.http_request_uri = "/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules/{ruleIdentifier}"
1832
+ o.input = Shapes::ShapeRef.new(shape: UpdateRuleRequest)
1833
+ o.output = Shapes::ShapeRef.new(shape: UpdateRuleResponse)
1834
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1835
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1836
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1837
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1838
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1839
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1840
+ end)
1841
+
1842
+ api.add_operation(:update_service, Seahorse::Model::Operation.new.tap do |o|
1843
+ o.name = "UpdateService"
1844
+ o.http_method = "PATCH"
1845
+ o.http_request_uri = "/services/{serviceIdentifier}"
1846
+ o.input = Shapes::ShapeRef.new(shape: UpdateServiceRequest)
1847
+ o.output = Shapes::ShapeRef.new(shape: UpdateServiceResponse)
1848
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1849
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1850
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1851
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1852
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1853
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1854
+ end)
1855
+
1856
+ api.add_operation(:update_service_network, Seahorse::Model::Operation.new.tap do |o|
1857
+ o.name = "UpdateServiceNetwork"
1858
+ o.http_method = "PATCH"
1859
+ o.http_request_uri = "/servicenetworks/{serviceNetworkIdentifier}"
1860
+ o.input = Shapes::ShapeRef.new(shape: UpdateServiceNetworkRequest)
1861
+ o.output = Shapes::ShapeRef.new(shape: UpdateServiceNetworkResponse)
1862
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1863
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1864
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1865
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1866
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1867
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1868
+ end)
1869
+
1870
+ api.add_operation(:update_service_network_vpc_association, Seahorse::Model::Operation.new.tap do |o|
1871
+ o.name = "UpdateServiceNetworkVpcAssociation"
1872
+ o.http_method = "PATCH"
1873
+ o.http_request_uri = "/servicenetworkvpcassociations/{serviceNetworkVpcAssociationIdentifier}"
1874
+ o.input = Shapes::ShapeRef.new(shape: UpdateServiceNetworkVpcAssociationRequest)
1875
+ o.output = Shapes::ShapeRef.new(shape: UpdateServiceNetworkVpcAssociationResponse)
1876
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1877
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1878
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1879
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1880
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1881
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1882
+ end)
1883
+
1884
+ api.add_operation(:update_target_group, Seahorse::Model::Operation.new.tap do |o|
1885
+ o.name = "UpdateTargetGroup"
1886
+ o.http_method = "PATCH"
1887
+ o.http_request_uri = "/targetgroups/{targetGroupIdentifier}"
1888
+ o.input = Shapes::ShapeRef.new(shape: UpdateTargetGroupRequest)
1889
+ o.output = Shapes::ShapeRef.new(shape: UpdateTargetGroupResponse)
1890
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1891
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1892
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1893
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1894
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1895
+ end)
1896
+ end
1897
+
1898
+ end
1899
+ end