aws-sdk-globalaccelerator 1.25.0 → 1.26.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,8 +20,11 @@ module Aws::GlobalAccelerator
20
20
  AcceleratorStatus = Shapes::StringShape.new(name: 'AcceleratorStatus')
21
21
  Accelerators = Shapes::ListShape.new(name: 'Accelerators')
22
22
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
23
+ AddCustomRoutingEndpointsRequest = Shapes::StructureShape.new(name: 'AddCustomRoutingEndpointsRequest')
24
+ AddCustomRoutingEndpointsResponse = Shapes::StructureShape.new(name: 'AddCustomRoutingEndpointsResponse')
23
25
  AdvertiseByoipCidrRequest = Shapes::StructureShape.new(name: 'AdvertiseByoipCidrRequest')
24
26
  AdvertiseByoipCidrResponse = Shapes::StructureShape.new(name: 'AdvertiseByoipCidrResponse')
27
+ AllowCustomRoutingTrafficRequest = Shapes::StructureShape.new(name: 'AllowCustomRoutingTrafficRequest')
25
28
  AssociatedEndpointGroupFoundException = Shapes::StructureShape.new(name: 'AssociatedEndpointGroupFoundException')
26
29
  AssociatedListenerFoundException = Shapes::StructureShape.new(name: 'AssociatedListenerFoundException')
27
30
  ByoipCidr = Shapes::StructureShape.new(name: 'ByoipCidr')
@@ -32,25 +35,68 @@ module Aws::GlobalAccelerator
32
35
  ByoipCidrs = Shapes::ListShape.new(name: 'ByoipCidrs')
33
36
  CidrAuthorizationContext = Shapes::StructureShape.new(name: 'CidrAuthorizationContext')
34
37
  ClientAffinity = Shapes::StringShape.new(name: 'ClientAffinity')
38
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
35
39
  CreateAcceleratorRequest = Shapes::StructureShape.new(name: 'CreateAcceleratorRequest')
36
40
  CreateAcceleratorResponse = Shapes::StructureShape.new(name: 'CreateAcceleratorResponse')
41
+ CreateCustomRoutingAcceleratorRequest = Shapes::StructureShape.new(name: 'CreateCustomRoutingAcceleratorRequest')
42
+ CreateCustomRoutingAcceleratorResponse = Shapes::StructureShape.new(name: 'CreateCustomRoutingAcceleratorResponse')
43
+ CreateCustomRoutingEndpointGroupRequest = Shapes::StructureShape.new(name: 'CreateCustomRoutingEndpointGroupRequest')
44
+ CreateCustomRoutingEndpointGroupResponse = Shapes::StructureShape.new(name: 'CreateCustomRoutingEndpointGroupResponse')
45
+ CreateCustomRoutingListenerRequest = Shapes::StructureShape.new(name: 'CreateCustomRoutingListenerRequest')
46
+ CreateCustomRoutingListenerResponse = Shapes::StructureShape.new(name: 'CreateCustomRoutingListenerResponse')
37
47
  CreateEndpointGroupRequest = Shapes::StructureShape.new(name: 'CreateEndpointGroupRequest')
38
48
  CreateEndpointGroupResponse = Shapes::StructureShape.new(name: 'CreateEndpointGroupResponse')
39
49
  CreateListenerRequest = Shapes::StructureShape.new(name: 'CreateListenerRequest')
40
50
  CreateListenerResponse = Shapes::StructureShape.new(name: 'CreateListenerResponse')
51
+ CustomRoutingAccelerator = Shapes::StructureShape.new(name: 'CustomRoutingAccelerator')
52
+ CustomRoutingAcceleratorAttributes = Shapes::StructureShape.new(name: 'CustomRoutingAcceleratorAttributes')
53
+ CustomRoutingAcceleratorStatus = Shapes::StringShape.new(name: 'CustomRoutingAcceleratorStatus')
54
+ CustomRoutingAccelerators = Shapes::ListShape.new(name: 'CustomRoutingAccelerators')
55
+ CustomRoutingDestinationConfiguration = Shapes::StructureShape.new(name: 'CustomRoutingDestinationConfiguration')
56
+ CustomRoutingDestinationConfigurations = Shapes::ListShape.new(name: 'CustomRoutingDestinationConfigurations')
57
+ CustomRoutingDestinationDescription = Shapes::StructureShape.new(name: 'CustomRoutingDestinationDescription')
58
+ CustomRoutingDestinationDescriptions = Shapes::ListShape.new(name: 'CustomRoutingDestinationDescriptions')
59
+ CustomRoutingDestinationTrafficState = Shapes::StringShape.new(name: 'CustomRoutingDestinationTrafficState')
60
+ CustomRoutingEndpointConfiguration = Shapes::StructureShape.new(name: 'CustomRoutingEndpointConfiguration')
61
+ CustomRoutingEndpointConfigurations = Shapes::ListShape.new(name: 'CustomRoutingEndpointConfigurations')
62
+ CustomRoutingEndpointDescription = Shapes::StructureShape.new(name: 'CustomRoutingEndpointDescription')
63
+ CustomRoutingEndpointDescriptions = Shapes::ListShape.new(name: 'CustomRoutingEndpointDescriptions')
64
+ CustomRoutingEndpointGroup = Shapes::StructureShape.new(name: 'CustomRoutingEndpointGroup')
65
+ CustomRoutingEndpointGroups = Shapes::ListShape.new(name: 'CustomRoutingEndpointGroups')
66
+ CustomRoutingListener = Shapes::StructureShape.new(name: 'CustomRoutingListener')
67
+ CustomRoutingListeners = Shapes::ListShape.new(name: 'CustomRoutingListeners')
68
+ CustomRoutingProtocol = Shapes::StringShape.new(name: 'CustomRoutingProtocol')
69
+ CustomRoutingProtocols = Shapes::ListShape.new(name: 'CustomRoutingProtocols')
41
70
  DeleteAcceleratorRequest = Shapes::StructureShape.new(name: 'DeleteAcceleratorRequest')
71
+ DeleteCustomRoutingAcceleratorRequest = Shapes::StructureShape.new(name: 'DeleteCustomRoutingAcceleratorRequest')
72
+ DeleteCustomRoutingEndpointGroupRequest = Shapes::StructureShape.new(name: 'DeleteCustomRoutingEndpointGroupRequest')
73
+ DeleteCustomRoutingListenerRequest = Shapes::StructureShape.new(name: 'DeleteCustomRoutingListenerRequest')
42
74
  DeleteEndpointGroupRequest = Shapes::StructureShape.new(name: 'DeleteEndpointGroupRequest')
43
75
  DeleteListenerRequest = Shapes::StructureShape.new(name: 'DeleteListenerRequest')
76
+ DenyCustomRoutingTrafficRequest = Shapes::StructureShape.new(name: 'DenyCustomRoutingTrafficRequest')
44
77
  DeprovisionByoipCidrRequest = Shapes::StructureShape.new(name: 'DeprovisionByoipCidrRequest')
45
78
  DeprovisionByoipCidrResponse = Shapes::StructureShape.new(name: 'DeprovisionByoipCidrResponse')
46
79
  DescribeAcceleratorAttributesRequest = Shapes::StructureShape.new(name: 'DescribeAcceleratorAttributesRequest')
47
80
  DescribeAcceleratorAttributesResponse = Shapes::StructureShape.new(name: 'DescribeAcceleratorAttributesResponse')
48
81
  DescribeAcceleratorRequest = Shapes::StructureShape.new(name: 'DescribeAcceleratorRequest')
49
82
  DescribeAcceleratorResponse = Shapes::StructureShape.new(name: 'DescribeAcceleratorResponse')
83
+ DescribeCustomRoutingAcceleratorAttributesRequest = Shapes::StructureShape.new(name: 'DescribeCustomRoutingAcceleratorAttributesRequest')
84
+ DescribeCustomRoutingAcceleratorAttributesResponse = Shapes::StructureShape.new(name: 'DescribeCustomRoutingAcceleratorAttributesResponse')
85
+ DescribeCustomRoutingAcceleratorRequest = Shapes::StructureShape.new(name: 'DescribeCustomRoutingAcceleratorRequest')
86
+ DescribeCustomRoutingAcceleratorResponse = Shapes::StructureShape.new(name: 'DescribeCustomRoutingAcceleratorResponse')
87
+ DescribeCustomRoutingEndpointGroupRequest = Shapes::StructureShape.new(name: 'DescribeCustomRoutingEndpointGroupRequest')
88
+ DescribeCustomRoutingEndpointGroupResponse = Shapes::StructureShape.new(name: 'DescribeCustomRoutingEndpointGroupResponse')
89
+ DescribeCustomRoutingListenerRequest = Shapes::StructureShape.new(name: 'DescribeCustomRoutingListenerRequest')
90
+ DescribeCustomRoutingListenerResponse = Shapes::StructureShape.new(name: 'DescribeCustomRoutingListenerResponse')
50
91
  DescribeEndpointGroupRequest = Shapes::StructureShape.new(name: 'DescribeEndpointGroupRequest')
51
92
  DescribeEndpointGroupResponse = Shapes::StructureShape.new(name: 'DescribeEndpointGroupResponse')
52
93
  DescribeListenerRequest = Shapes::StructureShape.new(name: 'DescribeListenerRequest')
53
94
  DescribeListenerResponse = Shapes::StructureShape.new(name: 'DescribeListenerResponse')
