aws_sdk_opensearch/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 `AcceptInboundConnection` operation.
5pub mod accept_inbound_connection;
6
7/// Types for the `AddDataSource` operation.
8pub mod add_data_source;
9
10/// Types for the `AddDirectQueryDataSource` operation.
11pub mod add_direct_query_data_source;
12
13/// Types for the `AddTags` operation.
14pub mod add_tags;
15
16/// Types for the `AssociatePackage` operation.
17pub mod associate_package;
18
19/// Types for the `AssociatePackages` operation.
20pub mod associate_packages;
21
22/// Types for the `AuthorizeVpcEndpointAccess` operation.
23pub mod authorize_vpc_endpoint_access;
24
25/// Types for the `CancelDomainConfigChange` operation.
26pub mod cancel_domain_config_change;
27
28/// Types for the `CancelServiceSoftwareUpdate` operation.
29pub mod cancel_service_software_update;
30
31/// Types for the `CreateApplication` operation.
32pub mod create_application;
33
34/// Types for the `CreateDomain` operation.
35pub mod create_domain;
36
37/// Types for the `CreateOutboundConnection` operation.
38pub mod create_outbound_connection;
39
40/// Types for the `CreatePackage` operation.
41pub mod create_package;
42
43/// Types for the `CreateVpcEndpoint` operation.
44pub mod create_vpc_endpoint;
45
46/// Types for the `DeleteApplication` operation.
47pub mod delete_application;
48
49/// Types for the `DeleteDataSource` operation.
50pub mod delete_data_source;
51
52/// Types for the `DeleteDirectQueryDataSource` operation.
53pub mod delete_direct_query_data_source;
54
55/// Types for the `DeleteDomain` operation.
56pub mod delete_domain;
57
58/// Types for the `DeleteInboundConnection` operation.
59pub mod delete_inbound_connection;
60
61/// Types for the `DeleteOutboundConnection` operation.
62pub mod delete_outbound_connection;
63
64/// Types for the `DeletePackage` operation.
65pub mod delete_package;
66
67/// Types for the `DeleteVpcEndpoint` operation.
68pub mod delete_vpc_endpoint;
69
70/// Types for the `DescribeDomain` operation.
71pub mod describe_domain;
72
73/// Types for the `DescribeDomainAutoTunes` operation.
74pub mod describe_domain_auto_tunes;
75
76/// Types for the `DescribeDomainChangeProgress` operation.
77pub mod describe_domain_change_progress;
78
79/// Types for the `DescribeDomainConfig` operation.
80pub mod describe_domain_config;
81
82/// Types for the `DescribeDomainHealth` operation.
83pub mod describe_domain_health;
84
85/// Types for the `DescribeDomainNodes` operation.
86pub mod describe_domain_nodes;
87
88/// Types for the `DescribeDomains` operation.
89pub mod describe_domains;
90
91/// Types for the `DescribeDryRunProgress` operation.
92pub mod describe_dry_run_progress;
93
94/// Types for the `DescribeInboundConnections` operation.
95pub mod describe_inbound_connections;
96
97/// Types for the `DescribeInstanceTypeLimits` operation.
98pub mod describe_instance_type_limits;
99
100/// Types for the `DescribeOutboundConnections` operation.
101pub mod describe_outbound_connections;
102
103/// Types for the `DescribePackages` operation.
104pub mod describe_packages;
105
106/// Types for the `DescribeReservedInstanceOfferings` operation.
107pub mod describe_reserved_instance_offerings;
108
109/// Types for the `DescribeReservedInstances` operation.
110pub mod describe_reserved_instances;
111
112/// Types for the `DescribeVpcEndpoints` operation.
113pub mod describe_vpc_endpoints;
114
115/// Types for the `DissociatePackage` operation.
116pub mod dissociate_package;
117
118/// Types for the `DissociatePackages` operation.
119pub mod dissociate_packages;
120
121/// Types for the `GetApplication` operation.
122pub mod get_application;
123
124/// Types for the `GetCompatibleVersions` operation.
125pub mod get_compatible_versions;
126
127/// Types for the `GetDataSource` operation.
128pub mod get_data_source;
129
130/// Types for the `GetDirectQueryDataSource` operation.
131pub mod get_direct_query_data_source;
132
133/// Types for the `GetDomainMaintenanceStatus` operation.
134pub mod get_domain_maintenance_status;
135
136/// Types for the `GetPackageVersionHistory` operation.
137pub mod get_package_version_history;
138
139/// Types for the `GetUpgradeHistory` operation.
140pub mod get_upgrade_history;
141
142/// Types for the `GetUpgradeStatus` operation.
143pub mod get_upgrade_status;
144
145/// Types for the `ListApplications` operation.
146pub mod list_applications;
147
148/// Types for the `ListDataSources` operation.
149pub mod list_data_sources;
150
151/// Types for the `ListDirectQueryDataSources` operation.
152pub mod list_direct_query_data_sources;
153
154/// Types for the `ListDomainMaintenances` operation.
155pub mod list_domain_maintenances;
156
157/// Types for the `ListDomainNames` operation.
158pub mod list_domain_names;
159
160/// Types for the `ListDomainsForPackage` operation.
161pub mod list_domains_for_package;
162
163/// Types for the `ListInstanceTypeDetails` operation.
164pub mod list_instance_type_details;
165
166/// Types for the `ListPackagesForDomain` operation.
167pub mod list_packages_for_domain;
168
169/// Types for the `ListScheduledActions` operation.
170pub mod list_scheduled_actions;
171
172/// Types for the `ListTags` operation.
173pub mod list_tags;
174
175/// Types for the `ListVersions` operation.
176pub mod list_versions;
177
178/// Types for the `ListVpcEndpointAccess` operation.
179pub mod list_vpc_endpoint_access;
180
181/// Types for the `ListVpcEndpoints` operation.
182pub mod list_vpc_endpoints;
183
184/// Types for the `ListVpcEndpointsForDomain` operation.
185pub mod list_vpc_endpoints_for_domain;
186
187/// Types for the `PurchaseReservedInstanceOffering` operation.
188pub mod purchase_reserved_instance_offering;
189
190/// Types for the `RejectInboundConnection` operation.
191pub mod reject_inbound_connection;
192
193/// Types for the `RemoveTags` operation.
194pub mod remove_tags;
195
196/// Types for the `RevokeVpcEndpointAccess` operation.
197pub mod revoke_vpc_endpoint_access;
198
199/// Types for the `StartDomainMaintenance` operation.
200pub mod start_domain_maintenance;
201
202/// Types for the `StartServiceSoftwareUpdate` operation.
203pub mod start_service_software_update;
204
205/// Types for the `UpdateApplication` operation.
206pub mod update_application;
207
208/// Types for the `UpdateDataSource` operation.
209pub mod update_data_source;
210
211/// Types for the `UpdateDirectQueryDataSource` operation.
212pub mod update_direct_query_data_source;
213
214/// Types for the `UpdateDomainConfig` operation.
215pub mod update_domain_config;
216
217/// Types for the `UpdatePackage` operation.
218pub mod update_package;
219
220/// Types for the `UpdatePackageScope` operation.
221pub mod update_package_scope;
222
223/// Types for the `UpdateScheduledAction` operation.
224pub mod update_scheduled_action;
225
226/// Types for the `UpdateVpcEndpoint` operation.
227pub mod update_vpc_endpoint;
228
229/// Types for the `UpgradeDomain` operation.
230pub mod upgrade_domain;