View Source AWS.Elasticsearch (aws-elixir v1.0.4)
Amazon Elasticsearch Configuration Service
Use the Amazon Elasticsearch Configuration API to create, configure, and manage Elasticsearch domains.
For sample code that uses the Configuration API, see the Amazon Elasticsearch Service Developer Guide. The guide also contains sample code for sending signed HTTP requests to the Elasticsearch APIs.
The endpoint for configuration service requests is region-specific: es.region.amazonaws.com. For example, es.us-east-1.amazonaws.com. For a current list of supported regions and endpoints, see Regions and Endpoints.
Link to this section Summary
Functions
Allows the destination domain owner to accept an inbound cross-cluster search connection request.
Attaches tags to an existing Elasticsearch domain.
Associates a package with an Amazon ES domain.
Provides access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint.
Cancels a pending configuration change on an Amazon OpenSearch Service domain.
Cancels a scheduled service software update for an Amazon ES domain.
Creates a new Elasticsearch domain.
Creates a new cross-cluster search connection from a source domain to a destination domain.
Create a package for use with Amazon ES domains.
Creates an Amazon OpenSearch Service-managed VPC endpoint.
Permanently deletes the specified Elasticsearch domain and all of its data.
Deletes the service-linked role that Elasticsearch Service uses to manage and maintain VPC domains.
Allows the destination domain owner to delete an existing inbound cross-cluster search connection.
Allows the source domain owner to delete an existing outbound cross-cluster search connection.
Delete the package.
Deletes an Amazon OpenSearch Service-managed interface VPC endpoint.
Provides scheduled Auto-Tune action details for the Elasticsearch domain, such as Auto-Tune action type, description, severity, and scheduled date.
Returns information about the current blue/green deployment happening on a domain, including a change ID, status, and progress stages.
Returns domain configuration information about the specified Elasticsearch domain, including the domain ID, domain endpoint, and domain ARN.
Provides cluster configuration information about the specified Elasticsearch domain, such as the state, creation date, update version, and update date for cluster options.
Returns domain configuration information about the specified Elasticsearch domains, including the domain ID, domain endpoint, and domain ARN.
Describe Elasticsearch Limits for a given InstanceType and ElasticsearchVersion.
Lists all the inbound cross-cluster search connections for a destination domain.
Lists all the outbound cross-cluster search connections for a source domain.
Describes all packages available to Amazon ES.
Lists available reserved Elasticsearch instance offerings.
Returns information about reserved Elasticsearch instances for this account.
Describes one or more Amazon OpenSearch Service-managed VPC endpoints.
Dissociates a package from the Amazon ES domain.
Returns a list of upgrade compatible Elastisearch versions.
Returns a list of versions of the package, along with their creation time and commit message.
Retrieves the complete history of the last 10 upgrades that were performed on the domain.
Retrieves the latest status of the last upgrade or upgrade eligibility check that was performed on the domain.
Returns the name of all Elasticsearch domains owned by the current user's account.
Lists all Amazon ES domains associated with the package.
List all Elasticsearch instance types that are supported for given ElasticsearchVersion
List all supported Elasticsearch versions
Lists all packages associated with the Amazon ES domain.
Returns all tags for the given Elasticsearch domain.
Retrieves information about each principal that is allowed to access a given Amazon OpenSearch Service domain through the use of an interface VPC endpoint.
Retrieves all Amazon OpenSearch Service-managed VPC endpoints in the current account and Region.
Retrieves all Amazon OpenSearch Service-managed VPC endpoints associated with a particular domain.
Allows you to purchase reserved Elasticsearch instances.
Allows the destination domain owner to reject an inbound cross-cluster search connection request.
Removes the specified set of tags from the specified Elasticsearch domain.
Revokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint.
Schedules a service software update for an Amazon ES domain.
Modifies the cluster configuration of the specified Elasticsearch domain, setting as setting the instance type and the number of instances.
Updates a package for use with Amazon ES domains.
Modifies an Amazon OpenSearch Service-managed interface VPC endpoint.
Allows you to either upgrade your domain or perform an Upgrade eligibility check to a compatible Elasticsearch version.
Link to this section Functions
accept_inbound_cross_cluster_search_connection(client, cross_cluster_search_connection_id, input, options \\ [])
View SourceAllows the destination domain owner to accept an inbound cross-cluster search connection request.
Attaches tags to an existing Elasticsearch domain.
Tags are a set of case-sensitive key value pairs. An Elasticsearch domain may have up to 10 tags. See Tagging Amazon Elasticsearch Service Domains for more information.
associate_package(client, domain_name, package_id, input, options \\ [])
View SourceAssociates a package with an Amazon ES domain.
authorize_vpc_endpoint_access(client, domain_name, input, options \\ [])
View SourceProvides access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint.
cancel_domain_config_change(client, domain_name, input, options \\ [])
View SourceCancels a pending configuration change on an Amazon OpenSearch Service domain.
cancel_elasticsearch_service_software_update(client, input, options \\ [])
View SourceCancels a scheduled service software update for an Amazon ES domain.
You can only perform this operation before the AutomatedUpdateDate
and when
the UpdateStatus
is in the PENDING_UPDATE
state.
Creates a new Elasticsearch domain.
For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide.
create_outbound_cross_cluster_search_connection(client, input, options \\ [])
View SourceCreates a new cross-cluster search connection from a source domain to a destination domain.
Create a package for use with Amazon ES domains.
Creates an Amazon OpenSearch Service-managed VPC endpoint.
delete_elasticsearch_domain(client, domain_name, input, options \\ [])
View SourcePermanently deletes the specified Elasticsearch domain and all of its data.
Once a domain is deleted, it cannot be recovered.
Deletes the service-linked role that Elasticsearch Service uses to manage and maintain VPC domains.
Role deletion will fail if any existing VPC domains use the role. You must delete any such Elasticsearch domains before deleting the role. See Deleting Elasticsearch Service Role in VPC Endpoints for Amazon Elasticsearch Service Domains.
delete_inbound_cross_cluster_search_connection(client, cross_cluster_search_connection_id, input, options \\ [])
View SourceAllows the destination domain owner to delete an existing inbound cross-cluster search connection.
delete_outbound_cross_cluster_search_connection(client, cross_cluster_search_connection_id, input, options \\ [])
View SourceAllows the source domain owner to delete an existing outbound cross-cluster search connection.
Delete the package.
delete_vpc_endpoint(client, vpc_endpoint_id, input, options \\ [])
View SourceDeletes an Amazon OpenSearch Service-managed interface VPC endpoint.
Provides scheduled Auto-Tune action details for the Elasticsearch domain, such as Auto-Tune action type, description, severity, and scheduled date.
describe_domain_change_progress(client, domain_name, change_id \\ nil, options \\ [])
View SourceReturns information about the current blue/green deployment happening on a domain, including a change ID, status, and progress stages.
Returns domain configuration information about the specified Elasticsearch domain, including the domain ID, domain endpoint, and domain ARN.
describe_elasticsearch_domain_config(client, domain_name, options \\ [])
View SourceProvides cluster configuration information about the specified Elasticsearch domain, such as the state, creation date, update version, and update date for cluster options.
Returns domain configuration information about the specified Elasticsearch domains, including the domain ID, domain endpoint, and domain ARN.
describe_elasticsearch_instance_type_limits(client, elasticsearch_version, instance_type, domain_name \\ nil, options \\ [])
View SourceDescribe Elasticsearch Limits for a given InstanceType and ElasticsearchVersion.
When modifying existing Domain, specify the
`DomainName`
to know what Limits are supported for modifying.
describe_inbound_cross_cluster_search_connections(client, input, options \\ [])
View SourceLists all the inbound cross-cluster search connections for a destination domain.
describe_outbound_cross_cluster_search_connections(client, input, options \\ [])
View SourceLists all the outbound cross-cluster search connections for a source domain.
Describes all packages available to Amazon ES.
Includes options for filtering, limiting the number of results, and pagination.
describe_reserved_elasticsearch_instance_offerings(client, max_results \\ nil, next_token \\ nil, reserved_elasticsearch_instance_offering_id \\ nil, options \\ [])
View SourceLists available reserved Elasticsearch instance offerings.
describe_reserved_elasticsearch_instances(client, max_results \\ nil, next_token \\ nil, reserved_elasticsearch_instance_id \\ nil, options \\ [])
View SourceReturns information about reserved Elasticsearch instances for this account.
Describes one or more Amazon OpenSearch Service-managed VPC endpoints.
dissociate_package(client, domain_name, package_id, input, options \\ [])
View SourceDissociates a package from the Amazon ES domain.
get_compatible_elasticsearch_versions(client, domain_name \\ nil, options \\ [])
View SourceReturns a list of upgrade compatible Elastisearch versions.
You can optionally pass a
`DomainName`
to get all upgrade compatible Elasticsearch versions for that specific domain.
get_package_version_history(client, package_id, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a list of versions of the package, along with their creation time and commit message.
get_upgrade_history(client, domain_name, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceRetrieves the complete history of the last 10 upgrades that were performed on the domain.
Retrieves the latest status of the last upgrade or upgrade eligibility check that was performed on the domain.
Returns the name of all Elasticsearch domains owned by the current user's account.
list_domains_for_package(client, package_id, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists all Amazon ES domains associated with the package.
list_elasticsearch_instance_types(client, elasticsearch_version, domain_name \\ nil, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceList all Elasticsearch instance types that are supported for given ElasticsearchVersion
list_elasticsearch_versions(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceList all supported Elasticsearch versions
list_packages_for_domain(client, domain_name, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists all packages associated with the Amazon ES domain.
Returns all tags for the given Elasticsearch domain.
list_vpc_endpoint_access(client, domain_name, next_token \\ nil, options \\ [])
View SourceRetrieves information about each principal that is allowed to access a given Amazon OpenSearch Service domain through the use of an interface VPC endpoint.
Retrieves all Amazon OpenSearch Service-managed VPC endpoints in the current account and Region.
list_vpc_endpoints_for_domain(client, domain_name, next_token \\ nil, options \\ [])
View SourceRetrieves all Amazon OpenSearch Service-managed VPC endpoints associated with a particular domain.
purchase_reserved_elasticsearch_instance_offering(client, input, options \\ [])
View SourceAllows you to purchase reserved Elasticsearch instances.
reject_inbound_cross_cluster_search_connection(client, cross_cluster_search_connection_id, input, options \\ [])
View SourceAllows the destination domain owner to reject an inbound cross-cluster search connection request.
Removes the specified set of tags from the specified Elasticsearch domain.
revoke_vpc_endpoint_access(client, domain_name, input, options \\ [])
View SourceRevokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint.
start_elasticsearch_service_software_update(client, input, options \\ [])
View SourceSchedules a service software update for an Amazon ES domain.
update_elasticsearch_domain_config(client, domain_name, input, options \\ [])
View SourceModifies the cluster configuration of the specified Elasticsearch domain, setting as setting the instance type and the number of instances.
Updates a package for use with Amazon ES domains.
Modifies an Amazon OpenSearch Service-managed interface VPC endpoint.
Allows you to either upgrade your domain or perform an Upgrade eligibility check to a compatible Elasticsearch version.