aws-sdk-sesv2 1.90.0 → 1.91.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sesv2/client.rb +5 -1
- data/lib/aws-sdk-sesv2/client_api.rb +3 -0
- data/lib/aws-sdk-sesv2/types.rb +41 -1
- data/lib/aws-sdk-sesv2.rb +1 -1
- data/sig/client.rbs +1 -0
- data/sig/types.rbs +2 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d8cd9bee9dfc9f1b920ba4484b0e198d6ec3dc354b941ea42673b1051da50781
|
|
4
|
+
data.tar.gz: 866a998029dfaa3c2d2d7d7d7d6f81d3da0b5fcba551bf6b5085382f7b0e8945
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1e03490fe913f4b747cdd74a8545a53bef04246ed4528e614739de705a51477cc5efc82dcd5faddb62d49139430bba17d8ffc9923cdb3fd4362af03b744cdba4
|
|
7
|
+
data.tar.gz: a2d9873b34ac61699ca2388e749bd31e5a5023fce7578185afec40fd298db11e960fc972d6aed8f0014ad4a0a5cfa7bb60bddbe65426daa0e443aac55fd5c73d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.91.0 (2025-12-11)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Update GetEmailIdentity and CreateEmailIdentity response to include SigningHostedZone in DkimAttributes. Updated PutEmailIdentityDkimSigningAttributes Response to include SigningHostedZone.
|
|
8
|
+
|
|
4
9
|
1.90.0 (2025-12-08)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.91.0
|
data/lib/aws-sdk-sesv2/client.rb
CHANGED
|
@@ -1135,6 +1135,7 @@ module Aws::SESV2
|
|
|
1135
1135
|
# resp.dkim_attributes.status #=> String, one of "PENDING", "SUCCESS", "FAILED", "TEMPORARY_FAILURE", "NOT_STARTED"
|
|
1136
1136
|
# resp.dkim_attributes.tokens #=> Array
|
|
1137
1137
|
# resp.dkim_attributes.tokens[0] #=> String
|
|
1138
|
+
# resp.dkim_attributes.signing_hosted_zone #=> String
|
|
1138
1139
|
# 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", "AWS_SES_ME_CENTRAL_1", "AWS_SES_AP_SOUTH_2", "AWS_SES_EU_CENTRAL_2", "AWS_SES_AP_SOUTHEAST_5", "AWS_SES_CA_WEST_1"
|
|
1139
1140
|
# resp.dkim_attributes.next_signing_key_length #=> String, one of "RSA_1024_BIT", "RSA_2048_BIT"
|
|
1140
1141
|
# resp.dkim_attributes.current_signing_key_length #=> String, one of "RSA_1024_BIT", "RSA_2048_BIT"
|
|
@@ -2650,6 +2651,7 @@ module Aws::SESV2
|
|
|
2650
2651
|
# resp.dkim_attributes.status #=> String, one of "PENDING", "SUCCESS", "FAILED", "TEMPORARY_FAILURE", "NOT_STARTED"
|
|
2651
2652
|
# resp.dkim_attributes.tokens #=> Array
|
|
2652
2653
|
# resp.dkim_attributes.tokens[0] #=> String
|
|
2654
|
+
# resp.dkim_attributes.signing_hosted_zone #=> String
|
|
2653
2655
|
# 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", "AWS_SES_ME_CENTRAL_1", "AWS_SES_AP_SOUTH_2", "AWS_SES_EU_CENTRAL_2", "AWS_SES_AP_SOUTHEAST_5", "AWS_SES_CA_WEST_1"
|
|
2654
2656
|
# resp.dkim_attributes.next_signing_key_length #=> String, one of "RSA_1024_BIT", "RSA_2048_BIT"
|
|
2655
2657
|
# resp.dkim_attributes.current_signing_key_length #=> String, one of "RSA_1024_BIT", "RSA_2048_BIT"
|
|
@@ -4979,6 +4981,7 @@ module Aws::SESV2
|
|
|
4979
4981
|
#
|
|
4980
4982
|
# * {Types::PutEmailIdentityDkimSigningAttributesResponse#dkim_status #dkim_status} => String
|
|
4981
4983
|
# * {Types::PutEmailIdentityDkimSigningAttributesResponse#dkim_tokens #dkim_tokens} => Array<String>
|
|
4984
|
+
# * {Types::PutEmailIdentityDkimSigningAttributesResponse#signing_hosted_zone #signing_hosted_zone} => String
|
|
4982
4985
|
#
|
|
4983
4986
|
# @example Request syntax with placeholder values
|
|
4984
4987
|
#
|
|
@@ -4998,6 +5001,7 @@ module Aws::SESV2
|
|
|
4998
5001
|
# resp.dkim_status #=> String, one of "PENDING", "SUCCESS", "FAILED", "TEMPORARY_FAILURE", "NOT_STARTED"
|
|
4999
5002
|
# resp.dkim_tokens #=> Array
|
|
5000
5003
|
# resp.dkim_tokens[0] #=> String
|
|
5004
|
+
# resp.signing_hosted_zone #=> String
|
|
5001
5005
|
#
|
|
5002
5006
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/PutEmailIdentityDkimSigningAttributes AWS API Documentation
|
|
5003
5007
|
#
|
|
@@ -6114,7 +6118,7 @@ module Aws::SESV2
|
|
|
6114
6118
|
tracer: tracer
|
|
6115
6119
|
)
|
|
6116
6120
|
context[:gem_name] = 'aws-sdk-sesv2'
|
|
6117
|
-
context[:gem_version] = '1.
|
|
6121
|
+
context[:gem_version] = '1.91.0'
|
|
6118
6122
|
Seahorse::Client::Request.new(handlers, context)
|
|
6119
6123
|
end
|
|
6120
6124
|
|
|
@@ -274,6 +274,7 @@ module Aws::SESV2
|
|
|
274
274
|
GetTenantResponse = Shapes::StructureShape.new(name: 'GetTenantResponse')
|
|
275
275
|
GuardianAttributes = Shapes::StructureShape.new(name: 'GuardianAttributes')
|
|
276
276
|
GuardianOptions = Shapes::StructureShape.new(name: 'GuardianOptions')
|
|
277
|
+
HostedZone = Shapes::StringShape.new(name: 'HostedZone')
|
|
277
278
|
HttpsPolicy = Shapes::StringShape.new(name: 'HttpsPolicy')
|
|
278
279
|
Identity = Shapes::StringShape.new(name: 'Identity')
|
|
279
280
|
IdentityInfo = Shapes::StructureShape.new(name: 'IdentityInfo')
|
|
@@ -976,6 +977,7 @@ module Aws::SESV2
|
|
|
976
977
|
DkimAttributes.add_member(:signing_enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "SigningEnabled"))
|
|
977
978
|
DkimAttributes.add_member(:status, Shapes::ShapeRef.new(shape: DkimStatus, location_name: "Status"))
|
|
978
979
|
DkimAttributes.add_member(:tokens, Shapes::ShapeRef.new(shape: DnsTokenList, location_name: "Tokens"))
|
|
980
|
+
DkimAttributes.add_member(:signing_hosted_zone, Shapes::ShapeRef.new(shape: HostedZone, location_name: "SigningHostedZone"))
|
|
979
981
|
DkimAttributes.add_member(:signing_attributes_origin, Shapes::ShapeRef.new(shape: DkimSigningAttributesOrigin, location_name: "SigningAttributesOrigin"))
|
|
980
982
|
DkimAttributes.add_member(:next_signing_key_length, Shapes::ShapeRef.new(shape: DkimSigningKeyLength, location_name: "NextSigningKeyLength"))
|
|
981
983
|
DkimAttributes.add_member(:current_signing_key_length, Shapes::ShapeRef.new(shape: DkimSigningKeyLength, location_name: "CurrentSigningKeyLength"))
|
|
@@ -1814,6 +1816,7 @@ module Aws::SESV2
|
|
|
1814
1816
|
|
|
1815
1817
|
PutEmailIdentityDkimSigningAttributesResponse.add_member(:dkim_status, Shapes::ShapeRef.new(shape: DkimStatus, location_name: "DkimStatus"))
|
|
1816
1818
|
PutEmailIdentityDkimSigningAttributesResponse.add_member(:dkim_tokens, Shapes::ShapeRef.new(shape: DnsTokenList, location_name: "DkimTokens"))
|
|
1819
|
+
PutEmailIdentityDkimSigningAttributesResponse.add_member(:signing_hosted_zone, Shapes::ShapeRef.new(shape: HostedZone, location_name: "SigningHostedZone"))
|
|
1817
1820
|
PutEmailIdentityDkimSigningAttributesResponse.struct_class = Types::PutEmailIdentityDkimSigningAttributesResponse
|
|
1818
1821
|
|
|
1819
1822
|
PutEmailIdentityFeedbackAttributesRequest.add_member(:email_identity, Shapes::ShapeRef.new(shape: Identity, required: true, location: "uri", location_name: "EmailIdentity"))
|
data/lib/aws-sdk-sesv2/types.rb
CHANGED
|
@@ -2173,6 +2173,25 @@ module Aws::SESV2
|
|
|
2173
2173
|
# [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html
|
|
2174
2174
|
# @return [Array<String>]
|
|
2175
2175
|
#
|
|
2176
|
+
# @!attribute [rw] signing_hosted_zone
|
|
2177
|
+
# The hosted zone where Amazon SES publishes the DKIM public key TXT
|
|
2178
|
+
# records for this email identity. This value indicates the DNS zone
|
|
2179
|
+
# that customers must reference when configuring their CNAME records
|
|
2180
|
+
# for DKIM authentication.
|
|
2181
|
+
#
|
|
2182
|
+
# When configuring DKIM for your domain, create CNAME records in your
|
|
2183
|
+
# DNS that point to the selectors in this hosted zone. For example:
|
|
2184
|
+
#
|
|
2185
|
+
# ` selector1._domainkey.yourdomain.com CNAME
|
|
2186
|
+
# selector1.<SigningHostedZone> `
|
|
2187
|
+
#
|
|
2188
|
+
# ` selector2._domainkey.yourdomain.com CNAME
|
|
2189
|
+
# selector2.<SigningHostedZone> `
|
|
2190
|
+
#
|
|
2191
|
+
# ` selector3._domainkey.yourdomain.com CNAME
|
|
2192
|
+
# selector3.<SigningHostedZone> `
|
|
2193
|
+
# @return [String]
|
|
2194
|
+
#
|
|
2176
2195
|
# @!attribute [rw] signing_attributes_origin
|
|
2177
2196
|
# A string that indicates how DKIM was configured for the identity.
|
|
2178
2197
|
# These are the possible values:
|
|
@@ -2334,6 +2353,7 @@ module Aws::SESV2
|
|
|
2334
2353
|
:signing_enabled,
|
|
2335
2354
|
:status,
|
|
2336
2355
|
:tokens,
|
|
2356
|
+
:signing_hosted_zone,
|
|
2337
2357
|
:signing_attributes_origin,
|
|
2338
2358
|
:next_signing_key_length,
|
|
2339
2359
|
:current_signing_key_length,
|
|
@@ -7056,11 +7076,31 @@ module Aws::SESV2
|
|
|
7056
7076
|
# [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html
|
|
7057
7077
|
# @return [Array<String>]
|
|
7058
7078
|
#
|
|
7079
|
+
# @!attribute [rw] signing_hosted_zone
|
|
7080
|
+
# The hosted zone where Amazon SES publishes the DKIM public key TXT
|
|
7081
|
+
# records for this email identity. This value indicates the DNS zone
|
|
7082
|
+
# that customers must reference when configuring their CNAME records
|
|
7083
|
+
# for DKIM authentication.
|
|
7084
|
+
#
|
|
7085
|
+
# When configuring DKIM for your domain, create CNAME records in your
|
|
7086
|
+
# DNS that point to the selectors in this hosted zone. For example:
|
|
7087
|
+
#
|
|
7088
|
+
# ` selector1._domainkey.yourdomain.com CNAME
|
|
7089
|
+
# selector1.<SigningHostedZone> `
|
|
7090
|
+
#
|
|
7091
|
+
# ` selector2._domainkey.yourdomain.com CNAME
|
|
7092
|
+
# selector2.<SigningHostedZone> `
|
|
7093
|
+
#
|
|
7094
|
+
# ` selector3._domainkey.yourdomain.com CNAME
|
|
7095
|
+
# selector3.<SigningHostedZone> `
|
|
7096
|
+
# @return [String]
|
|
7097
|
+
#
|
|
7059
7098
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/PutEmailIdentityDkimSigningAttributesResponse AWS API Documentation
|
|
7060
7099
|
#
|
|
7061
7100
|
class PutEmailIdentityDkimSigningAttributesResponse < Struct.new(
|
|
7062
7101
|
:dkim_status,
|
|
7063
|
-
:dkim_tokens
|
|
7102
|
+
:dkim_tokens,
|
|
7103
|
+
:signing_hosted_zone)
|
|
7064
7104
|
SENSITIVE = []
|
|
7065
7105
|
include Aws::Structure
|
|
7066
7106
|
end
|
data/lib/aws-sdk-sesv2.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -1420,6 +1420,7 @@ module Aws
|
|
|
1420
1420
|
include ::Seahorse::Client::_ResponseSuccess[Types::PutEmailIdentityDkimSigningAttributesResponse]
|
|
1421
1421
|
def dkim_status: () -> ("PENDING" | "SUCCESS" | "FAILED" | "TEMPORARY_FAILURE" | "NOT_STARTED")
|
|
1422
1422
|
def dkim_tokens: () -> ::Array[::String]
|
|
1423
|
+
def signing_hosted_zone: () -> ::String
|
|
1423
1424
|
end
|
|
1424
1425
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SESV2/Client.html#put_email_identity_dkim_signing_attributes-instance_method
|
|
1425
1426
|
def put_email_identity_dkim_signing_attributes: (
|
data/sig/types.rbs
CHANGED
|
@@ -526,6 +526,7 @@ module Aws::SESV2
|
|
|
526
526
|
attr_accessor signing_enabled: bool
|
|
527
527
|
attr_accessor status: ("PENDING" | "SUCCESS" | "FAILED" | "TEMPORARY_FAILURE" | "NOT_STARTED")
|
|
528
528
|
attr_accessor tokens: ::Array[::String]
|
|
529
|
+
attr_accessor signing_hosted_zone: ::String
|
|
529
530
|
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" | "AWS_SES_ME_CENTRAL_1" | "AWS_SES_AP_SOUTH_2" | "AWS_SES_EU_CENTRAL_2" | "AWS_SES_AP_SOUTHEAST_5" | "AWS_SES_CA_WEST_1")
|
|
530
531
|
attr_accessor next_signing_key_length: ("RSA_1024_BIT" | "RSA_2048_BIT")
|
|
531
532
|
attr_accessor current_signing_key_length: ("RSA_1024_BIT" | "RSA_2048_BIT")
|
|
@@ -1606,6 +1607,7 @@ module Aws::SESV2
|
|
|
1606
1607
|
class PutEmailIdentityDkimSigningAttributesResponse
|
|
1607
1608
|
attr_accessor dkim_status: ("PENDING" | "SUCCESS" | "FAILED" | "TEMPORARY_FAILURE" | "NOT_STARTED")
|
|
1608
1609
|
attr_accessor dkim_tokens: ::Array[::String]
|
|
1610
|
+
attr_accessor signing_hosted_zone: ::String
|
|
1609
1611
|
SENSITIVE: []
|
|
1610
1612
|
end
|
|
1611
1613
|
|