ES
import { ES } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/es.ts";class ES { }
constructor(apiFactory: client.ApiFactory);
async acceptInboundCrossClusterSearchConnection(params: AcceptInboundCrossClusterSearchConnectionRequest, opts?: client.RequestOptions): Promise<AcceptInboundCrossClusterSearchConnectionResponse>;
async associatePackage(params: AssociatePackageRequest, opts?: client.RequestOptions): Promise<AssociatePackageResponse>;
async cancelElasticsearchServiceSoftwareUpdate(params: CancelElasticsearchServiceSoftwareUpdateRequest, opts?: client.RequestOptions): Promise<CancelElasticsearchServiceSoftwareUpdateResponse>;
async createElasticsearchDomain(params: CreateElasticsearchDomainRequest, opts?: client.RequestOptions): Promise<CreateElasticsearchDomainResponse>;
async createOutboundCrossClusterSearchConnection(params: CreateOutboundCrossClusterSearchConnectionRequest, opts?: client.RequestOptions): Promise<CreateOutboundCrossClusterSearchConnectionResponse>;
async createPackage(params: CreatePackageRequest, opts?: client.RequestOptions): Promise<CreatePackageResponse>;
async deleteElasticsearchDomain(params: DeleteElasticsearchDomainRequest, opts?: client.RequestOptions): Promise<DeleteElasticsearchDomainResponse>;
async deleteInboundCrossClusterSearchConnection(params: DeleteInboundCrossClusterSearchConnectionRequest, opts?: client.RequestOptions): Promise<DeleteInboundCrossClusterSearchConnectionResponse>;
async deleteOutboundCrossClusterSearchConnection(params: DeleteOutboundCrossClusterSearchConnectionRequest, opts?: client.RequestOptions): Promise<DeleteOutboundCrossClusterSearchConnectionResponse>;
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 describeInboundCrossClusterSearchConnections(params?: DescribeInboundCrossClusterSearchConnectionsRequest, opts?: client.RequestOptions): Promise<DescribeInboundCrossClusterSearchConnectionsResponse>;
async describeOutboundCrossClusterSearchConnections(params?: DescribeOutboundCrossClusterSearchConnectionsRequest, opts?: client.RequestOptions): Promise<DescribeOutboundCrossClusterSearchConnectionsResponse>;
async describePackages(params?: DescribePackagesRequest, opts?: client.RequestOptions): Promise<DescribePackagesResponse>;
async describeReservedElasticsearchInstanceOfferings(params?: DescribeReservedElasticsearchInstanceOfferingsRequest, opts?: client.RequestOptions): Promise<DescribeReservedElasticsearchInstanceOfferingsResponse>;
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 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 purchaseReservedElasticsearchInstanceOffering(params: PurchaseReservedElasticsearchInstanceOfferingRequest, opts?: client.RequestOptions): Promise<PurchaseReservedElasticsearchInstanceOfferingResponse>;
async rejectInboundCrossClusterSearchConnection(params: RejectInboundCrossClusterSearchConnectionRequest, opts?: client.RequestOptions): Promise<RejectInboundCrossClusterSearchConnectionResponse>;
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>;
§Constructors
§
new ES(apiFactory: client.ApiFactory)
[src]§Methods
§
acceptInboundCrossClusterSearchConnection(params: AcceptInboundCrossClusterSearchConnectionRequest, opts?: client.RequestOptions): Promise<AcceptInboundCrossClusterSearchConnectionResponse>
[src]§
associatePackage(params: AssociatePackageRequest, opts?: client.RequestOptions): Promise<AssociatePackageResponse>
[src]§
cancelElasticsearchServiceSoftwareUpdate(params: CancelElasticsearchServiceSoftwareUpdateRequest, opts?: client.RequestOptions): Promise<CancelElasticsearchServiceSoftwareUpdateResponse>
[src]§
createElasticsearchDomain(params: CreateElasticsearchDomainRequest, opts?: client.RequestOptions): Promise<CreateElasticsearchDomainResponse>
[src]§
createOutboundCrossClusterSearchConnection(params: CreateOutboundCrossClusterSearchConnectionRequest, opts?: client.RequestOptions): Promise<CreateOutboundCrossClusterSearchConnectionResponse>
[src]§
createPackage(params: CreatePackageRequest, opts?: client.RequestOptions): Promise<CreatePackageResponse>
[src]§
deleteElasticsearchDomain(params: DeleteElasticsearchDomainRequest, opts?: client.RequestOptions): Promise<DeleteElasticsearchDomainResponse>
[src]§
deleteElasticsearchServiceRole(opts?: client.RequestOptions): Promise<void>
[src]§
deleteInboundCrossClusterSearchConnection(params: DeleteInboundCrossClusterSearchConnectionRequest, opts?: client.RequestOptions): Promise<DeleteInboundCrossClusterSearchConnectionResponse>
[src]§
deleteOutboundCrossClusterSearchConnection(params: DeleteOutboundCrossClusterSearchConnectionRequest, opts?: client.RequestOptions): Promise<DeleteOutboundCrossClusterSearchConnectionResponse>
[src]§
deletePackage(params: DeletePackageRequest, opts?: client.RequestOptions): Promise<DeletePackageResponse>
[src]§
describeDomainAutoTunes(params: DescribeDomainAutoTunesRequest, opts?: client.RequestOptions): Promise<DescribeDomainAutoTunesResponse>
[src]§
describeElasticsearchDomain(params: DescribeElasticsearchDomainRequest, opts?: client.RequestOptions): Promise<DescribeElasticsearchDomainResponse>
[src]§
describeElasticsearchDomainConfig(params: DescribeElasticsearchDomainConfigRequest, opts?: client.RequestOptions): Promise<DescribeElasticsearchDomainConfigResponse>
[src]§
describeElasticsearchDomains(params: DescribeElasticsearchDomainsRequest, opts?: client.RequestOptions): Promise<DescribeElasticsearchDomainsResponse>
[src]§
describeElasticsearchInstanceTypeLimits(params: DescribeElasticsearchInstanceTypeLimitsRequest, opts?: client.RequestOptions): Promise<DescribeElasticsearchInstanceTypeLimitsResponse>
[src]§
describeInboundCrossClusterSearchConnections(params?: DescribeInboundCrossClusterSearchConnectionsRequest, opts?: client.RequestOptions): Promise<DescribeInboundCrossClusterSearchConnectionsResponse>
[src]§
describeOutboundCrossClusterSearchConnections(params?: DescribeOutboundCrossClusterSearchConnectionsRequest, opts?: client.RequestOptions): Promise<DescribeOutboundCrossClusterSearchConnectionsResponse>
[src]§
describePackages(params?: DescribePackagesRequest, opts?: client.RequestOptions): Promise<DescribePackagesResponse>
[src]§
describeReservedElasticsearchInstanceOfferings(params?: DescribeReservedElasticsearchInstanceOfferingsRequest, opts?: client.RequestOptions): Promise<DescribeReservedElasticsearchInstanceOfferingsResponse>
[src]§
describeReservedElasticsearchInstances(params?: DescribeReservedElasticsearchInstancesRequest, opts?: client.RequestOptions): Promise<DescribeReservedElasticsearchInstancesResponse>
[src]§
dissociatePackage(params: DissociatePackageRequest, opts?: client.RequestOptions): Promise<DissociatePackageResponse>
[src]§
getCompatibleElasticsearchVersions(params?: GetCompatibleElasticsearchVersionsRequest, opts?: client.RequestOptions): Promise<GetCompatibleElasticsearchVersionsResponse>
[src]§
getPackageVersionHistory(params: GetPackageVersionHistoryRequest, opts?: client.RequestOptions): Promise<GetPackageVersionHistoryResponse>
[src]§
getUpgradeHistory(params: GetUpgradeHistoryRequest, opts?: client.RequestOptions): Promise<GetUpgradeHistoryResponse>
[src]§
getUpgradeStatus(params: GetUpgradeStatusRequest, opts?: client.RequestOptions): Promise<GetUpgradeStatusResponse>
[src]§
listDomainNames(opts?: client.RequestOptions): Promise<ListDomainNamesResponse>
[src]§
listDomainsForPackage(params: ListDomainsForPackageRequest, opts?: client.RequestOptions): Promise<ListDomainsForPackageResponse>
[src]§
listElasticsearchInstanceTypes(params: ListElasticsearchInstanceTypesRequest, opts?: client.RequestOptions): Promise<ListElasticsearchInstanceTypesResponse>
[src]§
listElasticsearchVersions(params?: ListElasticsearchVersionsRequest, opts?: client.RequestOptions): Promise<ListElasticsearchVersionsResponse>
[src]§
listPackagesForDomain(params: ListPackagesForDomainRequest, opts?: client.RequestOptions): Promise<ListPackagesForDomainResponse>
[src]§
purchaseReservedElasticsearchInstanceOffering(params: PurchaseReservedElasticsearchInstanceOfferingRequest, opts?: client.RequestOptions): Promise<PurchaseReservedElasticsearchInstanceOfferingResponse>
[src]§
rejectInboundCrossClusterSearchConnection(params: RejectInboundCrossClusterSearchConnectionRequest, opts?: client.RequestOptions): Promise<RejectInboundCrossClusterSearchConnectionResponse>
[src]§
startElasticsearchServiceSoftwareUpdate(params: StartElasticsearchServiceSoftwareUpdateRequest, opts?: client.RequestOptions): Promise<StartElasticsearchServiceSoftwareUpdateResponse>
[src]§
updateElasticsearchDomainConfig(params: UpdateElasticsearchDomainConfigRequest, opts?: client.RequestOptions): Promise<UpdateElasticsearchDomainConfigResponse>
[src]§
updatePackage(params: UpdatePackageRequest, opts?: client.RequestOptions): Promise<UpdatePackageResponse>
[src]§
upgradeElasticsearchDomain(params: UpgradeElasticsearchDomainRequest, opts?: client.RequestOptions): Promise<UpgradeElasticsearchDomainResponse>
[src]§Static Properties
§
ApiMetadata: client.ApiMetadata
[src]