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