aws-sdk-ses 1.53.0 → 1.55.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -216,6 +216,10 @@ module Aws::SES
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -395,17 +399,18 @@ module Aws::SES
395
399
  #
396
400
  #
397
401
  #
398
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-receipt-rule-set.html
402
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html#receiving-email-concepts-rules
399
403
  #
400
404
  # @option params [required, String] :rule_set_name
401
- # The name of the rule set to create. The name must:
405
+ # The name of the rule set to create. The name must meet the following
406
+ # requirements:
402
407
  #
403
- # * This value can only contain ASCII letters (a-z, A-Z), numbers (0-9),
404
- # underscores (\_), or dashes (-).
408
+ # * Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores
409
+ # (\_), or dashes (-).
405
410
  #
406
411
  # * Start and end with a letter or number.
407
412
  #
408
- # * Contain less than 64 characters.
413
+ # * Contain 64 characters or fewer.
409
414
  #
410
415
  # @option params [required, String] :original_rule_set_name
411
416
  # The name of the rule set to clone.
@@ -448,7 +453,7 @@ module Aws::SES
448
453
  #
449
454
  #
450
455
  #
451
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html
456
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html
452
457
  #
453
458
  # @option params [required, Types::ConfigurationSet] :configuration_set
454
459
  # A data structure that contains the name of the configuration set.
@@ -480,24 +485,24 @@ module Aws::SES
480
485
  #
481
486
  # </note>
482
487
  #
483
- # An event destination is the AWS service to which Amazon SES publishes
484
- # the email sending events associated with a configuration set. For
485
- # information about using configuration sets, see the [Amazon SES
486
- # Developer Guide][1].
488
+ # An event destination is the Amazon Web Services service to which
489
+ # Amazon SES publishes the email sending events associated with a
490
+ # configuration set. For information about using configuration sets, see
491
+ # the [Amazon SES Developer Guide][1].
487
492
  #
488
493
  # You can execute this operation no more than once per second.
489
494
  #
490
495
  #
491
496
  #
492
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html
497
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html
493
498
  #
494
499
  # @option params [required, String] :configuration_set_name
495
500
  # The name of the configuration set that the event destination should be
496
501
  # associated with.
497
502
  #
498
503
  # @option params [required, Types::EventDestination] :event_destination
499
- # An object that describes the AWS service that email sending event
500
- # information will be published to.
504
+ # An object that describes the Amazon Web Services service that email
505
+ # sending event where information is published.
501
506
  #
502
507
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
503
508
  #
@@ -547,7 +552,7 @@ module Aws::SES
547
552
  #
548
553
  #
549
554
  #
550
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-custom-open-click-domains.html
555
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/configure-custom-open-click-domains.html
551
556
  #
552
557
  # @option params [required, String] :configuration_set_name
553
558
  # The name of the configuration set that the tracking options should be
@@ -563,7 +568,7 @@ module Aws::SES
563
568
  #
564
569
  #
565
570
  #
566
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-custom-open-click-domains.html
571
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/configure-custom-open-click-domains.html
567
572
  #
568
573
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
569
574
  #
@@ -595,7 +600,7 @@ module Aws::SES
595
600
  #
596
601
  #
597
602
  #
598
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html
603
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom
599
604
  #
600
605
  # @option params [required, String] :template_name
601
606
  # The name of the custom verification email template.
@@ -614,7 +619,7 @@ module Aws::SES
614
619
  #
615
620
  #
616
621
  #
617
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html#custom-verification-emails-faq
622
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom
618
623
  #
619
624
  # @option params [required, String] :success_redirection_url
620
625
  # The URL that the recipient of the verification email is sent to if his
@@ -655,7 +660,7 @@ module Aws::SES
655
660
  #
656
661
  #
657
662
  #
658
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-ip-filters.html
663
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/receiving-email-ip-filtering-console-walkthrough.html
659
664
  #
660
665
  # @option params [required, Types::ReceiptFilter] :filter
661
666
  # A data structure that describes the IP address filter to create, which
@@ -709,15 +714,15 @@ module Aws::SES
709
714
  #
710
715
  #
711
716
  #
712
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-receipt-rules.html
717
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/receiving-email-receipt-rules-console-walkthrough.html
713
718
  #
714
719
  # @option params [required, String] :rule_set_name
715
- # The name of the rule set that the receipt rule will be added to.
720
+ # The name of the rule set where the receipt rule is added.
716
721
  #
717
722
  # @option params [String] :after
718
- # The name of an existing rule after which the new rule will be placed.
719
- # If this parameter is null, the new rule will be inserted at the
720
- # beginning of the rule list.
723
+ # The name of an existing rule after which the new rule is placed. If
724
+ # this parameter is null, the new rule is inserted at the beginning of
725
+ # the rule list.
721
726
  #
722
727
  # @option params [required, Types::ReceiptRule] :rule
723
728
  # A data structure that contains the specified rule's name, actions,
@@ -819,17 +824,18 @@ module Aws::SES
819
824
  #
820
825
  #
821
826
  #
822
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-receipt-rule-set.html
827
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html#receiving-email-concepts-rules
823
828
  #
824
829
  # @option params [required, String] :rule_set_name
825
- # The name of the rule set to create. The name must:
830
+ # The name of the rule set to create. The name must meet the following
831
+ # requirements:
826
832
  #
827
- # * This value can only contain ASCII letters (a-z, A-Z), numbers (0-9),
828
- # underscores (\_), or dashes (-).
833
+ # * Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores
834
+ # (\_), or dashes (-).
829
835
  #
830
836
  # * Start and end with a letter or number.
831
837
  #
832
- # * Contain less than 64 characters.
838
+ # * Contain 64 characters or fewer.
833
839
  #
834
840
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
835
841
  #
@@ -858,19 +864,18 @@ module Aws::SES
858
864
  end
859
865
 
860
866
  # Creates an email template. Email templates enable you to send
861
- # personalized email to one or more destinations in a single API
862
- # operation. For more information, see the [Amazon SES Developer
863
- # Guide][1].
867
+ # personalized email to one or more destinations in a single operation.
868
+ # For more information, see the [Amazon SES Developer Guide][1].
864
869
  #
865
870
  # You can execute this operation no more than once per second.
866
871
  #
867
872
  #
868
873
  #
869
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html
874
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/send-personalized-email-api.html
870
875
  #
871
876
  # @option params [required, Types::Template] :template
872
- # The content of the email, composed of a subject line, an HTML part,
873
- # and a text-only part.
877
+ # The content of the email, composed of a subject line and either an
878
+ # HTML part or a text-only part.
874
879
  #
875
880
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
876
881
  #
@@ -902,7 +907,7 @@ module Aws::SES
902
907
  #
903
908
  #
904
909
  #
905
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html
910
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html
906
911
  #
907
912
  # @option params [required, String] :configuration_set_name
908
913
  # The name of the configuration set to delete.
@@ -933,7 +938,7 @@ module Aws::SES
933
938
  #
934
939
  #
935
940
  #
936
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html
941
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html
937
942
  #
938
943
  # @option params [required, String] :configuration_set_name
939
944
  # The name of the configuration set from which to delete the event
@@ -968,7 +973,7 @@ module Aws::SES
968
973
  # subdomain of your own to handle these events. For information about
969
974
  # using custom domains, see the [Amazon SES Developer Guide][1].
970
975
  #
971
- # <note markdown="1"> Deleting this kind of association will result in emails sent using the
976
+ # <note markdown="1"> Deleting this kind of association results in emails sent using the
972
977
  # specified configuration set to capture open and click events using the
973
978
  # standard, Amazon SES-operated domains.
974
979
  #
@@ -976,11 +981,10 @@ module Aws::SES
976
981
  #
977
982
  #
978
983
  #
979
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-custom-open-click-domains.html
984
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/configure-custom-open-click-domains.html
980
985
  #
981
986
  # @option params [required, String] :configuration_set_name
982
- # The name of the configuration set from which you want to delete the
983
- # tracking options.
987
+ # The name of the configuration set.
984
988
  #
985
989
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
986
990
  #
@@ -1009,11 +1013,10 @@ module Aws::SES
1009
1013
  #
1010
1014
  #
1011
1015
  #
1012
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html
1016
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom
1013
1017
  #
1014
1018
  # @option params [required, String] :template_name
1015
- # The name of the custom verification email template that you want to
1016
- # delete.
1019
+ # The name of the custom verification email template to delete.
1017
1020
  #
1018
1021
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1019
1022
  #
@@ -1038,8 +1041,8 @@ module Aws::SES
1038
1041
  # You can execute this operation no more than once per second.
1039
1042
  #
1040
1043
  # @option params [required, String] :identity
1041
- # The identity to be removed from the list of identities for the AWS
1042
- # Account.
1044
+ # The identity to be removed from the list of identities for the Amazon
1045
+ # Web Services account.
1043
1046
  #
1044
1047
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1045
1048
  #
@@ -1069,11 +1072,11 @@ module Aws::SES
1069
1072
  end
1070
1073
 
1071
1074
  # Deletes the specified sending authorization policy for the given
1072
- # identity (an email address or a domain). This API returns successfully
1073
- # even if a policy with the specified name does not exist.
1075
+ # identity (an email address or a domain). This operation returns
1076
+ # successfully even if a policy with the specified name does not exist.
1074
1077
  #
1075
- # <note markdown="1"> This API is for the identity owner only. If you have not verified the
1076
- # identity, this API will return an error.
1078
+ # <note markdown="1"> This operation is for the identity owner only. If you have not
1079
+ # verified the identity, it returns an error.
1077
1080
  #
1078
1081
  # </note>
1079
1082
  #
@@ -1085,16 +1088,15 @@ module Aws::SES
1085
1088
  #
1086
1089
  #
1087
1090
  #
1088
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html
1091
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html
1089
1092
  #
1090
1093
  # @option params [required, String] :identity
1091
- # The identity that is associated with the policy that you want to
1092
- # delete. You can specify the identity by using its name or by using its
1093
- # Amazon Resource Name (ARN). Examples: `user@example.com`,
1094
- # `example.com`,
1094
+ # The identity that is associated with the policy to delete. You can
1095
+ # specify the identity by using its name or by using its Amazon Resource
1096
+ # Name (ARN). Examples: `user@example.com`, `example.com`,
1095
1097
  # `arn:aws:ses:us-east-1:123456789012:identity/example.com`.
