transferito
/
vendor
/
aws
/
aws-sdk-php
/
src
/
ConnectCampaignService
/
ConnectCampaignServiceClient.php
ConnectCampaignServiceClient.php
54 lines
| 1 | <?php |
| 2 | namespace Aws\ConnectCampaignService; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **AmazonConnectCampaignService** service. |
| 8 | * @method \Aws\Result createCampaign(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise createCampaignAsync(array $args = []) |
| 10 | * @method \Aws\Result deleteCampaign(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise deleteCampaignAsync(array $args = []) |
| 12 | * @method \Aws\Result deleteConnectInstanceConfig(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise deleteConnectInstanceConfigAsync(array $args = []) |
| 14 | * @method \Aws\Result deleteInstanceOnboardingJob(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise deleteInstanceOnboardingJobAsync(array $args = []) |
| 16 | * @method \Aws\Result describeCampaign(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise describeCampaignAsync(array $args = []) |
| 18 | * @method \Aws\Result getCampaignState(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise getCampaignStateAsync(array $args = []) |
| 20 | * @method \Aws\Result getCampaignStateBatch(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise getCampaignStateBatchAsync(array $args = []) |
| 22 | * @method \Aws\Result getConnectInstanceConfig(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise getConnectInstanceConfigAsync(array $args = []) |
| 24 | * @method \Aws\Result getInstanceOnboardingJobStatus(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise getInstanceOnboardingJobStatusAsync(array $args = []) |
| 26 | * @method \Aws\Result listCampaigns(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise listCampaignsAsync(array $args = []) |
| 28 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 30 | * @method \Aws\Result pauseCampaign(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise pauseCampaignAsync(array $args = []) |
| 32 | * @method \Aws\Result putDialRequestBatch(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise putDialRequestBatchAsync(array $args = []) |
| 34 | * @method \Aws\Result resumeCampaign(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise resumeCampaignAsync(array $args = []) |
| 36 | * @method \Aws\Result startCampaign(array $args = []) |
| 37 | * @method \GuzzleHttp\Promise\Promise startCampaignAsync(array $args = []) |
| 38 | * @method \Aws\Result startInstanceOnboardingJob(array $args = []) |
| 39 | * @method \GuzzleHttp\Promise\Promise startInstanceOnboardingJobAsync(array $args = []) |
| 40 | * @method \Aws\Result stopCampaign(array $args = []) |
| 41 | * @method \GuzzleHttp\Promise\Promise stopCampaignAsync(array $args = []) |
| 42 | * @method \Aws\Result tagResource(array $args = []) |
| 43 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 44 | * @method \Aws\Result untagResource(array $args = []) |
| 45 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 46 | * @method \Aws\Result updateCampaignDialerConfig(array $args = []) |
| 47 | * @method \GuzzleHttp\Promise\Promise updateCampaignDialerConfigAsync(array $args = []) |
| 48 | * @method \Aws\Result updateCampaignName(array $args = []) |
| 49 | * @method \GuzzleHttp\Promise\Promise updateCampaignNameAsync(array $args = []) |
| 50 | * @method \Aws\Result updateCampaignOutboundCallConfig(array $args = []) |
| 51 | * @method \GuzzleHttp\Promise\Promise updateCampaignOutboundCallConfigAsync(array $args = []) |
| 52 | */ |
| 53 | class ConnectCampaignServiceClient extends AwsClient {} |
| 54 |