aws-sdk-sesv2 1.88.0 → 1.89.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1694d21d4d6e773e08a86a51d5da7285e91466be186be31750081eef4b67d96c
4
- data.tar.gz: fff1fbb4ff105bb29c3d8521abce21acbc290e5f1ef3351baefccb56a2ba0521
3
+ metadata.gz: b954cc5bc2590686fd2d4c4c5ec14abe9434294547503eda7e2ac6e321872731
4
+ data.tar.gz: db9a54270c8ea44f9ce1021373fc2dff049d1f2ed8d715be097d670056a40318
5
5
  SHA512:
6
- metadata.gz: a06cb2f855101b59268f4968182b0af602da2ca2a409e925a52379ee7269fcda437f01d26f1555b8b5d579964b0519530f7f47f4fa2efac5ef32cef3eeda6c18
7
- data.tar.gz: fc6cf786d0a415d3e7107db643b495f9402a719a62734aa8be1b6864ebeb112d5ad7d97a24cbf0f4509dbc43c697b3827d26304f740b814647ac584f906e5041
6
+ metadata.gz: 9f064a2e9a8ea48e833f514d1007e75f7f026bc0974ecc1b6139b11155b55106d68c54150875e93dee8d7ab9a400d2c35c3387760ba93ee8f66374b86fc1ec2c
7
+ data.tar.gz: 58f0a577953bbefd31a50b97e9e60cf7bb25cb4cca60754a3c5c76ae32f27ad0b2a301ae38732cb8ac61547ff1e8d46d7aa094eba7166dcd4ad6ca00c2c21327
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.89.0 (2025-12-05)
5
+ ------------------
6
+
7
+ * Feature - Updating the desired url for `PutEmailIdentityDkimSigningAttributes` from v1 to v2
8
+
4
9
  1.88.0 (2025-11-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.88.0
1
+ 1.89.0
@@ -6114,7 +6114,7 @@ module Aws::SESV2
6114
6114
  tracer: tracer
6115
6115
  )
6116
6116
  context[:gem_name] = 'aws-sdk-sesv2'
6117
- context[:gem_version] = '1.88.0'
6117
+ context[:gem_version] = '1.89.0'
6118
6118
  Seahorse::Client::Request.new(handlers, context)
6119
6119
  end
6120
6120
 
@@ -3312,7 +3312,7 @@ module Aws::SESV2
3312
3312
  api.add_operation(:put_email_identity_dkim_signing_attributes, Seahorse::Model::Operation.new.tap do |o|
3313
3313
  o.name = "PutEmailIdentityDkimSigningAttributes"
3314
3314
  o.http_method = "PUT"
3315
- o.http_request_uri = "/v1/email/identities/{EmailIdentity}/dkim/signing"
3315
+ o.http_request_uri = "/v2/email/identities/{EmailIdentity}/dkim/signing"
3316
3316
  o.input = Shapes::ShapeRef.new(shape: PutEmailIdentityDkimSigningAttributesRequest)
3317
3317
  o.output = Shapes::ShapeRef.new(shape: PutEmailIdentityDkimSigningAttributesResponse)
3318
3318
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
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.88.0'
57
+ GEM_VERSION = '1.89.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sesv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.88.0
4
+ version: 1.89.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services