aws-sdk-connect 1.55.0 → 1.59.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 +770 -9
- data/lib/aws-sdk-connect/client_api.rb +532 -0
- data/lib/aws-sdk-connect/errors.rb +48 -0
- data/lib/aws-sdk-connect/types.rb +1189 -26
- 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: c153a40a4be1624b1a2d433251031e10046b4a1e1112adb4d1880ede1bb0dea8
|
4
|
+
data.tar.gz: fb6b0e98f1b0ce41164ad04b5675399dd74fcdc7638217c83acb7ff7062bc8f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 43e7c62305d7e16072e7dac3eba9a8de308f956b2c6ca6dbbce856bea265017805bf207202f020618461298fc7803defec414ce168a9bee0f8bcedc47990031a
|
7
|
+
data.tar.gz: 267b75a02ea1e6fefe50e59f0d2f276c257ca6d80cbebdd10d74426895c96f989fb0a7025114dfd25f1b76ae6be140f2a8dc82010ddc8e08b1d44df07a304f6f
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.59.0 (2021-11-30)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.58.0 (2021-11-22)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds support for UpdateContactFlowMetadata, DeleteContactFlow and module APIs. For details, see the Release Notes in the Amazon Connect Administrator Guide.
|
13
|
+
|
14
|
+
1.57.0 (2021-11-12)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - This release adds APIs for creating and managing scheduled tasks. Additionally, adds APIs to describe and update a contact and list associated references.
|
18
|
+
|
19
|
+
1.56.0 (2021-11-04)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - This release adds CRUD operation support for Security profile resource in Amazon Connect
|
23
|
+
|
4
24
|
1.55.0 (2021-11-02)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.59.0
|