aws-sdk-sesv2 1.65.0 → 1.67.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c0f34a1099f30e82b9c1450db9578c11b9a795ee1c9a69b9095353d7d413c92c
4
- data.tar.gz: a3f12da584bad0ce341200278c158a68948ee6f0a961b5c596bb3cfd62ef0844
3
+ metadata.gz: '062650195298fb5e72afab4a48ca86e9f85b4b87c85fd0998481aeea4984c0da'
4
+ data.tar.gz: ba70ad9ed5a5eab9b7a62e4fad0652c9de2cf2fc7168f4dca910036ce7cf68e3
5
5
  SHA512:
6
- metadata.gz: 4fecef66e0486e3dc56c005b2d5c3f33007370351724ec339acb875974c833f9cfced20eb63e78af91c255046f0b900bbab6ba00eed061497369d8a3ff1e59ad
7
- data.tar.gz: 7176d62219b710e3a84726b589657af6ae935b6392cd823988c23f535d257e6cee661b5ebf9c1ce78129cad05e9f772dc079f16a01e9295ee6533822eeae9146
6
+ metadata.gz: 88e319371a90ffdeac338bb336459cabc626704bfa7a12bfb6151040637ee57effdcfb7bbaa77d351a08b6640e4eb02707d37602e503a00e8bcde2d86e143437
7
+ data.tar.gz: 1c52eacee1217656e30f2291badad92e1569fa415a3fd7bf8985cce6ec115a4affa7bd8945784ca3ea6348148263efc05ab3515092fb3eddd1217c76791f7598
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.67.0 (2024-12-10)
5
+ ------------------
6
+
7
+ * Feature - Introduces support for creating DEED (Deterministic Easy-DKIM) identities.
8
+
9
+ 1.66.0 (2024-10-31)
10
+ ------------------
11
+
12
+ * Feature - This release enables customers to provide the email template content in the SESv2 SendEmail and SendBulkEmail APIs instead of the name or the ARN of a stored email template.
13
+
4
14
  1.65.0 (2024-10-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.65.0
1
+ 1.67.0
@@ -943,6 +943,11 @@ module Aws::SESV2
943
943
  # template: {
944
944
  # template_name: "EmailTemplateName",
945
945
  # template_arn: "AmazonResourceName",
946
+ # template_content: {
947
+ # subject: "EmailTemplateSubject",
948
+ # text: "EmailTemplateText",
949
+ # html: "EmailTemplateHtml",
950
+ # },
946
951
  # template_data: "EmailTemplateData",
947
952
  # headers: [
948
953
  # {
@@ -1059,6 +1064,7 @@ module Aws::SESV2
1059
1064
  # domain_signing_selector: "Selector",
1060
1065
  # domain_signing_private_key: "PrivateKey",
1061
1066
  # next_signing_key_length: "RSA_1024_BIT", # accepts RSA_1024_BIT, RSA_2048_BIT
1067
+ # domain_signing_attributes_origin: "AWS_SES", # accepts 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
1062
1068
  # },
1063
1069
  # configuration_set_name: "ConfigurationSetName",
1064
1070
  # })
@@ -1071,7 +1077,7 @@ module Aws::SESV2
1071
1077
  # resp.dkim_attributes.status #=> String, one of "PENDING", "SUCCESS", "FAILED", "TEMPORARY_FAILURE", "NOT_STARTED"
1072
1078
  # resp.dkim_attributes.tokens #=> Array
1073
1079
  # resp.dkim_attributes.tokens[0] #=> String
1074
- # resp.dkim_attributes.signing_attributes_origin #=> String, one of "AWS_SES", "EXTERNAL"
1080
+ # resp.dkim_attributes.signing_attributes_origin #=> String, one of "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"
1075
1081
  # resp.dkim_attributes.next_signing_key_length #=> String, one of "RSA_1024_BIT", "RSA_2048_BIT"
1076
1082
  # resp.dkim_attributes.current_signing_key_length #=> String, one of "RSA_1024_BIT", "RSA_2048_BIT"
1077
1083
  # resp.dkim_attributes.last_key_generation_timestamp #=> Time
@@ -2344,7 +2350,7 @@ module Aws::SESV2
2344
2350
  # resp.dkim_attributes.status #=> String, one of "PENDING", "SUCCESS", "FAILED", "TEMPORARY_FAILURE", "NOT_STARTED"
2345
2351
  # resp.dkim_attributes.tokens #=> Array
2346
2352
  # resp.dkim_attributes.tokens[0] #=> String
2347
- # resp.dkim_attributes.signing_attributes_origin #=> String, one of "AWS_SES", "EXTERNAL"
2353
+ # resp.dkim_attributes.signing_attributes_origin #=> String, one of "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"
2348
2354
  # resp.dkim_attributes.next_signing_key_length #=> String, one of "RSA_1024_BIT", "RSA_2048_BIT"
2349
2355
  # resp.dkim_attributes.current_signing_key_length #=> String, one of "RSA_1024_BIT", "RSA_2048_BIT"
2350
2356
  # resp.dkim_attributes.last_key_generation_timestamp #=> Time
@@ -2360,7 +2366,7 @@ module Aws::SESV2
2360
2366
  # resp.verification_status #=> String, one of "PENDING", "SUCCESS", "FAILED", "TEMPORARY_FAILURE", "NOT_STARTED"
2361
2367
  # resp.verification_info.last_checked_timestamp #=> Time
2362
2368
  # resp.verification_info.last_success_timestamp #=> Time
2363
- # resp.verification_info.error_type #=> String, one of "SERVICE_ERROR", "DNS_SERVER_ERROR", "HOST_NOT_FOUND", "TYPE_NOT_FOUND", "INVALID_VALUE"
2369
+ # resp.verification_info.error_type #=> String, one of "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"
2364
2370
  # resp.verification_info.soa_record.primary_name_server #=> String
2365
2371
  # resp.verification_info.soa_record.admin_email #=> String
2366
2372
  # resp.verification_info.soa_record.serial_number #=> Integer
@@ -4221,11 +4227,12 @@ module Aws::SESV2
4221
4227
  #
4222
4228
  # resp = client.put_email_identity_dkim_signing_attributes({
4223
4229
  # email_identity: "Identity", # required
4224
- # signing_attributes_origin: "AWS_SES", # required, accepts AWS_SES, EXTERNAL
4230
+ # signing_attributes_origin: "AWS_SES", # required, accepts 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
4225
4231
  # signing_attributes: {
4226
4232
  # domain_signing_selector: "Selector",
4227
4233
  # domain_signing_private_key: "PrivateKey",
4228
4234
  # next_signing_key_length: "RSA_1024_BIT", # accepts RSA_1024_BIT, RSA_2048_BIT
4235
+ # domain_signing_attributes_origin: "AWS_SES", # accepts 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
4229
4236
  # },
4230
4237
  # })
4231
4238
  #
@@ -4460,6 +4467,11 @@ module Aws::SESV2
4460
4467
  # template: {
4461
4468
  # template_name: "EmailTemplateName",
4462
4469
  # template_arn: "AmazonResourceName",
4470
+ # template_content: {
4471
+ # subject: "EmailTemplateSubject",
4472
+ # text: "EmailTemplateText",
4473
+ # html: "EmailTemplateHtml",
4474
+ # },
4463
4475
  # template_data: "EmailTemplateData",
4464
4476
  # headers: [
4465
4477
  # {
@@ -4705,6 +4717,11 @@ module Aws::SESV2
4705
4717
  # template: {
4706
4718
  # template_name: "EmailTemplateName",
4707
4719
  # template_arn: "AmazonResourceName",
4720
+ # template_content: {
4721
+ # subject: "EmailTemplateSubject",
4722
+ # text: "EmailTemplateText",
4723
+ # html: "EmailTemplateHtml",
4724
+ # },
4708
4725
  # template_data: "EmailTemplateData",
4709
4726
  # headers: [
4710
4727
  # {
@@ -5185,7 +5202,7 @@ module Aws::SESV2
5185
5202
  tracer: tracer
5186
5203
  )