1096
1098
  #
1097
- # To successfully call this API, you must own the identity.
1099
+ # To successfully call this operation, you must own the identity.
1098
1100
  #
1099
1101
  # @option params [required, String] :policy_name
1100
1102
  # The name of the policy to be deleted.
@@ -1136,7 +1138,7 @@ module Aws::SES
1136
1138
  #
1137
1139
  #
1138
1140
  #
1139
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-ip-filters.html
1141
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/receiving-email-ip-filtering-console-walkthrough.html
1140
1142
  #
1141
1143
  # @option params [required, String] :filter_name
1142
1144
  # The name of the IP address filter to delete.
@@ -1176,7 +1178,7 @@ module Aws::SES
1176
1178
  #
1177
1179
  #
1178
1180
  #
1179
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-receipt-rules.html
1181
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/receiving-email-receipt-rules-console-walkthrough.html
1180
1182
  #
1181
1183
  # @option params [required, String] :rule_set_name
1182
1184
  # The name of the receipt rule set that contains the receipt rule to
@@ -1227,7 +1229,7 @@ module Aws::SES
1227
1229
  #
1228
1230
  #
1229
1231
  #
1230
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-receipt-rule-sets.html
1232
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/receiving-email-receipt-rules-console-walkthrough.html
1231
1233
  #
1232
1234
  # @option params [required, String] :rule_set_name
1233
1235
  # The name of the receipt rule set to delete.
@@ -1325,7 +1327,7 @@ module Aws::SES
1325
1327
  #
1326
1328
  #
1327
1329
  #
1328
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-receipt-rule-set.html
1330
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html#receiving-email-concepts-rules
1329
1331
  #
1330
1332
  # @return [Types::DescribeActiveReceiptRuleSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1331
1333
  #
@@ -1414,7 +1416,7 @@ module Aws::SES
1414
1416
  #
1415
1417
  #
1416
1418
  #
1417
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html
1419
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html
1418
1420
  #
1419
1421
  # @option params [required, String] :configuration_set_name
1420
1422
  # The name of the configuration set to describe.
@@ -1476,7 +1478,7 @@ module Aws::SES
1476
1478
  #
1477
1479
  #
1478
1480
  #
1479
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-receipt-rules.html
1481
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/receiving-email-receipt-rules-console-walkthrough.html
1480
1482
  #
1481
1483
  # @option params [required, String] :rule_set_name
1482
1484
  # The name of the receipt rule set that the receipt rule belongs to.
@@ -1571,7 +1573,7 @@ module Aws::SES
1571
1573
  #
1572
1574
  #
1573
1575
  #
1574
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-receipt-rule-sets.html
1576
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/receiving-email-receipt-rules-console-walkthrough.html
1575
1577
  #
1576
1578
  # @option params [required, String] :rule_set_name
1577
1579
  # The name of the receipt rule set to describe.
@@ -1663,7 +1665,7 @@ module Aws::SES
1663
1665
  end
1664
1666
 
1665
1667
  # Returns the email sending status of the Amazon SES account for the
1666
- # current region.
1668
+ # current Region.
1667
1669
  #
1668
1670
  # You can execute this operation no more than once per second.
1669
1671
  #
@@ -1708,11 +1710,10 @@ module Aws::SES
1708
1710
  #
1709
1711
  #
1710
1712
  #
1711
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html
1713
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom
1712
1714
  #
1713
1715
  # @option params [required, String] :template_name
1714
- # The name of the custom verification email template that you want to
1715
- # retrieve.
1716
+ # The name of the custom verification email template to retrieve.
1716
1717
  #
1717
1718
  # @return [Types::GetCustomVerificationEmailTemplateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1718
1719
  #
@@ -1772,7 +1773,7 @@ module Aws::SES
1772
1773
  #
1773
1774
  #
1774
1775
  #
1775
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim-dns-records.html
1776
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/send-email-authentication-dkim-easy-managing.html
1776
1777
  #
1777
1778
  # @option params [required, Array<String>] :identities
1778
1779
  # A list of one or more verified identities - email addresses, domains,
@@ -1904,7 +1905,7 @@ module Aws::SES
1904
1905
  #
1905
1906
  #
1906
1907
  #
1907
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/notifications.html
1908
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity-using-notifications.html
1908
1909
  #
1909
1910
  # @option params [required, Array<String>] :identities
1910
1911
  # A list of one or more identities. You can specify an identity by using
@@ -1973,8 +1974,8 @@ module Aws::SES
1973
1974
  # a map of policy names to policy contents. You can retrieve a maximum
1974
1975
  # of 20 policies at a time.
1975
1976
  #
1976
- # <note markdown="1"> This API is for the identity owner only. If you have not verified the
1977
- # identity, this API will return an error.
1977
+ # <note markdown="1"> This operation is for the identity owner only. If you have not
1978
+ # verified the identity, it returns an error.
1978
1979
  #
1979
1980
  # </note>
1980
1981
  #
@@ -1986,15 +1987,15 @@ module Aws::SES
1986
1987
  #
1987
1988
  #
1988
1989
  #
1989
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html
1990
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html
1990
1991
  #
1991
1992
  # @option params [required, String] :identity
1992
- # The identity for which the policies will be retrieved. You can specify
1993
- # an identity by using its name or by using its Amazon Resource Name
1994
- # (ARN). Examples: `user@example.com`, `example.com`,
1993
+ # The identity for which the policies are retrieved. You can specify an
1994
+ # identity by using its name or by using its Amazon Resource Name (ARN).
1995
+ # Examples: `user@example.com`, `example.com`,
1995
1996
  # `arn:aws:ses:us-east-1:123456789012:identity/example.com`.
1996
1997
  #
1997
- # To successfully call this API, you must own the identity.
1998
+ # To successfully call this operation, you must own the identity.
1998
1999
  #
1999
2000
  # @option params [required, Array<String>] :policy_names
2000
2001
  # A list of the names of policies to be retrieved. You can retrieve a
@@ -2055,18 +2056,17 @@ module Aws::SES
2055
2056
  # Amazon SES sent to that address. If the email address owner clicks the
2056
2057
  # link within 24 hours, the verification status of the email address
2057
2058
  # changes to "Success". If the link is not clicked within 24 hours,
2058
- # the verification status changes to "Failed." In that case, if you
2059
- # still want to verify the email address, you must restart the
2060
- # verification process from the beginning.
2059
+ # the verification status changes to "Failed." In that case, to verify
2060
+ # the email address, you must restart the verification process from the
2061
+ # beginning.
2061
2062
  #
2062
2063
  # For domain identities, the domain's verification status is
2063
2064
  # "Pending" as Amazon SES searches for the required TXT record in the
2064
2065
  # DNS settings of the domain. When Amazon SES detects the record, the
2065
2066
  # domain's verification status changes to "Success". If Amazon SES is
2066
2067
  # unable to detect the record within 72 hours, the domain's
2067
- # verification status changes to "Failed." In that case, if you still
2068
- # want to verify the domain, you must restart the verification process
2069
- # from the beginning.
2068
+ # verification status changes to "Failed." In that case, to verify the
2069
+ # domain, you must restart the verification process from the beginning.
2070
2070
  #
2071
2071
  # This operation is throttled at one request per second and can only get
2072
2072
  # verification attributes for up to 100 identities at a time.
@@ -2165,10 +2165,10 @@ module Aws::SES
2165
2165
  req.send_request(options)
2166
2166
  end
2167
2167
 
2168
- # Provides sending statistics for the current AWS Region. The result is
2169
- # a list of data points, representing the last two weeks of sending
2170
- # activity. Each data point in the list contains statistics for a
2171
- # 15-minute period of time.
2168
+ # Provides sending statistics for the current Amazon Web Services
2169
+ # Region. The result is a list of data points, representing the last two
2170
+ # weeks of sending activity. Each data point in the list contains
2171
+ # statistics for a 15-minute period of time.
2172
2172
  #
2173
2173
  # You can execute this operation no more than once per second.
2174
2174
  #
@@ -2235,7 +2235,7 @@ module Aws::SES
2235
2235
  # You can execute this operation no more than once per second.
2236
2236
  #
2237
2237
  # @option params [required, String] :template_name
2238
- # The name of the template you want to retrieve.
2238
+ # The name of the template to retrieve.
2239
2239
  #
2240
2240
  # @return [Types::GetTemplateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2241
2241
  #
@@ -2264,21 +2264,21 @@ module Aws::SES
2264
2264
  end
2265
2265
 
2266
2266
  # Provides a list of the configuration sets associated with your Amazon
2267
- # SES account in the current AWS Region. For information about using
2268
- # configuration sets, see [Monitoring Your Amazon SES Sending
2269
- # Activity][1] in the *Amazon SES Developer Guide.*
2267
+ # SES account in the current Amazon Web Services Region. For information
2268
+ # about using configuration sets, see [Monitoring Your Amazon SES
2269
+ # Sending Activity][1] in the *Amazon SES Developer Guide.*
2270
2270
  #
2271
2271
  # You can execute this operation no more than once per second. This
2272
- # operation will return up to 1,000 configuration sets each time it is
2273
- # run. If your Amazon SES account has more than 1,000 configuration
2274
- # sets, this operation will also return a NextToken element. You can
2275
- # then execute the `ListConfigurationSets` operation again, passing the
2276
- # `NextToken` parameter and the value of the NextToken element to
2277
- # retrieve additional results.
2272
+ # operation returns up to 1,000 configuration sets each time it is run.
2273
+ # If your Amazon SES account has more than 1,000 configuration sets,
2274
+ # this operation also returns `NextToken`. You can then execute the
2275
+ # `ListConfigurationSets` operation again, passing the `NextToken`
2276
+ # parameter and the value of the NextToken element to retrieve
2277
+ # additional results.
2278
2278
  #
2279
2279
  #
2280
2280
  #
2281
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html
2281
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html
2282
2282
  #
2283
2283
  # @option params [String] :next_token
2284
2284
  # A token returned from a previous call to `ListConfigurationSets` to
@@ -2316,7 +2316,7 @@ module Aws::SES
2316
2316
  end
2317
2317
 
2318
2318
  # Lists the existing custom verification email templates for your
2319
- # account in the current AWS Region.
2319
+ # account in the current Amazon Web Services Region.
2320
2320
  #
