summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/ElasticsearchService
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-11-23 21:14:33 +0300
committerAndrew Dolgov <[email protected]>2022-11-23 21:14:33 +0300
commit0c8af4992cb0f7589dcafaad65ada12753c64594 (patch)
tree18e83d068c3e7dd2499331de977782b382279396 /vendor/aws/aws-sdk-php/src/ElasticsearchService
initial
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/ElasticsearchService')
-rw-r--r--vendor/aws/aws-sdk-php/src/ElasticsearchService/ElasticsearchServiceClient.php110
-rw-r--r--vendor/aws/aws-sdk-php/src/ElasticsearchService/Exception/ElasticsearchServiceException.php9
2 files changed, 119 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/ElasticsearchService/ElasticsearchServiceClient.php b/vendor/aws/aws-sdk-php/src/ElasticsearchService/ElasticsearchServiceClient.php
new file mode 100644
index 0000000..7bd49e6
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/ElasticsearchService/ElasticsearchServiceClient.php
@@ -0,0 +1,110 @@
+<?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 authorizeVpcEndpointAccess(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise authorizeVpcEndpointAccessAsync(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 createVpcEndpoint(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createVpcEndpointAsync(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 deleteVpcEndpoint(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteVpcEndpointAsync(array $args = [])
+ * @method \Aws\Result describeDomainAutoTunes(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeDomainAutoTunesAsync(array $args = [])
+ * @method \Aws\Result describeDomainChangeProgress(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeDomainChangeProgressAsync(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 describeVpcEndpoints(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeVpcEndpointsAsync(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 listVpcEndpointAccess(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listVpcEndpointAccessAsync(array $args = [])
+ * @method \Aws\Result listVpcEndpoints(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listVpcEndpointsAsync(array $args = [])
+ * @method \Aws\Result listVpcEndpointsForDomain(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listVpcEndpointsForDomainAsync(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 revokeVpcEndpointAccess(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise revokeVpcEndpointAccessAsync(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 updateVpcEndpoint(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateVpcEndpointAsync(array $args = [])
+ * @method \Aws\Result upgradeElasticsearchDomain(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise upgradeElasticsearchDomainAsync(array $args = [])
+ */
+class ElasticsearchServiceClient extends AwsClient {}
diff --git a/vendor/aws/aws-sdk-php/src/ElasticsearchService/Exception/ElasticsearchServiceException.php b/vendor/aws/aws-sdk-php/src/ElasticsearchService/Exception/ElasticsearchServiceException.php
new file mode 100644
index 0000000..fc3d6a5
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/ElasticsearchService/Exception/ElasticsearchServiceException.php
@@ -0,0 +1,9 @@
+<?php
+namespace Aws\ElasticsearchService\Exception;
+
+use Aws\Exception\AwsException;
+
+/**
+ * Represents an error interacting with the **Amazon Elasticsearch Service** service.
+ */
+class ElasticsearchServiceException extends AwsException {}