95
+ DestinationAddresses = Shapes::ListShape.new(name: 'DestinationAddresses')
96
+ DestinationPortMapping = Shapes::StructureShape.new(name: 'DestinationPortMapping')
97
+ DestinationPortMappings = Shapes::ListShape.new(name: 'DestinationPortMappings')
98
+ DestinationPorts = Shapes::ListShape.new(name: 'DestinationPorts')
99
+ EndpointAlreadyExistsException = Shapes::StructureShape.new(name: 'EndpointAlreadyExistsException')
54
100
  EndpointConfiguration = Shapes::StructureShape.new(name: 'EndpointConfiguration')
55
101
  EndpointConfigurations = Shapes::ListShape.new(name: 'EndpointConfigurations')
56
102
  EndpointDescription = Shapes::StructureShape.new(name: 'EndpointDescription')
@@ -59,11 +105,14 @@ module Aws::GlobalAccelerator
59
105
  EndpointGroupAlreadyExistsException = Shapes::StructureShape.new(name: 'EndpointGroupAlreadyExistsException')
60
106
  EndpointGroupNotFoundException = Shapes::StructureShape.new(name: 'EndpointGroupNotFoundException')
61
107
  EndpointGroups = Shapes::ListShape.new(name: 'EndpointGroups')
108
+ EndpointIds = Shapes::ListShape.new(name: 'EndpointIds')
109
+ EndpointNotFoundException = Shapes::StructureShape.new(name: 'EndpointNotFoundException')
62
110
  EndpointWeight = Shapes::IntegerShape.new(name: 'EndpointWeight')
63
111
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
64
112
  GenericBoolean = Shapes::BooleanShape.new(name: 'GenericBoolean')
65
113
  GenericString = Shapes::StringShape.new(name: 'GenericString')
66
114
  HealthCheckIntervalSeconds = Shapes::IntegerShape.new(name: 'HealthCheckIntervalSeconds')
115
+ HealthCheckPath = Shapes::StringShape.new(name: 'HealthCheckPath')
67
116
  HealthCheckPort = Shapes::IntegerShape.new(name: 'HealthCheckPort')
68
117
  HealthCheckProtocol = Shapes::StringShape.new(name: 'HealthCheckProtocol')
69
118
  HealthState = Shapes::StringShape.new(name: 'HealthState')
@@ -83,6 +132,16 @@ module Aws::GlobalAccelerator
83
132
  ListAcceleratorsResponse = Shapes::StructureShape.new(name: 'ListAcceleratorsResponse')
84
133
  ListByoipCidrsRequest = Shapes::StructureShape.new(name: 'ListByoipCidrsRequest')
85
134
  ListByoipCidrsResponse = Shapes::StructureShape.new(name: 'ListByoipCidrsResponse')
135
+ ListCustomRoutingAcceleratorsRequest = Shapes::StructureShape.new(name: 'ListCustomRoutingAcceleratorsRequest')
136
+ ListCustomRoutingAcceleratorsResponse = Shapes::StructureShape.new(name: 'ListCustomRoutingAcceleratorsResponse')
137
+ ListCustomRoutingEndpointGroupsRequest = Shapes::StructureShape.new(name: 'ListCustomRoutingEndpointGroupsRequest')
138
+ ListCustomRoutingEndpointGroupsResponse = Shapes::StructureShape.new(name: 'ListCustomRoutingEndpointGroupsResponse')
139
+ ListCustomRoutingListenersRequest = Shapes::StructureShape.new(name: 'ListCustomRoutingListenersRequest')
140
+ ListCustomRoutingListenersResponse = Shapes::StructureShape.new(name: 'ListCustomRoutingListenersResponse')
141
+ ListCustomRoutingPortMappingsByDestinationRequest = Shapes::StructureShape.new(name: 'ListCustomRoutingPortMappingsByDestinationRequest')
142
+ ListCustomRoutingPortMappingsByDestinationResponse = Shapes::StructureShape.new(name: 'ListCustomRoutingPortMappingsByDestinationResponse')
143
+ ListCustomRoutingPortMappingsRequest = Shapes::StructureShape.new(name: 'ListCustomRoutingPortMappingsRequest')
144
+ ListCustomRoutingPortMappingsResponse = Shapes::StructureShape.new(name: 'ListCustomRoutingPortMappingsResponse')
86
145
  ListEndpointGroupsRequest = Shapes::StructureShape.new(name: 'ListEndpointGroupsRequest')
87
146
  ListEndpointGroupsResponse = Shapes::StructureShape.new(name: 'ListEndpointGroupsResponse')
88
147
  ListListenersRequest = Shapes::StructureShape.new(name: 'ListListenersRequest')
@@ -93,15 +152,22 @@ module Aws::GlobalAccelerator
93
152
  ListenerNotFoundException = Shapes::StructureShape.new(name: 'ListenerNotFoundException')
94
153
  Listeners = Shapes::ListShape.new(name: 'Listeners')
95
154
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
155
+ PortMapping = Shapes::StructureShape.new(name: 'PortMapping')
156
+ PortMappings = Shapes::ListShape.new(name: 'PortMappings')
157
+ PortMappingsMaxResults = Shapes::IntegerShape.new(name: 'PortMappingsMaxResults')
96
158
  PortNumber = Shapes::IntegerShape.new(name: 'PortNumber')
97
159
  PortOverride = Shapes::StructureShape.new(name: 'PortOverride')
98
160
  PortOverrides = Shapes::ListShape.new(name: 'PortOverrides')
99
161
  PortRange = Shapes::StructureShape.new(name: 'PortRange')
100
162
  PortRanges = Shapes::ListShape.new(name: 'PortRanges')
101
163
  Protocol = Shapes::StringShape.new(name: 'Protocol')
164
+ Protocols = Shapes::ListShape.new(name: 'Protocols')
102
165
  ProvisionByoipCidrRequest = Shapes::StructureShape.new(name: 'ProvisionByoipCidrRequest')
103
166
  ProvisionByoipCidrResponse = Shapes::StructureShape.new(name: 'ProvisionByoipCidrResponse')
167
+ RemoveCustomRoutingEndpointsRequest = Shapes::StructureShape.new(name: 'RemoveCustomRoutingEndpointsRequest')
104
168
  ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
169
+ SocketAddress = Shapes::StructureShape.new(name: 'SocketAddress')
170
+ SocketAddresses = Shapes::ListShape.new(name: 'SocketAddresses')
105
171
  Tag = Shapes::StructureShape.new(name: 'Tag')
106
172
  TagKey = Shapes::StringShape.new(name: 'TagKey')
107
173
  TagKeys = Shapes::ListShape.new(name: 'TagKeys')
@@ -118,6 +184,12 @@ module Aws::GlobalAccelerator
118
184
  UpdateAcceleratorAttributesResponse = Shapes::StructureShape.new(name: 'UpdateAcceleratorAttributesResponse')
119
185
  UpdateAcceleratorRequest = Shapes::StructureShape.new(name: 'UpdateAcceleratorRequest')
120
186
  UpdateAcceleratorResponse = Shapes::StructureShape.new(name: 'UpdateAcceleratorResponse')
187
+ UpdateCustomRoutingAcceleratorAttributesRequest = Shapes::StructureShape.new(name: 'UpdateCustomRoutingAcceleratorAttributesRequest')
188
+ UpdateCustomRoutingAcceleratorAttributesResponse = Shapes::StructureShape.new(name: 'UpdateCustomRoutingAcceleratorAttributesResponse')
189
+ UpdateCustomRoutingAcceleratorRequest = Shapes::StructureShape.new(name: 'UpdateCustomRoutingAcceleratorRequest')
190
+ UpdateCustomRoutingAcceleratorResponse = Shapes::StructureShape.new(name: 'UpdateCustomRoutingAcceleratorResponse')
191
+ UpdateCustomRoutingListenerRequest = Shapes::StructureShape.new(name: 'UpdateCustomRoutingListenerRequest')
192
+ UpdateCustomRoutingListenerResponse = Shapes::StructureShape.new(name: 'UpdateCustomRoutingListenerResponse')
121
193
  UpdateEndpointGroupRequest = Shapes::StructureShape.new(name: 'UpdateEndpointGroupRequest')
122
194
  UpdateEndpointGroupResponse = Shapes::StructureShape.new(name: 'UpdateEndpointGroupResponse')
123
195
  UpdateListenerRequest = Shapes::StructureShape.new(name: 'UpdateListenerRequest')
@@ -152,12 +224,27 @@ module Aws::GlobalAccelerator
152
224
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
153
225
  AccessDeniedException.struct_class = Types::AccessDeniedException
154
226
 
227
+ AddCustomRoutingEndpointsRequest.add_member(:endpoint_configurations, Shapes::ShapeRef.new(shape: CustomRoutingEndpointConfigurations, required: true, location_name: "EndpointConfigurations"))
228
+ AddCustomRoutingEndpointsRequest.add_member(:endpoint_group_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "EndpointGroupArn"))
229
+ AddCustomRoutingEndpointsRequest.struct_class = Types::AddCustomRoutingEndpointsRequest
230
+
231
+ AddCustomRoutingEndpointsResponse.add_member(:endpoint_descriptions, Shapes::ShapeRef.new(shape: CustomRoutingEndpointDescriptions, location_name: "EndpointDescriptions"))
232
+ AddCustomRoutingEndpointsResponse.add_member(:endpoint_group_arn, Shapes::ShapeRef.new(shape: GenericString, location_name: "EndpointGroupArn"))
233
+ AddCustomRoutingEndpointsResponse.struct_class = Types::AddCustomRoutingEndpointsResponse
234
+
155
235
  AdvertiseByoipCidrRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "Cidr"))
