aws-sdk-globalaccelerator 1.25.0 → 1.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -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,41 @@ 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(:ip_addresses, Shapes::ShapeRef.new(shape: IpAddresses, location_name: "IpAddresses"))
291
+ CreateCustomRoutingAcceleratorRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: GenericBoolean, location_name: "Enabled"))
292
+ CreateCustomRoutingAcceleratorRequest.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
293
+ CreateCustomRoutingAcceleratorRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
294
+ CreateCustomRoutingAcceleratorRequest.struct_class = Types::CreateCustomRoutingAcceleratorRequest
295
+
296
+ CreateCustomRoutingAcceleratorResponse.add_member(:accelerator, Shapes::ShapeRef.new(shape: CustomRoutingAccelerator, location_name: "Accelerator"))
297
+ CreateCustomRoutingAcceleratorResponse.struct_class = Types::CreateCustomRoutingAcceleratorResponse
298
+
299
+ CreateCustomRoutingEndpointGroupRequest.add_member(:listener_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "ListenerArn"))
300
+ CreateCustomRoutingEndpointGroupRequest.add_member(:endpoint_group_region, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "EndpointGroupRegion"))
301
+ CreateCustomRoutingEndpointGroupRequest.add_member(:destination_configurations, Shapes::ShapeRef.new(shape: CustomRoutingDestinationConfigurations, required: true, location_name: "DestinationConfigurations"))
302
+ CreateCustomRoutingEndpointGroupRequest.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
303
+ CreateCustomRoutingEndpointGroupRequest.struct_class = Types::CreateCustomRoutingEndpointGroupRequest
304
+
305
+ CreateCustomRoutingEndpointGroupResponse.add_member(:endpoint_group, Shapes::ShapeRef.new(shape: CustomRoutingEndpointGroup, location_name: "EndpointGroup"))
306
+ CreateCustomRoutingEndpointGroupResponse.struct_class = Types::CreateCustomRoutingEndpointGroupResponse
307
+
308
+ CreateCustomRoutingListenerRequest.add_member(:accelerator_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "AcceleratorArn"))
309
+ CreateCustomRoutingListenerRequest.add_member(:port_ranges, Shapes::ShapeRef.new(shape: PortRanges, required: true, location_name: "PortRanges"))
310
+ CreateCustomRoutingListenerRequest.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
311
+ CreateCustomRoutingListenerRequest.struct_class = Types::CreateCustomRoutingListenerRequest
312
+
313
+ CreateCustomRoutingListenerResponse.add_member(:listener, Shapes::ShapeRef.new(shape: CustomRoutingListener, location_name: "Listener"))
314
+ CreateCustomRoutingListenerResponse.struct_class = Types::CreateCustomRoutingListenerResponse
315
+
198
316
  CreateEndpointGroupRequest.add_member(:listener_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "ListenerArn"))
199
317
  CreateEndpointGroupRequest.add_member(:endpoint_group_region, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "EndpointGroupRegion"))
200
318
  CreateEndpointGroupRequest.add_member(:endpoint_configurations, Shapes::ShapeRef.new(shape: EndpointConfigurations, location_name: "EndpointConfigurations"))
201
319
  CreateEndpointGroupRequest.add_member(:traffic_dial_percentage, Shapes::ShapeRef.new(shape: TrafficDialPercentage, location_name: "TrafficDialPercentage"))
202
320
  CreateEndpointGroupRequest.add_member(:health_check_port, Shapes::ShapeRef.new(shape: HealthCheckPort, location_name: "HealthCheckPort"))
203
321
  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"))
322
+ CreateEndpointGroupRequest.add_member(:health_check_path, Shapes::ShapeRef.new(shape: HealthCheckPath, location_name: "HealthCheckPath"))
205
323
  CreateEndpointGroupRequest.add_member(:health_check_interval_seconds, Shapes::ShapeRef.new(shape: HealthCheckIntervalSeconds, location_name: "HealthCheckIntervalSeconds"))
206
324
  CreateEndpointGroupRequest.add_member(:threshold_count, Shapes::ShapeRef.new(shape: ThresholdCount, location_name: "ThresholdCount"))
207
325
  CreateEndpointGroupRequest.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
@@ -221,15 +339,89 @@ module Aws::GlobalAccelerator
221
339
  CreateListenerResponse.add_member(:listener, Shapes::ShapeRef.new(shape: Listener, location_name: "Listener"))
222
340
  CreateListenerResponse.struct_class = Types::CreateListenerResponse
223
341
 
