aws_sdk_elasticsearch/
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 `AcceptInboundCrossClusterSearchConnection` operation.
5pub mod accept_inbound_cross_cluster_search_connection;
6
7/// Types for the `AddTags` operation.
8pub mod add_tags;
9
10/// Types for the `AssociatePackage` operation.
11pub mod associate_package;
12
13/// Types for the `AuthorizeVpcEndpointAccess` operation.
14pub mod authorize_vpc_endpoint_access;
15
16/// Types for the `CancelDomainConfigChange` operation.
17pub mod cancel_domain_config_change;
18
19/// Types for the `CancelElasticsearchServiceSoftwareUpdate` operation.
20pub mod cancel_elasticsearch_service_software_update;
21
22/// Types for the `CreateElasticsearchDomain` operation.
23pub mod create_elasticsearch_domain;
24
25/// Types for the `CreateOutboundCrossClusterSearchConnection` operation.
26pub mod create_outbound_cross_cluster_search_connection;
27
28/// Types for the `CreatePackage` operation.
29pub mod create_package;
30
31/// Types for the `CreateVpcEndpoint` operation.
32pub mod create_vpc_endpoint;
33
34/// Types for the `DeleteElasticsearchDomain` operation.
35pub mod delete_elasticsearch_domain;
36
37/// Types for the `DeleteElasticsearchServiceRole` operation.
38pub mod delete_elasticsearch_service_role;
39
40/// Types for the `DeleteInboundCrossClusterSearchConnection` operation.
41pub mod delete_inbound_cross_cluster_search_connection;
42
43/// Types for the `DeleteOutboundCrossClusterSearchConnection` operation.
44pub mod delete_outbound_cross_cluster_search_connection;
45
46/// Types for the `DeletePackage` operation.
47pub mod delete_package;
48
49/// Types for the `DeleteVpcEndpoint` operation.
50pub mod delete_vpc_endpoint;
51
52/// Types for the `DescribeDomainAutoTunes` operation.
53pub mod describe_domain_auto_tunes;
54
55/// Types for the `DescribeDomainChangeProgress` operation.
56pub mod describe_domain_change_progress;
57
58/// Types for the `DescribeElasticsearchDomain` operation.
59pub mod describe_elasticsearch_domain;
60
61/// Types for the `DescribeElasticsearchDomainConfig` operation.
62pub mod describe_elasticsearch_domain_config;
63
64/// Types for the `DescribeElasticsearchDomains` operation.
65pub mod describe_elasticsearch_domains;
66
67/// Types for the `DescribeElasticsearchInstanceTypeLimits` operation.
68pub mod describe_elasticsearch_instance_type_limits;
69
70/// Types for the `DescribeInboundCrossClusterSearchConnections` operation.
71pub mod describe_inbound_cross_cluster_search_connections;
72
73/// Types for the `DescribeOutboundCrossClusterSearchConnections` operation.
74pub mod describe_outbound_cross_cluster_search_connections;
75
76/// Types for the `DescribePackages` operation.
77pub mod describe_packages;
78
79/// Types for the `DescribeReservedElasticsearchInstanceOfferings` operation.
80pub mod describe_reserved_elasticsearch_instance_offerings;
81
82/// Types for the `DescribeReservedElasticsearchInstances` operation.
83pub mod describe_reserved_elasticsearch_instances;
84
85/// Types for the `DescribeVpcEndpoints` operation.
86pub mod describe_vpc_endpoints;
87
88/// Types for the `DissociatePackage` operation.
89pub mod dissociate_package;
90
91/// Types for the `GetCompatibleElasticsearchVersions` operation.
92pub mod get_compatible_elasticsearch_versions;
93
94/// Types for the `GetPackageVersionHistory` operation.
95pub mod get_package_version_history;
96
97/// Types for the `GetUpgradeHistory` operation.
98pub mod get_upgrade_history;
99
100/// Types for the `GetUpgradeStatus` operation.
101pub mod get_upgrade_status;
102
103/// Types for the `ListDomainNames` operation.
104pub mod list_domain_names;
105
106/// Types for the `ListDomainsForPackage` operation.
107pub mod list_domains_for_package;
108
109/// Types for the `ListElasticsearchInstanceTypes` operation.
110pub mod list_elasticsearch_instance_types;
111
112/// Types for the `ListElasticsearchVersions` operation.
113pub mod list_elasticsearch_versions;
114
115/// Types for the `ListPackagesForDomain` operation.
116pub mod list_packages_for_domain;
117
118/// Types for the `ListTags` operation.
119pub mod list_tags;
120
121/// Types for the `ListVpcEndpointAccess` operation.
122pub mod list_vpc_endpoint_access;
123
124/// Types for the `ListVpcEndpoints` operation.
125pub mod list_vpc_endpoints;
126
127/// Types for the `ListVpcEndpointsForDomain` operation.
128pub mod list_vpc_endpoints_for_domain;
129
130/// Types for the `PurchaseReservedElasticsearchInstanceOffering` operation.
131pub mod purchase_reserved_elasticsearch_instance_offering;
132
133/// Types for the `RejectInboundCrossClusterSearchConnection` operation.
134pub mod reject_inbound_cross_cluster_search_connection;
135
136/// Types for the `RemoveTags` operation.
137pub mod remove_tags;
138
139/// Types for the `RevokeVpcEndpointAccess` operation.
140pub mod revoke_vpc_endpoint_access;
141
142/// Types for the `StartElasticsearchServiceSoftwareUpdate` operation.
143pub mod start_elasticsearch_service_software_update;
144
145/// Types for the `UpdateElasticsearchDomainConfig` operation.
146pub mod update_elasticsearch_domain_config;
147
148/// Types for the `UpdatePackage` operation.
149pub mod update_package;
150
151/// Types for the `UpdateVpcEndpoint` operation.
152pub mod update_vpc_endpoint;
153
154/// Types for the `UpgradeElasticsearchDomain` operation.
155pub mod upgrade_elasticsearch_domain;