diff --git a/clients/client-sesv2/src/commands/CreateEmailIdentityCommand.ts b/clients/client-sesv2/src/commands/CreateEmailIdentityCommand.ts index f163109af4f67..eb776ca62e62f 100644 --- a/clients/client-sesv2/src/commands/CreateEmailIdentityCommand.ts +++ b/clients/client-sesv2/src/commands/CreateEmailIdentityCommand.ts @@ -76,6 +76,7 @@ export interface CreateEmailIdentityCommandOutput extends CreateEmailIdentityRes * DomainSigningSelector: "STRING_VALUE", * DomainSigningPrivateKey: "STRING_VALUE", * NextSigningKeyLength: "RSA_1024_BIT" || "RSA_2048_BIT", + * DomainSigningAttributesOrigin: "AWS_SES" || "EXTERNAL" || "AWS_SES_AF_SOUTH_1" || "AWS_SES_EU_NORTH_1" || "AWS_SES_AP_SOUTH_1" || "AWS_SES_EU_WEST_3" || "AWS_SES_EU_WEST_2" || "AWS_SES_EU_SOUTH_1" || "AWS_SES_EU_WEST_1" || "AWS_SES_AP_NORTHEAST_3" || "AWS_SES_AP_NORTHEAST_2" || "AWS_SES_ME_SOUTH_1" || "AWS_SES_AP_NORTHEAST_1" || "AWS_SES_IL_CENTRAL_1" || "AWS_SES_SA_EAST_1" || "AWS_SES_CA_CENTRAL_1" || "AWS_SES_AP_SOUTHEAST_1" || "AWS_SES_AP_SOUTHEAST_2" || "AWS_SES_AP_SOUTHEAST_3" || "AWS_SES_EU_CENTRAL_1" || "AWS_SES_US_EAST_1" || "AWS_SES_US_EAST_2" || "AWS_SES_US_WEST_1" || "AWS_SES_US_WEST_2", * }, * ConfigurationSetName: "STRING_VALUE", * }; @@ -90,7 +91,7 @@ export interface CreateEmailIdentityCommandOutput extends CreateEmailIdentityRes * // Tokens: [ // DnsTokenList * // "STRING_VALUE", * // ], - * // SigningAttributesOrigin: "AWS_SES" || "EXTERNAL", + * // SigningAttributesOrigin: "AWS_SES" || "EXTERNAL" || "AWS_SES_AF_SOUTH_1" || "AWS_SES_EU_NORTH_1" || "AWS_SES_AP_SOUTH_1" || "AWS_SES_EU_WEST_3" || "AWS_SES_EU_WEST_2" || "AWS_SES_EU_SOUTH_1" || "AWS_SES_EU_WEST_1" || "AWS_SES_AP_NORTHEAST_3" || "AWS_SES_AP_NORTHEAST_2" || "AWS_SES_ME_SOUTH_1" || "AWS_SES_AP_NORTHEAST_1" || "AWS_SES_IL_CENTRAL_1" || "AWS_SES_SA_EAST_1" || "AWS_SES_CA_CENTRAL_1" || "AWS_SES_AP_SOUTHEAST_1" || "AWS_SES_AP_SOUTHEAST_2" || "AWS_SES_AP_SOUTHEAST_3" || "AWS_SES_EU_CENTRAL_1" || "AWS_SES_US_EAST_1" || "AWS_SES_US_EAST_2" || "AWS_SES_US_WEST_1" || "AWS_SES_US_WEST_2", * // NextSigningKeyLength: "RSA_1024_BIT" || "RSA_2048_BIT", * // CurrentSigningKeyLength: "RSA_1024_BIT" || "RSA_2048_BIT", * // LastKeyGenerationTimestamp: new Date("TIMESTAMP"), diff --git a/clients/client-sesv2/src/commands/GetEmailIdentityCommand.ts b/clients/client-sesv2/src/commands/GetEmailIdentityCommand.ts index 60a0e608924e8..6f718a5105fc5 100644 --- a/clients/client-sesv2/src/commands/GetEmailIdentityCommand.ts +++ b/clients/client-sesv2/src/commands/GetEmailIdentityCommand.ts @@ -52,7 +52,7 @@ export interface GetEmailIdentityCommandOutput extends GetEmailIdentityResponse, * // Tokens: [ // DnsTokenList * // "STRING_VALUE", * // ], - * // SigningAttributesOrigin: "AWS_SES" || "EXTERNAL", + * // SigningAttributesOrigin: "AWS_SES" || "EXTERNAL" || "AWS_SES_AF_SOUTH_1" || "AWS_SES_EU_NORTH_1" || "AWS_SES_AP_SOUTH_1" || "AWS_SES_EU_WEST_3" || "AWS_SES_EU_WEST_2" || "AWS_SES_EU_SOUTH_1" || "AWS_SES_EU_WEST_1" || "AWS_SES_AP_NORTHEAST_3" || "AWS_SES_AP_NORTHEAST_2" || "AWS_SES_ME_SOUTH_1" || "AWS_SES_AP_NORTHEAST_1" || "AWS_SES_IL_CENTRAL_1" || "AWS_SES_SA_EAST_1" || "AWS_SES_CA_CENTRAL_1" || "AWS_SES_AP_SOUTHEAST_1" || "AWS_SES_AP_SOUTHEAST_2" || "AWS_SES_AP_SOUTHEAST_3" || "AWS_SES_EU_CENTRAL_1" || "AWS_SES_US_EAST_1" || "AWS_SES_US_EAST_2" || "AWS_SES_US_WEST_1" || "AWS_SES_US_WEST_2", * // NextSigningKeyLength: "RSA_1024_BIT" || "RSA_2048_BIT", * // CurrentSigningKeyLength: "RSA_1024_BIT" || "RSA_2048_BIT", * // LastKeyGenerationTimestamp: new Date("TIMESTAMP"), @@ -76,7 +76,7 @@ export interface GetEmailIdentityCommandOutput extends GetEmailIdentityResponse, * // VerificationInfo: { // VerificationInfo * // LastCheckedTimestamp: new Date("TIMESTAMP"), * // LastSuccessTimestamp: new Date("TIMESTAMP"), - * // ErrorType: "SERVICE_ERROR" || "DNS_SERVER_ERROR" || "HOST_NOT_FOUND" || "TYPE_NOT_FOUND" || "INVALID_VALUE", + * // ErrorType: "SERVICE_ERROR" || "DNS_SERVER_ERROR" || "HOST_NOT_FOUND" || "TYPE_NOT_FOUND" || "INVALID_VALUE" || "REPLICATION_ACCESS_DENIED" || "REPLICATION_PRIMARY_NOT_FOUND" || "REPLICATION_PRIMARY_BYO_DKIM_NOT_SUPPORTED" || "REPLICATION_REPLICA_AS_PRIMARY_NOT_SUPPORTED" || "REPLICATION_PRIMARY_INVALID_REGION", * // SOARecord: { // SOARecord * // PrimaryNameServer: "STRING_VALUE", * // AdminEmail: "STRING_VALUE", diff --git a/clients/client-sesv2/src/commands/PutEmailIdentityDkimSigningAttributesCommand.ts b/clients/client-sesv2/src/commands/PutEmailIdentityDkimSigningAttributesCommand.ts index 7c329e95b13e5..a1fdda94559aa 100644 --- a/clients/client-sesv2/src/commands/PutEmailIdentityDkimSigningAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutEmailIdentityDkimSigningAttributesCommand.ts @@ -69,11 +69,12 @@ export interface PutEmailIdentityDkimSigningAttributesCommandOutput * const client = new SESv2Client(config); * const input = { // PutEmailIdentityDkimSigningAttributesRequest * EmailIdentity: "STRING_VALUE", // required - * SigningAttributesOrigin: "AWS_SES" || "EXTERNAL", // required + * SigningAttributesOrigin: "AWS_SES" || "EXTERNAL" || "AWS_SES_AF_SOUTH_1" || "AWS_SES_EU_NORTH_1" || "AWS_SES_AP_SOUTH_1" || "AWS_SES_EU_WEST_3" || "AWS_SES_EU_WEST_2" || "AWS_SES_EU_SOUTH_1" || "AWS_SES_EU_WEST_1" || "AWS_SES_AP_NORTHEAST_3" || "AWS_SES_AP_NORTHEAST_2" || "AWS_SES_ME_SOUTH_1" || "AWS_SES_AP_NORTHEAST_1" || "AWS_SES_IL_CENTRAL_1" || "AWS_SES_SA_EAST_1" || "AWS_SES_CA_CENTRAL_1" || "AWS_SES_AP_SOUTHEAST_1" || "AWS_SES_AP_SOUTHEAST_2" || "AWS_SES_AP_SOUTHEAST_3" || "AWS_SES_EU_CENTRAL_1" || "AWS_SES_US_EAST_1" || "AWS_SES_US_EAST_2" || "AWS_SES_US_WEST_1" || "AWS_SES_US_WEST_2", // required * SigningAttributes: { // DkimSigningAttributes * DomainSigningSelector: "STRING_VALUE", * DomainSigningPrivateKey: "STRING_VALUE", * NextSigningKeyLength: "RSA_1024_BIT" || "RSA_2048_BIT", + * DomainSigningAttributesOrigin: "AWS_SES" || "EXTERNAL" || "AWS_SES_AF_SOUTH_1" || "AWS_SES_EU_NORTH_1" || "AWS_SES_AP_SOUTH_1" || "AWS_SES_EU_WEST_3" || "AWS_SES_EU_WEST_2" || "AWS_SES_EU_SOUTH_1" || "AWS_SES_EU_WEST_1" || "AWS_SES_AP_NORTHEAST_3" || "AWS_SES_AP_NORTHEAST_2" || "AWS_SES_ME_SOUTH_1" || "AWS_SES_AP_NORTHEAST_1" || "AWS_SES_IL_CENTRAL_1" || "AWS_SES_SA_EAST_1" || "AWS_SES_CA_CENTRAL_1" || "AWS_SES_AP_SOUTHEAST_1" || "AWS_SES_AP_SOUTHEAST_2" || "AWS_SES_AP_SOUTHEAST_3" || "AWS_SES_EU_CENTRAL_1" || "AWS_SES_US_EAST_1" || "AWS_SES_US_EAST_2" || "AWS_SES_US_WEST_1" || "AWS_SES_US_WEST_2", * }, * }; * const command = new PutEmailIdentityDkimSigningAttributesCommand(input); diff --git a/clients/client-sesv2/src/models/models_0.ts b/clients/client-sesv2/src/models/models_0.ts index f28bda1ab5efc..bee58be5c0fbf 100644 --- a/clients/client-sesv2/src/models/models_0.ts +++ b/clients/client-sesv2/src/models/models_0.ts @@ -2405,6 +2405,43 @@ export class SendingPausedException extends __BaseException { } } +/** + * @public + * @enum + */ +export const DkimSigningAttributesOrigin = { + AWS_SES: "AWS_SES", + AWS_SES_AF_SOUTH_1: "AWS_SES_AF_SOUTH_1", + AWS_SES_AP_NORTHEAST_1: "AWS_SES_AP_NORTHEAST_1", + AWS_SES_AP_NORTHEAST_2: "AWS_SES_AP_NORTHEAST_2", + AWS_SES_AP_NORTHEAST_3: "AWS_SES_AP_NORTHEAST_3", + AWS_SES_AP_SOUTHEAST_1: "AWS_SES_AP_SOUTHEAST_1", + AWS_SES_AP_SOUTHEAST_2: "AWS_SES_AP_SOUTHEAST_2", + AWS_SES_AP_SOUTHEAST_3: "AWS_SES_AP_SOUTHEAST_3", + AWS_SES_AP_SOUTH_1: "AWS_SES_AP_SOUTH_1", + AWS_SES_CA_CENTRAL_1: "AWS_SES_CA_CENTRAL_1", + AWS_SES_EU_CENTRAL_1: "AWS_SES_EU_CENTRAL_1", + AWS_SES_EU_NORTH_1: "AWS_SES_EU_NORTH_1", + AWS_SES_EU_SOUTH_1: "AWS_SES_EU_SOUTH_1", + AWS_SES_EU_WEST_1: "AWS_SES_EU_WEST_1", + AWS_SES_EU_WEST_2: "AWS_SES_EU_WEST_2", + AWS_SES_EU_WEST_3: "AWS_SES_EU_WEST_3", + AWS_SES_IL_CENTRAL_1: "AWS_SES_IL_CENTRAL_1", + AWS_SES_ME_SOUTH_1: "AWS_SES_ME_SOUTH_1", + AWS_SES_SA_EAST_1: "AWS_SES_SA_EAST_1", + AWS_SES_US_EAST_1: "AWS_SES_US_EAST_1", + AWS_SES_US_EAST_2: "AWS_SES_US_EAST_2", + AWS_SES_US_WEST_1: "AWS_SES_US_WEST_1", + AWS_SES_US_WEST_2: "AWS_SES_US_WEST_2", + EXTERNAL: "EXTERNAL", +} as const; + +/** + * @public + */ +export type DkimSigningAttributesOrigin = + (typeof DkimSigningAttributesOrigin)[keyof typeof DkimSigningAttributesOrigin]; + /** * @public * @enum @@ -2446,6 +2483,187 @@ export interface DkimSigningAttributes { * @public */ NextSigningKeyLength?: DkimSigningKeyLength | undefined; + + /** + *
The attribute to use for configuring DKIM for the identity depends on the + * operation: + *
+ *For PutEmailIdentityDkimSigningAttributes
:
+ *
None of the values are allowed - use the
+ *
+ * SigningAttributesOrigin
+ *
+ * parameter instead
+ *
For CreateEmailIdentity
when replicating a parent identity's DKIM
+ * configuration:
+ *
Allowed values: All values except AWS_SES
and
+ * EXTERNAL
+ *
+ * AWS_SES
– Configure DKIM for the identity by using Easy DKIM.
+ *
+ * EXTERNAL
– Configure DKIM for the identity by using Bring Your Own DKIM
+ * (BYODKIM).
+ *
+ * AWS_SES_AF_SOUTH_1
– Configure DKIM for the identity by replicating from a parent
+ * identity in Africa (Cape Town) region using Deterministic Easy-DKIM (DEED).
+ *
+ * AWS_SES_EU_NORTH_1
– Configure DKIM for the identity by replicating from a parent
+ * identity in Europe (Stockholm) region using Deterministic Easy-DKIM (DEED).
+ *
+ * AWS_SES_AP_SOUTH_1
– Configure DKIM for the identity by replicating from a parent
+ * identity in Asia Pacific (Mumbai) region using Deterministic Easy-DKIM (DEED).
+ *
+ * AWS_SES_EU_WEST_3
– Configure DKIM for the identity by replicating from a parent
+ * identity in Europe (Paris) region using Deterministic Easy-DKIM (DEED).
+ *
+ * AWS_SES_EU_WEST_2
– Configure DKIM for the identity by replicating from a parent
+ * identity in Europe (London) region using Deterministic Easy-DKIM (DEED).
+ *
+ * AWS_SES_EU_SOUTH_1
– Configure DKIM for the identity by replicating from a parent
+ * identity in Europe (Milan) region using Deterministic Easy-DKIM (DEED).
+ *
+ * AWS_SES_EU_WEST_1
– Configure DKIM for the identity by replicating from a parent
+ * identity in Europe (Ireland) region using Deterministic Easy-DKIM (DEED).
+ *
+ * AWS_SES_AP_NORTHEAST_3
– Configure DKIM for the identity by replicating from a
+ * parent identity in Asia Pacific (Osaka) region using Deterministic Easy-DKIM (DEED).
+ *
+ * AWS_SES_AP_NORTHEAST_2
– Configure DKIM for the identity by replicating from a
+ * parent identity in Asia Pacific (Seoul) region using Deterministic Easy-DKIM (DEED).
+ *
+ * AWS_SES_ME_SOUTH_1
– Configure DKIM for the identity by replicating from a parent
+ * identity in Middle East (Bahrain) region using Deterministic Easy-DKIM (DEED).
+ *
+ * AWS_SES_AP_NORTHEAST_1
– Configure DKIM for the identity by replicating from a
+ * parent identity in Asia Pacific (Tokyo) region using Deterministic Easy-DKIM (DEED).
+ *
+ * AWS_SES_IL_CENTRAL_1
– Configure DKIM for the identity by replicating from a
+ * parent identity in Israel (Tel Aviv) region using Deterministic Easy-DKIM (DEED).
+ *
+ * AWS_SES_SA_EAST_1
– Configure DKIM for the identity by replicating from a parent
+ * identity in South America (São Paulo) region using Deterministic Easy-DKIM (DEED).
+ *
+ * AWS_SES_CA_CENTRAL_1
– Configure DKIM for the identity by replicating from a
+ * parent identity in Canada (Central) region using Deterministic Easy-DKIM (DEED).
+ *
+ * AWS_SES_AP_SOUTHEAST_1
– Configure DKIM for the identity by replicating from a
+ * parent identity in Asia Pacific (Singapore) region using Deterministic Easy-DKIM (DEED).
+ *
+ * AWS_SES_AP_SOUTHEAST_2
– Configure DKIM for the identity by replicating from a
+ * parent identity in Asia Pacific (Sydney) region using Deterministic Easy-DKIM (DEED).
+ *
+ * AWS_SES_AP_SOUTHEAST_3
– Configure DKIM for the identity by replicating from a
+ * parent identity in Asia Pacific (Jakarta) region using Deterministic Easy-DKIM (DEED).
+ *
+ * AWS_SES_EU_CENTRAL_1
– Configure DKIM for the identity by replicating from a
+ * parent identity in Europe (Frankfurt) region using Deterministic Easy-DKIM (DEED).
+ *
+ * AWS_SES_US_EAST_1
– Configure DKIM for the identity by replicating from a parent
+ * identity in US East (N. Virginia) region using Deterministic Easy-DKIM (DEED).
+ *
+ * AWS_SES_US_EAST_2
– Configure DKIM for the identity by replicating from a parent
+ * identity in US East (Ohio) region using Deterministic Easy-DKIM (DEED).
+ *
+ * AWS_SES_US_WEST_1
– Configure DKIM for the identity by replicating from a parent
+ * identity in US West (N. California) region using Deterministic Easy-DKIM (DEED).
+ *
+ * AWS_SES_US_WEST_2
– Configure DKIM for the identity by replicating from a parent
+ * identity in US West (Oregon) region using Deterministic Easy-DKIM (DEED).
+ *
EXTERNAL
– Indicates that DKIM was configured for the
* identity by using Bring Your Own DKIM (BYODKIM).
*
+ *
+ * AWS_SES_AF_SOUTH_1
– Indicates that DKIM was configured for the identity by
+ * replicating signing attributes from a parent identity in Africa (Cape Town) region using Deterministic Easy-DKIM
+ * (DEED).
+ *
+ * AWS_SES_EU_NORTH_1
– Indicates that DKIM was configured for the identity by
+ * replicating signing attributes from a parent identity in Europe (Stockholm) region using Deterministic Easy-DKIM
+ * (DEED).
+ *
+ * AWS_SES_AP_SOUTH_1
– Indicates that DKIM was configured for the identity by
+ * replicating signing attributes from a parent identity in Asia Pacific (Mumbai) region using Deterministic Easy-DKIM
+ * (DEED).
+ *
+ * AWS_SES_EU_WEST_3
– Indicates that DKIM was configured for the identity by
+ * replicating signing attributes from a parent identity in Europe (Paris) region using Deterministic Easy-DKIM (DEED).
+ *
+ * AWS_SES_EU_WEST_2
– Indicates that DKIM was configured for the identity by
+ * replicating signing attributes from a parent identity in Europe (London) region using Deterministic Easy-DKIM (DEED).
+ *
+ * AWS_SES_EU_SOUTH_1
– Indicates that DKIM was configured for the identity by
+ * replicating signing attributes from a parent identity in Europe (Milan) region using Deterministic Easy-DKIM (DEED).
+ *
+ * AWS_SES_EU_WEST_1
– Indicates that DKIM was configured for the identity by
+ * replicating signing attributes from a parent identity in Europe (Ireland) region using Deterministic Easy-DKIM (DEED).
+ *
+ * AWS_SES_AP_NORTHEAST_3
– Indicates that DKIM was configured for the identity by
+ * replicating signing attributes from a parent identity in Asia Pacific (Osaka) region using Deterministic Easy-DKIM
+ * (DEED).
+ *
+ * AWS_SES_AP_NORTHEAST_2
– Indicates that DKIM was configured for the identity by
+ * replicating signing attributes from a parent identity in Asia Pacific (Seoul) region using Deterministic Easy-DKIM
+ * (DEED).
+ *
+ * AWS_SES_ME_SOUTH_1
– Indicates that DKIM was configured for the identity by
+ * replicating signing attributes from a parent identity in Middle East (Bahrain) region using Deterministic Easy-DKIM
+ * (DEED).
+ *
+ * AWS_SES_AP_NORTHEAST_1
– Indicates that DKIM was configured for the identity by
+ * replicating signing attributes from a parent identity in Asia Pacific (Tokyo) region using Deterministic Easy-DKIM
+ * (DEED).
+ *
+ * AWS_SES_IL_CENTRAL_1
– Indicates that DKIM was configured for the identity by
+ * replicating signing attributes from a parent identity in Israel (Tel Aviv) region using Deterministic Easy-DKIM (DEED).
+ *
+ * AWS_SES_SA_EAST_1
– Indicates that DKIM was configured for the identity by
+ * replicating signing attributes from a parent identity in South America (São Paulo) region using Deterministic Easy-DKIM
+ * (DEED).
+ *
+ * AWS_SES_CA_CENTRAL_1
– Indicates that DKIM was configured for the identity by
+ * replicating signing attributes from a parent identity in Canada (Central) region using Deterministic Easy-DKIM (DEED).
+ *
+ * AWS_SES_AP_SOUTHEAST_1
– Indicates that DKIM was configured for the identity by
+ * replicating signing attributes from a parent identity in Asia Pacific (Singapore) region using Deterministic Easy-DKIM
+ * (DEED).
+ *
+ * AWS_SES_AP_SOUTHEAST_2
– Indicates that DKIM was configured for the identity by
+ * replicating signing attributes from a parent identity in Asia Pacific (Sydney) region using Deterministic Easy-DKIM
+ * (DEED).
+ *
+ * AWS_SES_AP_SOUTHEAST_3
– Indicates that DKIM was configured for the identity by
+ * replicating signing attributes from a parent identity in Asia Pacific (Jakarta) region using Deterministic Easy-DKIM
+ * (DEED).
+ *
+ * AWS_SES_EU_CENTRAL_1
– Indicates that DKIM was configured for the identity by
+ * replicating signing attributes from a parent identity in Europe (Frankfurt) region using Deterministic Easy-DKIM
+ * (DEED).
+ *
+ * AWS_SES_US_EAST_1
– Indicates that DKIM was configured for the identity by
+ * replicating signing attributes from a parent identity in US East (N. Virginia) region using Deterministic Easy-DKIM
+ * (DEED).
+ *
+ * AWS_SES_US_EAST_2
– Indicates that DKIM was configured for the identity by
+ * replicating signing attributes from a parent identity in US East (Ohio) region using Deterministic Easy-DKIM (DEED).
+ *
+ * AWS_SES_US_WEST_1
– Indicates that DKIM was configured for the identity by
+ * replicating signing attributes from a parent identity in US West (N. California) region using Deterministic Easy-DKIM
+ * (DEED).
+ *
+ * AWS_SES_US_WEST_2
– Indicates that DKIM was configured for the identity by
+ * replicating signing attributes from a parent identity in US West (Oregon) region using Deterministic Easy-DKIM (DEED).
+ *
DNS_SERVER_ERROR
– The DNS server encountered an issue and
* was unable to complete the request.
*
+ *
+ * REPLICATION_ACCESS_DENIED
– The verification failed because the user does not
+ * have the required permissions to replicate the DKIM key from the primary region. Ensure you have the
+ * necessary permissions in both primary and replica regions.
+ *
+ * REPLICATION_PRIMARY_NOT_FOUND
– The verification failed because no corresponding
+ * identity was found in the specified primary region. Ensure the identity exists in the primary region
+ * before attempting replication.
+ *
+ * REPLICATION_PRIMARY_BYO_DKIM_NOT_SUPPORTED
– The verification failed because the
+ * identity in the primary region is configured with Bring Your Own DKIM (BYODKIM). DKIM key
+ * replication is only supported for identities using Easy DKIM.
+ *
+ * REPLICATION_REPLICA_AS_PRIMARY_NOT_SUPPORTED
– The verification failed because
+ * the specified primary identity is a replica of another identity, and multi-level replication is not
+ * supported; the primary identity must be a non-replica identity.
+ *
+ * REPLICATION_PRIMARY_INVALID_REGION
– The verification failed due to an invalid
+ * primary region specified. Ensure you provide a valid AWS region where Amazon SES is available and different
+ * from the replica region.
+ *
A string that indicates how DKIM was configured for the identity. These are the\n possible values:
\n\n AWS_SES
– Indicates that DKIM was configured for the\n identity by using Easy DKIM.
\n EXTERNAL
– Indicates that DKIM was configured for the\n identity by using Bring Your Own DKIM (BYODKIM).
A string that indicates how DKIM was configured for the identity. These are the\n possible values:
\n\n AWS_SES
– Indicates that DKIM was configured for the\n identity by using Easy DKIM.
\n EXTERNAL
– Indicates that DKIM was configured for the\n identity by using Bring Your Own DKIM (BYODKIM).
\n AWS_SES_AF_SOUTH_1
– Indicates that DKIM was configured for the identity by\n replicating signing attributes from a parent identity in Africa (Cape Town) region using Deterministic Easy-DKIM\n (DEED).\n
\n AWS_SES_EU_NORTH_1
– Indicates that DKIM was configured for the identity by\n replicating signing attributes from a parent identity in Europe (Stockholm) region using Deterministic Easy-DKIM\n (DEED).\n
\n AWS_SES_AP_SOUTH_1
– Indicates that DKIM was configured for the identity by\n replicating signing attributes from a parent identity in Asia Pacific (Mumbai) region using Deterministic Easy-DKIM\n (DEED).\n
\n AWS_SES_EU_WEST_3
– Indicates that DKIM was configured for the identity by\n replicating signing attributes from a parent identity in Europe (Paris) region using Deterministic Easy-DKIM (DEED).\n
\n AWS_SES_EU_WEST_2
– Indicates that DKIM was configured for the identity by\n replicating signing attributes from a parent identity in Europe (London) region using Deterministic Easy-DKIM (DEED).\n
\n AWS_SES_EU_SOUTH_1
– Indicates that DKIM was configured for the identity by\n replicating signing attributes from a parent identity in Europe (Milan) region using Deterministic Easy-DKIM (DEED).\n
\n AWS_SES_EU_WEST_1
– Indicates that DKIM was configured for the identity by\n replicating signing attributes from a parent identity in Europe (Ireland) region using Deterministic Easy-DKIM (DEED).\n
\n AWS_SES_AP_NORTHEAST_3
– Indicates that DKIM was configured for the identity by\n replicating signing attributes from a parent identity in Asia Pacific (Osaka) region using Deterministic Easy-DKIM\n (DEED).\n
\n AWS_SES_AP_NORTHEAST_2
– Indicates that DKIM was configured for the identity by\n replicating signing attributes from a parent identity in Asia Pacific (Seoul) region using Deterministic Easy-DKIM\n (DEED).\n
\n AWS_SES_ME_SOUTH_1
– Indicates that DKIM was configured for the identity by\n replicating signing attributes from a parent identity in Middle East (Bahrain) region using Deterministic Easy-DKIM\n (DEED).\n
\n AWS_SES_AP_NORTHEAST_1
– Indicates that DKIM was configured for the identity by\n replicating signing attributes from a parent identity in Asia Pacific (Tokyo) region using Deterministic Easy-DKIM\n (DEED).\n
\n AWS_SES_IL_CENTRAL_1
– Indicates that DKIM was configured for the identity by\n replicating signing attributes from a parent identity in Israel (Tel Aviv) region using Deterministic Easy-DKIM (DEED).\n
\n AWS_SES_SA_EAST_1
– Indicates that DKIM was configured for the identity by\n replicating signing attributes from a parent identity in South America (São Paulo) region using Deterministic Easy-DKIM\n (DEED).\n
\n AWS_SES_CA_CENTRAL_1
– Indicates that DKIM was configured for the identity by\n replicating signing attributes from a parent identity in Canada (Central) region using Deterministic Easy-DKIM (DEED).\n
\n AWS_SES_AP_SOUTHEAST_1
– Indicates that DKIM was configured for the identity by\n replicating signing attributes from a parent identity in Asia Pacific (Singapore) region using Deterministic Easy-DKIM\n (DEED).\n
\n AWS_SES_AP_SOUTHEAST_2
– Indicates that DKIM was configured for the identity by\n replicating signing attributes from a parent identity in Asia Pacific (Sydney) region using Deterministic Easy-DKIM\n (DEED).\n
\n AWS_SES_AP_SOUTHEAST_3
– Indicates that DKIM was configured for the identity by\n replicating signing attributes from a parent identity in Asia Pacific (Jakarta) region using Deterministic Easy-DKIM\n (DEED).\n
\n AWS_SES_EU_CENTRAL_1
– Indicates that DKIM was configured for the identity by\n replicating signing attributes from a parent identity in Europe (Frankfurt) region using Deterministic Easy-DKIM\n (DEED).\n
\n AWS_SES_US_EAST_1
– Indicates that DKIM was configured for the identity by\n replicating signing attributes from a parent identity in US East (N. Virginia) region using Deterministic Easy-DKIM\n (DEED).\n
\n AWS_SES_US_EAST_2
– Indicates that DKIM was configured for the identity by\n replicating signing attributes from a parent identity in US East (Ohio) region using Deterministic Easy-DKIM (DEED).\n
\n AWS_SES_US_WEST_1
– Indicates that DKIM was configured for the identity by\n replicating signing attributes from a parent identity in US West (N. California) region using Deterministic Easy-DKIM\n (DEED).\n
\n AWS_SES_US_WEST_2
– Indicates that DKIM was configured for the identity by\n replicating signing attributes from a parent identity in US West (Oregon) region using Deterministic Easy-DKIM (DEED).\n
[Easy DKIM] The key length of the future DKIM key pair to be generated. This can be\n changed at most once per day.
" } + }, + "DomainSigningAttributesOrigin": { + "target": "com.amazonaws.sesv2#DkimSigningAttributesOrigin", + "traits": { + "smithy.api#documentation": "The attribute to use for configuring DKIM for the identity depends on the\n operation:\n
\nFor PutEmailIdentityDkimSigningAttributes
:\n
None of the values are allowed - use the\n \n SigningAttributesOrigin
\n \n parameter instead\n
For CreateEmailIdentity
when replicating a parent identity's DKIM\n configuration:\n
Allowed values: All values except AWS_SES
and\n EXTERNAL
\n
\n AWS_SES
– Configure DKIM for the identity by using Easy DKIM.\n
\n EXTERNAL
– Configure DKIM for the identity by using Bring Your Own DKIM\n (BYODKIM).\n
\n AWS_SES_AF_SOUTH_1
– Configure DKIM for the identity by replicating from a parent\n identity in Africa (Cape Town) region using Deterministic Easy-DKIM (DEED).\n
\n AWS_SES_EU_NORTH_1
– Configure DKIM for the identity by replicating from a parent\n identity in Europe (Stockholm) region using Deterministic Easy-DKIM (DEED).\n
\n AWS_SES_AP_SOUTH_1
– Configure DKIM for the identity by replicating from a parent\n identity in Asia Pacific (Mumbai) region using Deterministic Easy-DKIM (DEED).\n
\n AWS_SES_EU_WEST_3
– Configure DKIM for the identity by replicating from a parent\n identity in Europe (Paris) region using Deterministic Easy-DKIM (DEED).\n
\n AWS_SES_EU_WEST_2
– Configure DKIM for the identity by replicating from a parent\n identity in Europe (London) region using Deterministic Easy-DKIM (DEED).\n
\n AWS_SES_EU_SOUTH_1
– Configure DKIM for the identity by replicating from a parent\n identity in Europe (Milan) region using Deterministic Easy-DKIM (DEED).\n
\n AWS_SES_EU_WEST_1
– Configure DKIM for the identity by replicating from a parent\n identity in Europe (Ireland) region using Deterministic Easy-DKIM (DEED).\n
\n AWS_SES_AP_NORTHEAST_3
– Configure DKIM for the identity by replicating from a\n parent identity in Asia Pacific (Osaka) region using Deterministic Easy-DKIM (DEED).\n
\n AWS_SES_AP_NORTHEAST_2
– Configure DKIM for the identity by replicating from a\n parent identity in Asia Pacific (Seoul) region using Deterministic Easy-DKIM (DEED).\n
\n AWS_SES_ME_SOUTH_1
– Configure DKIM for the identity by replicating from a parent\n identity in Middle East (Bahrain) region using Deterministic Easy-DKIM (DEED).\n
\n AWS_SES_AP_NORTHEAST_1
– Configure DKIM for the identity by replicating from a\n parent identity in Asia Pacific (Tokyo) region using Deterministic Easy-DKIM (DEED).\n
\n AWS_SES_IL_CENTRAL_1
– Configure DKIM for the identity by replicating from a\n parent identity in Israel (Tel Aviv) region using Deterministic Easy-DKIM (DEED).\n
\n AWS_SES_SA_EAST_1
– Configure DKIM for the identity by replicating from a parent\n identity in South America (São Paulo) region using Deterministic Easy-DKIM (DEED).\n
\n AWS_SES_CA_CENTRAL_1
– Configure DKIM for the identity by replicating from a\n parent identity in Canada (Central) region using Deterministic Easy-DKIM (DEED).\n
\n AWS_SES_AP_SOUTHEAST_1
– Configure DKIM for the identity by replicating from a\n parent identity in Asia Pacific (Singapore) region using Deterministic Easy-DKIM (DEED).\n
\n AWS_SES_AP_SOUTHEAST_2
– Configure DKIM for the identity by replicating from a\n parent identity in Asia Pacific (Sydney) region using Deterministic Easy-DKIM (DEED).\n
\n AWS_SES_AP_SOUTHEAST_3
– Configure DKIM for the identity by replicating from a\n parent identity in Asia Pacific (Jakarta) region using Deterministic Easy-DKIM (DEED).\n
\n AWS_SES_EU_CENTRAL_1
– Configure DKIM for the identity by replicating from a\n parent identity in Europe (Frankfurt) region using Deterministic Easy-DKIM (DEED).\n
\n AWS_SES_US_EAST_1
– Configure DKIM for the identity by replicating from a parent\n identity in US East (N. Virginia) region using Deterministic Easy-DKIM (DEED).\n
\n AWS_SES_US_EAST_2
– Configure DKIM for the identity by replicating from a parent\n identity in US East (Ohio) region using Deterministic Easy-DKIM (DEED).\n
\n AWS_SES_US_WEST_1
– Configure DKIM for the identity by replicating from a parent\n identity in US West (N. California) region using Deterministic Easy-DKIM (DEED).\n
\n AWS_SES_US_WEST_2
– Configure DKIM for the identity by replicating from a parent\n identity in US West (Oregon) region using Deterministic Easy-DKIM (DEED).\n
Provides the reason for the failure describing why Amazon SES was not able to successfully\n verify the identity. Below are the possible values:
\n\n INVALID_VALUE
– Amazon SES was able to find the record, but the\n value contained within the record was invalid. Ensure you have published the\n correct values for the record.
\n TYPE_NOT_FOUND
– The queried hostname exists but does not\n have the requested type of DNS record. Ensure that you have published the\n correct type of DNS record.
\n HOST_NOT_FOUND
– The queried hostname does not exist or was\n not reachable at the time of the request. Ensure that you have published the\n required DNS record(s).
\n SERVICE_ERROR
– A temporary issue is preventing Amazon SES from\n determining the verification status of the domain.
\n DNS_SERVER_ERROR
– The DNS server encountered an issue and\n was unable to complete the request.
Provides the reason for the failure describing why Amazon SES was not able to successfully\n verify the identity. Below are the possible values:
\n\n INVALID_VALUE
– Amazon SES was able to find the record, but the\n value contained within the record was invalid. Ensure you have published the\n correct values for the record.
\n TYPE_NOT_FOUND
– The queried hostname exists but does not\n have the requested type of DNS record. Ensure that you have published the\n correct type of DNS record.
\n HOST_NOT_FOUND
– The queried hostname does not exist or was\n not reachable at the time of the request. Ensure that you have published the\n required DNS record(s).
\n SERVICE_ERROR
– A temporary issue is preventing Amazon SES from\n determining the verification status of the domain.
\n DNS_SERVER_ERROR
– The DNS server encountered an issue and\n was unable to complete the request.
\n REPLICATION_ACCESS_DENIED
– The verification failed because the user does not\n have the required permissions to replicate the DKIM key from the primary region. Ensure you have the\n necessary permissions in both primary and replica regions.\n
\n REPLICATION_PRIMARY_NOT_FOUND
– The verification failed because no corresponding\n identity was found in the specified primary region. Ensure the identity exists in the primary region\n before attempting replication.\n
\n REPLICATION_PRIMARY_BYO_DKIM_NOT_SUPPORTED
– The verification failed because the\n identity in the primary region is configured with Bring Your Own DKIM (BYODKIM). DKIM key\n replication is only supported for identities using Easy DKIM.\n
\n REPLICATION_REPLICA_AS_PRIMARY_NOT_SUPPORTED
– The verification failed because\n the specified primary identity is a replica of another identity, and multi-level replication is not\n supported; the primary identity must be a non-replica identity.\n
\n REPLICATION_PRIMARY_INVALID_REGION
– The verification failed due to an invalid\n primary region specified. Ensure you provide a valid AWS region where Amazon SES is available and different\n from the replica region.\n