aws_sdk_appsync/
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 `AssociateApi` operation.
5pub mod associate_api;
6
7/// Types for the `AssociateMergedGraphqlApi` operation.
8pub mod associate_merged_graphql_api;
9
10/// Types for the `AssociateSourceGraphqlApi` operation.
11pub mod associate_source_graphql_api;
12
13/// Types for the `CreateApi` operation.
14pub mod create_api;
15
16/// Types for the `CreateApiCache` operation.
17pub mod create_api_cache;
18
19/// Types for the `CreateApiKey` operation.
20pub mod create_api_key;
21
22/// Types for the `CreateChannelNamespace` operation.
23pub mod create_channel_namespace;
24
25/// Types for the `CreateDataSource` operation.
26pub mod create_data_source;
27
28/// Types for the `CreateDomainName` operation.
29pub mod create_domain_name;
30
31/// Types for the `CreateFunction` operation.
32pub mod create_function;
33
34/// Types for the `CreateGraphqlApi` operation.
35pub mod create_graphql_api;
36
37/// Types for the `CreateResolver` operation.
38pub mod create_resolver;
39
40/// Types for the `CreateType` operation.
41pub mod create_type;
42
43/// Types for the `DeleteApi` operation.
44pub mod delete_api;
45
46/// Types for the `DeleteApiCache` operation.
47pub mod delete_api_cache;
48
49/// Types for the `DeleteApiKey` operation.
50pub mod delete_api_key;
51
52/// Types for the `DeleteChannelNamespace` operation.
53pub mod delete_channel_namespace;
54
55/// Types for the `DeleteDataSource` operation.
56pub mod delete_data_source;
57
58/// Types for the `DeleteDomainName` operation.
59pub mod delete_domain_name;
60
61/// Types for the `DeleteFunction` operation.
62pub mod delete_function;
63
64/// Types for the `DeleteGraphqlApi` operation.
65pub mod delete_graphql_api;
66
67/// Types for the `DeleteResolver` operation.
68pub mod delete_resolver;
69
70/// Types for the `DeleteType` operation.
71pub mod delete_type;
72
73/// Types for the `DisassociateApi` operation.
74pub mod disassociate_api;
75
76/// Types for the `DisassociateMergedGraphqlApi` operation.
77pub mod disassociate_merged_graphql_api;
78
79/// Types for the `DisassociateSourceGraphqlApi` operation.
80pub mod disassociate_source_graphql_api;
81
82/// Types for the `EvaluateCode` operation.
83pub mod evaluate_code;
84
85/// Types for the `EvaluateMappingTemplate` operation.
86pub mod evaluate_mapping_template;
87
88/// Types for the `FlushApiCache` operation.
89pub mod flush_api_cache;
90
91/// Types for the `GetApi` operation.
92pub mod get_api;
93
94/// Types for the `GetApiAssociation` operation.
95pub mod get_api_association;
96
97/// Types for the `GetApiCache` operation.
98pub mod get_api_cache;
99
100/// Types for the `GetChannelNamespace` operation.
101pub mod get_channel_namespace;
102
103/// Types for the `GetDataSource` operation.
104pub mod get_data_source;
105
106/// Types for the `GetDataSourceIntrospection` operation.
107pub mod get_data_source_introspection;
108
109/// Types for the `GetDomainName` operation.
110pub mod get_domain_name;
111
112/// Types for the `GetFunction` operation.
113pub mod get_function;
114
115/// Types for the `GetGraphqlApi` operation.
116pub mod get_graphql_api;
117
118/// Types for the `GetGraphqlApiEnvironmentVariables` operation.
119pub mod get_graphql_api_environment_variables;
120
121/// Types for the `GetIntrospectionSchema` operation.
122pub mod get_introspection_schema;
123
124/// Types for the `GetResolver` operation.
125pub mod get_resolver;
126
127/// Types for the `GetSchemaCreationStatus` operation.
128pub mod get_schema_creation_status;
129
130/// Types for the `GetSourceApiAssociation` operation.
131pub mod get_source_api_association;
132
133/// Types for the `GetType` operation.
134pub mod get_type;
135
136/// Types for the `ListApiKeys` operation.
137pub mod list_api_keys;
138
139/// Types for the `ListApis` operation.
140pub mod list_apis;
141
142/// Types for the `ListChannelNamespaces` operation.
143pub mod list_channel_namespaces;
144
145/// Types for the `ListDataSources` operation.
146pub mod list_data_sources;
147
148/// Types for the `ListDomainNames` operation.
149pub mod list_domain_names;
150
151/// Types for the `ListFunctions` operation.
152pub mod list_functions;
153
154/// Types for the `ListGraphqlApis` operation.
155pub mod list_graphql_apis;
156
157/// Types for the `ListResolvers` operation.
158pub mod list_resolvers;
159
160/// Types for the `ListResolversByFunction` operation.
161pub mod list_resolvers_by_function;
162
163/// Types for the `ListSourceApiAssociations` operation.
164pub mod list_source_api_associations;
165
166/// Types for the `ListTagsForResource` operation.
167pub mod list_tags_for_resource;
168
169/// Types for the `ListTypes` operation.
170pub mod list_types;
171
172/// Types for the `ListTypesByAssociation` operation.
173pub mod list_types_by_association;
174
175/// Types for the `PutGraphqlApiEnvironmentVariables` operation.
176pub mod put_graphql_api_environment_variables;
177
178/// Types for the `StartDataSourceIntrospection` operation.
179pub mod start_data_source_introspection;
180
181/// Types for the `StartSchemaCreation` operation.
182pub mod start_schema_creation;
183
184/// Types for the `StartSchemaMerge` operation.
185pub mod start_schema_merge;
186
187/// Types for the `TagResource` operation.
188pub mod tag_resource;
189
190/// Types for the `UntagResource` operation.
191pub mod untag_resource;
192
193/// Types for the `UpdateApi` operation.
194pub mod update_api;
195
196/// Types for the `UpdateApiCache` operation.
197pub mod update_api_cache;
198
199/// Types for the `UpdateApiKey` operation.
200pub mod update_api_key;
201
202/// Types for the `UpdateChannelNamespace` operation.
203pub mod update_channel_namespace;
204
205/// Types for the `UpdateDataSource` operation.
206pub mod update_data_source;
207
208/// Types for the `UpdateDomainName` operation.
209pub mod update_domain_name;
210
211/// Types for the `UpdateFunction` operation.
212pub mod update_function;
213
214/// Types for the `UpdateGraphqlApi` operation.
215pub mod update_graphql_api;
216
217/// Types for the `UpdateResolver` operation.
218pub mod update_resolver;
219
220/// Types for the `UpdateSourceApiAssociation` operation.
221pub mod update_source_api_association;
222
223/// Types for the `UpdateType` operation.
224pub mod update_type;