156
236
  AdvertiseByoipCidrRequest.struct_class = Types::AdvertiseByoipCidrRequest
157
237
 
158
238
  AdvertiseByoipCidrResponse.add_member(:byoip_cidr, Shapes::ShapeRef.new(shape: ByoipCidr, location_name: "ByoipCidr"))
159
239
  AdvertiseByoipCidrResponse.struct_class = Types::AdvertiseByoipCidrResponse
160
240
 
241
+ AllowCustomRoutingTrafficRequest.add_member(:endpoint_group_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "EndpointGroupArn"))
242
+ AllowCustomRoutingTrafficRequest.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "EndpointId"))
243
+ AllowCustomRoutingTrafficRequest.add_member(:destination_addresses, Shapes::ShapeRef.new(shape: DestinationAddresses, location_name: "DestinationAddresses"))
244
+ AllowCustomRoutingTrafficRequest.add_member(:destination_ports, Shapes::ShapeRef.new(shape: DestinationPorts, location_name: "DestinationPorts"))
245
+ AllowCustomRoutingTrafficRequest.add_member(:allow_all_traffic_to_endpoint, Shapes::ShapeRef.new(shape: GenericBoolean, location_name: "AllowAllTrafficToEndpoint"))
246
+ AllowCustomRoutingTrafficRequest.struct_class = Types::AllowCustomRoutingTrafficRequest
247
+
161
248
  AssociatedEndpointGroupFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
162
249
  AssociatedEndpointGroupFoundException.struct_class = Types::AssociatedEndpointGroupFoundException
163
250
 
@@ -184,6 +271,9 @@ module Aws::GlobalAccelerator
184
271
  CidrAuthorizationContext.add_member(:signature, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "Signature"))
185
272
  CidrAuthorizationContext.struct_class = Types::CidrAuthorizationContext
186
273
 
274
+ ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
275
+ ConflictException.struct_class = Types::ConflictException
276
+
187
277
  CreateAcceleratorRequest.add_member(:name, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "Name"))
188
278
  CreateAcceleratorRequest.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "IpAddressType"))
189
279
  CreateAcceleratorRequest.add_member(:ip_addresses, Shapes::ShapeRef.new(shape: IpAddresses, location_name: "IpAddresses"))
@@ -195,13 +285,40 @@ module Aws::GlobalAccelerator
195
285
  CreateAcceleratorResponse.add_member(:accelerator, Shapes::ShapeRef.new(shape: Accelerator, location_name: "Accelerator"))
196
286
  CreateAcceleratorResponse.struct_class = Types::CreateAcceleratorResponse
197
287
 
288
+ CreateCustomRoutingAcceleratorRequest.add_member(:name, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "Name"))
289
+ CreateCustomRoutingAcceleratorRequest.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "IpAddressType"))
290
+ CreateCustomRoutingAcceleratorRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: GenericBoolean, location_name: "Enabled"))
291
+ CreateCustomRoutingAcceleratorRequest.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
292
+ CreateCustomRoutingAcceleratorRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
293
+ CreateCustomRoutingAcceleratorRequest.struct_class = Types::CreateCustomRoutingAcceleratorRequest
294
+
295
+ CreateCustomRoutingAcceleratorResponse.add_member(:accelerator, Shapes::ShapeRef.new(shape: CustomRoutingAccelerator, location_name: "Accelerator"))
296
+ CreateCustomRoutingAcceleratorResponse.struct_class = Types::CreateCustomRoutingAcceleratorResponse
297
+
298
+ CreateCustomRoutingEndpointGroupRequest.add_member(:listener_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "ListenerArn"))
299
+ CreateCustomRoutingEndpointGroupRequest.add_member(:endpoint_group_region, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "EndpointGroupRegion"))
300
+ CreateCustomRoutingEndpointGroupRequest.add_member(:destination_configurations, Shapes::ShapeRef.new(shape: CustomRoutingDestinationConfigurations, required: true, location_name: "DestinationConfigurations"))
301
+ CreateCustomRoutingEndpointGroupRequest.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
302
+ CreateCustomRoutingEndpointGroupRequest.struct_class = Types::CreateCustomRoutingEndpointGroupRequest
303
+
304
+ CreateCustomRoutingEndpointGroupResponse.add_member(:endpoint_group, Shapes::ShapeRef.new(shape: CustomRoutingEndpointGroup, location_name: "EndpointGroup"))
305
+ CreateCustomRoutingEndpointGroupResponse.struct_class = Types::CreateCustomRoutingEndpointGroupResponse
306
+
307
+ CreateCustomRoutingListenerRequest.add_member(:accelerator_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "AcceleratorArn"))
308
+ CreateCustomRoutingListenerRequest.add_member(:port_ranges, Shapes::ShapeRef.new(shape: PortRanges, required: true, location_name: "PortRanges"))
309
+ CreateCustomRoutingListenerRequest.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
310
+ CreateCustomRoutingListenerRequest.struct_class = Types::CreateCustomRoutingListenerRequest
311
+
312
+ CreateCustomRoutingListenerResponse.add_member(:listener, Shapes::ShapeRef.new(shape: CustomRoutingListener, location_name: "Listener"))
313
+ CreateCustomRoutingListenerResponse.struct_class = Types::CreateCustomRoutingListenerResponse
314
+
198
315
  CreateEndpointGroupRequest.add_member(:listener_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "ListenerArn"))
199
316
  CreateEndpointGroupRequest.add_member(:endpoint_group_region, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "EndpointGroupRegion"))
200
317
  CreateEndpointGroupRequest.add_member(:endpoint_configurations, Shapes::ShapeRef.new(shape: EndpointConfigurations, location_name: "EndpointConfigurations"))
201
318
  CreateEndpointGroupRequest.add_member(:traffic_dial_percentage, Shapes::ShapeRef.new(shape: TrafficDialPercentage, location_name: "TrafficDialPercentage"))
202
319
  CreateEndpointGroupRequest.add_member(:health_check_port, Shapes::ShapeRef.new(shape: HealthCheckPort, location_name: "HealthCheckPort"))
203
320
  CreateEndpointGroupRequest.add_member(:health_check_protocol, Shapes::ShapeRef.new(shape: HealthCheckProtocol, location_name: "HealthCheckProtocol"))
204
- CreateEndpointGroupRequest.add_member(:health_check_path, Shapes::ShapeRef.new(shape: GenericString, location_name: "HealthCheckPath"))
321
+ CreateEndpointGroupRequest.add_member(:health_check_path, Shapes::ShapeRef.new(shape: HealthCheckPath, location_name: "HealthCheckPath"))
205
322
  CreateEndpointGroupRequest.add_member(:health_check_interval_seconds, Shapes::ShapeRef.new(shape: HealthCheckIntervalSeconds, location_name: "HealthCheckIntervalSeconds"))
206
323
  CreateEndpointGroupRequest.add_member(:threshold_count, Shapes::ShapeRef.new(shape: ThresholdCount, location_name: "ThresholdCount"))
207
324
  CreateEndpointGroupRequest.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
@@ -221,15 +338,89 @@ module Aws::GlobalAccelerator
221
338
  CreateListenerResponse.add_member(:listener, Shapes::ShapeRef.new(shape: Listener, location_name: "Listener"))
222
339
  CreateListenerResponse.struct_class = Types::CreateListenerResponse
223
340
 
