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

OpenSearch

import { OpenSearch } from "https://aws-api.deno.dev/v0.4/services/opensearch.ts?docs=full";
class OpenSearch {
constructor(apiFactory: client.ApiFactory);
async acceptInboundConnection(params: AcceptInboundConnectionRequest, opts?: client.RequestOptions): Promise<AcceptInboundConnectionResponse>;
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 cancelServiceSoftwareUpdate(params: CancelServiceSoftwareUpdateRequest, opts?: client.RequestOptions): Promise<CancelServiceSoftwareUpdateResponse>;
async createDomain(params: CreateDomainRequest, opts?: client.RequestOptions): Promise<CreateDomainResponse>;
async createOutboundConnection(params: CreateOutboundConnectionRequest, opts?: client.RequestOptions): Promise<CreateOutboundConnectionResponse>;
async createPackage(params: CreatePackageRequest, opts?: client.RequestOptions): Promise<CreatePackageResponse>;
async createVpcEndpoint(params: CreateVpcEndpointRequest, opts?: client.RequestOptions): Promise<CreateVpcEndpointResponse>;
async deleteDomain(params: DeleteDomainRequest, opts?: client.RequestOptions): Promise<DeleteDomainResponse>;
async deleteInboundConnection(params: DeleteInboundConnectionRequest, opts?: client.RequestOptions): Promise<DeleteInboundConnectionResponse>;
async deleteOutboundConnection(params: DeleteOutboundConnectionRequest, opts?: client.RequestOptions): Promise<DeleteOutboundConnectionResponse>;
async deletePackage(params: DeletePackageRequest, opts?: client.RequestOptions): Promise<DeletePackageResponse>;
async deleteVpcEndpoint(params: DeleteVpcEndpointRequest, opts?: client.RequestOptions): Promise<DeleteVpcEndpointResponse>;
async describeDomain(params: DescribeDomainRequest, opts?: client.RequestOptions): Promise<DescribeDomainResponse>;
async describeDomainAutoTunes(params: DescribeDomainAutoTunesRequest, opts?: client.RequestOptions): Promise<DescribeDomainAutoTunesResponse>;
async describeDomainChangeProgress(params: DescribeDomainChangeProgressRequest, opts?: client.RequestOptions): Promise<DescribeDomainChangeProgressResponse>;
async describeDomainConfig(params: DescribeDomainConfigRequest, opts?: client.RequestOptions): Promise<DescribeDomainConfigResponse>;
async describeDomains(params: DescribeDomainsRequest, opts?: client.RequestOptions): Promise<DescribeDomainsResponse>;
async describeDryRunProgress(params: DescribeDryRunProgressRequest, opts?: client.RequestOptions): Promise<DescribeDryRunProgressResponse>;
async describeInboundConnections(params?: DescribeInboundConnectionsRequest, opts?: client.RequestOptions): Promise<DescribeInboundConnectionsResponse>;
async describeInstanceTypeLimits(params: DescribeInstanceTypeLimitsRequest, opts?: client.RequestOptions): Promise<DescribeInstanceTypeLimitsResponse>;
async describeOutboundConnections(params?: DescribeOutboundConnectionsRequest, opts?: client.RequestOptions): Promise<DescribeOutboundConnectionsResponse>;
async describePackages(params?: DescribePackagesRequest, opts?: client.RequestOptions): Promise<DescribePackagesResponse>;
async describeReservedInstanceOfferings(params?: DescribeReservedInstanceOfferingsRequest, opts?: client.RequestOptions): Promise<DescribeReservedInstanceOfferingsResponse>;
async describeReservedInstances(params?: DescribeReservedInstancesRequest, opts?: client.RequestOptions): Promise<DescribeReservedInstancesResponse>;
async describeVpcEndpoints(params: DescribeVpcEndpointsRequest, opts?: client.RequestOptions): Promise<DescribeVpcEndpointsResponse>;
async dissociatePackage(params: DissociatePackageRequest, opts?: client.RequestOptions): Promise<DissociatePackageResponse>;
async getCompatibleVersions(params?: GetCompatibleVersionsRequest, opts?: client.RequestOptions): Promise<GetCompatibleVersionsResponse>;
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 listInstanceTypeDetails(params: ListInstanceTypeDetailsRequest, opts?: client.RequestOptions): Promise<ListInstanceTypeDetailsResponse>;
async listPackagesForDomain(params: ListPackagesForDomainRequest, opts?: client.RequestOptions): Promise<ListPackagesForDomainResponse>;
async listScheduledActions(params: ListScheduledActionsRequest, opts?: client.RequestOptions): Promise<ListScheduledActionsResponse>;
async listTags(params: ListTagsRequest, opts?: client.RequestOptions): Promise<ListTagsResponse>;
async listVersions(params?: ListVersionsRequest, opts?: client.RequestOptions): Promise<ListVersionsResponse>;
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 purchaseReservedInstanceOffering(params: PurchaseReservedInstanceOfferingRequest, opts?: client.RequestOptions): Promise<PurchaseReservedInstanceOfferingResponse>;
async rejectInboundConnection(params: RejectInboundConnectionRequest, opts?: client.RequestOptions): Promise<RejectInboundConnectionResponse>;
async removeTags(params: RemoveTagsRequest, opts?: client.RequestOptions): Promise<void>;
async revokeVpcEndpointAccess(params: RevokeVpcEndpointAccessRequest, opts?: client.RequestOptions): Promise<void>;
async startServiceSoftwareUpdate(params: StartServiceSoftwareUpdateRequest, opts?: client.RequestOptions): Promise<StartServiceSoftwareUpdateResponse>;
async updateDomainConfig(params: UpdateDomainConfigRequest, opts?: client.RequestOptions): Promise<UpdateDomainConfigResponse>;
async updatePackage(params: UpdatePackageRequest, opts?: client.RequestOptions): Promise<UpdatePackageResponse>;
async updateScheduledAction(params: UpdateScheduledActionRequest, opts?: client.RequestOptions): Promise<UpdateScheduledActionResponse>;
async updateVpcEndpoint(params: UpdateVpcEndpointRequest, opts?: client.RequestOptions): Promise<UpdateVpcEndpointResponse>;
async upgradeDomain(params: UpgradeDomainRequest, opts?: client.RequestOptions): Promise<UpgradeDomainResponse>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

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

§Methods

§

Allows the destination Amazon OpenSearch Service domain owner to accept an inbound cross-cluster search connection request. For more information, see Cross-cluster search for Amazon OpenSearch Service.

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

Attaches tags to an existing Amazon OpenSearch Service domain. Tags are a set of case-sensitive key-value pairs. A domain can have up to 10 tags. For more information, see Tagging Amazon OpenSearch Service domains.

§

Associates a package with an Amazon OpenSearch Service domain. For more information, see Custom packages for Amazon OpenSearch Service.

§

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 OpenSearch Service domain. You can only perform this operation before the AutomatedUpdateDate and when the domain's UpdateStatus is PENDING_UPDATE. For more information, see Service software updates in Amazon OpenSearch Service.

§

Creates an Amazon OpenSearch Service domain. For more information, see Creating and managing Amazon OpenSearch Service domains.

§

Creates a new cross-cluster search connection from a source Amazon OpenSearch Service domain to a destination domain. For more information, see Cross-cluster search for Amazon OpenSearch Service.

§

Creates a package for use with Amazon OpenSearch Service domains. For more information, see Custom packages for Amazon OpenSearch Service.

§

Creates an Amazon OpenSearch Service-managed VPC endpoint.

§

Deletes an Amazon OpenSearch Service domain and all of its data. You can't recover a domain after you delete it.

§

Allows the destination Amazon OpenSearch Service domain owner to delete an existing inbound cross-cluster search connection. For more information, see Cross-cluster search for Amazon OpenSearch Service.

§

Allows the source Amazon OpenSearch Service domain owner to delete an existing outbound cross-cluster search connection. For more information, see Cross-cluster search for Amazon OpenSearch Service.

§

Deletes an Amazon OpenSearch Service package. For more information, see Custom packages for Amazon OpenSearch Service.

§

Deletes an Amazon OpenSearch Service-managed interface VPC endpoint.

§

Describes the domain configuration for the specified Amazon OpenSearch Service domain, including the domain ID, domain service endpoint, and domain ARN.

§

Returns the list of optimizations that Auto-Tune has made to an Amazon OpenSearch Service domain. For more information, see Auto-Tune for Amazon OpenSearch Service.

§

Returns information about the current blue/green deployment happening on an Amazon OpenSearch Service domain. For more information, see Making configuration changes in Amazon OpenSearch Service.

§

Returns the configuration of an Amazon OpenSearch Service domain.

§

Returns domain configuration information about the specified Amazon OpenSearch Service domains.

§

Describes the progress of a pre-update dry run analysis on an Amazon OpenSearch Service domain. For more information, see Determining whether a change will cause a blue/green deployment.

§

Lists all the inbound cross-cluster search connections for a destination (remote) Amazon OpenSearch Service domain. For more information, see Cross-cluster search for Amazon OpenSearch Service.

§

Describes the instance count, storage, and master node limits for a given OpenSearch or Elasticsearch version and instance type.

§

Lists all the outbound cross-cluster connections for a local (source) Amazon OpenSearch Service domain. For more information, see Cross-cluster search for Amazon OpenSearch Service.

§

Describes all packages available to OpenSearch Service. For more information, see Custom packages for Amazon OpenSearch Service.

§

Describes the available Amazon OpenSearch Service Reserved Instance offerings for a given Region. For more information, see Reserved Instances in Amazon OpenSearch Service.

§

Describes the Amazon OpenSearch Service instances that you have reserved in a given Region. For more information, see Reserved Instances in Amazon OpenSearch Service.

§

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

§

Removes a package from the specified Amazon OpenSearch Service domain. The package can't be in use with any OpenSearch index for the dissociation to succeed. The package is still available in OpenSearch Service for association later. For more information, see Custom packages for Amazon OpenSearch Service.

§

Returns a map of OpenSearch or Elasticsearch versions and the versions you can upgrade them to.

§

Returns a list of Amazon OpenSearch Service package versions, along with their creation time and commit message. For more information, see Custom packages for Amazon OpenSearch Service.

§

Retrieves the complete history of the last 10 upgrades performed on an Amazon OpenSearch Service domain.

§

Returns the most recent status of the last upgrade or upgrade eligibility check performed on an Amazon OpenSearch Service domain.

§

Returns the names of all Amazon OpenSearch Service domains owned by the current user in the active Region.

§

Lists all Amazon OpenSearch Service domains associated with a given package. For more information, see Custom packages for Amazon OpenSearch Service.

§

Lists all instance types and available features for a given OpenSearch or Elasticsearch version.

§

Lists all packages associated with an Amazon OpenSearch Service domain. For more information, see Custom packages for Amazon OpenSearch Service.

§

Retrieves a list of configuration changes that are scheduled for a domain. These changes can be service software updates or blue/green Auto-Tune enhancements.

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

Returns all resource tags for an Amazon OpenSearch Service domain. For more information, see Tagging Amazon OpenSearch Service domains.

§

Lists all versions of OpenSearch and Elasticsearch that Amazon OpenSearch Service supports.

§

Retrieves information about each Amazon Web Services 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 Amazon Web Services account and Region.

§

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

§

Allows you to purchase Amazon OpenSearch Service Reserved Instances.

§

Allows the remote Amazon OpenSearch Service domain owner to reject an inbound cross-cluster connection request.

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

Removes the specified set of tags from an Amazon OpenSearch Service domain. For more information, see Tagging Amazon OpenSearch Service domains.

§
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 OpenSearch Service domain. For more information, see Service software updates in Amazon OpenSearch Service.

§

Modifies the cluster configuration of the specified Amazon OpenSearch Service domain.

§

Updates a package for use with Amazon OpenSearch Service domains. For more information, see Custom packages for Amazon OpenSearch Service.

§

Reschedules a planned domain configuration change for a later time. This change can be a scheduled service software update or a blue/green Auto-Tune enhancement.

§

Modifies an Amazon OpenSearch Service-managed interface VPC endpoint.

§

Allows you to either upgrade your Amazon OpenSearch Service domain or perform an upgrade eligibility check to a compatible version of OpenSearch or Elasticsearch.

§Static Properties