342
+ CustomRoutingAccelerator.add_member(:accelerator_arn, Shapes::ShapeRef.new(shape: GenericString, location_name: "AcceleratorArn"))
343
+ CustomRoutingAccelerator.add_member(:name, Shapes::ShapeRef.new(shape: GenericString, location_name: "Name"))
344
+ CustomRoutingAccelerator.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "IpAddressType"))
345
+ CustomRoutingAccelerator.add_member(:enabled, Shapes::ShapeRef.new(shape: GenericBoolean, location_name: "Enabled"))
346
+ CustomRoutingAccelerator.add_member(:ip_sets, Shapes::ShapeRef.new(shape: IpSets, location_name: "IpSets"))
347
+ CustomRoutingAccelerator.add_member(:dns_name, Shapes::ShapeRef.new(shape: GenericString, location_name: "DnsName"))
348
+ CustomRoutingAccelerator.add_member(:status, Shapes::ShapeRef.new(shape: CustomRoutingAcceleratorStatus, location_name: "Status"))
349
+ CustomRoutingAccelerator.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
350
+ CustomRoutingAccelerator.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
351
+ CustomRoutingAccelerator.struct_class = Types::CustomRoutingAccelerator
352
+
353
+ CustomRoutingAcceleratorAttributes.add_member(:flow_logs_enabled, Shapes::ShapeRef.new(shape: GenericBoolean, location_name: "FlowLogsEnabled"))
354
+ CustomRoutingAcceleratorAttributes.add_member(:flow_logs_s3_bucket, Shapes::ShapeRef.new(shape: GenericString, location_name: "FlowLogsS3Bucket"))
355
+ CustomRoutingAcceleratorAttributes.add_member(:flow_logs_s3_prefix, Shapes::ShapeRef.new(shape: GenericString, location_name: "FlowLogsS3Prefix"))
356
+ CustomRoutingAcceleratorAttributes.struct_class = Types::CustomRoutingAcceleratorAttributes
357
+
358
+ CustomRoutingAccelerators.member = Shapes::ShapeRef.new(shape: CustomRoutingAccelerator)
359
+
360
+ CustomRoutingDestinationConfiguration.add_member(:from_port, Shapes::ShapeRef.new(shape: PortNumber, required: true, location_name: "FromPort"))
361
+ CustomRoutingDestinationConfiguration.add_member(:to_port, Shapes::ShapeRef.new(shape: PortNumber, required: true, location_name: "ToPort"))
362
+ CustomRoutingDestinationConfiguration.add_member(:protocols, Shapes::ShapeRef.new(shape: CustomRoutingProtocols, required: true, location_name: "Protocols"))
363
+ CustomRoutingDestinationConfiguration.struct_class = Types::CustomRoutingDestinationConfiguration
364
+
365
+ CustomRoutingDestinationConfigurations.member = Shapes::ShapeRef.new(shape: CustomRoutingDestinationConfiguration)
366
+
367
+ CustomRoutingDestinationDescription.add_member(:from_port, Shapes::ShapeRef.new(shape: PortNumber, location_name: "FromPort"))
368
+ CustomRoutingDestinationDescription.add_member(:to_port, Shapes::ShapeRef.new(shape: PortNumber, location_name: "ToPort"))
369
+ CustomRoutingDestinationDescription.add_member(:protocols, Shapes::ShapeRef.new(shape: Protocols, location_name: "Protocols"))
370
+ CustomRoutingDestinationDescription.struct_class = Types::CustomRoutingDestinationDescription
371
+
372
+ CustomRoutingDestinationDescriptions.member = Shapes::ShapeRef.new(shape: CustomRoutingDestinationDescription)
373
+
374
+ CustomRoutingEndpointConfiguration.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "EndpointId"))
375
+ CustomRoutingEndpointConfiguration.struct_class = Types::CustomRoutingEndpointConfiguration
376
+
377
+ CustomRoutingEndpointConfigurations.member = Shapes::ShapeRef.new(shape: CustomRoutingEndpointConfiguration)
378
+
379
+ CustomRoutingEndpointDescription.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "EndpointId"))
380
+ CustomRoutingEndpointDescription.struct_class = Types::CustomRoutingEndpointDescription
381
+
382
+ CustomRoutingEndpointDescriptions.member = Shapes::ShapeRef.new(shape: CustomRoutingEndpointDescription)
383
+
384
+ CustomRoutingEndpointGroup.add_member(:endpoint_group_arn, Shapes::ShapeRef.new(shape: GenericString, location_name: "EndpointGroupArn"))
385
+ CustomRoutingEndpointGroup.add_member(:endpoint_group_region, Shapes::ShapeRef.new(shape: GenericString, location_name: "EndpointGroupRegion"))
386
+ CustomRoutingEndpointGroup.add_member(:destination_descriptions, Shapes::ShapeRef.new(shape: CustomRoutingDestinationDescriptions, location_name: "DestinationDescriptions"))
387
+ CustomRoutingEndpointGroup.add_member(:endpoint_descriptions, Shapes::ShapeRef.new(shape: CustomRoutingEndpointDescriptions, location_name: "EndpointDescriptions"))
388
+ CustomRoutingEndpointGroup.struct_class = Types::CustomRoutingEndpointGroup
389
+
390
+ CustomRoutingEndpointGroups.member = Shapes::ShapeRef.new(shape: CustomRoutingEndpointGroup)
391
+
392
+ CustomRoutingListener.add_member(:listener_arn, Shapes::ShapeRef.new(shape: GenericString, location_name: "ListenerArn"))
393
+ CustomRoutingListener.add_member(:port_ranges, Shapes::ShapeRef.new(shape: PortRanges, location_name: "PortRanges"))
394
+ CustomRoutingListener.struct_class = Types::CustomRoutingListener
395
+
396
+ CustomRoutingListeners.member = Shapes::ShapeRef.new(shape: CustomRoutingListener)
397
+
398
+ CustomRoutingProtocols.member = Shapes::ShapeRef.new(shape: CustomRoutingProtocol)
399
+
224
400
  DeleteAcceleratorRequest.add_member(:accelerator_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "AcceleratorArn"))
225
401
  DeleteAcceleratorRequest.struct_class = Types::DeleteAcceleratorRequest
226
402
 
403
+ DeleteCustomRoutingAcceleratorRequest.add_member(:accelerator_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "AcceleratorArn"))
404
+ DeleteCustomRoutingAcceleratorRequest.struct_class = Types::DeleteCustomRoutingAcceleratorRequest
405
+
406
+ DeleteCustomRoutingEndpointGroupRequest.add_member(:endpoint_group_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "EndpointGroupArn"))
407
+ DeleteCustomRoutingEndpointGroupRequest.struct_class = Types::DeleteCustomRoutingEndpointGroupRequest
408
+
409
+ DeleteCustomRoutingListenerRequest.add_member(:listener_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "ListenerArn"))
410
+ DeleteCustomRoutingListenerRequest.struct_class = Types::DeleteCustomRoutingListenerRequest
411
+
227
412
  DeleteEndpointGroupRequest.add_member(:endpoint_group_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "EndpointGroupArn"))
228
413
  DeleteEndpointGroupRequest.struct_class = Types::DeleteEndpointGroupRequest
229
414
 
230
415
  DeleteListenerRequest.add_member(:listener_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "ListenerArn"))
231
416
  DeleteListenerRequest.struct_class = Types::DeleteListenerRequest
232
417
 
418
+ DenyCustomRoutingTrafficRequest.add_member(:endpoint_group_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "EndpointGroupArn"))
419
+ DenyCustomRoutingTrafficRequest.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "EndpointId"))
420
+ DenyCustomRoutingTrafficRequest.add_member(:destination_addresses, Shapes::ShapeRef.new(shape: DestinationAddresses, location_name: "DestinationAddresses"))
421
+ DenyCustomRoutingTrafficRequest.add_member(:destination_ports, Shapes::ShapeRef.new(shape: DestinationPorts, location_name: "DestinationPorts"))
422
+ DenyCustomRoutingTrafficRequest.add_member(:deny_all_traffic_to_endpoint, Shapes::ShapeRef.new(shape: GenericBoolean, location_name: "DenyAllTrafficToEndpoint"))
423
+ DenyCustomRoutingTrafficRequest.struct_class = Types::DenyCustomRoutingTrafficRequest
424
+
233
425
  DeprovisionByoipCidrRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "Cidr"))
234
426
  DeprovisionByoipCidrRequest.struct_class = Types::DeprovisionByoipCidrRequest
235
427
 
@@ -248,6 +440,30 @@ module Aws::GlobalAccelerator
248
440
  DescribeAcceleratorResponse.add_member(:accelerator, Shapes::ShapeRef.new(shape: Accelerator, location_name: "Accelerator"))
249
441
  DescribeAcceleratorResponse.struct_class = Types::DescribeAcceleratorResponse
250
442
 
