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