5187
5204
  context[:gem_name] = 'aws-sdk-sesv2'
5188
- context[:gem_version] = '1.65.0'
5205
+ context[:gem_version] = '1.67.0'
5189
5206
  Seahorse::Client::Request.new(handlers, context)
5190
5207
  end
5191
5208
 
@@ -841,6 +841,7 @@ module Aws::SESV2
841
841
  DkimSigningAttributes.add_member(:domain_signing_selector, Shapes::ShapeRef.new(shape: Selector, location_name: "DomainSigningSelector"))
842
842
  DkimSigningAttributes.add_member(:domain_signing_private_key, Shapes::ShapeRef.new(shape: PrivateKey, location_name: "DomainSigningPrivateKey"))
843
843
  DkimSigningAttributes.add_member(:next_signing_key_length, Shapes::ShapeRef.new(shape: DkimSigningKeyLength, location_name: "NextSigningKeyLength"))
844
+ DkimSigningAttributes.add_member(:domain_signing_attributes_origin, Shapes::ShapeRef.new(shape: DkimSigningAttributesOrigin, location_name: "DomainSigningAttributesOrigin"))
844
845
  DkimSigningAttributes.struct_class = Types::DkimSigningAttributes
845
846
 
846
847
  DnsTokenList.member = Shapes::ShapeRef.new(shape: DnsToken)