2321
2321
  # For more information about custom verification email templates, see
2322
2322
  # [Using Custom Verification Email Templates][1] in the *Amazon SES
@@ -2326,7 +2326,7 @@ module Aws::SES
2326
2326
  #
2327
2327
  #
2328
2328
  #
2329
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html
2329
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom
2330
2330
  #
2331
2331
  # @option params [String] :next_token
2332
2332
  # An array the contains the name and creation time stamp for each
@@ -2336,7 +2336,7 @@ module Aws::SES
2336
2336
  # The maximum number of custom verification email templates to return.
2337
2337
  # This value must be at least 1 and less than or equal to 50. If you do
2338
2338
  # not specify a value, or if you specify a value less than 1 or greater
2339
- # than 50, the operation will return up to 50 results.
2339
+ # than 50, the operation returns up to 50 results.
2340
2340
  #
2341
2341
  # @return [Types::ListCustomVerificationEmailTemplatesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2342
2342
  #
@@ -2372,15 +2372,27 @@ module Aws::SES
2372
2372
  end
2373
2373
 
2374
2374
  # Returns a list containing all of the identities (email addresses and
2375
- # domains) for your AWS account in the current AWS Region, regardless of
2376
- # verification status.
2375
+ # domains) for your Amazon Web Services account in the current Amazon
2376
+ # Web Services Region, regardless of verification status.
2377
2377
  #
2378
2378
  # You can execute this operation no more than once per second.
2379
2379
  #
2380
+ # <note markdown="1"> It's recommended that for successive pagination calls of this API,
2381
+ # you continue to the use the same parameter/value pairs as used in the
2382
+ # original call, e.g., if you used `IdentityType=Domain` in the the
2383
+ # original call and received a `NextToken` in the response, you should
2384
+ # continue providing the `IdentityType=Domain` parameter for further
2385
+ # `NextToken` calls; however, if you didn't provide the `IdentityType`
2386
+ # parameter in the original call, then continue to not provide it for
2387
+ # successive pagination calls. Using this protocol will ensure
2388
+ # consistent results.
2389
+ #
2390
+ # </note>
2391
+ #
2380
2392
  # @option params [String] :identity_type
2381
2393
  # The type of the identities to list. Possible values are
2382
2394
  # "EmailAddress" and "Domain". If this parameter is omitted, then
2383
- # all identities will be listed.
2395
+ # all identities are listed.
2384
2396
  #
2385
2397
  # @option params [String] :next_token
2386
2398
  # The token to use for pagination.
@@ -2439,12 +2451,12 @@ module Aws::SES
2439
2451
  end
2440
2452
 
2441
2453
  # Returns a list of sending authorization policies that are attached to
2442
- # the given identity (an email address or a domain). This API returns
2443
- # only a list. If you want the actual policy content, you can use
2454
+ # the given identity (an email address or a domain). This operation
2455
+ # returns only a list. To get the actual policy content, use
2444
2456
  # `GetIdentityPolicies`.
2445
2457
  #
2446
- # <note markdown="1"> This API is for the identity owner only. If you have not verified the
2447
- # identity, this API will return an error.
2458
+ # <note markdown="1"> This operation is for the identity owner only. If you have not
2459
+ # verified the identity, it returns an error.
2448
2460
  #
2449
2461
  # </note>
2450
2462
  #
@@ -2456,16 +2468,16 @@ module Aws::SES
2456
2468
  #
2457
2469
  #
2458
2470
  #
2459
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html
2471
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html
2460
2472
  #
2461
2473
  # @option params [required, String] :identity
2462
2474
  # The identity that is associated with the policy for which the policies
2463
- # will be listed. You can specify an identity by using its name or by
2464
- # using its Amazon Resource Name (ARN). Examples: `user@example.com`,
2475
+ # are listed. You can specify an identity by using its name or by using
2476
+ # its Amazon Resource Name (ARN). Examples: `user@example.com`,
2465
2477
  # `example.com`,
2466
2478
  # `arn:aws:ses:us-east-1:123456789012:identity/example.com`.
2467
2479
  #
2468
- # To successfully call this API, you must own the identity.
2480
+ # To successfully call this operation, you must own the identity.
2469
2481
  #
2470
2482
  # @return [Types::ListIdentityPoliciesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2471
2483
  #
@@ -2507,8 +2519,8 @@ module Aws::SES
2507
2519
  req.send_request(options)
2508
2520
  end
2509
2521
 
2510
- # Lists the IP address filters associated with your AWS account in the
2511
- # current AWS Region.
2522
+ # Lists the IP address filters associated with your Amazon Web Services
2523
+ # account in the current Amazon Web Services Region.
2512
2524
  #
2513
2525
  # For information about managing IP address filters, see the [Amazon SES
2514
2526
  # Developer Guide][1].
@@ -2517,7 +2529,7 @@ module Aws::SES
2517
2529
  #
2518
2530
  #
2519
2531
  #
2520
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-ip-filters.html
2532
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/receiving-email-ip-filtering-console-walkthrough.html
2521
2533
  #
2522
2534
  # @return [Types::ListReceiptFiltersResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2523
2535
  #
@@ -2560,10 +2572,11 @@ module Aws::SES
2560
2572
  req.send_request(options)
2561
2573
  end
2562
2574
 
2563
- # Lists the receipt rule sets that exist under your AWS account in the
2564
- # current AWS Region. If there are additional receipt rule sets to be
2565
- # retrieved, you will receive a `NextToken` that you can provide to the
2566
- # next call to `ListReceiptRuleSets` to retrieve the additional entries.
2575
+ # Lists the receipt rule sets that exist under your Amazon Web Services
2576
+ # account in the current Amazon Web Services Region. If there are
2577
+ # additional receipt rule sets to be retrieved, you receive a
2578
+ # `NextToken` that you can provide to the next call to
2579
+ # `ListReceiptRuleSets` to retrieve the additional entries.
2567
2580
  #
2568
2581
  # For information about managing receipt rule sets, see the [Amazon SES
2569
2582
  # Developer Guide][1].
@@ -2572,7 +2585,7 @@ module Aws::SES
2572
2585
  #
2573
2586
  #
2574
2587
  #
2575
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-receipt-rule-sets.html
2588
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/receiving-email-receipt-rules-console-walkthrough.html
2576
2589
  #
2577
2590
  # @option params [String] :next_token
2578
2591
  # A token returned from a previous call to `ListReceiptRuleSets` to
@@ -2626,7 +2639,7 @@ module Aws::SES
2626
2639
  end
2627
2640
 
2628
2641
  # Lists the email templates present in your Amazon SES account in the
2629
- # current AWS Region.
2642
+ # current Amazon Web Services Region.
2630
2643
  #
2631
2644
  # You can execute this operation no more than once per second.
2632
2645
  #
@@ -2636,9 +2649,9 @@ module Aws::SES
2636
2649
  #
2637
2650
  # @option params [Integer] :max_items
2638
2651
  # The maximum number of templates to return. This value must be at least
2639
- # 1 and less than or equal to 10. If you do not specify a value, or if
2640
- # you specify a value less than 1 or greater than 10, the operation will
2641
- # return up to 10 results.
2652
+ # 1 and less than or equal to 100. If more than 100 items are requested,
2653
+ # the page size will automatically set to 100. If you do not specify a
2654
+ # value, 10 is the default page size.
2642
2655
  #
2643
2656
  # @return [Types::ListTemplatesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2644
2657
  #
@@ -2708,8 +2721,7 @@ module Aws::SES
2708
2721
  # Adds or updates the delivery options for a configuration set.
2709
2722
  #
2710
2723
  # @option params [required, String] :configuration_set_name
2711
- # The name of the configuration set that you want to specify the
2712
- # delivery options for.
2724
+ # The name of the configuration set.
2713
2725
  #
2714
2726
  # @option params [Types::DeliveryOptions] :delivery_options
2715
2727
  # Specifies whether messages that use the configuration set are required
@@ -2738,8 +2750,8 @@ module Aws::SES
2738
2750
  # Adds or updates a sending authorization policy for the specified
2739
2751
  # identity (an email address or a domain).
2740
2752
  #
2741
- # <note markdown="1"> This API is for the identity owner only. If you have not verified the
2742
- # identity, this API will return an error.
2753
+ # <note markdown="1"> This operation is for the identity owner only. If you have not
2754
+ # verified the identity, it returns an error.
2743
2755
  #
2744
2756
  # </note>
2745
2757
  #
@@ -2751,15 +2763,15 @@ module Aws::SES
2751
2763
  #
2752
2764
  #
2753
2765
  #
2754
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html
2766
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html
2755
2767
  #
2756
2768
  # @option params [required, String] :identity
2757
- # The identity that the policy will apply to. You can specify an
2769
+ # The identity to which that the policy applies. You can specify an
2758
2770
  # identity by using its name or by using its Amazon Resource Name (ARN).
2759
2771
  # Examples: `user@example.com`, `example.com`,
2760
2772
  # `arn:aws:ses:us-east-1:123456789012:identity/example.com`.
2761
2773
  #
2762
- # To successfully call this API, you must own the identity.
2774
+ # To successfully call this operation, you must own the identity.
2763
2775
  #
2764
2776
  # @option params [required, String] :policy_name
2765
2777
  # The name of the policy.
@@ -2775,7 +2787,7 @@ module Aws::SES
2775
2787
  #
2776
2788
  #
2777
2789
  #
2778
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization-policies.html
2790
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/sending-authorization-policies.html
2779
2791
  #
2780
2792
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2781
2793
  #
@@ -2810,8 +2822,8 @@ module Aws::SES
2810
2822
  # Reorders the receipt rules within a receipt rule set.
2811
2823
  #
2812
2824
  # <note markdown="1"> All of the rules in the rule set must be represented in this request.
2813
- # That is, this API will return an error if the reorder request doesn't
2814
- # explicitly position all of the rules.
2825
+ # That is, it is error if the reorder request doesn't explicitly
2826
+ # position all of the rules.
2815
2827
  #
2816
2828
  # </note>
2817
2829
  #
@@ -2822,14 +2834,13 @@ module Aws::SES
2822
2834
  #
2823
2835
  #
2824
2836
  #
2825
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-receipt-rule-sets.html
2837
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/receiving-email-receipt-rules-console-walkthrough.html
2826
2838
  #
