AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Implementation for accessing OpenSearchService
Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains. The endpoint for configuration service requests is Region specific: es.region.amazonaws.com. For example, es.us-east-1.amazonaws.com. For a current list of supported Regions and endpoints, see Amazon Web Services service endpoints.Namespace: Amazon.OpenSearchService
Assembly: AWSSDK.OpenSearchService.dll
Version: 3.x.y.z
public class AmazonOpenSearchServiceClient : AmazonServiceClient IAmazonOpenSearchService, IAmazonService, IDisposable
The AmazonOpenSearchServiceClient type exposes the following members
Name | Description | |
---|---|---|
![]() |
AmazonOpenSearchServiceClient() |
Constructs AmazonOpenSearchServiceClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
![]() |
AmazonOpenSearchServiceClient(RegionEndpoint) |
Constructs AmazonOpenSearchServiceClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
![]() |
AmazonOpenSearchServiceClient(AmazonOpenSearchServiceConfig) |
Constructs AmazonOpenSearchServiceClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
![]() |
AmazonOpenSearchServiceClient(AWSCredentials) |
Constructs AmazonOpenSearchServiceClient with AWS Credentials |
![]() |
AmazonOpenSearchServiceClient(AWSCredentials, RegionEndpoint) |
Constructs AmazonOpenSearchServiceClient with AWS Credentials |
![]() |
AmazonOpenSearchServiceClient(AWSCredentials, AmazonOpenSearchServiceConfig) |
Constructs AmazonOpenSearchServiceClient with AWS Credentials and an AmazonOpenSearchServiceClient Configuration object. |
![]() |
AmazonOpenSearchServiceClient(string, string) |
Constructs AmazonOpenSearchServiceClient with AWS Access Key ID and AWS Secret Key |
![]() |
AmazonOpenSearchServiceClient(string, string, RegionEndpoint) |
Constructs AmazonOpenSearchServiceClient with AWS Access Key ID and AWS Secret Key |
![]() |
AmazonOpenSearchServiceClient(string, string, AmazonOpenSearchServiceConfig) |
Constructs AmazonOpenSearchServiceClient with AWS Access Key ID, AWS Secret Key and an AmazonOpenSearchServiceClient Configuration object. |
![]() |
AmazonOpenSearchServiceClient(string, string, string) |
Constructs AmazonOpenSearchServiceClient with AWS Access Key ID and AWS Secret Key |
![]() |
AmazonOpenSearchServiceClient(string, string, string, RegionEndpoint) |
Constructs AmazonOpenSearchServiceClient with AWS Access Key ID and AWS Secret Key |
![]() |
AmazonOpenSearchServiceClient(string, string, string, AmazonOpenSearchServiceConfig) |
Constructs AmazonOpenSearchServiceClient with AWS Access Key ID, AWS Secret Key and an AmazonOpenSearchServiceClient Configuration object. |
Name | Type | Description | |
---|---|---|---|
![]() |
Config | Amazon.Runtime.IClientConfig | Inherited from Amazon.Runtime.AmazonServiceClient. |
![]() |
Paginators | Amazon.OpenSearchService.Model.IOpenSearchServicePaginatorFactory |
Paginators for the service |
Name | Description | |
---|---|---|
![]() |
AcceptInboundConnection(AcceptInboundConnectionRequest) |
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. |
![]() |
AcceptInboundConnectionAsync(AcceptInboundConnectionRequest, CancellationToken) |
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. |
![]() |
AddDataSource(AddDataSourceRequest) |
Creates a new direct-query data source to the specified domain. For more information, see Creating Amazon OpenSearch Service data source integrations with Amazon S3. |
![]() |
AddDataSourceAsync(AddDataSourceRequest, CancellationToken) |
Creates a new direct-query data source to the specified domain. For more information, see Creating Amazon OpenSearch Service data source integrations with Amazon S3. |
![]() |
AddDirectQueryDataSource(AddDirectQueryDataSourceRequest) |
Adds a new data source in Amazon OpenSearch Service so that you can perform direct queries on external data. |
![]() |
AddDirectQueryDataSourceAsync(AddDirectQueryDataSourceRequest, CancellationToken) |
Adds a new data source in Amazon OpenSearch Service so that you can perform direct queries on external data. |
![]() |
AddTags(AddTagsRequest) |
Attaches tags to an existing Amazon OpenSearch Service domain, data source, or application. Tags are a set of case-sensitive key-value pairs. A domain, data source, or application can have up to 10 tags. For more information, see Tagging Amazon OpenSearch Service resources. |
![]() |
AddTagsAsync(AddTagsRequest, CancellationToken) |
Attaches tags to an existing Amazon OpenSearch Service domain, data source, or application. Tags are a set of case-sensitive key-value pairs. A domain, data source, or application can have up to 10 tags. For more information, see Tagging Amazon OpenSearch Service resources. |
![]() |
AssociatePackage(AssociatePackageRequest) |
Associates a package with an Amazon OpenSearch Service domain. For more information, see Custom packages for Amazon OpenSearch Service. |
![]() |
AssociatePackageAsync(AssociatePackageRequest, CancellationToken) |
Associates a package with an Amazon OpenSearch Service domain. For more information, see Custom packages for Amazon OpenSearch Service. |
![]() |
AssociatePackages(AssociatePackagesRequest) |
Operation in the Amazon OpenSearch Service API for associating multiple packages with a domain simultaneously. |
![]() |
AssociatePackagesAsync(AssociatePackagesRequest, CancellationToken) |
Operation in the Amazon OpenSearch Service API for associating multiple packages with a domain simultaneously. |
![]() |
AuthorizeVpcEndpointAccess(AuthorizeVpcEndpointAccessRequest) |
Provides access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint. |
![]() |
AuthorizeVpcEndpointAccessAsync(AuthorizeVpcEndpointAccessRequest, CancellationToken) |
Provides access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint. |
![]() |
CancelDomainConfigChange(CancelDomainConfigChangeRequest) |
Cancels a pending configuration change on an Amazon OpenSearch Service domain. |
![]() |
CancelDomainConfigChangeAsync(CancelDomainConfigChangeRequest, CancellationToken) |
Cancels a pending configuration change on an Amazon OpenSearch Service domain. |
![]() |
CancelServiceSoftwareUpdate(CancelServiceSoftwareUpdateRequest) |
Cancels a scheduled service software update for an Amazon OpenSearch Service domain.
You can only perform this operation before the |
![]() |
CancelServiceSoftwareUpdateAsync(CancelServiceSoftwareUpdateRequest, CancellationToken) |
Cancels a scheduled service software update for an Amazon OpenSearch Service domain.
You can only perform this operation before the |
![]() |
CreateApplication(CreateApplicationRequest) |
Creates an OpenSearch Application. |
![]() |
CreateApplicationAsync(CreateApplicationRequest, CancellationToken) |
Creates an OpenSearch Application. |
![]() |
CreateDomain(CreateDomainRequest) |
Creates an Amazon OpenSearch Service domain. For more information, see Creating and managing Amazon OpenSearch Service domains. |
![]() |
CreateDomainAsync(CreateDomainRequest, CancellationToken) |
Creates an Amazon OpenSearch Service domain. For more information, see Creating and managing Amazon OpenSearch Service domains. |
![]() |
CreateOutboundConnection(CreateOutboundConnectionRequest) |
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. |
![]() |
CreateOutboundConnectionAsync(CreateOutboundConnectionRequest, CancellationToken) |
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. |
![]() |
CreatePackage(CreatePackageRequest) |
Creates a package for use with Amazon OpenSearch Service domains. For more information, see Custom packages for Amazon OpenSearch Service. |
![]() |
CreatePackageAsync(CreatePackageRequest, CancellationToken) |
Creates a package for use with Amazon OpenSearch Service domains. For more information, see Custom packages for Amazon OpenSearch Service. |
![]() |
CreateVpcEndpoint(CreateVpcEndpointRequest) |
Creates an Amazon OpenSearch Service-managed VPC endpoint. |
![]() |
CreateVpcEndpointAsync(CreateVpcEndpointRequest, CancellationToken) |
Creates an Amazon OpenSearch Service-managed VPC endpoint. |
![]() |
DeleteApplication(DeleteApplicationRequest) |
Deletes an existing OpenSearch Application. |
![]() |
DeleteApplicationAsync(DeleteApplicationRequest, CancellationToken) |
Deletes an existing OpenSearch Application. |
![]() |
DeleteDataSource(DeleteDataSourceRequest) |
Deletes a direct-query data source. For more information, see Deleting an Amazon OpenSearch Service data source with Amazon S3. |
![]() |
DeleteDataSourceAsync(DeleteDataSourceRequest, CancellationToken) |
Deletes a direct-query data source. For more information, see Deleting an Amazon OpenSearch Service data source with Amazon S3. |
![]() |
DeleteDirectQueryDataSource(DeleteDirectQueryDataSourceRequest) |
Deletes a previously configured direct query data source from Amazon OpenSearch Service. |
![]() |
DeleteDirectQueryDataSourceAsync(DeleteDirectQueryDataSourceRequest, CancellationToken) |
Deletes a previously configured direct query data source from Amazon OpenSearch Service. |
![]() |
DeleteDomain(DeleteDomainRequest) |
Deletes an Amazon OpenSearch Service domain and all of its data. You can't recover a domain after you delete it. |
![]() |
DeleteDomainAsync(DeleteDomainRequest, CancellationToken) |
Deletes an Amazon OpenSearch Service domain and all of its data. You can't recover a domain after you delete it. |
![]() |
DeleteInboundConnection(DeleteInboundConnectionRequest) |
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. |
![]() |
DeleteInboundConnectionAsync(DeleteInboundConnectionRequest, CancellationToken) |
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. |
![]() |
DeleteOutboundConnection(DeleteOutboundConnectionRequest) |
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. |
![]() |
DeleteOutboundConnectionAsync(DeleteOutboundConnectionRequest, CancellationToken) |
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. |
![]() |
DeletePackage(DeletePackageRequest) |
Deletes an Amazon OpenSearch Service package. For more information, see Custom packages for Amazon OpenSearch Service. |
![]() |
DeletePackageAsync(DeletePackageRequest, CancellationToken) |
Deletes an Amazon OpenSearch Service package. For more information, see Custom packages for Amazon OpenSearch Service. |
![]() |
DeleteVpcEndpoint(DeleteVpcEndpointRequest) |
Deletes an Amazon OpenSearch Service-managed interface VPC endpoint. |
![]() |
DeleteVpcEndpointAsync(DeleteVpcEndpointRequest, CancellationToken) |
Deletes an Amazon OpenSearch Service-managed interface VPC endpoint. |
![]() |
DescribeDomain(DescribeDomainRequest) |
Describes the domain configuration for the specified Amazon OpenSearch Service domain, including the domain ID, domain service endpoint, and domain ARN. |
![]() |
DescribeDomainAsync(DescribeDomainRequest, CancellationToken) |
Describes the domain configuration for the specified Amazon OpenSearch Service domain, including the domain ID, domain service endpoint, and domain ARN. |
![]() |
DescribeDomainAutoTunes(DescribeDomainAutoTunesRequest) |
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. |
![]() |
DescribeDomainAutoTunesAsync(DescribeDomainAutoTunesRequest, CancellationToken) |
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. |
![]() |
DescribeDomainChangeProgress(DescribeDomainChangeProgressRequest) |
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. |
![]() |
DescribeDomainChangeProgressAsync(DescribeDomainChangeProgressRequest, CancellationToken) |
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. |
![]() |
DescribeDomainConfig(DescribeDomainConfigRequest) |
Returns the configuration of an Amazon OpenSearch Service domain. |
![]() |
DescribeDomainConfigAsync(DescribeDomainConfigRequest, CancellationToken) |
Returns the configuration of an Amazon OpenSearch Service domain. |
![]() |
DescribeDomainHealth(DescribeDomainHealthRequest) |
Returns information about domain and node health, the standby Availability Zone, number of nodes per Availability Zone, and shard count per node. |
![]() |
DescribeDomainHealthAsync(DescribeDomainHealthRequest, CancellationToken) |
Returns information about domain and node health, the standby Availability Zone, number of nodes per Availability Zone, and shard count per node. |
![]() |
DescribeDomainNodes(DescribeDomainNodesRequest) |
Returns information about domain and nodes, including data nodes, master nodes, ultrawarm nodes, Availability Zone(s), standby nodes, node configurations, and node states. |
![]() |
DescribeDomainNodesAsync(DescribeDomainNodesRequest, CancellationToken) |
Returns information about domain and nodes, including data nodes, master nodes, ultrawarm nodes, Availability Zone(s), standby nodes, node configurations, and node states. |
![]() |
DescribeDomains(DescribeDomainsRequest) |
Returns domain configuration information about the specified Amazon OpenSearch Service domains. |
![]() |
DescribeDomainsAsync(DescribeDomainsRequest, CancellationToken) |
Returns domain configuration information about the specified Amazon OpenSearch Service domains. |
![]() |
DescribeDryRunProgress(DescribeDryRunProgressRequest) |
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. |
![]() |
DescribeDryRunProgressAsync(DescribeDryRunProgressRequest, CancellationToken) |
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. |
![]() |
DescribeInboundConnections(DescribeInboundConnectionsRequest) |
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. |
![]() |
DescribeInboundConnectionsAsync(DescribeInboundConnectionsRequest, CancellationToken) |
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. |
![]() |
DescribeInstanceTypeLimits(DescribeInstanceTypeLimitsRequest) |
Describes the instance count, storage, and master node limits for a given OpenSearch or Elasticsearch version and instance type. |
![]() |
DescribeInstanceTypeLimitsAsync(DescribeInstanceTypeLimitsRequest, CancellationToken) |
Describes the instance count, storage, and master node limits for a given OpenSearch or Elasticsearch version and instance type. |
![]() |
DescribeOutboundConnections(DescribeOutboundConnectionsRequest) |
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. |
![]() |
DescribeOutboundConnectionsAsync(DescribeOutboundConnectionsRequest, CancellationToken) |
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. |
![]() |
DescribePackages(DescribePackagesRequest) |
Describes all packages available to OpenSearch Service. For more information, see Custom packages for Amazon OpenSearch Service. |
![]() |
DescribePackagesAsync(DescribePackagesRequest, CancellationToken) |
Describes all packages available to OpenSearch Service. For more information, see Custom packages for Amazon OpenSearch Service. |
![]() |
DescribeReservedInstanceOfferings(DescribeReservedInstanceOfferingsRequest) |
Describes the available Amazon OpenSearch Service Reserved Instance offerings for a given Region. For more information, see Reserved Instances in Amazon OpenSearch Service. |
![]() |
DescribeReservedInstanceOfferingsAsync(DescribeReservedInstanceOfferingsRequest, CancellationToken) |
Describes the available Amazon OpenSearch Service Reserved Instance offerings for a given Region. For more information, see Reserved Instances in Amazon OpenSearch Service. |
![]() |
DescribeReservedInstances(DescribeReservedInstancesRequest) |
Describes the Amazon OpenSearch Service instances that you have reserved in a given Region. For more information, see Reserved Instances in Amazon OpenSearch Service. |
![]() |
DescribeReservedInstancesAsync(DescribeReservedInstancesRequest, CancellationToken) |
Describes the Amazon OpenSearch Service instances that you have reserved in a given Region. For more information, see Reserved Instances in Amazon OpenSearch Service. |
![]() |
DescribeVpcEndpoints(DescribeVpcEndpointsRequest) |
Describes one or more Amazon OpenSearch Service-managed VPC endpoints. |
![]() |
DescribeVpcEndpointsAsync(DescribeVpcEndpointsRequest, CancellationToken) |
Describes one or more Amazon OpenSearch Service-managed VPC endpoints. |
![]() |
DetermineServiceOperationEndpoint(AmazonWebServiceRequest) |
Returns the endpoint that will be used for a particular request. |
![]() |
Dispose() | Inherited from Amazon.Runtime.AmazonServiceClient. |
![]() |
DissociatePackage(DissociatePackageRequest) |
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. |
![]() |
DissociatePackageAsync(DissociatePackageRequest, CancellationToken) |
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. |
![]() |
DissociatePackages(DissociatePackagesRequest) |
Dissociates multiple packages from a domain simulatneously. |
![]() |
DissociatePackagesAsync(DissociatePackagesRequest, CancellationToken) |
Dissociates multiple packages from a domain simulatneously. |
![]() |
GetApplication(GetApplicationRequest) |
Check the configuration and status of an existing OpenSearch Application. |
![]() |
GetApplicationAsync(GetApplicationRequest, CancellationToken) |
Check the configuration and status of an existing OpenSearch Application. |
![]() |
GetCompatibleVersions(GetCompatibleVersionsRequest) |
Returns a map of OpenSearch or Elasticsearch versions and the versions you can upgrade them to. |
![]() |
GetCompatibleVersionsAsync(GetCompatibleVersionsRequest, CancellationToken) |
Returns a map of OpenSearch or Elasticsearch versions and the versions you can upgrade them to. |
![]() |
GetDataSource(GetDataSourceRequest) |
Retrieves information about a direct query data source. |
![]() |
GetDataSourceAsync(GetDataSourceRequest, CancellationToken) |
Retrieves information about a direct query data source. |
![]() |
GetDirectQueryDataSource(GetDirectQueryDataSourceRequest) |
Returns detailed configuration information for a specific direct query data source in Amazon OpenSearch Service. |
![]() |
GetDirectQueryDataSourceAsync(GetDirectQueryDataSourceRequest, CancellationToken) |
Returns detailed configuration information for a specific direct query data source in Amazon OpenSearch Service. |
![]() |
GetDomainMaintenanceStatus(GetDomainMaintenanceStatusRequest) |
The status of the maintenance action. |
![]() |
GetDomainMaintenanceStatusAsync(GetDomainMaintenanceStatusRequest, CancellationToken) |
The status of the maintenance action. |
![]() |
GetPackageVersionHistory(GetPackageVersionHistoryRequest) |
Returns a list of Amazon OpenSearch Service package versions, along with their creation time, commit message, and plugin properties (if the package is a zip plugin package). For more information, see Custom packages for Amazon OpenSearch Service. |
![]() |
GetPackageVersionHistoryAsync(GetPackageVersionHistoryRequest, CancellationToken) |
Returns a list of Amazon OpenSearch Service package versions, along with their creation time, commit message, and plugin properties (if the package is a zip plugin package). For more information, see Custom packages for Amazon OpenSearch Service. |
![]() |
GetUpgradeHistory(GetUpgradeHistoryRequest) |
Retrieves the complete history of the last 10 upgrades performed on an Amazon OpenSearch Service domain. |
![]() |
GetUpgradeHistoryAsync(GetUpgradeHistoryRequest, CancellationToken) |
Retrieves the complete history of the last 10 upgrades performed on an Amazon OpenSearch Service domain. |
![]() |
GetUpgradeStatus(GetUpgradeStatusRequest) |
Returns the most recent status of the last upgrade or upgrade eligibility check performed on an Amazon OpenSearch Service domain. |
![]() |
GetUpgradeStatusAsync(GetUpgradeStatusRequest, CancellationToken) |
Returns the most recent status of the last upgrade or upgrade eligibility check performed on an Amazon OpenSearch Service domain. |
![]() |
ListApplications(ListApplicationsRequest) |
List all OpenSearch Applications under your account. |
![]() |
ListApplicationsAsync(ListApplicationsRequest, CancellationToken) |
List all OpenSearch Applications under your account. |
![]() |
ListDataSources(ListDataSourcesRequest) |
Lists direct-query data sources for a specific domain. For more information, see For more information, see Working with Amazon OpenSearch Service direct queries with Amazon S3. |
![]() |
ListDataSourcesAsync(ListDataSourcesRequest, CancellationToken) |
Lists direct-query data sources for a specific domain. For more information, see For more information, see Working with Amazon OpenSearch Service direct queries with Amazon S3. |
![]() |
ListDirectQueryDataSources(ListDirectQueryDataSourcesRequest) |
Lists an inventory of all the direct query data sources that you have configured within Amazon OpenSearch Service. |
![]() |
ListDirectQueryDataSourcesAsync(ListDirectQueryDataSourcesRequest, CancellationToken) |
Lists an inventory of all the direct query data sources that you have configured within Amazon OpenSearch Service. |
![]() |
ListDomainMaintenances(ListDomainMaintenancesRequest) |
A list of maintenance actions for the domain. |
![]() |
ListDomainMaintenancesAsync(ListDomainMaintenancesRequest, CancellationToken) |
A list of maintenance actions for the domain. |
![]() |
ListDomainNames(ListDomainNamesRequest) |
Returns the names of all Amazon OpenSearch Service domains owned by the current user in the active Region. |
![]() |
ListDomainNamesAsync(ListDomainNamesRequest, CancellationToken) |
Returns the names of all Amazon OpenSearch Service domains owned by the current user in the active Region. |
![]() |
ListDomainsForPackage(ListDomainsForPackageRequest) |
Lists all Amazon OpenSearch Service domains associated with a given package. For more information, see Custom packages for Amazon OpenSearch Service. |
![]() |
ListDomainsForPackageAsync(ListDomainsForPackageRequest, CancellationToken) |
Lists all Amazon OpenSearch Service domains associated with a given package. For more information, see Custom packages for Amazon OpenSearch Service. |
![]() |
ListInstanceTypeDetails(ListInstanceTypeDetailsRequest) |
Lists all instance types and available features for a given OpenSearch or Elasticsearch version. |
![]() |
ListInstanceTypeDetailsAsync(ListInstanceTypeDetailsRequest, CancellationToken) |
Lists all instance types and available features for a given OpenSearch or Elasticsearch version. |
![]() |
ListPackagesForDomain(ListPackagesForDomainRequest) |
Lists all packages associated with an Amazon OpenSearch Service domain. For more information, see Custom packages for Amazon OpenSearch Service. |
![]() |
ListPackagesForDomainAsync(ListPackagesForDomainRequest, CancellationToken) |
Lists all packages associated with an Amazon OpenSearch Service domain. For more information, see Custom packages for Amazon OpenSearch Service. |
![]() |
ListScheduledActions(ListScheduledActionsRequest) |
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. |
![]() |
ListScheduledActionsAsync(ListScheduledActionsRequest, CancellationToken) |
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(ListTagsRequest) |
Returns all resource tags for an Amazon OpenSearch Service domain, data source, or application. For more information, see Tagging Amazon OpenSearch Service resources. |
![]() |
ListTagsAsync(ListTagsRequest, CancellationToken) |
Returns all resource tags for an Amazon OpenSearch Service domain, data source, or application. For more information, see Tagging Amazon OpenSearch Service resources. |
![]() |
ListVersions(ListVersionsRequest) |
Lists all versions of OpenSearch and Elasticsearch that Amazon OpenSearch Service supports. |
![]() |
ListVersionsAsync(ListVersionsRequest, CancellationToken) |
Lists all versions of OpenSearch and Elasticsearch that Amazon OpenSearch Service supports. |
![]() |
ListVpcEndpointAccess(ListVpcEndpointAccessRequest) |
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. |
![]() |
ListVpcEndpointAccessAsync(ListVpcEndpointAccessRequest, CancellationToken) |
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. |
![]() |
ListVpcEndpoints(ListVpcEndpointsRequest) |
Retrieves all Amazon OpenSearch Service-managed VPC endpoints in the current Amazon Web Services account and Region. |
![]() |
ListVpcEndpointsAsync(ListVpcEndpointsRequest, CancellationToken) |
Retrieves all Amazon OpenSearch Service-managed VPC endpoints in the current Amazon Web Services account and Region. |
![]() |
ListVpcEndpointsForDomain(ListVpcEndpointsForDomainRequest) |
Retrieves all Amazon OpenSearch Service-managed VPC endpoints associated with a particular domain. |
![]() |
ListVpcEndpointsForDomainAsync(ListVpcEndpointsForDomainRequest, CancellationToken) |
Retrieves all Amazon OpenSearch Service-managed VPC endpoints associated with a particular domain. |
![]() |
PurchaseReservedInstanceOffering(PurchaseReservedInstanceOfferingRequest) |
Allows you to purchase Amazon OpenSearch Service Reserved Instances. |
![]() |
PurchaseReservedInstanceOfferingAsync(PurchaseReservedInstanceOfferingRequest, CancellationToken) |
Allows you to purchase Amazon OpenSearch Service Reserved Instances. |
![]() |
RejectInboundConnection(RejectInboundConnectionRequest) |
Allows the remote Amazon OpenSearch Service domain owner to reject an inbound cross-cluster connection request. |
![]() |
RejectInboundConnectionAsync(RejectInboundConnectionRequest, CancellationToken) |
Allows the remote Amazon OpenSearch Service domain owner to reject an inbound cross-cluster connection request. |
![]() |
RemoveTags(RemoveTagsRequest) |
Removes the specified set of tags from an Amazon OpenSearch Service domain, data source, or application. For more information, see Tagging Amazon OpenSearch Service resources. |
![]() |
RemoveTagsAsync(RemoveTagsRequest, CancellationToken) |
Removes the specified set of tags from an Amazon OpenSearch Service domain, data source, or application. For more information, see Tagging Amazon OpenSearch Service resources. |
![]() |
RevokeVpcEndpointAccess(RevokeVpcEndpointAccessRequest) |
Revokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint. |
![]() |
RevokeVpcEndpointAccessAsync(RevokeVpcEndpointAccessRequest, CancellationToken) |
Revokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint. |
![]() |
StartDomainMaintenance(StartDomainMaintenanceRequest) |
Starts the node maintenance process on the data node. These processes can include a node reboot, an Opensearch or Elasticsearch process restart, or a Dashboard or Kibana restart. |
![]() |
StartDomainMaintenanceAsync(StartDomainMaintenanceRequest, CancellationToken) |
Starts the node maintenance process on the data node. These processes can include a node reboot, an Opensearch or Elasticsearch process restart, or a Dashboard or Kibana restart. |
![]() |
StartServiceSoftwareUpdate(StartServiceSoftwareUpdateRequest) |
Schedules a service software update for an Amazon OpenSearch Service domain. For more information, see Service software updates in Amazon OpenSearch Service. |
![]() |
StartServiceSoftwareUpdateAsync(StartServiceSoftwareUpdateRequest, CancellationToken) |
Schedules a service software update for an Amazon OpenSearch Service domain. For more information, see Service software updates in Amazon OpenSearch Service. |
![]() |
UpdateApplication(UpdateApplicationRequest) |
Update the OpenSearch Application. |
![]() |
UpdateApplicationAsync(UpdateApplicationRequest, CancellationToken) |
Update the OpenSearch Application. |
![]() |
UpdateDataSource(UpdateDataSourceRequest) |
Updates a direct-query data source. For more information, see Working with Amazon OpenSearch Service data source integrations with Amazon S3. |
![]() |
UpdateDataSourceAsync(UpdateDataSourceRequest, CancellationToken) |
Updates a direct-query data source. For more information, see Working with Amazon OpenSearch Service data source integrations with Amazon S3. |
![]() |
UpdateDirectQueryDataSource(UpdateDirectQueryDataSourceRequest) |
Updates the configuration or properties of an existing direct query data source in Amazon OpenSearch Service. |
![]() |
UpdateDirectQueryDataSourceAsync(UpdateDirectQueryDataSourceRequest, CancellationToken) |
Updates the configuration or properties of an existing direct query data source in Amazon OpenSearch Service. |
![]() |
UpdateDomainConfig(UpdateDomainConfigRequest) |
Modifies the cluster configuration of the specified Amazon OpenSearch Service domain. |
![]() |
UpdateDomainConfigAsync(UpdateDomainConfigRequest, CancellationToken) |
Modifies the cluster configuration of the specified Amazon OpenSearch Service domain. |
![]() |
UpdatePackage(UpdatePackageRequest) |
Updates a package for use with Amazon OpenSearch Service domains. For more information, see Custom packages for Amazon OpenSearch Service. |
![]() |
UpdatePackageAsync(UpdatePackageRequest, CancellationToken) |
Updates a package for use with Amazon OpenSearch Service domains. For more information, see Custom packages for Amazon OpenSearch Service. |
![]() |
UpdatePackageScope(UpdatePackageScopeRequest) |
Updates the scope of a package. Scope of the package defines users who can view and associate a package. |
![]() |
UpdatePackageScopeAsync(UpdatePackageScopeRequest, CancellationToken) |
Updates the scope of a package. Scope of the package defines users who can view and associate a package. |
![]() |
UpdateScheduledAction(UpdateScheduledActionRequest) |
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. |
![]() |
UpdateScheduledActionAsync(UpdateScheduledActionRequest, CancellationToken) |
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. |
![]() |
UpdateVpcEndpoint(UpdateVpcEndpointRequest) |
Modifies an Amazon OpenSearch Service-managed interface VPC endpoint. |
![]() |
UpdateVpcEndpointAsync(UpdateVpcEndpointRequest, CancellationToken) |
Modifies an Amazon OpenSearch Service-managed interface VPC endpoint. |
![]() |
UpgradeDomain(UpgradeDomainRequest) |
Allows you to either upgrade your Amazon OpenSearch Service domain or perform an upgrade eligibility check to a compatible version of OpenSearch or Elasticsearch. |
![]() |
UpgradeDomainAsync(UpgradeDomainRequest, CancellationToken) |
Allows you to either upgrade your Amazon OpenSearch Service domain or perform an upgrade eligibility check to a compatible version of OpenSearch or Elasticsearch. |
Name | Description | |
---|---|---|
![]() |
AfterResponseEvent | Inherited from Amazon.Runtime.AmazonServiceClient. |
![]() |
BeforeRequestEvent | Inherited from Amazon.Runtime.AmazonServiceClient. |
![]() |
ExceptionEvent | Inherited from Amazon.Runtime.AmazonServiceClient. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5