aws-sdk-connect 1.54.0 → 1.58.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +777 -30
- data/lib/aws-sdk-connect/client_api.rb +534 -19
- data/lib/aws-sdk-connect/errors.rb +48 -0
- data/lib/aws-sdk-connect/types.rb +1210 -108
- data/lib/aws-sdk-connect.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d71193917608be2212303890afb724f0c095038c6c4582abbf0a2815b25c3d52
|
4
|
+
data.tar.gz: 3640ae00d5b48fab43f45e2a4ddf89a6ae03195b217c5d61e3dbb353e2568e95
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3fc086733bd4dfaf91997bf546485ff60ef94bb9eaf155b5c9edde13821775c8ce5bde70bea16acd5f69d68f694af2b3d8cbeac67cc71fe9018e0d476896a59e
|
7
|
+
data.tar.gz: 7e9bd84e4e2fee72001bd7401f5cea6522b21e82c545c33317507962b6c91c9c60d264f9ba484717c7c90732943274641b7dc81e5a98c8b81aaa931260044662
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.58.0 (2021-11-22)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds support for UpdateContactFlowMetadata, DeleteContactFlow and module APIs. For details, see the Release Notes in the Amazon Connect Administrator Guide.
|
8
|
+
|
9
|
+
1.57.0 (2021-11-12)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds APIs for creating and managing scheduled tasks. Additionally, adds APIs to describe and update a contact and list associated references.
|
13
|
+
|
14
|
+
1.56.0 (2021-11-04)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - This release adds CRUD operation support for Security profile resource in Amazon Connect
|
18
|
+
|
19
|
+
1.55.0 (2021-11-02)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Amazon Connect Chat now supports real-time message streaming.
|
23
|
+
|
4
24
|
1.54.0 (2021-10-29)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.58.0
|