aws_sdk_globalaccelerator/operation.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `AddCustomRoutingEndpoints` operation.
5pub mod add_custom_routing_endpoints;
6
7/// Types for the `AddEndpoints` operation.
8pub mod add_endpoints;
9
10/// Types for the `AdvertiseByoipCidr` operation.
11pub mod advertise_byoip_cidr;
12
13/// Types for the `AllowCustomRoutingTraffic` operation.
14pub mod allow_custom_routing_traffic;
15
16/// Types for the `CreateAccelerator` operation.
17pub mod create_accelerator;
18
19/// Types for the `CreateCrossAccountAttachment` operation.
20pub mod create_cross_account_attachment;
21
22/// Types for the `CreateCustomRoutingAccelerator` operation.
23pub mod create_custom_routing_accelerator;
24
25/// Types for the `CreateCustomRoutingEndpointGroup` operation.
26pub mod create_custom_routing_endpoint_group;
27
28/// Types for the `CreateCustomRoutingListener` operation.
29pub mod create_custom_routing_listener;
30
31/// Types for the `CreateEndpointGroup` operation.
32pub mod create_endpoint_group;
33
34/// Types for the `CreateListener` operation.
35pub mod create_listener;
36
37/// Types for the `DeleteAccelerator` operation.
38pub mod delete_accelerator;
39
40/// Types for the `DeleteCrossAccountAttachment` operation.
41pub mod delete_cross_account_attachment;
42
43/// Types for the `DeleteCustomRoutingAccelerator` operation.
44pub mod delete_custom_routing_accelerator;
45
46/// Types for the `DeleteCustomRoutingEndpointGroup` operation.
47pub mod delete_custom_routing_endpoint_group;
48
49/// Types for the `DeleteCustomRoutingListener` operation.
50pub mod delete_custom_routing_listener;
51
52/// Types for the `DeleteEndpointGroup` operation.
53pub mod delete_endpoint_group;
54
55/// Types for the `DeleteListener` operation.
56pub mod delete_listener;
57
58/// Types for the `DenyCustomRoutingTraffic` operation.
59pub mod deny_custom_routing_traffic;
60
61/// Types for the `DeprovisionByoipCidr` operation.
62pub mod deprovision_byoip_cidr;
63
64/// Types for the `DescribeAccelerator` operation.
65pub mod describe_accelerator;
66
67/// Types for the `DescribeAcceleratorAttributes` operation.
68pub mod describe_accelerator_attributes;
69
70/// Types for the `DescribeCrossAccountAttachment` operation.
71pub mod describe_cross_account_attachment;
72
73/// Types for the `DescribeCustomRoutingAccelerator` operation.
74pub mod describe_custom_routing_accelerator;
75
76/// Types for the `DescribeCustomRoutingAcceleratorAttributes` operation.
77pub mod describe_custom_routing_accelerator_attributes;
78
79/// Types for the `DescribeCustomRoutingEndpointGroup` operation.
80pub mod describe_custom_routing_endpoint_group;
81
82/// Types for the `DescribeCustomRoutingListener` operation.
83pub mod describe_custom_routing_listener;
84
85/// Types for the `DescribeEndpointGroup` operation.
86pub mod describe_endpoint_group;
87
88/// Types for the `DescribeListener` operation.
89pub mod describe_listener;
90
91/// Types for the `ListAccelerators` operation.
92pub mod list_accelerators;
93
94/// Types for the `ListByoipCidrs` operation.
95pub mod list_byoip_cidrs;
96
97/// Types for the `ListCrossAccountAttachments` operation.
98pub mod list_cross_account_attachments;
99
100/// Types for the `ListCrossAccountResourceAccounts` operation.
101pub mod list_cross_account_resource_accounts;
102
103/// Types for the `ListCrossAccountResources` operation.
104pub mod list_cross_account_resources;
105
106/// Types for the `ListCustomRoutingAccelerators` operation.
107pub mod list_custom_routing_accelerators;
108
109/// Types for the `ListCustomRoutingEndpointGroups` operation.
110pub mod list_custom_routing_endpoint_groups;
111
112/// Types for the `ListCustomRoutingListeners` operation.
113pub mod list_custom_routing_listeners;
114
115/// Types for the `ListCustomRoutingPortMappings` operation.
116pub mod list_custom_routing_port_mappings;
117
118/// Types for the `ListCustomRoutingPortMappingsByDestination` operation.
119pub mod list_custom_routing_port_mappings_by_destination;
120
121/// Types for the `ListEndpointGroups` operation.
122pub mod list_endpoint_groups;
123
124/// Types for the `ListListeners` operation.
125pub mod list_listeners;
126
127/// Types for the `ListTagsForResource` operation.
128pub mod list_tags_for_resource;
129
130/// Types for the `ProvisionByoipCidr` operation.
131pub mod provision_byoip_cidr;
132
133/// Types for the `RemoveCustomRoutingEndpoints` operation.
134pub mod remove_custom_routing_endpoints;
135
136/// Types for the `RemoveEndpoints` operation.
137pub mod remove_endpoints;
138
139/// Types for the `TagResource` operation.
140pub mod tag_resource;
141
142/// Types for the `UntagResource` operation.
143pub mod untag_resource;
144
145/// Types for the `UpdateAccelerator` operation.
146pub mod update_accelerator;
147
148/// Types for the `UpdateAcceleratorAttributes` operation.
149pub mod update_accelerator_attributes;
150
151/// Types for the `UpdateCrossAccountAttachment` operation.
152pub mod update_cross_account_attachment;
153
154/// Types for the `UpdateCustomRoutingAccelerator` operation.
155pub mod update_custom_routing_accelerator;
156
157/// Types for the `UpdateCustomRoutingAcceleratorAttributes` operation.
158pub mod update_custom_routing_accelerator_attributes;
159
160/// Types for the `UpdateCustomRoutingListener` operation.
161pub mod update_custom_routing_listener;
162
163/// Types for the `UpdateEndpointGroup` operation.
164pub mod update_endpoint_group;
165
166/// Types for the `UpdateListener` operation.
167pub mod update_listener;
168
169/// Types for the `WithdrawByoipCidr` operation.
170pub mod withdraw_byoip_cidr;