341
+ CustomRoutingAccelerator.add_member(:accelerator_arn, Shapes::ShapeRef.new(shape: GenericString, location_name: "AcceleratorArn"))
342
+ CustomRoutingAccelerator.add_member(:name, Shapes::ShapeRef.new(shape: GenericString, location_name: "Name"))
343
+ CustomRoutingAccelerator.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "IpAddressType"))
344
+ CustomRoutingAccelerator.add_member(:enabled, Shapes::ShapeRef.new(shape: GenericBoolean, location_name: "Enabled"))
345
+ CustomRoutingAccelerator.add_member(:ip_sets, Shapes::ShapeRef.new(shape: IpSets, location_name: "IpSets"))
346
+ CustomRoutingAccelerator.add_member(:dns_name, Shapes::ShapeRef.new(shape: GenericString, location_name: "DnsName"))
347
+ CustomRoutingAccelerator.add_member(:status, Shapes::ShapeRef.new(shape: CustomRoutingAcceleratorStatus, location_name: "Status"))
348
+ CustomRoutingAccelerator.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
349
+ CustomRoutingAccelerator.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
350
+ CustomRoutingAccelerator.struct_class = Types::CustomRoutingAccelerator
351
+
352
+ CustomRoutingAcceleratorAttributes.add_member(:flow_logs_enabled, Shapes::ShapeRef.new(shape: GenericBoolean, location_name: "FlowLogsEnabled"))
353
+ CustomRoutingAcceleratorAttributes.add_member(:flow_logs_s3_bucket, Shapes::ShapeRef.new(shape: GenericString, location_name: "FlowLogsS3Bucket"))
354
+ CustomRoutingAcceleratorAttributes.add_member(:flow_logs_s3_prefix, Shapes::ShapeRef.new(shape: GenericString, location_name: "FlowLogsS3Prefix"))
355
+ CustomRoutingAcceleratorAttributes.struct_class = Types::CustomRoutingAcceleratorAttributes
356
+
357
+ CustomRoutingAccelerators.member = Shapes::ShapeRef.new(shape: CustomRoutingAccelerator)
358
+
359
+ CustomRoutingDestinationConfiguration.add_member(:from_port, Shapes::ShapeRef.new(shape: PortNumber, required: true, location_name: "FromPort"))
360
+ CustomRoutingDestinationConfiguration.add_member(:to_port, Shapes::ShapeRef.new(shape: PortNumber, required: true, location_name: "ToPort"))
361
+ CustomRoutingDestinationConfiguration.add_member(:protocols, Shapes::ShapeRef.new(shape: CustomRoutingProtocols, required: true, location_name: "Protocols"))
362
+ CustomRoutingDestinationConfiguration.struct_class = Types::CustomRoutingDestinationConfiguration
363
+
364
+ CustomRoutingDestinationConfigurations.member = Shapes::ShapeRef.new(shape: CustomRoutingDestinationConfiguration)
365
+
366
+ CustomRoutingDestinationDescription.add_member(:from_port, Shapes::ShapeRef.new(shape: PortNumber, location_name: "FromPort"))
367
+ CustomRoutingDestinationDescription.add_member(:to_port, Shapes::ShapeRef.new(shape: PortNumber, location_name: "ToPort"))
368
+ CustomRoutingDestinationDescription.add_member(:protocols, Shapes::ShapeRef.new(shape: Protocols, location_name: "Protocols"))
369
+ CustomRoutingDestinationDescription.struct_class = Types::CustomRoutingDestinationDescription
370
+
371
+ CustomRoutingDestinationDescriptions.member = Shapes::ShapeRef.new(shape: CustomRoutingDestinationDescription)
372
+
373
+ CustomRoutingEndpointConfiguration.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "EndpointId"))
374
+ CustomRoutingEndpointConfiguration.struct_class = Types::CustomRoutingEndpointConfiguration
375
+
376
+ CustomRoutingEndpointConfigurations.member = Shapes::ShapeRef.new(shape: CustomRoutingEndpointConfiguration)
377
+
378
+ CustomRoutingEndpointDescription.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "EndpointId"))
379
+ CustomRoutingEndpointDescription.struct_class = Types::CustomRoutingEndpointDescription
380
+
381
+ CustomRoutingEndpointDescriptions.member = Shapes::ShapeRef.new(shape: CustomRoutingEndpointDescription)
382
+
383
+ CustomRoutingEndpointGroup.add_member(:endpoint_group_arn, Shapes::ShapeRef.new(shape: GenericString, location_name: "EndpointGroupArn"))
384
+ CustomRoutingEndpointGroup.add_member(:endpoint_group_region, Shapes::ShapeRef.new(shape: GenericString, location_name: "EndpointGroupRegion"))
385
+ CustomRoutingEndpointGroup.add_member(:destination_descriptions, Shapes::ShapeRef.new(shape: CustomRoutingDestinationDescriptions, location_name: "DestinationDescriptions"))
386
+ CustomRoutingEndpointGroup.add_member(:endpoint_descriptions, Shapes::ShapeRef.new(shape: CustomRoutingEndpointDescriptions, location_name: "EndpointDescriptions"))
387
+ CustomRoutingEndpointGroup.struct_class = Types::CustomRoutingEndpointGroup
388
+
389
+ CustomRoutingEndpointGroups.member = Shapes::ShapeRef.new(shape: CustomRoutingEndpointGroup)
390
+
391
+ CustomRoutingListener.add_member(:listener_arn, Shapes::ShapeRef.new(shape: GenericString, location_name: "ListenerArn"))
392
+ CustomRoutingListener.add_member(:port_ranges, Shapes::ShapeRef.new(shape: PortRanges, location_name: "PortRanges"))
393
+ CustomRoutingListener.struct_class = Types::CustomRoutingListener
394
+
395
+ CustomRoutingListeners.member = Shapes::ShapeRef.new(shape: CustomRoutingListener)
396
+
397
+ CustomRoutingProtocols.member = Shapes::ShapeRef.new(shape: CustomRoutingProtocol)
398
+
224
399
  DeleteAcceleratorRequest.add_member(:accelerator_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "AcceleratorArn"))
225
400
  DeleteAcceleratorRequest.struct_class = Types::DeleteAcceleratorRequest
226
401
 
402
+ DeleteCustomRoutingAcceleratorRequest.add_member(:accelerator_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "AcceleratorArn"))
403
+ DeleteCustomRoutingAcceleratorRequest.struct_class = Types::DeleteCustomRoutingAcceleratorRequest
404
+
405
+ DeleteCustomRoutingEndpointGroupRequest.add_member(:endpoint_group_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "EndpointGroupArn"))
406
+ DeleteCustomRoutingEndpointGroupRequest.struct_class = Types::DeleteCustomRoutingEndpointGroupRequest
407
+
408
+ DeleteCustomRoutingListenerRequest.add_member(:listener_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "ListenerArn"))
409
+ DeleteCustomRoutingListenerRequest.struct_class = Types::DeleteCustomRoutingListenerRequest
410
+
227
411
  DeleteEndpointGroupRequest.add_member(:endpoint_group_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "EndpointGroupArn"))
228
412
  DeleteEndpointGroupRequest.struct_class = Types::DeleteEndpointGroupRequest
229
413
 
230
414
  DeleteListenerRequest.add_member(:listener_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "ListenerArn"))
231
415
  DeleteListenerRequest.struct_class = Types::DeleteListenerRequest
232
416
 
417
+ DenyCustomRoutingTrafficRequest.add_member(:endpoint_group_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "EndpointGroupArn"))
418
+ DenyCustomRoutingTrafficRequest.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "EndpointId"))
419
+ DenyCustomRoutingTrafficRequest.add_member(:destination_addresses, Shapes::ShapeRef.new(shape: DestinationAddresses, location_name: "DestinationAddresses"))
420
+ DenyCustomRoutingTrafficRequest.add_member(:destination_ports, Shapes::ShapeRef.new(shape: DestinationPorts, location_name: "DestinationPorts"))
421
+ DenyCustomRoutingTrafficRequest.add_member(:deny_all_traffic_to_endpoint, Shapes::ShapeRef.new(shape: GenericBoolean, location_name: "DenyAllTrafficToEndpoint"))
422
+ DenyCustomRoutingTrafficRequest.struct_class = Types::DenyCustomRoutingTrafficRequest
423
+
233
424
  DeprovisionByoipCidrRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "Cidr"))
234
425
  DeprovisionByoipCidrRequest.struct_class = Types::DeprovisionByoipCidrRequest
235
426
 
@@ -248,6 +439,30 @@ module Aws::GlobalAccelerator
248
439
  DescribeAcceleratorResponse.add_member(:accelerator, Shapes::ShapeRef.new(shape: Accelerator, location_name: "Accelerator"))
249
440
  DescribeAcceleratorResponse.struct_class = Types::DescribeAcceleratorResponse
250
441
 
442
+ DescribeCustomRoutingAcceleratorAttributesRequest.add_member(:accelerator_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "AcceleratorArn"))
443
+ DescribeCustomRoutingAcceleratorAttributesRequest.struct_class = Types::DescribeCustomRoutingAcceleratorAttributesRequest
444
+
445
+ DescribeCustomRoutingAcceleratorAttributesResponse.add_member(:accelerator_attributes, Shapes::ShapeRef.new(shape: CustomRoutingAcceleratorAttributes, location_name: "AcceleratorAttributes"))
446
+ DescribeCustomRoutingAcceleratorAttributesResponse.struct_class = Types::DescribeCustomRoutingAcceleratorAttributesResponse
447
+
448
+ DescribeCustomRoutingAcceleratorRequest.add_member(:accelerator_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "AcceleratorArn"))
449
+ DescribeCustomRoutingAcceleratorRequest.struct_class = Types::DescribeCustomRoutingAcceleratorRequest
450
+
451
+ DescribeCustomRoutingAcceleratorResponse.add_member(:accelerator, Shapes::ShapeRef.new(shape: CustomRoutingAccelerator, location_name: "Accelerator"))
452
+ DescribeCustomRoutingAcceleratorResponse.struct_class = Types::DescribeCustomRoutingAcceleratorResponse
453
+
454
+ DescribeCustomRoutingEndpointGroupRequest.add_member(:endpoint_group_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "EndpointGroupArn"))
455
+ DescribeCustomRoutingEndpointGroupRequest.struct_class = Types::DescribeCustomRoutingEndpointGroupRequest
456
+
457
+ DescribeCustomRoutingEndpointGroupResponse.add_member(:endpoint_group, Shapes::ShapeRef.new(shape: CustomRoutingEndpointGroup, location_name: "EndpointGroup"))
458
+ DescribeCustomRoutingEndpointGroupResponse.struct_class = Types::DescribeCustomRoutingEndpointGroupResponse
459
+
460
+ DescribeCustomRoutingListenerRequest.add_member(:listener_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "ListenerArn"))
461
+ DescribeCustomRoutingListenerRequest.struct_class = Types::DescribeCustomRoutingListenerRequest
462
+
463
+ DescribeCustomRoutingListenerResponse.add_member(:listener, Shapes::ShapeRef.new(shape: CustomRoutingListener, location_name: "Listener"))
464
+ DescribeCustomRoutingListenerResponse.struct_class = Types::DescribeCustomRoutingListenerResponse
465
+
251
466
  DescribeEndpointGroupRequest.add_member(:endpoint_group_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "EndpointGroupArn"))