@@ -1728,6 +1729,7 @@ module Aws::SESV2
1728
1729
 
1729
1730
  Template.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, location_name: "TemplateName"))
1730
1731
  Template.add_member(:template_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "TemplateArn"))
1732
+ Template.add_member(:template_content, Shapes::ShapeRef.new(shape: EmailTemplateContent, location_name: "TemplateContent"))
1731
1733
  Template.add_member(:template_data, Shapes::ShapeRef.new(shape: EmailTemplateData, location_name: "TemplateData"))
1732
1734
  Template.add_member(:headers, Shapes::ShapeRef.new(shape: MessageHeaderList, location_name: "Headers"))
1733
1735
  Template.struct_class = Types::Template
@@ -1829,6 +1829,108 @@ module Aws::SESV2
1829
1829
  # * `EXTERNAL` – Indicates that DKIM was configured for the identity
1830
1830
  # by using Bring Your Own DKIM (BYODKIM).
1831
1831
  #
1832
+ # * `AWS_SES_AF_SOUTH_1` – Indicates that DKIM was configured for the
1833
+ # identity by replicating signing attributes from a parent identity
1834
+ # in Africa (Cape Town) region using Deterministic Easy-DKIM (DEED).
1835
+ #
1836
+ # * `AWS_SES_EU_NORTH_1` – Indicates that DKIM was configured for the
1837
+ # identity by replicating signing attributes from a parent identity
1838
+ # in Europe (Stockholm) region using Deterministic Easy-DKIM (DEED).
1839
+ #
1840
+ # * `AWS_SES_AP_SOUTH_1` – Indicates that DKIM was configured for the
1841
+ # identity by replicating signing attributes from a parent identity
1842
+ # in Asia Pacific (Mumbai) region using Deterministic Easy-DKIM
1843
+ # (DEED).
1844
+ #
1845
+ # * `AWS_SES_EU_WEST_3` – Indicates that DKIM was configured for the
1846
+ # identity by replicating signing attributes from a parent identity
1847
+ # in Europe (Paris) region using Deterministic Easy-DKIM (DEED).
1848
+ #
1849
+ # * `AWS_SES_EU_WEST_2` – Indicates that DKIM was configured for the
1850
+ # identity by replicating signing attributes from a parent identity
1851
+ # in Europe (London) region using Deterministic Easy-DKIM (DEED).
1852
+ #
1853
+ # * `AWS_SES_EU_SOUTH_1` – Indicates that DKIM was configured for the
1854
+ # identity by replicating signing attributes from a parent identity
1855
+ # in Europe (Milan) region using Deterministic Easy-DKIM (DEED).
1856
+ #
1857
+ # * `AWS_SES_EU_WEST_1` – Indicates that DKIM was configured for the
1858
+ # identity by replicating signing attributes from a parent identity
1859
+ # in Europe (Ireland) region using Deterministic Easy-DKIM (DEED).
1860
+ #
1861
+ # * `AWS_SES_AP_NORTHEAST_3` – Indicates that DKIM was configured for
1862
+ # the identity by replicating signing attributes from a parent
1863
+ # identity in Asia Pacific (Osaka) region using Deterministic
1864
+ # Easy-DKIM (DEED).
1865
+ #
1866
+ # * `AWS_SES_AP_NORTHEAST_2` – Indicates that DKIM was configured for
1867
+ # the identity by replicating signing attributes from a parent
1868
+ # identity in Asia Pacific (Seoul) region using Deterministic
1869
+ # Easy-DKIM (DEED).
1870
+ #
1871
+ # * `AWS_SES_ME_SOUTH_1` – Indicates that DKIM was configured for the
1872
+ # identity by replicating signing attributes from a parent identity
1873
+ # in Middle East (Bahrain) region using Deterministic Easy-DKIM
1874
+ # (DEED).
1875
+ #
1876
+ # * `AWS_SES_AP_NORTHEAST_1` – Indicates that DKIM was configured for
1877
+ # the identity by replicating signing attributes from a parent
1878
+ # identity in Asia Pacific (Tokyo) region using Deterministic
1879
+ # Easy-DKIM (DEED).
1880
+ #
1881
+ # * `AWS_SES_IL_CENTRAL_1` – Indicates that DKIM was configured for
1882
+ # the identity by replicating signing attributes from a parent
1883
+ # identity in Israel (Tel Aviv) region using Deterministic Easy-DKIM
1884
+ # (DEED).
1885
+ #
1886
+ # * `AWS_SES_SA_EAST_1` – Indicates that DKIM was configured for the
1887
+ # identity by replicating signing attributes from a parent identity
1888
+ # in South America (São Paulo) region using Deterministic Easy-DKIM
1889
+ # (DEED).
1890
+ #
1891
+ # * `AWS_SES_CA_CENTRAL_1` – Indicates that DKIM was configured for
1892
+ # the identity by replicating signing attributes from a parent
1893
+ # identity in Canada (Central) region using Deterministic Easy-DKIM
1894
+ # (DEED).
1895
+ #
1896
+ # * `AWS_SES_AP_SOUTHEAST_1` – Indicates that DKIM was configured for
1897
+ # the identity by replicating signing attributes from a parent
1898
+ # identity in Asia Pacific (Singapore) region using Deterministic
1899
+ # Easy-DKIM (DEED).
1900
+ #
1901
+ # * `AWS_SES_AP_SOUTHEAST_2` – Indicates that DKIM was configured for
1902
+ # the identity by replicating signing attributes from a parent
1903
+ # identity in Asia Pacific (Sydney) region using Deterministic
1904
+ # Easy-DKIM (DEED).
1905
+ #
1906
+ # * `AWS_SES_AP_SOUTHEAST_3` – Indicates that DKIM was configured for
1907
+ # the identity by replicating signing attributes from a parent
1908
+ # identity in Asia Pacific (Jakarta) region using Deterministic
1909
+ # Easy-DKIM (DEED).
1910
+ #
1911
+ # * `AWS_SES_EU_CENTRAL_1` – Indicates that DKIM was configured for
1912
+ # the identity by replicating signing attributes from a parent
1913
+ # identity in Europe (Frankfurt) region using Deterministic
1914
+ # Easy-DKIM (DEED).
1915
+ #
1916
+ # * `AWS_SES_US_EAST_1` – Indicates that DKIM was configured for the
1917
+ # identity by replicating signing attributes from a parent identity
1918
+ # in US East (N. Virginia) region using Deterministic Easy-DKIM
1919
+ # (DEED).
1920
+ #
1921
+ # * `AWS_SES_US_EAST_2` – Indicates that DKIM was configured for the
1922
+ # identity by replicating signing attributes from a parent identity
1923
+ # in US East (Ohio) region using Deterministic Easy-DKIM (DEED).
1924
+ #
1925
+ # * `AWS_SES_US_WEST_1` – Indicates that DKIM was configured for the
1926
+ # identity by replicating signing attributes from a parent identity
1927
+ # in US West (N. California) region using Deterministic Easy-DKIM
1928
+ # (DEED).
1929
+ #
1930
+ # * `AWS_SES_US_WEST_2` – Indicates that DKIM was configured for the
1931
+ # identity by replicating signing attributes from a parent identity
1932
+ # in US West (Oregon) region using Deterministic Easy-DKIM (DEED).
1933
+ #
1832
1934
  #
