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-gyr5wj9zj0fg.deno.dev/v0.2/services/es.ts";
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(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

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

§Static Properties