443
+ DescribeCustomRoutingAcceleratorAttributesRequest.add_member(:accelerator_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "AcceleratorArn"))
444
+ DescribeCustomRoutingAcceleratorAttributesRequest.struct_class = Types::DescribeCustomRoutingAcceleratorAttributesRequest
445
+
446
+ DescribeCustomRoutingAcceleratorAttributesResponse.add_member(:accelerator_attributes, Shapes::ShapeRef.new(shape: CustomRoutingAcceleratorAttributes, location_name: "AcceleratorAttributes"))
447
+ DescribeCustomRoutingAcceleratorAttributesResponse.struct_class = Types::DescribeCustomRoutingAcceleratorAttributesResponse
448
+
449
+ DescribeCustomRoutingAcceleratorRequest.add_member(:accelerator_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "AcceleratorArn"))
450
+ DescribeCustomRoutingAcceleratorRequest.struct_class = Types::DescribeCustomRoutingAcceleratorRequest
451
+
452
+ DescribeCustomRoutingAcceleratorResponse.add_member(:accelerator, Shapes::ShapeRef.new(shape: CustomRoutingAccelerator, location_name: "Accelerator"))
453
+ DescribeCustomRoutingAcceleratorResponse.struct_class = Types::DescribeCustomRoutingAcceleratorResponse
454
+
455
+ DescribeCustomRoutingEndpointGroupRequest.add_member(:endpoint_group_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "EndpointGroupArn"))
456
+ DescribeCustomRoutingEndpointGroupRequest.struct_class = Types::DescribeCustomRoutingEndpointGroupRequest
457
+
458
+ DescribeCustomRoutingEndpointGroupResponse.add_member(:endpoint_group, Shapes::ShapeRef.new(shape: CustomRoutingEndpointGroup, location_name: "EndpointGroup"))
459
+ DescribeCustomRoutingEndpointGroupResponse.struct_class = Types::DescribeCustomRoutingEndpointGroupResponse
460
+
461
+ DescribeCustomRoutingListenerRequest.add_member(:listener_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "ListenerArn"))
462
+ DescribeCustomRoutingListenerRequest.struct_class = Types::DescribeCustomRoutingListenerRequest
463
+
464
+ DescribeCustomRoutingListenerResponse.add_member(:listener, Shapes::ShapeRef.new(shape: CustomRoutingListener, location_name: "Listener"))
465
+ DescribeCustomRoutingListenerResponse.struct_class = Types::DescribeCustomRoutingListenerResponse
466
+
251
467
  DescribeEndpointGroupRequest.add_member(:endpoint_group_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "EndpointGroupArn"))
252
468
  DescribeEndpointGroupRequest.struct_class = Types::DescribeEndpointGroupRequest
253
469
 
@@ -260,6 +476,25 @@ module Aws::GlobalAccelerator
260
476
  DescribeListenerResponse.add_member(:listener, Shapes::ShapeRef.new(shape: Listener, location_name: "Listener"))
261
477
  DescribeListenerResponse.struct_class = Types::DescribeListenerResponse
262
478
 
479
+ DestinationAddresses.member = Shapes::ShapeRef.new(shape: IpAddress)
480
+
481
+ DestinationPortMapping.add_member(:accelerator_arn, Shapes::ShapeRef.new(shape: GenericString, location_name: "AcceleratorArn"))
482
+ DestinationPortMapping.add_member(:accelerator_socket_addresses, Shapes::ShapeRef.new(shape: SocketAddresses, location_name: "AcceleratorSocketAddresses"))
483
+ DestinationPortMapping.add_member(:endpoint_group_arn, Shapes::ShapeRef.new(shape: GenericString, location_name: "EndpointGroupArn"))
484
+ DestinationPortMapping.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "EndpointId"))
485
+ DestinationPortMapping.add_member(:endpoint_group_region, Shapes::ShapeRef.new(shape: GenericString, location_name: "EndpointGroupRegion"))
486
+ DestinationPortMapping.add_member(:destination_socket_address, Shapes::ShapeRef.new(shape: SocketAddress, location_name: "DestinationSocketAddress"))
487
+ DestinationPortMapping.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "IpAddressType"))
488
+ DestinationPortMapping.add_member(:destination_traffic_state, Shapes::ShapeRef.new(shape: CustomRoutingDestinationTrafficState, location_name: "DestinationTrafficState"))
489
+ DestinationPortMapping.struct_class = Types::DestinationPortMapping
490
+
491
+ DestinationPortMappings.member = Shapes::ShapeRef.new(shape: DestinationPortMapping)
492
+
493
+ DestinationPorts.member = Shapes::ShapeRef.new(shape: PortNumber)
494
+
495
+ EndpointAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
496
+ EndpointAlreadyExistsException.struct_class = Types::EndpointAlreadyExistsException
497
+
263
498
  EndpointConfiguration.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "EndpointId"))
264
499
  EndpointConfiguration.add_member(:weight, Shapes::ShapeRef.new(shape: EndpointWeight, location_name: "Weight"))
265
500
  EndpointConfiguration.add_member(:client_ip_preservation_enabled, Shapes::ShapeRef.new(shape: GenericBoolean, location_name: "ClientIPPreservationEnabled"))
@@ -282,7 +517,7 @@ module Aws::GlobalAccelerator
282
517
  EndpointGroup.add_member(:traffic_dial_percentage, Shapes::ShapeRef.new(shape: TrafficDialPercentage, location_name: "TrafficDialPercentage"))
283
518
  EndpointGroup.add_member(:health_check_port, Shapes::ShapeRef.new(shape: HealthCheckPort, location_name: "HealthCheckPort"))
284
519
  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"))
520
+ EndpointGroup.add_member(:health_check_path, Shapes::ShapeRef.new(shape: HealthCheckPath, location_name: "HealthCheckPath"))
286
521
  EndpointGroup.add_member(:health_check_interval_seconds, Shapes::ShapeRef.new(shape: HealthCheckIntervalSeconds, location_name: "HealthCheckIntervalSeconds"))
287
522
  EndpointGroup.add_member(:threshold_count, Shapes::ShapeRef.new(shape: ThresholdCount, location_name: "ThresholdCount"))
288
523
  EndpointGroup.add_member(:port_overrides, Shapes::ShapeRef.new(shape: PortOverrides, location_name: "PortOverrides"))
@@ -296,6 +531,11 @@ module Aws::GlobalAccelerator
296
531
 
297
532
  EndpointGroups.member = Shapes::ShapeRef.new(shape: EndpointGroup)
298
533
 
534
+ EndpointIds.member = Shapes::ShapeRef.new(shape: GenericString)
535
+
536
+ EndpointNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
537
+ EndpointNotFoundException.struct_class = Types::EndpointNotFoundException
538
+
299
539
  IncorrectCidrStateException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