1833
1935
  #
1834
1936
  # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html
@@ -1883,12 +1985,128 @@ module Aws::SESV2
1883
1985
  # generated. This can be changed at most once per day.
1884
1986
  # @return [String]
1885
1987
  #
1988
+ # @!attribute [rw] domain_signing_attributes_origin
1989
+ # The attribute to use for configuring DKIM for the identity depends
1990
+ # on the operation:
1991
+ #
1992
+ # 1. For `PutEmailIdentityDkimSigningAttributes`:
1993
+ #
1994
+ # * None of the values are allowed - use the [
1995
+ # `SigningAttributesOrigin` ][1] parameter instead
1996
+ #
1997
+ # ^
1998
+ # 2. For `CreateEmailIdentity` when replicating a parent identity's
1999
+ # DKIM configuration:
2000
+ #
2001
+ # * Allowed values: All values except `AWS_SES` and `EXTERNAL`
2002
+ #
2003
+ # ^
2004
+ #
2005
+ # * `AWS_SES` – Configure DKIM for the identity by using Easy DKIM.
2006
+ #
2007
+ # * `EXTERNAL` – Configure DKIM for the identity by using Bring Your
2008
+ # Own DKIM (BYODKIM).
2009
+ #
2010
+ # * `AWS_SES_AF_SOUTH_1` – Configure DKIM for the identity by
2011
+ # replicating from a parent identity in Africa (Cape Town) region
2012
+ # using Deterministic Easy-DKIM (DEED).
2013
+ #
2014
+ # * `AWS_SES_EU_NORTH_1` – Configure DKIM for the identity by
2015
+ # replicating from a parent identity in Europe (Stockholm) region
2016
+ # using Deterministic Easy-DKIM (DEED).
2017
+ #
2018
+ # * `AWS_SES_AP_SOUTH_1` – Configure DKIM for the identity by
2019
+ # replicating from a parent identity in Asia Pacific (Mumbai) region
2020
+ # using Deterministic Easy-DKIM (DEED).
2021
+ #
2022
+ # * `AWS_SES_EU_WEST_3` – Configure DKIM for the identity by
2023
+ # replicating from a parent identity in Europe (Paris) region using
2024
+ # Deterministic Easy-DKIM (DEED).
2025
+ #
2026
+ # * `AWS_SES_EU_WEST_2` – Configure DKIM for the identity by
2027
+ # replicating from a parent identity in Europe (London) region using
2028
+ # Deterministic Easy-DKIM (DEED).
2029
+ #
2030
+ # * `AWS_SES_EU_SOUTH_1` – Configure DKIM for the identity by
2031
+ # replicating from a parent identity in Europe (Milan) region using
2032
+ # Deterministic Easy-DKIM (DEED).
2033
+ #
2034
+ # * `AWS_SES_EU_WEST_1` – Configure DKIM for the identity by
2035
+ # replicating from a parent identity in Europe (Ireland) region
2036
+ # using Deterministic Easy-DKIM (DEED).
2037
+ #
2038
+ # * `AWS_SES_AP_NORTHEAST_3` – Configure DKIM for the identity by
2039
+ # replicating from a parent identity in Asia Pacific (Osaka) region
2040
+ # using Deterministic Easy-DKIM (DEED).
2041
+ #
2042
+ # * `AWS_SES_AP_NORTHEAST_2` – Configure DKIM for the identity by
2043
+ # replicating from a parent identity in Asia Pacific (Seoul) region
2044
+ # using Deterministic Easy-DKIM (DEED).
2045
+ #
2046
+ # * `AWS_SES_ME_SOUTH_1` – Configure DKIM for the identity by
2047
+ # replicating from a parent identity in Middle East (Bahrain) region
2048
+ # using Deterministic Easy-DKIM (DEED).
2049
+ #
2050
+ # * `AWS_SES_AP_NORTHEAST_1` – Configure DKIM for the identity by
2051
+ # replicating from a parent identity in Asia Pacific (Tokyo) region
2052
+ # using Deterministic Easy-DKIM (DEED).
2053
+ #
2054
+ # * `AWS_SES_IL_CENTRAL_1` – Configure DKIM for the identity by
2055
+ # replicating from a parent identity in Israel (Tel Aviv) region
2056
+ # using Deterministic Easy-DKIM (DEED).
2057
+ #
2058
+ # * `AWS_SES_SA_EAST_1` – Configure DKIM for the identity by
2059
+ # replicating from a parent identity in South America (São Paulo)
2060
+ # region using Deterministic Easy-DKIM (DEED).
2061
+ #
2062
+ # * `AWS_SES_CA_CENTRAL_1` – Configure DKIM for the identity by
2063
+ # replicating from a parent identity in Canada (Central) region
2064
+ # using Deterministic Easy-DKIM (DEED).
2065
+ #
2066
+ # * `AWS_SES_AP_SOUTHEAST_1` – Configure DKIM for the identity by
2067
+ # replicating from a parent identity in Asia Pacific (Singapore)
2068
+ # region using Deterministic Easy-DKIM (DEED).
2069
+ #
2070
+ # * `AWS_SES_AP_SOUTHEAST_2` – Configure DKIM for the identity by
2071
+ # replicating from a parent identity in Asia Pacific (Sydney) region
2072
+ # using Deterministic Easy-DKIM (DEED).
2073
+ #
2074
+ # * `AWS_SES_AP_SOUTHEAST_3` – Configure DKIM for the identity by
2075
+ # replicating from a parent identity in Asia Pacific (Jakarta)
2076
+ # region using Deterministic Easy-DKIM (DEED).
2077
+ #
2078
+ # * `AWS_SES_EU_CENTRAL_1` – Configure DKIM for the identity by
2079
+ # replicating from a parent identity in Europe (Frankfurt) region
2080
+ # using Deterministic Easy-DKIM (DEED).
2081
+ #
2082
+ # * `AWS_SES_US_EAST_1` – Configure DKIM for the identity by
2083
+ # replicating from a parent identity in US East (N. Virginia) region
2084
+ # using Deterministic Easy-DKIM (DEED).
2085
+ #
2086
+ # * `AWS_SES_US_EAST_2` – Configure DKIM for the identity by
2087
+ # replicating from a parent identity in US East (Ohio) region using
2088
+ # Deterministic Easy-DKIM (DEED).
2089
+ #
2090
+ # * `AWS_SES_US_WEST_1` – Configure DKIM for the identity by
2091
+ # replicating from a parent identity in US West (N. California)
2092
+ # region using Deterministic Easy-DKIM (DEED).
2093
+ #
2094
+ # * `AWS_SES_US_WEST_2` – Configure DKIM for the identity by
2095
+ # replicating from a parent identity in US West (Oregon) region
2096
+ # using Deterministic Easy-DKIM (DEED).
2097
+ #
2098
+ #
2099
+ #
2100
+ # [1]: https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_PutEmailIdentityDkimSigningAttributes.html#SES-PutEmailIdentityDkimSigningAttributes-request-SigningAttributesOrigin
2101
+ # @return [String]
2102
+ #
1886
2103
  # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/DkimSigningAttributes AWS API Documentation
