Skip to content

Commit fbd03d0

Browse files
awsmobilesdkdesokroshan
authored andcommitted
[aws-android-sdk-ses] Update models to latest (#1197)
1 parent 85fd36c commit fbd03d0

File tree

8 files changed

+203
-241
lines changed

8 files changed

+203
-241
lines changed

aws-android-sdk-ses/src/main/java/com/amazonaws/services/simpleemail/AmazonSimpleEmailService.java

Lines changed: 22 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,7 @@ ListConfigurationSetsResult listConfigurationSets(
14141414
* <p>
14151415
* For more information about custom verification email
14161416
* templates, see <a href=
1417-
* "ses/latest/DeveloperGuide/custom-verification-emails.html"
1417+
* "https://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html"
14181418
* >Using Custom Verification Email Templates</a> in the
14191419
* <i>Amazon SES Developer Guide</i>.
14201420
* </p>
@@ -2121,18 +2121,17 @@ SendEmailResult sendEmail(SendEmailRequest sendEmailRequest) throws AmazonClient
21212121
* </ul>
21222122
* <important>
21232123
* <p>
2124-
* Do not include these X-headers in the DKIM signature; Amazon SES will
2125-
* remove them before sending the email.
2124+
* Don't include these X-headers in the DKIM signature. Amazon SES removes
2125+
* these before it sends the email.
21262126
* </p>
21272127
* </important>
21282128
* <p>
2129-
* For most common sending authorization scenarios, we recommend that you
2130-
* specify the <code>SourceIdentityArn</code> parameter and not the
2131-
* <code>FromIdentityArn</code> or <code>ReturnPathIdentityArn</code>
2132-
* parameters. If you only specify the <code>SourceIdentityArn</code>
2133-
* parameter, Amazon SES will set the From and Return Path addresses to the
2134-
* identity specified in <code>SourceIdentityArn</code>. For more
2135-
* information about sending authorization, see the <a href=
2129+
* If you only specify the <code>SourceIdentityArn</code> parameter, Amazon
2130+
* SES sets the From and Return-Path addresses to the same identity that you
2131+
* specified.
2132+
* </p>
2133+
* <p>
2134+
* For more information about sending authorization, see the <a href=
21362135
* "https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html"
21372136
* >Using Sending Authorization with Amazon SES</a> in the <i>Amazon SES
21382137
* Developer Guide.</i>
@@ -2321,29 +2320,23 @@ SetActiveReceiptRuleSetResult setActiveReceiptRuleSet(
23212320

23222321
/**
23232322
* <p>
2324-
* Enables or disables Easy DKIM signing of email sent from an identity:
2323+
* Enables or disables Easy DKIM signing of email sent from an identity. If
2324+
* Easy DKIM signing is enabled for a domain, then Amazon SES uses DKIM to
2325+
* sign all email that it sends from addresses on that domain. If Easy DKIM
2326+
* signing is enabled for an email address, then Amazon SES uses DKIM to
2327+
* sign all email it sends from that address.
23252328
* </p>
2326-
* <ul>
2327-
* <li>
2328-
* <p>
2329-
* If Easy DKIM signing is enabled for a domain name identity (such as
2330-
* <code>example.com</code>), then Amazon SES will DKIM-sign all email sent
2331-
* by addresses under that domain name (for example,
2332-
* <code>[email protected]</code>).
2333-
* </p>
2334-
* </li>
2335-
* <li>
2329+
* <note>
23362330
* <p>
2337-
* If Easy DKIM signing is enabled for an email address, then Amazon SES
2338-
* will DKIM-sign all email sent by that email address.
2331+
* For email addresses (for example, <code>[email protected]</code>), you can
2332+
* only enable DKIM signing if the corresponding domain (in this case,
2333+
* <code>example.com</code>) has been set up to use Easy DKIM.
23392334
* </p>
2340-
* </li>
2341-
* </ul>
2335+
* </note>
23422336
* <p>
2343-
* For email addresses (for example, <code>[email protected]</code>), you can
2344-
* only enable Easy DKIM signing if the corresponding domain (in this case,
2345-
* <code>example.com</code>) has been set up for Easy DKIM using the AWS
2346-
* Console or the <code>VerifyDomainDkim</code> operation.
2337+
* You can enable DKIM signing for an identity at any time after you start
2338+
* the verification process for the identity, even if the verification
2339+
* process isn't complete.
23472340
* </p>
23482341
* <p>
23492342
* You can execute this operation no more than once per second.

aws-android-sdk-ses/src/main/java/com/amazonaws/services/simpleemail/AmazonSimpleEmailServiceAsync.java

Lines changed: 44 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -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.

aws-android-sdk-ses/src/main/java/com/amazonaws/services/simpleemail/AmazonSimpleEmailServiceAsyncClient.java

Lines changed: 44 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -3661,7 +3661,7 @@ public ListConfigurationSetsResult call() throws Exception {
36613661
* <p>
36623662
* For more information about custom verification email
36633663
* templates, see <a href=
3664-
* "ses/latest/DeveloperGuide/custom-verification-emails.html"
3664+
* "https://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html"
36653665
* >Using Custom Verification Email Templates</a> in the
36663666
* <i>Amazon SES Developer Guide</i>.
36673667
* </p>
@@ -3709,7 +3709,7 @@ public ListCustomVerificationEmailTemplatesResult call() throws Exception {
37093709
* <p>
37103710
* For more information about custom verification email
37113711
* templates, see <a href=
3712-
* "ses/latest/DeveloperGuide/custom-verification-emails.html"
3712+
* "https://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html"
37133713
* >Using Custom Verification Email Templates</a> in the
37143714
* <i>Amazon SES Developer Guide</i>.
37153715
* </p>
@@ -5290,18 +5290,17 @@ public SendEmailResult call() throws Exception {
52905290
* </ul>
52915291
* <important>
52925292
* <p>
5293-
* Do not include these X-headers in the DKIM signature; Amazon SES will
5294-
* remove them before sending the email.
5293+
* Don't include these X-headers in the DKIM signature. Amazon SES removes
5294+
* these before it sends the email.
52955295
* </p>
52965296
* </important>
52975297
* <p>
5298-
* For most common sending authorization scenarios, we recommend that you
5299-
* specify the <code>SourceIdentityArn</code> parameter and not the
5300-
* <code>FromIdentityArn</code> or <code>ReturnPathIdentityArn</code>
5301-
* parameters. If you only specify the <code>SourceIdentityArn</code>
5302-
* parameter, Amazon SES will set the From and Return Path addresses to the
5303-
* identity specified in <code>SourceIdentityArn</code>. For more
5304-
* information about sending authorization, see the <a href=
5298+
* If you only specify the <code>SourceIdentityArn</code> parameter, Amazon
5299+
* SES sets the From and Return-Path addresses to the same identity that you
5300+
* specified.
5301+
* </p>
5302+
* <p>
5303+
* For more information about sending authorization, see the <a href=
53055304
* "https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html"
53065305
* >Using Sending Authorization with Amazon SES</a> in the <i>Amazon SES
53075306
* Developer Guide.</i>
@@ -5471,18 +5470,17 @@ public SendRawEmailResult call() throws Exception {
54715470
* </ul>
54725471
* <important>
54735472
* <p>
5474-
* Do not include these X-headers in the DKIM signature; Amazon SES will
5475-
* remove them before sending the email.
5473+
* Don't include these X-headers in the DKIM signature. Amazon SES removes
5474+
* these before it sends the email.
54765475
* </p>
54775476
* </important>
54785477
* <p>
5479-
* For most common sending authorization scenarios, we recommend that you
5480-
* specify the <code>SourceIdentityArn</code> parameter and not the
5481-
* <code>FromIdentityArn</code> or <code>ReturnPathIdentityArn</code>
5482-
* parameters. If you only specify the <code>SourceIdentityArn</code>
5483-
* parameter, Amazon SES will set the From and Return Path addresses to the
5484-
* identity specified in <code>SourceIdentityArn</code>. For more
5485-
* information about sending authorization, see the <a href=
5478+
* If you only specify the <code>SourceIdentityArn</code> parameter, Amazon
5479+
* SES sets the From and Return-Path addresses to the same identity that you
5480+
* specified.
5481+
* </p>
5482+
* <p>
5483+
* For more information about sending authorization, see the <a href=
54865484
* "https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html"
54875485
* >Using Sending Authorization with Amazon SES</a> in the <i>Amazon SES
54885486
* Developer Guide.</i>
@@ -5877,29 +5875,23 @@ public SetActiveReceiptRuleSetResult call() throws Exception {
58775875

58785876
/**
58795877
* <p>
5880-
* Enables or disables Easy DKIM signing of email sent from an identity:
5881-
* </p>
5882-
* <ul>
5883-
* <li>
5884-
* <p>
5885-
* If Easy DKIM signing is enabled for a domain name identity (such as
5886-
* <code>example.com</code>), then Amazon SES will DKIM-sign all email sent
5887-
* by addresses under that domain name (for example,
5888-
* <code>[email protected]</code>).
5878+
* Enables or disables Easy DKIM signing of email sent from an identity. If
5879+
* Easy DKIM signing is enabled for a domain, then Amazon SES uses DKIM to
5880+
* sign all email that it sends from addresses on that domain. If Easy DKIM
5881+
* signing is enabled for an email address, then Amazon SES uses DKIM to
5882+
* sign all email it sends from that address.
58895883
* </p>
5890-
* </li>
5891-
* <li>
5884+
* <note>
58925885
* <p>
5893-
* If Easy DKIM signing is enabled for an email address, then Amazon SES
5894-
* will DKIM-sign all email sent by that email address.
5886+
* For email addresses (for example, <code>[email protected]</code>), you can
5887+
* only enable DKIM signing if the corresponding domain (in this case,
5888+
* <code>example.com</code>) has been set up to use Easy DKIM.
58955889
* </p>
5896-
* </li>
5897-
* </ul>
5890+
* </note>
58985891
* <p>
5899-
* For email addresses (for example, <code>[email protected]</code>), you can
5900-
* only enable Easy DKIM signing if the corresponding domain (in this case,
5901-
* <code>example.com</code>) has been set up for Easy DKIM using the AWS
5902-
* Console or the <code>VerifyDomainDkim</code> operation.
5892+
* You can enable DKIM signing for an identity at any time after you start
5893+
* the verification process for the identity, even if the verification
5894+
* process isn't complete.
59035895
* </p>
59045896
* <p>
59055897
* You can execute this operation no more than once per second.
@@ -5940,29 +5932,23 @@ public SetIdentityDkimEnabledResult call() throws Exception {
59405932

59415933
/**
59425934
* <p>
5943-
* Enables or disables Easy DKIM signing of email sent from an identity:
5935+
* Enables or disables Easy DKIM signing of email sent from an identity. If
5936+
* Easy DKIM signing is enabled for a domain, then Amazon SES uses DKIM to
5937+
* sign all email that it sends from addresses on that domain. If Easy DKIM
5938+
* signing is enabled for an email address, then Amazon SES uses DKIM to
5939+
* sign all email it sends from that address.
59445940
* </p>
5945-
* <ul>
5946-
* <li>
5947-
* <p>
5948-
* If Easy DKIM signing is enabled for a domain name identity (such as
5949-
* <code>example.com</code>), then Amazon SES will DKIM-sign all email sent
5950-
* by addresses under that domain name (for example,
5951-
* <code>[email protected]</code>).
5952-
* </p>
5953-
* </li>
5954-
* <li>
5941+
* <note>
59555942
* <p>
5956-
* If Easy DKIM signing is enabled for an email address, then Amazon SES
5957-
* will DKIM-sign all email sent by that email address.
5943+
* For email addresses (for example, <code>[email protected]</code>), you can
5944+
* only enable DKIM signing if the corresponding domain (in this case,
5945+
* <code>example.com</code>) has been set up to use Easy DKIM.
59585946
* </p>
5959-
* </li>
5960-
* </ul>
5947+
* </note>
59615948
* <p>
5962-
* For email addresses (for example, <code>[email protected]</code>), you can
5963-
* only enable Easy DKIM signing if the corresponding domain (in this case,
5964-
* <code>example.com</code>) has been set up for Easy DKIM using the AWS
5965-
* Console or the <code>VerifyDomainDkim</code> operation.
5949+
* You can enable DKIM signing for an identity at any time after you start
5950+
* the verification process for the identity, even if the verification
5951+
* process isn't complete.
59665952
* </p>
59675953
* <p>
59685954
* You can execute this operation no more than once per second.

0 commit comments

Comments
 (0)