2827
2839
  # @option params [required, String] :rule_set_name
2828
2840
  # The name of the receipt rule set to reorder.
2829
2841
  #
2830
2842
  # @option params [required, Array<String>] :rule_names
2831
- # A list of the specified receipt rule set's receipt rules in the order
2832
- # that you want to put them.
2843
+ # The specified receipt rule set's receipt rules, in order.
2833
2844
  #
2834
2845
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2835
2846
  #
@@ -2863,11 +2874,11 @@ module Aws::SES
2863
2874
  end
2864
2875
 
2865
2876
  # Generates and sends a bounce message to the sender of an email you
2866
- # received through Amazon SES. You can only use this API on an email up
2867
- # to 24 hours after you receive it.
2877
+ # received through Amazon SES. You can only use this operation on an
2878
+ # email up to 24 hours after you receive it.
2868
2879
  #
2869
- # <note markdown="1"> You cannot use this API to send generic bounces for mail that was not
2870
- # received by Amazon SES.
2880
+ # <note markdown="1"> You cannot use this operation to send generic bounces for mail that
2881
+ # was not received by Amazon SES.
2871
2882
  #
2872
2883
  # </note>
2873
2884
  #
@@ -2878,7 +2889,7 @@ module Aws::SES
2878
2889
  #
2879
2890
  #
2880
2891
  #
2881
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email.html
2892
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/receiving-email.html
2882
2893
  #
2883
2894
  # @option params [required, String] :original_message_id
2884
2895
  # The message ID of the message to be bounced.
@@ -2889,12 +2900,12 @@ module Aws::SES
2889
2900
  #
2890
2901
  # @option params [String] :explanation
2891
2902
  # Human-readable text for the bounce message to explain the failure. If
2892
- # not specified, the text will be auto-generated based on the bounced
2903
+ # not specified, the text is auto-generated based on the bounced
2893
2904
  # recipient information.
2894
2905
  #
2895
2906
  # @option params [Types::MessageDsn] :message_dsn
2896
- # Message-related DSN fields. If not specified, Amazon SES will choose
2897
- # the values.
2907
+ # Message-related DSN fields. If not specified, Amazon SES chooses the
2908
+ # values.
2898
2909
  #
2899
2910
  # @option params [required, Array<Types::BouncedRecipientInfo>] :bounced_recipient_info_list
2900
2911
  # A list of recipients of the bounced message, including the information
@@ -2911,7 +2922,7 @@ module Aws::SES
2911
2922
  #
2912
2923
  #
2913
2924
  #
2914
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html
2925
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html
2915
2926
  #
2916
2927
  # @return [Types::SendBounceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2917
2928
  #
@@ -2973,16 +2984,16 @@ module Aws::SES
2973
2984
  # Composes an email message to multiple destinations. The message body
2974
2985
  # is created using an email template.
2975
2986
  #
2976
- # In order to send email using the `SendBulkTemplatedEmail` operation,
2977
- # your call to the API must meet the following requirements:
2987
+ # To send email using this operation, your call must meet the following
2988
+ # requirements:
2978
2989
  #
2979
2990
  # * The call must refer to an existing email template. You can create
2980
- # email templates using the CreateTemplate operation.
2991
+ # email templates using CreateTemplate.
2981
2992
  #
2982
2993
  # * The message must be sent from a verified email address or domain.
2983
2994
  #
2984
- # * If your account is still in the Amazon SES sandbox, you may only
2985
- # send to verified addresses or domains, or to email addresses
2995
+ # * If your account is still in the Amazon SES sandbox, you may send
2996
+ # only to verified addresses or domains, or to email addresses
2986
2997
  # associated with the Amazon SES Mailbox Simulator. For more
2987
2998
  # information, see [Verifying Email Addresses and Domains][1] in the
2988
2999
  # *Amazon SES Developer Guide.*
@@ -2994,8 +3005,8 @@ module Aws::SES
2994
3005
  # address, or a BCC: address. If a recipient email address is invalid
2995
3006
  # (that is, it is not in the format
2996
3007
  # *UserName@\[SubDomain.\]Domain.TopLevelDomain*), the entire message
2997
- # will be rejected, even if the message contains other recipients that
2998
- # are valid.
3008
+ # is rejected, even if the message contains other recipients that are
3009
+ # valid.
2999
3010
  #
3000
3011
  # * The message may not include more than 50 recipients, across the To:,
3001
3012
  # CC: and BCC: fields. If you need to send an email message to a
@@ -3003,12 +3014,12 @@ module Aws::SES
3003
3014
  # 50 or fewer, and then call the `SendBulkTemplatedEmail` operation
3004
3015
  # several times to send the message to each group.
3005
3016
  #
3006
- # * The number of destinations you can contact in a single call to the
3007
- # API may be limited by your account's maximum sending rate.
3017
+ # * The number of destinations you can contact in a single call can be
3018
+ # limited by your account's maximum sending rate.
3008
3019
  #
3009
3020
  #
3010
3021
  #
3011
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-addresses-and-domains.html
3022
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/verify-addresses-and-domains.html
3012
3023
  #
3013
3024
  # @option params [required, String] :source
3014
3025
  # The email address that is sending the email. This email address must
@@ -3022,26 +3033,26 @@ module Aws::SES
3022
3033
  # authorization, see the [Amazon SES Developer Guide][2].
3023
3034
  #
3024
3035
  # <note markdown="1"> Amazon SES does not support the SMTPUTF8 extension, as described in
3025
- # [RFC6531][3]. For this reason, the *local part* of a source email
3026
- # address (the part of the email address that precedes the @ sign) may
3027
- # only contain [7-bit ASCII characters][4]. If the *domain part* of an
3028
- # address (the part after the @ sign) contains non-ASCII characters,
3029
- # they must be encoded using Punycode, as described in [RFC3492][5]. The
3030
- # sender name (also known as the *friendly name*) may contain non-ASCII
3031
- # characters. These characters must be encoded using MIME encoded-word
3032
- # syntax, as described in [RFC 2047][6]. MIME encoded-word syntax uses
3033
- # the following form: `=?charset?encoding?encoded-text?=`.
3036
+ # [RFC6531][3]. For this reason, the email address string must be 7-bit
3037
+ # ASCII. If you want to send to or from email addresses that contain
3038
+ # Unicode characters in the domain part of an address, you must encode
3039
+ # the domain using Punycode. Punycode is not permitted in the local part
3040
+ # of the email address (the part before the @ sign) nor in the
3041
+ # "friendly from" name. If you want to use Unicode characters in the
3042
+ # "friendly from" name, you must encode the "friendly from" name
3043
+ # using MIME encoded-word syntax, as described in [Sending raw email
3044
+ # using the Amazon SES API][4]. For more information about Punycode, see
3045
+ # [RFC 3492][5].
3034
3046
  #
3035
3047
  # </note>
3036
3048
  #
3037
3049
  #
3038
3050
  #
3039
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-addresses-and-domains.html
3040
- # [2]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html
3051
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html
3052
+ # [2]: https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html
3041
3053
  # [3]: https://tools.ietf.org/html/rfc6531
3042
- # [4]: https://en.wikipedia.org/wiki/Email_address#Local-part
3043
- # [5]: https://tools.ietf.org/html/rfc3492.html
3044
- # [6]: https://tools.ietf.org/html/rfc2047
3054
+ # [4]: https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html
3055
+ # [5]: http://tools.ietf.org/html/rfc3492
3045
3056
  #
3046
3057
  # @option params [String] :source_arn
3047
3058
  # This parameter is used only for sending authorization. It is the ARN
@@ -3061,21 +3072,21 @@ module Aws::SES
3061
3072
  #
3062
3073
  #
3063
3074
  #
3064
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html
3075
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html
3065
3076
  #
3066
3077
  # @option params [Array<String>] :reply_to_addresses
3067
3078
  # The reply-to email address(es) for the message. If the recipient
3068
- # replies to the message, each reply-to address will receive the reply.
3079
+ # replies to the message, each reply-to address receives the reply.
3069
3080
  #
3070
3081
  # @option params [String] :return_path
3071
- # The email address that bounces and complaints will be forwarded to
3072
- # when feedback forwarding is enabled. If the message cannot be
3073
- # delivered to the recipient, then an error message will be returned
3074
- # from the recipient's ISP; this message will then be forwarded to the
3075
- # email address specified by the `ReturnPath` parameter. The
3076
- # `ReturnPath` parameter is never overwritten. This email address must
3077
- # be either individually verified with Amazon SES, or from a domain that
3078
- # has been verified with Amazon SES.
3082
+ # The email address that bounces and complaints are forwarded to when
3083
+ # feedback forwarding is enabled. If the message cannot be delivered to
3084
+ # the recipient, then an error message is returned from the recipient's
3085
+ # ISP; this message is forwarded to the email address specified by the
3086
+ # `ReturnPath` parameter. The `ReturnPath` parameter is never
3087
+ # overwritten. This email address must be either individually verified
3088
+ # with Amazon SES, or from a domain that has been verified with Amazon
3089
+ # SES.
3079
3090
  #
3080
3091
  # @option params [String] :return_path_arn
3081
3092
  # This parameter is used only for sending authorization. It is the ARN
@@ -3095,7 +3106,7 @@ module Aws::SES
3095
3106
  #
3096
3107
  #
3097
3108
  #
3098
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html
3109
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html
3099
3110
  #
3100
3111
  # @option params [String] :configuration_set_name
3101
3112
  # The name of the configuration set to use when you send an email using
@@ -3122,8 +3133,8 @@ module Aws::SES
3122
3133
  #
3123
3134
  # @option params [required, Array<Types::BulkEmailDestination>] :destinations
3124
3135
  # One or more `Destination` objects. All of the recipients in a
3125
- # `Destination` will receive the same version of the email. You can
3126
- # specify up to 50 `Destination` objects within a `Destinations` array.
3136
+ # `Destination` receive the same version of the email. You can specify
3137
+ # up to 50 `Destination` objects within a `Destinations` array.
3127
3138
  #
3128
3139
  # @return [Types::SendBulkTemplatedEmailResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3129
3140
  #
@@ -3182,9 +3193,9 @@ module Aws::SES
3182
3193
  end
3183
3194
 
3184
3195
  # Adds an email address to the list of identities for your Amazon SES
