aws-sdk-connect 1.266.0 → 1.267.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-connect/client.rb +1 -1
- data/lib/aws-sdk-connect.rb +1 -1
- 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: 4e48ba59e0ecd75ec9310fba3b707650c30fe3c867bfe1123ce112530664ea99
|
|
4
|
+
data.tar.gz: 705858df2f2dae658064ec4984964e43af66d3895585fa26d5e9a34797858558
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e340109365daba7f9fdcf516eb75d80131b1239ea785c8b63fe6c98edfec6260596693722ff7e59346ebf49345af9bed900c9a046188b782f707a04e47d83391
|
|
7
|
+
data.tar.gz: 2695b93e71ffbda66464c884e1a388783429f850ce8ea2fb60c8cf7c57ca27fc311e8db6db59fe941361543178cb78e454dad5b0caaf45ebbc931107ab3e8591
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.267.0 (2026-08-04)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Amazon Connect Customer now supports up to 50 attachments per email, increased from the previous limit of 10. The individual maximum attachment size limit of 20 MB and the total email size limit of 25 MB still hold true.
|
|
8
|
+
|
|
4
9
|
1.266.0 (2026-07-28)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.267.0
|
|
@@ -30193,7 +30193,7 @@ module Aws::Connect
|
|
|
30193
30193
|
tracer: tracer
|
|
30194
30194
|
)
|
|
30195
30195
|
context[:gem_name] = 'aws-sdk-connect'
|
|
30196
|
-
context[:gem_version] = '1.
|
|
30196
|
+
context[:gem_version] = '1.267.0'
|
|
30197
30197
|
Seahorse::Client::Request.new(handlers, context)
|
|
30198
30198
|
end
|
|
30199
30199
|
|
data/lib/aws-sdk-connect.rb
CHANGED