1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_http::request_id::RequestId;

/// Types for the `CreateApi` operation.
pub mod create_api;

/// Types for the `CreateApiMapping` operation.
pub mod create_api_mapping;

/// Types for the `CreateAuthorizer` operation.
pub mod create_authorizer;

/// Types for the `CreateDeployment` operation.
pub mod create_deployment;

/// Types for the `CreateDomainName` operation.
pub mod create_domain_name;

/// Types for the `CreateIntegration` operation.
pub mod create_integration;

/// Types for the `CreateIntegrationResponse` operation.
pub mod create_integration_response;

/// Types for the `CreateModel` operation.
pub mod create_model;

/// Types for the `CreateRoute` operation.
pub mod create_route;

/// Types for the `CreateRouteResponse` operation.
pub mod create_route_response;

/// Types for the `CreateStage` operation.
pub mod create_stage;

/// Types for the `CreateVpcLink` operation.
pub mod create_vpc_link;

/// Types for the `DeleteAccessLogSettings` operation.
pub mod delete_access_log_settings;

/// Types for the `DeleteApi` operation.
pub mod delete_api;

/// Types for the `DeleteApiMapping` operation.
pub mod delete_api_mapping;

/// Types for the `DeleteAuthorizer` operation.
pub mod delete_authorizer;

/// Types for the `DeleteCorsConfiguration` operation.
pub mod delete_cors_configuration;

/// Types for the `DeleteDeployment` operation.
pub mod delete_deployment;

/// Types for the `DeleteDomainName` operation.
pub mod delete_domain_name;

/// Types for the `DeleteIntegration` operation.
pub mod delete_integration;

/// Types for the `DeleteIntegrationResponse` operation.
pub mod delete_integration_response;

/// Types for the `DeleteModel` operation.
pub mod delete_model;

/// Types for the `DeleteRoute` operation.
pub mod delete_route;

/// Types for the `DeleteRouteRequestParameter` operation.
pub mod delete_route_request_parameter;

/// Types for the `DeleteRouteResponse` operation.
pub mod delete_route_response;

/// Types for the `DeleteRouteSettings` operation.
pub mod delete_route_settings;

/// Types for the `DeleteStage` operation.
pub mod delete_stage;

/// Types for the `DeleteVpcLink` operation.
pub mod delete_vpc_link;

/// Types for the `ExportApi` operation.
pub mod export_api;

/// Types for the `GetApi` operation.
pub mod get_api;

/// Types for the `GetApiMapping` operation.
pub mod get_api_mapping;

/// Types for the `GetApiMappings` operation.
pub mod get_api_mappings;

/// Types for the `GetApis` operation.
pub mod get_apis;

/// Types for the `GetAuthorizer` operation.
pub mod get_authorizer;

/// Types for the `GetAuthorizers` operation.
pub mod get_authorizers;

/// Types for the `GetDeployment` operation.
pub mod get_deployment;

/// Types for the `GetDeployments` operation.
pub mod get_deployments;

/// Types for the `GetDomainName` operation.
pub mod get_domain_name;

/// Types for the `GetDomainNames` operation.
pub mod get_domain_names;

/// Types for the `GetIntegration` operation.
pub mod get_integration;

/// Types for the `GetIntegrationResponse` operation.
pub mod get_integration_response;

/// Types for the `GetIntegrationResponses` operation.
pub mod get_integration_responses;

/// Types for the `GetIntegrations` operation.
pub mod get_integrations;

/// Types for the `GetModel` operation.
pub mod get_model;

/// Types for the `GetModelTemplate` operation.
pub mod get_model_template;

/// Types for the `GetModels` operation.
pub mod get_models;

/// Types for the `GetRoute` operation.
pub mod get_route;

/// Types for the `GetRouteResponse` operation.
pub mod get_route_response;

/// Types for the `GetRouteResponses` operation.
pub mod get_route_responses;

/// Types for the `GetRoutes` operation.
pub mod get_routes;

/// Types for the `GetStage` operation.
pub mod get_stage;

/// Types for the `GetStages` operation.
pub mod get_stages;

/// Types for the `GetTags` operation.
pub mod get_tags;

/// Types for the `GetVpcLink` operation.
pub mod get_vpc_link;

/// Types for the `GetVpcLinks` operation.
pub mod get_vpc_links;

/// Types for the `ImportApi` operation.
pub mod import_api;

/// Types for the `ReimportApi` operation.
pub mod reimport_api;

/// Types for the `ResetAuthorizersCache` operation.
pub mod reset_authorizers_cache;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateApi` operation.
pub mod update_api;

/// Types for the `UpdateApiMapping` operation.
pub mod update_api_mapping;

/// Types for the `UpdateAuthorizer` operation.
pub mod update_authorizer;

/// Types for the `UpdateDeployment` operation.
pub mod update_deployment;

/// Types for the `UpdateDomainName` operation.
pub mod update_domain_name;

/// Types for the `UpdateIntegration` operation.
pub mod update_integration;

/// Types for the `UpdateIntegrationResponse` operation.
pub mod update_integration_response;

/// Types for the `UpdateModel` operation.
pub mod update_model;

/// Types for the `UpdateRoute` operation.
pub mod update_route;

/// Types for the `UpdateRouteResponse` operation.
pub mod update_route_response;

/// Types for the `UpdateStage` operation.
pub mod update_stage;

/// Types for the `UpdateVpcLink` operation.
pub mod update_vpc_link;