3185
- # account in the current AWS Region and attempts to verify it. As a
3186
- # result of executing this operation, a customized verification email is
3187
- # sent to the specified address.
3196
+ # account in the current Amazon Web Services Region and attempts to
3197
+ # verify it. As a result of executing this operation, a customized
3198
+ # verification email is sent to the specified address.
3188
3199
  #
3189
3200
  # To use this operation, you must first create a custom verification
3190
3201
  # email template. For more information about creating and using custom
@@ -3195,7 +3206,7 @@ module Aws::SES
3195
3206
  #
3196
3207
  #
3197
3208
  #
3198
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html
3209
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom
3199
3210
  #
3200
3211
  # @option params [required, String] :email_address
3201
3212
  # The email address to verify.
@@ -3233,14 +3244,13 @@ module Aws::SES
3233
3244
  req.send_request(options)
3234
3245
  end
3235
3246
 
3236
- # Composes an email message and immediately queues it for sending. In
3237
- # order to send email using the `SendEmail` operation, your message must
3238
- # meet the following requirements:
3247
+ # Composes an email message and immediately queues it for sending. To
3248
+ # send email using this operation, your message must meet the following
3249
+ # requirements:
3239
3250
  #
3240
3251
  # * The message must be sent from a verified email address or domain. If
3241
3252
  # you attempt to send email using a non-verified address or domain,
3242
- # the operation will result in an "Email address not verified"
3243
- # error.
3253
+ # the operation results in an "Email address not verified" error.
3244
3254
  #
3245
3255
  # * If your account is still in the Amazon SES sandbox, you may only
3246
3256
  # send to verified addresses or domains, or to email addresses
@@ -3254,7 +3264,7 @@ module Aws::SES
3254
3264
  # recipient address can be a To: address, a CC: address, or a BCC:
3255
3265
  # address. If a recipient email address is invalid (that is, it is not
3256
3266
  # in the format *UserName@\[SubDomain.\]Domain.TopLevelDomain*), the
3257
- # entire message will be rejected, even if the message contains other
3267
+ # entire message is rejected, even if the message contains other
3258
3268
  # recipients that are valid.
3259
3269
  #
3260
3270
  # * The message may not include more than 50 recipients, across the To:,
@@ -3272,8 +3282,8 @@ module Aws::SES
3272
3282
  #
3273
3283
  #
3274
3284
  #
3275
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-addresses-and-domains.html
3276
- # [2]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/manage-sending-limits.html
3285
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/verify-addresses-and-domains.html
3286
+ # [2]: https://docs.aws.amazon.com/ses/latest/dg/manage-sending-quotas.html
3277
3287
  #
3278
3288
  # @option params [required, String] :source
3279
3289
  # The email address that is sending the email. This email address must
@@ -3287,26 +3297,26 @@ module Aws::SES
3287
3297
  # authorization, see the [Amazon SES Developer Guide][2].
3288
3298
  #
3289
3299
  # <note markdown="1"> Amazon SES does not support the SMTPUTF8 extension, as described in
3290
- # [RFC6531][3]. For this reason, the *local part* of a source email
3291
- # address (the part of the email address that precedes the @ sign) may
3292
- # only contain [7-bit ASCII characters][4]. If the *domain part* of an
3293
- # address (the part after the @ sign) contains non-ASCII characters,
3294
- # they must be encoded using Punycode, as described in [RFC3492][5]. The
3295
- # sender name (also known as the *friendly name*) may contain non-ASCII
3296
- # characters. These characters must be encoded using MIME encoded-word
3297
- # syntax, as described in [RFC 2047][6]. MIME encoded-word syntax uses
3298
- # the following form: `=?charset?encoding?encoded-text?=`.
3300
+ # [RFC6531][3]. For this reason, the email address string must be 7-bit
3301
+ # ASCII. If you want to send to or from email addresses that contain
3302
+ # Unicode characters in the domain part of an address, you must encode
3303
+ # the domain using Punycode. Punycode is not permitted in the local part
3304
+ # of the email address (the part before the @ sign) nor in the
3305
+ # "friendly from" name. If you want to use Unicode characters in the
3306
+ # "friendly from" name, you must encode the "friendly from" name
3307
+ # using MIME encoded-word syntax, as described in [Sending raw email
3308
+ # using the Amazon SES API][4]. For more information about Punycode, see
3309
+ # [RFC 3492][5].
3299
3310
  #
3300
3311
  # </note>
3301
3312
  #
3302
3313
  #
3303
3314
  #
3304
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-addresses-and-domains.html
3305
- # [2]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html
3315
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html
3316
+ # [2]: https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html
3306
3317
  # [3]: https://tools.ietf.org/html/rfc6531
3307
- # [4]: https://en.wikipedia.org/wiki/Email_address#Local-part
3308
- # [5]: https://tools.ietf.org/html/rfc3492.html
3309
- # [6]: https://tools.ietf.org/html/rfc2047
3318
+ # [4]: https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html
3319
+ # [5]: http://tools.ietf.org/html/rfc3492
3310
3320
  #
3311
3321
  # @option params [required, Types::Destination] :destination
3312
3322
  # The destination for this email, composed of To:, CC:, and BCC: fields.
@@ -3316,17 +3326,17 @@ module Aws::SES
3316
3326
  #
3317
3327
  # @option params [Array<String>] :reply_to_addresses
3318
3328
  # The reply-to email address(es) for the message. If the recipient
3319
- # replies to the message, each reply-to address will receive the reply.
3329
+ # replies to the message, each reply-to address receives the reply.
3320
3330
  #
3321
3331
  # @option params [String] :return_path
3322
- # The email address that bounces and complaints will be forwarded to
3323
- # when feedback forwarding is enabled. If the message cannot be
3324
- # delivered to the recipient, then an error message will be returned
3325
- # from the recipient's ISP; this message will then be forwarded to the
3326
- # email address specified by the `ReturnPath` parameter. The
3327
- # `ReturnPath` parameter is never overwritten. This email address must
3328
- # be either individually verified with Amazon SES, or from a domain that
3329
- # has been verified with Amazon SES.
3332
+ # The email address that bounces and complaints are forwarded to when
3333
+ # feedback forwarding is enabled. If the message cannot be delivered to
3334
+ # the recipient, then an error message is returned from the recipient's
3335
+ # ISP; this message is forwarded to the email address specified by the
3336
+ # `ReturnPath` parameter. The `ReturnPath` parameter is never
3337
+ # overwritten. This email address must be either individually verified
3338
+ # with Amazon SES, or from a domain that has been verified with Amazon
3339
+ # SES.
3330
3340
  #
3331
3341
  # @option params [String] :source_arn
3332
3342
  # This parameter is used only for sending authorization. It is the ARN
@@ -3346,7 +3356,7 @@ module Aws::SES
3346
3356
  #
3347
3357
  #
3348
3358
  #
3349
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html
3359
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html
3350
3360
  #
3351
3361
  # @option params [String] :return_path_arn
3352
3362
  # This parameter is used only for sending authorization. It is the ARN
@@ -3366,7 +3376,7 @@ module Aws::SES
3366
3376
  #
3367
3377
  #
3368
3378
  #
3369
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html
3379
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html
3370
3380
  #
3371
3381
  # @option params [Array<Types::MessageTag>] :tags
3372
3382
  # A list of tags, in the form of name/value pairs, to apply to an email
@@ -3481,10 +3491,10 @@ module Aws::SES
3481
3491
 
3482
3492
  # Composes an email message and immediately queues it for sending.
3483
3493
  #
3484
- # This operation is more flexible than the `SendEmail` API operation.
3485
- # When you use the `SendRawEmail` operation, you can specify the headers
3486
- # of the message as well as its content. This flexibility is useful, for
3487
- # example, when you want to send a multipart MIME email (such a message
3494
+ # This operation is more flexible than the `SendEmail` operation. When
3495
+ # you use the `SendRawEmail` operation, you can specify the headers of
3496
+ # the message as well as its content. This flexibility is useful, for
3497
+ # example, when you need to send a multipart MIME email (such a message
3488
3498
  # that contains both a text and an HTML version). You can also use this
3489
3499
  # operation to send messages that include attachments.
3490
3500
  #
@@ -3530,17 +3540,17 @@ module Aws::SES
3530
3540
  # `SendRawEmail` operation:
3531
3541
  #
3532
3542
  # * Although you can customize the message headers when using the
3533
- # `SendRawEmail` operation, Amazon SES will automatically apply its
3534
- # own `Message-ID` and `Date` headers; if you passed these headers
3535
- # when creating the message, they will be overwritten by the values
3536
- # that Amazon SES provides.
3543
+ # `SendRawEmail` operation, Amazon SES automatically applies its own
3544
+ # `Message-ID` and `Date` headers; if you passed these headers when
3545
+ # creating the message, they are overwritten by the values that Amazon
3546
+ # SES provides.
3537
3547
  #
3538
3548
  # * If you are using sending authorization to send on behalf of another
3539
3549
  # user, `SendRawEmail` enables you to specify the cross-account
3540
3550
  # identity for the email's Source, From, and Return-Path parameters
3541
3551
  # in one of two ways: you can pass optional parameters `SourceArn`,
3542
- # `FromArn`, and/or `ReturnPathArn` to the API, or you can include the
3543
- # following X-headers in the header of your raw email:
3552
+ # `FromArn`, and/or `ReturnPathArn`, or you can include the following
3553
+ # X-headers in the header of your raw email:
3544
3554
  #
3545
3555
  # * `X-SES-SOURCE-ARN`
3546
3556
  #
@@ -3568,12 +3578,12 @@ module Aws::SES
3568
3578
  #
3569
3579
  #
3570
3580
  #
3571
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-addresses-and-domains.html
3572
- # [2]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/request-production-access.html
3573
- # [3]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/mailbox-simulator.html
3574
- # [4]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-raw.html#send-email-mime-encoding
3575
- # [5]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html
3576
- # [6]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/manage-sending-limits.html
3581
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/verify-addresses-and-domains.html
3582
+ # [2]: https://docs.aws.amazon.com/ses/latest/dg/request-production-access.html
3583
+ # [3]: https://docs.aws.amazon.com/ses/latest/dg/send-an-email-from-console.html
3584
+ # [4]: https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html#send-email-mime-encoding
3585
+ # [5]: https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html
3586
+ # [6]: https://docs.aws.amazon.com/ses/latest/dg/manage-sending-quotas.html
3577
3587
  #
