aws_sdk_apigateway/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 `CreateApiKey` operation.
5pub mod create_api_key;
6
7/// Types for the `CreateAuthorizer` operation.
8pub mod create_authorizer;
9
10/// Types for the `CreateBasePathMapping` operation.
11pub mod create_base_path_mapping;
12
13/// Types for the `CreateDeployment` operation.
14pub mod create_deployment;
15
16/// Types for the `CreateDocumentationPart` operation.
17pub mod create_documentation_part;
18
19/// Types for the `CreateDocumentationVersion` operation.
20pub mod create_documentation_version;
21
22/// Types for the `CreateDomainName` operation.
23pub mod create_domain_name;
24
25/// Types for the `CreateDomainNameAccessAssociation` operation.
26pub mod create_domain_name_access_association;
27
28/// Types for the `CreateModel` operation.
29pub mod create_model;
30
31/// Types for the `CreateRequestValidator` operation.
32pub mod create_request_validator;
33
34/// Types for the `CreateResource` operation.
35pub mod create_resource;
36
37/// Types for the `CreateRestApi` operation.
38pub mod create_rest_api;
39
40/// Types for the `CreateStage` operation.
41pub mod create_stage;
42
43/// Types for the `CreateUsagePlan` operation.
44pub mod create_usage_plan;
45
46/// Types for the `CreateUsagePlanKey` operation.
47pub mod create_usage_plan_key;
48
49/// Types for the `CreateVpcLink` operation.
50pub mod create_vpc_link;
51
52/// Types for the `DeleteApiKey` operation.
53pub mod delete_api_key;
54
55/// Types for the `DeleteAuthorizer` operation.
56pub mod delete_authorizer;
57
58/// Types for the `DeleteBasePathMapping` operation.
59pub mod delete_base_path_mapping;
60
61/// Types for the `DeleteClientCertificate` operation.
62pub mod delete_client_certificate;
63
64/// Types for the `DeleteDeployment` operation.
65pub mod delete_deployment;
66
67/// Types for the `DeleteDocumentationPart` operation.
68pub mod delete_documentation_part;
69
70/// Types for the `DeleteDocumentationVersion` operation.
71pub mod delete_documentation_version;
72
73/// Types for the `DeleteDomainName` operation.
74pub mod delete_domain_name;
75
76/// Types for the `DeleteDomainNameAccessAssociation` operation.
77pub mod delete_domain_name_access_association;
78
79/// Types for the `DeleteGatewayResponse` operation.
80pub mod delete_gateway_response;
81
82/// Types for the `DeleteIntegration` operation.
83pub mod delete_integration;
84
85/// Types for the `DeleteIntegrationResponse` operation.
86pub mod delete_integration_response;
87
88/// Types for the `DeleteMethod` operation.
89pub mod delete_method;
90
91/// Types for the `DeleteMethodResponse` operation.
92pub mod delete_method_response;
93
94/// Types for the `DeleteModel` operation.
95pub mod delete_model;
96
97/// Types for the `DeleteRequestValidator` operation.
98pub mod delete_request_validator;
99
100/// Types for the `DeleteResource` operation.
101pub mod delete_resource;
102
103/// Types for the `DeleteRestApi` operation.
104pub mod delete_rest_api;
105
106/// Types for the `DeleteStage` operation.
107pub mod delete_stage;
108
109/// Types for the `DeleteUsagePlan` operation.
110pub mod delete_usage_plan;
111
112/// Types for the `DeleteUsagePlanKey` operation.
113pub mod delete_usage_plan_key;
114
115/// Types for the `DeleteVpcLink` operation.
116pub mod delete_vpc_link;
117
118/// Types for the `FlushStageAuthorizersCache` operation.
119pub mod flush_stage_authorizers_cache;
120
121/// Types for the `FlushStageCache` operation.
122pub mod flush_stage_cache;
123
124/// Types for the `GenerateClientCertificate` operation.
125pub mod generate_client_certificate;
126
127/// Types for the `GetAccount` operation.
128pub mod get_account;
129
130/// Types for the `GetApiKey` operation.
131pub mod get_api_key;
132
133/// Types for the `GetApiKeys` operation.
134pub mod get_api_keys;
135
136/// Types for the `GetAuthorizer` operation.
137pub mod get_authorizer;
138
139/// Types for the `GetAuthorizers` operation.
140pub mod get_authorizers;
141
142/// Types for the `GetBasePathMapping` operation.
143pub mod get_base_path_mapping;
144
145/// Types for the `GetBasePathMappings` operation.
146pub mod get_base_path_mappings;
147
148/// Types for the `GetClientCertificate` operation.
149pub mod get_client_certificate;
150
151/// Types for the `GetClientCertificates` operation.
152pub mod get_client_certificates;
153
154/// Types for the `GetDeployment` operation.
155pub mod get_deployment;
156
157/// Types for the `GetDeployments` operation.
158pub mod get_deployments;
159
160/// Types for the `GetDocumentationPart` operation.
161pub mod get_documentation_part;
162
163/// Types for the `GetDocumentationParts` operation.
164pub mod get_documentation_parts;
165
166/// Types for the `GetDocumentationVersion` operation.
167pub mod get_documentation_version;
168
169/// Types for the `GetDocumentationVersions` operation.
170pub mod get_documentation_versions;
171
172/// Types for the `GetDomainName` operation.
173pub mod get_domain_name;
174
175/// Types for the `GetDomainNameAccessAssociations` operation.
176pub mod get_domain_name_access_associations;
177
178/// Types for the `GetDomainNames` operation.
179pub mod get_domain_names;
180
181/// Types for the `GetExport` operation.
182pub mod get_export;
183
184/// Types for the `GetGatewayResponse` operation.
185pub mod get_gateway_response;
186
187/// Types for the `GetGatewayResponses` operation.
188pub mod get_gateway_responses;
189
190/// Types for the `GetIntegration` operation.
191pub mod get_integration;
192
193/// Types for the `GetIntegrationResponse` operation.
194pub mod get_integration_response;
195
196/// Types for the `GetMethod` operation.
197pub mod get_method;
198
199/// Types for the `GetMethodResponse` operation.
200pub mod get_method_response;
201
202/// Types for the `GetModel` operation.
203pub mod get_model;
204
205/// Types for the `GetModelTemplate` operation.
206pub mod get_model_template;
207
208/// Types for the `GetModels` operation.
209pub mod get_models;
210
211/// Types for the `GetRequestValidator` operation.
212pub mod get_request_validator;
213
214/// Types for the `GetRequestValidators` operation.
215pub mod get_request_validators;
216
217/// Types for the `GetResource` operation.
218pub mod get_resource;
219
220/// Types for the `GetResources` operation.
221pub mod get_resources;
222
223/// Types for the `GetRestApi` operation.
224pub mod get_rest_api;
225
226/// Types for the `GetRestApis` operation.
227pub mod get_rest_apis;
228
229/// Types for the `GetSdk` operation.
230pub mod get_sdk;
231
232/// Types for the `GetSdkType` operation.
233pub mod get_sdk_type;
234
235/// Types for the `GetSdkTypes` operation.
236pub mod get_sdk_types;
237
238/// Types for the `GetStage` operation.
239pub mod get_stage;
240
241/// Types for the `GetStages` operation.
242pub mod get_stages;
243
244/// Types for the `GetTags` operation.
245pub mod get_tags;
246
247/// Types for the `GetUsage` operation.
248pub mod get_usage;
249
250/// Types for the `GetUsagePlan` operation.
251pub mod get_usage_plan;
252
253/// Types for the `GetUsagePlanKey` operation.
254pub mod get_usage_plan_key;
255
256/// Types for the `GetUsagePlanKeys` operation.
257pub mod get_usage_plan_keys;
258
259/// Types for the `GetUsagePlans` operation.
260pub mod get_usage_plans;
261
262/// Types for the `GetVpcLink` operation.
263pub mod get_vpc_link;
264
265/// Types for the `GetVpcLinks` operation.
266pub mod get_vpc_links;
267
268/// Types for the `ImportApiKeys` operation.
269pub mod import_api_keys;
270
271/// Types for the `ImportDocumentationParts` operation.
272pub mod import_documentation_parts;
273
274/// Types for the `ImportRestApi` operation.
275pub mod import_rest_api;
276
277/// Types for the `PutGatewayResponse` operation.
278pub mod put_gateway_response;
279
280/// Types for the `PutIntegration` operation.
281pub mod put_integration;
282
283/// Types for the `PutIntegrationResponse` operation.
284pub mod put_integration_response;
285
286/// Types for the `PutMethod` operation.
287pub mod put_method;
288
289/// Types for the `PutMethodResponse` operation.
290pub mod put_method_response;
291
292/// Types for the `PutRestApi` operation.
293pub mod put_rest_api;
294
295/// Types for the `RejectDomainNameAccessAssociation` operation.
296pub mod reject_domain_name_access_association;
297
298/// Types for the `TagResource` operation.
299pub mod tag_resource;
300
301/// Types for the `TestInvokeAuthorizer` operation.
302pub mod test_invoke_authorizer;
303
304/// Types for the `TestInvokeMethod` operation.
305pub mod test_invoke_method;
306
307/// Types for the `UntagResource` operation.
308pub mod untag_resource;
309
310/// Types for the `UpdateAccount` operation.
311pub mod update_account;
312
313/// Types for the `UpdateApiKey` operation.
314pub mod update_api_key;
315
316/// Types for the `UpdateAuthorizer` operation.
317pub mod update_authorizer;
318
319/// Types for the `UpdateBasePathMapping` operation.
320pub mod update_base_path_mapping;
321
322/// Types for the `UpdateClientCertificate` operation.
323pub mod update_client_certificate;
324
325/// Types for the `UpdateDeployment` operation.
326pub mod update_deployment;
327
328/// Types for the `UpdateDocumentationPart` operation.
329pub mod update_documentation_part;
330
331/// Types for the `UpdateDocumentationVersion` operation.
332pub mod update_documentation_version;
333
334/// Types for the `UpdateDomainName` operation.
335pub mod update_domain_name;
336
337/// Types for the `UpdateGatewayResponse` operation.
338pub mod update_gateway_response;
339
340/// Types for the `UpdateIntegration` operation.
341pub mod update_integration;
342
343/// Types for the `UpdateIntegrationResponse` operation.
344pub mod update_integration_response;
345
346/// Types for the `UpdateMethod` operation.
347pub mod update_method;
348
349/// Types for the `UpdateMethodResponse` operation.
350pub mod update_method_response;
351
352/// Types for the `UpdateModel` operation.
353pub mod update_model;
354
355/// Types for the `UpdateRequestValidator` operation.
356pub mod update_request_validator;
357
358/// Types for the `UpdateResource` operation.
359pub mod update_resource;
360
361/// Types for the `UpdateRestApi` operation.
362pub mod update_rest_api;
363
364/// Types for the `UpdateStage` operation.
365pub mod update_stage;
366
367/// Types for the `UpdateUsage` operation.
368pub mod update_usage;
369
370/// Types for the `UpdateUsagePlan` operation.
371pub mod update_usage_plan;
372
373/// Types for the `UpdateVpcLink` operation.
374pub mod update_vpc_link;