1887
2104
  #
1888
2105
  class DkimSigningAttributes < Struct.new(
1889
2106
  :domain_signing_selector,
1890
2107
  :domain_signing_private_key,
1891
- :next_signing_key_length)
2108
+ :next_signing_key_length,
2109
+ :domain_signing_attributes_origin)
1892
2110
  SENSITIVE = [:domain_signing_private_key]
1893
2111
  include Aws::Structure
1894
2112
  end
@@ -6892,8 +7110,10 @@ module Aws::SESV2
6892
7110
  # An object that defines the email template to use for an email message,
6893
7111
  # and the values to use for any message variables in that template. An
6894
7112
  # *email template* is a type of message template that contains content
6895
- # that you want to define, save, and reuse in email messages that you
6896
- # send.
7113
+ # that you want to reuse in email messages that you send. You can
7114
+ # specifiy the email template by providing the name or ARN of an *email
7115
+ # template* previously saved in your Amazon SES account or by providing
7116
+ # the full template content.
6897
7117
  #
6898
7118
  # @!attribute [rw] template_name
6899
7119
  # The name of the template. You will refer to this name when you send
@@ -6905,6 +7125,16 @@ module Aws::SESV2
6905
7125
  # The Amazon Resource Name (ARN) of the template.
6906
7126
  # @return [String]