300
540
  IncorrectCidrStateException.struct_class = Types::IncorrectCidrStateException
301
541
 
@@ -338,6 +578,52 @@ module Aws::GlobalAccelerator
338
578
  ListByoipCidrsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
339
579
  ListByoipCidrsResponse.struct_class = Types::ListByoipCidrsResponse
340
580
 
581
+ ListCustomRoutingAcceleratorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
582
+ ListCustomRoutingAcceleratorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
583
+ ListCustomRoutingAcceleratorsRequest.struct_class = Types::ListCustomRoutingAcceleratorsRequest
584
+
585
+ ListCustomRoutingAcceleratorsResponse.add_member(:accelerators, Shapes::ShapeRef.new(shape: CustomRoutingAccelerators, location_name: "Accelerators"))
586
+ ListCustomRoutingAcceleratorsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
587
+ ListCustomRoutingAcceleratorsResponse.struct_class = Types::ListCustomRoutingAcceleratorsResponse
588
+
589
+ ListCustomRoutingEndpointGroupsRequest.add_member(:listener_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "ListenerArn"))
590
+ ListCustomRoutingEndpointGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
591
+ ListCustomRoutingEndpointGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
592
+ ListCustomRoutingEndpointGroupsRequest.struct_class = Types::ListCustomRoutingEndpointGroupsRequest
593
+
594
+ ListCustomRoutingEndpointGroupsResponse.add_member(:endpoint_groups, Shapes::ShapeRef.new(shape: CustomRoutingEndpointGroups, location_name: "EndpointGroups"))
595
+ ListCustomRoutingEndpointGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
596
+ ListCustomRoutingEndpointGroupsResponse.struct_class = Types::ListCustomRoutingEndpointGroupsResponse
597
+
598
+ ListCustomRoutingListenersRequest.add_member(:accelerator_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "AcceleratorArn"))
599
+ ListCustomRoutingListenersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
600
+ ListCustomRoutingListenersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
601
+ ListCustomRoutingListenersRequest.struct_class = Types::ListCustomRoutingListenersRequest
602
+
603
+ ListCustomRoutingListenersResponse.add_member(:listeners, Shapes::ShapeRef.new(shape: CustomRoutingListeners, location_name: "Listeners"))
604
+ ListCustomRoutingListenersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
605
+ ListCustomRoutingListenersResponse.struct_class = Types::ListCustomRoutingListenersResponse
606
+
607
+ ListCustomRoutingPortMappingsByDestinationRequest.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "EndpointId"))
608
+ ListCustomRoutingPortMappingsByDestinationRequest.add_member(:destination_address, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "DestinationAddress"))
609
+ ListCustomRoutingPortMappingsByDestinationRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PortMappingsMaxResults, location_name: "MaxResults"))
610
+ ListCustomRoutingPortMappingsByDestinationRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
611
+ ListCustomRoutingPortMappingsByDestinationRequest.struct_class = Types::ListCustomRoutingPortMappingsByDestinationRequest
612
+
613
+ ListCustomRoutingPortMappingsByDestinationResponse.add_member(:destination_port_mappings, Shapes::ShapeRef.new(shape: DestinationPortMappings, location_name: "DestinationPortMappings"))
614
+ ListCustomRoutingPortMappingsByDestinationResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
615
+ ListCustomRoutingPortMappingsByDestinationResponse.struct_class = Types::ListCustomRoutingPortMappingsByDestinationResponse
616
+
617
+ ListCustomRoutingPortMappingsRequest.add_member(:accelerator_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "AcceleratorArn"))
618
+ ListCustomRoutingPortMappingsRequest.add_member(:endpoint_group_arn, Shapes::ShapeRef.new(shape: GenericString, location_name: "EndpointGroupArn"))
619
+ ListCustomRoutingPortMappingsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PortMappingsMaxResults, location_name: "MaxResults"))
620
+ ListCustomRoutingPortMappingsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
621
+ ListCustomRoutingPortMappingsRequest.struct_class = Types::ListCustomRoutingPortMappingsRequest
622
+
623
+ ListCustomRoutingPortMappingsResponse.add_member(:port_mappings, Shapes::ShapeRef.new(shape: PortMappings, location_name: "PortMappings"))
624
+ ListCustomRoutingPortMappingsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
625
+ ListCustomRoutingPortMappingsResponse.struct_class = Types::ListCustomRoutingPortMappingsResponse
626
+
341
627
  ListEndpointGroupsRequest.add_member(:listener_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "ListenerArn"))
342
628
  ListEndpointGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
343
629
  ListEndpointGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
@@ -373,6 +659,16 @@ module Aws::GlobalAccelerator
373
659
 
374
660
  Listeners.member = Shapes::ShapeRef.new(shape: Listener)
375
661
 
662
+ PortMapping.add_member(:accelerator_port, Shapes::ShapeRef.new(shape: PortNumber, location_name: "AcceleratorPort"))
663
+ PortMapping.add_member(:endpoint_group_arn, Shapes::ShapeRef.new(shape: GenericString, location_name: "EndpointGroupArn"))
664
+ PortMapping.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "EndpointId"))
665
+ PortMapping.add_member(:destination_socket_address, Shapes::ShapeRef.new(shape: SocketAddress, location_name: "DestinationSocketAddress"))
666
+ PortMapping.add_member(:protocols, Shapes::ShapeRef.new(shape: CustomRoutingProtocols, location_name: "Protocols"))
667
+ PortMapping.add_member(:destination_traffic_state, Shapes::ShapeRef.new(shape: CustomRoutingDestinationTrafficState, location_name: "DestinationTrafficState"))
668
+ PortMapping.struct_class = Types::PortMapping
669
+
670
+ PortMappings.member = Shapes::ShapeRef.new(shape: PortMapping)
671
+
376
672
  PortOverride.add_member(:listener_port, Shapes::ShapeRef.new(shape: PortNumber, location_name: "ListenerPort"))
377
673
  PortOverride.add_member(:endpoint_port, Shapes::ShapeRef.new(shape: PortNumber, location_name: "EndpointPort"))
378
674
  PortOverride.struct_class = Types::PortOverride
@@ -385,6 +681,8 @@ module Aws::GlobalAccelerator
385
681
 
386
682
  PortRanges.member = Shapes::ShapeRef.new(shape: PortRange)
387
683
 
684
+ Protocols.member = Shapes::ShapeRef.new(shape: Protocol)
685
+
388
686
  ProvisionByoipCidrRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "Cidr"))
389
687
  ProvisionByoipCidrRequest.add_member(:cidr_authorization_context, Shapes::ShapeRef.new(shape: CidrAuthorizationContext, required: true, location_name: "CidrAuthorizationContext"))
