summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/OpenSearchService/OpenSearchServiceClient.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/OpenSearchService/OpenSearchServiceClient.php')
-rw-r--r--vendor/aws/aws-sdk-php/src/OpenSearchService/OpenSearchServiceClient.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/OpenSearchService/OpenSearchServiceClient.php b/vendor/aws/aws-sdk-php/src/OpenSearchService/OpenSearchServiceClient.php
index 5ddad8e..edb313e 100644
--- a/vendor/aws/aws-sdk-php/src/OpenSearchService/OpenSearchServiceClient.php
+++ b/vendor/aws/aws-sdk-php/src/OpenSearchService/OpenSearchServiceClient.php
@@ -41,8 +41,14 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise describeDomainChangeProgressAsync(array $args = [])
* @method \Aws\Result describeDomainConfig(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeDomainConfigAsync(array $args = [])
+ * @method \Aws\Result describeDomainHealth(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeDomainHealthAsync(array $args = [])
+ * @method \Aws\Result describeDomainNodes(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeDomainNodesAsync(array $args = [])
* @method \Aws\Result describeDomains(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeDomainsAsync(array $args = [])
+ * @method \Aws\Result describeDryRunProgress(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeDryRunProgressAsync(array $args = [])
* @method \Aws\Result describeInboundConnections(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeInboundConnectionsAsync(array $args = [])
* @method \Aws\Result describeInstanceTypeLimits(array $args = [])
@@ -61,12 +67,16 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise dissociatePackageAsync(array $args = [])
* @method \Aws\Result getCompatibleVersions(array $args = [])
* @method \GuzzleHttp\Promise\Promise getCompatibleVersionsAsync(array $args = [])
+ * @method \Aws\Result getDomainMaintenanceStatus(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getDomainMaintenanceStatusAsync(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 listDomainMaintenances(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listDomainMaintenancesAsync(array $args = [])
* @method \Aws\Result listDomainNames(array $args = [])
* @method \GuzzleHttp\Promise\Promise listDomainNamesAsync(array $args = [])
* @method \Aws\Result listDomainsForPackage(array $args = [])
@@ -75,6 +85,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise listInstanceTypeDetailsAsync(array $args = [])
* @method \Aws\Result listPackagesForDomain(array $args = [])
* @method \GuzzleHttp\Promise\Promise listPackagesForDomainAsync(array $args = [])
+ * @method \Aws\Result listScheduledActions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listScheduledActionsAsync(array $args = [])
* @method \Aws\Result listTags(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsAsync(array $args = [])
* @method \Aws\Result listVersions(array $args = [])
@@ -93,12 +105,16 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise removeTagsAsync(array $args = [])
* @method \Aws\Result revokeVpcEndpointAccess(array $args = [])
* @method \GuzzleHttp\Promise\Promise revokeVpcEndpointAccessAsync(array $args = [])
+ * @method \Aws\Result startDomainMaintenance(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startDomainMaintenanceAsync(array $args = [])
* @method \Aws\Result startServiceSoftwareUpdate(array $args = [])
* @method \GuzzleHttp\Promise\Promise startServiceSoftwareUpdateAsync(array $args = [])
* @method \Aws\Result updateDomainConfig(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateDomainConfigAsync(array $args = [])
* @method \Aws\Result updatePackage(array $args = [])
* @method \GuzzleHttp\Promise\Promise updatePackageAsync(array $args = [])
+ * @method \Aws\Result updateScheduledAction(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateScheduledActionAsync(array $args = [])
* @method \Aws\Result updateVpcEndpoint(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateVpcEndpointAsync(array $args = [])
* @method \Aws\Result upgradeDomain(array $args = [])