3578
3588
  # @option params [String] :source
3579
3589
  # The identity's email address. If you do not provide a value for this
@@ -3581,29 +3591,29 @@ module Aws::SES
3581
3591
  # message. (You can also specify both.)
3582
3592
  #
3583
3593
  # <note markdown="1"> Amazon SES does not support the SMTPUTF8 extension, as described
3584
- # in[RFC6531][1]. For this reason, the *local part* of a source email
3585
- # address (the part of the email address that precedes the @ sign) may
3586
- # only contain [7-bit ASCII characters][2]. If the *domain part* of an
3587
- # address (the part after the @ sign) contains non-ASCII characters,
3588
- # they must be encoded using Punycode, as described in [RFC3492][3]. The
3589
- # sender name (also known as the *friendly name*) may contain non-ASCII
3590
- # characters. These characters must be encoded using MIME encoded-word
3591
- # syntax, as described in [RFC 2047][4]. MIME encoded-word syntax uses
3592
- # the following form: `=?charset?encoding?encoded-text?=`.
3594
+ # in[RFC6531][1]. For this reason, the email address string must be
3595
+ # 7-bit ASCII. If you want to send to or from email addresses that
3596
+ # contain Unicode characters in the domain part of an address, you must
3597
+ # encode the domain using Punycode. Punycode is not permitted in the
3598
+ # local part of the email address (the part before the @ sign) nor in
3599
+ # the "friendly from" name. If you want to use Unicode characters in
3600
+ # the "friendly from" name, you must encode the "friendly from" name
3601
+ # using MIME encoded-word syntax, as described in [Sending raw email
3602
+ # using the Amazon SES API][2]. For more information about Punycode, see
3603
+ # [RFC 3492][3].
3593
3604
  #
3594
3605
  # </note>
3595
3606
  #
3596
3607
  # If you specify the `Source` parameter and have feedback forwarding
3597
- # enabled, then bounces and complaints will be sent to this email
3598
- # address. This takes precedence over any Return-Path header that you
3599
- # might include in the raw text of the message.
3608
+ # enabled, then bounces and complaints are sent to this email address.
3609
+ # This takes precedence over any Return-Path header that you might
3610
+ # include in the raw text of the message.
3600
3611
  #
3601
3612
  #
3602
3613
  #
3603
3614
  # [1]: https://tools.ietf.org/html/rfc6531
3604
- # [2]: https://en.wikipedia.org/wiki/Email_address#Local-part
3605
- # [3]: https://tools.ietf.org/html/rfc3492.html
3606
- # [4]: https://tools.ietf.org/html/rfc2047
3615
+ # [2]: https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html
3616
+ # [3]: http://tools.ietf.org/html/rfc3492
3607
3617
  #
3608
3618
  # @option params [Array<String>] :destinations
3609
3619
  # A list of destinations for the message, consisting of To:, CC:, and
@@ -3636,8 +3646,8 @@ module Aws::SES
3636
3646
  #
3637
3647
  #
3638
3648
  #
3639
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/mime-types.html
3640
- # [2]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-raw.html
3649
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/mime-types.html
3650
+ # [2]: https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html
3641
3651
  # [3]: https://tools.ietf.org/html/rfc5321#section-4.5.3.1.6
3642
3652
  #
3643
3653
  # @option params [String] :from_arn
@@ -3659,7 +3669,7 @@ module Aws::SES
3659
3669
  #
3660
3670
  #
3661
3671
  #
3662
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization-delegate-sender-tasks-email.html
3672
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/sending-authorization-delegate-sender-tasks-email.html
3663
3673
  #
3664
3674
  # @option params [String] :source_arn
3665
3675
  # This parameter is used only for sending authorization. It is the ARN
@@ -3687,7 +3697,7 @@ module Aws::SES
3687
3697
  #
3688
3698
  #
3689
3699
  #
3690
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization-delegate-sender-tasks-email.html
3700
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/sending-authorization-delegate-sender-tasks-email.html
3691
3701
  #
3692
3702
  # @option params [String] :return_path_arn
3693
3703
  # This parameter is used only for sending authorization. It is the ARN
@@ -3715,7 +3725,7 @@ module Aws::SES
3715
3725
  #
3716
3726
  #
3717
3727
  #
3718
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization-delegate-sender-tasks-email.html
3728
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/sending-authorization-delegate-sender-tasks-email.html
3719
3729
  #
3720
3730
  # @option params [Array<Types::MessageTag>] :tags
3721
3731
  # A list of tags, in the form of name/value pairs, to apply to an email
@@ -3789,8 +3799,8 @@ module Aws::SES
3789
3799
  # Composes an email message using an email template and immediately
3790
3800
  # queues it for sending.
3791
3801
  #
3792
- # In order to send email using the `SendTemplatedEmail` operation, your
3793
- # call to the API must meet the following requirements:
3802
+ # To send email using this operation, your call must meet the following
3803
+ # requirements:
3794
3804
  #
3795
3805
  # * The call must refer to an existing email template. You can create
3796
3806
  # email templates using the CreateTemplate operation.
@@ -3806,18 +3816,18 @@ module Aws::SES
3806
3816
  # * The maximum message size is 10 MB.
3807
3817
  #
3808
3818
  # * Calls to the `SendTemplatedEmail` operation may only include one
3809
- # `Destination` parameter. A destination is a set of recipients who
3810
- # will receive the same version of the email. The `Destination`
3811
- # parameter can include up to 50 recipients, across the To:, CC: and
3812
- # BCC: fields.
3819
+ # `Destination` parameter. A destination is a set of recipients that
3820
+ # receives the same version of the email. The `Destination` parameter
3821
+ # can include up to 50 recipients, across the To:, CC: and BCC:
3822
+ # fields.
3813
3823
  #
3814
3824
  # * The `Destination` parameter must include at least one recipient
3815
3825
  # email address. The recipient address can be a To: address, a CC:
3816
3826
  # address, or a BCC: address. If a recipient email address is invalid
3817
3827
  # (that is, it is not in the format
3818
3828
  # *UserName@\[SubDomain.\]Domain.TopLevelDomain*), the entire message
3819
- # will be rejected, even if the message contains other recipients that
3820
- # are valid.
3829
+ # is rejected, even if the message contains other recipients that are
3830
+ # valid.
3821
3831
  #
3822
3832
  # If your call to the `SendTemplatedEmail` operation includes all of the
3823
3833
  # required parameters, Amazon SES accepts it and returns a Message ID.
@@ -3833,8 +3843,8 @@ module Aws::SES
3833
3843
  #
3834
3844
  #
3835
3845
  #
3836
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-addresses-and-domains.html
3837
- # [2]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html
3846
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/verify-addresses-and-domains.html
3847
+ # [2]: https://docs.aws.amazon.com/ses/latest/dg/send-personalized-email-api.html
3838
3848
  #
3839
3849
  # @option params [required, String] :source
3840
3850
  # The email address that is sending the email. This email address must
@@ -3848,26 +3858,26 @@ module Aws::SES
3848
3858
  # authorization, see the [Amazon SES Developer Guide][2].
3849
3859
  #
3850
3860
  # <note markdown="1"> Amazon SES does not support the SMTPUTF8 extension, as described in
3851
- # [RFC6531][3]. For this reason, the *local part* of a source email
3852
- # address (the part of the email address that precedes the @ sign) may
3853
- # only contain [7-bit ASCII characters][4]. If the *domain part* of an
3854
- # address (the part after the @ sign) contains non-ASCII characters,
3855
- # they must be encoded using Punycode, as described in [RFC3492][5]. The
3856
- # sender name (also known as the *friendly name*) may contain non-ASCII
3857
- # characters. These characters must be encoded using MIME encoded-word
3858
- # syntax, as described in[RFC 2047][6]. MIME encoded-word syntax uses
3859
- # the following form: `=?charset?encoding?encoded-text?=`.
3861
+ # [RFC6531][3]. for this reason, The email address string must be 7-bit
3862
+ # ASCII. If you want to send to or from email addresses that contain
3863
+ # Unicode characters in the domain part of an address, you must encode
3864
+ # the domain using Punycode. Punycode is not permitted in the local part
3865
+ # of the email address (the part before the @ sign) nor in the
3866
+ # "friendly from" name. If you want to use Unicode characters in the
3867
+ # "friendly from" name, you must encode the "friendly from" name
3868
+ # using MIME encoded-word syntax, as described in [Sending raw email
3869
+ # using the Amazon SES API][4]. For more information about Punycode, see
3870
+ # [RFC 3492][5].
3860
3871
  #
3861
3872
  # </note>
3862
3873
  #
3863
3874
  #
3864
3875
  #
3865
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-addresses-and-domains.html
3866
- # [2]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html
3876
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html
3877
+ # [2]: https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html
3867
3878
  # [3]: https://tools.ietf.org/html/rfc6531
3868
- # [4]: https://en.wikipedia.org/wiki/Email_address#Local-part
3869
- # [5]: https://tools.ietf.org/html/rfc3492.html
3870
- # [6]: https://tools.ietf.org/html/rfc2047
3879
+ # [4]: https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html
3880
+ # [5]: http://tools.ietf.org/html/rfc3492
3871
3881
  #
3872
3882
  # @option params [required, Types::Destination] :destination
3873
3883
  # The destination for this email, composed of To:, CC:, and BCC: fields.
@@ -3876,17 +3886,17 @@ module Aws::SES
3876
3886
  #
3877
3887
  # @option params [Array<String>] :reply_to_addresses
3878
3888
  # The reply-to email address(es) for the message. If the recipient
3879
- # replies to the message, each reply-to address will receive the reply.
3889
+ # replies to the message, each reply-to address receives the reply.
3880
3890
  #
3881
3891
  # @option params [String] :return_path
3882
- # The email address that bounces and complaints will be forwarded to
3883
- # when feedback forwarding is enabled. If the message cannot be
3884
- # delivered to the recipient, then an error message will be returned
3885
- # from the recipient's ISP; this message will then be forwarded to the
3886
- # email address specified by the `ReturnPath` parameter. The
3887
- # `ReturnPath` parameter is never overwritten. This email address must
3888
- # be either individually verified with Amazon SES, or from a domain that
3889
- # has been verified with Amazon SES.
3892
+ # The email address that bounces and complaints are forwarded to when
3893
+ # feedback forwarding is enabled. If the message cannot be delivered to
3894
+ # the recipient, then an error message is returned from the recipient's
3895
+ # ISP; this message is forwarded to the email address specified by the
3896
+ # `ReturnPath` parameter. The `ReturnPath` parameter is never
3897
+ # overwritten. This email address must be either individually verified
3898
+ # with Amazon SES, or from a domain that has been verified with Amazon
3899
+ # SES.
3890
3900
  #