390
688
  ProvisionByoipCidrRequest.struct_class = Types::ProvisionByoipCidrRequest
@@ -392,6 +690,16 @@ module Aws::GlobalAccelerator
392
690
  ProvisionByoipCidrResponse.add_member(:byoip_cidr, Shapes::ShapeRef.new(shape: ByoipCidr, location_name: "ByoipCidr"))
393
691
  ProvisionByoipCidrResponse.struct_class = Types::ProvisionByoipCidrResponse
394
692
 
693
+ RemoveCustomRoutingEndpointsRequest.add_member(:endpoint_ids, Shapes::ShapeRef.new(shape: EndpointIds, required: true, location_name: "EndpointIds"))
694
+ RemoveCustomRoutingEndpointsRequest.add_member(:endpoint_group_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "EndpointGroupArn"))
695
+ RemoveCustomRoutingEndpointsRequest.struct_class = Types::RemoveCustomRoutingEndpointsRequest
696
+
697
+ SocketAddress.add_member(:ip_address, Shapes::ShapeRef.new(shape: GenericString, location_name: "IpAddress"))
698
+ SocketAddress.add_member(:port, Shapes::ShapeRef.new(shape: PortNumber, location_name: "Port"))
699
+ SocketAddress.struct_class = Types::SocketAddress
700
+
701
+ SocketAddresses.member = Shapes::ShapeRef.new(shape: SocketAddress)
702
+
395
703
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
396
704
  Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
397
705
  Tag.struct_class = Types::Tag
@@ -430,12 +738,37 @@ module Aws::GlobalAccelerator
430
738
  UpdateAcceleratorResponse.add_member(:accelerator, Shapes::ShapeRef.new(shape: Accelerator, location_name: "Accelerator"))
431
739
  UpdateAcceleratorResponse.struct_class = Types::UpdateAcceleratorResponse
432
740
 
741
+ UpdateCustomRoutingAcceleratorAttributesRequest.add_member(:accelerator_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "AcceleratorArn"))
742
+ UpdateCustomRoutingAcceleratorAttributesRequest.add_member(:flow_logs_enabled, Shapes::ShapeRef.new(shape: GenericBoolean, location_name: "FlowLogsEnabled"))
743
+ UpdateCustomRoutingAcceleratorAttributesRequest.add_member(:flow_logs_s3_bucket, Shapes::ShapeRef.new(shape: GenericString, location_name: "FlowLogsS3Bucket"))
744
+ UpdateCustomRoutingAcceleratorAttributesRequest.add_member(:flow_logs_s3_prefix, Shapes::ShapeRef.new(shape: GenericString, location_name: "FlowLogsS3Prefix"))
745
+ UpdateCustomRoutingAcceleratorAttributesRequest.struct_class = Types::UpdateCustomRoutingAcceleratorAttributesRequest
746
+
747
+ UpdateCustomRoutingAcceleratorAttributesResponse.add_member(:accelerator_attributes, Shapes::ShapeRef.new(shape: CustomRoutingAcceleratorAttributes, location_name: "AcceleratorAttributes"))
748
+ UpdateCustomRoutingAcceleratorAttributesResponse.struct_class = Types::UpdateCustomRoutingAcceleratorAttributesResponse
749
+
750
+ UpdateCustomRoutingAcceleratorRequest.add_member(:accelerator_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "AcceleratorArn"))
751
+ UpdateCustomRoutingAcceleratorRequest.add_member(:name, Shapes::ShapeRef.new(shape: GenericString, location_name: "Name"))
752
+ UpdateCustomRoutingAcceleratorRequest.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "IpAddressType"))
753
+ UpdateCustomRoutingAcceleratorRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: GenericBoolean, location_name: "Enabled"))
754
+ UpdateCustomRoutingAcceleratorRequest.struct_class = Types::UpdateCustomRoutingAcceleratorRequest
755
+
756
+ UpdateCustomRoutingAcceleratorResponse.add_member(:accelerator, Shapes::ShapeRef.new(shape: CustomRoutingAccelerator, location_name: "Accelerator"))
757
+ UpdateCustomRoutingAcceleratorResponse.struct_class = Types::UpdateCustomRoutingAcceleratorResponse
758
+
759
+ UpdateCustomRoutingListenerRequest.add_member(:listener_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "ListenerArn"))
760
+ UpdateCustomRoutingListenerRequest.add_member(:port_ranges, Shapes::ShapeRef.new(shape: PortRanges, required: true, location_name: "PortRanges"))
761
+ UpdateCustomRoutingListenerRequest.struct_class = Types::UpdateCustomRoutingListenerRequest
762
+
763
+ UpdateCustomRoutingListenerResponse.add_member(:listener, Shapes::ShapeRef.new(shape: CustomRoutingListener, location_name: "Listener"))
764
+ UpdateCustomRoutingListenerResponse.struct_class = Types::UpdateCustomRoutingListenerResponse
765
+
433
766
  UpdateEndpointGroupRequest.add_member(:endpoint_group_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "EndpointGroupArn"))
434
767
  UpdateEndpointGroupRequest.add_member(:endpoint_configurations, Shapes::ShapeRef.new(shape: EndpointConfigurations, location_name: "EndpointConfigurations"))
435
768
  UpdateEndpointGroupRequest.add_member(:traffic_dial_percentage, Shapes::ShapeRef.new(shape: TrafficDialPercentage, location_name: "TrafficDialPercentage"))
436
769
  UpdateEndpointGroupRequest.add_member(:health_check_port, Shapes::ShapeRef.new(shape: HealthCheckPort, location_name: "HealthCheckPort"))
437
770
  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"))
771
+ UpdateEndpointGroupRequest.add_member(:health_check_path, Shapes::ShapeRef.new(shape: HealthCheckPath, location_name: "HealthCheckPath"))
439
772
  UpdateEndpointGroupRequest.add_member(:health_check_interval_seconds, Shapes::ShapeRef.new(shape: HealthCheckIntervalSeconds, location_name: "HealthCheckIntervalSeconds"))
440
773
  UpdateEndpointGroupRequest.add_member(:threshold_count, Shapes::ShapeRef.new(shape: ThresholdCount, location_name: "ThresholdCount"))
441
774
  UpdateEndpointGroupRequest.add_member(:port_overrides, Shapes::ShapeRef.new(shape: PortOverrides, location_name: "PortOverrides"))
@@ -478,6 +811,21 @@ module Aws::GlobalAccelerator
478
811
  "uid" => "globalaccelerator-2018-08-08",
479
812
  }
480
813
 
