Вход Регистрация
Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/SesV2/SesV2Client.php
Строк: 224
<?php
namespace AwsSesV2;

use 
AwsAwsClient;

/**
 * This client is used to interact with the **Amazon Simple Email Service** service.
 * @method AwsResult createConfigurationSet(array $args = [])
 * @method GuzzleHttpPromisePromise createConfigurationSetAsync(array $args = [])
 * @method AwsResult createConfigurationSetEventDestination(array $args = [])
 * @method GuzzleHttpPromisePromise createConfigurationSetEventDestinationAsync(array $args = [])
 * @method AwsResult createDedicatedIpPool(array $args = [])
 * @method GuzzleHttpPromisePromise createDedicatedIpPoolAsync(array $args = [])
 * @method AwsResult createDeliverabilityTestReport(array $args = [])
 * @method GuzzleHttpPromisePromise createDeliverabilityTestReportAsync(array $args = [])
 * @method AwsResult createEmailIdentity(array $args = [])
 * @method GuzzleHttpPromisePromise createEmailIdentityAsync(array $args = [])
 * @method AwsResult deleteConfigurationSet(array $args = [])
 * @method GuzzleHttpPromisePromise deleteConfigurationSetAsync(array $args = [])
 * @method AwsResult deleteConfigurationSetEventDestination(array $args = [])
 * @method GuzzleHttpPromisePromise deleteConfigurationSetEventDestinationAsync(array $args = [])
 * @method AwsResult deleteDedicatedIpPool(array $args = [])
 * @method GuzzleHttpPromisePromise deleteDedicatedIpPoolAsync(array $args = [])
 * @method AwsResult deleteEmailIdentity(array $args = [])
 * @method GuzzleHttpPromisePromise deleteEmailIdentityAsync(array $args = [])
 * @method AwsResult deleteSuppressedDestination(array $args = [])
 * @method GuzzleHttpPromisePromise deleteSuppressedDestinationAsync(array $args = [])
 * @method AwsResult getAccount(array $args = [])
 * @method GuzzleHttpPromisePromise getAccountAsync(array $args = [])
 * @method AwsResult getBlacklistReports(array $args = [])
 * @method GuzzleHttpPromisePromise getBlacklistReportsAsync(array $args = [])
 * @method AwsResult getConfigurationSet(array $args = [])
 * @method GuzzleHttpPromisePromise getConfigurationSetAsync(array $args = [])
 * @method AwsResult getConfigurationSetEventDestinations(array $args = [])
 * @method GuzzleHttpPromisePromise getConfigurationSetEventDestinationsAsync(array $args = [])
 * @method AwsResult getDedicatedIp(array $args = [])
 * @method GuzzleHttpPromisePromise getDedicatedIpAsync(array $args = [])
 * @method AwsResult getDedicatedIps(array $args = [])
 * @method GuzzleHttpPromisePromise getDedicatedIpsAsync(array $args = [])
 * @method AwsResult getDeliverabilityDashboardOptions(array $args = [])
 * @method GuzzleHttpPromisePromise getDeliverabilityDashboardOptionsAsync(array $args = [])
 * @method AwsResult getDeliverabilityTestReport(array $args = [])
 * @method GuzzleHttpPromisePromise getDeliverabilityTestReportAsync(array $args = [])
 * @method AwsResult getDomainDeliverabilityCampaign(array $args = [])
 * @method GuzzleHttpPromisePromise getDomainDeliverabilityCampaignAsync(array $args = [])
 * @method AwsResult getDomainStatisticsReport(array $args = [])
 * @method GuzzleHttpPromisePromise getDomainStatisticsReportAsync(array $args = [])
 * @method AwsResult getEmailIdentity(array $args = [])
 * @method GuzzleHttpPromisePromise getEmailIdentityAsync(array $args = [])
 * @method AwsResult getSuppressedDestination(array $args = [])
 * @method GuzzleHttpPromisePromise getSuppressedDestinationAsync(array $args = [])
 * @method AwsResult listConfigurationSets(array $args = [])
 * @method GuzzleHttpPromisePromise listConfigurationSetsAsync(array $args = [])
 * @method AwsResult listDedicatedIpPools(array $args = [])
 * @method GuzzleHttpPromisePromise listDedicatedIpPoolsAsync(array $args = [])
 * @method AwsResult listDeliverabilityTestReports(array $args = [])
 * @method GuzzleHttpPromisePromise listDeliverabilityTestReportsAsync(array $args = [])
 * @method AwsResult listDomainDeliverabilityCampaigns(array $args = [])
 * @method GuzzleHttpPromisePromise listDomainDeliverabilityCampaignsAsync(array $args = [])
 * @method AwsResult listEmailIdentities(array $args = [])
 * @method GuzzleHttpPromisePromise listEmailIdentitiesAsync(array $args = [])
 * @method AwsResult listSuppressedDestinations(array $args = [])
 * @method GuzzleHttpPromisePromise listSuppressedDestinationsAsync(array $args = [])
 * @method AwsResult listTagsForResource(array $args = [])
 * @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
 * @method AwsResult putAccountDedicatedIpWarmupAttributes(array $args = [])
 * @method GuzzleHttpPromisePromise putAccountDedicatedIpWarmupAttributesAsync(array $args = [])
 * @method AwsResult putAccountSendingAttributes(array $args = [])
 * @method GuzzleHttpPromisePromise putAccountSendingAttributesAsync(array $args = [])
 * @method AwsResult putAccountSuppressionAttributes(array $args = [])
 * @method GuzzleHttpPromisePromise putAccountSuppressionAttributesAsync(array $args = [])
 * @method AwsResult putConfigurationSetDeliveryOptions(array $args = [])
 * @method GuzzleHttpPromisePromise putConfigurationSetDeliveryOptionsAsync(array $args = [])
 * @method AwsResult putConfigurationSetReputationOptions(array $args = [])
 * @method GuzzleHttpPromisePromise putConfigurationSetReputationOptionsAsync(array $args = [])
 * @method AwsResult putConfigurationSetSendingOptions(array $args = [])
 * @method GuzzleHttpPromisePromise putConfigurationSetSendingOptionsAsync(array $args = [])
 * @method AwsResult putConfigurationSetSuppressionOptions(array $args = [])
 * @method GuzzleHttpPromisePromise putConfigurationSetSuppressionOptionsAsync(array $args = [])
 * @method AwsResult putConfigurationSetTrackingOptions(array $args = [])
 * @method GuzzleHttpPromisePromise putConfigurationSetTrackingOptionsAsync(array $args = [])
 * @method AwsResult putDedicatedIpInPool(array $args = [])
 * @method GuzzleHttpPromisePromise putDedicatedIpInPoolAsync(array $args = [])
 * @method AwsResult putDedicatedIpWarmupAttributes(array $args = [])
 * @method GuzzleHttpPromisePromise putDedicatedIpWarmupAttributesAsync(array $args = [])
 * @method AwsResult putDeliverabilityDashboardOption(array $args = [])
 * @method GuzzleHttpPromisePromise putDeliverabilityDashboardOptionAsync(array $args = [])
 * @method AwsResult putEmailIdentityDkimAttributes(array $args = [])
 * @method GuzzleHttpPromisePromise putEmailIdentityDkimAttributesAsync(array $args = [])
 * @method AwsResult putEmailIdentityDkimSigningAttributes(array $args = [])
 * @method GuzzleHttpPromisePromise putEmailIdentityDkimSigningAttributesAsync(array $args = [])
 * @method AwsResult putEmailIdentityFeedbackAttributes(array $args = [])
 * @method GuzzleHttpPromisePromise putEmailIdentityFeedbackAttributesAsync(array $args = [])
 * @method AwsResult putEmailIdentityMailFromAttributes(array $args = [])
 * @method GuzzleHttpPromisePromise putEmailIdentityMailFromAttributesAsync(array $args = [])
 * @method AwsResult putSuppressedDestination(array $args = [])
 * @method GuzzleHttpPromisePromise putSuppressedDestinationAsync(array $args = [])
 * @method AwsResult sendEmail(array $args = [])
 * @method GuzzleHttpPromisePromise sendEmailAsync(array $args = [])
 * @method AwsResult tagResource(array $args = [])
 * @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
 * @method AwsResult untagResource(array $args = [])
 * @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
 * @method AwsResult updateConfigurationSetEventDestination(array $args = [])
 * @method GuzzleHttpPromisePromise updateConfigurationSetEventDestinationAsync(array $args = [])
 */
class SesV2Client extends AwsClient {}
Онлайн: 0
Реклама