summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/ConnectCampaignService
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/ConnectCampaignService
initial
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/ConnectCampaignService')
-rw-r--r--vendor/aws/aws-sdk-php/src/ConnectCampaignService/ConnectCampaignServiceClient.php53
-rw-r--r--vendor/aws/aws-sdk-php/src/ConnectCampaignService/Exception/ConnectCampaignServiceException.php9
2 files changed, 62 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/ConnectCampaignService/ConnectCampaignServiceClient.php b/vendor/aws/aws-sdk-php/src/ConnectCampaignService/ConnectCampaignServiceClient.php
new file mode 100644
index 0000000..70f9f61
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/ConnectCampaignService/ConnectCampaignServiceClient.php
@@ -0,0 +1,53 @@
+<?php
+namespace Aws\ConnectCampaignService;
+
+use Aws\AwsClient;
+
+/**
+ * This client is used to interact with the **AmazonConnectCampaignService** service.
+ * @method \Aws\Result createCampaign(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createCampaignAsync(array $args = [])
+ * @method \Aws\Result deleteCampaign(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteCampaignAsync(array $args = [])
+ * @method \Aws\Result deleteConnectInstanceConfig(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteConnectInstanceConfigAsync(array $args = [])
+ * @method \Aws\Result deleteInstanceOnboardingJob(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteInstanceOnboardingJobAsync(array $args = [])
+ * @method \Aws\Result describeCampaign(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeCampaignAsync(array $args = [])
+ * @method \Aws\Result getCampaignState(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getCampaignStateAsync(array $args = [])
+ * @method \Aws\Result getCampaignStateBatch(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getCampaignStateBatchAsync(array $args = [])
+ * @method \Aws\Result getConnectInstanceConfig(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getConnectInstanceConfigAsync(array $args = [])
+ * @method \Aws\Result getInstanceOnboardingJobStatus(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getInstanceOnboardingJobStatusAsync(array $args = [])
+ * @method \Aws\Result listCampaigns(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listCampaignsAsync(array $args = [])
+ * @method \Aws\Result listTagsForResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
+ * @method \Aws\Result pauseCampaign(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise pauseCampaignAsync(array $args = [])
+ * @method \Aws\Result putDialRequestBatch(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise putDialRequestBatchAsync(array $args = [])
+ * @method \Aws\Result resumeCampaign(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise resumeCampaignAsync(array $args = [])
+ * @method \Aws\Result startCampaign(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startCampaignAsync(array $args = [])
+ * @method \Aws\Result startInstanceOnboardingJob(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startInstanceOnboardingJobAsync(array $args = [])
+ * @method \Aws\Result stopCampaign(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise stopCampaignAsync(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 updateCampaignDialerConfig(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateCampaignDialerConfigAsync(array $args = [])
+ * @method \Aws\Result updateCampaignName(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateCampaignNameAsync(array $args = [])
+ * @method \Aws\Result updateCampaignOutboundCallConfig(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateCampaignOutboundCallConfigAsync(array $args = [])
+ */
+class ConnectCampaignServiceClient extends AwsClient {}
diff --git a/vendor/aws/aws-sdk-php/src/ConnectCampaignService/Exception/ConnectCampaignServiceException.php b/vendor/aws/aws-sdk-php/src/ConnectCampaignService/Exception/ConnectCampaignServiceException.php
new file mode 100644
index 0000000..29d0ade
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/ConnectCampaignService/Exception/ConnectCampaignServiceException.php
@@ -0,0 +1,9 @@
+<?php
+namespace Aws\ConnectCampaignService\Exception;
+
+use Aws\Exception\AwsException;
+
+/**
+ * Represents an error interacting with the **AmazonConnectCampaignService** service.
+ */
+class ConnectCampaignServiceException extends AwsException {}