aws-sdk-connect 1.150.0 → 1.152.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +407 -13
- data/lib/aws-sdk-connect/client_api.rb +30 -3
- data/lib/aws-sdk-connect/types.rb +462 -15
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +42 -2
- data/sig/types.rbs +21 -0
- 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: abd228cee6c7319ff041368b4282c9167b30848aaefdef9872529b9d156089cc
|
4
|
+
data.tar.gz: 6cd2f4d9dab5a3d2f4e6976d39bf148a3fb16041c48932ef04e374ffa2409f32
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12bbf8181b6cd1e147376b5d439783c7c689be4ad3fbd6b5864fbd8503a3efe6c97349be0fb7296b46db0a228530c653f5cf124a352773f8a12dbe29df09058b
|
7
|
+
data.tar.gz: 8fd9069cea621907b83e2935f01ff699f4cbee57b1196f31cf130ca9df621fe8f3dc9a141ed5b1c4424c57e8444d5ab428264f4fe9c63037d76e2de068494b19
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.152.0 (2024-03-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds Hierarchy based Access Control fields to Security Profile public APIs and adds support for UserAttributeFilter to SearchUsers API.
|
8
|
+
|
9
|
+
1.151.0 (2024-03-12)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release increases MaxResults limit to 500 in request for SearchUsers, SearchQueues and SearchRoutingProfiles APIs of Amazon Connect.
|
13
|
+
|
4
14
|
1.150.0 (2024-01-26)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.152.0
|