Package-level declarations

Types

Link copied to clipboard

Use the Amazon Elasticsearch Configuration API to create, configure, and manage Elasticsearch domains.

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Inherited functions

Allows the destination domain owner to accept an inbound cross-cluster search connection request.

Link copied to clipboard
inline suspend fun ElasticsearchClient.addTags(crossinline block: AddTagsRequest.Builder.() -> Unit): AddTagsResponse

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.

Link copied to clipboard

Associates a package with an Amazon ES domain.

Link copied to clipboard

Provides access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint.

Link copied to clipboard

Cancels a pending configuration change on an Amazon OpenSearch Service domain.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

Create a package for use with Amazon ES domains.

Link copied to clipboard

Creates an Amazon OpenSearch Service-managed VPC endpoint.

Link copied to clipboard

Permanently deletes the specified Elasticsearch domain and all of its data. Once a domain is deleted, it cannot be recovered.

Link copied to clipboard

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.

Link copied to clipboard

Delete the package.

Link copied to clipboard

Deletes an Amazon OpenSearch Service-managed interface VPC endpoint.

Link copied to clipboard

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

Link copied to clipboard

Returns information about the current blue/green deployment happening on a domain, including a change ID, status, and progress stages.

Link copied to clipboard

Returns domain configuration information about the specified Elasticsearch domain, including the domain ID, domain endpoint, and domain ARN.

Link copied to clipboard

Provides cluster configuration information about the specified Elasticsearch domain, such as the state, creation date, update version, and update date for cluster options.

Link copied to clipboard

Returns domain configuration information about the specified Elasticsearch domains, including the domain ID, domain endpoint, and domain ARN.

Link copied to clipboard

Describe Elasticsearch Limits for a given InstanceType and ElasticsearchVersion. When modifying existing Domain, specify the <a>DomainName</a> 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.

Link copied to clipboard

Describes all packages available to Amazon ES. Includes options for filtering, limiting the number of results, and pagination.

Link copied to clipboard

Returns information about reserved Elasticsearch instances for this account.

Link copied to clipboard

Describes one or more Amazon OpenSearch Service-managed VPC endpoints.

Link copied to clipboard

Dissociates a package from the Amazon ES domain.

Link copied to clipboard

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

Link copied to clipboard

Returns a list of versions of the package, along with their creation time and commit message.

Link copied to clipboard

Retrieves the complete history of the last 10 upgrades that were performed on the domain.

Link copied to clipboard

Retrieves the latest status of the last upgrade or upgrade eligibility check that was performed on the domain.

Link copied to clipboard

Returns the name of all Elasticsearch domains owned by the current user's account.

Link copied to clipboard

Lists all Amazon ES domains associated with the package.

Link copied to clipboard

List all Elasticsearch instance types that are supported for given ElasticsearchVersion

Link copied to clipboard

List all supported Elasticsearch versions

Link copied to clipboard

Lists all packages associated with the Amazon ES domain.

Link copied to clipboard
inline suspend fun ElasticsearchClient.listTags(crossinline block: ListTagsRequest.Builder.() -> Unit): ListTagsResponse

Returns all tags for the given Elasticsearch domain.

Link copied to clipboard

Retrieves information about each principal that is allowed to access a given Amazon OpenSearch Service domain through the use of an interface VPC endpoint.

Link copied to clipboard

Retrieves all Amazon OpenSearch Service-managed VPC endpoints in the current account and Region.

Link copied to clipboard

Retrieves all Amazon OpenSearch Service-managed VPC endpoints associated with a particular domain.

Allows the destination domain owner to reject an inbound cross-cluster search connection request.

Link copied to clipboard

Removes the specified set of tags from the specified Elasticsearch domain.

Link copied to clipboard

Revokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint.

Link copied to clipboard

Schedules a service software update for an Amazon ES domain.

Link copied to clipboard

Modifies the cluster configuration of the specified Elasticsearch domain, setting as setting the instance type and the number of instances.

Link copied to clipboard

Updates a package for use with Amazon ES domains.

Link copied to clipboard

Modifies an Amazon OpenSearch Service-managed interface VPC endpoint.

Link copied to clipboard

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

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.