logo
pub struct EsClient { /* private fields */ }
Expand description

A client for the Amazon Elasticsearch Service API.

Implementations

Creates a client backed by the default tokio event loop.

The client will use the default credentials provider and tls client.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Allows 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.

Associates a package with an Amazon ES domain.

Cancels 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.

Creates a new cross-cluster search connection from a source domain to a destination domain.

Create a package for use with Amazon ES domains.

Permanently 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.

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.

Provides scheduled Auto-Tune action details for the Elasticsearch domain, such as Auto-Tune action type, description, severity, and scheduled date.

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. When modifying existing Domain, specify the DomainName to know what Limits are supported for modifying.

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. Includes options for filtering, limiting the number of results, and pagination.

Lists available reserved Elasticsearch instance offerings.

Returns information about reserved Elasticsearch instances for this account.

Dissociates a package from the Amazon ES domain.

Returns a list of upgrade compatible Elastisearch versions. You can optionally pass a DomainName to get all upgrade compatible Elasticsearch versions for that specific domain.

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.

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.

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.

Allows you to either upgrade your domain or perform an Upgrade eligibility check to a compatible Elasticsearch version.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more