6907
7127
  #
7128
+ # @!attribute [rw] template_content
7129
+ # The content of the template.
7130
+ #
7131
+ # <note markdown="1"> Amazon SES supports only simple substitions when you send email
7132
+ # using the `SendEmail` or `SendBulkEmail` operations and you provide
7133
+ # the full template content in the request.
7134
+ #
7135
+ # </note>
7136
+ # @return [Types::EmailTemplateContent]
7137
+ #
6908
7138
  # @!attribute [rw] template_data
6909
7139
  # An object that defines the values to use for message variables in
6910
7140
  # the template. This object is a set of key-value pairs. Each key
@@ -6921,6 +7151,7 @@ module Aws::SESV2
6921
7151
  class Template < Struct.new(
6922
7152
  :template_name,
6923
7153
  :template_arn,
7154
+ :template_content,
6924
7155
  :template_data,
6925
7156
  :headers)
6926
7157
  SENSITIVE = []
@@ -7425,6 +7656,31 @@ module Aws::SESV2
7425
7656
  #
7426
7657
  # * `DNS_SERVER_ERROR` – The DNS server encountered an issue and was
7427
7658
  # unable to complete the request.
7659
+ #
7660
+ # * `REPLICATION_ACCESS_DENIED` – The verification failed because the
7661
+ # user does not have the required permissions to replicate the DKIM
7662
+ # key from the primary region. Ensure you have the necessary
7663
+ # permissions in both primary and replica regions.
7664
+ #
7665
+ # * `REPLICATION_PRIMARY_NOT_FOUND` – The verification failed because
7666
+ # no corresponding identity was found in the specified primary
7667
+ # region. Ensure the identity exists in the primary region before
7668
+ # attempting replication.
7669
+ #
7670
+ # * `REPLICATION_PRIMARY_BYO_DKIM_NOT_SUPPORTED` – The verification
7671
+ # failed because the identity in the primary region is configured
7672
+ # with Bring Your Own DKIM (BYODKIM). DKIM key replication is only
7673
+ # supported for identities using Easy DKIM.
7674
+ #
7675
+ # * `REPLICATION_REPLICA_AS_PRIMARY_NOT_SUPPORTED` – The verification
7676
+ # failed because the specified primary identity is a replica of
7677
+ # another identity, and multi-level replication is not supported;
7678
+ # the primary identity must be a non-replica identity.
7679
+ #
7680
+ # * `REPLICATION_PRIMARY_INVALID_REGION` – The verification failed due
7681
+ # to an invalid primary region specified. Ensure you provide a valid
7682
+ # AWS region where Amazon SES is available and different from the
7683
+ # replica region.
7428
7684
  # @return [String]
