aws-sdk-globalaccelerator 1.55.0 → 1.56.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/types.rbs ADDED
@@ -0,0 +1,947 @@
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::GlobalAccelerator
9
+ module Types
10
+
11
+ class Accelerator
12
+ attr_accessor accelerator_arn: ::String
13
+ attr_accessor name: ::String
14
+ attr_accessor ip_address_type: ("IPV4" | "DUAL_STACK")
15
+ attr_accessor enabled: bool
16
+ attr_accessor ip_sets: ::Array[Types::IpSet]
17
+ attr_accessor dns_name: ::String
18
+ attr_accessor status: ("DEPLOYED" | "IN_PROGRESS")
19
+ attr_accessor created_time: ::Time
20
+ attr_accessor last_modified_time: ::Time
21
+ attr_accessor dual_stack_dns_name: ::String
22
+ attr_accessor events: ::Array[Types::AcceleratorEvent]
23
+ SENSITIVE: []
24
+ end
25
+
26
+ class AcceleratorAttributes
27
+ attr_accessor flow_logs_enabled: bool
28
+ attr_accessor flow_logs_s3_bucket: ::String
29
+ attr_accessor flow_logs_s3_prefix: ::String
30
+ SENSITIVE: []
31
+ end
32
+
33
+ class AcceleratorEvent
34
+ attr_accessor message: ::String
35
+ attr_accessor timestamp: ::Time
36
+ SENSITIVE: []
37
+ end
38
+
39
+ class AcceleratorNotDisabledException
40
+ attr_accessor message: ::String
41
+ SENSITIVE: []
42
+ end
43
+
44
+ class AcceleratorNotFoundException
45
+ attr_accessor message: ::String
46
+ SENSITIVE: []
47
+ end
48
+
49
+ class AccessDeniedException
50
+ attr_accessor message: ::String
51
+ SENSITIVE: []
52
+ end
53
+
54
+ class AddCustomRoutingEndpointsRequest
55
+ attr_accessor endpoint_configurations: ::Array[Types::CustomRoutingEndpointConfiguration]
56
+ attr_accessor endpoint_group_arn: ::String
57
+ SENSITIVE: []
58
+ end
59
+
60
+ class AddCustomRoutingEndpointsResponse
61
+ attr_accessor endpoint_descriptions: ::Array[Types::CustomRoutingEndpointDescription]
62
+ attr_accessor endpoint_group_arn: ::String
63
+ SENSITIVE: []
64
+ end
65
+
66
+ class AddEndpointsRequest
67
+ attr_accessor endpoint_configurations: ::Array[Types::EndpointConfiguration]
68
+ attr_accessor endpoint_group_arn: ::String
69
+ SENSITIVE: []
70
+ end
71
+
72
+ class AddEndpointsResponse
73
+ attr_accessor endpoint_descriptions: ::Array[Types::EndpointDescription]
74
+ attr_accessor endpoint_group_arn: ::String
75
+ SENSITIVE: []
76
+ end
77
+
78
+ class AdvertiseByoipCidrRequest
79
+ attr_accessor cidr: ::String
80
+ SENSITIVE: []
81
+ end
82
+
83
+ class AdvertiseByoipCidrResponse
84
+ attr_accessor byoip_cidr: Types::ByoipCidr
85
+ SENSITIVE: []
86
+ end
87
+
88
+ class AllowCustomRoutingTrafficRequest
89
+ attr_accessor endpoint_group_arn: ::String
90
+ attr_accessor endpoint_id: ::String
91
+ attr_accessor destination_addresses: ::Array[::String]
92
+ attr_accessor destination_ports: ::Array[::Integer]
93
+ attr_accessor allow_all_traffic_to_endpoint: bool
94
+ SENSITIVE: []
95
+ end
96
+
97
+ class AssociatedEndpointGroupFoundException
98
+ attr_accessor message: ::String
99
+ SENSITIVE: []
100
+ end
101
+
102
+ class AssociatedListenerFoundException
103
+ attr_accessor message: ::String
104
+ SENSITIVE: []
105
+ end
106
+
107
+ class Attachment
108
+ attr_accessor attachment_arn: ::String
109
+ attr_accessor name: ::String
110
+ attr_accessor principals: ::Array[::String]
111
+ attr_accessor resources: ::Array[Types::Resource]
112
+ attr_accessor last_modified_time: ::Time
113
+ attr_accessor created_time: ::Time
114
+ SENSITIVE: []
115
+ end
116
+
117
+ class AttachmentNotFoundException
118
+ attr_accessor message: ::String
119
+ SENSITIVE: []
120
+ end
121
+
122
+ class ByoipCidr
123
+ attr_accessor cidr: ::String
124
+ attr_accessor state: ("PENDING_PROVISIONING" | "READY" | "PENDING_ADVERTISING" | "ADVERTISING" | "PENDING_WITHDRAWING" | "PENDING_DEPROVISIONING" | "DEPROVISIONED" | "FAILED_PROVISION" | "FAILED_ADVERTISING" | "FAILED_WITHDRAW" | "FAILED_DEPROVISION")
125
+ attr_accessor events: ::Array[Types::ByoipCidrEvent]
126
+ SENSITIVE: []
127
+ end
128
+
129
+ class ByoipCidrEvent
130
+ attr_accessor message: ::String
131
+ attr_accessor timestamp: ::Time
132
+ SENSITIVE: []
133
+ end
134
+
135
+ class ByoipCidrNotFoundException
136
+ attr_accessor message: ::String
137
+ SENSITIVE: []
138
+ end
139
+
140
+ class CidrAuthorizationContext
141
+ attr_accessor message: ::String
142
+ attr_accessor signature: ::String
143
+ SENSITIVE: []
144
+ end
145
+
146
+ class ConflictException
147
+ attr_accessor message: ::String
148
+ SENSITIVE: []
149
+ end
150
+
151
+ class CreateAcceleratorRequest
152
+ attr_accessor name: ::String
153
+ attr_accessor ip_address_type: ("IPV4" | "DUAL_STACK")
154
+ attr_accessor ip_addresses: ::Array[::String]
155
+ attr_accessor enabled: bool
156
+ attr_accessor idempotency_token: ::String
157
+ attr_accessor tags: ::Array[Types::Tag]
158
+ SENSITIVE: []
159
+ end
160
+
161
+ class CreateAcceleratorResponse
162
+ attr_accessor accelerator: Types::Accelerator
163
+ SENSITIVE: []
164
+ end
165
+
166
+ class CreateCrossAccountAttachmentRequest
167
+ attr_accessor name: ::String
168
+ attr_accessor principals: ::Array[::String]
169
+ attr_accessor resources: ::Array[Types::Resource]
170
+ attr_accessor idempotency_token: ::String
171
+ attr_accessor tags: ::Array[Types::Tag]
172
+ SENSITIVE: []
173
+ end
174
+
175
+ class CreateCrossAccountAttachmentResponse
176
+ attr_accessor cross_account_attachment: Types::Attachment
177
+ SENSITIVE: []
178
+ end
179
+
180
+ class CreateCustomRoutingAcceleratorRequest
181
+ attr_accessor name: ::String
182
+ attr_accessor ip_address_type: ("IPV4" | "DUAL_STACK")
183
+ attr_accessor ip_addresses: ::Array[::String]
184
+ attr_accessor enabled: bool
185
+ attr_accessor idempotency_token: ::String
186
+ attr_accessor tags: ::Array[Types::Tag]
187
+ SENSITIVE: []
188
+ end
189
+
190
+ class CreateCustomRoutingAcceleratorResponse
191
+ attr_accessor accelerator: Types::CustomRoutingAccelerator
192
+ SENSITIVE: []
193
+ end
194
+
195
+ class CreateCustomRoutingEndpointGroupRequest
196
+ attr_accessor listener_arn: ::String
197
+ attr_accessor endpoint_group_region: ::String
198
+ attr_accessor destination_configurations: ::Array[Types::CustomRoutingDestinationConfiguration]
199
+ attr_accessor idempotency_token: ::String
200
+ SENSITIVE: []
201
+ end
202
+
203
+ class CreateCustomRoutingEndpointGroupResponse
204
+ attr_accessor endpoint_group: Types::CustomRoutingEndpointGroup
205
+ SENSITIVE: []
206
+ end
207
+
208
+ class CreateCustomRoutingListenerRequest
209
+ attr_accessor accelerator_arn: ::String
210
+ attr_accessor port_ranges: ::Array[Types::PortRange]
211
+ attr_accessor idempotency_token: ::String
212
+ SENSITIVE: []
213
+ end
214
+
215
+ class CreateCustomRoutingListenerResponse
216
+ attr_accessor listener: Types::CustomRoutingListener
217
+ SENSITIVE: []
218
+ end
219
+
220
+ class CreateEndpointGroupRequest
221
+ attr_accessor listener_arn: ::String
222
+ attr_accessor endpoint_group_region: ::String
223
+ attr_accessor endpoint_configurations: ::Array[Types::EndpointConfiguration]
224
+ attr_accessor traffic_dial_percentage: ::Float
225
+ attr_accessor health_check_port: ::Integer
226
+ attr_accessor health_check_protocol: ("TCP" | "HTTP" | "HTTPS")
227
+ attr_accessor health_check_path: ::String
228
+ attr_accessor health_check_interval_seconds: ::Integer
229
+ attr_accessor threshold_count: ::Integer
230
+ attr_accessor idempotency_token: ::String
231
+ attr_accessor port_overrides: ::Array[Types::PortOverride]
232
+ SENSITIVE: []
233
+ end
234
+
235
+ class CreateEndpointGroupResponse
236
+ attr_accessor endpoint_group: Types::EndpointGroup
237
+ SENSITIVE: []
238
+ end
239
+
240
+ class CreateListenerRequest
241
+ attr_accessor accelerator_arn: ::String
242
+ attr_accessor port_ranges: ::Array[Types::PortRange]
243
+ attr_accessor protocol: ("TCP" | "UDP")
244
+ attr_accessor client_affinity: ("NONE" | "SOURCE_IP")
245
+ attr_accessor idempotency_token: ::String
246
+ SENSITIVE: []
247
+ end
248
+
249
+ class CreateListenerResponse
250
+ attr_accessor listener: Types::Listener
251
+ SENSITIVE: []
252
+ end
253
+
254
+ class CrossAccountResource
255
+ attr_accessor endpoint_id: ::String
256
+ attr_accessor attachment_arn: ::String
257
+ SENSITIVE: []
258
+ end
259
+
260
+ class CustomRoutingAccelerator
261
+ attr_accessor accelerator_arn: ::String
262
+ attr_accessor name: ::String
263
+ attr_accessor ip_address_type: ("IPV4" | "DUAL_STACK")
264
+ attr_accessor enabled: bool
265
+ attr_accessor ip_sets: ::Array[Types::IpSet]
266
+ attr_accessor dns_name: ::String
267
+ attr_accessor status: ("DEPLOYED" | "IN_PROGRESS")
268
+ attr_accessor created_time: ::Time
269
+ attr_accessor last_modified_time: ::Time
270
+ SENSITIVE: []
271
+ end
272
+
273
+ class CustomRoutingAcceleratorAttributes
274
+ attr_accessor flow_logs_enabled: bool
275
+ attr_accessor flow_logs_s3_bucket: ::String
276
+ attr_accessor flow_logs_s3_prefix: ::String
277
+ SENSITIVE: []
278
+ end
279
+
280
+ class CustomRoutingDestinationConfiguration
281
+ attr_accessor from_port: ::Integer
282
+ attr_accessor to_port: ::Integer
283
+ attr_accessor protocols: ::Array[("TCP" | "UDP")]
284
+ SENSITIVE: []
285
+ end
286
+
287
+ class CustomRoutingDestinationDescription
288
+ attr_accessor from_port: ::Integer
289
+ attr_accessor to_port: ::Integer
290
+ attr_accessor protocols: ::Array[("TCP" | "UDP")]
291
+ SENSITIVE: []
292
+ end
293
+
294
+ class CustomRoutingEndpointConfiguration
295
+ attr_accessor endpoint_id: ::String
296
+ attr_accessor attachment_arn: ::String
297
+ SENSITIVE: []
298
+ end
299
+
300
+ class CustomRoutingEndpointDescription
301
+ attr_accessor endpoint_id: ::String
302
+ SENSITIVE: []
303
+ end
304
+
305
+ class CustomRoutingEndpointGroup
306
+ attr_accessor endpoint_group_arn: ::String
307
+ attr_accessor endpoint_group_region: ::String
308
+ attr_accessor destination_descriptions: ::Array[Types::CustomRoutingDestinationDescription]
309
+ attr_accessor endpoint_descriptions: ::Array[Types::CustomRoutingEndpointDescription]
310
+ SENSITIVE: []
311
+ end
312
+
313
+ class CustomRoutingListener
314
+ attr_accessor listener_arn: ::String
315
+ attr_accessor port_ranges: ::Array[Types::PortRange]
316
+ SENSITIVE: []
317
+ end
318
+
319
+ class DeleteAcceleratorRequest
320
+ attr_accessor accelerator_arn: ::String
321
+ SENSITIVE: []
322
+ end
323
+
324
+ class DeleteCrossAccountAttachmentRequest
325
+ attr_accessor attachment_arn: ::String
326
+ SENSITIVE: []
327
+ end
328
+
329
+ class DeleteCustomRoutingAcceleratorRequest
330
+ attr_accessor accelerator_arn: ::String
331
+ SENSITIVE: []
332
+ end
333
+
334
+ class DeleteCustomRoutingEndpointGroupRequest
335
+ attr_accessor endpoint_group_arn: ::String
336
+ SENSITIVE: []
337
+ end
338
+
339
+ class DeleteCustomRoutingListenerRequest
340
+ attr_accessor listener_arn: ::String
341
+ SENSITIVE: []
342
+ end
343
+
344
+ class DeleteEndpointGroupRequest
345
+ attr_accessor endpoint_group_arn: ::String
346
+ SENSITIVE: []
347
+ end
348
+
349
+ class DeleteListenerRequest
350
+ attr_accessor listener_arn: ::String
351
+ SENSITIVE: []
352
+ end
353
+
354
+ class DenyCustomRoutingTrafficRequest
355
+ attr_accessor endpoint_group_arn: ::String
356
+ attr_accessor endpoint_id: ::String
357
+ attr_accessor destination_addresses: ::Array[::String]
358
+ attr_accessor destination_ports: ::Array[::Integer]
359
+ attr_accessor deny_all_traffic_to_endpoint: bool
360
+ SENSITIVE: []
361
+ end
362
+
363
+ class DeprovisionByoipCidrRequest
364
+ attr_accessor cidr: ::String
365
+ SENSITIVE: []
366
+ end
367
+
368
+ class DeprovisionByoipCidrResponse
369
+ attr_accessor byoip_cidr: Types::ByoipCidr
370
+ SENSITIVE: []
371
+ end
372
+
373
+ class DescribeAcceleratorAttributesRequest
374
+ attr_accessor accelerator_arn: ::String
375
+ SENSITIVE: []
376
+ end
377
+
378
+ class DescribeAcceleratorAttributesResponse
379
+ attr_accessor accelerator_attributes: Types::AcceleratorAttributes
380
+ SENSITIVE: []
381
+ end
382
+
383
+ class DescribeAcceleratorRequest
384
+ attr_accessor accelerator_arn: ::String
385
+ SENSITIVE: []
386
+ end
387
+
388
+ class DescribeAcceleratorResponse
389
+ attr_accessor accelerator: Types::Accelerator
390
+ SENSITIVE: []
391
+ end
392
+
393
+ class DescribeCrossAccountAttachmentRequest
394
+ attr_accessor attachment_arn: ::String
395
+ SENSITIVE: []
396
+ end
397
+
398
+ class DescribeCrossAccountAttachmentResponse
399
+ attr_accessor cross_account_attachment: Types::Attachment
400
+ SENSITIVE: []
401
+ end
402
+
403
+ class DescribeCustomRoutingAcceleratorAttributesRequest
404
+ attr_accessor accelerator_arn: ::String
405
+ SENSITIVE: []
406
+ end
407
+
408
+ class DescribeCustomRoutingAcceleratorAttributesResponse
409
+ attr_accessor accelerator_attributes: Types::CustomRoutingAcceleratorAttributes
410
+ SENSITIVE: []
411
+ end
412
+
413
+ class DescribeCustomRoutingAcceleratorRequest
414
+ attr_accessor accelerator_arn: ::String
415
+ SENSITIVE: []
416
+ end
417
+
418
+ class DescribeCustomRoutingAcceleratorResponse
419
+ attr_accessor accelerator: Types::CustomRoutingAccelerator
420
+ SENSITIVE: []
421
+ end
422
+
423
+ class DescribeCustomRoutingEndpointGroupRequest
424
+ attr_accessor endpoint_group_arn: ::String
425
+ SENSITIVE: []
426
+ end
427
+
428
+ class DescribeCustomRoutingEndpointGroupResponse
429
+ attr_accessor endpoint_group: Types::CustomRoutingEndpointGroup
430
+ SENSITIVE: []
431
+ end
432
+
433
+ class DescribeCustomRoutingListenerRequest
434
+ attr_accessor listener_arn: ::String
435
+ SENSITIVE: []
436
+ end
437
+
438
+ class DescribeCustomRoutingListenerResponse
439
+ attr_accessor listener: Types::CustomRoutingListener
440
+ SENSITIVE: []
441
+ end
442
+
443
+ class DescribeEndpointGroupRequest
444
+ attr_accessor endpoint_group_arn: ::String
445
+ SENSITIVE: []
446
+ end
447
+
448
+ class DescribeEndpointGroupResponse
449
+ attr_accessor endpoint_group: Types::EndpointGroup
450
+ SENSITIVE: []
451
+ end
452
+
453
+ class DescribeListenerRequest
454
+ attr_accessor listener_arn: ::String
455
+ SENSITIVE: []
456
+ end
457
+
458
+ class DescribeListenerResponse
459
+ attr_accessor listener: Types::Listener
460
+ SENSITIVE: []
461
+ end
462
+
463
+ class DestinationPortMapping
464
+ attr_accessor accelerator_arn: ::String
465
+ attr_accessor accelerator_socket_addresses: ::Array[Types::SocketAddress]
466
+ attr_accessor endpoint_group_arn: ::String
467
+ attr_accessor endpoint_id: ::String
468
+ attr_accessor endpoint_group_region: ::String
469
+ attr_accessor destination_socket_address: Types::SocketAddress
470
+ attr_accessor ip_address_type: ("IPV4" | "DUAL_STACK")
471
+ attr_accessor destination_traffic_state: ("ALLOW" | "DENY")
472
+ SENSITIVE: []
473
+ end
474
+
475
+ class EndpointAlreadyExistsException
476
+ attr_accessor message: ::String
477
+ SENSITIVE: []
478
+ end
479
+
480
+ class EndpointConfiguration
481
+ attr_accessor endpoint_id: ::String
482
+ attr_accessor weight: ::Integer
483
+ attr_accessor client_ip_preservation_enabled: bool
484
+ attr_accessor attachment_arn: ::String
485
+ SENSITIVE: []
486
+ end
487
+
488
+ class EndpointDescription
489
+ attr_accessor endpoint_id: ::String
490
+ attr_accessor weight: ::Integer
491
+ attr_accessor health_state: ("INITIAL" | "HEALTHY" | "UNHEALTHY")
492
+ attr_accessor health_reason: ::String
493
+ attr_accessor client_ip_preservation_enabled: bool
494
+ SENSITIVE: []
495
+ end
496
+
497
+ class EndpointGroup
498
+ attr_accessor endpoint_group_arn: ::String
499
+ attr_accessor endpoint_group_region: ::String
500
+ attr_accessor endpoint_descriptions: ::Array[Types::EndpointDescription]
501
+ attr_accessor traffic_dial_percentage: ::Float
502
+ attr_accessor health_check_port: ::Integer
503
+ attr_accessor health_check_protocol: ("TCP" | "HTTP" | "HTTPS")
504
+ attr_accessor health_check_path: ::String
505
+ attr_accessor health_check_interval_seconds: ::Integer
506
+ attr_accessor threshold_count: ::Integer
507
+ attr_accessor port_overrides: ::Array[Types::PortOverride]
508
+ SENSITIVE: []
509
+ end
510
+
511
+ class EndpointGroupAlreadyExistsException
512
+ attr_accessor message: ::String
513
+ SENSITIVE: []
514
+ end
515
+
516
+ class EndpointGroupNotFoundException
517
+ attr_accessor message: ::String
518
+ SENSITIVE: []
519
+ end
520
+
521
+ class EndpointIdentifier
522
+ attr_accessor endpoint_id: ::String
523
+ attr_accessor client_ip_preservation_enabled: bool
524
+ SENSITIVE: []
525
+ end
526
+
527
+ class EndpointNotFoundException
528
+ attr_accessor message: ::String
529
+ SENSITIVE: []
530
+ end
531
+
532
+ class IncorrectCidrStateException
533
+ attr_accessor message: ::String
534
+ SENSITIVE: []
535
+ end
536
+
537
+ class InternalServiceErrorException
538
+ attr_accessor message: ::String
539
+ SENSITIVE: []
540
+ end
541
+
542
+ class InvalidArgumentException
543
+ attr_accessor message: ::String
544
+ SENSITIVE: []
545
+ end
546
+
547
+ class InvalidNextTokenException
548
+ attr_accessor message: ::String
549
+ SENSITIVE: []
550
+ end
551
+
552
+ class InvalidPortRangeException
553
+ attr_accessor message: ::String
554
+ SENSITIVE: []
555
+ end
556
+
557
+ class IpSet
558
+ attr_accessor ip_family: ::String
559
+ attr_accessor ip_addresses: ::Array[::String]
560
+ attr_accessor ip_address_family: ("IPv4" | "IPv6")
561
+ SENSITIVE: []
562
+ end
563
+
564
+ class LimitExceededException
565
+ attr_accessor message: ::String
566
+ SENSITIVE: []
567
+ end
568
+
569
+ class ListAcceleratorsRequest
570
+ attr_accessor max_results: ::Integer
571
+ attr_accessor next_token: ::String
572
+ SENSITIVE: []
573
+ end
574
+
575
+ class ListAcceleratorsResponse
576
+ attr_accessor accelerators: ::Array[Types::Accelerator]
577
+ attr_accessor next_token: ::String
578
+ SENSITIVE: []
579
+ end
580
+
581
+ class ListByoipCidrsRequest
582
+ attr_accessor max_results: ::Integer
583
+ attr_accessor next_token: ::String
584
+ SENSITIVE: []
585
+ end
586
+
587
+ class ListByoipCidrsResponse
588
+ attr_accessor byoip_cidrs: ::Array[Types::ByoipCidr]
589
+ attr_accessor next_token: ::String
590
+ SENSITIVE: []
591
+ end
592
+
593
+ class ListCrossAccountAttachmentsRequest
594
+ attr_accessor max_results: ::Integer
595
+ attr_accessor next_token: ::String
596
+ SENSITIVE: []
597
+ end
598
+
599
+ class ListCrossAccountAttachmentsResponse
600
+ attr_accessor cross_account_attachments: ::Array[Types::Attachment]
601
+ attr_accessor next_token: ::String
602
+ SENSITIVE: []
603
+ end
604
+
605
+ class ListCrossAccountResourceAccountsRequest < Aws::EmptyStructure
606
+ end
607
+
608
+ class ListCrossAccountResourceAccountsResponse
609
+ attr_accessor resource_owner_aws_account_ids: ::Array[::String]
610
+ SENSITIVE: []
611
+ end
612
+
613
+ class ListCrossAccountResourcesRequest
614
+ attr_accessor accelerator_arn: ::String
615
+ attr_accessor resource_owner_aws_account_id: ::String
616
+ attr_accessor max_results: ::Integer
617
+ attr_accessor next_token: ::String
618
+ SENSITIVE: []
619
+ end
620
+
621
+ class ListCrossAccountResourcesResponse
622
+ attr_accessor cross_account_resources: ::Array[Types::CrossAccountResource]
623
+ attr_accessor next_token: ::String
624
+ SENSITIVE: []
625
+ end
626
+
627
+ class ListCustomRoutingAcceleratorsRequest
628
+ attr_accessor max_results: ::Integer
629
+ attr_accessor next_token: ::String
630
+ SENSITIVE: []
631
+ end
632
+
633
+ class ListCustomRoutingAcceleratorsResponse
634
+ attr_accessor accelerators: ::Array[Types::CustomRoutingAccelerator]
635
+ attr_accessor next_token: ::String
636
+ SENSITIVE: []
637
+ end
638
+
639
+ class ListCustomRoutingEndpointGroupsRequest
640
+ attr_accessor listener_arn: ::String
641
+ attr_accessor max_results: ::Integer
642
+ attr_accessor next_token: ::String
643
+ SENSITIVE: []
644
+ end
645
+
646
+ class ListCustomRoutingEndpointGroupsResponse
647
+ attr_accessor endpoint_groups: ::Array[Types::CustomRoutingEndpointGroup]
648
+ attr_accessor next_token: ::String
649
+ SENSITIVE: []
650
+ end
651
+
652
+ class ListCustomRoutingListenersRequest
653
+ attr_accessor accelerator_arn: ::String
654
+ attr_accessor max_results: ::Integer
655
+ attr_accessor next_token: ::String
656
+ SENSITIVE: []
657
+ end
658
+
659
+ class ListCustomRoutingListenersResponse
660
+ attr_accessor listeners: ::Array[Types::CustomRoutingListener]
661
+ attr_accessor next_token: ::String
662
+ SENSITIVE: []
663
+ end
664
+
665
+ class ListCustomRoutingPortMappingsByDestinationRequest
666
+ attr_accessor endpoint_id: ::String
667
+ attr_accessor destination_address: ::String
668
+ attr_accessor max_results: ::Integer
669
+ attr_accessor next_token: ::String
670
+ SENSITIVE: []
671
+ end
672
+
673
+ class ListCustomRoutingPortMappingsByDestinationResponse
674
+ attr_accessor destination_port_mappings: ::Array[Types::DestinationPortMapping]
675
+ attr_accessor next_token: ::String
676
+ SENSITIVE: []
677
+ end
678
+
679
+ class ListCustomRoutingPortMappingsRequest
680
+ attr_accessor accelerator_arn: ::String
681
+ attr_accessor endpoint_group_arn: ::String
682
+ attr_accessor max_results: ::Integer
683
+ attr_accessor next_token: ::String
684
+ SENSITIVE: []
685
+ end
686
+
687
+ class ListCustomRoutingPortMappingsResponse
688
+ attr_accessor port_mappings: ::Array[Types::PortMapping]
689
+ attr_accessor next_token: ::String
690
+ SENSITIVE: []
691
+ end
692
+
693
+ class ListEndpointGroupsRequest
694
+ attr_accessor listener_arn: ::String
695
+ attr_accessor max_results: ::Integer
696
+ attr_accessor next_token: ::String
697
+ SENSITIVE: []
698
+ end
699
+
700
+ class ListEndpointGroupsResponse
701
+ attr_accessor endpoint_groups: ::Array[Types::EndpointGroup]
702
+ attr_accessor next_token: ::String
703
+ SENSITIVE: []
704
+ end
705
+
706
+ class ListListenersRequest
707
+ attr_accessor accelerator_arn: ::String
708
+ attr_accessor max_results: ::Integer
709
+ attr_accessor next_token: ::String
710
+ SENSITIVE: []
711
+ end
712
+
713
+ class ListListenersResponse
714
+ attr_accessor listeners: ::Array[Types::Listener]
715
+ attr_accessor next_token: ::String
716
+ SENSITIVE: []
717
+ end
718
+
719
+ class ListTagsForResourceRequest
720
+ attr_accessor resource_arn: ::String
721
+ SENSITIVE: []
722
+ end
723
+
724
+ class ListTagsForResourceResponse
725
+ attr_accessor tags: ::Array[Types::Tag]
726
+ SENSITIVE: []
727
+ end
728
+
729
+ class Listener
730
+ attr_accessor listener_arn: ::String
731
+ attr_accessor port_ranges: ::Array[Types::PortRange]
732
+ attr_accessor protocol: ("TCP" | "UDP")
733
+ attr_accessor client_affinity: ("NONE" | "SOURCE_IP")
734
+ SENSITIVE: []
735
+ end
736
+
737
+ class ListenerNotFoundException
738
+ attr_accessor message: ::String
739
+ SENSITIVE: []
740
+ end
741
+
742
+ class PortMapping
743
+ attr_accessor accelerator_port: ::Integer
744
+ attr_accessor endpoint_group_arn: ::String
745
+ attr_accessor endpoint_id: ::String
746
+ attr_accessor destination_socket_address: Types::SocketAddress
747
+ attr_accessor protocols: ::Array[("TCP" | "UDP")]
748
+ attr_accessor destination_traffic_state: ("ALLOW" | "DENY")
749
+ SENSITIVE: []
750
+ end
751
+
752
+ class PortOverride
753
+ attr_accessor listener_port: ::Integer
754
+ attr_accessor endpoint_port: ::Integer
755
+ SENSITIVE: []
756
+ end
757
+
758
+ class PortRange
759
+ attr_accessor from_port: ::Integer
760
+ attr_accessor to_port: ::Integer
761
+ SENSITIVE: []
762
+ end
763
+
764
+ class ProvisionByoipCidrRequest
765
+ attr_accessor cidr: ::String
766
+ attr_accessor cidr_authorization_context: Types::CidrAuthorizationContext
767
+ SENSITIVE: []
768
+ end
769
+
770
+ class ProvisionByoipCidrResponse
771
+ attr_accessor byoip_cidr: Types::ByoipCidr
772
+ SENSITIVE: []
773
+ end
774
+
775
+ class RemoveCustomRoutingEndpointsRequest
776
+ attr_accessor endpoint_ids: ::Array[::String]
777
+ attr_accessor endpoint_group_arn: ::String
778
+ SENSITIVE: []
779
+ end
780
+
781
+ class RemoveEndpointsRequest
782
+ attr_accessor endpoint_identifiers: ::Array[Types::EndpointIdentifier]
783
+ attr_accessor endpoint_group_arn: ::String
784
+ SENSITIVE: []
785
+ end
786
+
787
+ class Resource
788
+ attr_accessor endpoint_id: ::String
789
+ attr_accessor region: ::String
790
+ SENSITIVE: []
791
+ end
792
+
793
+ class SocketAddress
794
+ attr_accessor ip_address: ::String
795
+ attr_accessor port: ::Integer
796
+ SENSITIVE: []
797
+ end
798
+
799
+ class Tag
800
+ attr_accessor key: ::String
801
+ attr_accessor value: ::String
802
+ SENSITIVE: []
803
+ end
804
+
805
+ class TagResourceRequest
806
+ attr_accessor resource_arn: ::String
807
+ attr_accessor tags: ::Array[Types::Tag]
808
+ SENSITIVE: []
809
+ end
810
+
811
+ class TagResourceResponse < Aws::EmptyStructure
812
+ end
813
+
814
+ class TransactionInProgressException
815
+ attr_accessor message: ::String
816
+ SENSITIVE: []
817
+ end
818
+
819
+ class UntagResourceRequest
820
+ attr_accessor resource_arn: ::String
821
+ attr_accessor tag_keys: ::Array[::String]
822
+ SENSITIVE: []
823
+ end
824
+
825
+ class UntagResourceResponse < Aws::EmptyStructure
826
+ end
827
+
828
+ class UpdateAcceleratorAttributesRequest
829
+ attr_accessor accelerator_arn: ::String
830
+ attr_accessor flow_logs_enabled: bool
831
+ attr_accessor flow_logs_s3_bucket: ::String
832
+ attr_accessor flow_logs_s3_prefix: ::String
833
+ SENSITIVE: []
834
+ end
835
+
836
+ class UpdateAcceleratorAttributesResponse
837
+ attr_accessor accelerator_attributes: Types::AcceleratorAttributes
838
+ SENSITIVE: []
839
+ end
840
+
841
+ class UpdateAcceleratorRequest
842
+ attr_accessor accelerator_arn: ::String
843
+ attr_accessor name: ::String
844
+ attr_accessor ip_address_type: ("IPV4" | "DUAL_STACK")
845
+ attr_accessor enabled: bool
846
+ SENSITIVE: []
847
+ end
848
+
849
+ class UpdateAcceleratorResponse
850
+ attr_accessor accelerator: Types::Accelerator
851
+ SENSITIVE: []
852
+ end
853
+
854
+ class UpdateCrossAccountAttachmentRequest
855
+ attr_accessor attachment_arn: ::String
856
+ attr_accessor name: ::String
857
+ attr_accessor add_principals: ::Array[::String]
858
+ attr_accessor remove_principals: ::Array[::String]
859
+ attr_accessor add_resources: ::Array[Types::Resource]
860
+ attr_accessor remove_resources: ::Array[Types::Resource]
861
+ SENSITIVE: []
862
+ end
863
+
864
+ class UpdateCrossAccountAttachmentResponse
865
+ attr_accessor cross_account_attachment: Types::Attachment
866
+ SENSITIVE: []
867
+ end
868
+
869
+ class UpdateCustomRoutingAcceleratorAttributesRequest
870
+ attr_accessor accelerator_arn: ::String
871
+ attr_accessor flow_logs_enabled: bool
872
+ attr_accessor flow_logs_s3_bucket: ::String
873
+ attr_accessor flow_logs_s3_prefix: ::String
874
+ SENSITIVE: []
875
+ end
876
+
877
+ class UpdateCustomRoutingAcceleratorAttributesResponse
878
+ attr_accessor accelerator_attributes: Types::CustomRoutingAcceleratorAttributes
879
+ SENSITIVE: []
880
+ end
881
+
882
+ class UpdateCustomRoutingAcceleratorRequest
883
+ attr_accessor accelerator_arn: ::String
884
+ attr_accessor name: ::String
885
+ attr_accessor ip_address_type: ("IPV4" | "DUAL_STACK")
886
+ attr_accessor enabled: bool
887
+ SENSITIVE: []
888
+ end
889
+
890
+ class UpdateCustomRoutingAcceleratorResponse
891
+ attr_accessor accelerator: Types::CustomRoutingAccelerator
892
+ SENSITIVE: []
893
+ end
894
+
895
+ class UpdateCustomRoutingListenerRequest
896
+ attr_accessor listener_arn: ::String
897
+ attr_accessor port_ranges: ::Array[Types::PortRange]
898
+ SENSITIVE: []
899
+ end
900
+
901
+ class UpdateCustomRoutingListenerResponse
902
+ attr_accessor listener: Types::CustomRoutingListener
903
+ SENSITIVE: []
904
+ end
905
+
906
+ class UpdateEndpointGroupRequest
907
+ attr_accessor endpoint_group_arn: ::String
908
+ attr_accessor endpoint_configurations: ::Array[Types::EndpointConfiguration]
909
+ attr_accessor traffic_dial_percentage: ::Float
910
+ attr_accessor health_check_port: ::Integer
911
+ attr_accessor health_check_protocol: ("TCP" | "HTTP" | "HTTPS")
912
+ attr_accessor health_check_path: ::String
913
+ attr_accessor health_check_interval_seconds: ::Integer
914
+ attr_accessor threshold_count: ::Integer
915
+ attr_accessor port_overrides: ::Array[Types::PortOverride]
916
+ SENSITIVE: []
917
+ end
918
+
919
+ class UpdateEndpointGroupResponse
920
+ attr_accessor endpoint_group: Types::EndpointGroup
921
+ SENSITIVE: []
922
+ end
923
+
924
+ class UpdateListenerRequest
925
+ attr_accessor listener_arn: ::String
926
+ attr_accessor port_ranges: ::Array[Types::PortRange]
927
+ attr_accessor protocol: ("TCP" | "UDP")
928
+ attr_accessor client_affinity: ("NONE" | "SOURCE_IP")
929
+ SENSITIVE: []
930
+ end
931
+
932
+ class UpdateListenerResponse
933
+ attr_accessor listener: Types::Listener
934
+ SENSITIVE: []
935
+ end
936
+
937
+ class WithdrawByoipCidrRequest
938
+ attr_accessor cidr: ::String
939
+ SENSITIVE: []
940
+ end
941
+
942
+ class WithdrawByoipCidrResponse
943
+ attr_accessor byoip_cidr: Types::ByoipCidr
944
+ SENSITIVE: []
945
+ end
946
+ end
947
+ end