ConnectCampaignServiceClient.php 3.3 KB

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