7429
7685
  #
7430
7686
  # @!attribute [rw] soa_record
data/lib/aws-sdk-sesv2.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::SESV2
54
54
  autoload :EndpointProvider, 'aws-sdk-sesv2/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-sesv2/endpoints'
56
56
 
57
- GEM_VERSION = '1.65.0'
57
+ GEM_VERSION = '1.67.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -292,6 +292,11 @@ module Aws
292
292
  template: {
293
293
  template_name: ::String?,
294
294
  template_arn: ::String?,
295
+ template_content: {
296
+ subject: ::String?,
297
+ text: ::String?,
298
+ html: ::String?
299
+ }?,
295
300
  template_data: ::String?,
296
301
  headers: Array[
297
302
  {
@@ -328,7 +333,8 @@ module Aws
328
333
  ?dkim_signing_attributes: {
329
334
  domain_signing_selector: ::String?,
330
335
  domain_signing_private_key: ::String?,
331
- next_signing_key_length: ("RSA_1024_BIT" | "RSA_2048_BIT")?
336
+ next_signing_key_length: ("RSA_1024_BIT" | "RSA_2048_BIT")?,
337
+ domain_signing_attributes_origin: ("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")?
332
338
  },
333
339
  ?configuration_set_name: ::String
334
340
  ) -> _CreateEmailIdentityResponseSuccess
@@ -1195,11 +1201,12 @@ module Aws
1195
1201
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SESV2/Client.html#put_email_identity_dkim_signing_attributes-instance_method
1196
1202
  def put_email_identity_dkim_signing_attributes: (
1197
1203
  email_identity: ::String,
1198
- signing_attributes_origin: ("AWS_SES" | "EXTERNAL"),
1204
+ signing_attributes_origin: ("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"),
1199
1205
  ?signing_attributes: {
1200
1206
  domain_signing_selector: ::String?,
1201
1207
  domain_signing_private_key: ::String?,
1202
- next_signing_key_length: ("RSA_1024_BIT" | "RSA_2048_BIT")?
1208
+ next_signing_key_length: ("RSA_1024_BIT" | "RSA_2048_BIT")?,
1209
+ domain_signing_attributes_origin: ("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")?
1203
1210
  }
1204
1211
  ) -> _PutEmailIdentityDkimSigningAttributesResponseSuccess
1205
1212
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutEmailIdentityDkimSigningAttributesResponseSuccess
@@ -1256,6 +1263,11 @@ module Aws
1256
1263
  template: {
1257
1264
  template_name: ::String?,
1258
1265
  template_arn: ::String?,
1266
+ template_content: {
1267
+ subject: ::String?,
1268
+ text: ::String?,
1269
+ html: ::String?
1270
+ }?,
1259
1271
  template_data: ::String?,
1260
1272
  headers: Array[
1261
1273
  {
@@ -1352,6 +1364,11 @@ module Aws
1352
1364
  template: {
1353
1365
  template_name: ::String?,
1354
1366
  template_arn: ::String?,
1367
+ template_content: {
1368
+ subject: ::String?,
1369
+ text: ::String?,
1370
+ html: ::String?
1371
+ }?,
1355
1372
  template_data: ::String?,
1356
1373
  headers: Array[
1357
1374
  {
data/sig/types.rbs CHANGED
@@ -439,7 +439,7 @@ module Aws::SESV2
439
439
  attr_accessor signing_enabled: bool
440
440
  attr_accessor status: ("PENDING" | "SUCCESS" | "FAILED" | "TEMPORARY_FAILURE" | "NOT_STARTED")
441
441
  attr_accessor tokens: ::Array[::String]
442
- attr_accessor signing_attributes_origin: ("AWS_SES" | "EXTERNAL")
442
+ attr_accessor signing_attributes_origin: ("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")
443
443
  attr_accessor next_signing_key_length: ("RSA_1024_BIT" | "RSA_2048_BIT")
444
444
  attr_accessor current_signing_key_length: ("RSA_1024_BIT" | "RSA_2048_BIT")
445
445
  attr_accessor last_key_generation_timestamp: ::Time
@@ -450,6 +450,7 @@ module Aws::SESV2
450
450
  attr_accessor domain_signing_selector: ::String
451
451
  attr_accessor domain_signing_private_key: ::String
452
452
  attr_accessor next_signing_key_length: ("RSA_1024_BIT" | "RSA_2048_BIT")
453
+ attr_accessor domain_signing_attributes_origin: ("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")
453
454
  SENSITIVE: [:domain_signing_private_key]
454
455
  end
455
456
 
@@ -1389,7 +1390,7 @@ module Aws::SESV2
1389
1390
 
1390
1391
  class PutEmailIdentityDkimSigningAttributesRequest
1391
1392
  attr_accessor email_identity: ::String
1392
- attr_accessor signing_attributes_origin: ("AWS_SES" | "EXTERNAL")
1393
+ attr_accessor signing_attributes_origin: ("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")
1393
1394
  attr_accessor signing_attributes: Types::DkimSigningAttributes
1394
1395
  SENSITIVE: []
1395
1396
  end
@@ -1596,6 +1597,7 @@ module Aws::SESV2
1596
1597
  class Template
1597
1598
  attr_accessor template_name: ::String
1598
1599
  attr_accessor template_arn: ::String
1600
+ attr_accessor template_content: Types::EmailTemplateContent
1599
1601
  attr_accessor template_data: ::String
1600
1602
  attr_accessor headers: ::Array[Types::MessageHeader]
1601
1603
  SENSITIVE: []
@@ -1730,7 +1732,7 @@ module Aws::SESV2
1730
1732
  class VerificationInfo
1731
1733
  attr_accessor last_checked_timestamp: ::Time
1732
1734
  attr_accessor last_success_timestamp: ::Time
1733
- attr_accessor error_type: ("SERVICE_ERROR" | "DNS_SERVER_ERROR" | "HOST_NOT_FOUND" | "TYPE_NOT_FOUND" | "INVALID_VALUE")
1735
+ attr_accessor error_type: ("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")
1734
1736
  attr_accessor soa_record: Types::SOARecord
1735
1737
  SENSITIVE: []
1736
1738
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sesv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.65.0
4
+ version: 1.67.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2024-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core