252
467
  DescribeEndpointGroupRequest.struct_class = Types::DescribeEndpointGroupRequest
253
468
 
@@ -260,6 +475,25 @@ module Aws::GlobalAccelerator
260
475
  DescribeListenerResponse.add_member(:listener, Shapes::ShapeRef.new(shape: Listener, location_name: "Listener"))
261
476
  DescribeListenerResponse.struct_class = Types::DescribeListenerResponse
262
477
 
478
+ DestinationAddresses.member = Shapes::ShapeRef.new(shape: IpAddress)
479
+
480
+ DestinationPortMapping.add_member(:accelerator_arn, Shapes::ShapeRef.new(shape: GenericString, location_name: "AcceleratorArn"))
481
+ DestinationPortMapping.add_member(:accelerator_socket_addresses, Shapes::ShapeRef.new(shape: SocketAddresses, location_name: "AcceleratorSocketAddresses"))
482
+ DestinationPortMapping.add_member(:endpoint_group_arn, Shapes::ShapeRef.new(shape: GenericString, location_name: "EndpointGroupArn"))
483
+ DestinationPortMapping.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "EndpointId"))
484
+ DestinationPortMapping.add_member(:endpoint_group_region, Shapes::ShapeRef.new(shape: GenericString, location_name: "EndpointGroupRegion"))
485
+ DestinationPortMapping.add_member(:destination_socket_address, Shapes::ShapeRef.new(shape: SocketAddress, location_name: "DestinationSocketAddress"))
486
+ DestinationPortMapping.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "IpAddressType"))
487
+ DestinationPortMapping.add_member(:destination_traffic_state, Shapes::ShapeRef.new(shape: CustomRoutingDestinationTrafficState, location_name: "DestinationTrafficState"))
488
+ DestinationPortMapping.struct_class = Types::DestinationPortMapping
489
+
490
+ DestinationPortMappings.member = Shapes::ShapeRef.new(shape: DestinationPortMapping)
491
+
492
+ DestinationPorts.member = Shapes::ShapeRef.new(shape: PortNumber)
493
+
494
+ EndpointAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
495
+ EndpointAlreadyExistsException.struct_class = Types::EndpointAlreadyExistsException
496
+
263
497
  EndpointConfiguration.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "EndpointId"))
264
498
  EndpointConfiguration.add_member(:weight, Shapes::ShapeRef.new(shape: EndpointWeight, location_name: "Weight"))
265
499
  EndpointConfiguration.add_member(:client_ip_preservation_enabled, Shapes::ShapeRef.new(shape: GenericBoolean, location_name: "ClientIPPreservationEnabled"))
@@ -282,7 +516,7 @@ module Aws::GlobalAccelerator
282
516
  EndpointGroup.add_member(:traffic_dial_percentage, Shapes::ShapeRef.new(shape: TrafficDialPercentage, location_name: "TrafficDialPercentage"))
283
517
  EndpointGroup.add_member(:health_check_port, Shapes::ShapeRef.new(shape: HealthCheckPort, location_name: "HealthCheckPort"))
284
518
  EndpointGroup.add_member(:health_check_protocol, Shapes::ShapeRef.new(shape: HealthCheckProtocol, location_name: "HealthCheckProtocol"))
285
- EndpointGroup.add_member(:health_check_path, Shapes::ShapeRef.new(shape: GenericString, location_name: "HealthCheckPath"))
519
+ EndpointGroup.add_member(:health_check_path, Shapes::ShapeRef.new(shape: HealthCheckPath, location_name: "HealthCheckPath"))
286
520
  EndpointGroup.add_member(:health_check_interval_seconds, Shapes::ShapeRef.new(shape: HealthCheckIntervalSeconds, location_name: "HealthCheckIntervalSeconds"))
287
521
  EndpointGroup.add_member(:threshold_count, Shapes::ShapeRef.new(shape: ThresholdCount, location_name: "ThresholdCount"))
288
522
  EndpointGroup.add_member(:port_overrides, Shapes::ShapeRef.new(shape: PortOverrides, location_name: "PortOverrides"))
@@ -296,6 +530,11 @@ module Aws::GlobalAccelerator
296
530
 
297
531
  EndpointGroups.member = Shapes::ShapeRef.new(shape: EndpointGroup)
298
532
 
533
+ EndpointIds.member = Shapes::ShapeRef.new(shape: GenericString)
534
+
535
+ EndpointNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
536
+ EndpointNotFoundException.struct_class = Types::EndpointNotFoundException
537
+
299
538
  IncorrectCidrStateException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
300
539
  IncorrectCidrStateException.struct_class = Types::IncorrectCidrStateException
301
540
 
@@ -338,6 +577,52 @@ module Aws::GlobalAccelerator
338
577
  ListByoipCidrsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
339
578
  ListByoipCidrsResponse.struct_class = Types::ListByoipCidrsResponse
340
579
 
580
+ ListCustomRoutingAcceleratorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
581
+ ListCustomRoutingAcceleratorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
582
+ ListCustomRoutingAcceleratorsRequest.struct_class = Types::ListCustomRoutingAcceleratorsRequest
583
+
584
+ ListCustomRoutingAcceleratorsResponse.add_member(:accelerators, Shapes::ShapeRef.new(shape: CustomRoutingAccelerators, location_name: "Accelerators"))
585
+ ListCustomRoutingAcceleratorsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
586
+ ListCustomRoutingAcceleratorsResponse.struct_class = Types::ListCustomRoutingAcceleratorsResponse
587
+
588
+ ListCustomRoutingEndpointGroupsRequest.add_member(:listener_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "ListenerArn"))
589
+ ListCustomRoutingEndpointGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
590
+ ListCustomRoutingEndpointGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
591
+ ListCustomRoutingEndpointGroupsRequest.struct_class = Types::ListCustomRoutingEndpointGroupsRequest
592
+
593
+ ListCustomRoutingEndpointGroupsResponse.add_member(:endpoint_groups, Shapes::ShapeRef.new(shape: CustomRoutingEndpointGroups, location_name: "EndpointGroups"))
594
+ ListCustomRoutingEndpointGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
595
+ ListCustomRoutingEndpointGroupsResponse.struct_class = Types::ListCustomRoutingEndpointGroupsResponse
596
+
597
+ ListCustomRoutingListenersRequest.add_member(:accelerator_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "AcceleratorArn"))
598
+ ListCustomRoutingListenersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
599
+ ListCustomRoutingListenersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
600
+ ListCustomRoutingListenersRequest.struct_class = Types::ListCustomRoutingListenersRequest
601
+
602
+ ListCustomRoutingListenersResponse.add_member(:listeners, Shapes::ShapeRef.new(shape: CustomRoutingListeners, location_name: "Listeners"))
603
+ ListCustomRoutingListenersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
604
+ ListCustomRoutingListenersResponse.struct_class = Types::ListCustomRoutingListenersResponse
605
+
606
+ ListCustomRoutingPortMappingsByDestinationRequest.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "EndpointId"))
607
+ ListCustomRoutingPortMappingsByDestinationRequest.add_member(:destination_address, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "DestinationAddress"))
608
+ ListCustomRoutingPortMappingsByDestinationRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PortMappingsMaxResults, location_name: "MaxResults"))
609
+ ListCustomRoutingPortMappingsByDestinationRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
610
+ ListCustomRoutingPortMappingsByDestinationRequest.struct_class = Types::ListCustomRoutingPortMappingsByDestinationRequest
611
+
612
+ ListCustomRoutingPortMappingsByDestinationResponse.add_member(:destination_port_mappings, Shapes::ShapeRef.new(shape: DestinationPortMappings, location_name: "DestinationPortMappings"))
613
+ ListCustomRoutingPortMappingsByDestinationResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
614
+ ListCustomRoutingPortMappingsByDestinationResponse.struct_class = Types::ListCustomRoutingPortMappingsByDestinationResponse
615
+
616
+ ListCustomRoutingPortMappingsRequest.add_member(:accelerator_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "AcceleratorArn"))
617
+ ListCustomRoutingPortMappingsRequest.add_member(:endpoint_group_arn, Shapes::ShapeRef.new(shape: GenericString, location_name: "EndpointGroupArn"))
618
+ ListCustomRoutingPortMappingsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PortMappingsMaxResults, location_name: "MaxResults"))
619
+ ListCustomRoutingPortMappingsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
620
+ ListCustomRoutingPortMappingsRequest.struct_class = Types::ListCustomRoutingPortMappingsRequest
621
+
622
+ ListCustomRoutingPortMappingsResponse.add_member(:port_mappings, Shapes::ShapeRef.new(shape: PortMappings, location_name: "PortMappings"))
623
+ ListCustomRoutingPortMappingsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
624
+ ListCustomRoutingPortMappingsResponse.struct_class = Types::ListCustomRoutingPortMappingsResponse
625
+
341
626
  ListEndpointGroupsRequest.add_member(:listener_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "ListenerArn"))
342
627
  ListEndpointGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
343
628
  ListEndpointGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
@@ -373,6 +658,16 @@ module Aws::GlobalAccelerator
373
658
 
374
659
  Listeners.member = Shapes::ShapeRef.new(shape: Listener)
375
660
 
