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: + *

+ *
    + *
  1. + *

    For PutEmailIdentityDkimSigningAttributes: + *

    + * + *
  2. + *
  3. + *

    For CreateEmailIdentity when replicating a parent identity's DKIM + * configuration: + *

    + * + *
  4. + *
+ * + * @public + */ + DomainSigningAttributesOrigin?: DkimSigningAttributesOrigin | undefined; } /** @@ -2486,21 +2704,6 @@ export interface CreateEmailIdentityRequest { ConfigurationSetName?: string | undefined; } -/** - * @public - * @enum - */ -export const DkimSigningAttributesOrigin = { - AWS_SES: "AWS_SES", - EXTERNAL: "EXTERNAL", -} as const; - -/** - * @public - */ -export type DkimSigningAttributesOrigin = - (typeof DkimSigningAttributesOrigin)[keyof typeof DkimSigningAttributesOrigin]; - /** * @public * @enum @@ -2603,6 +2806,152 @@ export interface DkimAttributes { * 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). + *

    + *
  • * * @public */ @@ -5256,6 +5605,11 @@ export const VerificationError = { DNS_SERVER_ERROR: "DNS_SERVER_ERROR", HOST_NOT_FOUND: "HOST_NOT_FOUND", INVALID_VALUE: "INVALID_VALUE", + REPLICATION_ACCESS_DENIED: "REPLICATION_ACCESS_DENIED", + REPLICATION_PRIMARY_BYO_DKIM_NOT_SUPPORTED: "REPLICATION_PRIMARY_BYO_DKIM_NOT_SUPPORTED", + REPLICATION_PRIMARY_INVALID_REGION: "REPLICATION_PRIMARY_INVALID_REGION", + REPLICATION_PRIMARY_NOT_FOUND: "REPLICATION_PRIMARY_NOT_FOUND", + REPLICATION_REPLICA_AS_PRIMARY_NOT_SUPPORTED: "REPLICATION_REPLICA_AS_PRIMARY_NOT_SUPPORTED", SERVICE_ERROR: "SERVICE_ERROR", TYPE_NOT_FOUND: "TYPE_NOT_FOUND", } as const; @@ -5340,6 +5694,41 @@ export interface VerificationInfo { * 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. + *

    + *
  • * * @public */ diff --git a/codegen/sdk-codegen/aws-models/sesv2.json b/codegen/sdk-codegen/aws-models/sesv2.json index a3ecbfa0341eb..fb250e66dd1bb 100644 --- a/codegen/sdk-codegen/aws-models/sesv2.json +++ b/codegen/sdk-codegen/aws-models/sesv2.json @@ -2939,7 +2939,7 @@ "SigningAttributesOrigin": { "target": "com.amazonaws.sesv2#DkimSigningAttributesOrigin", "traits": { - "smithy.api#documentation": "

    A string that indicates how DKIM was configured for the identity. These are the\n possible values:

    \n " + "smithy.api#documentation": "

    A string that indicates how DKIM was configured for the identity. These are the\n possible values:

    \n " } }, "NextSigningKeyLength": { @@ -2985,6 +2985,12 @@ "traits": { "smithy.api#documentation": "

    [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

    \n
      \n
    1. \n

      For PutEmailIdentityDkimSigningAttributes:\n

      \n \n
    2. \n
    3. \n

      For CreateEmailIdentity when replicating a parent identity's DKIM\n configuration:\n

      \n \n
    4. \n
    \n " + } } }, "traits": { @@ -3005,6 +3011,138 @@ "traits": { "smithy.api#enumValue": "EXTERNAL" } + }, + "AWS_SES_AF_SOUTH_1": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "AWS_SES_AF_SOUTH_1" + } + }, + "AWS_SES_EU_NORTH_1": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "AWS_SES_EU_NORTH_1" + } + }, + "AWS_SES_AP_SOUTH_1": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "AWS_SES_AP_SOUTH_1" + } + }, + "AWS_SES_EU_WEST_3": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "AWS_SES_EU_WEST_3" + } + }, + "AWS_SES_EU_WEST_2": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "AWS_SES_EU_WEST_2" + } + }, + "AWS_SES_EU_SOUTH_1": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "AWS_SES_EU_SOUTH_1" + } + }, + "AWS_SES_EU_WEST_1": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "AWS_SES_EU_WEST_1" + } + }, + "AWS_SES_AP_NORTHEAST_3": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "AWS_SES_AP_NORTHEAST_3" + } + }, + "AWS_SES_AP_NORTHEAST_2": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "AWS_SES_AP_NORTHEAST_2" + } + }, + "AWS_SES_ME_SOUTH_1": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "AWS_SES_ME_SOUTH_1" + } + }, + "AWS_SES_AP_NORTHEAST_1": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "AWS_SES_AP_NORTHEAST_1" + } + }, + "AWS_SES_IL_CENTRAL_1": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "AWS_SES_IL_CENTRAL_1" + } + }, + "AWS_SES_SA_EAST_1": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "AWS_SES_SA_EAST_1" + } + }, + "AWS_SES_CA_CENTRAL_1": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "AWS_SES_CA_CENTRAL_1" + } + }, + "AWS_SES_AP_SOUTHEAST_1": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "AWS_SES_AP_SOUTHEAST_1" + } + }, + "AWS_SES_AP_SOUTHEAST_2": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "AWS_SES_AP_SOUTHEAST_2" + } + }, + "AWS_SES_AP_SOUTHEAST_3": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "AWS_SES_AP_SOUTHEAST_3" + } + }, + "AWS_SES_EU_CENTRAL_1": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "AWS_SES_EU_CENTRAL_1" + } + }, + "AWS_SES_US_EAST_1": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "AWS_SES_US_EAST_1" + } + }, + "AWS_SES_US_EAST_2": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "AWS_SES_US_EAST_2" + } + }, + "AWS_SES_US_WEST_1": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "AWS_SES_US_WEST_1" + } + }, + "AWS_SES_US_WEST_2": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "AWS_SES_US_WEST_2" + } } } }, @@ -12618,6 +12756,36 @@ "traits": { "smithy.api#enumValue": "INVALID_VALUE" } + }, + "REPLICATION_ACCESS_DENIED": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "REPLICATION_ACCESS_DENIED" + } + }, + "REPLICATION_PRIMARY_NOT_FOUND": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "REPLICATION_PRIMARY_NOT_FOUND" + } + }, + "REPLICATION_PRIMARY_BYO_DKIM_NOT_SUPPORTED": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "REPLICATION_PRIMARY_BYO_DKIM_NOT_SUPPORTED" + } + }, + "REPLICATION_REPLICA_AS_PRIMARY_NOT_SUPPORTED": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "REPLICATION_REPLICA_AS_PRIMARY_NOT_SUPPORTED" + } + }, + "REPLICATION_PRIMARY_INVALID_REGION": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "REPLICATION_PRIMARY_INVALID_REGION" + } } } }, @@ -12639,7 +12807,7 @@ "ErrorType": { "target": "com.amazonaws.sesv2#VerificationError", "traits": { - "smithy.api#documentation": "

    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 " + "smithy.api#documentation": "

    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 " } }, "SOARecord": {