PinpointEmailClient.php 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <?php
  2. namespace Aws\PinpointEmail;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Amazon Pinpoint Email Service** service.
  6. * @method \Aws\Result createConfigurationSet(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise createConfigurationSetAsync(array $args = [])
  8. * @method \Aws\Result createConfigurationSetEventDestination(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise createConfigurationSetEventDestinationAsync(array $args = [])
  10. * @method \Aws\Result createDedicatedIpPool(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise createDedicatedIpPoolAsync(array $args = [])
  12. * @method \Aws\Result createDeliverabilityTestReport(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise createDeliverabilityTestReportAsync(array $args = [])
  14. * @method \Aws\Result createEmailIdentity(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise createEmailIdentityAsync(array $args = [])
  16. * @method \Aws\Result deleteConfigurationSet(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise deleteConfigurationSetAsync(array $args = [])
  18. * @method \Aws\Result deleteConfigurationSetEventDestination(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise deleteConfigurationSetEventDestinationAsync(array $args = [])
  20. * @method \Aws\Result deleteDedicatedIpPool(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise deleteDedicatedIpPoolAsync(array $args = [])
  22. * @method \Aws\Result deleteEmailIdentity(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise deleteEmailIdentityAsync(array $args = [])
  24. * @method \Aws\Result getAccount(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise getAccountAsync(array $args = [])
  26. * @method \Aws\Result getBlacklistReports(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise getBlacklistReportsAsync(array $args = [])
  28. * @method \Aws\Result getConfigurationSet(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise getConfigurationSetAsync(array $args = [])
  30. * @method \Aws\Result getConfigurationSetEventDestinations(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise getConfigurationSetEventDestinationsAsync(array $args = [])
  32. * @method \Aws\Result getDedicatedIp(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise getDedicatedIpAsync(array $args = [])
  34. * @method \Aws\Result getDedicatedIps(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise getDedicatedIpsAsync(array $args = [])
  36. * @method \Aws\Result getDeliverabilityDashboardOptions(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise getDeliverabilityDashboardOptionsAsync(array $args = [])
  38. * @method \Aws\Result getDeliverabilityTestReport(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise getDeliverabilityTestReportAsync(array $args = [])
  40. * @method \Aws\Result getDomainDeliverabilityCampaign(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise getDomainDeliverabilityCampaignAsync(array $args = [])
  42. * @method \Aws\Result getDomainStatisticsReport(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise getDomainStatisticsReportAsync(array $args = [])
  44. * @method \Aws\Result getEmailIdentity(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise getEmailIdentityAsync(array $args = [])
  46. * @method \Aws\Result listConfigurationSets(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise listConfigurationSetsAsync(array $args = [])
  48. * @method \Aws\Result listDedicatedIpPools(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise listDedicatedIpPoolsAsync(array $args = [])
  50. * @method \Aws\Result listDeliverabilityTestReports(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise listDeliverabilityTestReportsAsync(array $args = [])
  52. * @method \Aws\Result listDomainDeliverabilityCampaigns(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise listDomainDeliverabilityCampaignsAsync(array $args = [])
  54. * @method \Aws\Result listEmailIdentities(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise listEmailIdentitiesAsync(array $args = [])
  56. * @method \Aws\Result listTagsForResource(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  58. * @method \Aws\Result putAccountDedicatedIpWarmupAttributes(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise putAccountDedicatedIpWarmupAttributesAsync(array $args = [])
  60. * @method \Aws\Result putAccountSendingAttributes(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise putAccountSendingAttributesAsync(array $args = [])
  62. * @method \Aws\Result putConfigurationSetDeliveryOptions(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise putConfigurationSetDeliveryOptionsAsync(array $args = [])
  64. * @method \Aws\Result putConfigurationSetReputationOptions(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise putConfigurationSetReputationOptionsAsync(array $args = [])
  66. * @method \Aws\Result putConfigurationSetSendingOptions(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise putConfigurationSetSendingOptionsAsync(array $args = [])
  68. * @method \Aws\Result putConfigurationSetTrackingOptions(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise putConfigurationSetTrackingOptionsAsync(array $args = [])
  70. * @method \Aws\Result putDedicatedIpInPool(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise putDedicatedIpInPoolAsync(array $args = [])
  72. * @method \Aws\Result putDedicatedIpWarmupAttributes(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise putDedicatedIpWarmupAttributesAsync(array $args = [])
  74. * @method \Aws\Result putDeliverabilityDashboardOption(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise putDeliverabilityDashboardOptionAsync(array $args = [])
  76. * @method \Aws\Result putEmailIdentityDkimAttributes(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise putEmailIdentityDkimAttributesAsync(array $args = [])
  78. * @method \Aws\Result putEmailIdentityFeedbackAttributes(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise putEmailIdentityFeedbackAttributesAsync(array $args = [])
  80. * @method \Aws\Result putEmailIdentityMailFromAttributes(array $args = [])
  81. * @method \GuzzleHttp\Promise\Promise putEmailIdentityMailFromAttributesAsync(array $args = [])
  82. * @method \Aws\Result sendEmail(array $args = [])
  83. * @method \GuzzleHttp\Promise\Promise sendEmailAsync(array $args = [])
  84. * @method \Aws\Result tagResource(array $args = [])
  85. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  86. * @method \Aws\Result untagResource(array $args = [])
  87. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  88. * @method \Aws\Result updateConfigurationSetEventDestination(array $args = [])
  89. * @method \GuzzleHttp\Promise\Promise updateConfigurationSetEventDestinationAsync(array $args = [])
  90. */
  91. class PinpointEmailClient extends AwsClient {}