814
+ api.add_operation(:add_custom_routing_endpoints, Seahorse::Model::Operation.new.tap do |o|
815
+ o.name = "AddCustomRoutingEndpoints"
816
+ o.http_method = "POST"
817
+ o.http_request_uri = "/"
818
+ o.input = Shapes::ShapeRef.new(shape: AddCustomRoutingEndpointsRequest)
819
+ o.output = Shapes::ShapeRef.new(shape: AddCustomRoutingEndpointsResponse)
820
+ o.errors << Shapes::ShapeRef.new(shape: EndpointAlreadyExistsException)
821
+ o.errors << Shapes::ShapeRef.new(shape: EndpointGroupNotFoundException)
822
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
823
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
824
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
825
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
826
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
827
+ end)
828
+
481
829
  api.add_operation(:advertise_byoip_cidr, Seahorse::Model::Operation.new.tap do |o|
482
830
  o.name = "AdvertiseByoipCidr"
483
831
  o.http_method = "POST"
@@ -491,6 +839,16 @@ module Aws::GlobalAccelerator
491
839
  o.errors << Shapes::ShapeRef.new(shape: IncorrectCidrStateException)
492
840
  end)
493
841
 
842
+ api.add_operation(:allow_custom_routing_traffic, Seahorse::Model::Operation.new.tap do |o|
843
+ o.name = "AllowCustomRoutingTraffic"
844
+ o.http_method = "POST"
845
+ o.http_request_uri = "/"
846
+ o.input = Shapes::ShapeRef.new(shape: AllowCustomRoutingTrafficRequest)
847
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
848
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
849
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
850
+ end)
851
+
494
852
  api.add_operation(:create_accelerator, Seahorse::Model::Operation.new.tap do |o|
495
853
  o.name = "CreateAccelerator"
496
854
  o.http_method = "POST"
@@ -502,6 +860,47 @@ module Aws::GlobalAccelerator
502
860
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
503
861
  end)
504
862
 
863
+ api.add_operation(:create_custom_routing_accelerator, Seahorse::Model::Operation.new.tap do |o|
864
+ o.name = "CreateCustomRoutingAccelerator"
865
+ o.http_method = "POST"
866
+ o.http_request_uri = "/"
867
+ o.input = Shapes::ShapeRef.new(shape: CreateCustomRoutingAcceleratorRequest)
868
+ o.output = Shapes::ShapeRef.new(shape: CreateCustomRoutingAcceleratorResponse)
869
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
870
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
871
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
872
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
873
+ end)
874
+
875
+ api.add_operation(:create_custom_routing_endpoint_group, Seahorse::Model::Operation.new.tap do |o|
876
+ o.name = "CreateCustomRoutingEndpointGroup"
877
+ o.http_method = "POST"
878
+ o.http_request_uri = "/"
879
+ o.input = Shapes::ShapeRef.new(shape: CreateCustomRoutingEndpointGroupRequest)
880
+ o.output = Shapes::ShapeRef.new(shape: CreateCustomRoutingEndpointGroupResponse)
881
+ o.errors << Shapes::ShapeRef.new(shape: AcceleratorNotFoundException)
882
+ o.errors << Shapes::ShapeRef.new(shape: EndpointGroupAlreadyExistsException)
883
+ o.errors << Shapes::ShapeRef.new(shape: ListenerNotFoundException)
884
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
885
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
886
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPortRangeException)
887
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
888
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
889
+ end)
890
+
891
+ api.add_operation(:create_custom_routing_listener, Seahorse::Model::Operation.new.tap do |o|
892
+ o.name = "CreateCustomRoutingListener"
893
+ o.http_method = "POST"
894
+ o.http_request_uri = "/"
895
+ o.input = Shapes::ShapeRef.new(shape: CreateCustomRoutingListenerRequest)
896
+ o.output = Shapes::ShapeRef.new(shape: CreateCustomRoutingListenerResponse)
897
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
898
+ o.errors << Shapes::ShapeRef.new(shape: AcceleratorNotFoundException)
899
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPortRangeException)
900
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
901
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
902
+ end)
903
+
505
904
  api.add_operation(:create_endpoint_group, Seahorse::Model::Operation.new.tap do |o|
506
905
  o.name = "CreateEndpointGroup"
507
906
  o.http_method = "POST"
@@ -543,6 +942,42 @@ module Aws::GlobalAccelerator
543
942
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
544
943
  end)
545
944
 
945
+ api.add_operation(:delete_custom_routing_accelerator, Seahorse::Model::Operation.new.tap do |o|
946
+ o.name = "DeleteCustomRoutingAccelerator"
947
+ o.http_method = "POST"
948
+ o.http_request_uri = "/"
949
+ o.input = Shapes::ShapeRef.new(shape: DeleteCustomRoutingAcceleratorRequest)
950
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
951
+ o.errors << Shapes::ShapeRef.new(shape: AcceleratorNotFoundException)
952
+ o.errors << Shapes::ShapeRef.new(shape: AcceleratorNotDisabledException)
953
+ o.errors << Shapes::ShapeRef.new(shape: AssociatedListenerFoundException)
954
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
955
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
956
+ end)
957
+
958
+ api.add_operation(:delete_custom_routing_endpoint_group, Seahorse::Model::Operation.new.tap do |o|
959
+ o.name = "DeleteCustomRoutingEndpointGroup"
960
+ o.http_method = "POST"
961
+ o.http_request_uri = "/"
962
+ o.input = Shapes::ShapeRef.new(shape: DeleteCustomRoutingEndpointGroupRequest)
963
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
964
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
965
+ o.errors << Shapes::ShapeRef.new(shape: EndpointGroupNotFoundException)
966
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
967
+ end)
968
+
969
+ api.add_operation(:delete_custom_routing_listener, Seahorse::Model::Operation.new.tap do |o|
970
+ o.name = "DeleteCustomRoutingListener"
971
+ o.http_method = "POST"
972
+ o.http_request_uri = "/"
973
+ o.input = Shapes::ShapeRef.new(shape: DeleteCustomRoutingListenerRequest)
974
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
975
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
976
+ o.errors << Shapes::ShapeRef.new(shape: ListenerNotFoundException)
977
+ o.errors << Shapes::ShapeRef.new(shape: AssociatedEndpointGroupFoundException)
978
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
979
+ end)
980
+
546
981
  api.add_operation(:delete_endpoint_group, Seahorse::Model::Operation.new.tap do |o|
547
982
  o.name = "DeleteEndpointGroup"
548
983
  o.http_method = "POST"
@@ -566,6 +1001,16 @@ module Aws::GlobalAccelerator
566
1001
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
567
1002
  end)
568
1003
 
