summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/AppIntegrationsService
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/AppIntegrationsService
initial
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/AppIntegrationsService')
-rw-r--r--vendor/aws/aws-sdk-php/src/AppIntegrationsService/AppIntegrationsServiceClient.php39
-rw-r--r--vendor/aws/aws-sdk-php/src/AppIntegrationsService/Exception/AppIntegrationsServiceException.php9
2 files changed, 48 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
new file mode 100644
index 0000000..d642665
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/AppIntegrationsService/AppIntegrationsServiceClient.php
@@ -0,0 +1,39 @@
+<?php
+namespace Aws\AppIntegrationsService;
+
+use Aws\AwsClient;
+
+/**
+ * This client is used to interact with the **Amazon AppIntegrations Service** service.
+ * @method \Aws\Result createDataIntegration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createDataIntegrationAsync(array $args = [])
+ * @method \Aws\Result createEventIntegration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createEventIntegrationAsync(array $args = [])
+ * @method \Aws\Result deleteDataIntegration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteDataIntegrationAsync(array $args = [])
+ * @method \Aws\Result deleteEventIntegration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteEventIntegrationAsync(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 listDataIntegrationAssociations(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listDataIntegrationAssociationsAsync(array $args = [])
+ * @method \Aws\Result listDataIntegrations(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listDataIntegrationsAsync(array $args = [])
+ * @method \Aws\Result listEventIntegrationAssociations(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listEventIntegrationAssociationsAsync(array $args = [])
+ * @method \Aws\Result listEventIntegrations(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listEventIntegrationsAsync(array $args = [])
+ * @method \Aws\Result listTagsForResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
+ * @method \Aws\Result tagResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
+ * @method \Aws\Result untagResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
+ * @method \Aws\Result updateDataIntegration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateDataIntegrationAsync(array $args = [])
+ * @method \Aws\Result updateEventIntegration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateEventIntegrationAsync(array $args = [])
+ */
+class AppIntegrationsServiceClient extends AwsClient {}
diff --git a/vendor/aws/aws-sdk-php/src/AppIntegrationsService/Exception/AppIntegrationsServiceException.php b/vendor/aws/aws-sdk-php/src/AppIntegrationsService/Exception/AppIntegrationsServiceException.php
new file mode 100644
index 0000000..1b14f10
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/AppIntegrationsService/Exception/AppIntegrationsServiceException.php
@@ -0,0 +1,9 @@
+<?php
+namespace Aws\AppIntegrationsService\Exception;
+
+use Aws\Exception\AwsException;
+
+/**
+ * Represents an error interacting with the **Amazon AppIntegrations Service** service.
+ */
+class AppIntegrationsServiceException extends AwsException {}