transferito
/
vendor
/
aws
/
aws-sdk-php
/
src
/
ElasticsearchService
/
ElasticsearchServiceClient.php
ElasticsearchServiceClient.php
111 lines
| 1 | <?php |
| 2 | namespace Aws\ElasticsearchService; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **Amazon Elasticsearch Service** service. |
| 8 | * |
| 9 | * @method \Aws\Result acceptInboundCrossClusterSearchConnection(array $args = []) |
| 10 | * @method \GuzzleHttp\Promise\Promise acceptInboundCrossClusterSearchConnectionAsync(array $args = []) |
| 11 | * @method \Aws\Result addTags(array $args = []) |
| 12 | * @method \GuzzleHttp\Promise\Promise addTagsAsync(array $args = []) |
| 13 | * @method \Aws\Result associatePackage(array $args = []) |
| 14 | * @method \GuzzleHttp\Promise\Promise associatePackageAsync(array $args = []) |
| 15 | * @method \Aws\Result authorizeVpcEndpointAccess(array $args = []) |
| 16 | * @method \GuzzleHttp\Promise\Promise authorizeVpcEndpointAccessAsync(array $args = []) |
| 17 | * @method \Aws\Result cancelElasticsearchServiceSoftwareUpdate(array $args = []) |
| 18 | * @method \GuzzleHttp\Promise\Promise cancelElasticsearchServiceSoftwareUpdateAsync(array $args = []) |
| 19 | * @method \Aws\Result createElasticsearchDomain(array $args = []) |
| 20 | * @method \GuzzleHttp\Promise\Promise createElasticsearchDomainAsync(array $args = []) |
| 21 | * @method \Aws\Result createOutboundCrossClusterSearchConnection(array $args = []) |
| 22 | * @method \GuzzleHttp\Promise\Promise createOutboundCrossClusterSearchConnectionAsync(array $args = []) |
| 23 | * @method \Aws\Result createPackage(array $args = []) |
| 24 | * @method \GuzzleHttp\Promise\Promise createPackageAsync(array $args = []) |
| 25 | * @method \Aws\Result createVpcEndpoint(array $args = []) |
| 26 | * @method \GuzzleHttp\Promise\Promise createVpcEndpointAsync(array $args = []) |
| 27 | * @method \Aws\Result deleteElasticsearchDomain(array $args = []) |
| 28 | * @method \GuzzleHttp\Promise\Promise deleteElasticsearchDomainAsync(array $args = []) |
| 29 | * @method \Aws\Result deleteElasticsearchServiceRole(array $args = []) |
| 30 | * @method \GuzzleHttp\Promise\Promise deleteElasticsearchServiceRoleAsync(array $args = []) |
| 31 | * @method \Aws\Result deleteInboundCrossClusterSearchConnection(array $args = []) |
| 32 | * @method \GuzzleHttp\Promise\Promise deleteInboundCrossClusterSearchConnectionAsync(array $args = []) |
| 33 | * @method \Aws\Result deleteOutboundCrossClusterSearchConnection(array $args = []) |
| 34 | * @method \GuzzleHttp\Promise\Promise deleteOutboundCrossClusterSearchConnectionAsync(array $args = []) |
| 35 | * @method \Aws\Result deletePackage(array $args = []) |
| 36 | * @method \GuzzleHttp\Promise\Promise deletePackageAsync(array $args = []) |
| 37 | * @method \Aws\Result deleteVpcEndpoint(array $args = []) |
| 38 | * @method \GuzzleHttp\Promise\Promise deleteVpcEndpointAsync(array $args = []) |
| 39 | * @method \Aws\Result describeDomainAutoTunes(array $args = []) |
| 40 | * @method \GuzzleHttp\Promise\Promise describeDomainAutoTunesAsync(array $args = []) |
| 41 | * @method \Aws\Result describeDomainChangeProgress(array $args = []) |
| 42 | * @method \GuzzleHttp\Promise\Promise describeDomainChangeProgressAsync(array $args = []) |
| 43 | * @method \Aws\Result describeElasticsearchDomain(array $args = []) |
| 44 | * @method \GuzzleHttp\Promise\Promise describeElasticsearchDomainAsync(array $args = []) |
| 45 | * @method \Aws\Result describeElasticsearchDomainConfig(array $args = []) |
| 46 | * @method \GuzzleHttp\Promise\Promise describeElasticsearchDomainConfigAsync(array $args = []) |
| 47 | * @method \Aws\Result describeElasticsearchDomains(array $args = []) |
| 48 | * @method \GuzzleHttp\Promise\Promise describeElasticsearchDomainsAsync(array $args = []) |
| 49 | * @method \Aws\Result describeElasticsearchInstanceTypeLimits(array $args = []) |
| 50 | * @method \GuzzleHttp\Promise\Promise describeElasticsearchInstanceTypeLimitsAsync(array $args = []) |
| 51 | * @method \Aws\Result describeInboundCrossClusterSearchConnections(array $args = []) |
| 52 | * @method \GuzzleHttp\Promise\Promise describeInboundCrossClusterSearchConnectionsAsync(array $args = []) |
| 53 | * @method \Aws\Result describeOutboundCrossClusterSearchConnections(array $args = []) |
| 54 | * @method \GuzzleHttp\Promise\Promise describeOutboundCrossClusterSearchConnectionsAsync(array $args = []) |
| 55 | * @method \Aws\Result describePackages(array $args = []) |
| 56 | * @method \GuzzleHttp\Promise\Promise describePackagesAsync(array $args = []) |
| 57 | * @method \Aws\Result describeReservedElasticsearchInstanceOfferings(array $args = []) |
| 58 | * @method \GuzzleHttp\Promise\Promise describeReservedElasticsearchInstanceOfferingsAsync(array $args = []) |
| 59 | * @method \Aws\Result describeReservedElasticsearchInstances(array $args = []) |
| 60 | * @method \GuzzleHttp\Promise\Promise describeReservedElasticsearchInstancesAsync(array $args = []) |
| 61 | * @method \Aws\Result describeVpcEndpoints(array $args = []) |
| 62 | * @method \GuzzleHttp\Promise\Promise describeVpcEndpointsAsync(array $args = []) |
| 63 | * @method \Aws\Result dissociatePackage(array $args = []) |
| 64 | * @method \GuzzleHttp\Promise\Promise dissociatePackageAsync(array $args = []) |
| 65 | * @method \Aws\Result getCompatibleElasticsearchVersions(array $args = []) |
| 66 | * @method \GuzzleHttp\Promise\Promise getCompatibleElasticsearchVersionsAsync(array $args = []) |
| 67 | * @method \Aws\Result getPackageVersionHistory(array $args = []) |
| 68 | * @method \GuzzleHttp\Promise\Promise getPackageVersionHistoryAsync(array $args = []) |
| 69 | * @method \Aws\Result getUpgradeHistory(array $args = []) |
| 70 | * @method \GuzzleHttp\Promise\Promise getUpgradeHistoryAsync(array $args = []) |
| 71 | * @method \Aws\Result getUpgradeStatus(array $args = []) |
| 72 | * @method \GuzzleHttp\Promise\Promise getUpgradeStatusAsync(array $args = []) |
| 73 | * @method \Aws\Result listDomainNames(array $args = []) |
| 74 | * @method \GuzzleHttp\Promise\Promise listDomainNamesAsync(array $args = []) |
| 75 | * @method \Aws\Result listDomainsForPackage(array $args = []) |
| 76 | * @method \GuzzleHttp\Promise\Promise listDomainsForPackageAsync(array $args = []) |
| 77 | * @method \Aws\Result listElasticsearchInstanceTypes(array $args = []) |
| 78 | * @method \GuzzleHttp\Promise\Promise listElasticsearchInstanceTypesAsync(array $args = []) |
| 79 | * @method \Aws\Result listElasticsearchVersions(array $args = []) |
| 80 | * @method \GuzzleHttp\Promise\Promise listElasticsearchVersionsAsync(array $args = []) |
| 81 | * @method \Aws\Result listPackagesForDomain(array $args = []) |
| 82 | * @method \GuzzleHttp\Promise\Promise listPackagesForDomainAsync(array $args = []) |
| 83 | * @method \Aws\Result listTags(array $args = []) |
| 84 | * @method \GuzzleHttp\Promise\Promise listTagsAsync(array $args = []) |
| 85 | * @method \Aws\Result listVpcEndpointAccess(array $args = []) |
| 86 | * @method \GuzzleHttp\Promise\Promise listVpcEndpointAccessAsync(array $args = []) |
| 87 | * @method \Aws\Result listVpcEndpoints(array $args = []) |
| 88 | * @method \GuzzleHttp\Promise\Promise listVpcEndpointsAsync(array $args = []) |
| 89 | * @method \Aws\Result listVpcEndpointsForDomain(array $args = []) |
| 90 | * @method \GuzzleHttp\Promise\Promise listVpcEndpointsForDomainAsync(array $args = []) |
| 91 | * @method \Aws\Result purchaseReservedElasticsearchInstanceOffering(array $args = []) |
| 92 | * @method \GuzzleHttp\Promise\Promise purchaseReservedElasticsearchInstanceOfferingAsync(array $args = []) |
| 93 | * @method \Aws\Result rejectInboundCrossClusterSearchConnection(array $args = []) |
| 94 | * @method \GuzzleHttp\Promise\Promise rejectInboundCrossClusterSearchConnectionAsync(array $args = []) |
| 95 | * @method \Aws\Result removeTags(array $args = []) |
| 96 | * @method \GuzzleHttp\Promise\Promise removeTagsAsync(array $args = []) |
| 97 | * @method \Aws\Result revokeVpcEndpointAccess(array $args = []) |
| 98 | * @method \GuzzleHttp\Promise\Promise revokeVpcEndpointAccessAsync(array $args = []) |
| 99 | * @method \Aws\Result startElasticsearchServiceSoftwareUpdate(array $args = []) |
| 100 | * @method \GuzzleHttp\Promise\Promise startElasticsearchServiceSoftwareUpdateAsync(array $args = []) |
| 101 | * @method \Aws\Result updateElasticsearchDomainConfig(array $args = []) |
| 102 | * @method \GuzzleHttp\Promise\Promise updateElasticsearchDomainConfigAsync(array $args = []) |
| 103 | * @method \Aws\Result updatePackage(array $args = []) |
| 104 | * @method \GuzzleHttp\Promise\Promise updatePackageAsync(array $args = []) |
| 105 | * @method \Aws\Result updateVpcEndpoint(array $args = []) |
| 106 | * @method \GuzzleHttp\Promise\Promise updateVpcEndpointAsync(array $args = []) |
| 107 | * @method \Aws\Result upgradeElasticsearchDomain(array $args = []) |
| 108 | * @method \GuzzleHttp\Promise\Promise upgradeElasticsearchDomainAsync(array $args = []) |
| 109 | */ |
| 110 | class ElasticsearchServiceClient extends AwsClient {} |
| 111 |