1004
+ api.add_operation(:deny_custom_routing_traffic, Seahorse::Model::Operation.new.tap do |o|
1005
+ o.name = "DenyCustomRoutingTraffic"
1006
+ o.http_method = "POST"
1007
+ o.http_request_uri = "/"
1008
+ o.input = Shapes::ShapeRef.new(shape: DenyCustomRoutingTrafficRequest)
1009
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1010
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1011
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1012
+ end)
1013
+
569
1014
  api.add_operation(:deprovision_byoip_cidr, Seahorse::Model::Operation.new.tap do |o|
570
1015
  o.name = "DeprovisionByoipCidr"
571
1016
  o.http_method = "POST"
@@ -601,6 +1046,50 @@ module Aws::GlobalAccelerator
601
1046
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
602
1047
  end)
603
1048
 
1049
+ api.add_operation(:describe_custom_routing_accelerator, Seahorse::Model::Operation.new.tap do |o|
1050
+ o.name = "DescribeCustomRoutingAccelerator"
1051
+ o.http_method = "POST"
1052
+ o.http_request_uri = "/"
1053
+ o.input = Shapes::ShapeRef.new(shape: DescribeCustomRoutingAcceleratorRequest)
1054
+ o.output = Shapes::ShapeRef.new(shape: DescribeCustomRoutingAcceleratorResponse)
1055
+ o.errors << Shapes::ShapeRef.new(shape: AcceleratorNotFoundException)
1056
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1057
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1058
+ end)
1059
+
1060
+ api.add_operation(:describe_custom_routing_accelerator_attributes, Seahorse::Model::Operation.new.tap do |o|
1061
+ o.name = "DescribeCustomRoutingAcceleratorAttributes"
1062
+ o.http_method = "POST"
1063
+ o.http_request_uri = "/"
1064
+ o.input = Shapes::ShapeRef.new(shape: DescribeCustomRoutingAcceleratorAttributesRequest)
1065
+ o.output = Shapes::ShapeRef.new(shape: DescribeCustomRoutingAcceleratorAttributesResponse)
1066
+ o.errors << Shapes::ShapeRef.new(shape: AcceleratorNotFoundException)
1067
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1068
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1069
+ end)
1070
+
1071
+ api.add_operation(:describe_custom_routing_endpoint_group, Seahorse::Model::Operation.new.tap do |o|
1072
+ o.name = "DescribeCustomRoutingEndpointGroup"
1073
+ o.http_method = "POST"
1074
+ o.http_request_uri = "/"
1075
+ o.input = Shapes::ShapeRef.new(shape: DescribeCustomRoutingEndpointGroupRequest)
1076
+ o.output = Shapes::ShapeRef.new(shape: DescribeCustomRoutingEndpointGroupResponse)
1077
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1078
+ o.errors << Shapes::ShapeRef.new(shape: EndpointGroupNotFoundException)
1079
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1080
+ end)
1081
+
1082
+ api.add_operation(:describe_custom_routing_listener, Seahorse::Model::Operation.new.tap do |o|
1083
+ o.name = "DescribeCustomRoutingListener"
1084
+ o.http_method = "POST"
1085
+ o.http_request_uri = "/"
1086
+ o.input = Shapes::ShapeRef.new(shape: DescribeCustomRoutingListenerRequest)
1087
+ o.output = Shapes::ShapeRef.new(shape: DescribeCustomRoutingListenerResponse)
1088
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1089
+ o.errors << Shapes::ShapeRef.new(shape: ListenerNotFoundException)
1090
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1091
+ end)
1092
+
604
1093
  api.add_operation(:describe_endpoint_group, Seahorse::Model::Operation.new.tap do |o|
605
1094
  o.name = "DescribeEndpointGroup"
606
1095
  o.http_method = "POST"
@@ -632,6 +1121,12 @@ module Aws::GlobalAccelerator
632
1121
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
633
1122
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
634
1123
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1124
+ o[:pager] = Aws::Pager.new(
1125
+ limit_key: "max_results",
1126
+ tokens: {
1127
+ "next_token" => "next_token"
1128
+ }
1129
+ )
635
1130
  end)
636
1131
 
637
1132
  api.add_operation(:list_byoip_cidrs, Seahorse::Model::Operation.new.tap do |o|
@@ -644,6 +1139,102 @@ module Aws::GlobalAccelerator
644
1139
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
645
1140
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
646
1141
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1142
+ o[:pager] = Aws::Pager.new(
1143
+ limit_key: "max_results",
1144
+ tokens: {
1145
+ "next_token" => "next_token"
1146
+ }
1147
+ )
1148
+ end)
1149
+
1150
+ api.add_operation(:list_custom_routing_accelerators, Seahorse::Model::Operation.new.tap do |o|
1151
+ o.name = "ListCustomRoutingAccelerators"
1152
+ o.http_method = "POST"
1153
+ o.http_request_uri = "/"
1154
+ o.input = Shapes::ShapeRef.new(shape: ListCustomRoutingAcceleratorsRequest)
1155
+ o.output = Shapes::ShapeRef.new(shape: ListCustomRoutingAcceleratorsResponse)
1156
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1157
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1158
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1159
+ o[:pager] = Aws::Pager.new(
1160
+ limit_key: "max_results",
1161
+ tokens: {
1162
+ "next_token" => "next_token"
1163
+ }
1164
+ )
1165
+ end)
1166
+
1167
+ api.add_operation(:list_custom_routing_endpoint_groups, Seahorse::Model::Operation.new.tap do |o|
1168
+ o.name = "ListCustomRoutingEndpointGroups"
1169
+ o.http_method = "POST"
1170
+ o.http_request_uri = "/"
1171
+ o.input = Shapes::ShapeRef.new(shape: ListCustomRoutingEndpointGroupsRequest)
1172
+ o.output = Shapes::ShapeRef.new(shape: ListCustomRoutingEndpointGroupsResponse)
1173
+ o.errors << Shapes::ShapeRef.new(shape: ListenerNotFoundException)
1174
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1175
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1176
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1177
+ o[:pager] = Aws::Pager.new(
1178
+ limit_key: "max_results",
1179
+ tokens: {
1180
+ "next_token" => "next_token"
1181
+ }
1182
+ )
1183
+ end)
1184
+
1185
+ api.add_operation(:list_custom_routing_listeners, Seahorse::Model::Operation.new.tap do |o|
1186
+ o.name = "ListCustomRoutingListeners"
1187
+ o.http_method = "POST"
1188
+ o.http_request_uri = "/"
1189
+ o.input = Shapes::ShapeRef.new(shape: ListCustomRoutingListenersRequest)
1190
+ o.output = Shapes::ShapeRef.new(shape: ListCustomRoutingListenersResponse)
1191
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1192
+ o.errors << Shapes::ShapeRef.new(shape: AcceleratorNotFoundException)
1193
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1194
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1195
+ o[:pager] = Aws::Pager.new(
1196
+ limit_key: "max_results",
1197
+ tokens: {
1198
+ "next_token" => "next_token"
1199
+ }
1200
+ )
1201
+ end)
1202
+
1203
+ api.add_operation(:list_custom_routing_port_mappings, Seahorse::Model::Operation.new.tap do |o|
1204
+ o.name = "ListCustomRoutingPortMappings"
1205
+ o.http_method = "POST"
1206
+ o.http_request_uri = "/"
1207
+ o.input = Shapes::ShapeRef.new(shape: ListCustomRoutingPortMappingsRequest)
1208
+ o.output = Shapes::ShapeRef.new(shape: ListCustomRoutingPortMappingsResponse)
1209
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1210
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1211
+ o.errors << Shapes::ShapeRef.new(shape: EndpointGroupNotFoundException)
1212
+ o.errors << Shapes::ShapeRef.new(shape: AcceleratorNotFoundException)
1213
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1214
+ o[:pager] = Aws::Pager.new(
1215
+ limit_key: "max_results",
1216
+ tokens: {
1217
+ "next_token" => "next_token"
1218
+ }
1219
+ )
1220
+ end)
1221
+
1222
+ api.add_operation(:list_custom_routing_port_mappings_by_destination, Seahorse::Model::Operation.new.tap do |o|
1223
+ o.name = "ListCustomRoutingPortMappingsByDestination"
1224
+ o.http_method = "POST"
1225
+ o.http_request_uri = "/"
1226
+ o.input = Shapes::ShapeRef.new(shape: ListCustomRoutingPortMappingsByDestinationRequest)
1227
+ o.output = Shapes::ShapeRef.new(shape: ListCustomRoutingPortMappingsByDestinationResponse)
1228
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1229
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1230
+ o.errors << Shapes::ShapeRef.new(shape: EndpointNotFoundException)
1231
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1232
+ o[:pager] = Aws::Pager.new(
1233
+ limit_key: "max_results",
1234
+ tokens: {
1235
+ "next_token" => "next_token"
1236
+ }
1237
+ )
647
1238
  end)
