Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/ElasticsearchService/ElasticsearchServiceClient.php
Строк: 164
<?php
namespace AwsElasticsearchService;
use AwsAwsClient;
/**
* This client is used to interact with the **Amazon Elasticsearch Service** service.
*
* @method AwsResult acceptInboundCrossClusterSearchConnection(array $args = [])
* @method GuzzleHttpPromisePromise acceptInboundCrossClusterSearchConnectionAsync(array $args = [])
* @method AwsResult addTags(array $args = [])
* @method GuzzleHttpPromisePromise addTagsAsync(array $args = [])
* @method AwsResult associatePackage(array $args = [])
* @method GuzzleHttpPromisePromise associatePackageAsync(array $args = [])
* @method AwsResult cancelElasticsearchServiceSoftwareUpdate(array $args = [])
* @method GuzzleHttpPromisePromise cancelElasticsearchServiceSoftwareUpdateAsync(array $args = [])
* @method AwsResult createElasticsearchDomain(array $args = [])
* @method GuzzleHttpPromisePromise createElasticsearchDomainAsync(array $args = [])
* @method AwsResult createOutboundCrossClusterSearchConnection(array $args = [])
* @method GuzzleHttpPromisePromise createOutboundCrossClusterSearchConnectionAsync(array $args = [])
* @method AwsResult createPackage(array $args = [])
* @method GuzzleHttpPromisePromise createPackageAsync(array $args = [])
* @method AwsResult deleteElasticsearchDomain(array $args = [])
* @method GuzzleHttpPromisePromise deleteElasticsearchDomainAsync(array $args = [])
* @method AwsResult deleteElasticsearchServiceRole(array $args = [])
* @method GuzzleHttpPromisePromise deleteElasticsearchServiceRoleAsync(array $args = [])
* @method AwsResult deleteInboundCrossClusterSearchConnection(array $args = [])
* @method GuzzleHttpPromisePromise deleteInboundCrossClusterSearchConnectionAsync(array $args = [])
* @method AwsResult deleteOutboundCrossClusterSearchConnection(array $args = [])
* @method GuzzleHttpPromisePromise deleteOutboundCrossClusterSearchConnectionAsync(array $args = [])
* @method AwsResult deletePackage(array $args = [])
* @method GuzzleHttpPromisePromise deletePackageAsync(array $args = [])
* @method AwsResult describeElasticsearchDomain(array $args = [])
* @method GuzzleHttpPromisePromise describeElasticsearchDomainAsync(array $args = [])
* @method AwsResult describeElasticsearchDomainConfig(array $args = [])
* @method GuzzleHttpPromisePromise describeElasticsearchDomainConfigAsync(array $args = [])
* @method AwsResult describeElasticsearchDomains(array $args = [])
* @method GuzzleHttpPromisePromise describeElasticsearchDomainsAsync(array $args = [])
* @method AwsResult describeElasticsearchInstanceTypeLimits(array $args = [])
* @method GuzzleHttpPromisePromise describeElasticsearchInstanceTypeLimitsAsync(array $args = [])
* @method AwsResult describeInboundCrossClusterSearchConnections(array $args = [])
* @method GuzzleHttpPromisePromise describeInboundCrossClusterSearchConnectionsAsync(array $args = [])
* @method AwsResult describeOutboundCrossClusterSearchConnections(array $args = [])
* @method GuzzleHttpPromisePromise describeOutboundCrossClusterSearchConnectionsAsync(array $args = [])
* @method AwsResult describePackages(array $args = [])
* @method GuzzleHttpPromisePromise describePackagesAsync(array $args = [])
* @method AwsResult describeReservedElasticsearchInstanceOfferings(array $args = [])
* @method GuzzleHttpPromisePromise describeReservedElasticsearchInstanceOfferingsAsync(array $args = [])
* @method AwsResult describeReservedElasticsearchInstances(array $args = [])
* @method GuzzleHttpPromisePromise describeReservedElasticsearchInstancesAsync(array $args = [])
* @method AwsResult dissociatePackage(array $args = [])
* @method GuzzleHttpPromisePromise dissociatePackageAsync(array $args = [])
* @method AwsResult getCompatibleElasticsearchVersions(array $args = [])
* @method GuzzleHttpPromisePromise getCompatibleElasticsearchVersionsAsync(array $args = [])
* @method AwsResult getUpgradeHistory(array $args = [])
* @method GuzzleHttpPromisePromise getUpgradeHistoryAsync(array $args = [])
* @method AwsResult getUpgradeStatus(array $args = [])
* @method GuzzleHttpPromisePromise getUpgradeStatusAsync(array $args = [])
* @method AwsResult listDomainNames(array $args = [])
* @method GuzzleHttpPromisePromise listDomainNamesAsync(array $args = [])
* @method AwsResult listDomainsForPackage(array $args = [])
* @method GuzzleHttpPromisePromise listDomainsForPackageAsync(array $args = [])
* @method AwsResult listElasticsearchInstanceTypes(array $args = [])
* @method GuzzleHttpPromisePromise listElasticsearchInstanceTypesAsync(array $args = [])
* @method AwsResult listElasticsearchVersions(array $args = [])
* @method GuzzleHttpPromisePromise listElasticsearchVersionsAsync(array $args = [])
* @method AwsResult listPackagesForDomain(array $args = [])
* @method GuzzleHttpPromisePromise listPackagesForDomainAsync(array $args = [])
* @method AwsResult listTags(array $args = [])
* @method GuzzleHttpPromisePromise listTagsAsync(array $args = [])
* @method AwsResult purchaseReservedElasticsearchInstanceOffering(array $args = [])
* @method GuzzleHttpPromisePromise purchaseReservedElasticsearchInstanceOfferingAsync(array $args = [])
* @method AwsResult rejectInboundCrossClusterSearchConnection(array $args = [])
* @method GuzzleHttpPromisePromise rejectInboundCrossClusterSearchConnectionAsync(array $args = [])
* @method AwsResult removeTags(array $args = [])
* @method GuzzleHttpPromisePromise removeTagsAsync(array $args = [])
* @method AwsResult startElasticsearchServiceSoftwareUpdate(array $args = [])
* @method GuzzleHttpPromisePromise startElasticsearchServiceSoftwareUpdateAsync(array $args = [])
* @method AwsResult updateElasticsearchDomainConfig(array $args = [])
* @method GuzzleHttpPromisePromise updateElasticsearchDomainConfigAsync(array $args = [])
* @method AwsResult upgradeElasticsearchDomain(array $args = [])
* @method GuzzleHttpPromisePromise upgradeElasticsearchDomainAsync(array $args = [])
*/
class ElasticsearchServiceClient extends AwsClient {}