aws-sdk-globalaccelerator 1.55.0 → 1.57.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.
data/sig/client.rbs ADDED
@@ -0,0 +1,810 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module GlobalAccelerator
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?simple_json: bool,
52
+ ?stub_responses: untyped,
53
+ ?token_provider: untyped,
54
+ ?use_dualstack_endpoint: bool,
55
+ ?use_fips_endpoint: bool,
56
+ ?validate_params: bool,
57
+ ?endpoint_provider: untyped,
58
+ ?http_proxy: String,
59
+ ?http_open_timeout: (Float | Integer),
60
+ ?http_read_timeout: (Float | Integer),
61
+ ?http_idle_timeout: (Float | Integer),
62
+ ?http_continue_timeout: (Float | Integer),
63
+ ?ssl_timeout: (Float | Integer | nil),
64
+ ?http_wire_trace: bool,
65
+ ?ssl_verify_peer: bool,
66
+ ?ssl_ca_bundle: String,
67
+ ?ssl_ca_directory: String,
68
+ ?ssl_ca_store: String,
69
+ ?on_chunk_received: Proc,
70
+ ?on_chunk_sent: Proc,
71
+ ?raise_response_errors: bool
72
+ ) -> instance
73
+ | (?Hash[Symbol, untyped]) -> instance
74
+
75
+
76
+ interface _AddCustomRoutingEndpointsResponseSuccess
77
+ include ::Seahorse::Client::_ResponseSuccess[Types::AddCustomRoutingEndpointsResponse]
78
+ def endpoint_descriptions: () -> ::Array[Types::CustomRoutingEndpointDescription]
79
+ def endpoint_group_arn: () -> ::String
80
+ end
81
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#add_custom_routing_endpoints-instance_method
82
+ def add_custom_routing_endpoints: (
83
+ endpoint_configurations: Array[
84
+ {
85
+ endpoint_id: ::String?,
86
+ attachment_arn: ::String?
87
+ },
88
+ ],
89
+ endpoint_group_arn: ::String
90
+ ) -> _AddCustomRoutingEndpointsResponseSuccess
91
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddCustomRoutingEndpointsResponseSuccess
92
+
93
+ interface _AddEndpointsResponseSuccess
94
+ include ::Seahorse::Client::_ResponseSuccess[Types::AddEndpointsResponse]
95
+ def endpoint_descriptions: () -> ::Array[Types::EndpointDescription]
96
+ def endpoint_group_arn: () -> ::String
97
+ end
98
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#add_endpoints-instance_method
99
+ def add_endpoints: (
100
+ endpoint_configurations: Array[
101
+ {
102
+ endpoint_id: ::String?,
103
+ weight: ::Integer?,
104
+ client_ip_preservation_enabled: bool?,
105
+ attachment_arn: ::String?
106
+ },
107
+ ],
108
+ endpoint_group_arn: ::String
109
+ ) -> _AddEndpointsResponseSuccess
110
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddEndpointsResponseSuccess
111
+
112
+ interface _AdvertiseByoipCidrResponseSuccess
113
+ include ::Seahorse::Client::_ResponseSuccess[Types::AdvertiseByoipCidrResponse]
114
+ def byoip_cidr: () -> Types::ByoipCidr
115
+ end
116
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#advertise_byoip_cidr-instance_method
117
+ def advertise_byoip_cidr: (
118
+ cidr: ::String
119
+ ) -> _AdvertiseByoipCidrResponseSuccess
120
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AdvertiseByoipCidrResponseSuccess
121
+
122
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#allow_custom_routing_traffic-instance_method
123
+ def allow_custom_routing_traffic: (
124
+ endpoint_group_arn: ::String,
125
+ endpoint_id: ::String,
126
+ ?destination_addresses: Array[::String],
127
+ ?destination_ports: Array[::Integer],
128
+ ?allow_all_traffic_to_endpoint: bool
129
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
130
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
131
+
132
+ interface _CreateAcceleratorResponseSuccess
133
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateAcceleratorResponse]
134
+ def accelerator: () -> Types::Accelerator
135
+ end
136
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#create_accelerator-instance_method
137
+ def create_accelerator: (
138
+ name: ::String,
139
+ ?ip_address_type: ("IPV4" | "DUAL_STACK"),
140
+ ?ip_addresses: Array[::String],
141
+ ?enabled: bool,
142
+ idempotency_token: ::String,
143
+ ?tags: Array[
144
+ {
145
+ key: ::String,
146
+ value: ::String
147
+ },
148
+ ]
149
+ ) -> _CreateAcceleratorResponseSuccess
150
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAcceleratorResponseSuccess
151
+
152
+ interface _CreateCrossAccountAttachmentResponseSuccess
153
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateCrossAccountAttachmentResponse]
154
+ def cross_account_attachment: () -> Types::Attachment
155
+ end
156
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#create_cross_account_attachment-instance_method
157
+ def create_cross_account_attachment: (
158
+ name: ::String,
159
+ ?principals: Array[::String],
160
+ ?resources: Array[
161
+ {
162
+ endpoint_id: ::String?,
163
+ cidr: ::String?,
164
+ region: ::String?
165
+ },
166
+ ],
167
+ idempotency_token: ::String,
168
+ ?tags: Array[
169
+ {
170
+ key: ::String,
171
+ value: ::String
172
+ },
173
+ ]
174
+ ) -> _CreateCrossAccountAttachmentResponseSuccess
175
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCrossAccountAttachmentResponseSuccess
176
+
177
+ interface _CreateCustomRoutingAcceleratorResponseSuccess
178
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateCustomRoutingAcceleratorResponse]
179
+ def accelerator: () -> Types::CustomRoutingAccelerator
180
+ end
181
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#create_custom_routing_accelerator-instance_method
182
+ def create_custom_routing_accelerator: (
183
+ name: ::String,
184
+ ?ip_address_type: ("IPV4" | "DUAL_STACK"),
185
+ ?ip_addresses: Array[::String],
186
+ ?enabled: bool,
187
+ idempotency_token: ::String,
188
+ ?tags: Array[
189
+ {
190
+ key: ::String,
191
+ value: ::String
192
+ },
193
+ ]
194
+ ) -> _CreateCustomRoutingAcceleratorResponseSuccess
195
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCustomRoutingAcceleratorResponseSuccess
196
+
197
+ interface _CreateCustomRoutingEndpointGroupResponseSuccess
198
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateCustomRoutingEndpointGroupResponse]
199
+ def endpoint_group: () -> Types::CustomRoutingEndpointGroup
200
+ end
201
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#create_custom_routing_endpoint_group-instance_method
202
+ def create_custom_routing_endpoint_group: (
203
+ listener_arn: ::String,
204
+ endpoint_group_region: ::String,
205
+ destination_configurations: Array[
206
+ {
207
+ from_port: ::Integer,
208
+ to_port: ::Integer,
209
+ protocols: Array[("TCP" | "UDP")]
210
+ },
211
+ ],
212
+ idempotency_token: ::String
213
+ ) -> _CreateCustomRoutingEndpointGroupResponseSuccess
214
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCustomRoutingEndpointGroupResponseSuccess
215
+
216
+ interface _CreateCustomRoutingListenerResponseSuccess
217
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateCustomRoutingListenerResponse]
218
+ def listener: () -> Types::CustomRoutingListener
219
+ end
220
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#create_custom_routing_listener-instance_method
221
+ def create_custom_routing_listener: (
222
+ accelerator_arn: ::String,
223
+ port_ranges: Array[
224
+ {
225
+ from_port: ::Integer?,
226
+ to_port: ::Integer?
227
+ },
228
+ ],
229
+ idempotency_token: ::String
230
+ ) -> _CreateCustomRoutingListenerResponseSuccess
231
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCustomRoutingListenerResponseSuccess
232
+
233
+ interface _CreateEndpointGroupResponseSuccess
234
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateEndpointGroupResponse]
235
+ def endpoint_group: () -> Types::EndpointGroup
236
+ end
237
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#create_endpoint_group-instance_method
238
+ def create_endpoint_group: (
239
+ listener_arn: ::String,
240
+ endpoint_group_region: ::String,
241
+ ?endpoint_configurations: Array[
242
+ {
243
+ endpoint_id: ::String?,
244
+ weight: ::Integer?,
245
+ client_ip_preservation_enabled: bool?,
246
+ attachment_arn: ::String?
247
+ },
248
+ ],
249
+ ?traffic_dial_percentage: ::Float,
250
+ ?health_check_port: ::Integer,
251
+ ?health_check_protocol: ("TCP" | "HTTP" | "HTTPS"),
252
+ ?health_check_path: ::String,
253
+ ?health_check_interval_seconds: ::Integer,
254
+ ?threshold_count: ::Integer,
255
+ idempotency_token: ::String,
256
+ ?port_overrides: Array[
257
+ {
258
+ listener_port: ::Integer?,
259
+ endpoint_port: ::Integer?
260
+ },
261
+ ]
262
+ ) -> _CreateEndpointGroupResponseSuccess
263
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEndpointGroupResponseSuccess
264
+
265
+ interface _CreateListenerResponseSuccess
266
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateListenerResponse]
267
+ def listener: () -> Types::Listener
268
+ end
269
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#create_listener-instance_method
270
+ def create_listener: (
271
+ accelerator_arn: ::String,
272
+ port_ranges: Array[
273
+ {
274
+ from_port: ::Integer?,
275
+ to_port: ::Integer?
276
+ },
277
+ ],
278
+ protocol: ("TCP" | "UDP"),
279
+ ?client_affinity: ("NONE" | "SOURCE_IP"),
280
+ idempotency_token: ::String
281
+ ) -> _CreateListenerResponseSuccess
282
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateListenerResponseSuccess
283
+
284
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#delete_accelerator-instance_method
285
+ def delete_accelerator: (
286
+ accelerator_arn: ::String
287
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
288
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
289
+
290
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#delete_cross_account_attachment-instance_method
291
+ def delete_cross_account_attachment: (
292
+ attachment_arn: ::String
293
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
294
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
295
+
296
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#delete_custom_routing_accelerator-instance_method
297
+ def delete_custom_routing_accelerator: (
298
+ accelerator_arn: ::String
299
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
300
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
301
+
302
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#delete_custom_routing_endpoint_group-instance_method
303
+ def delete_custom_routing_endpoint_group: (
304
+ endpoint_group_arn: ::String
305
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
306
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
307
+
308
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#delete_custom_routing_listener-instance_method
309
+ def delete_custom_routing_listener: (
310
+ listener_arn: ::String
311
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
312
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
313
+
314
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#delete_endpoint_group-instance_method
315
+ def delete_endpoint_group: (
316
+ endpoint_group_arn: ::String
317
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
318
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
319
+
320
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#delete_listener-instance_method
321
+ def delete_listener: (
322
+ listener_arn: ::String
323
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
324
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
325
+
326
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#deny_custom_routing_traffic-instance_method
327
+ def deny_custom_routing_traffic: (
328
+ endpoint_group_arn: ::String,
329
+ endpoint_id: ::String,
330
+ ?destination_addresses: Array[::String],
331
+ ?destination_ports: Array[::Integer],
332
+ ?deny_all_traffic_to_endpoint: bool
333
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
334
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
335
+
336
+ interface _DeprovisionByoipCidrResponseSuccess
337
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeprovisionByoipCidrResponse]
338
+ def byoip_cidr: () -> Types::ByoipCidr
339
+ end
340
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#deprovision_byoip_cidr-instance_method
341
+ def deprovision_byoip_cidr: (
342
+ cidr: ::String
343
+ ) -> _DeprovisionByoipCidrResponseSuccess
344
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeprovisionByoipCidrResponseSuccess
345
+
346
+ interface _DescribeAcceleratorResponseSuccess
347
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeAcceleratorResponse]
348
+ def accelerator: () -> Types::Accelerator
349
+ end
350
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#describe_accelerator-instance_method
351
+ def describe_accelerator: (
352
+ accelerator_arn: ::String
353
+ ) -> _DescribeAcceleratorResponseSuccess
354
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAcceleratorResponseSuccess
355
+
356
+ interface _DescribeAcceleratorAttributesResponseSuccess
357
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeAcceleratorAttributesResponse]
358
+ def accelerator_attributes: () -> Types::AcceleratorAttributes
359
+ end
360
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#describe_accelerator_attributes-instance_method
361
+ def describe_accelerator_attributes: (
362
+ accelerator_arn: ::String
363
+ ) -> _DescribeAcceleratorAttributesResponseSuccess
364
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAcceleratorAttributesResponseSuccess
365
+
366
+ interface _DescribeCrossAccountAttachmentResponseSuccess
367
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeCrossAccountAttachmentResponse]
368
+ def cross_account_attachment: () -> Types::Attachment
369
+ end
370
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#describe_cross_account_attachment-instance_method
371
+ def describe_cross_account_attachment: (
372
+ attachment_arn: ::String
373
+ ) -> _DescribeCrossAccountAttachmentResponseSuccess
374
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeCrossAccountAttachmentResponseSuccess
375
+
376
+ interface _DescribeCustomRoutingAcceleratorResponseSuccess
377
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeCustomRoutingAcceleratorResponse]
378
+ def accelerator: () -> Types::CustomRoutingAccelerator
379
+ end
380
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#describe_custom_routing_accelerator-instance_method
381
+ def describe_custom_routing_accelerator: (
382
+ accelerator_arn: ::String
383
+ ) -> _DescribeCustomRoutingAcceleratorResponseSuccess
384
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeCustomRoutingAcceleratorResponseSuccess
385
+
386
+ interface _DescribeCustomRoutingAcceleratorAttributesResponseSuccess
387
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeCustomRoutingAcceleratorAttributesResponse]
388
+ def accelerator_attributes: () -> Types::CustomRoutingAcceleratorAttributes
389
+ end
390
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#describe_custom_routing_accelerator_attributes-instance_method
391
+ def describe_custom_routing_accelerator_attributes: (
392
+ accelerator_arn: ::String
393
+ ) -> _DescribeCustomRoutingAcceleratorAttributesResponseSuccess
394
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeCustomRoutingAcceleratorAttributesResponseSuccess
395
+
396
+ interface _DescribeCustomRoutingEndpointGroupResponseSuccess
397
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeCustomRoutingEndpointGroupResponse]
398
+ def endpoint_group: () -> Types::CustomRoutingEndpointGroup
399
+ end
400
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#describe_custom_routing_endpoint_group-instance_method
401
+ def describe_custom_routing_endpoint_group: (
402
+ endpoint_group_arn: ::String
403
+ ) -> _DescribeCustomRoutingEndpointGroupResponseSuccess
404
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeCustomRoutingEndpointGroupResponseSuccess
405
+
406
+ interface _DescribeCustomRoutingListenerResponseSuccess
407
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeCustomRoutingListenerResponse]
408
+ def listener: () -> Types::CustomRoutingListener
409
+ end
410
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#describe_custom_routing_listener-instance_method
411
+ def describe_custom_routing_listener: (
412
+ listener_arn: ::String
413
+ ) -> _DescribeCustomRoutingListenerResponseSuccess
414
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeCustomRoutingListenerResponseSuccess
415
+
416
+ interface _DescribeEndpointGroupResponseSuccess
417
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeEndpointGroupResponse]
418
+ def endpoint_group: () -> Types::EndpointGroup
419
+ end
420
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#describe_endpoint_group-instance_method
421
+ def describe_endpoint_group: (
422
+ endpoint_group_arn: ::String
423
+ ) -> _DescribeEndpointGroupResponseSuccess
424
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeEndpointGroupResponseSuccess
425
+
426
+ interface _DescribeListenerResponseSuccess
427
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeListenerResponse]
428
+ def listener: () -> Types::Listener
429
+ end
430
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#describe_listener-instance_method
431
+ def describe_listener: (
432
+ listener_arn: ::String
433
+ ) -> _DescribeListenerResponseSuccess
434
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeListenerResponseSuccess
435
+
436
+ interface _ListAcceleratorsResponseSuccess
437
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListAcceleratorsResponse]
438
+ def accelerators: () -> ::Array[Types::Accelerator]
439
+ def next_token: () -> ::String
440
+ end
441
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#list_accelerators-instance_method
442
+ def list_accelerators: (
443
+ ?max_results: ::Integer,
444
+ ?next_token: ::String
445
+ ) -> _ListAcceleratorsResponseSuccess
446
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAcceleratorsResponseSuccess
447
+
448
+ interface _ListByoipCidrsResponseSuccess
449
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListByoipCidrsResponse]
450
+ def byoip_cidrs: () -> ::Array[Types::ByoipCidr]
451
+ def next_token: () -> ::String
452
+ end
453
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#list_byoip_cidrs-instance_method
454
+ def list_byoip_cidrs: (
455
+ ?max_results: ::Integer,
456
+ ?next_token: ::String
457
+ ) -> _ListByoipCidrsResponseSuccess
458
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListByoipCidrsResponseSuccess
459
+
460
+ interface _ListCrossAccountAttachmentsResponseSuccess
461
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListCrossAccountAttachmentsResponse]
462
+ def cross_account_attachments: () -> ::Array[Types::Attachment]
463
+ def next_token: () -> ::String
464
+ end
465
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#list_cross_account_attachments-instance_method
466
+ def list_cross_account_attachments: (
467
+ ?max_results: ::Integer,
468
+ ?next_token: ::String
469
+ ) -> _ListCrossAccountAttachmentsResponseSuccess
470
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListCrossAccountAttachmentsResponseSuccess
471
+
472
+ interface _ListCrossAccountResourceAccountsResponseSuccess
473
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListCrossAccountResourceAccountsResponse]
474
+ def resource_owner_aws_account_ids: () -> ::Array[::String]
475
+ end
476
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#list_cross_account_resource_accounts-instance_method
477
+ def list_cross_account_resource_accounts: (
478
+ ) -> _ListCrossAccountResourceAccountsResponseSuccess
479
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListCrossAccountResourceAccountsResponseSuccess
480
+
481
+ interface _ListCrossAccountResourcesResponseSuccess
482
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListCrossAccountResourcesResponse]
483
+ def cross_account_resources: () -> ::Array[Types::CrossAccountResource]
484
+ def next_token: () -> ::String
485
+ end
486
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#list_cross_account_resources-instance_method
487
+ def list_cross_account_resources: (
488
+ ?accelerator_arn: ::String,
489
+ resource_owner_aws_account_id: ::String,
490
+ ?max_results: ::Integer,
491
+ ?next_token: ::String
492
+ ) -> _ListCrossAccountResourcesResponseSuccess
493
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListCrossAccountResourcesResponseSuccess
494
+
495
+ interface _ListCustomRoutingAcceleratorsResponseSuccess
496
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListCustomRoutingAcceleratorsResponse]
497
+ def accelerators: () -> ::Array[Types::CustomRoutingAccelerator]
498
+ def next_token: () -> ::String
499
+ end
500
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#list_custom_routing_accelerators-instance_method
501
+ def list_custom_routing_accelerators: (
502
+ ?max_results: ::Integer,
503
+ ?next_token: ::String
504
+ ) -> _ListCustomRoutingAcceleratorsResponseSuccess
505
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListCustomRoutingAcceleratorsResponseSuccess
506
+
507
+ interface _ListCustomRoutingEndpointGroupsResponseSuccess
508
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListCustomRoutingEndpointGroupsResponse]
509
+ def endpoint_groups: () -> ::Array[Types::CustomRoutingEndpointGroup]
510
+ def next_token: () -> ::String
511
+ end
512
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#list_custom_routing_endpoint_groups-instance_method
513
+ def list_custom_routing_endpoint_groups: (
514
+ listener_arn: ::String,
515
+ ?max_results: ::Integer,
516
+ ?next_token: ::String
517
+ ) -> _ListCustomRoutingEndpointGroupsResponseSuccess
518
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListCustomRoutingEndpointGroupsResponseSuccess
519
+
520
+ interface _ListCustomRoutingListenersResponseSuccess
521
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListCustomRoutingListenersResponse]
522
+ def listeners: () -> ::Array[Types::CustomRoutingListener]
523
+ def next_token: () -> ::String
524
+ end
525
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#list_custom_routing_listeners-instance_method
526
+ def list_custom_routing_listeners: (
527
+ accelerator_arn: ::String,
528
+ ?max_results: ::Integer,
529
+ ?next_token: ::String
530
+ ) -> _ListCustomRoutingListenersResponseSuccess
531
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListCustomRoutingListenersResponseSuccess
532
+
533
+ interface _ListCustomRoutingPortMappingsResponseSuccess
534
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListCustomRoutingPortMappingsResponse]
535
+ def port_mappings: () -> ::Array[Types::PortMapping]
536
+ def next_token: () -> ::String
537
+ end
538
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#list_custom_routing_port_mappings-instance_method
539
+ def list_custom_routing_port_mappings: (
540
+ accelerator_arn: ::String,
541
+ ?endpoint_group_arn: ::String,
542
+ ?max_results: ::Integer,
543
+ ?next_token: ::String
544
+ ) -> _ListCustomRoutingPortMappingsResponseSuccess
545
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListCustomRoutingPortMappingsResponseSuccess
546
+
547
+ interface _ListCustomRoutingPortMappingsByDestinationResponseSuccess
548
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListCustomRoutingPortMappingsByDestinationResponse]
549
+ def destination_port_mappings: () -> ::Array[Types::DestinationPortMapping]
550
+ def next_token: () -> ::String
551
+ end
552
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#list_custom_routing_port_mappings_by_destination-instance_method
553
+ def list_custom_routing_port_mappings_by_destination: (
554
+ endpoint_id: ::String,
555
+ destination_address: ::String,
556
+ ?max_results: ::Integer,
557
+ ?next_token: ::String
558
+ ) -> _ListCustomRoutingPortMappingsByDestinationResponseSuccess
559
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListCustomRoutingPortMappingsByDestinationResponseSuccess
560
+
561
+ interface _ListEndpointGroupsResponseSuccess
562
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListEndpointGroupsResponse]
563
+ def endpoint_groups: () -> ::Array[Types::EndpointGroup]
564
+ def next_token: () -> ::String
565
+ end
566
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#list_endpoint_groups-instance_method
567
+ def list_endpoint_groups: (
568
+ listener_arn: ::String,
569
+ ?max_results: ::Integer,
570
+ ?next_token: ::String
571
+ ) -> _ListEndpointGroupsResponseSuccess
572
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEndpointGroupsResponseSuccess
573
+
574
+ interface _ListListenersResponseSuccess
575
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListListenersResponse]
576
+ def listeners: () -> ::Array[Types::Listener]
577
+ def next_token: () -> ::String
578
+ end
579
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#list_listeners-instance_method
580
+ def list_listeners: (
581
+ accelerator_arn: ::String,
582
+ ?max_results: ::Integer,
583
+ ?next_token: ::String
584
+ ) -> _ListListenersResponseSuccess
585
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListListenersResponseSuccess
586
+
587
+ interface _ListTagsForResourceResponseSuccess
588
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
589
+ def tags: () -> ::Array[Types::Tag]
590
+ end
591
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#list_tags_for_resource-instance_method
592
+ def list_tags_for_resource: (
593
+ resource_arn: ::String
594
+ ) -> _ListTagsForResourceResponseSuccess
595
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
596
+
597
+ interface _ProvisionByoipCidrResponseSuccess
598
+ include ::Seahorse::Client::_ResponseSuccess[Types::ProvisionByoipCidrResponse]
599
+ def byoip_cidr: () -> Types::ByoipCidr
600
+ end
601
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#provision_byoip_cidr-instance_method
602
+ def provision_byoip_cidr: (
603
+ cidr: ::String,
604
+ cidr_authorization_context: {
605
+ message: ::String,
606
+ signature: ::String
607
+ }
608
+ ) -> _ProvisionByoipCidrResponseSuccess
609
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ProvisionByoipCidrResponseSuccess
610
+
611
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#remove_custom_routing_endpoints-instance_method
612
+ def remove_custom_routing_endpoints: (
613
+ endpoint_ids: Array[::String],
614
+ endpoint_group_arn: ::String
615
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
616
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
617
+
618
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#remove_endpoints-instance_method
619
+ def remove_endpoints: (
620
+ endpoint_identifiers: Array[
621
+ {
622
+ endpoint_id: ::String,
623
+ client_ip_preservation_enabled: bool?
624
+ },
625
+ ],
626
+ endpoint_group_arn: ::String
627
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
628
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
629
+
630
+ interface _TagResourceResponseSuccess
631
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
632
+ end
633
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#tag_resource-instance_method
634
+ def tag_resource: (
635
+ resource_arn: ::String,
636
+ tags: Array[
637
+ {
638
+ key: ::String,
639
+ value: ::String
640
+ },
641
+ ]
642
+ ) -> _TagResourceResponseSuccess
643
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
644
+
645
+ interface _UntagResourceResponseSuccess
646
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
647
+ end
648
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#untag_resource-instance_method
649
+ def untag_resource: (
650
+ resource_arn: ::String,
651
+ tag_keys: Array[::String]
652
+ ) -> _UntagResourceResponseSuccess
653
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
654
+
655
+ interface _UpdateAcceleratorResponseSuccess
656
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateAcceleratorResponse]
657
+ def accelerator: () -> Types::Accelerator
658
+ end
659
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#update_accelerator-instance_method
660
+ def update_accelerator: (
661
+ accelerator_arn: ::String,
662
+ ?name: ::String,
663
+ ?ip_address_type: ("IPV4" | "DUAL_STACK"),
664
+ ?enabled: bool
665
+ ) -> _UpdateAcceleratorResponseSuccess
666
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAcceleratorResponseSuccess
667
+
668
+ interface _UpdateAcceleratorAttributesResponseSuccess
669
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateAcceleratorAttributesResponse]
670
+ def accelerator_attributes: () -> Types::AcceleratorAttributes
671
+ end
672
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#update_accelerator_attributes-instance_method
673
+ def update_accelerator_attributes: (
674
+ accelerator_arn: ::String,
675
+ ?flow_logs_enabled: bool,
676
+ ?flow_logs_s3_bucket: ::String,
677
+ ?flow_logs_s3_prefix: ::String
678
+ ) -> _UpdateAcceleratorAttributesResponseSuccess
679
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAcceleratorAttributesResponseSuccess
680
+
681
+ interface _UpdateCrossAccountAttachmentResponseSuccess
682
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateCrossAccountAttachmentResponse]
683
+ def cross_account_attachment: () -> Types::Attachment
684
+ end
685
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#update_cross_account_attachment-instance_method
686
+ def update_cross_account_attachment: (
687
+ attachment_arn: ::String,
688
+ ?name: ::String,
689
+ ?add_principals: Array[::String],
690
+ ?remove_principals: Array[::String],
691
+ ?add_resources: Array[
692
+ {
693
+ endpoint_id: ::String?,
694
+ cidr: ::String?,
695
+ region: ::String?
696
+ },
697
+ ],
698
+ ?remove_resources: Array[
699
+ {
700
+ endpoint_id: ::String?,
701
+ cidr: ::String?,
702
+ region: ::String?
703
+ },
704
+ ]
705
+ ) -> _UpdateCrossAccountAttachmentResponseSuccess
706
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateCrossAccountAttachmentResponseSuccess
707
+
708
+ interface _UpdateCustomRoutingAcceleratorResponseSuccess
709
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateCustomRoutingAcceleratorResponse]
710
+ def accelerator: () -> Types::CustomRoutingAccelerator
711
+ end
712
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#update_custom_routing_accelerator-instance_method
713
+ def update_custom_routing_accelerator: (
714
+ accelerator_arn: ::String,
715
+ ?name: ::String,
716
+ ?ip_address_type: ("IPV4" | "DUAL_STACK"),
717
+ ?enabled: bool
718
+ ) -> _UpdateCustomRoutingAcceleratorResponseSuccess
719
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateCustomRoutingAcceleratorResponseSuccess
720
+
721
+ interface _UpdateCustomRoutingAcceleratorAttributesResponseSuccess
722
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateCustomRoutingAcceleratorAttributesResponse]
723
+ def accelerator_attributes: () -> Types::CustomRoutingAcceleratorAttributes
724
+ end
725
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#update_custom_routing_accelerator_attributes-instance_method
726
+ def update_custom_routing_accelerator_attributes: (
727
+ accelerator_arn: ::String,
728
+ ?flow_logs_enabled: bool,
729
+ ?flow_logs_s3_bucket: ::String,
730
+ ?flow_logs_s3_prefix: ::String
731
+ ) -> _UpdateCustomRoutingAcceleratorAttributesResponseSuccess
732
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateCustomRoutingAcceleratorAttributesResponseSuccess
733
+
734
+ interface _UpdateCustomRoutingListenerResponseSuccess
735
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateCustomRoutingListenerResponse]
736
+ def listener: () -> Types::CustomRoutingListener
737
+ end
738
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#update_custom_routing_listener-instance_method
739
+ def update_custom_routing_listener: (
740
+ listener_arn: ::String,
741
+ port_ranges: Array[
742
+ {
743
+ from_port: ::Integer?,
744
+ to_port: ::Integer?
745
+ },
746
+ ]
747
+ ) -> _UpdateCustomRoutingListenerResponseSuccess
748
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateCustomRoutingListenerResponseSuccess
749
+
750
+ interface _UpdateEndpointGroupResponseSuccess
751
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateEndpointGroupResponse]
752
+ def endpoint_group: () -> Types::EndpointGroup
753
+ end
754
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#update_endpoint_group-instance_method
755
+ def update_endpoint_group: (
756
+ endpoint_group_arn: ::String,
757
+ ?endpoint_configurations: Array[
758
+ {
759
+ endpoint_id: ::String?,
760
+ weight: ::Integer?,
761
+ client_ip_preservation_enabled: bool?,
762
+ attachment_arn: ::String?
763
+ },
764
+ ],
765
+ ?traffic_dial_percentage: ::Float,
766
+ ?health_check_port: ::Integer,
767
+ ?health_check_protocol: ("TCP" | "HTTP" | "HTTPS"),
768
+ ?health_check_path: ::String,
769
+ ?health_check_interval_seconds: ::Integer,
770
+ ?threshold_count: ::Integer,
771
+ ?port_overrides: Array[
772
+ {
773
+ listener_port: ::Integer?,
774
+ endpoint_port: ::Integer?
775
+ },
776
+ ]
777
+ ) -> _UpdateEndpointGroupResponseSuccess
778
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateEndpointGroupResponseSuccess
779
+
780
+ interface _UpdateListenerResponseSuccess
781
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateListenerResponse]
782
+ def listener: () -> Types::Listener
783
+ end
784
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#update_listener-instance_method
785
+ def update_listener: (
786
+ listener_arn: ::String,
787
+ ?port_ranges: Array[
788
+ {
789
+ from_port: ::Integer?,
790
+ to_port: ::Integer?
791
+ },
792
+ ],
793
+ ?protocol: ("TCP" | "UDP"),
794
+ ?client_affinity: ("NONE" | "SOURCE_IP")
795
+ ) -> _UpdateListenerResponseSuccess
796
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateListenerResponseSuccess
797
+
798
+ interface _WithdrawByoipCidrResponseSuccess
799
+ include ::Seahorse::Client::_ResponseSuccess[Types::WithdrawByoipCidrResponse]
800
+ def byoip_cidr: () -> Types::ByoipCidr
801
+ end
802
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlobalAccelerator/Client.html#withdraw_byoip_cidr-instance_method
803
+ def withdraw_byoip_cidr: (
804
+ cidr: ::String
805
+ ) -> _WithdrawByoipCidrResponseSuccess
806
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _WithdrawByoipCidrResponseSuccess
807
+ end
808
+ end
809
+ end
810
+