aws_sdk_apigatewayv2/
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 `CreateApi` operation.
5pub mod create_api;
6
7/// Types for the `CreateApiMapping` operation.
8pub mod create_api_mapping;
9
10/// Types for the `CreateAuthorizer` operation.
11pub mod create_authorizer;
12
13/// Types for the `CreateDeployment` operation.
14pub mod create_deployment;
15
16/// Types for the `CreateDomainName` operation.
17pub mod create_domain_name;
18
19/// Types for the `CreateIntegration` operation.
20pub mod create_integration;
21
22/// Types for the `CreateIntegrationResponse` operation.
23pub mod create_integration_response;
24
25/// Types for the `CreateModel` operation.
26pub mod create_model;
27
28/// Types for the `CreatePortal` operation.
29pub mod create_portal;
30
31/// Types for the `CreatePortalProduct` operation.
32pub mod create_portal_product;
33
34/// Types for the `CreateProductPage` operation.
35pub mod create_product_page;
36
37/// Types for the `CreateProductRestEndpointPage` operation.
38pub mod create_product_rest_endpoint_page;
39
40/// Types for the `CreateRoute` operation.
41pub mod create_route;
42
43/// Types for the `CreateRouteResponse` operation.
44pub mod create_route_response;
45
46/// Types for the `CreateRoutingRule` operation.
47pub mod create_routing_rule;
48
49/// Types for the `CreateStage` operation.
50pub mod create_stage;
51
52/// Types for the `CreateVpcLink` operation.
53pub mod create_vpc_link;
54
55/// Types for the `DeleteAccessLogSettings` operation.
56pub mod delete_access_log_settings;
57
58/// Types for the `DeleteApi` operation.
59pub mod delete_api;
60
61/// Types for the `DeleteApiMapping` operation.
62pub mod delete_api_mapping;
63
64/// Types for the `DeleteAuthorizer` operation.
65pub mod delete_authorizer;
66
67/// Types for the `DeleteCorsConfiguration` operation.
68pub mod delete_cors_configuration;
69
70/// Types for the `DeleteDeployment` operation.
71pub mod delete_deployment;
72
73/// Types for the `DeleteDomainName` operation.
74pub mod delete_domain_name;
75
76/// Types for the `DeleteIntegration` operation.
77pub mod delete_integration;
78
79/// Types for the `DeleteIntegrationResponse` operation.
80pub mod delete_integration_response;
81
82/// Types for the `DeleteModel` operation.
83pub mod delete_model;
84
85/// Types for the `DeletePortal` operation.
86pub mod delete_portal;
87
88/// Types for the `DeletePortalProduct` operation.
89pub mod delete_portal_product;
90
91/// Types for the `DeletePortalProductSharingPolicy` operation.
92pub mod delete_portal_product_sharing_policy;
93
94/// Types for the `DeleteProductPage` operation.
95pub mod delete_product_page;
96
97/// Types for the `DeleteProductRestEndpointPage` operation.
98pub mod delete_product_rest_endpoint_page;
99
100/// Types for the `DeleteRoute` operation.
101pub mod delete_route;
102
103/// Types for the `DeleteRouteRequestParameter` operation.
104pub mod delete_route_request_parameter;
105
106/// Types for the `DeleteRouteResponse` operation.
107pub mod delete_route_response;
108
109/// Types for the `DeleteRouteSettings` operation.
110pub mod delete_route_settings;
111
112/// Types for the `DeleteRoutingRule` operation.
113pub mod delete_routing_rule;
114
115/// Types for the `DeleteStage` operation.
116pub mod delete_stage;
117
118/// Types for the `DeleteVpcLink` operation.
119pub mod delete_vpc_link;
120
121/// Types for the `DisablePortal` operation.
122pub mod disable_portal;
123
124/// Types for the `ExportApi` operation.
125pub mod export_api;
126
127/// Types for the `GetApi` operation.
128pub mod get_api;
129
130/// Types for the `GetApiMapping` operation.
131pub mod get_api_mapping;
132
133/// Types for the `GetApiMappings` operation.
134pub mod get_api_mappings;
135
136/// Types for the `GetApis` operation.
137pub mod get_apis;
138
139/// Types for the `GetAuthorizer` operation.
140pub mod get_authorizer;
141
142/// Types for the `GetAuthorizers` operation.
143pub mod get_authorizers;
144
145/// Types for the `GetDeployment` operation.
146pub mod get_deployment;
147
148/// Types for the `GetDeployments` operation.
149pub mod get_deployments;
150
151/// Types for the `GetDomainName` operation.
152pub mod get_domain_name;
153
154/// Types for the `GetDomainNames` operation.
155pub mod get_domain_names;
156
157/// Types for the `GetIntegration` operation.
158pub mod get_integration;
159
160/// Types for the `GetIntegrationResponse` operation.
161pub mod get_integration_response;
162
163/// Types for the `GetIntegrationResponses` operation.
164pub mod get_integration_responses;
165
166/// Types for the `GetIntegrations` operation.
167pub mod get_integrations;
168
169/// Types for the `GetModel` operation.
170pub mod get_model;
171
172/// Types for the `GetModelTemplate` operation.
173pub mod get_model_template;
174
175/// Types for the `GetModels` operation.
176pub mod get_models;
177
178/// Types for the `GetPortal` operation.
179pub mod get_portal;
180
181/// Types for the `GetPortalProduct` operation.
182pub mod get_portal_product;
183
184/// Types for the `GetPortalProductSharingPolicy` operation.
185pub mod get_portal_product_sharing_policy;
186
187/// Types for the `GetProductPage` operation.
188pub mod get_product_page;
189
190/// Types for the `GetProductRestEndpointPage` operation.
191pub mod get_product_rest_endpoint_page;
192
193/// Types for the `GetRoute` operation.
194pub mod get_route;
195
196/// Types for the `GetRouteResponse` operation.
197pub mod get_route_response;
198
199/// Types for the `GetRouteResponses` operation.
200pub mod get_route_responses;
201
202/// Types for the `GetRoutes` operation.
203pub mod get_routes;
204
205/// Types for the `GetRoutingRule` operation.
206pub mod get_routing_rule;
207
208/// Types for the `GetStage` operation.
209pub mod get_stage;
210
211/// Types for the `GetStages` operation.
212pub mod get_stages;
213
214/// Types for the `GetTags` operation.
215pub mod get_tags;
216
217/// Types for the `GetVpcLink` operation.
218pub mod get_vpc_link;
219
220/// Types for the `GetVpcLinks` operation.
221pub mod get_vpc_links;
222
223/// Types for the `ImportApi` operation.
224pub mod import_api;
225
226/// Types for the `ListPortalProducts` operation.
227pub mod list_portal_products;
228
229/// Types for the `ListPortals` operation.
230pub mod list_portals;
231
232/// Types for the `ListProductPages` operation.
233pub mod list_product_pages;
234
235/// Types for the `ListProductRestEndpointPages` operation.
236pub mod list_product_rest_endpoint_pages;
237
238/// Types for the `ListRoutingRules` operation.
239pub mod list_routing_rules;
240
241/// Types for the `PreviewPortal` operation.
242pub mod preview_portal;
243
244/// Types for the `PublishPortal` operation.
245pub mod publish_portal;
246
247/// Types for the `PutPortalProductSharingPolicy` operation.
248pub mod put_portal_product_sharing_policy;
249
250/// Types for the `PutRoutingRule` operation.
251pub mod put_routing_rule;
252
253/// Types for the `ReimportApi` operation.
254pub mod reimport_api;
255
256/// Types for the `ResetAuthorizersCache` operation.
257pub mod reset_authorizers_cache;
258
259/// Types for the `TagResource` operation.
260pub mod tag_resource;
261
262/// Types for the `UntagResource` operation.
263pub mod untag_resource;
264
265/// Types for the `UpdateApi` operation.
266pub mod update_api;
267
268/// Types for the `UpdateApiMapping` operation.
269pub mod update_api_mapping;
270
271/// Types for the `UpdateAuthorizer` operation.
272pub mod update_authorizer;
273
274/// Types for the `UpdateDeployment` operation.
275pub mod update_deployment;
276
277/// Types for the `UpdateDomainName` operation.
278pub mod update_domain_name;
279
280/// Types for the `UpdateIntegration` operation.
281pub mod update_integration;
282
283/// Types for the `UpdateIntegrationResponse` operation.
284pub mod update_integration_response;
285
286/// Types for the `UpdateModel` operation.
287pub mod update_model;
288
289/// Types for the `UpdatePortal` operation.
290pub mod update_portal;
291
292/// Types for the `UpdatePortalProduct` operation.
293pub mod update_portal_product;
294
295/// Types for the `UpdateProductPage` operation.
296pub mod update_product_page;
297
298/// Types for the `UpdateProductRestEndpointPage` operation.
299pub mod update_product_rest_endpoint_page;
300
301/// Types for the `UpdateRoute` operation.
302pub mod update_route;
303
304/// Types for the `UpdateRouteResponse` operation.
305pub mod update_route_response;
306
307/// Types for the `UpdateStage` operation.
308pub mod update_stage;
309
310/// Types for the `UpdateVpcLink` operation.
311pub mod update_vpc_link;