PinpointClient.php 5.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <?php
  2. namespace Aws\Pinpoint;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Amazon Pinpoint** service.
  6. * @method \Aws\Result createCampaign(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise createCampaignAsync(array $args = [])
  8. * @method \Aws\Result createImportJob(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise createImportJobAsync(array $args = [])
  10. * @method \Aws\Result createSegment(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise createSegmentAsync(array $args = [])
  12. * @method \Aws\Result deleteApnsChannel(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise deleteApnsChannelAsync(array $args = [])
  14. * @method \Aws\Result deleteApnsSandboxChannel(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise deleteApnsSandboxChannelAsync(array $args = [])
  16. * @method \Aws\Result deleteCampaign(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise deleteCampaignAsync(array $args = [])
  18. * @method \Aws\Result deleteEmailChannel(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise deleteEmailChannelAsync(array $args = [])
  20. * @method \Aws\Result deleteEventStream(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise deleteEventStreamAsync(array $args = [])
  22. * @method \Aws\Result deleteGcmChannel(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise deleteGcmChannelAsync(array $args = [])
  24. * @method \Aws\Result deleteSegment(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise deleteSegmentAsync(array $args = [])
  26. * @method \Aws\Result deleteSmsChannel(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise deleteSmsChannelAsync(array $args = [])
  28. * @method \Aws\Result getApnsChannel(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise getApnsChannelAsync(array $args = [])
  30. * @method \Aws\Result getApnsSandboxChannel(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise getApnsSandboxChannelAsync(array $args = [])
  32. * @method \Aws\Result getApplicationSettings(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise getApplicationSettingsAsync(array $args = [])
  34. * @method \Aws\Result getCampaign(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise getCampaignAsync(array $args = [])
  36. * @method \Aws\Result getCampaignActivities(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise getCampaignActivitiesAsync(array $args = [])
  38. * @method \Aws\Result getCampaignVersion(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise getCampaignVersionAsync(array $args = [])
  40. * @method \Aws\Result getCampaignVersions(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise getCampaignVersionsAsync(array $args = [])
  42. * @method \Aws\Result getCampaigns(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise getCampaignsAsync(array $args = [])
  44. * @method \Aws\Result getEmailChannel(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise getEmailChannelAsync(array $args = [])
  46. * @method \Aws\Result getEndpoint(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise getEndpointAsync(array $args = [])
  48. * @method \Aws\Result getEventStream(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise getEventStreamAsync(array $args = [])
  50. * @method \Aws\Result getGcmChannel(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise getGcmChannelAsync(array $args = [])
  52. * @method \Aws\Result getImportJob(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise getImportJobAsync(array $args = [])
  54. * @method \Aws\Result getImportJobs(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise getImportJobsAsync(array $args = [])
  56. * @method \Aws\Result getSegment(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise getSegmentAsync(array $args = [])
  58. * @method \Aws\Result getSegmentImportJobs(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise getSegmentImportJobsAsync(array $args = [])
  60. * @method \Aws\Result getSegmentVersion(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise getSegmentVersionAsync(array $args = [])
  62. * @method \Aws\Result getSegmentVersions(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise getSegmentVersionsAsync(array $args = [])
  64. * @method \Aws\Result getSegments(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise getSegmentsAsync(array $args = [])
  66. * @method \Aws\Result getSmsChannel(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise getSmsChannelAsync(array $args = [])
  68. * @method \Aws\Result putEventStream(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise putEventStreamAsync(array $args = [])
  70. * @method \Aws\Result sendMessages(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise sendMessagesAsync(array $args = [])
  72. * @method \Aws\Result updateApnsChannel(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise updateApnsChannelAsync(array $args = [])
  74. * @method \Aws\Result updateApnsSandboxChannel(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise updateApnsSandboxChannelAsync(array $args = [])
  76. * @method \Aws\Result updateApplicationSettings(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise updateApplicationSettingsAsync(array $args = [])
  78. * @method \Aws\Result updateCampaign(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise updateCampaignAsync(array $args = [])
  80. * @method \Aws\Result updateEmailChannel(array $args = [])
  81. * @method \GuzzleHttp\Promise\Promise updateEmailChannelAsync(array $args = [])
  82. * @method \Aws\Result updateEndpoint(array $args = [])
  83. * @method \GuzzleHttp\Promise\Promise updateEndpointAsync(array $args = [])
  84. * @method \Aws\Result updateEndpointsBatch(array $args = [])
  85. * @method \GuzzleHttp\Promise\Promise updateEndpointsBatchAsync(array $args = [])
  86. * @method \Aws\Result updateGcmChannel(array $args = [])
  87. * @method \GuzzleHttp\Promise\Promise updateGcmChannelAsync(array $args = [])
  88. * @method \Aws\Result updateSegment(array $args = [])
  89. * @method \GuzzleHttp\Promise\Promise updateSegmentAsync(array $args = [])
  90. * @method \Aws\Result updateSmsChannel(array $args = [])
  91. * @method \GuzzleHttp\Promise\Promise updateSmsChannelAsync(array $args = [])
  92. */
  93. class PinpointClient extends AwsClient {}