aws_sdk_directconnect/
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 `AcceptDirectConnectGatewayAssociationProposal` operation.
5pub mod accept_direct_connect_gateway_association_proposal;
6
7/// Types for the `AllocateConnectionOnInterconnect` operation.
8pub mod allocate_connection_on_interconnect;
9
10/// Types for the `AllocateHostedConnection` operation.
11pub mod allocate_hosted_connection;
12
13/// Types for the `AllocatePrivateVirtualInterface` operation.
14pub mod allocate_private_virtual_interface;
15
16/// Types for the `AllocatePublicVirtualInterface` operation.
17pub mod allocate_public_virtual_interface;
18
19/// Types for the `AllocateTransitVirtualInterface` operation.
20pub mod allocate_transit_virtual_interface;
21
22/// Types for the `AssociateConnectionWithLag` operation.
23pub mod associate_connection_with_lag;
24
25/// Types for the `AssociateHostedConnection` operation.
26pub mod associate_hosted_connection;
27
28/// Types for the `AssociateMacSecKey` operation.
29pub mod associate_mac_sec_key;
30
31/// Types for the `AssociateVirtualInterface` operation.
32pub mod associate_virtual_interface;
33
34/// Types for the `ConfirmConnection` operation.
35pub mod confirm_connection;
36
37/// Types for the `ConfirmCustomerAgreement` operation.
38pub mod confirm_customer_agreement;
39
40/// Types for the `ConfirmPrivateVirtualInterface` operation.
41pub mod confirm_private_virtual_interface;
42
43/// Types for the `ConfirmPublicVirtualInterface` operation.
44pub mod confirm_public_virtual_interface;
45
46/// Types for the `ConfirmTransitVirtualInterface` operation.
47pub mod confirm_transit_virtual_interface;
48
49/// Types for the `CreateBGPPeer` operation.
50pub mod create_bgp_peer;
51
52/// Types for the `CreateConnection` operation.
53pub mod create_connection;
54
55/// Types for the `CreateDirectConnectGateway` operation.
56pub mod create_direct_connect_gateway;
57
58/// Types for the `CreateDirectConnectGatewayAssociation` operation.
59pub mod create_direct_connect_gateway_association;
60
61/// Types for the `CreateDirectConnectGatewayAssociationProposal` operation.
62pub mod create_direct_connect_gateway_association_proposal;
63
64/// Types for the `CreateInterconnect` operation.
65pub mod create_interconnect;
66
67/// Types for the `CreateLag` operation.
68pub mod create_lag;
69
70/// Types for the `CreatePrivateVirtualInterface` operation.
71pub mod create_private_virtual_interface;
72
73/// Types for the `CreatePublicVirtualInterface` operation.
74pub mod create_public_virtual_interface;
75
76/// Types for the `CreateTransitVirtualInterface` operation.
77pub mod create_transit_virtual_interface;
78
79/// Types for the `DeleteBGPPeer` operation.
80pub mod delete_bgp_peer;
81
82/// Types for the `DeleteConnection` operation.
83pub mod delete_connection;
84
85/// Types for the `DeleteDirectConnectGateway` operation.
86pub mod delete_direct_connect_gateway;
87
88/// Types for the `DeleteDirectConnectGatewayAssociation` operation.
89pub mod delete_direct_connect_gateway_association;
90
91/// Types for the `DeleteDirectConnectGatewayAssociationProposal` operation.
92pub mod delete_direct_connect_gateway_association_proposal;
93
94/// Types for the `DeleteInterconnect` operation.
95pub mod delete_interconnect;
96
97/// Types for the `DeleteLag` operation.
98pub mod delete_lag;
99
100/// Types for the `DeleteVirtualInterface` operation.
101pub mod delete_virtual_interface;
102
103/// Types for the `DescribeConnectionLoa` operation.
104pub mod describe_connection_loa;
105
106/// Types for the `DescribeConnections` operation.
107pub mod describe_connections;
108
109/// Types for the `DescribeConnectionsOnInterconnect` operation.
110pub mod describe_connections_on_interconnect;
111
112/// Types for the `DescribeCustomerMetadata` operation.
113pub mod describe_customer_metadata;
114
115/// Types for the `DescribeDirectConnectGatewayAssociationProposals` operation.
116pub mod describe_direct_connect_gateway_association_proposals;
117
118/// Types for the `DescribeDirectConnectGatewayAssociations` operation.
119pub mod describe_direct_connect_gateway_associations;
120
121/// Types for the `DescribeDirectConnectGatewayAttachments` operation.
122pub mod describe_direct_connect_gateway_attachments;
123
124/// Types for the `DescribeDirectConnectGateways` operation.
125pub mod describe_direct_connect_gateways;
126
127/// Types for the `DescribeHostedConnections` operation.
128pub mod describe_hosted_connections;
129
130/// Types for the `DescribeInterconnectLoa` operation.
131pub mod describe_interconnect_loa;
132
133/// Types for the `DescribeInterconnects` operation.
134pub mod describe_interconnects;
135
136/// Types for the `DescribeLags` operation.
137pub mod describe_lags;
138
139/// Types for the `DescribeLoa` operation.
140pub mod describe_loa;
141
142/// Types for the `DescribeLocations` operation.
143pub mod describe_locations;
144
145/// Types for the `DescribeRouterConfiguration` operation.
146pub mod describe_router_configuration;
147
148/// Types for the `DescribeTags` operation.
149pub mod describe_tags;
150
151/// Types for the `DescribeVirtualGateways` operation.
152pub mod describe_virtual_gateways;
153
154/// Types for the `DescribeVirtualInterfaces` operation.
155pub mod describe_virtual_interfaces;
156
157/// Types for the `DisassociateConnectionFromLag` operation.
158pub mod disassociate_connection_from_lag;
159
160/// Types for the `DisassociateMacSecKey` operation.
161pub mod disassociate_mac_sec_key;
162
163/// Types for the `ListVirtualInterfaceTestHistory` operation.
164pub mod list_virtual_interface_test_history;
165
166/// Types for the `StartBgpFailoverTest` operation.
167pub mod start_bgp_failover_test;
168
169/// Types for the `StopBgpFailoverTest` operation.
170pub mod stop_bgp_failover_test;
171
172/// Types for the `TagResource` operation.
173pub mod tag_resource;
174
175/// Types for the `UntagResource` operation.
176pub mod untag_resource;
177
178/// Types for the `UpdateConnection` operation.
179pub mod update_connection;
180
181/// Types for the `UpdateDirectConnectGateway` operation.
182pub mod update_direct_connect_gateway;
183
184/// Types for the `UpdateDirectConnectGatewayAssociation` operation.
185pub mod update_direct_connect_gateway_association;
186
187/// Types for the `UpdateLag` operation.
188pub mod update_lag;
189
190/// Types for the `UpdateVirtualInterfaceAttributes` operation.
191pub mod update_virtual_interface_attributes;