From 8bec661288b276c98bdb0e773e5f4d5275dc4c87 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 20 Oct 2023 16:44:35 +0300 Subject: update AWK SDK --- vendor/aws/aws-sdk-php/src/SesV2/SesV2Client.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'vendor/aws/aws-sdk-php/src/SesV2/SesV2Client.php') diff --git a/vendor/aws/aws-sdk-php/src/SesV2/SesV2Client.php b/vendor/aws/aws-sdk-php/src/SesV2/SesV2Client.php index e2065ae..ae4a5a5 100644 --- a/vendor/aws/aws-sdk-php/src/SesV2/SesV2Client.php +++ b/vendor/aws/aws-sdk-php/src/SesV2/SesV2Client.php @@ -7,6 +7,8 @@ use Aws\AwsClient; * This client is used to interact with the **Amazon Simple Email Service** service. * @method \Aws\Result batchGetMetricData(array $args = []) * @method \GuzzleHttp\Promise\Promise batchGetMetricDataAsync(array $args = []) + * @method \Aws\Result cancelExportJob(array $args = []) + * @method \GuzzleHttp\Promise\Promise cancelExportJobAsync(array $args = []) * @method \Aws\Result createConfigurationSet(array $args = []) * @method \GuzzleHttp\Promise\Promise createConfigurationSetAsync(array $args = []) * @method \Aws\Result createConfigurationSetEventDestination(array $args = []) @@ -27,6 +29,8 @@ use Aws\AwsClient; * @method \GuzzleHttp\Promise\Promise createEmailIdentityPolicyAsync(array $args = []) * @method \Aws\Result createEmailTemplate(array $args = []) * @method \GuzzleHttp\Promise\Promise createEmailTemplateAsync(array $args = []) + * @method \Aws\Result createExportJob(array $args = []) + * @method \GuzzleHttp\Promise\Promise createExportJobAsync(array $args = []) * @method \Aws\Result createImportJob(array $args = []) * @method \GuzzleHttp\Promise\Promise createImportJobAsync(array $args = []) * @method \Aws\Result deleteConfigurationSet(array $args = []) @@ -83,8 +87,12 @@ use Aws\AwsClient; * @method \GuzzleHttp\Promise\Promise getEmailIdentityPoliciesAsync(array $args = []) * @method \Aws\Result getEmailTemplate(array $args = []) * @method \GuzzleHttp\Promise\Promise getEmailTemplateAsync(array $args = []) + * @method \Aws\Result getExportJob(array $args = []) + * @method \GuzzleHttp\Promise\Promise getExportJobAsync(array $args = []) * @method \Aws\Result getImportJob(array $args = []) * @method \GuzzleHttp\Promise\Promise getImportJobAsync(array $args = []) + * @method \Aws\Result getMessageInsights(array $args = []) + * @method \GuzzleHttp\Promise\Promise getMessageInsightsAsync(array $args = []) * @method \Aws\Result getSuppressedDestination(array $args = []) * @method \GuzzleHttp\Promise\Promise getSuppressedDestinationAsync(array $args = []) * @method \Aws\Result listConfigurationSets(array $args = []) @@ -105,6 +113,8 @@ use Aws\AwsClient; * @method \GuzzleHttp\Promise\Promise listEmailIdentitiesAsync(array $args = []) * @method \Aws\Result listEmailTemplates(array $args = []) * @method \GuzzleHttp\Promise\Promise listEmailTemplatesAsync(array $args = []) + * @method \Aws\Result listExportJobs(array $args = []) + * @method \GuzzleHttp\Promise\Promise listExportJobsAsync(array $args = []) * @method \Aws\Result listImportJobs(array $args = []) * @method \GuzzleHttp\Promise\Promise listImportJobsAsync(array $args = []) * @method \Aws\Result listRecommendations(array $args = []) @@ -137,6 +147,8 @@ use Aws\AwsClient; * @method \GuzzleHttp\Promise\Promise putConfigurationSetVdmOptionsAsync(array $args = []) * @method \Aws\Result putDedicatedIpInPool(array $args = []) * @method \GuzzleHttp\Promise\Promise putDedicatedIpInPoolAsync(array $args = []) + * @method \Aws\Result putDedicatedIpPoolScalingAttributes(array $args = []) + * @method \GuzzleHttp\Promise\Promise putDedicatedIpPoolScalingAttributesAsync(array $args = []) * @method \Aws\Result putDedicatedIpWarmupAttributes(array $args = []) * @method \GuzzleHttp\Promise\Promise putDedicatedIpWarmupAttributesAsync(array $args = []) * @method \Aws\Result putDeliverabilityDashboardOption(array $args = []) -- cgit v1.2.3