From cd4399424de0488ed1a55058f050d42589fe5120 Mon Sep 17 00:00:00 2001 From: Kevin Bond Date: Wed, 29 Mar 2023 11:56:46 -0400 Subject: [PATCH 1/2] minor: update link in docblock --- src/Service/Ses/src/SesClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Service/Ses/src/SesClient.php b/src/Service/Ses/src/SesClient.php index 2e922e3e3..9adae6557 100644 --- a/src/Service/Ses/src/SesClient.php +++ b/src/Service/Ses/src/SesClient.php @@ -27,7 +27,7 @@ class SesClient extends AbstractApi /** * Sends an email message. You can use the Amazon SES API v2 to send the following types of messages:. * - * @see https://docs.aws.amazon.com/ses/latest/APIReference/API_SendEmail.html + * @see https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_SendEmail.html * @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-email-2019-09-27.html#sendemail * * @param array{ From 1a8b3d78144d21f225728638424cdb791e93a2fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Deruss=C3=A9?= Date: Thu, 30 Mar 2023 10:22:20 +0200 Subject: [PATCH 2/2] Fix link in manifest --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index adc881b97..7b2e24033 100644 --- a/manifest.json +++ b/manifest.json @@ -509,7 +509,7 @@ "documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/sesv2/2019-09-27/docs-2.json", "pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/sesv2/2019-09-27/paginators-1.json", "example": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/email/2010-12-01/examples-1.json", - "api-reference": "https://docs.aws.amazon.com/ses/latest/APIReference", + "api-reference": "https://docs.aws.amazon.com/ses/latest/APIReference-V2", "methods": [ "SendEmail" ],