661
+ PortMapping.add_member(:accelerator_port, Shapes::ShapeRef.new(shape: PortNumber, location_name: "AcceleratorPort"))
662
+ PortMapping.add_member(:endpoint_group_arn, Shapes::ShapeRef.new(shape: GenericString, location_name: "EndpointGroupArn"))
663
+ PortMapping.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "EndpointId"))
664
+ PortMapping.add_member(:destination_socket_address, Shapes::ShapeRef.new(shape: SocketAddress, location_name: "DestinationSocketAddress"))
665
+ PortMapping.add_member(:protocols, Shapes::ShapeRef.new(shape: CustomRoutingProtocols, location_name: "Protocols"))
666
+ PortMapping.add_member(:destination_traffic_state, Shapes::ShapeRef.new(shape: CustomRoutingDestinationTrafficState, location_name: "DestinationTrafficState"))
667
+ PortMapping.struct_class = Types::PortMapping
668
+
669
+ PortMappings.member = Shapes::ShapeRef.new(shape: PortMapping)
670
+
376
671
  PortOverride.add_member(:listener_port, Shapes::ShapeRef.new(shape: PortNumber, location_name: "ListenerPort"))
377
672
  PortOverride.add_member(:endpoint_port, Shapes::ShapeRef.new(shape: PortNumber, location_name: "EndpointPort"))
378
673
  PortOverride.struct_class = Types::PortOverride
@@ -385,6 +680,8 @@ module Aws::GlobalAccelerator
385
680
 
386
681
  PortRanges.member = Shapes::ShapeRef.new(shape: PortRange)
387
682
 
683
+ Protocols.member = Shapes::ShapeRef.new(shape: Protocol)
684
+
388
685
  ProvisionByoipCidrRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "Cidr"))
389
686
  ProvisionByoipCidrRequest.add_member(:cidr_authorization_context, Shapes::ShapeRef.new(shape: CidrAuthorizationContext, required: true, location_name: "CidrAuthorizationContext"))
390
687
  ProvisionByoipCidrRequest.struct_class = Types::ProvisionByoipCidrRequest
@@ -392,6 +689,16 @@ module Aws::GlobalAccelerator
392
689
  ProvisionByoipCidrResponse.add_member(:byoip_cidr, Shapes::ShapeRef.new(shape: ByoipCidr, location_name: "ByoipCidr"))
393
690
  ProvisionByoipCidrResponse.struct_class = Types::ProvisionByoipCidrResponse
394
691
 
692
+ RemoveCustomRoutingEndpointsRequest.add_member(:endpoint_ids, Shapes::ShapeRef.new(shape: EndpointIds, required: true, location_name: "EndpointIds"))
693
+ RemoveCustomRoutingEndpointsRequest.add_member(:endpoint_group_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "EndpointGroupArn"))
694
+ RemoveCustomRoutingEndpointsRequest.struct_class = Types::RemoveCustomRoutingEndpointsRequest
695
+
696
+ SocketAddress.add_member(:ip_address, Shapes::ShapeRef.new(shape: GenericString, location_name: "IpAddress"))
697
+ SocketAddress.add_member(:port, Shapes::ShapeRef.new(shape: PortNumber, location_name: "Port"))
698
+ SocketAddress.struct_class = Types::SocketAddress
699
+
700
+ SocketAddresses.member = Shapes::ShapeRef.new(shape: SocketAddress)
701
+
395
702
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
396
703
  Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
397
704
  Tag.struct_class = Types::Tag
@@ -430,12 +737,37 @@ module Aws::GlobalAccelerator
430
737
  UpdateAcceleratorResponse.add_member(:accelerator, Shapes::ShapeRef.new(shape: Accelerator, location_name: "Accelerator"))
431
738
  UpdateAcceleratorResponse.struct_class = Types::UpdateAcceleratorResponse
432
739
 
740
+ UpdateCustomRoutingAcceleratorAttributesRequest.add_member(:accelerator_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "AcceleratorArn"))
741
+ UpdateCustomRoutingAcceleratorAttributesRequest.add_member(:flow_logs_enabled, Shapes::ShapeRef.new(shape: GenericBoolean, location_name: "FlowLogsEnabled"))
742
+ UpdateCustomRoutingAcceleratorAttributesRequest.add_member(:flow_logs_s3_bucket, Shapes::ShapeRef.new(shape: GenericString, location_name: "FlowLogsS3Bucket"))
743
+ UpdateCustomRoutingAcceleratorAttributesRequest.add_member(:flow_logs_s3_prefix, Shapes::ShapeRef.new(shape: GenericString, location_name: "FlowLogsS3Prefix"))
744
+ UpdateCustomRoutingAcceleratorAttributesRequest.struct_class = Types::UpdateCustomRoutingAcceleratorAttributesRequest
745
+
746
+ UpdateCustomRoutingAcceleratorAttributesResponse.add_member(:accelerator_attributes, Shapes::ShapeRef.new(shape: CustomRoutingAcceleratorAttributes, location_name: "AcceleratorAttributes"))
747
+ UpdateCustomRoutingAcceleratorAttributesResponse.struct_class = Types::UpdateCustomRoutingAcceleratorAttributesResponse
748
+
749
+ UpdateCustomRoutingAcceleratorRequest.add_member(:accelerator_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "AcceleratorArn"))
750
+ UpdateCustomRoutingAcceleratorRequest.add_member(:name, Shapes::ShapeRef.new(shape: GenericString, location_name: "Name"))
751
+ UpdateCustomRoutingAcceleratorRequest.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "IpAddressType"))
752
+ UpdateCustomRoutingAcceleratorRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: GenericBoolean, location_name: "Enabled"))
753
+ UpdateCustomRoutingAcceleratorRequest.struct_class = Types::UpdateCustomRoutingAcceleratorRequest
754
+
755
+ UpdateCustomRoutingAcceleratorResponse.add_member(:accelerator, Shapes::ShapeRef.new(shape: CustomRoutingAccelerator, location_name: "Accelerator"))
756
+ UpdateCustomRoutingAcceleratorResponse.struct_class = Types::UpdateCustomRoutingAcceleratorResponse
757
+
758
+ UpdateCustomRoutingListenerRequest.add_member(:listener_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "ListenerArn"))
759
+ UpdateCustomRoutingListenerRequest.add_member(:port_ranges, Shapes::ShapeRef.new(shape: PortRanges, required: true, location_name: "PortRanges"))
760
+ UpdateCustomRoutingListenerRequest.struct_class = Types::UpdateCustomRoutingListenerRequest
761
+
762
+ UpdateCustomRoutingListenerResponse.add_member(:listener, Shapes::ShapeRef.new(shape: CustomRoutingListener, location_name: "Listener"))
763
+ UpdateCustomRoutingListenerResponse.struct_class = Types::UpdateCustomRoutingListenerResponse
764
+
433
765
  UpdateEndpointGroupRequest.add_member(:endpoint_group_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "EndpointGroupArn"))
434
766
  UpdateEndpointGroupRequest.add_member(:endpoint_configurations, Shapes::ShapeRef.new(shape: EndpointConfigurations, location_name: "EndpointConfigurations"))
435
767
  UpdateEndpointGroupRequest.add_member(:traffic_dial_percentage, Shapes::ShapeRef.new(shape: TrafficDialPercentage, location_name: "TrafficDialPercentage"))
436
768
  UpdateEndpointGroupRequest.add_member(:health_check_port, Shapes::ShapeRef.new(shape: HealthCheckPort, location_name: "HealthCheckPort"))
437
769
  UpdateEndpointGroupRequest.add_member(:health_check_protocol, Shapes::ShapeRef.new(shape: HealthCheckProtocol, location_name: "HealthCheckProtocol"))
438
- UpdateEndpointGroupRequest.add_member(:health_check_path, Shapes::ShapeRef.new(shape: GenericString, location_name: "HealthCheckPath"))
770
+ UpdateEndpointGroupRequest.add_member(:health_check_path, Shapes::ShapeRef.new(shape: HealthCheckPath, location_name: "HealthCheckPath"))
439
771
  UpdateEndpointGroupRequest.add_member(:health_check_interval_seconds, Shapes::ShapeRef.new(shape: HealthCheckIntervalSeconds, location_name: "HealthCheckIntervalSeconds"))
440
772
  UpdateEndpointGroupRequest.add_member(:threshold_count, Shapes::ShapeRef.new(shape: ThresholdCount, location_name: "ThresholdCount"))
441
773
  UpdateEndpointGroupRequest.add_member(:port_overrides, Shapes::ShapeRef.new(shape: PortOverrides, location_name: "PortOverrides"))
@@ -478,6 +810,21 @@ module Aws::GlobalAccelerator
478
810
  "uid" => "globalaccelerator-2018-08-08",
479
811
  }
480
812
 
813
+ api.add_operation(:add_custom_routing_endpoints, Seahorse::Model::Operation.new.tap do |o|
814
+ o.name = "AddCustomRoutingEndpoints"
815
+ o.http_method = "POST"
816
+ o.http_request_uri = "/"
817
+ o.input = Shapes::ShapeRef.new(shape: AddCustomRoutingEndpointsRequest)
818
+ o.output = Shapes::ShapeRef.new(shape: AddCustomRoutingEndpointsResponse)
819
+ o.errors << Shapes::ShapeRef.new(shape: EndpointAlreadyExistsException)
820
+ o.errors << Shapes::ShapeRef.new(shape: EndpointGroupNotFoundException)
821
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
822
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
823
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
824
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
825
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
826
+ end)
827
+
481
828
  api.add_operation(:advertise_byoip_cidr, Seahorse::Model::Operation.new.tap do |o|
482
829
  o.name = "AdvertiseByoipCidr"
483
830
  o.http_method = "POST"
@@ -491,6 +838,16 @@ module Aws::GlobalAccelerator
491
838
  o.errors << Shapes::ShapeRef.new(shape: IncorrectCidrStateException)
492
839
  end)
