aws-sdk-ivs 1.27.0 → 1.28.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ivs/client.rb +3 -3
- data/lib/aws-sdk-ivs/types.rb +6 -2
- data/lib/aws-sdk-ivs.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: b975db435905d560bbdc3febf6546c952647abd70b101cbbf3a34f9fce854133
|
|
4
|
+
data.tar.gz: 8b34611f45bbc0a58590f9fc0822fb0259d281aca60efa9208a13fff2f97e8e6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1a5c8ce171f0435ba671cdbd2c8002a4f5c7ee02104426b39d18bf3820e171b338090545078e0eb06d47490400bb9eac856ac63d4d4f51403b0a6f455ec7cea8
|
|
7
|
+
data.tar.gz: babdadeaa4bc219b89b3c6b38d9a6f202c8a7c1368f0a174762089ba5f480f9815a37eb060a1a7b7d1c4c42ecc7c0130eadc7fa94a04769f9f02c18e6b6fe664
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.28.0
|
data/lib/aws-sdk-ivs/client.rb
CHANGED
|
@@ -690,8 +690,8 @@ module Aws::IVS
|
|
|
690
690
|
# If you try to delete a live channel, you will get an error (409
|
|
691
691
|
# ConflictException). To delete a channel that is live, call StopStream,
|
|
692
692
|
# wait for the Amazon EventBridge "Stream End" event (to verify that
|
|
693
|
-
# the stream's state
|
|
694
|
-
#
|
|
693
|
+
# the stream's state is no longer Live), then call DeleteChannel. (See
|
|
694
|
+
# [ Using EventBridge with Amazon IVS][1].)
|
|
695
695
|
#
|
|
696
696
|
#
|
|
697
697
|
#
|
|
@@ -1661,7 +1661,7 @@ module Aws::IVS
|
|
|
1661
1661
|
params: params,
|
|
1662
1662
|
config: config)
|
|
1663
1663
|
context[:gem_name] = 'aws-sdk-ivs'
|
|
1664
|
-
context[:gem_version] = '1.
|
|
1664
|
+
context[:gem_version] = '1.28.0'
|
|
1665
1665
|
Seahorse::Client::Request.new(handlers, context)
|
|
1666
1666
|
end
|
|
1667
1667
|
|
data/lib/aws-sdk-ivs/types.rb
CHANGED
|
@@ -1321,7 +1321,9 @@ module Aws::IVS
|
|
|
1321
1321
|
# @return [Time]
|
|
1322
1322
|
#
|
|
1323
1323
|
# @!attribute [rw] state
|
|
1324
|
-
# The stream’s state.
|
|
1324
|
+
# The stream’s state. Do not rely on the `OFFLINE` state, as the API
|
|
1325
|
+
# may not return it; instead, a "NotBroadcasting" error will
|
|
1326
|
+
# indicate that the stream is not live.
|
|
1325
1327
|
# @return [String]
|
|
1326
1328
|
#
|
|
1327
1329
|
# @!attribute [rw] stream_id
|
|
@@ -1570,7 +1572,9 @@ module Aws::IVS
|
|
|
1570
1572
|
# @return [Time]
|
|
1571
1573
|
#
|
|
1572
1574
|
# @!attribute [rw] state
|
|
1573
|
-
# The stream’s state.
|
|
1575
|
+
# The stream’s state. Do not rely on the `OFFLINE` state, as the API
|
|
1576
|
+
# may not return it; instead, a "NotBroadcasting" error will
|
|
1577
|
+
# indicate that the stream is not live.
|
|
1574
1578
|
# @return [String]
|
|
1575
1579
|
#
|
|
1576
1580
|
# @!attribute [rw] stream_id
|
data/lib/aws-sdk-ivs.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-ivs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.28.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-03-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|