summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/Redshift
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-10-20 16:44:35 +0300
committerAndrew Dolgov <[email protected]>2023-10-20 16:44:35 +0300
commit8bec661288b276c98bdb0e773e5f4d5275dc4c87 (patch)
tree8617ebe581c62fc46a7881aa61801ebce9d3c603 /vendor/aws/aws-sdk-php/src/Redshift
parent540438c2eb5452bacad30c247906bfa287f2da1d (diff)
update AWK SDKHEADmaster
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/Redshift')
-rw-r--r--vendor/aws/aws-sdk-php/src/Redshift/RedshiftClient.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/Redshift/RedshiftClient.php b/vendor/aws/aws-sdk-php/src/Redshift/RedshiftClient.php
index 4db0149..05d42e1 100644
--- a/vendor/aws/aws-sdk-php/src/Redshift/RedshiftClient.php
+++ b/vendor/aws/aws-sdk-php/src/Redshift/RedshiftClient.php
@@ -40,6 +40,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise createClusterSnapshotAsync(array $args = [])
* @method \Aws\Result createClusterSubnetGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise createClusterSubnetGroupAsync(array $args = [])
+ * @method \Aws\Result createCustomDomainAssociation(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createCustomDomainAssociationAsync(array $args = [])
* @method \Aws\Result createEndpointAccess(array $args = [])
* @method \GuzzleHttp\Promise\Promise createEndpointAccessAsync(array $args = [])
* @method \Aws\Result createEventSubscription(array $args = [])
@@ -72,6 +74,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise deleteClusterSnapshotAsync(array $args = [])
* @method \Aws\Result deleteClusterSubnetGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteClusterSubnetGroupAsync(array $args = [])
+ * @method \Aws\Result deleteCustomDomainAssociation(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteCustomDomainAssociationAsync(array $args = [])
* @method \Aws\Result deleteEndpointAccess(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteEndpointAccessAsync(array $args = [])
* @method \Aws\Result deleteEventSubscription(array $args = [])
@@ -114,6 +118,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise describeClusterVersionsAsync(array $args = [])
* @method \Aws\Result describeClusters(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeClustersAsync(array $args = [])
+ * @method \Aws\Result describeCustomDomainAssociations(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeCustomDomainAssociationsAsync(array $args = [])
* @method \Aws\Result describeDataShares(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeDataSharesAsync(array $args = [])
* @method \Aws\Result describeDataSharesForConsumer(array $args = [])
@@ -204,6 +210,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise modifyClusterSnapshotScheduleAsync(array $args = [])
* @method \Aws\Result modifyClusterSubnetGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise modifyClusterSubnetGroupAsync(array $args = [])
+ * @method \Aws\Result modifyCustomDomainAssociation(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise modifyCustomDomainAssociationAsync(array $args = [])
* @method \Aws\Result modifyEndpointAccess(array $args = [])
* @method \GuzzleHttp\Promise\Promise modifyEndpointAccessAsync(array $args = [])
* @method \Aws\Result modifyEventSubscription(array $args = [])