aws-sdk-ivs 1.27.0 → 1.28.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1b72fbdf6075d13c4bce50cc4e44e19ffc3df87a5510ebfa2ff3422aa09216ef
4
- data.tar.gz: a0f2fe736208d85ce845cefb8d4ef3482ad814c087909912c04f09713385152e
3
+ metadata.gz: b975db435905d560bbdc3febf6546c952647abd70b101cbbf3a34f9fce854133
4
+ data.tar.gz: 8b34611f45bbc0a58590f9fc0822fb0259d281aca60efa9208a13fff2f97e8e6
5
5
  SHA512:
6
- metadata.gz: 57c79001e2b8c75c6396f1e5644d5cccac074024f31f5d97fb2f892bef3172009085457b686e5dcc8a2337f0358ffd03d21b783eab6d86042a0ac4fd6e7798a1
7
- data.tar.gz: 2713954ac93a003c438f8f5998b217d958ce448c5f818270489ff2dfa7afd2ac55a94d7dff7bf5c95bf2307e1f0b1e4270c6c9500c546def09df141384a8fe7d
6
+ metadata.gz: 1a5c8ce171f0435ba671cdbd2c8002a4f5c7ee02104426b39d18bf3820e171b338090545078e0eb06d47490400bb9eac856ac63d4d4f51403b0a6f455ec7cea8
7
+ data.tar.gz: babdadeaa4bc219b89b3c6b38d9a6f202c8a7c1368f0a174762089ba5f480f9815a37eb060a1a7b7d1c4c42ecc7c0130eadc7fa94a04769f9f02c18e6b6fe664
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.28.0 (2023-03-06)
5
+ ------------------
6
+
7
+ * Feature - Updated text description in DeleteChannel, Stream, and StreamSummary.
8
+
4
9
  1.27.0 (2023-02-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.27.0
1
+ 1.28.0
@@ -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 was changed from Live to Offline), then call
694
- # DeleteChannel. (See [ Using EventBridge with Amazon IVS][1].)
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.27.0'
1664
+ context[:gem_version] = '1.28.0'
1665
1665
  Seahorse::Client::Request.new(handlers, context)
1666
1666
  end
1667
1667
 
@@ -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
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-ivs/customizations'
52
52
  # @!group service
53
53
  module Aws::IVS
54
54
 
55
- GEM_VERSION = '1.27.0'
55
+ GEM_VERSION = '1.28.0'
56
56
 
57
57
  end
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.27.0
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-02-16 00:00:00.000000000 Z
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