3891
3901
  # @option params [String] :source_arn
3892
3902
  # This parameter is used only for sending authorization. It is the ARN
@@ -3906,7 +3916,7 @@ module Aws::SES
3906
3916
  #
3907
3917
  #
3908
3918
  #
3909
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html
3919
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html
3910
3920
  #
3911
3921
  # @option params [String] :return_path_arn
3912
3922
  # This parameter is used only for sending authorization. It is the ARN
@@ -3926,7 +3936,7 @@ module Aws::SES
3926
3936
  #
3927
3937
  #
3928
3938
  #
3929
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html
3939
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html
3930
3940
  #
3931
3941
  # @option params [Array<Types::MessageTag>] :tags
3932
3942
  # A list of tags, in the form of name/value pairs, to apply to an email
@@ -3994,7 +4004,7 @@ module Aws::SES
3994
4004
  # Sets the specified receipt rule set as the active receipt rule set.
3995
4005
  #
3996
4006
  # <note markdown="1"> To disable your email-receiving through Amazon SES completely, you can
3997
- # call this API with RuleSetName set to null.
4007
+ # call this operation with `RuleSetName` set to null.
3998
4008
  #
3999
4009
  # </note>
4000
4010
  #
@@ -4005,7 +4015,7 @@ module Aws::SES
4005
4015
  #
4006
4016
  #
4007
4017
  #
4008
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-receipt-rule-sets.html
4018
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/receiving-email-receipt-rules-console-walkthrough.html
4009
4019
  #
4010
4020
  # @option params [String] :rule_set_name
4011
4021
  # The name of the receipt rule set to make active. Setting this value to
@@ -4060,7 +4070,7 @@ module Aws::SES
4060
4070
  #
4061
4071
  #
4062
4072
  #
4063
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html
4073
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/send-email-authentication-dkim-easy.html
4064
4074
  #
4065
4075
  # @option params [required, String] :identity
4066
4076
  # The identity for which DKIM signing should be enabled or disabled.
@@ -4115,21 +4125,20 @@ module Aws::SES
4115
4125
  #
4116
4126
  #
4117
4127
  #
4118
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/notifications.html
4128
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity-using-notifications.html
4119
4129
  #
4120
4130
  # @option params [required, String] :identity
4121
4131
  # The identity for which to set bounce and complaint notification
4122
4132
  # forwarding. Examples: `user@example.com`, `example.com`.
4123
4133
  #
4124
4134
  # @option params [required, Boolean] :forwarding_enabled
4125
- # Sets whether Amazon SES will forward bounce and complaint
4126
- # notifications as email. `true` specifies that Amazon SES will forward
4127
- # bounce and complaint notifications as email, in addition to any Amazon
4128
- # SNS topic publishing otherwise specified. `false` specifies that
4129
- # Amazon SES will publish bounce and complaint notifications only
4130
- # through Amazon SNS. This value can only be set to `false` when Amazon
4131
- # SNS topics are set for both `Bounce` and `Complaint` notification
4132
- # types.
4135
+ # Sets whether Amazon SES forwards bounce and complaint notifications as
4136
+ # email. `true` specifies that Amazon SES forwards bounce and complaint
4137
+ # notifications as email, in addition to any Amazon SNS topic publishing
4138
+ # otherwise specified. `false` specifies that Amazon SES publishes
4139
+ # bounce and complaint notifications only through Amazon SNS. This value
4140
+ # can only be set to `false` when Amazon SNS topics are set for both
4141
+ # `Bounce` and `Complaint` notification types.
4133
4142
  #
4134
4143
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4135
4144
  #
@@ -4170,7 +4179,7 @@ module Aws::SES
4170
4179
  #
4171
4180
  #
4172
4181
  #
4173
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/notifications.html
4182
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity-using-notifications.html
4174
4183
  #
4175
4184
  # @option params [required, String] :identity
4176
4185
  # The identity for which to enable or disable headers in notifications.
@@ -4183,9 +4192,9 @@ module Aws::SES
4183
4192
  # @option params [required, Boolean] :enabled
4184
4193
  # Sets whether Amazon SES includes the original email headers in Amazon
4185
4194
  # SNS notifications of the specified notification type. A value of
4186
- # `true` specifies that Amazon SES will include headers in
4187
- # notifications, and a value of `false` specifies that Amazon SES will
4188
- # not include headers in notifications.
4195
+ # `true` specifies that Amazon SES includes headers in notifications,
4196
+ # and a value of `false` specifies that Amazon SES does not include
4197
+ # headers in notifications.
4189
4198
  #
4190
4199
  # This value can only be set when `NotificationType` is already set to
4191
4200
  # use a particular Amazon SNS topic.
@@ -4225,41 +4234,40 @@ module Aws::SES
4225
4234
  # identity (an email address or a domain).
4226
4235
  #
4227
4236
  # To send emails using the specified MAIL FROM domain, you must add an
4228
- # MX record to your MAIL FROM domain's DNS settings. If you want your
4229
- # emails to pass Sender Policy Framework (SPF) checks, you must also add
4230
- # or update an SPF record. For more information, see the [Amazon SES
4237
+ # MX record to your MAIL FROM domain's DNS settings. To ensure that
4238
+ # your emails pass Sender Policy Framework (SPF) checks, you must also
4239
+ # add or update an SPF record. For more information, see the [Amazon SES
4231
4240
  # Developer Guide][1].
4232
4241
  #
4233
4242
  # You can execute this operation no more than once per second.
4234
4243
  #
4235
4244
  #
4236
4245
  #
4237
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/mail-from-set.html
4246
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/mail-from.html
4238
4247
  #
4239
4248
  # @option params [required, String] :identity
4240
- # The verified identity for which you want to enable or disable the
4241
- # specified custom MAIL FROM domain.
4249
+ # The verified identity.
4242
4250
  #
4243
4251
  # @option params [String] :mail_from_domain
4244
- # The custom MAIL FROM domain that you want the verified identity to
4245
- # use. The MAIL FROM domain must 1) be a subdomain of the verified
4246
- # identity, 2) not be used in a "From" address if the MAIL FROM domain
4247
- # is the destination of email feedback forwarding (for more information,
4248
- # see the [Amazon SES Developer Guide][1]), and 3) not be used to
4249
- # receive emails. A value of `null` disables the custom MAIL FROM
4250
- # setting for the identity.
4252
+ # The custom MAIL FROM domain for the verified identity to use. The MAIL
4253
+ # FROM domain must 1) be a subdomain of the verified identity, 2) not be
4254
+ # used in a "From" address if the MAIL FROM domain is the destination
4255
+ # of email feedback forwarding (for more information, see the [Amazon
4256
+ # SES Developer Guide][1]), and 3) not be used to receive emails. A
4257
+ # value of `null` disables the custom MAIL FROM setting for the
4258
+ # identity.
4251
4259
  #
4252
4260
  #
4253
4261
  #
4254
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/mail-from.html
4262
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/mail-from.html
4255
4263
  #
4256
4264
  # @option params [String] :behavior_on_mx_failure
4257
- # The action that you want Amazon SES to take if it cannot successfully
4258
- # read the required MX record when you send an email. If you choose
4259
- # `UseDefaultValue`, Amazon SES will use amazonses.com (or a subdomain
4260
- # of that) as the MAIL FROM domain. If you choose `RejectMessage`,
4261
- # Amazon SES will return a `MailFromDomainNotVerified` error and not
4262
- # send the email.
4265
+ # The action for Amazon SES to take if it cannot successfully read the
4266
+ # required MX record when you send an email. If you choose
4267
+ # `UseDefaultValue`, Amazon SES uses amazonses.com (or a subdomain of
4268
+ # that) as the MAIL FROM domain. If you choose `RejectMessage`, Amazon
4269
+ # SES returns a `MailFromDomainNotVerified` error and not send the
4270
+ # email.
4263
4271
  #
4264
4272
  # The action specified in `BehaviorOnMXFailure` is taken when the custom
4265
4273
  # MAIL FROM domain setup is in the `Pending`, `Failed`, and
@@ -4310,11 +4318,10 @@ module Aws::SES
4310
4318
  #
4311
4319
  #
4312
4320
  #
4313
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/notifications.html
4321
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity-using-notifications.html
4314
4322
  #
4315
4323
  # @option params [required, String] :identity
4316
- # The identity (email address or domain) that you want to set the Amazon
4317
- # SNS topic for.
4324
+ # The identity (email address or domain) for the Amazon SNS topic.
4318
4325
  #
4319
4326
  # You can only specify a verified identity for this parameter.
4320
4327
  #
@@ -4324,8 +4331,8 @@ module Aws::SES
4324
4331
  # `arn:aws:ses:us-east-1:123456789012:identity/example.com`.
4325
4332
  #
4326
4333
  # @option params [required, String] :notification_type
4327
- # The type of notifications that will be published to the specified
4328
- # Amazon SNS topic.
4334
+ # The type of notifications that are published to the specified Amazon
4335
+ # SNS topic.
4329
4336
  #
4330
4337
  # @option params [String] :sns_topic
4331
4338
  # The Amazon Resource Name (ARN) of the Amazon SNS topic. If the
@@ -4373,7 +4380,7 @@ module Aws::SES
4373
4380
  #
4374
4381
  #
4375
4382
  #
4376
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-receipt-rules.html
4383
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/receiving-email-receipt-rules-console-walkthrough.html
4377
4384
  #
4378
4385
  # @option params [required, String] :rule_set_name
4379
4386
  # The name of the receipt rule set that contains the receipt rule to
@@ -4422,7 +4429,7 @@ module Aws::SES
4422
4429
  # You can execute this operation no more than once per second.
4423
4430
  #
4424
4431
  # @option params [required, String] :template_name
4425
- # The name of the template that you want to render.
4432
+ # The name of the template to render.
4426
4433
  #
