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 `CreateRoute` operation.
29pub mod create_route;
30
31/// Types for the `CreateRouteResponse` operation.
32pub mod create_route_response;
33
34/// Types for the `CreateRoutingRule` operation.
35pub mod create_routing_rule;
36
37/// Types for the `CreateStage` operation.
38pub mod create_stage;
39
40/// Types for the `CreateVpcLink` operation.
41pub mod create_vpc_link;
42
43/// Types for the `DeleteAccessLogSettings` operation.
44pub mod delete_access_log_settings;
45
46/// Types for the `DeleteApi` operation.
47pub mod delete_api;
48
49/// Types for the `DeleteApiMapping` operation.
50pub mod delete_api_mapping;
51
52/// Types for the `DeleteAuthorizer` operation.
53pub mod delete_authorizer;
54
55/// Types for the `DeleteCorsConfiguration` operation.
56pub mod delete_cors_configuration;
57
58/// Types for the `DeleteDeployment` operation.
59pub mod delete_deployment;
60
61/// Types for the `DeleteDomainName` operation.
62pub mod delete_domain_name;
63
64/// Types for the `DeleteIntegration` operation.
65pub mod delete_integration;
66
67/// Types for the `DeleteIntegrationResponse` operation.
68pub mod delete_integration_response;
69
70/// Types for the `DeleteModel` operation.
71pub mod delete_model;
72
73/// Types for the `DeleteRoute` operation.
74pub mod delete_route;
75
76/// Types for the `DeleteRouteRequestParameter` operation.
77pub mod delete_route_request_parameter;
78
79/// Types for the `DeleteRouteResponse` operation.
80pub mod delete_route_response;
81
82/// Types for the `DeleteRouteSettings` operation.
83pub mod delete_route_settings;
84
85/// Types for the `DeleteRoutingRule` operation.
86pub mod delete_routing_rule;
87
88/// Types for the `DeleteStage` operation.
89pub mod delete_stage;
90
91/// Types for the `DeleteVpcLink` operation.
92pub mod delete_vpc_link;
93
94/// Types for the `ExportApi` operation.
95pub mod export_api;
96
97/// Types for the `GetApi` operation.
98pub mod get_api;
99
100/// Types for the `GetApiMapping` operation.
101pub mod get_api_mapping;
102
103/// Types for the `GetApiMappings` operation.
104pub mod get_api_mappings;
105
106/// Types for the `GetApis` operation.
107pub mod get_apis;
108
109/// Types for the `GetAuthorizer` operation.
110pub mod get_authorizer;
111
112/// Types for the `GetAuthorizers` operation.
113pub mod get_authorizers;
114
115/// Types for the `GetDeployment` operation.
116pub mod get_deployment;
117
118/// Types for the `GetDeployments` operation.
119pub mod get_deployments;
120
121/// Types for the `GetDomainName` operation.
122pub mod get_domain_name;
123
124/// Types for the `GetDomainNames` operation.
125pub mod get_domain_names;
126
127/// Types for the `GetIntegration` operation.
128pub mod get_integration;
129
130/// Types for the `GetIntegrationResponse` operation.
131pub mod get_integration_response;
132
133/// Types for the `GetIntegrationResponses` operation.
134pub mod get_integration_responses;
135
136/// Types for the `GetIntegrations` operation.
137pub mod get_integrations;
138
139/// Types for the `GetModel` operation.
140pub mod get_model;
141
142/// Types for the `GetModelTemplate` operation.
143pub mod get_model_template;
144
145/// Types for the `GetModels` operation.
146pub mod get_models;
147
148/// Types for the `GetRoute` operation.
149pub mod get_route;
150
151/// Types for the `GetRouteResponse` operation.
152pub mod get_route_response;
153
154/// Types for the `GetRouteResponses` operation.
155pub mod get_route_responses;
156
157/// Types for the `GetRoutes` operation.
158pub mod get_routes;
159
160/// Types for the `GetRoutingRule` operation.
161pub mod get_routing_rule;
162
163/// Types for the `GetStage` operation.
164pub mod get_stage;
165
166/// Types for the `GetStages` operation.
167pub mod get_stages;
168
169/// Types for the `GetTags` operation.
170pub mod get_tags;
171
172/// Types for the `GetVpcLink` operation.
173pub mod get_vpc_link;
174
175/// Types for the `GetVpcLinks` operation.
176pub mod get_vpc_links;
177
178/// Types for the `ImportApi` operation.
179pub mod import_api;
180
181/// Types for the `ListRoutingRules` operation.
182pub mod list_routing_rules;
183
184/// Types for the `PutRoutingRule` operation.
185pub mod put_routing_rule;
186
187/// Types for the `ReimportApi` operation.
188pub mod reimport_api;
189
190/// Types for the `ResetAuthorizersCache` operation.
191pub mod reset_authorizers_cache;
192
193/// Types for the `TagResource` operation.
194pub mod tag_resource;
195
196/// Types for the `UntagResource` operation.
197pub mod untag_resource;
198
199/// Types for the `UpdateApi` operation.
200pub mod update_api;
201
202/// Types for the `UpdateApiMapping` operation.
203pub mod update_api_mapping;
204
205/// Types for the `UpdateAuthorizer` operation.
206pub mod update_authorizer;
207
208/// Types for the `UpdateDeployment` operation.
209pub mod update_deployment;
210
211/// Types for the `UpdateDomainName` operation.
212pub mod update_domain_name;
213
214/// Types for the `UpdateIntegration` operation.
215pub mod update_integration;
216
217/// Types for the `UpdateIntegrationResponse` operation.
218pub mod update_integration_response;
219
220/// Types for the `UpdateModel` operation.
221pub mod update_model;
222
223/// Types for the `UpdateRoute` operation.
224pub mod update_route;
225
226/// Types for the `UpdateRouteResponse` operation.
227pub mod update_route_response;
228
229/// Types for the `UpdateStage` operation.
230pub mod update_stage;
231
232/// Types for the `UpdateVpcLink` operation.
233pub mod update_vpc_link;