aws-sdk-ses 1.54.0 → 1.55.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-ses/client.rb +380 -382
- data/lib/aws-sdk-ses/endpoint_provider.rb +27 -24
- data/lib/aws-sdk-ses/types.rb +580 -527
- data/lib/aws-sdk-ses.rb +1 -1
- 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: 403428dd9309c006abdd92f73585d3251227258ef9fea6f7e739a464e12ab88c
|
4
|
+
data.tar.gz: 82c328ef9b0cf5f41853e256fa516a6a89c700a9c604c559ae814aa6380ac065
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b87e528da87f595fc811c22741faa9b099fd174caad1b28a2826f1e90cbc4d8b62d44d76113cf7730cfd86504e760e0784a321dbb993cb1657049bafb44311c
|
7
|
+
data.tar.gz: e4e737a659ac62914741321a0dea1cdb4c73faf46c8af1d409ac7a11101f150cfa8f25d143784a8092eefed654b9fbc2bc8765f2e117c3e8fc18e0690fed75c9
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.55.0 (2023-08-11)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Doc only updates to include: 1) Clarified which part of an email address where it's okay to have Punycode when it contains non-ASCII characters for the SendRawEmail action and other actions where this is applicable. 2) Updated S3Action description with new MB max bucket size from 30 to 40.
|
8
|
+
|
4
9
|
1.54.0 (2023-07-11)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.55.0
|