summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/AppIntegrationsService/AppIntegrationsServiceClient.php
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/AppIntegrationsService/AppIntegrationsServiceClient.php
parent540438c2eb5452bacad30c247906bfa287f2da1d (diff)
update AWK SDKHEADmaster
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/AppIntegrationsService/AppIntegrationsServiceClient.php')
-rw-r--r--vendor/aws/aws-sdk-php/src/AppIntegrationsService/AppIntegrationsServiceClient.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/AppIntegrationsService/AppIntegrationsServiceClient.php b/vendor/aws/aws-sdk-php/src/AppIntegrationsService/AppIntegrationsServiceClient.php
index d642665..8eba352 100644
--- a/vendor/aws/aws-sdk-php/src/AppIntegrationsService/AppIntegrationsServiceClient.php
+++ b/vendor/aws/aws-sdk-php/src/AppIntegrationsService/AppIntegrationsServiceClient.php
@@ -5,6 +5,8 @@ use Aws\AwsClient;
/**
* This client is used to interact with the **Amazon AppIntegrations Service** service.
+ * @method \Aws\Result createApplication(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createApplicationAsync(array $args = [])
* @method \Aws\Result createDataIntegration(array $args = [])
* @method \GuzzleHttp\Promise\Promise createDataIntegrationAsync(array $args = [])
* @method \Aws\Result createEventIntegration(array $args = [])
@@ -13,10 +15,14 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise deleteDataIntegrationAsync(array $args = [])
* @method \Aws\Result deleteEventIntegration(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteEventIntegrationAsync(array $args = [])
+ * @method \Aws\Result getApplication(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getApplicationAsync(array $args = [])
* @method \Aws\Result getDataIntegration(array $args = [])
* @method \GuzzleHttp\Promise\Promise getDataIntegrationAsync(array $args = [])
* @method \Aws\Result getEventIntegration(array $args = [])
* @method \GuzzleHttp\Promise\Promise getEventIntegrationAsync(array $args = [])
+ * @method \Aws\Result listApplications(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listApplicationsAsync(array $args = [])
* @method \Aws\Result listDataIntegrationAssociations(array $args = [])
* @method \GuzzleHttp\Promise\Promise listDataIntegrationAssociationsAsync(array $args = [])
* @method \Aws\Result listDataIntegrations(array $args = [])
@@ -31,6 +37,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
* @method \Aws\Result untagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
+ * @method \Aws\Result updateApplication(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateApplicationAsync(array $args = [])
* @method \Aws\Result updateDataIntegration(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateDataIntegrationAsync(array $args = [])
* @method \Aws\Result updateEventIntegration(array $args = [])