aws_sdk_mediaconnect/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 `AddBridgeOutputs` operation.
5pub mod add_bridge_outputs;
6
7/// Types for the `AddBridgeSources` operation.
8pub mod add_bridge_sources;
9
10/// Types for the `AddFlowMediaStreams` operation.
11pub mod add_flow_media_streams;
12
13/// Types for the `AddFlowOutputs` operation.
14pub mod add_flow_outputs;
15
16/// Types for the `AddFlowSources` operation.
17pub mod add_flow_sources;
18
19/// Types for the `AddFlowVpcInterfaces` operation.
20pub mod add_flow_vpc_interfaces;
21
22/// Types for the `BatchGetRouterInput` operation.
23pub mod batch_get_router_input;
24
25/// Types for the `BatchGetRouterNetworkInterface` operation.
26pub mod batch_get_router_network_interface;
27
28/// Types for the `BatchGetRouterOutput` operation.
29pub mod batch_get_router_output;
30
31/// Types for the `CreateBridge` operation.
32pub mod create_bridge;
33
34/// Types for the `CreateFlow` operation.
35pub mod create_flow;
36
37/// Types for the `CreateGateway` operation.
38pub mod create_gateway;
39
40/// Types for the `CreateRouterInput` operation.
41pub mod create_router_input;
42
43/// Types for the `CreateRouterNetworkInterface` operation.
44pub mod create_router_network_interface;
45
46/// Types for the `CreateRouterOutput` operation.
47pub mod create_router_output;
48
49/// Types for the `DeleteBridge` operation.
50pub mod delete_bridge;
51
52/// Types for the `DeleteFlow` operation.
53pub mod delete_flow;
54
55/// Types for the `DeleteGateway` operation.
56pub mod delete_gateway;
57
58/// Types for the `DeleteRouterInput` operation.
59pub mod delete_router_input;
60
61/// Types for the `DeleteRouterNetworkInterface` operation.
62pub mod delete_router_network_interface;
63
64/// Types for the `DeleteRouterOutput` operation.
65pub mod delete_router_output;
66
67/// Types for the `DeregisterGatewayInstance` operation.
68pub mod deregister_gateway_instance;
69
70/// Types for the `DescribeBridge` operation.
71pub mod describe_bridge;
72
73/// Types for the `DescribeFlow` operation.
74pub mod describe_flow;
75
76/// Types for the `DescribeFlowSourceMetadata` operation.
77pub mod describe_flow_source_metadata;
78
79/// Types for the `DescribeFlowSourceThumbnail` operation.
80pub mod describe_flow_source_thumbnail;
81
82/// Types for the `DescribeGateway` operation.
83pub mod describe_gateway;
84
85/// Types for the `DescribeGatewayInstance` operation.
86pub mod describe_gateway_instance;
87
88/// Types for the `DescribeOffering` operation.
89pub mod describe_offering;
90
91/// Types for the `DescribeReservation` operation.
92pub mod describe_reservation;
93
94/// Types for the `GetRouterInput` operation.
95pub mod get_router_input;
96
97/// Types for the `GetRouterInputSourceMetadata` operation.
98pub mod get_router_input_source_metadata;
99
100/// Types for the `GetRouterInputThumbnail` operation.
101pub mod get_router_input_thumbnail;
102
103/// Types for the `GetRouterNetworkInterface` operation.
104pub mod get_router_network_interface;
105
106/// Types for the `GetRouterOutput` operation.
107pub mod get_router_output;
108
109/// Types for the `GrantFlowEntitlements` operation.
110pub mod grant_flow_entitlements;
111
112/// Types for the `ListBridges` operation.
113pub mod list_bridges;
114
115/// Types for the `ListEntitlements` operation.
116pub mod list_entitlements;
117
118/// Types for the `ListFlows` operation.
119pub mod list_flows;
120
121/// Types for the `ListGatewayInstances` operation.
122pub mod list_gateway_instances;
123
124/// Types for the `ListGateways` operation.
125pub mod list_gateways;
126
127/// Types for the `ListOfferings` operation.
128pub mod list_offerings;
129
130/// Types for the `ListReservations` operation.
131pub mod list_reservations;
132
133/// Types for the `ListRouterInputs` operation.
134pub mod list_router_inputs;
135
136/// Types for the `ListRouterNetworkInterfaces` operation.
137pub mod list_router_network_interfaces;
138
139/// Types for the `ListRouterOutputs` operation.
140pub mod list_router_outputs;
141
142/// Types for the `ListTagsForGlobalResource` operation.
143pub mod list_tags_for_global_resource;
144
145/// Types for the `ListTagsForResource` operation.
146pub mod list_tags_for_resource;
147
148/// Types for the `PurchaseOffering` operation.
149pub mod purchase_offering;
150
151/// Types for the `RemoveBridgeOutput` operation.
152pub mod remove_bridge_output;
153
154/// Types for the `RemoveBridgeSource` operation.
155pub mod remove_bridge_source;
156
157/// Types for the `RemoveFlowMediaStream` operation.
158pub mod remove_flow_media_stream;
159
160/// Types for the `RemoveFlowOutput` operation.
161pub mod remove_flow_output;
162
163/// Types for the `RemoveFlowSource` operation.
164pub mod remove_flow_source;
165
166/// Types for the `RemoveFlowVpcInterface` operation.
167pub mod remove_flow_vpc_interface;
168
169/// Types for the `RestartRouterInput` operation.
170pub mod restart_router_input;
171
172/// Types for the `RestartRouterOutput` operation.
173pub mod restart_router_output;
174
175/// Types for the `RevokeFlowEntitlement` operation.
176pub mod revoke_flow_entitlement;
177
178/// Types for the `StartFlow` operation.
179pub mod start_flow;
180
181/// Types for the `StartRouterInput` operation.
182pub mod start_router_input;
183
184/// Types for the `StartRouterOutput` operation.
185pub mod start_router_output;
186
187/// Types for the `StopFlow` operation.
188pub mod stop_flow;
189
190/// Types for the `StopRouterInput` operation.
191pub mod stop_router_input;
192
193/// Types for the `StopRouterOutput` operation.
194pub mod stop_router_output;
195
196/// Types for the `TagGlobalResource` operation.
197pub mod tag_global_resource;
198
199/// Types for the `TagResource` operation.
200pub mod tag_resource;
201
202/// Types for the `TakeRouterInput` operation.
203pub mod take_router_input;
204
205/// Types for the `UntagGlobalResource` operation.
206pub mod untag_global_resource;
207
208/// Types for the `UntagResource` operation.
209pub mod untag_resource;
210
211/// Types for the `UpdateBridge` operation.
212pub mod update_bridge;
213
214/// Types for the `UpdateBridgeOutput` operation.
215pub mod update_bridge_output;
216
217/// Types for the `UpdateBridgeSource` operation.
218pub mod update_bridge_source;
219
220/// Types for the `UpdateBridgeState` operation.
221pub mod update_bridge_state;
222
223/// Types for the `UpdateFlow` operation.
224pub mod update_flow;
225
226/// Types for the `UpdateFlowEntitlement` operation.
227pub mod update_flow_entitlement;
228
229/// Types for the `UpdateFlowMediaStream` operation.
230pub mod update_flow_media_stream;
231
232/// Types for the `UpdateFlowOutput` operation.
233pub mod update_flow_output;
234
235/// Types for the `UpdateFlowSource` operation.
236pub mod update_flow_source;
237
238/// Types for the `UpdateGatewayInstance` operation.
239pub mod update_gateway_instance;
240
241/// Types for the `UpdateRouterInput` operation.
242pub mod update_router_input;
243
244/// Types for the `UpdateRouterNetworkInterface` operation.
245pub mod update_router_network_interface;
246
247/// Types for the `UpdateRouterOutput` operation.
248pub mod update_router_output;