aws-sdk-chimesdkmessaging 1.16.0 → 1.18.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-chimesdkmessaging/client.rb +286 -164
- data/lib/aws-sdk-chimesdkmessaging/client_api.rb +45 -5
- data/lib/aws-sdk-chimesdkmessaging/endpoints.rb +14 -0
- data/lib/aws-sdk-chimesdkmessaging/plugins/endpoints.rb +2 -0
- data/lib/aws-sdk-chimesdkmessaging/types.rb +188 -72
- data/lib/aws-sdk-chimesdkmessaging.rb +1 -1
- 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: 35a4f8ba6fc8129366b730e7a4e0e6d8bcfb645d058dd271b621b1d3e025a98a
|
4
|
+
data.tar.gz: 964248eb6f5c278f0ace50e5f668785f8005f4184a19956241d32725efde7082
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 975fafc94cf264e018665a0de2311751b51e6dbd9139dd45f3e6fdb3aa4236fa5a73ba9a53a4348e94edae268d9fb635dfe6034df80edd94459a7ff809954b9a
|
7
|
+
data.tar.gz: cdb0b8dac19d7b902629092d4d13db01991c29e9e3ac44e71f8b2fd360d27dd2d434debc2ab9c37085dce7a1840e591fe3c8981d7277ae49a3ac1aff481d14b6
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.18.0 (2023-04-25)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Remove non actionable field from UpdateChannelReadMarker and DeleteChannelRequest. Add precise exceptions to DeleteChannel and DeleteStreamingConfigurations error cases.
|
8
|
+
|
9
|
+
1.17.0 (2023-03-23)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - ExpirationSettings provides automatic resource deletion for Channels.
|
13
|
+
|
4
14
|
1.16.0 (2023-03-21)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.18.0
|