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
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AcceptInboundCrossClusterSearchConnection` operation.
pub mod accept_inbound_cross_cluster_search_connection;

/// Types for the `AddTags` operation.
pub mod add_tags;

/// Types for the `AssociatePackage` operation.
pub mod associate_package;

/// Types for the `AuthorizeVpcEndpointAccess` operation.
pub mod authorize_vpc_endpoint_access;

/// Types for the `CancelDomainConfigChange` operation.
pub mod cancel_domain_config_change;

/// Types for the `CancelElasticsearchServiceSoftwareUpdate` operation.
pub mod cancel_elasticsearch_service_software_update;

/// Types for the `CreateElasticsearchDomain` operation.
pub mod create_elasticsearch_domain;

/// Types for the `CreateOutboundCrossClusterSearchConnection` operation.
pub mod create_outbound_cross_cluster_search_connection;

/// Types for the `CreatePackage` operation.
pub mod create_package;

/// Types for the `CreateVpcEndpoint` operation.
pub mod create_vpc_endpoint;

/// Types for the `DeleteElasticsearchDomain` operation.
pub mod delete_elasticsearch_domain;

/// Types for the `DeleteElasticsearchServiceRole` operation.
pub mod delete_elasticsearch_service_role;

/// Types for the `DeleteInboundCrossClusterSearchConnection` operation.
pub mod delete_inbound_cross_cluster_search_connection;

/// Types for the `DeleteOutboundCrossClusterSearchConnection` operation.
pub mod delete_outbound_cross_cluster_search_connection;

/// Types for the `DeletePackage` operation.
pub mod delete_package;

/// Types for the `DeleteVpcEndpoint` operation.
pub mod delete_vpc_endpoint;

/// Types for the `DescribeDomainAutoTunes` operation.
pub mod describe_domain_auto_tunes;

/// Types for the `DescribeDomainChangeProgress` operation.
pub mod describe_domain_change_progress;

/// Types for the `DescribeElasticsearchDomain` operation.
pub mod describe_elasticsearch_domain;

/// Types for the `DescribeElasticsearchDomainConfig` operation.
pub mod describe_elasticsearch_domain_config;

/// Types for the `DescribeElasticsearchDomains` operation.
pub mod describe_elasticsearch_domains;

/// Types for the `DescribeElasticsearchInstanceTypeLimits` operation.
pub mod describe_elasticsearch_instance_type_limits;

/// Types for the `DescribeInboundCrossClusterSearchConnections` operation.
pub mod describe_inbound_cross_cluster_search_connections;

/// Types for the `DescribeOutboundCrossClusterSearchConnections` operation.
pub mod describe_outbound_cross_cluster_search_connections;

/// Types for the `DescribePackages` operation.
pub mod describe_packages;

/// Types for the `DescribeReservedElasticsearchInstanceOfferings` operation.
pub mod describe_reserved_elasticsearch_instance_offerings;

/// Types for the `DescribeReservedElasticsearchInstances` operation.
pub mod describe_reserved_elasticsearch_instances;

/// Types for the `DescribeVpcEndpoints` operation.
pub mod describe_vpc_endpoints;

/// Types for the `DissociatePackage` operation.
pub mod dissociate_package;

/// Types for the `GetCompatibleElasticsearchVersions` operation.
pub mod get_compatible_elasticsearch_versions;

/// Types for the `GetPackageVersionHistory` operation.
pub mod get_package_version_history;

/// Types for the `GetUpgradeHistory` operation.
pub mod get_upgrade_history;

/// Types for the `GetUpgradeStatus` operation.
pub mod get_upgrade_status;

/// Types for the `ListDomainNames` operation.
pub mod list_domain_names;

/// Types for the `ListDomainsForPackage` operation.
pub mod list_domains_for_package;

/// Types for the `ListElasticsearchInstanceTypes` operation.
pub mod list_elasticsearch_instance_types;

/// Types for the `ListElasticsearchVersions` operation.
pub mod list_elasticsearch_versions;

/// Types for the `ListPackagesForDomain` operation.
pub mod list_packages_for_domain;

/// Types for the `ListTags` operation.
pub mod list_tags;

/// Types for the `ListVpcEndpointAccess` operation.
pub mod list_vpc_endpoint_access;

/// Types for the `ListVpcEndpoints` operation.
pub mod list_vpc_endpoints;

/// Types for the `ListVpcEndpointsForDomain` operation.
pub mod list_vpc_endpoints_for_domain;

/// Types for the `PurchaseReservedElasticsearchInstanceOffering` operation.
pub mod purchase_reserved_elasticsearch_instance_offering;

/// Types for the `RejectInboundCrossClusterSearchConnection` operation.
pub mod reject_inbound_cross_cluster_search_connection;

/// Types for the `RemoveTags` operation.
pub mod remove_tags;

/// Types for the `RevokeVpcEndpointAccess` operation.
pub mod revoke_vpc_endpoint_access;

/// Types for the `StartElasticsearchServiceSoftwareUpdate` operation.
pub mod start_elasticsearch_service_software_update;

/// Types for the `UpdateElasticsearchDomainConfig` operation.
pub mod update_elasticsearch_domain_config;

/// Types for the `UpdatePackage` operation.
pub mod update_package;

/// Types for the `UpdateVpcEndpoint` operation.
pub mod update_vpc_endpoint;

/// Types for the `UpgradeElasticsearchDomain` operation.
pub mod upgrade_elasticsearch_domain;