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.4/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 authorizeVpcEndpointAccess(params: AuthorizeVpcEndpointAccessRequest, opts?: client.RequestOptions): Promise<AuthorizeVpcEndpointAccessResponse>;
async createElasticsearchDomain(params: CreateElasticsearchDomainRequest, opts?: client.RequestOptions): Promise<CreateElasticsearchDomainResponse>;
async createPackage(params: CreatePackageRequest, opts?: client.RequestOptions): Promise<CreatePackageResponse>;
async createVpcEndpoint(params: CreateVpcEndpointRequest, opts?: client.RequestOptions): Promise<CreateVpcEndpointResponse>;
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 deleteVpcEndpoint(params: DeleteVpcEndpointRequest, opts?: client.RequestOptions): Promise<DeleteVpcEndpointResponse>;
async describeDomainAutoTunes(params: DescribeDomainAutoTunesRequest, opts?: client.RequestOptions): Promise<DescribeDomainAutoTunesResponse>;
async describeDomainChangeProgress(params: DescribeDomainChangeProgressRequest, opts?: client.RequestOptions): Promise<DescribeDomainChangeProgressResponse>;
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 describeVpcEndpoints(params: DescribeVpcEndpointsRequest, opts?: client.RequestOptions): Promise<DescribeVpcEndpointsResponse>;
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 listVpcEndpointAccess(params: ListVpcEndpointAccessRequest, opts?: client.RequestOptions): Promise<ListVpcEndpointAccessResponse>;
async listVpcEndpoints(params?: ListVpcEndpointsRequest, opts?: client.RequestOptions): Promise<ListVpcEndpointsResponse>;
async listVpcEndpointsForDomain(params: ListVpcEndpointsForDomainRequest, opts?: client.RequestOptions): Promise<ListVpcEndpointsForDomainResponse>;
async removeTags(params: RemoveTagsRequest, opts?: client.RequestOptions): Promise<void>;
async revokeVpcEndpointAccess(params: RevokeVpcEndpointAccessRequest, 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 updateVpcEndpoint(params: UpdateVpcEndpointRequest, opts?: client.RequestOptions): Promise<UpdateVpcEndpointResponse>;
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.

§

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

§

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.

§

Creates an Amazon OpenSearch Service-managed VPC endpoint.

§

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.

§

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

§

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

§

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.

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

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

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

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.

§Static Properties