493
840
 
841
+ api.add_operation(:allow_custom_routing_traffic, Seahorse::Model::Operation.new.tap do |o|
842
+ o.name = "AllowCustomRoutingTraffic"
843
+ o.http_method = "POST"
844
+ o.http_request_uri = "/"
845
+ o.input = Shapes::ShapeRef.new(shape: AllowCustomRoutingTrafficRequest)
846
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
847
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
848
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
849
+ end)
850
+
494
851
  api.add_operation(:create_accelerator, Seahorse::Model::Operation.new.tap do |o|
495
852
  o.name = "CreateAccelerator"
496
853
  o.http_method = "POST"
@@ -502,6 +859,47 @@ module Aws::GlobalAccelerator
502
859
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
503
860
  end)
504
861
 
862
+ api.add_operation(:create_custom_routing_accelerator, Seahorse::Model::Operation.new.tap do |o|
863
+ o.name = "CreateCustomRoutingAccelerator"
864
+ o.http_method = "POST"
865
+ o.http_request_uri = "/"
866
+ o.input = Shapes::ShapeRef.new(shape: CreateCustomRoutingAcceleratorRequest)
867
+ o.output = Shapes::ShapeRef.new(shape: CreateCustomRoutingAcceleratorResponse)
868
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
869
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
870
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
871
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
872
+ end)
873
+
874
+ api.add_operation(:create_custom_routing_endpoint_group, Seahorse::Model::Operation.new.tap do |o|
875
+ o.name = "CreateCustomRoutingEndpointGroup"
876
+ o.http_method = "POST"
877
+ o.http_request_uri = "/"
878
+ o.input = Shapes::ShapeRef.new(shape: CreateCustomRoutingEndpointGroupRequest)
879
+ o.output = Shapes::ShapeRef.new(shape: CreateCustomRoutingEndpointGroupResponse)
880
+ o.errors << Shapes::ShapeRef.new(shape: AcceleratorNotFoundException)
881
+ o.errors << Shapes::ShapeRef.new(shape: EndpointGroupAlreadyExistsException)
882
+ o.errors << Shapes::ShapeRef.new(shape: ListenerNotFoundException)
883
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
884
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
885
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPortRangeException)
886
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
887
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
888
+ end)
889
+
890
+ api.add_operation(:create_custom_routing_listener, Seahorse::Model::Operation.new.tap do |o|
891
+ o.name = "CreateCustomRoutingListener"
892
+ o.http_method = "POST"
893
+ o.http_request_uri = "/"
894
+ o.input = Shapes::ShapeRef.new(shape: CreateCustomRoutingListenerRequest)
895
+ o.output = Shapes::ShapeRef.new(shape: CreateCustomRoutingListenerResponse)
896
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
897
+ o.errors << Shapes::ShapeRef.new(shape: AcceleratorNotFoundException)
898
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPortRangeException)
899
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
900
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
901
+ end)
902
+
505
903
  api.add_operation(:create_endpoint_group, Seahorse::Model::Operation.new.tap do |o|
506
904
  o.name = "CreateEndpointGroup"
507
905
  o.http_method = "POST"
@@ -543,6 +941,42 @@ module Aws::GlobalAccelerator
543
941
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
544
942
  end)
545
943
 
944
+ api.add_operation(:delete_custom_routing_accelerator, Seahorse::Model::Operation.new.tap do |o|
945
+ o.name = "DeleteCustomRoutingAccelerator"
946
+ o.http_method = "POST"
947
+ o.http_request_uri = "/"
948
+ o.input = Shapes::ShapeRef.new(shape: DeleteCustomRoutingAcceleratorRequest)
949
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
950
+ o.errors << Shapes::ShapeRef.new(shape: AcceleratorNotFoundException)
951
+ o.errors << Shapes::ShapeRef.new(shape: AcceleratorNotDisabledException)
952
+ o.errors << Shapes::ShapeRef.new(shape: AssociatedListenerFoundException)
953
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
954
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
955
+ end)
956
+
957
+ api.add_operation(:delete_custom_routing_endpoint_group, Seahorse::Model::Operation.new.tap do |o|
958
+ o.name = "DeleteCustomRoutingEndpointGroup"
959
+ o.http_method = "POST"
960
+ o.http_request_uri = "/"
961
+ o.input = Shapes::ShapeRef.new(shape: DeleteCustomRoutingEndpointGroupRequest)
962
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
963
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
964
+ o.errors << Shapes::ShapeRef.new(shape: EndpointGroupNotFoundException)
965
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
966
+ end)
967
+
968
+ api.add_operation(:delete_custom_routing_listener, Seahorse::Model::Operation.new.tap do |o|
969
+ o.name = "DeleteCustomRoutingListener"
970
+ o.http_method = "POST"
971
+ o.http_request_uri = "/"
972
+ o.input = Shapes::ShapeRef.new(shape: DeleteCustomRoutingListenerRequest)
973
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
974
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
975
+ o.errors << Shapes::ShapeRef.new(shape: ListenerNotFoundException)
976
+ o.errors << Shapes::ShapeRef.new(shape: AssociatedEndpointGroupFoundException)
977
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
978
+ end)
979
+
546
980
  api.add_operation(:delete_endpoint_group, Seahorse::Model::Operation.new.tap do |o|
547
981
  o.name = "DeleteEndpointGroup"
548
982
  o.http_method = "POST"
@@ -566,6 +1000,16 @@ module Aws::GlobalAccelerator
566
1000
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
567
1001
  end)
568
1002
 
1003
+ api.add_operation(:deny_custom_routing_traffic, Seahorse::Model::Operation.new.tap do |o|
1004
+ o.name = "DenyCustomRoutingTraffic"
1005
+ o.http_method = "POST"
1006
+ o.http_request_uri = "/"
1007
+ o.input = Shapes::ShapeRef.new(shape: DenyCustomRoutingTrafficRequest)
1008
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1009
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1010
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1011
+ end)
1012
+
569
1013
  api.add_operation(:deprovision_byoip_cidr, Seahorse::Model::Operation.new.tap do |o|
570
1014
  o.name = "DeprovisionByoipCidr"
571
1015
  o.http_method = "POST"
@@ -601,6 +1045,50 @@ module Aws::GlobalAccelerator
601
1045
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
602
1046
  end)
603
1047
 
1048
+ api.add_operation(:describe_custom_routing_accelerator, Seahorse::Model::Operation.new.tap do |o|
1049
+ o.name = "DescribeCustomRoutingAccelerator"
1050
+ o.http_method = "POST"
1051
+ o.http_request_uri = "/"
1052
+ o.input = Shapes::ShapeRef.new(shape: DescribeCustomRoutingAcceleratorRequest)
1053
+ o.output = Shapes::ShapeRef.new(shape: DescribeCustomRoutingAcceleratorResponse)
1054
+ o.errors << Shapes::ShapeRef.new(shape: AcceleratorNotFoundException)
1055
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1056
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1057
+ end)
1058
+
1059
+ api.add_operation(:describe_custom_routing_accelerator_attributes, Seahorse::Model::Operation.new.tap do |o|
1060
+ o.name = "DescribeCustomRoutingAcceleratorAttributes"
1061
+ o.http_method = "POST"
1062
+ o.http_request_uri = "/"
1063
+ o.input = Shapes::ShapeRef.new(shape: DescribeCustomRoutingAcceleratorAttributesRequest)
1064
+ o.output = Shapes::ShapeRef.new(shape: DescribeCustomRoutingAcceleratorAttributesResponse)
1065
+ o.errors << Shapes::ShapeRef.new(shape: AcceleratorNotFoundException)
1066
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1067
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1068
+ end)
1069
+
1070
+ api.add_operation(:describe_custom_routing_endpoint_group, Seahorse::Model::Operation.new.tap do |o|
1071
+ o.name = "DescribeCustomRoutingEndpointGroup"
1072
+ o.http_method = "POST"
1073
+ o.http_request_uri = "/"
1074
+ o.input = Shapes::ShapeRef.new(shape: DescribeCustomRoutingEndpointGroupRequest)
1075
+ o.output = Shapes::ShapeRef.new(shape: DescribeCustomRoutingEndpointGroupResponse)
1076
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1077
+ o.errors << Shapes::ShapeRef.new(shape: EndpointGroupNotFoundException)
1078
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1079
+ end)
1080
+
1081
+ api.add_operation(:describe_custom_routing_listener, Seahorse::Model::Operation.new.tap do |o|
1082
+ o.name = "DescribeCustomRoutingListener"
1083
+ o.http_method = "POST"
1084
+ o.http_request_uri = "/"
1085
+ o.input = Shapes::ShapeRef.new(shape: DescribeCustomRoutingListenerRequest)
1086
+ o.output = Shapes::ShapeRef.new(shape: DescribeCustomRoutingListenerResponse)
1087
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1088
+ o.errors << Shapes::ShapeRef.new(shape: ListenerNotFoundException)
1089
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1090
+ end)
1091
+
604
1092
  api.add_operation(:describe_endpoint_group, Seahorse::Model::Operation.new.tap do |o|
605
1093
  o.name = "DescribeEndpointGroup"
606
1094
  o.http_method = "POST"
@@ -632,6 +1120,12 @@ module Aws::GlobalAccelerator
632
1120
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
633
1121
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
634
1122
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1123
+ o[:pager] = Aws::Pager.new(
1124
+ limit_key: "max_results",
1125
+ tokens: {
1126
+ "next_token" => "next_token"
1127
+ }
1128
+ )
635
1129
  end)
