@@ -834,7 +834,7 @@ export interface EmailTemplateContent {
834
834
export interface Template {
835
835
/**
836
836
* <p>The name of the template. You will refer to this name when you send email using the
837
- * <code>SendTemplatedEmail </code> or <code>SendBulkTemplatedEmail </code> operations.
837
+ * <code>SendEmail </code> or <code>SendBulkEmail </code> operations.
838
838
* </p>
839
839
* @public
840
840
*/
@@ -2541,14 +2541,17 @@ export const DkimSigningAttributesOrigin = {
2541
2541
AWS_SES_AP_SOUTHEAST_2 : "AWS_SES_AP_SOUTHEAST_2" ,
2542
2542
AWS_SES_AP_SOUTHEAST_3 : "AWS_SES_AP_SOUTHEAST_3" ,
2543
2543
AWS_SES_AP_SOUTH_1 : "AWS_SES_AP_SOUTH_1" ,
2544
+ AWS_SES_AP_SOUTH_2 : "AWS_SES_AP_SOUTH_2" ,
2544
2545
AWS_SES_CA_CENTRAL_1 : "AWS_SES_CA_CENTRAL_1" ,
2545
2546
AWS_SES_EU_CENTRAL_1 : "AWS_SES_EU_CENTRAL_1" ,
2547
+ AWS_SES_EU_CENTRAL_2 : "AWS_SES_EU_CENTRAL_2" ,
2546
2548
AWS_SES_EU_NORTH_1 : "AWS_SES_EU_NORTH_1" ,
2547
2549
AWS_SES_EU_SOUTH_1 : "AWS_SES_EU_SOUTH_1" ,
2548
2550
AWS_SES_EU_WEST_1 : "AWS_SES_EU_WEST_1" ,
2549
2551
AWS_SES_EU_WEST_2 : "AWS_SES_EU_WEST_2" ,
2550
2552
AWS_SES_EU_WEST_3 : "AWS_SES_EU_WEST_3" ,
2551
2553
AWS_SES_IL_CENTRAL_1 : "AWS_SES_IL_CENTRAL_1" ,
2554
+ AWS_SES_ME_CENTRAL_1 : "AWS_SES_ME_CENTRAL_1" ,
2552
2555
AWS_SES_ME_SOUTH_1 : "AWS_SES_ME_SOUTH_1" ,
2553
2556
AWS_SES_SA_EAST_1 : "AWS_SES_SA_EAST_1" ,
2554
2557
AWS_SES_US_EAST_1 : "AWS_SES_US_EAST_1" ,
@@ -2670,6 +2673,12 @@ export interface DkimSigningAttributes {
2670
2673
* </li>
2671
2674
* <li>
2672
2675
* <p>
2676
+ * <code>AWS_SES_AP_SOUTH_2</code> – Configure DKIM for the identity by replicating from a parent
2677
+ * identity in Asia Pacific (Hyderabad) region using Deterministic Easy-DKIM (DEED).
2678
+ * </p>
2679
+ * </li>
2680
+ * <li>
2681
+ * <p>
2673
2682
* <code>AWS_SES_EU_WEST_3</code> – Configure DKIM for the identity by replicating from a parent
2674
2683
* identity in Europe (Paris) region using Deterministic Easy-DKIM (DEED).
2675
2684
* </p>
@@ -2706,6 +2715,12 @@ export interface DkimSigningAttributes {
2706
2715
* </li>
2707
2716
* <li>
2708
2717
* <p>
2718
+ * <code>AWS_SES_ME_CENTRAL_1</code> – Configure DKIM for the identity by replicating from a parent
2719
+ * identity in Middle East (UAE) region using Deterministic Easy-DKIM (DEED).
2720
+ * </p>
2721
+ * </li>
2722
+ * <li>
2723
+ * <p>
2709
2724
* <code>AWS_SES_ME_SOUTH_1</code> – Configure DKIM for the identity by replicating from a parent
2710
2725
* identity in Middle East (Bahrain) region using Deterministic Easy-DKIM (DEED).
2711
2726
* </p>
@@ -2760,6 +2775,12 @@ export interface DkimSigningAttributes {
2760
2775
* </li>
2761
2776
* <li>
2762
2777
* <p>
2778
+ * <code>AWS_SES_EU_CENTRAL_2</code> – Configure DKIM for the identity by replicating from a parent
2779
+ * identity in Europe (Zurich) region using Deterministic Easy-DKIM (DEED).
2780
+ * </p>
2781
+ * </li>
2782
+ * <li>
2783
+ * <p>
2763
2784
* <code>AWS_SES_US_EAST_1</code> – Configure DKIM for the identity by replicating from a parent
2764
2785
* identity in US East (N. Virginia) region using Deterministic Easy-DKIM (DEED).
2765
2786
* </p>
@@ -2951,6 +2972,12 @@ export interface DkimAttributes {
2951
2972
* </li>
2952
2973
* <li>
2953
2974
* <p>
2975
+ * <code>AWS_SES_AP_SOUTH_2</code> – Indicates that DKIM was configured for the identity by
2976
+ * replicating signing attributes from a parent identity in Asia Pacific (Hyderabad) region using Deterministic Easy-DKIM (DEED).
2977
+ * </p>
2978
+ * </li>
2979
+ * <li>
2980
+ * <p>
2954
2981
* <code>AWS_SES_EU_WEST_3</code> – Indicates that DKIM was configured for the identity by
2955
2982
* replicating signing attributes from a parent identity in Europe (Paris) region using Deterministic Easy-DKIM (DEED).
2956
2983
* </p>
@@ -2989,6 +3016,12 @@ export interface DkimAttributes {
2989
3016
* </li>
2990
3017
* <li>
2991
3018
* <p>
3019
+ * <code>AWS_SES_ME_CENTRAL_1</code> – Indicates that DKIM was configured for the identity by
3020
+ * replicating signing attributes from a parent identity in Middle East (UAE) region using Deterministic Easy-DKIM (DEED).
3021
+ * </p>
3022
+ * </li>
3023
+ * <li>
3024
+ * <p>
2992
3025
* <code>AWS_SES_ME_SOUTH_1</code> – Indicates that DKIM was configured for the identity by
2993
3026
* replicating signing attributes from a parent identity in Middle East (Bahrain) region using Deterministic Easy-DKIM
2994
3027
* (DEED).
@@ -3050,6 +3083,12 @@ export interface DkimAttributes {
3050
3083
* </li>
3051
3084
* <li>
3052
3085
* <p>
3086
+ * <code>AWS_SES_EU_CENTRAL_2</code> – Indicates that DKIM was configured for the identity by
3087
+ * replicating signing attributes from a parent identity in Europe (Zurich) region using Deterministic Easy-DKIM (DEED).
3088
+ * </p>
3089
+ * </li>
3090
+ * <li>
3091
+ * <p>
3053
3092
* <code>AWS_SES_US_EAST_1</code> – Indicates that DKIM was configured for the identity by
3054
3093
* replicating signing attributes from a parent identity in US East (N. Virginia) region using Deterministic Easy-DKIM
3055
3094
* (DEED).
@@ -4715,10 +4754,10 @@ export interface EventDestination {
4715
4754
* <code>RENDERING_FAILURE</code> - The email wasn't sent because of a
4716
4755
* template rendering issue. This event type can occur when template data is
4717
4756
* missing, or when there is a mismatch between template parameters and data. (This
4718
- * event type only occurs when you send email using the <a href="https://docs.aws.amazon.com/ses/latest/APIReference/API_SendTemplatedEmail .html">
4719
- * <code>SendTemplatedEmail </code>
4720
- * </a> or <a href="https://docs.aws.amazon.com/ses/latest/APIReference/API_SendBulkTemplatedEmail .html">
4721
- * <code>SendBulkTemplatedEmail </code>
4757
+ * event type only occurs when you send email using the <a href="https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_SendEmail .html">
4758
+ * <code>SendEmail </code>
4759
+ * </a> or <a href="https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_SendBulkEmail .html">
4760
+ * <code>SendBulkEmail </code>
4722
4761
* </a> API operations.) </p>
4723
4762
* </li>
4724
4763
* <li>
0 commit comments