648
1239
 
649
1240
  api.add_operation(:list_endpoint_groups, Seahorse::Model::Operation.new.tap do |o|
@@ -656,6 +1247,12 @@ module Aws::GlobalAccelerator
656
1247
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
657
1248
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
658
1249
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1250
+ o[:pager] = Aws::Pager.new(
1251
+ limit_key: "max_results",
1252
+ tokens: {
1253
+ "next_token" => "next_token"
1254
+ }
1255
+ )
659
1256
  end)
660
1257
 
661
1258
  api.add_operation(:list_listeners, Seahorse::Model::Operation.new.tap do |o|
@@ -668,6 +1265,12 @@ module Aws::GlobalAccelerator
668
1265
  o.errors << Shapes::ShapeRef.new(shape: AcceleratorNotFoundException)
669
1266
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
670
1267
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1268
+ o[:pager] = Aws::Pager.new(
1269
+ limit_key: "max_results",
1270
+ tokens: {
1271
+ "next_token" => "next_token"
1272
+ }
1273
+ )
671
1274
  end)
672
1275
 
673
1276
  api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
@@ -694,6 +1297,20 @@ module Aws::GlobalAccelerator
694
1297
  o.errors << Shapes::ShapeRef.new(shape: IncorrectCidrStateException)
695
1298
  end)
696
1299
 
1300
+ api.add_operation(:remove_custom_routing_endpoints, Seahorse::Model::Operation.new.tap do |o|
1301
+ o.name = "RemoveCustomRoutingEndpoints"
1302
+ o.http_method = "POST"
1303
+ o.http_request_uri = "/"
1304
+ o.input = Shapes::ShapeRef.new(shape: RemoveCustomRoutingEndpointsRequest)
1305
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1306
+ o.errors << Shapes::ShapeRef.new(shape: EndpointGroupNotFoundException)
1307
+ o.errors << Shapes::ShapeRef.new(shape: EndpointNotFoundException)
1308
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1309
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1310
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1311
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1312
+ end)
1313
+
697
1314
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
698
1315
  o.name = "TagResource"
699
1316
  o.http_method = "POST"
@@ -739,6 +1356,42 @@ module Aws::GlobalAccelerator
739
1356
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
740
1357
  end)
741
1358
 
1359
+ api.add_operation(:update_custom_routing_accelerator, Seahorse::Model::Operation.new.tap do |o|
1360
+ o.name = "UpdateCustomRoutingAccelerator"
1361
+ o.http_method = "POST"
1362
+ o.http_request_uri = "/"
1363
+ o.input = Shapes::ShapeRef.new(shape: UpdateCustomRoutingAcceleratorRequest)
1364
+ o.output = Shapes::ShapeRef.new(shape: UpdateCustomRoutingAcceleratorResponse)
1365
+ o.errors << Shapes::ShapeRef.new(shape: AcceleratorNotFoundException)
1366
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1367
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1368
+ end)
1369
+
1370
+ api.add_operation(:update_custom_routing_accelerator_attributes, Seahorse::Model::Operation.new.tap do |o|
1371
+ o.name = "UpdateCustomRoutingAcceleratorAttributes"
1372
+ o.http_method = "POST"
1373
+ o.http_request_uri = "/"
1374
+ o.input = Shapes::ShapeRef.new(shape: UpdateCustomRoutingAcceleratorAttributesRequest)
1375
+ o.output = Shapes::ShapeRef.new(shape: UpdateCustomRoutingAcceleratorAttributesResponse)
1376
+ o.errors << Shapes::ShapeRef.new(shape: AcceleratorNotFoundException)
1377
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1378
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1379
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1380
+ end)
1381
+
1382
+ api.add_operation(:update_custom_routing_listener, Seahorse::Model::Operation.new.tap do |o|
1383
+ o.name = "UpdateCustomRoutingListener"
1384
+ o.http_method = "POST"
1385
+ o.http_request_uri = "/"
1386
+ o.input = Shapes::ShapeRef.new(shape: UpdateCustomRoutingListenerRequest)
1387
+ o.output = Shapes::ShapeRef.new(shape: UpdateCustomRoutingListenerResponse)
1388
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1389
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPortRangeException)
1390
+ o.errors << Shapes::ShapeRef.new(shape: ListenerNotFoundException)
1391
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1392
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1393
+ end)
1394
+
742
1395
  api.add_operation(:update_endpoint_group, Seahorse::Model::Operation.new.tap do |o|
743
1396
  o.name = "UpdateEndpointGroup"
744
1397
  o.http_method = "POST"