636
1130
 
637
1131
  api.add_operation(:list_byoip_cidrs, Seahorse::Model::Operation.new.tap do |o|
@@ -646,6 +1140,96 @@ module Aws::GlobalAccelerator
646
1140
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
647
1141
  end)
648
1142
 
1143
+ api.add_operation(:list_custom_routing_accelerators, Seahorse::Model::Operation.new.tap do |o|
1144
+ o.name = "ListCustomRoutingAccelerators"
1145
+ o.http_method = "POST"
1146
+ o.http_request_uri = "/"
1147
+ o.input = Shapes::ShapeRef.new(shape: ListCustomRoutingAcceleratorsRequest)
1148
+ o.output = Shapes::ShapeRef.new(shape: ListCustomRoutingAcceleratorsResponse)
1149
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1150
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1151
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1152
+ o[:pager] = Aws::Pager.new(
1153
+ limit_key: "max_results",
1154
+ tokens: {
1155
+ "next_token" => "next_token"
1156
+ }
1157
+ )
1158
+ end)
1159
+
1160
+ api.add_operation(:list_custom_routing_endpoint_groups, Seahorse::Model::Operation.new.tap do |o|
1161
+ o.name = "ListCustomRoutingEndpointGroups"
1162
+ o.http_method = "POST"
1163
+ o.http_request_uri = "/"
1164
+ o.input = Shapes::ShapeRef.new(shape: ListCustomRoutingEndpointGroupsRequest)
1165
+ o.output = Shapes::ShapeRef.new(shape: ListCustomRoutingEndpointGroupsResponse)
1166
+ o.errors << Shapes::ShapeRef.new(shape: ListenerNotFoundException)
1167
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1168
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1169
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1170
+ o[:pager] = Aws::Pager.new(
1171
+ limit_key: "max_results",
1172
+ tokens: {
1173
+ "next_token" => "next_token"
1174
+ }
1175
+ )
1176
+ end)
1177
+
1178
+ api.add_operation(:list_custom_routing_listeners, Seahorse::Model::Operation.new.tap do |o|
1179
+ o.name = "ListCustomRoutingListeners"
1180
+ o.http_method = "POST"
1181
+ o.http_request_uri = "/"
1182
+ o.input = Shapes::ShapeRef.new(shape: ListCustomRoutingListenersRequest)
1183
+ o.output = Shapes::ShapeRef.new(shape: ListCustomRoutingListenersResponse)
1184
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1185
+ o.errors << Shapes::ShapeRef.new(shape: AcceleratorNotFoundException)
1186
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1187
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1188
+ o[:pager] = Aws::Pager.new(
1189
+ limit_key: "max_results",
1190
+ tokens: {
1191
+ "next_token" => "next_token"
1192
+ }
1193
+ )
1194
+ end)
1195
+
1196
+ api.add_operation(:list_custom_routing_port_mappings, Seahorse::Model::Operation.new.tap do |o|
1197
+ o.name = "ListCustomRoutingPortMappings"
1198
+ o.http_method = "POST"
1199
+ o.http_request_uri = "/"
1200
+ o.input = Shapes::ShapeRef.new(shape: ListCustomRoutingPortMappingsRequest)
1201
+ o.output = Shapes::ShapeRef.new(shape: ListCustomRoutingPortMappingsResponse)
1202
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1203
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1204
+ o.errors << Shapes::ShapeRef.new(shape: EndpointGroupNotFoundException)
1205
+ o.errors << Shapes::ShapeRef.new(shape: AcceleratorNotFoundException)
1206
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1207
+ o[:pager] = Aws::Pager.new(
1208
+ limit_key: "max_results",
1209
+ tokens: {
1210
+ "next_token" => "next_token"
1211
+ }
1212
+ )
1213
+ end)
1214
+
1215
+ api.add_operation(:list_custom_routing_port_mappings_by_destination, Seahorse::Model::Operation.new.tap do |o|
1216
+ o.name = "ListCustomRoutingPortMappingsByDestination"
1217
+ o.http_method = "POST"
1218
+ o.http_request_uri = "/"
1219
+ o.input = Shapes::ShapeRef.new(shape: ListCustomRoutingPortMappingsByDestinationRequest)
1220
+ o.output = Shapes::ShapeRef.new(shape: ListCustomRoutingPortMappingsByDestinationResponse)
1221
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1222
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1223
+ o.errors << Shapes::ShapeRef.new(shape: EndpointNotFoundException)
1224
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1225
+ o[:pager] = Aws::Pager.new(
1226
+ limit_key: "max_results",
1227
+ tokens: {
1228
+ "next_token" => "next_token"
1229
+ }
1230
+ )
1231
+ end)
1232
+
649
1233
  api.add_operation(:list_endpoint_groups, Seahorse::Model::Operation.new.tap do |o|
650
1234
  o.name = "ListEndpointGroups"
651
1235
  o.http_method = "POST"
@@ -656,6 +1240,12 @@ module Aws::GlobalAccelerator
656
1240
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
657
1241
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
658
1242
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1243
+ o[:pager] = Aws::Pager.new(
1244
+ limit_key: "max_results",
1245
+ tokens: {
1246
+ "next_token" => "next_token"
1247
+ }
1248
+ )
659
1249
  end)
660
1250
 
661
1251
  api.add_operation(:list_listeners, Seahorse::Model::Operation.new.tap do |o|
@@ -668,6 +1258,12 @@ module Aws::GlobalAccelerator
668
1258
  o.errors << Shapes::ShapeRef.new(shape: AcceleratorNotFoundException)
669
1259
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
670
1260
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1261
+ o[:pager] = Aws::Pager.new(
1262
+ limit_key: "max_results",
1263
+ tokens: {
1264
+ "next_token" => "next_token"
1265
+ }
1266
+ )
671
1267
  end)
672
1268
 
673
1269
  api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
@@ -694,6 +1290,20 @@ module Aws::GlobalAccelerator
694
1290
  o.errors << Shapes::ShapeRef.new(shape: IncorrectCidrStateException)
695
1291
  end)
696
1292
 
1293
+ api.add_operation(:remove_custom_routing_endpoints, Seahorse::Model::Operation.new.tap do |o|
1294
+ o.name = "RemoveCustomRoutingEndpoints"
1295
+ o.http_method = "POST"
1296
+ o.http_request_uri = "/"
1297
+ o.input = Shapes::ShapeRef.new(shape: RemoveCustomRoutingEndpointsRequest)
1298
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1299
+ o.errors << Shapes::ShapeRef.new(shape: EndpointGroupNotFoundException)
1300
+ o.errors << Shapes::ShapeRef.new(shape: EndpointNotFoundException)
1301
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1302
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1303
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1304
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1305
+ end)
1306
+
697
1307
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
698
1308
  o.name = "TagResource"
699
1309
  o.http_method = "POST"
@@ -739,6 +1349,42 @@ module Aws::GlobalAccelerator
739
1349
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
740
1350
  end)
741
1351
 
1352
+ api.add_operation(:update_custom_routing_accelerator, Seahorse::Model::Operation.new.tap do |o|
1353
+ o.name = "UpdateCustomRoutingAccelerator"
1354
+ o.http_method = "POST"
1355
+ o.http_request_uri = "/"
1356
+ o.input = Shapes::ShapeRef.new(shape: UpdateCustomRoutingAcceleratorRequest)
1357
+ o.output = Shapes::ShapeRef.new(shape: UpdateCustomRoutingAcceleratorResponse)
1358
+ o.errors << Shapes::ShapeRef.new(shape: AcceleratorNotFoundException)
1359
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1360
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1361
+ end)
1362
+
1363
+ api.add_operation(:update_custom_routing_accelerator_attributes, Seahorse::Model::Operation.new.tap do |o|
1364
+ o.name = "UpdateCustomRoutingAcceleratorAttributes"
1365
+ o.http_method = "POST"
1366
+ o.http_request_uri = "/"
1367
+ o.input = Shapes::ShapeRef.new(shape: UpdateCustomRoutingAcceleratorAttributesRequest)
1368
+ o.output = Shapes::ShapeRef.new(shape: UpdateCustomRoutingAcceleratorAttributesResponse)
1369
+ o.errors << Shapes::ShapeRef.new(shape: AcceleratorNotFoundException)
1370
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1371
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1372
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1373
+ end)
1374
+
1375
+ api.add_operation(:update_custom_routing_listener, Seahorse::Model::Operation.new.tap do |o|
1376
+ o.name = "UpdateCustomRoutingListener"
1377
+ o.http_method = "POST"
1378
+ o.http_request_uri = "/"
1379
+ o.input = Shapes::ShapeRef.new(shape: UpdateCustomRoutingListenerRequest)
1380
+ o.output = Shapes::ShapeRef.new(shape: UpdateCustomRoutingListenerResponse)
1381
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1382
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPortRangeException)
1383
+ o.errors << Shapes::ShapeRef.new(shape: ListenerNotFoundException)
1384
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1385
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1386
+ end)
1387
+
742
1388
  api.add_operation(:update_endpoint_group, Seahorse::Model::Operation.new.tap do |o|
743
1389
  o.name = "UpdateEndpointGroup"
744
1390
  o.http_method = "POST"