Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ES

import { ES } from "https://aws-api.deno.dev/v0.3/services/es.ts?docs=full";
class ES {
constructor(apiFactory: client.ApiFactory);
async addTags(params: AddTagsRequest, opts?: client.RequestOptions): Promise<void>;
async associatePackage(params: AssociatePackageRequest, opts?: client.RequestOptions): Promise<AssociatePackageResponse>;
async createElasticsearchDomain(params: CreateElasticsearchDomainRequest, opts?: client.RequestOptions): Promise<CreateElasticsearchDomainResponse>;
async createPackage(params: CreatePackageRequest, opts?: client.RequestOptions): Promise<CreatePackageResponse>;
async deleteElasticsearchDomain(params: DeleteElasticsearchDomainRequest, opts?: client.RequestOptions): Promise<DeleteElasticsearchDomainResponse>;
async deleteElasticsearchServiceRole(opts?: client.RequestOptions): Promise<void>;
async deletePackage(params: DeletePackageRequest, opts?: client.RequestOptions): Promise<DeletePackageResponse>;
async describeDomainAutoTunes(params: DescribeDomainAutoTunesRequest, opts?: client.RequestOptions): Promise<DescribeDomainAutoTunesResponse>;
async describeElasticsearchDomain(params: DescribeElasticsearchDomainRequest, opts?: client.RequestOptions): Promise<DescribeElasticsearchDomainResponse>;
async describeElasticsearchDomainConfig(params: DescribeElasticsearchDomainConfigRequest, opts?: client.RequestOptions): Promise<DescribeElasticsearchDomainConfigResponse>;
async describeElasticsearchDomains(params: DescribeElasticsearchDomainsRequest, opts?: client.RequestOptions): Promise<DescribeElasticsearchDomainsResponse>;
async describeElasticsearchInstanceTypeLimits(params: DescribeElasticsearchInstanceTypeLimitsRequest, opts?: client.RequestOptions): Promise<DescribeElasticsearchInstanceTypeLimitsResponse>;
async describePackages(params?: DescribePackagesRequest, opts?: client.RequestOptions): Promise<DescribePackagesResponse>;
async describeReservedElasticsearchInstances(params?: DescribeReservedElasticsearchInstancesRequest, opts?: client.RequestOptions): Promise<DescribeReservedElasticsearchInstancesResponse>;
async dissociatePackage(params: DissociatePackageRequest, opts?: client.RequestOptions): Promise<DissociatePackageResponse>;
async getCompatibleElasticsearchVersions(params?: GetCompatibleElasticsearchVersionsRequest, opts?: client.RequestOptions): Promise<GetCompatibleElasticsearchVersionsResponse>;
async getPackageVersionHistory(params: GetPackageVersionHistoryRequest, opts?: client.RequestOptions): Promise<GetPackageVersionHistoryResponse>;
async getUpgradeHistory(params: GetUpgradeHistoryRequest, opts?: client.RequestOptions): Promise<GetUpgradeHistoryResponse>;
async getUpgradeStatus(params: GetUpgradeStatusRequest, opts?: client.RequestOptions): Promise<GetUpgradeStatusResponse>;
async listDomainNames(params?: ListDomainNamesRequest, opts?: client.RequestOptions): Promise<ListDomainNamesResponse>;
async listDomainsForPackage(params: ListDomainsForPackageRequest, opts?: client.RequestOptions): Promise<ListDomainsForPackageResponse>;
async listElasticsearchInstanceTypes(params: ListElasticsearchInstanceTypesRequest, opts?: client.RequestOptions): Promise<ListElasticsearchInstanceTypesResponse>;
async listElasticsearchVersions(params?: ListElasticsearchVersionsRequest, opts?: client.RequestOptions): Promise<ListElasticsearchVersionsResponse>;
async listPackagesForDomain(params: ListPackagesForDomainRequest, opts?: client.RequestOptions): Promise<ListPackagesForDomainResponse>;
async listTags(params: ListTagsRequest, opts?: client.RequestOptions): Promise<ListTagsResponse>;
async removeTags(params: RemoveTagsRequest, opts?: client.RequestOptions): Promise<void>;
async startElasticsearchServiceSoftwareUpdate(params: StartElasticsearchServiceSoftwareUpdateRequest, opts?: client.RequestOptions): Promise<StartElasticsearchServiceSoftwareUpdateResponse>;
async updateElasticsearchDomainConfig(params: UpdateElasticsearchDomainConfigRequest, opts?: client.RequestOptions): Promise<UpdateElasticsearchDomainConfigResponse>;
async updatePackage(params: UpdatePackageRequest, opts?: client.RequestOptions): Promise<UpdatePackageResponse>;
async upgradeElasticsearchDomain(params: UpgradeElasticsearchDomainRequest, opts?: client.RequestOptions): Promise<UpgradeElasticsearchDomainResponse>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new ES(apiFactory: client.ApiFactory)
[src]

§Methods

§

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

§
addTags(params: AddTagsRequest, opts?: client.RequestOptions): Promise<void>
[src]

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.

§
deleteElasticsearchServiceRole(opts?: client.RequestOptions): Promise<void>
[src]

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.

§
listTags(params: ListTagsRequest, opts?: client.RequestOptions): Promise<ListTagsResponse>
[src]

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.

§
removeTags(params: RemoveTagsRequest, opts?: client.RequestOptions): Promise<void>
[src]

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.

§Static Properties