4427
4434
  # @option params [required, String] :template_data
4428
4435
  # A list of replacement values to apply to the template. This parameter
@@ -4454,17 +4461,17 @@ module Aws::SES
4454
4461
  end
4455
4462
 
4456
4463
  # Enables or disables email sending across your entire Amazon SES
4457
- # account in the current AWS Region. You can use this operation in
4458
- # conjunction with Amazon CloudWatch alarms to temporarily pause email
4459
- # sending across your Amazon SES account in a given AWS Region when
4460
- # reputation metrics (such as your bounce or complaint rates) reach
4461
- # certain thresholds.
4464
+ # account in the current Amazon Web Services Region. You can use this
4465
+ # operation in conjunction with Amazon CloudWatch alarms to temporarily
4466
+ # pause email sending across your Amazon SES account in a given Amazon
4467
+ # Web Services Region when reputation metrics (such as your bounce or
4468
+ # complaint rates) reach certain thresholds.
4462
4469
  #
4463
4470
  # You can execute this operation no more than once per second.
4464
4471
  #
4465
4472
  # @option params [Boolean] :enabled
4466
4473
  # Describes whether email sending is enabled or disabled for your Amazon
4467
- # SES account in the current AWS Region.
4474
+ # SES account in the current Amazon Web Services Region.
4468
4475
  #
4469
4476
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4470
4477
  #
@@ -4510,15 +4517,13 @@ module Aws::SES
4510
4517
  #
4511
4518
  #
4512
4519
  #
4513
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html
4520
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html
4514
4521
  #
4515
4522
  # @option params [required, String] :configuration_set_name
4516
- # The name of the configuration set that contains the event destination
4517
- # that you want to update.
4523
+ # The name of the configuration set that contains the event destination.
4518
4524
  #
4519
4525
  # @option params [required, Types::EventDestination] :event_destination
4520
- # The event destination object that you want to apply to the specified
4521
- # configuration set.
4526
+ # The event destination object.
4522
4527
  #
4523
4528
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4524
4529
  #
@@ -4559,21 +4564,21 @@ module Aws::SES
4559
4564
  end
4560
4565
 
4561
4566
  # Enables or disables the publishing of reputation metrics for emails
4562
- # sent using a specific configuration set in a given AWS Region.
4563
- # Reputation metrics include bounce and complaint rates. These metrics
4564
- # are published to Amazon CloudWatch. By using CloudWatch, you can
4565
- # create alarms when bounce or complaint rates exceed certain
4567
+ # sent using a specific configuration set in a given Amazon Web Services
4568
+ # Region. Reputation metrics include bounce and complaint rates. These
4569
+ # metrics are published to Amazon CloudWatch. By using CloudWatch, you
4570
+ # can create alarms when bounce or complaint rates exceed certain
4566
4571
  # thresholds.
4567
4572
  #
4568
4573
  # You can execute this operation no more than once per second.
4569
4574
  #
4570
4575
  # @option params [required, String] :configuration_set_name
4571
- # The name of the configuration set that you want to update.
4576
+ # The name of the configuration set to update.
4572
4577
  #
4573
4578
  # @option params [required, Boolean] :enabled
4574
- # Describes whether or not Amazon SES will publish reputation metrics
4575
- # for the configuration set, such as bounce and complaint rates, to
4576
- # Amazon CloudWatch.
4579
+ # Describes whether or not Amazon SES publishes reputation metrics for
4580
+ # the configuration set, such as bounce and complaint rates, to Amazon
4581
+ # CloudWatch.
4577
4582
  #
4578
4583
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4579
4584
  #
@@ -4604,16 +4609,16 @@ module Aws::SES
4604
4609
  end
4605
4610
 
4606
4611
  # Enables or disables email sending for messages sent using a specific
4607
- # configuration set in a given AWS Region. You can use this operation in
4608
- # conjunction with Amazon CloudWatch alarms to temporarily pause email
4609
- # sending for a configuration set when the reputation metrics for that
4610
- # configuration set (such as your bounce on complaint rate) exceed
4611
- # certain thresholds.
4612
+ # configuration set in a given Amazon Web Services Region. You can use
4613
+ # this operation in conjunction with Amazon CloudWatch alarms to
4614
+ # temporarily pause email sending for a configuration set when the
4615
+ # reputation metrics for that configuration set (such as your bounce on
4616
+ # complaint rate) exceed certain thresholds.
4612
4617
  #
4613
4618
  # You can execute this operation no more than once per second.
4614
4619
  #
4615
4620
  # @option params [required, String] :configuration_set_name
4616
- # The name of the configuration set that you want to update.
4621
+ # The name of the configuration set to update.
4617
4622
  #
4618
4623
  # @option params [required, Boolean] :enabled
4619
4624
  # Describes whether email sending is enabled or disabled for the
@@ -4657,11 +4662,10 @@ module Aws::SES
4657
4662
  #
4658
4663
  #
4659
4664
  #
4660
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-custom-open-click-domains.html
4665
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/configure-custom-open-click-domains.html
4661
4666
  #
4662
4667
  # @option params [required, String] :configuration_set_name
4663
- # The name of the configuration set for which you want to update the
4664
- # custom tracking domain.
4668
+ # The name of the configuration set.
4665
4669
  #
4666
4670
  # @option params [required, Types::TrackingOptions] :tracking_options
4667
4671
  # A domain that is used to redirect email recipients to an Amazon
@@ -4673,7 +4677,7 @@ module Aws::SES
4673
4677
  #
4674
4678
  #
4675
4679
  #
4676
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-custom-open-click-domains.html
4680
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/configure-custom-open-click-domains.html
4677
4681
  #
4678
4682
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4679
4683
  #
@@ -4705,11 +4709,10 @@ module Aws::SES
4705
4709
  #
4706
4710
  #
4707
4711
  #
4708
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html
4712
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom
4709
4713
  #
4710
4714
  # @option params [required, String] :template_name
4711
- # The name of the custom verification email template that you want to
4712
- # update.
4715
+ # The name of the custom verification email template to update.
4713
4716
  #
4714
4717
  # @option params [String] :from_email_address
4715
4718
  # The email address that the custom verification email is sent from.
@@ -4725,7 +4728,7 @@ module Aws::SES
4725
4728
  #
4726
4729
  #
4727
4730
  #
4728
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html#custom-verification-emails-faq
4731
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom
4729
4732
  #
4730
4733
  # @option params [String] :success_redirection_url
4731
4734
  # The URL that the recipient of the verification email is sent to if his
@@ -4766,7 +4769,7 @@ module Aws::SES
4766
4769
  #
4767
4770
  #
4768
4771
  #
4769
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-receipt-rules.html
4772
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/receiving-email-receipt-rules-console-walkthrough.html
4770
4773
  #
4771
4774
  # @option params [required, String] :rule_set_name
4772
4775
  # The name of the receipt rule set that the receipt rule belongs to.
@@ -4860,19 +4863,18 @@ module Aws::SES
4860
4863
  end
4861
4864
 
4862
4865
  # Updates an email template. Email templates enable you to send
4863
- # personalized email to one or more destinations in a single API
4864
- # operation. For more information, see the [Amazon SES Developer
4865
- # Guide][1].
4866
+ # personalized email to one or more destinations in a single operation.
4867
+ # For more information, see the [Amazon SES Developer Guide][1].
4866
4868
  #
4867
4869
  # You can execute this operation no more than once per second.
4868
4870
  #
4869
4871
  #
4870
4872
  #
4871
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html
4873
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/send-personalized-email-api.html
4872
4874
  #
4873
4875
  # @option params [required, Types::Template] :template
4874
- # The content of the email, composed of a subject line, an HTML part,
4875
- # and a text-only part.
4876
+ # The content of the email, composed of a subject line and either an
4877
+ # HTML part or a text-only part.
4876
4878
  #
4877
4879
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4878
4880
  #
@@ -4932,8 +4934,8 @@ module Aws::SES
4932
4934
  #
4933
4935
  #
4934
4936
  #
4935
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-domains.html
4936
- # [2]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html
4937
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#verify-domain-procedure
4938
+ # [2]: https://docs.aws.amazon.com/ses/latest/dg/send-email-authentication-dkim-easy.html
4937
4939
  #
4938
4940
  # @option params [required, String] :domain
4939
4941
  # The name of the domain to be verified for Easy DKIM signing.
@@ -4981,15 +4983,15 @@ module Aws::SES
4981
4983
  end
4982
4984
 
4983
4985
  # Adds a domain to the list of identities for your Amazon SES account in
4984
- # the current AWS Region and attempts to verify it. For more information
4985
- # about verifying domains, see [Verifying Email Addresses and
4986
- # Domains][1] in the *Amazon SES Developer Guide.*
4986
+ # the current Amazon Web Services Region and attempts to verify it. For
4987
+ # more information about verifying domains, see [Verifying Email
4988
+ # Addresses and Domains][1] in the *Amazon SES Developer Guide.*
4987
4989
  #
4988
4990
  # You can execute this operation no more than once per second.
4989
4991
  #
4990
4992
  #
4991
4993
  #
4992
- # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-addresses-and-domains.html
4994
+ # [1]: https://docs.aws.amazon.com/ses/latest/dg/verify-addresses-and-domains.html
4993
4995
  #
4994
4996
  # @option params [required, String] :domain
4995
4997
  # The domain to be verified.
@@ -5064,9 +5066,9 @@ module Aws::SES
5064
5066
  end
5065
5067
 
5066
5068
  # Adds an email address to the list of identities for your Amazon SES
5067
- # account in the current AWS region and attempts to verify it. As a
5068
- # result of executing this operation, a verification email is sent to
5069
- # the specified address.
5069
+ # account in the current Amazon Web Services Region and attempts to
5070
+ # verify it. As a result of executing this operation, a verification
5071
+ # email is sent to the specified address.
5070
5072
  #
5071
5073
  # You can execute this operation no more than once per second.
5072
5074
  #
@@ -5112,7 +5114,7 @@ module Aws::SES
5112
5114
  params: params,
5113
5115
  config: config)
5114
5116
  context[:gem_name] = 'aws-sdk-ses'
5115
- context[:gem_version] = '1.53.0'
5117
+ context[:gem_version] = '1.55.0'
5116
5118
  Seahorse::Client::Request.new(handlers, context)
5117
5119
  end
5118
5120