aws-sdk-sesv2 1.66.0 → 1.67.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sesv2/client.rb +7 -5
- data/lib/aws-sdk-sesv2/client_api.rb +1 -0
- data/lib/aws-sdk-sesv2/types.rb +244 -1
- data/lib/aws-sdk-sesv2.rb +1 -1
- data/sig/client.rbs +5 -3
- data/sig/types.rbs +4 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '062650195298fb5e72afab4a48ca86e9f85b4b87c85fd0998481aeea4984c0da'
|
4
|
+
data.tar.gz: ba70ad9ed5a5eab9b7a62e4fad0652c9de2cf2fc7168f4dca910036ce7cf68e3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 88e319371a90ffdeac338bb336459cabc626704bfa7a12bfb6151040637ee57effdcfb7bbaa77d351a08b6640e4eb02707d37602e503a00e8bcde2d86e143437
|
7
|
+
data.tar.gz: 1c52eacee1217656e30f2291badad92e1569fa415a3fd7bf8985cce6ec115a4affa7bd8945784ca3ea6348148263efc05ab3515092fb3eddd1217c76791f7598
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.67.0
|
data/lib/aws-sdk-sesv2/client.rb
CHANGED
@@ -1064,6 +1064,7 @@ module Aws::SESV2
|
|
1064
1064
|
# domain_signing_selector: "Selector",
|
1065
1065
|
# domain_signing_private_key: "PrivateKey",
|
1066
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
|
1067
1068
|
# },
|
1068
1069
|
# configuration_set_name: "ConfigurationSetName",
|
1069
1070
|
# })
|
@@ -1076,7 +1077,7 @@ module Aws::SESV2
|
|
1076
1077
|
# resp.dkim_attributes.status #=> String, one of "PENDING", "SUCCESS", "FAILED", "TEMPORARY_FAILURE", "NOT_STARTED"
|
1077
1078
|
# resp.dkim_attributes.tokens #=> Array
|
1078
1079
|
# resp.dkim_attributes.tokens[0] #=> String
|
1079
|
-
# 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"
|
1080
1081
|
# resp.dkim_attributes.next_signing_key_length #=> String, one of "RSA_1024_BIT", "RSA_2048_BIT"
|
1081
1082
|
# resp.dkim_attributes.current_signing_key_length #=> String, one of "RSA_1024_BIT", "RSA_2048_BIT"
|
1082
1083
|
# resp.dkim_attributes.last_key_generation_timestamp #=> Time
|
@@ -2349,7 +2350,7 @@ module Aws::SESV2
|
|
2349
2350
|
# resp.dkim_attributes.status #=> String, one of "PENDING", "SUCCESS", "FAILED", "TEMPORARY_FAILURE", "NOT_STARTED"
|
2350
2351
|
# resp.dkim_attributes.tokens #=> Array
|
2351
2352
|
# resp.dkim_attributes.tokens[0] #=> String
|
2352
|
-
# 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"
|
2353
2354
|
# resp.dkim_attributes.next_signing_key_length #=> String, one of "RSA_1024_BIT", "RSA_2048_BIT"
|
2354
2355
|
# resp.dkim_attributes.current_signing_key_length #=> String, one of "RSA_1024_BIT", "RSA_2048_BIT"
|
2355
2356
|
# resp.dkim_attributes.last_key_generation_timestamp #=> Time
|
@@ -2365,7 +2366,7 @@ module Aws::SESV2
|
|
2365
2366
|
# resp.verification_status #=> String, one of "PENDING", "SUCCESS", "FAILED", "TEMPORARY_FAILURE", "NOT_STARTED"
|
2366
2367
|
# resp.verification_info.last_checked_timestamp #=> Time
|
2367
2368
|
# resp.verification_info.last_success_timestamp #=> Time
|
2368
|
-
# 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"
|
2369
2370
|
# resp.verification_info.soa_record.primary_name_server #=> String
|
2370
2371
|
# resp.verification_info.soa_record.admin_email #=> String
|
2371
2372
|
# resp.verification_info.soa_record.serial_number #=> Integer
|
@@ -4226,11 +4227,12 @@ module Aws::SESV2
|
|
4226
4227
|
#
|
4227
4228
|
# resp = client.put_email_identity_dkim_signing_attributes({
|
4228
4229
|
# email_identity: "Identity", # required
|
4229
|
-
# 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
|
4230
4231
|
# signing_attributes: {
|
4231
4232
|
# domain_signing_selector: "Selector",
|
4232
4233
|
# domain_signing_private_key: "PrivateKey",
|
4233
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
|
4234
4236
|
# },
|
4235
4237
|
# })
|
4236
4238
|
#
|
@@ -5200,7 +5202,7 @@ module Aws::SESV2
|
|
5200
5202
|
tracer: tracer
|
5201
5203
|
)
|
5202
5204
|
context[:gem_name] = 'aws-sdk-sesv2'
|
5203
|
-
context[:gem_version] = '1.
|
5205
|
+
context[:gem_version] = '1.67.0'
|
5204
5206
|
Seahorse::Client::Request.new(handlers, context)
|
5205
5207
|
end
|
5206
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)
|
data/lib/aws-sdk-sesv2/types.rb
CHANGED
@@ -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
|
@@ -7438,6 +7656,31 @@ module Aws::SESV2
|
|
7438
7656
|
#
|
7439
7657
|
# * `DNS_SERVER_ERROR` – The DNS server encountered an issue and was
|
7440
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.
|
7441
7684
|
# @return [String]
|
7442
7685
|
#
|
7443
7686
|
# @!attribute [rw] soa_record
|
data/lib/aws-sdk-sesv2.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -333,7 +333,8 @@ module Aws
|
|
333
333
|
?dkim_signing_attributes: {
|
334
334
|
domain_signing_selector: ::String?,
|
335
335
|
domain_signing_private_key: ::String?,
|
336
|
-
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")?
|
337
338
|
},
|
338
339
|
?configuration_set_name: ::String
|
339
340
|
) -> _CreateEmailIdentityResponseSuccess
|
@@ -1200,11 +1201,12 @@ module Aws
|
|
1200
1201
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SESV2/Client.html#put_email_identity_dkim_signing_attributes-instance_method
|
1201
1202
|
def put_email_identity_dkim_signing_attributes: (
|
1202
1203
|
email_identity: ::String,
|
1203
|
-
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"),
|
1204
1205
|
?signing_attributes: {
|
1205
1206
|
domain_signing_selector: ::String?,
|
1206
1207
|
domain_signing_private_key: ::String?,
|
1207
|
-
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")?
|
1208
1210
|
}
|
1209
1211
|
) -> _PutEmailIdentityDkimSigningAttributesResponseSuccess
|
1210
1212
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutEmailIdentityDkimSigningAttributesResponseSuccess
|
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
|
@@ -1731,7 +1732,7 @@ module Aws::SESV2
|
|
1731
1732
|
class VerificationInfo
|
1732
1733
|
attr_accessor last_checked_timestamp: ::Time
|
1733
1734
|
attr_accessor last_success_timestamp: ::Time
|
1734
|
-
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")
|
1735
1736
|
attr_accessor soa_record: Types::SOARecord
|
1736
1737
|
SENSITIVE: []
|
1737
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.
|
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
|
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
|