@@ -2862,7 +2862,7 @@ Future<ListConfigurationSetsResult> listConfigurationSetsAsync(
28622862 * <p>
28632863 * For more information about custom verification email
28642864 * templates, see <a href=
2865- * "ses/latest/DeveloperGuide/custom-verification-emails.html"
2865+ * "https://docs.aws.amazon.com/ ses/latest/DeveloperGuide/custom-verification-emails.html"
28662866 * >Using Custom Verification Email Templates</a> in the
28672867 * <i>Amazon SES Developer Guide</i>.
28682868 * </p>
@@ -2904,7 +2904,7 @@ Future<ListCustomVerificationEmailTemplatesResult> listCustomVerificationEmailTe
29042904 * <p>
29052905 * For more information about custom verification email
29062906 * templates, see <a href=
2907- * "ses/latest/DeveloperGuide/custom-verification-emails.html"
2907+ * "https://docs.aws.amazon.com/ ses/latest/DeveloperGuide/custom-verification-emails.html"
29082908 * >Using Custom Verification Email Templates</a> in the
29092909 * <i>Amazon SES Developer Guide</i>.
29102910 * </p>
@@ -4263,18 +4263,17 @@ Future<SendEmailResult> sendEmailAsync(SendEmailRequest sendEmailRequest,
42634263 * </ul>
42644264 * <important>
42654265 * <p>
4266- * Do not include these X-headers in the DKIM signature; Amazon SES will
4267- * remove them before sending the email.
4266+ * Don't include these X-headers in the DKIM signature. Amazon SES removes
4267+ * these before it sends the email.
42684268 * </p>
42694269 * </important>
42704270 * <p>
4271- * For most common sending authorization scenarios, we recommend that you
4272- * specify the <code>SourceIdentityArn</code> parameter and not the
4273- * <code>FromIdentityArn</code> or <code>ReturnPathIdentityArn</code>
4274- * parameters. If you only specify the <code>SourceIdentityArn</code>
4275- * parameter, Amazon SES will set the From and Return Path addresses to the
4276- * identity specified in <code>SourceIdentityArn</code>. For more
4277- * information about sending authorization, see the <a href=
4271+ * If you only specify the <code>SourceIdentityArn</code> parameter, Amazon
4272+ * SES sets the From and Return-Path addresses to the same identity that you
4273+ * specified.
4274+ * </p>
4275+ * <p>
4276+ * For more information about sending authorization, see the <a href=
42784277 * "https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html"
42794278 * >Using Sending Authorization with Amazon SES</a> in the <i>Amazon SES
42804279 * Developer Guide.</i>
@@ -4437,18 +4436,17 @@ Future<SendRawEmailResult> sendRawEmailAsync(SendRawEmailRequest sendRawEmailReq
44374436 * </ul>
44384437 * <important>
44394438 * <p>
4440- * Do not include these X-headers in the DKIM signature; Amazon SES will
4441- * remove them before sending the email.
4439+ * Don't include these X-headers in the DKIM signature. Amazon SES removes
4440+ * these before it sends the email.
44424441 * </p>
44434442 * </important>
44444443 * <p>
4445- * For most common sending authorization scenarios, we recommend that you
4446- * specify the <code>SourceIdentityArn</code> parameter and not the
4447- * <code>FromIdentityArn</code> or <code>ReturnPathIdentityArn</code>
4448- * parameters. If you only specify the <code>SourceIdentityArn</code>
4449- * parameter, Amazon SES will set the From and Return Path addresses to the
4450- * identity specified in <code>SourceIdentityArn</code>. For more
4451- * information about sending authorization, see the <a href=
4444+ * If you only specify the <code>SourceIdentityArn</code> parameter, Amazon
4445+ * SES sets the From and Return-Path addresses to the same identity that you
4446+ * specified.
4447+ * </p>
4448+ * <p>
4449+ * For more information about sending authorization, see the <a href=
44524450 * "https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html"
44534451 * >Using Sending Authorization with Amazon SES</a> in the <i>Amazon SES
44544452 * Developer Guide.</i>
@@ -4800,29 +4798,23 @@ Future<SetActiveReceiptRuleSetResult> setActiveReceiptRuleSetAsync(
48004798
48014799 /**
48024800 * <p>
4803- * Enables or disables Easy DKIM signing of email sent from an identity:
4804- * </p>
4805- * <ul>
4806- * <li>
4807- * <p>
4808- * If Easy DKIM signing is enabled for a domain name identity (such as
4809- * <code>example.com</code>), then Amazon SES will DKIM-sign all email sent
4810- * by addresses under that domain name (for example,
4811- * <code>[email protected] </code>). 4801+ * Enables or disables Easy DKIM signing of email sent from an identity. If
4802+ * Easy DKIM signing is enabled for a domain, then Amazon SES uses DKIM to
4803+ * sign all email that it sends from addresses on that domain. If Easy DKIM
4804+ * signing is enabled for an email address, then Amazon SES uses DKIM to
4805+ * sign all email it sends from that address.
48124806 * </p>
4813- * </li>
4814- * <li>
4807+ * <note>
48154808 * <p>
4816- * If Easy DKIM signing is enabled for an email address, then Amazon SES
4817- * will DKIM-sign all email sent by that email address.
4809+ * For email addresses (for example, <code>[email protected] </code>), you can 4810+ * only enable DKIM signing if the corresponding domain (in this case,
4811+ * <code>example.com</code>) has been set up to use Easy DKIM.
48184812 * </p>
4819- * </li>
4820- * </ul>
4813+ * </note>
48214814 * <p>
4822- * For email addresses (for example, <code>[email protected] </code>), you can 4823- * only enable Easy DKIM signing if the corresponding domain (in this case,
4824- * <code>example.com</code>) has been set up for Easy DKIM using the AWS
4825- * Console or the <code>VerifyDomainDkim</code> operation.
4815+ * You can enable DKIM signing for an identity at any time after you start
4816+ * the verification process for the identity, even if the verification
4817+ * process isn't complete.
48264818 * </p>
48274819 * <p>
48284820 * You can execute this operation no more than once per second.
@@ -4857,29 +4849,23 @@ Future<SetIdentityDkimEnabledResult> setIdentityDkimEnabledAsync(
48574849
48584850 /**
48594851 * <p>
4860- * Enables or disables Easy DKIM signing of email sent from an identity:
4852+ * Enables or disables Easy DKIM signing of email sent from an identity. If
4853+ * Easy DKIM signing is enabled for a domain, then Amazon SES uses DKIM to
4854+ * sign all email that it sends from addresses on that domain. If Easy DKIM
4855+ * signing is enabled for an email address, then Amazon SES uses DKIM to
4856+ * sign all email it sends from that address.
48614857 * </p>
4862- * <ul>
4863- * <li>
4864- * <p>
4865- * If Easy DKIM signing is enabled for a domain name identity (such as
4866- * <code>example.com</code>), then Amazon SES will DKIM-sign all email sent
4867- * by addresses under that domain name (for example,
4868- * <code>[email protected] </code>). 4869- * </p>
4870- * </li>
4871- * <li>
4858+ * <note>
48724859 * <p>
4873- * If Easy DKIM signing is enabled for an email address, then Amazon SES
4874- * will DKIM-sign all email sent by that email address.
4860+ * For email addresses (for example, <code>[email protected] </code>), you can 4861+ * only enable DKIM signing if the corresponding domain (in this case,
4862+ * <code>example.com</code>) has been set up to use Easy DKIM.
48754863 * </p>
4876- * </li>
4877- * </ul>
4864+ * </note>
48784865 * <p>
4879- * For email addresses (for example, <code>[email protected] </code>), you can 4880- * only enable Easy DKIM signing if the corresponding domain (in this case,
4881- * <code>example.com</code>) has been set up for Easy DKIM using the AWS
4882- * Console or the <code>VerifyDomainDkim</code> operation.
4866+ * You can enable DKIM signing for an identity at any time after you start
4867+ * the verification process for the identity, even if the verification
4868+ * process isn't complete.
48834869 * </p>
48844870 * <p>
48854871 * You can execute this operation no more than once per second.
0 commit comments