<?php
namespace Aws\ElasticsearchService;
use Aws\AwsClient;
/**
* This client is used to interact with the **Amazon Elasticsearch Service** service.
*
* @method \Aws\Result acceptInboundCrossClusterSearchConnection(array $args = [])
* @method \GuzzleHttp\Promise\Promise acceptInboundCrossClusterSearchConnectionAsync(array $args = [])
* @method \Aws\Result addTags(array $args = [])
* @method \GuzzleHttp\Promise\Promise addTagsAsync(array $args = [])
* @method \Aws\Result associatePackage(array $args = [])
* @method \GuzzleHttp\Promise\Promise associatePackageAsync(array $args = [])
* @method \Aws\Result cancelElasticsearchServiceSoftwareUpdate(array $args = [])
* @method \GuzzleHttp\Promise\Promise cancelElasticsearchServiceSoftwareUpdateAsync(array $args = [])
* @method \Aws\Result createElasticsearchDomain(array $args = [])
* @method \GuzzleHttp\Promise\Promise createElasticsearchDomainAsync(array $args = [])
* @method \Aws\Result createOutboundCrossClusterSearchConnection(array $args = [])
* @method \GuzzleHttp\Promise\Promise createOutboundCrossClusterSearchConnectionAsync(array $args = [])
* @method \Aws\Result createPackage(array $args = [])
* @method \GuzzleHttp\Promise\Promise createPackageAsync(array $args = [])
* @method \Aws\Result deleteElasticsearchDomain(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteElasticsearchDomainAsync(array $args = [])
* @method \Aws\Result deleteElasticsearchServiceRole(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteElasticsearchServiceRoleAsync(array $args = [])
* @method \Aws\Result deleteInboundCrossClusterSearchConnection(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteInboundCrossClusterSearchConnectionAsync(array $args = [])
* @method \Aws\Result deleteOutboundCrossClusterSearchConnection(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteOutboundCrossClusterSearchConnectionAsync(array $args = [])
* @method \Aws\Result deletePackage(array $args = [])
* @method \GuzzleHttp\Promise\Promise deletePackageAsync(array $args = [])
* @method \Aws\Result describeDomainAutoTunes(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeDomainAutoTunesAsync(array $args = [])
* @method \Aws\Result describeElasticsearchDomain(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeElasticsearchDomainAsync(array $args = [])
* @method \Aws\Result describeElasticsearchDomainConfig(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeElasticsearchDomainConfigAsync(array $args = [])
* @method \Aws\Result describeElasticsearchDomains(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeElasticsearchDomainsAsync(array $args = [])
* @method \Aws\Result describeElasticsearchInstanceTypeLimits(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeElasticsearchInstanceTypeLimitsAsync(array $args = [])
* @method \Aws\Result describeInboundCrossClusterSearchConnections(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeInboundCrossClusterSearchConnectionsAsync(array $args = [])
* @method \Aws\Result describeOutboundCrossClusterSearchConnections(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeOutboundCrossClusterSearchConnectionsAsync(array $args = [])
* @method \Aws\Result describePackages(array $args = [])
* @method \GuzzleHttp\Promise\Promise describePackagesAsync(array $args = [])
* @method \Aws\Result describeReservedElasticsearchInstanceOfferings(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeReservedElasticsearchInstanceOfferingsAsync(array $args = [])
* @method \Aws\Result describeReservedElasticsearchInstances(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeReservedElasticsearchInstancesAsync(array $args = [])
* @method \Aws\Result dissociatePackage(array $args = [])
* @method \GuzzleHttp\Promise\Promise dissociatePackageAsync(array $args = [])
* @method \Aws\Result getCompatibleElasticsearchVersions(array $args = [])
* @method \GuzzleHttp\Promise\Promise getCompatibleElasticsearchVersionsAsync(array $args = [])
* @method \Aws\Result getPackageVersionHistory(array $args = [])
* @method \GuzzleHttp\Promise\Promise getPackageVersionHistoryAsync(array $args = [])
* @method \Aws\Result getUpgradeHistory(array $args = [])
* @method \GuzzleHttp\Promise\Promise getUpgradeHistoryAsync(array $args = [])
* @method \Aws\Result getUpgradeStatus(array $args = [])
* @method \GuzzleHttp\Promise\Promise getUpgradeStatusAsync(array $args = [])
* @method \Aws\Result listDomainNames(array $args = [])
* @method \GuzzleHttp\Promise\Promise listDomainNamesAsync(array $args = [])
* @method \Aws\Result listDomainsForPackage(array $args = [])
* @method \GuzzleHttp\Promise\Promise listDomainsForPackageAsync(array $args = [])
* @method \Aws\Result listElasticsearchInstanceTypes(array $args = [])
* @method \GuzzleHttp\Promise\Promise listElasticsearchInstanceTypesAsync(array $args = [])
* @method \Aws\Result listElasticsearchVersions(array $args = [])
* @method \GuzzleHttp\Promise\Promise listElasticsearchVersionsAsync(array $args = [])
* @method \Aws\Result listPackagesForDomain(array $args = [])
* @method \GuzzleHttp\Promise\Promise listPackagesForDomainAsync(array $args = [])
* @method \Aws\Result listTags(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsAsync(array $args = [])
* @method \Aws\Result purchaseReservedElasticsearchInstanceOffering(array $args = [])
* @method \GuzzleHttp\Promise\Promise purchaseReservedElasticsearchInstanceOfferingAsync(array $args = [])
* @method \Aws\Result rejectInboundCrossClusterSearchConnection(array $args = [])
* @method \GuzzleHttp\Promise\Promise rejectInboundCrossClusterSearchConnectionAsync(array $args = [])
* @method \Aws\Result removeTags(array $args = [])
* @method \GuzzleHttp\Promise\Promise removeTagsAsync(array $args = [])
* @method \Aws\Result startElasticsearchServiceSoftwareUpdate(array $args = [])
* @method \GuzzleHttp\Promise\Promise startElasticsearchServiceSoftwareUpdateAsync(array $args = [])
* @method \Aws\Result updateElasticsearchDomainConfig(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateElasticsearchDomainConfigAsync(array $args = [])
* @method \Aws\Result updatePackage(array $args = [])
* @method \GuzzleHttp\Promise\Promise updatePackageAsync(array $args = [])
* @method \Aws\Result upgradeElasticsearchDomain(array $args = [])
* @method \GuzzleHttp\Promise\Promise upgradeElasticsearchDomainAsync(array $args = [])
*/
class ElasticsearchServiceClient extends AwsClient {}