mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-07 13:31:31 -07:00
spaces.php
This commit is contained in:
parent
7755490b81
commit
eefa32741e
845 changed files with 50409 additions and 0 deletions
38
aws/Aws/ElasticsearchService/ElasticsearchServiceClient.php
Normal file
38
aws/Aws/ElasticsearchService/ElasticsearchServiceClient.php
Normal file
|
@ -0,0 +1,38 @@
|
|||
<?php
|
||||
namespace Aws\ElasticsearchService;
|
||||
|
||||
use Aws\AwsClient;
|
||||
|
||||
/**
|
||||
* This client is used to interact with the **Amazon Elasticsearch Service** service.
|
||||
*
|
||||
* @method \Aws\Result addTags(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise addTagsAsync(array $args = [])
|
||||
* @method \Aws\Result createElasticsearchDomain(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createElasticsearchDomainAsync(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 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 listDomainNames(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listDomainNamesAsync(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 listTags(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listTagsAsync(array $args = [])
|
||||
* @method \Aws\Result removeTags(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise removeTagsAsync(array $args = [])
|
||||
* @method \Aws\Result updateElasticsearchDomainConfig(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateElasticsearchDomainConfigAsync(array $args = [])
|
||||
*/
|
||||
class ElasticsearchServiceClient extends AwsClient {}
|
Loading…
Add table
Add a link
Reference in a new issue