SesV2Client.php 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. <?php
  2. namespace Aws\SesV2;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Amazon Simple Email Service** service.
  6. * @method \Aws\Result batchGetMetricData(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise batchGetMetricDataAsync(array $args = [])
  8. * @method \Aws\Result cancelExportJob(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise cancelExportJobAsync(array $args = [])
  10. * @method \Aws\Result createConfigurationSet(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise createConfigurationSetAsync(array $args = [])
  12. * @method \Aws\Result createConfigurationSetEventDestination(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise createConfigurationSetEventDestinationAsync(array $args = [])
  14. * @method \Aws\Result createContact(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise createContactAsync(array $args = [])
  16. * @method \Aws\Result createContactList(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise createContactListAsync(array $args = [])
  18. * @method \Aws\Result createCustomVerificationEmailTemplate(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise createCustomVerificationEmailTemplateAsync(array $args = [])
  20. * @method \Aws\Result createDedicatedIpPool(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise createDedicatedIpPoolAsync(array $args = [])
  22. * @method \Aws\Result createDeliverabilityTestReport(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise createDeliverabilityTestReportAsync(array $args = [])
  24. * @method \Aws\Result createEmailIdentity(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise createEmailIdentityAsync(array $args = [])
  26. * @method \Aws\Result createEmailIdentityPolicy(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise createEmailIdentityPolicyAsync(array $args = [])
  28. * @method \Aws\Result createEmailTemplate(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise createEmailTemplateAsync(array $args = [])
  30. * @method \Aws\Result createExportJob(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise createExportJobAsync(array $args = [])
  32. * @method \Aws\Result createImportJob(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise createImportJobAsync(array $args = [])
  34. * @method \Aws\Result deleteConfigurationSet(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise deleteConfigurationSetAsync(array $args = [])
  36. * @method \Aws\Result deleteConfigurationSetEventDestination(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise deleteConfigurationSetEventDestinationAsync(array $args = [])
  38. * @method \Aws\Result deleteContact(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise deleteContactAsync(array $args = [])
  40. * @method \Aws\Result deleteContactList(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise deleteContactListAsync(array $args = [])
  42. * @method \Aws\Result deleteCustomVerificationEmailTemplate(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise deleteCustomVerificationEmailTemplateAsync(array $args = [])
  44. * @method \Aws\Result deleteDedicatedIpPool(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise deleteDedicatedIpPoolAsync(array $args = [])
  46. * @method \Aws\Result deleteEmailIdentity(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise deleteEmailIdentityAsync(array $args = [])
  48. * @method \Aws\Result deleteEmailIdentityPolicy(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise deleteEmailIdentityPolicyAsync(array $args = [])
  50. * @method \Aws\Result deleteEmailTemplate(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise deleteEmailTemplateAsync(array $args = [])
  52. * @method \Aws\Result deleteSuppressedDestination(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise deleteSuppressedDestinationAsync(array $args = [])
  54. * @method \Aws\Result getAccount(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise getAccountAsync(array $args = [])
  56. * @method \Aws\Result getBlacklistReports(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise getBlacklistReportsAsync(array $args = [])
  58. * @method \Aws\Result getConfigurationSet(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise getConfigurationSetAsync(array $args = [])
  60. * @method \Aws\Result getConfigurationSetEventDestinations(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise getConfigurationSetEventDestinationsAsync(array $args = [])
  62. * @method \Aws\Result getContact(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise getContactAsync(array $args = [])
  64. * @method \Aws\Result getContactList(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise getContactListAsync(array $args = [])
  66. * @method \Aws\Result getCustomVerificationEmailTemplate(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise getCustomVerificationEmailTemplateAsync(array $args = [])
  68. * @method \Aws\Result getDedicatedIp(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise getDedicatedIpAsync(array $args = [])
  70. * @method \Aws\Result getDedicatedIpPool(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise getDedicatedIpPoolAsync(array $args = [])
  72. * @method \Aws\Result getDedicatedIps(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise getDedicatedIpsAsync(array $args = [])
  74. * @method \Aws\Result getDeliverabilityDashboardOptions(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise getDeliverabilityDashboardOptionsAsync(array $args = [])
  76. * @method \Aws\Result getDeliverabilityTestReport(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise getDeliverabilityTestReportAsync(array $args = [])
  78. * @method \Aws\Result getDomainDeliverabilityCampaign(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise getDomainDeliverabilityCampaignAsync(array $args = [])
  80. * @method \Aws\Result getDomainStatisticsReport(array $args = [])
  81. * @method \GuzzleHttp\Promise\Promise getDomainStatisticsReportAsync(array $args = [])
  82. * @method \Aws\Result getEmailIdentity(array $args = [])
  83. * @method \GuzzleHttp\Promise\Promise getEmailIdentityAsync(array $args = [])
  84. * @method \Aws\Result getEmailIdentityPolicies(array $args = [])
  85. * @method \GuzzleHttp\Promise\Promise getEmailIdentityPoliciesAsync(array $args = [])
  86. * @method \Aws\Result getEmailTemplate(array $args = [])
  87. * @method \GuzzleHttp\Promise\Promise getEmailTemplateAsync(array $args = [])
  88. * @method \Aws\Result getExportJob(array $args = [])
  89. * @method \GuzzleHttp\Promise\Promise getExportJobAsync(array $args = [])
  90. * @method \Aws\Result getImportJob(array $args = [])
  91. * @method \GuzzleHttp\Promise\Promise getImportJobAsync(array $args = [])
  92. * @method \Aws\Result getMessageInsights(array $args = [])
  93. * @method \GuzzleHttp\Promise\Promise getMessageInsightsAsync(array $args = [])
  94. * @method \Aws\Result getSuppressedDestination(array $args = [])
  95. * @method \GuzzleHttp\Promise\Promise getSuppressedDestinationAsync(array $args = [])
  96. * @method \Aws\Result listConfigurationSets(array $args = [])
  97. * @method \GuzzleHttp\Promise\Promise listConfigurationSetsAsync(array $args = [])
  98. * @method \Aws\Result listContactLists(array $args = [])
  99. * @method \GuzzleHttp\Promise\Promise listContactListsAsync(array $args = [])
  100. * @method \Aws\Result listContacts(array $args = [])
  101. * @method \GuzzleHttp\Promise\Promise listContactsAsync(array $args = [])
  102. * @method \Aws\Result listCustomVerificationEmailTemplates(array $args = [])
  103. * @method \GuzzleHttp\Promise\Promise listCustomVerificationEmailTemplatesAsync(array $args = [])
  104. * @method \Aws\Result listDedicatedIpPools(array $args = [])
  105. * @method \GuzzleHttp\Promise\Promise listDedicatedIpPoolsAsync(array $args = [])
  106. * @method \Aws\Result listDeliverabilityTestReports(array $args = [])
  107. * @method \GuzzleHttp\Promise\Promise listDeliverabilityTestReportsAsync(array $args = [])
  108. * @method \Aws\Result listDomainDeliverabilityCampaigns(array $args = [])
  109. * @method \GuzzleHttp\Promise\Promise listDomainDeliverabilityCampaignsAsync(array $args = [])
  110. * @method \Aws\Result listEmailIdentities(array $args = [])
  111. * @method \GuzzleHttp\Promise\Promise listEmailIdentitiesAsync(array $args = [])
  112. * @method \Aws\Result listEmailTemplates(array $args = [])
  113. * @method \GuzzleHttp\Promise\Promise listEmailTemplatesAsync(array $args = [])
  114. * @method \Aws\Result listExportJobs(array $args = [])
  115. * @method \GuzzleHttp\Promise\Promise listExportJobsAsync(array $args = [])
  116. * @method \Aws\Result listImportJobs(array $args = [])
  117. * @method \GuzzleHttp\Promise\Promise listImportJobsAsync(array $args = [])
  118. * @method \Aws\Result listRecommendations(array $args = [])
  119. * @method \GuzzleHttp\Promise\Promise listRecommendationsAsync(array $args = [])
  120. * @method \Aws\Result listSuppressedDestinations(array $args = [])
  121. * @method \GuzzleHttp\Promise\Promise listSuppressedDestinationsAsync(array $args = [])
  122. * @method \Aws\Result listTagsForResource(array $args = [])
  123. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  124. * @method \Aws\Result putAccountDedicatedIpWarmupAttributes(array $args = [])
  125. * @method \GuzzleHttp\Promise\Promise putAccountDedicatedIpWarmupAttributesAsync(array $args = [])
  126. * @method \Aws\Result putAccountDetails(array $args = [])
  127. * @method \GuzzleHttp\Promise\Promise putAccountDetailsAsync(array $args = [])
  128. * @method \Aws\Result putAccountSendingAttributes(array $args = [])
  129. * @method \GuzzleHttp\Promise\Promise putAccountSendingAttributesAsync(array $args = [])
  130. * @method \Aws\Result putAccountSuppressionAttributes(array $args = [])
  131. * @method \GuzzleHttp\Promise\Promise putAccountSuppressionAttributesAsync(array $args = [])
  132. * @method \Aws\Result putAccountVdmAttributes(array $args = [])
  133. * @method \GuzzleHttp\Promise\Promise putAccountVdmAttributesAsync(array $args = [])
  134. * @method \Aws\Result putConfigurationSetDeliveryOptions(array $args = [])
  135. * @method \GuzzleHttp\Promise\Promise putConfigurationSetDeliveryOptionsAsync(array $args = [])
  136. * @method \Aws\Result putConfigurationSetReputationOptions(array $args = [])
  137. * @method \GuzzleHttp\Promise\Promise putConfigurationSetReputationOptionsAsync(array $args = [])
  138. * @method \Aws\Result putConfigurationSetSendingOptions(array $args = [])
  139. * @method \GuzzleHttp\Promise\Promise putConfigurationSetSendingOptionsAsync(array $args = [])
  140. * @method \Aws\Result putConfigurationSetSuppressionOptions(array $args = [])
  141. * @method \GuzzleHttp\Promise\Promise putConfigurationSetSuppressionOptionsAsync(array $args = [])
  142. * @method \Aws\Result putConfigurationSetTrackingOptions(array $args = [])
  143. * @method \GuzzleHttp\Promise\Promise putConfigurationSetTrackingOptionsAsync(array $args = [])
  144. * @method \Aws\Result putConfigurationSetVdmOptions(array $args = [])
  145. * @method \GuzzleHttp\Promise\Promise putConfigurationSetVdmOptionsAsync(array $args = [])
  146. * @method \Aws\Result putDedicatedIpInPool(array $args = [])
  147. * @method \GuzzleHttp\Promise\Promise putDedicatedIpInPoolAsync(array $args = [])
  148. * @method \Aws\Result putDedicatedIpPoolScalingAttributes(array $args = [])
  149. * @method \GuzzleHttp\Promise\Promise putDedicatedIpPoolScalingAttributesAsync(array $args = [])
  150. * @method \Aws\Result putDedicatedIpWarmupAttributes(array $args = [])
  151. * @method \GuzzleHttp\Promise\Promise putDedicatedIpWarmupAttributesAsync(array $args = [])
  152. * @method \Aws\Result putDeliverabilityDashboardOption(array $args = [])
  153. * @method \GuzzleHttp\Promise\Promise putDeliverabilityDashboardOptionAsync(array $args = [])
  154. * @method \Aws\Result putEmailIdentityConfigurationSetAttributes(array $args = [])
  155. * @method \GuzzleHttp\Promise\Promise putEmailIdentityConfigurationSetAttributesAsync(array $args = [])
  156. * @method \Aws\Result putEmailIdentityDkimAttributes(array $args = [])
  157. * @method \GuzzleHttp\Promise\Promise putEmailIdentityDkimAttributesAsync(array $args = [])
  158. * @method \Aws\Result putEmailIdentityDkimSigningAttributes(array $args = [])
  159. * @method \GuzzleHttp\Promise\Promise putEmailIdentityDkimSigningAttributesAsync(array $args = [])
  160. * @method \Aws\Result putEmailIdentityFeedbackAttributes(array $args = [])
  161. * @method \GuzzleHttp\Promise\Promise putEmailIdentityFeedbackAttributesAsync(array $args = [])
  162. * @method \Aws\Result putEmailIdentityMailFromAttributes(array $args = [])
  163. * @method \GuzzleHttp\Promise\Promise putEmailIdentityMailFromAttributesAsync(array $args = [])
  164. * @method \Aws\Result putSuppressedDestination(array $args = [])
  165. * @method \GuzzleHttp\Promise\Promise putSuppressedDestinationAsync(array $args = [])
  166. * @method \Aws\Result sendBulkEmail(array $args = [])
  167. * @method \GuzzleHttp\Promise\Promise sendBulkEmailAsync(array $args = [])
  168. * @method \Aws\Result sendCustomVerificationEmail(array $args = [])
  169. * @method \GuzzleHttp\Promise\Promise sendCustomVerificationEmailAsync(array $args = [])
  170. * @method \Aws\Result sendEmail(array $args = [])
  171. * @method \GuzzleHttp\Promise\Promise sendEmailAsync(array $args = [])
  172. * @method \Aws\Result tagResource(array $args = [])
  173. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  174. * @method \Aws\Result testRenderEmailTemplate(array $args = [])
  175. * @method \GuzzleHttp\Promise\Promise testRenderEmailTemplateAsync(array $args = [])
  176. * @method \Aws\Result untagResource(array $args = [])
  177. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  178. * @method \Aws\Result updateConfigurationSetEventDestination(array $args = [])
  179. * @method \GuzzleHttp\Promise\Promise updateConfigurationSetEventDestinationAsync(array $args = [])
  180. * @method \Aws\Result updateContact(array $args = [])
  181. * @method \GuzzleHttp\Promise\Promise updateContactAsync(array $args = [])
  182. * @method \Aws\Result updateContactList(array $args = [])
  183. * @method \GuzzleHttp\Promise\Promise updateContactListAsync(array $args = [])
  184. * @method \Aws\Result updateCustomVerificationEmailTemplate(array $args = [])
  185. * @method \GuzzleHttp\Promise\Promise updateCustomVerificationEmailTemplateAsync(array $args = [])
  186. * @method \Aws\Result updateEmailIdentityPolicy(array $args = [])
  187. * @method \GuzzleHttp\Promise\Promise updateEmailIdentityPolicyAsync(array $args = [])
  188. * @method \Aws\Result updateEmailTemplate(array $args = [])
  189. * @method \GuzzleHttp\Promise\Promise updateEmailTemplateAsync(array $args = [])
  190. */
  191. class SesV2Client extends AwsClient {}