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/types.rbs ADDED
@@ -0,0 +1,949 @@
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 cidr: ::String
257
+ attr_accessor attachment_arn: ::String
258
+ SENSITIVE: []
259
+ end
260
+
261
+ class CustomRoutingAccelerator
262
+ attr_accessor accelerator_arn: ::String
263
+ attr_accessor name: ::String
264
+ attr_accessor ip_address_type: ("IPV4" | "DUAL_STACK")
265
+ attr_accessor enabled: bool
266
+ attr_accessor ip_sets: ::Array[Types::IpSet]
267
+ attr_accessor dns_name: ::String
268
+ attr_accessor status: ("DEPLOYED" | "IN_PROGRESS")
269
+ attr_accessor created_time: ::Time
270
+ attr_accessor last_modified_time: ::Time
271
+ SENSITIVE: []
272
+ end
273
+
274
+ class CustomRoutingAcceleratorAttributes
275
+ attr_accessor flow_logs_enabled: bool
276
+ attr_accessor flow_logs_s3_bucket: ::String
277
+ attr_accessor flow_logs_s3_prefix: ::String
278
+ SENSITIVE: []
279
+ end
280
+
281
+ class CustomRoutingDestinationConfiguration
282
+ attr_accessor from_port: ::Integer
283
+ attr_accessor to_port: ::Integer
284
+ attr_accessor protocols: ::Array[("TCP" | "UDP")]
285
+ SENSITIVE: []
286
+ end
287
+
288
+ class CustomRoutingDestinationDescription
289
+ attr_accessor from_port: ::Integer
290
+ attr_accessor to_port: ::Integer
291
+ attr_accessor protocols: ::Array[("TCP" | "UDP")]
292
+ SENSITIVE: []
293
+ end
294
+
295
+ class CustomRoutingEndpointConfiguration
296
+ attr_accessor endpoint_id: ::String
297
+ attr_accessor attachment_arn: ::String
298
+ SENSITIVE: []
299
+ end
300
+
301
+ class CustomRoutingEndpointDescription
302
+ attr_accessor endpoint_id: ::String
303
+ SENSITIVE: []
304
+ end
305
+
306
+ class CustomRoutingEndpointGroup
307
+ attr_accessor endpoint_group_arn: ::String
308
+ attr_accessor endpoint_group_region: ::String
309
+ attr_accessor destination_descriptions: ::Array[Types::CustomRoutingDestinationDescription]
310
+ attr_accessor endpoint_descriptions: ::Array[Types::CustomRoutingEndpointDescription]
311
+ SENSITIVE: []
312
+ end
313
+
314
+ class CustomRoutingListener
315
+ attr_accessor listener_arn: ::String
316
+ attr_accessor port_ranges: ::Array[Types::PortRange]
317
+ SENSITIVE: []
318
+ end
319
+
320
+ class DeleteAcceleratorRequest
321
+ attr_accessor accelerator_arn: ::String
322
+ SENSITIVE: []
323
+ end
324
+
325
+ class DeleteCrossAccountAttachmentRequest
326
+ attr_accessor attachment_arn: ::String
327
+ SENSITIVE: []
328
+ end
329
+
330
+ class DeleteCustomRoutingAcceleratorRequest
331
+ attr_accessor accelerator_arn: ::String
332
+ SENSITIVE: []
333
+ end
334
+
335
+ class DeleteCustomRoutingEndpointGroupRequest
336
+ attr_accessor endpoint_group_arn: ::String
337
+ SENSITIVE: []
338
+ end
339
+
340
+ class DeleteCustomRoutingListenerRequest
341
+ attr_accessor listener_arn: ::String
342
+ SENSITIVE: []
343
+ end
344
+
345
+ class DeleteEndpointGroupRequest
346
+ attr_accessor endpoint_group_arn: ::String
347
+ SENSITIVE: []
348
+ end
349
+
350
+ class DeleteListenerRequest
351
+ attr_accessor listener_arn: ::String
352
+ SENSITIVE: []
353
+ end
354
+
355
+ class DenyCustomRoutingTrafficRequest
356
+ attr_accessor endpoint_group_arn: ::String
357
+ attr_accessor endpoint_id: ::String
358
+ attr_accessor destination_addresses: ::Array[::String]
359
+ attr_accessor destination_ports: ::Array[::Integer]
360
+ attr_accessor deny_all_traffic_to_endpoint: bool
361
+ SENSITIVE: []
362
+ end
363
+
364
+ class DeprovisionByoipCidrRequest
365
+ attr_accessor cidr: ::String
366
+ SENSITIVE: []
367
+ end
368
+
369
+ class DeprovisionByoipCidrResponse
370
+ attr_accessor byoip_cidr: Types::ByoipCidr
371
+ SENSITIVE: []
372
+ end
373
+
374
+ class DescribeAcceleratorAttributesRequest
375
+ attr_accessor accelerator_arn: ::String
376
+ SENSITIVE: []
377
+ end
378
+
379
+ class DescribeAcceleratorAttributesResponse
380
+ attr_accessor accelerator_attributes: Types::AcceleratorAttributes
381
+ SENSITIVE: []
382
+ end
383
+
384
+ class DescribeAcceleratorRequest
385
+ attr_accessor accelerator_arn: ::String
386
+ SENSITIVE: []
387
+ end
388
+
389
+ class DescribeAcceleratorResponse
390
+ attr_accessor accelerator: Types::Accelerator
391
+ SENSITIVE: []
392
+ end
393
+
394
+ class DescribeCrossAccountAttachmentRequest
395
+ attr_accessor attachment_arn: ::String
396
+ SENSITIVE: []
397
+ end
398
+
399
+ class DescribeCrossAccountAttachmentResponse
400
+ attr_accessor cross_account_attachment: Types::Attachment
401
+ SENSITIVE: []
402
+ end
403
+
404
+ class DescribeCustomRoutingAcceleratorAttributesRequest
405
+ attr_accessor accelerator_arn: ::String
406
+ SENSITIVE: []
407
+ end
408
+
409
+ class DescribeCustomRoutingAcceleratorAttributesResponse
410
+ attr_accessor accelerator_attributes: Types::CustomRoutingAcceleratorAttributes
411
+ SENSITIVE: []
412
+ end
413
+
414
+ class DescribeCustomRoutingAcceleratorRequest
415
+ attr_accessor accelerator_arn: ::String
416
+ SENSITIVE: []
417
+ end
418
+
419
+ class DescribeCustomRoutingAcceleratorResponse
420
+ attr_accessor accelerator: Types::CustomRoutingAccelerator
421
+ SENSITIVE: []
422
+ end
423
+
424
+ class DescribeCustomRoutingEndpointGroupRequest
425
+ attr_accessor endpoint_group_arn: ::String
426
+ SENSITIVE: []
427
+ end
428
+
429
+ class DescribeCustomRoutingEndpointGroupResponse
430
+ attr_accessor endpoint_group: Types::CustomRoutingEndpointGroup
431
+ SENSITIVE: []
432
+ end
433
+
434
+ class DescribeCustomRoutingListenerRequest
435
+ attr_accessor listener_arn: ::String
436
+ SENSITIVE: []
437
+ end
438
+
439
+ class DescribeCustomRoutingListenerResponse
440
+ attr_accessor listener: Types::CustomRoutingListener
441
+ SENSITIVE: []
442
+ end
443
+
444
+ class DescribeEndpointGroupRequest
445
+ attr_accessor endpoint_group_arn: ::String
446
+ SENSITIVE: []
447
+ end
448
+
449
+ class DescribeEndpointGroupResponse
450
+ attr_accessor endpoint_group: Types::EndpointGroup
451
+ SENSITIVE: []
452
+ end
453
+
454
+ class DescribeListenerRequest
455
+ attr_accessor listener_arn: ::String
456
+ SENSITIVE: []
457
+ end
458
+
459
+ class DescribeListenerResponse
460
+ attr_accessor listener: Types::Listener
461
+ SENSITIVE: []
462
+ end
463
+
464
+ class DestinationPortMapping
465
+ attr_accessor accelerator_arn: ::String
466
+ attr_accessor accelerator_socket_addresses: ::Array[Types::SocketAddress]
467
+ attr_accessor endpoint_group_arn: ::String
468
+ attr_accessor endpoint_id: ::String
469
+ attr_accessor endpoint_group_region: ::String
470
+ attr_accessor destination_socket_address: Types::SocketAddress
471
+ attr_accessor ip_address_type: ("IPV4" | "DUAL_STACK")
472
+ attr_accessor destination_traffic_state: ("ALLOW" | "DENY")
473
+ SENSITIVE: []
474
+ end
475
+
476
+ class EndpointAlreadyExistsException
477
+ attr_accessor message: ::String
478
+ SENSITIVE: []
479
+ end
480
+
481
+ class EndpointConfiguration
482
+ attr_accessor endpoint_id: ::String
483
+ attr_accessor weight: ::Integer
484
+ attr_accessor client_ip_preservation_enabled: bool
485
+ attr_accessor attachment_arn: ::String
486
+ SENSITIVE: []
487
+ end
488
+
489
+ class EndpointDescription
490
+ attr_accessor endpoint_id: ::String
491
+ attr_accessor weight: ::Integer
492
+ attr_accessor health_state: ("INITIAL" | "HEALTHY" | "UNHEALTHY")
493
+ attr_accessor health_reason: ::String
494
+ attr_accessor client_ip_preservation_enabled: bool
495
+ SENSITIVE: []
496
+ end
497
+
498
+ class EndpointGroup
499
+ attr_accessor endpoint_group_arn: ::String
500
+ attr_accessor endpoint_group_region: ::String
501
+ attr_accessor endpoint_descriptions: ::Array[Types::EndpointDescription]
502
+ attr_accessor traffic_dial_percentage: ::Float
503
+ attr_accessor health_check_port: ::Integer
504
+ attr_accessor health_check_protocol: ("TCP" | "HTTP" | "HTTPS")
505
+ attr_accessor health_check_path: ::String
506
+ attr_accessor health_check_interval_seconds: ::Integer
507
+ attr_accessor threshold_count: ::Integer
508
+ attr_accessor port_overrides: ::Array[Types::PortOverride]
509
+ SENSITIVE: []
510
+ end
511
+
512
+ class EndpointGroupAlreadyExistsException
513
+ attr_accessor message: ::String
514
+ SENSITIVE: []
515
+ end
516
+
517
+ class EndpointGroupNotFoundException
518
+ attr_accessor message: ::String
519
+ SENSITIVE: []
520
+ end
521
+
522
+ class EndpointIdentifier
523
+ attr_accessor endpoint_id: ::String
524
+ attr_accessor client_ip_preservation_enabled: bool
525
+ SENSITIVE: []
526
+ end
527
+
528
+ class EndpointNotFoundException
529
+ attr_accessor message: ::String
530
+ SENSITIVE: []
531
+ end
532
+
533
+ class IncorrectCidrStateException
534
+ attr_accessor message: ::String
535
+ SENSITIVE: []
536
+ end
537
+
538
+ class InternalServiceErrorException
539
+ attr_accessor message: ::String
540
+ SENSITIVE: []
541
+ end
542
+
543
+ class InvalidArgumentException
544
+ attr_accessor message: ::String
545
+ SENSITIVE: []
546
+ end
547
+
548
+ class InvalidNextTokenException
549
+ attr_accessor message: ::String
550
+ SENSITIVE: []
551
+ end
552
+
553
+ class InvalidPortRangeException
554
+ attr_accessor message: ::String
555
+ SENSITIVE: []
556
+ end
557
+
558
+ class IpSet
559
+ attr_accessor ip_family: ::String
560
+ attr_accessor ip_addresses: ::Array[::String]
561
+ attr_accessor ip_address_family: ("IPv4" | "IPv6")
562
+ SENSITIVE: []
563
+ end
564
+
565
+ class LimitExceededException
566
+ attr_accessor message: ::String
567
+ SENSITIVE: []
568
+ end
569
+
570
+ class ListAcceleratorsRequest
571
+ attr_accessor max_results: ::Integer
572
+ attr_accessor next_token: ::String
573
+ SENSITIVE: []
574
+ end
575
+
576
+ class ListAcceleratorsResponse
577
+ attr_accessor accelerators: ::Array[Types::Accelerator]
578
+ attr_accessor next_token: ::String
579
+ SENSITIVE: []
580
+ end
581
+
582
+ class ListByoipCidrsRequest
583
+ attr_accessor max_results: ::Integer
584
+ attr_accessor next_token: ::String
585
+ SENSITIVE: []
586
+ end
587
+
588
+ class ListByoipCidrsResponse
589
+ attr_accessor byoip_cidrs: ::Array[Types::ByoipCidr]
590
+ attr_accessor next_token: ::String
591
+ SENSITIVE: []
592
+ end
593
+
594
+ class ListCrossAccountAttachmentsRequest
595
+ attr_accessor max_results: ::Integer
596
+ attr_accessor next_token: ::String
597
+ SENSITIVE: []
598
+ end
599
+
600
+ class ListCrossAccountAttachmentsResponse
601
+ attr_accessor cross_account_attachments: ::Array[Types::Attachment]
602
+ attr_accessor next_token: ::String
603
+ SENSITIVE: []
604
+ end
605
+
606
+ class ListCrossAccountResourceAccountsRequest < Aws::EmptyStructure
607
+ end
608
+
609
+ class ListCrossAccountResourceAccountsResponse
610
+ attr_accessor resource_owner_aws_account_ids: ::Array[::String]
611
+ SENSITIVE: []
612
+ end
613
+
614
+ class ListCrossAccountResourcesRequest
615
+ attr_accessor accelerator_arn: ::String
616
+ attr_accessor resource_owner_aws_account_id: ::String
617
+ attr_accessor max_results: ::Integer
618
+ attr_accessor next_token: ::String
619
+ SENSITIVE: []
620
+ end
621
+
622
+ class ListCrossAccountResourcesResponse
623
+ attr_accessor cross_account_resources: ::Array[Types::CrossAccountResource]
624
+ attr_accessor next_token: ::String
625
+ SENSITIVE: []
626
+ end
627
+
628
+ class ListCustomRoutingAcceleratorsRequest
629
+ attr_accessor max_results: ::Integer
630
+ attr_accessor next_token: ::String
631
+ SENSITIVE: []
632
+ end
633
+
634
+ class ListCustomRoutingAcceleratorsResponse
635
+ attr_accessor accelerators: ::Array[Types::CustomRoutingAccelerator]
636
+ attr_accessor next_token: ::String
637
+ SENSITIVE: []
638
+ end
639
+
640
+ class ListCustomRoutingEndpointGroupsRequest
641
+ attr_accessor listener_arn: ::String
642
+ attr_accessor max_results: ::Integer
643
+ attr_accessor next_token: ::String
644
+ SENSITIVE: []
645
+ end
646
+
647
+ class ListCustomRoutingEndpointGroupsResponse
648
+ attr_accessor endpoint_groups: ::Array[Types::CustomRoutingEndpointGroup]
649
+ attr_accessor next_token: ::String
650
+ SENSITIVE: []
651
+ end
652
+
653
+ class ListCustomRoutingListenersRequest
654
+ attr_accessor accelerator_arn: ::String
655
+ attr_accessor max_results: ::Integer
656
+ attr_accessor next_token: ::String
657
+ SENSITIVE: []
658
+ end
659
+
660
+ class ListCustomRoutingListenersResponse
661
+ attr_accessor listeners: ::Array[Types::CustomRoutingListener]
662
+ attr_accessor next_token: ::String
663
+ SENSITIVE: []
664
+ end
665
+
666
+ class ListCustomRoutingPortMappingsByDestinationRequest
667
+ attr_accessor endpoint_id: ::String
668
+ attr_accessor destination_address: ::String
669
+ attr_accessor max_results: ::Integer
670
+ attr_accessor next_token: ::String
671
+ SENSITIVE: []
672
+ end
673
+
674
+ class ListCustomRoutingPortMappingsByDestinationResponse
675
+ attr_accessor destination_port_mappings: ::Array[Types::DestinationPortMapping]
676
+ attr_accessor next_token: ::String
677
+ SENSITIVE: []
678
+ end
679
+
680
+ class ListCustomRoutingPortMappingsRequest
681
+ attr_accessor accelerator_arn: ::String
682
+ attr_accessor endpoint_group_arn: ::String
683
+ attr_accessor max_results: ::Integer
684
+ attr_accessor next_token: ::String
685
+ SENSITIVE: []
686
+ end
687
+
688
+ class ListCustomRoutingPortMappingsResponse
689
+ attr_accessor port_mappings: ::Array[Types::PortMapping]
690
+ attr_accessor next_token: ::String
691
+ SENSITIVE: []
692
+ end
693
+
694
+ class ListEndpointGroupsRequest
695
+ attr_accessor listener_arn: ::String
696
+ attr_accessor max_results: ::Integer
697
+ attr_accessor next_token: ::String
698
+ SENSITIVE: []
699
+ end
700
+
701
+ class ListEndpointGroupsResponse
702
+ attr_accessor endpoint_groups: ::Array[Types::EndpointGroup]
703
+ attr_accessor next_token: ::String
704
+ SENSITIVE: []
705
+ end
706
+
707
+ class ListListenersRequest
708
+ attr_accessor accelerator_arn: ::String
709
+ attr_accessor max_results: ::Integer
710
+ attr_accessor next_token: ::String
711
+ SENSITIVE: []
712
+ end
713
+
714
+ class ListListenersResponse
715
+ attr_accessor listeners: ::Array[Types::Listener]
716
+ attr_accessor next_token: ::String
717
+ SENSITIVE: []
718
+ end
719
+
720
+ class ListTagsForResourceRequest
721
+ attr_accessor resource_arn: ::String
722
+ SENSITIVE: []
723
+ end
724
+
725
+ class ListTagsForResourceResponse
726
+ attr_accessor tags: ::Array[Types::Tag]
727
+ SENSITIVE: []
728
+ end
729
+
730
+ class Listener
731
+ attr_accessor listener_arn: ::String
732
+ attr_accessor port_ranges: ::Array[Types::PortRange]
733
+ attr_accessor protocol: ("TCP" | "UDP")
734
+ attr_accessor client_affinity: ("NONE" | "SOURCE_IP")
735
+ SENSITIVE: []
736
+ end
737
+
738
+ class ListenerNotFoundException
739
+ attr_accessor message: ::String
740
+ SENSITIVE: []
741
+ end
742
+
743
+ class PortMapping
744
+ attr_accessor accelerator_port: ::Integer
745
+ attr_accessor endpoint_group_arn: ::String
746
+ attr_accessor endpoint_id: ::String
747
+ attr_accessor destination_socket_address: Types::SocketAddress
748
+ attr_accessor protocols: ::Array[("TCP" | "UDP")]
749
+ attr_accessor destination_traffic_state: ("ALLOW" | "DENY")
750
+ SENSITIVE: []
751
+ end
752
+
753
+ class PortOverride
754
+ attr_accessor listener_port: ::Integer
755
+ attr_accessor endpoint_port: ::Integer
756
+ SENSITIVE: []
757
+ end
758
+
759
+ class PortRange
760
+ attr_accessor from_port: ::Integer
761
+ attr_accessor to_port: ::Integer
762
+ SENSITIVE: []
763
+ end
764
+
765
+ class ProvisionByoipCidrRequest
766
+ attr_accessor cidr: ::String
767
+ attr_accessor cidr_authorization_context: Types::CidrAuthorizationContext
768
+ SENSITIVE: []
769
+ end
770
+
771
+ class ProvisionByoipCidrResponse
772
+ attr_accessor byoip_cidr: Types::ByoipCidr
773
+ SENSITIVE: []
774
+ end
775
+
776
+ class RemoveCustomRoutingEndpointsRequest
777
+ attr_accessor endpoint_ids: ::Array[::String]
778
+ attr_accessor endpoint_group_arn: ::String
779
+ SENSITIVE: []
780
+ end
781
+
782
+ class RemoveEndpointsRequest
783
+ attr_accessor endpoint_identifiers: ::Array[Types::EndpointIdentifier]
784
+ attr_accessor endpoint_group_arn: ::String
785
+ SENSITIVE: []
786
+ end
787
+
788
+ class Resource
789
+ attr_accessor endpoint_id: ::String
790
+ attr_accessor cidr: ::String
791
+ attr_accessor region: ::String
792
+ SENSITIVE: []
793
+ end
794
+
795
+ class SocketAddress
796
+ attr_accessor ip_address: ::String
797
+ attr_accessor port: ::Integer
798
+ SENSITIVE: []
799
+ end
800
+
801
+ class Tag
802
+ attr_accessor key: ::String
803
+ attr_accessor value: ::String
804
+ SENSITIVE: []
805
+ end
806
+
807
+ class TagResourceRequest
808
+ attr_accessor resource_arn: ::String
809
+ attr_accessor tags: ::Array[Types::Tag]
810
+ SENSITIVE: []
811
+ end
812
+
813
+ class TagResourceResponse < Aws::EmptyStructure
814
+ end
815
+
816
+ class TransactionInProgressException
817
+ attr_accessor message: ::String
818
+ SENSITIVE: []
819
+ end
820
+
821
+ class UntagResourceRequest
822
+ attr_accessor resource_arn: ::String
823
+ attr_accessor tag_keys: ::Array[::String]
824
+ SENSITIVE: []
825
+ end
826
+
827
+ class UntagResourceResponse < Aws::EmptyStructure
828
+ end
829
+
830
+ class UpdateAcceleratorAttributesRequest
831
+ attr_accessor accelerator_arn: ::String
832
+ attr_accessor flow_logs_enabled: bool
833
+ attr_accessor flow_logs_s3_bucket: ::String
834
+ attr_accessor flow_logs_s3_prefix: ::String
835
+ SENSITIVE: []
836
+ end
837
+
838
+ class UpdateAcceleratorAttributesResponse
839
+ attr_accessor accelerator_attributes: Types::AcceleratorAttributes
840
+ SENSITIVE: []
841
+ end
842
+
843
+ class UpdateAcceleratorRequest
844
+ attr_accessor accelerator_arn: ::String
845
+ attr_accessor name: ::String
846
+ attr_accessor ip_address_type: ("IPV4" | "DUAL_STACK")
847
+ attr_accessor enabled: bool
848
+ SENSITIVE: []
849
+ end
850
+
851
+ class UpdateAcceleratorResponse
852
+ attr_accessor accelerator: Types::Accelerator
853
+ SENSITIVE: []
854
+ end
855
+
856
+ class UpdateCrossAccountAttachmentRequest
857
+ attr_accessor attachment_arn: ::String
858
+ attr_accessor name: ::String
859
+ attr_accessor add_principals: ::Array[::String]
860
+ attr_accessor remove_principals: ::Array[::String]
861
+ attr_accessor add_resources: ::Array[Types::Resource]
862
+ attr_accessor remove_resources: ::Array[Types::Resource]
863
+ SENSITIVE: []
864
+ end
865
+
866
+ class UpdateCrossAccountAttachmentResponse
867
+ attr_accessor cross_account_attachment: Types::Attachment
868
+ SENSITIVE: []
869
+ end
870
+
871
+ class UpdateCustomRoutingAcceleratorAttributesRequest
872
+ attr_accessor accelerator_arn: ::String
873
+ attr_accessor flow_logs_enabled: bool
874
+ attr_accessor flow_logs_s3_bucket: ::String
875
+ attr_accessor flow_logs_s3_prefix: ::String
876
+ SENSITIVE: []
877
+ end
878
+
879
+ class UpdateCustomRoutingAcceleratorAttributesResponse
880
+ attr_accessor accelerator_attributes: Types::CustomRoutingAcceleratorAttributes
881
+ SENSITIVE: []
882
+ end
883
+
884
+ class UpdateCustomRoutingAcceleratorRequest
885
+ attr_accessor accelerator_arn: ::String
886
+ attr_accessor name: ::String
887
+ attr_accessor ip_address_type: ("IPV4" | "DUAL_STACK")
888
+ attr_accessor enabled: bool
889
+ SENSITIVE: []
890
+ end
891
+
892
+ class UpdateCustomRoutingAcceleratorResponse
893
+ attr_accessor accelerator: Types::CustomRoutingAccelerator
894
+ SENSITIVE: []
895
+ end
896
+
897
+ class UpdateCustomRoutingListenerRequest
898
+ attr_accessor listener_arn: ::String
899
+ attr_accessor port_ranges: ::Array[Types::PortRange]
900
+ SENSITIVE: []
901
+ end
902
+
903
+ class UpdateCustomRoutingListenerResponse
904
+ attr_accessor listener: Types::CustomRoutingListener
905
+ SENSITIVE: []
906
+ end
907
+
908
+ class UpdateEndpointGroupRequest
909
+ attr_accessor endpoint_group_arn: ::String
910
+ attr_accessor endpoint_configurations: ::Array[Types::EndpointConfiguration]
911
+ attr_accessor traffic_dial_percentage: ::Float
912
+ attr_accessor health_check_port: ::Integer
913
+ attr_accessor health_check_protocol: ("TCP" | "HTTP" | "HTTPS")
914
+ attr_accessor health_check_path: ::String
915
+ attr_accessor health_check_interval_seconds: ::Integer
916
+ attr_accessor threshold_count: ::Integer
917
+ attr_accessor port_overrides: ::Array[Types::PortOverride]
918
+ SENSITIVE: []
919
+ end
920
+
921
+ class UpdateEndpointGroupResponse
922
+ attr_accessor endpoint_group: Types::EndpointGroup
923
+ SENSITIVE: []
924
+ end
925
+
926
+ class UpdateListenerRequest
927
+ attr_accessor listener_arn: ::String
928
+ attr_accessor port_ranges: ::Array[Types::PortRange]
929
+ attr_accessor protocol: ("TCP" | "UDP")
930
+ attr_accessor client_affinity: ("NONE" | "SOURCE_IP")
931
+ SENSITIVE: []
932
+ end
933
+
934
+ class UpdateListenerResponse
935
+ attr_accessor listener: Types::Listener
936
+ SENSITIVE: []
937
+ end
938
+
939
+ class WithdrawByoipCidrRequest
940
+ attr_accessor cidr: ::String
941
+ SENSITIVE: []
942
+ end
943
+
944
+ class WithdrawByoipCidrResponse
945
+ attr_accessor byoip_cidr: Types::ByoipCidr
946
+ SENSITIVE: []
947
+ end
948
+ end
949
+ end