aws-sdk-chimesdkmessaging 1.3.0 → 1.7.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-chimesdkmessaging/client.rb +767 -13
- data/lib/aws-sdk-chimesdkmessaging/client_api.rb +476 -0
- data/lib/aws-sdk-chimesdkmessaging/types.rb +1102 -31
- data/lib/aws-sdk-chimesdkmessaging.rb +2 -2
- 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: fa5295ba7afcff9db1721b5c53a14270d7e0297d5422ca3bb4e9d9a5a961dba8
|
4
|
+
data.tar.gz: b3decd8139305eb53a9b0ff55d05c34268c8f7f9bc9c2e82c3ca3ef519748064
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2211ce5e7c928b515e01dac7697c2fcb8d987b4dc2d5dba52582779278451d6242a7fafd471736d5a496c9afa32b7d10b729332c4612b7669e01e023f0f70399
|
7
|
+
data.tar.gz: e817410c26211da1478ff1dc140d80f43098c47f9c825bd039571fe6ae5b1913d22f035ed2a3fa9f9e7aff5852fd2cb1d45090e2449d9f651a3d3983024737c4
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.7.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.6.0 (2021-11-04)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.5.0 (2021-10-26)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - The Amazon Chime SDK now supports push notifications through Amazon Pinpoint
|
18
|
+
|
19
|
+
1.4.0 (2021-10-19)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - The Amazon Chime SDK now allows developers to execute business logic on in-flight messages before they are delivered to members of a messaging channel with channel flows.
|
23
|
+
|
4
24
|
1.3.0 (2021-10-18)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.7.0
|