aws-sdk-ivs 1.21.0 → 1.22.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 +26 -18
- data/lib/aws-sdk-ivs/types.rb +37 -25
- 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: 827623923e791d44a2f38d27a3b8f11921a0de1fddd6945ef266f131e0215f37
|
|
4
|
+
data.tar.gz: 2ca551edbb93b7d07822550223efffc5b2a743411624d402fdfbe375a77e0927
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f2c83652342cba11b04c11a2aebd5991c4567c674c267e1969fe83cd950d57b1bbb997bd4f29b2298d7c55168179d4a51e775a9200faa2600bd6dbb3163f96e8
|
|
7
|
+
data.tar.gz: b487e6ff1dd14fd148c352c6c9f7ee576d80dd027e7fed379ed459d0a29250bd9b9f9435f8d038bd22b0cf872715aa317876b720136c46618178159130ac3c12
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.22.0 (2022-08-24)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Documentation Change for IVS API Reference - Doc-only update to type field description for CreateChannel and UpdateChannel actions and for Channel data type. Also added Amazon Resource Names (ARNs) paragraph to Welcome section.
|
|
8
|
+
|
|
4
9
|
1.21.0 (2022-08-12)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.22.0
|
data/lib/aws-sdk-ivs/client.rb
CHANGED
|
@@ -468,15 +468,19 @@ module Aws::IVS
|
|
|
468
468
|
# probably will disconnect immediately.* Default: `STANDARD`. Valid
|
|
469
469
|
# values:
|
|
470
470
|
#
|
|
471
|
-
# * `STANDARD`\:
|
|
472
|
-
# input, to automatically give viewers the best
|
|
473
|
-
# devices and network conditions.
|
|
474
|
-
#
|
|
475
|
-
#
|
|
476
|
-
#
|
|
477
|
-
#
|
|
478
|
-
#
|
|
479
|
-
#
|
|
471
|
+
# * `STANDARD`\: Video is transcoded: multiple qualities are generated
|
|
472
|
+
# from the original input, to automatically give viewers the best
|
|
473
|
+
# experience for their devices and network conditions. Transcoding
|
|
474
|
+
# allows higher playback quality across a range of download speeds.
|
|
475
|
+
# Resolution can be up to 1080p and bitrate can be up to 8.5 Mbps.
|
|
476
|
+
# Audio is transcoded only for renditions 360p and below; above that,
|
|
477
|
+
# audio is passed through. This is the default.
|
|
478
|
+
#
|
|
479
|
+
# * `BASIC`\: Video is transmuxed: Amazon IVS delivers the original
|
|
480
|
+
# input to viewers. The viewer’s video-quality choice is limited to
|
|
481
|
+
# the original input. Resolution can be up to 1080p and bitrate can be
|
|
482
|
+
# up to 1.5 Mbps for 480p and up to 3.5 Mbps for resolutions between
|
|
483
|
+
# 480p and 1080p.
|
|
480
484
|
#
|
|
481
485
|
# @return [Types::CreateChannelResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
482
486
|
#
|
|
@@ -1565,15 +1569,19 @@ module Aws::IVS
|
|
|
1565
1569
|
# *If you exceed the allowable resolution or bitrate, the stream
|
|
1566
1570
|
# probably will disconnect immediately*. Valid values:
|
|
1567
1571
|
#
|
|
1568
|
-
# * `STANDARD`\:
|
|
1569
|
-
# input, to automatically give viewers the best
|
|
1570
|
-
# devices and network conditions.
|
|
1571
|
-
#
|
|
1572
|
-
#
|
|
1572
|
+
# * `STANDARD`\: Video is transcoded: multiple qualities are generated
|
|
1573
|
+
# from the original input, to automatically give viewers the best
|
|
1574
|
+
# experience for their devices and network conditions. Transcoding
|
|
1575
|
+
# allows higher playback quality across a range of download speeds.
|
|
1576
|
+
# Resolution can be up to 1080p and bitrate can be up to 8.5 Mbps.
|
|
1577
|
+
# Audio is transcoded only for renditions 360p and below; above that,
|
|
1578
|
+
# audio is passed through. This is the default.
|
|
1573
1579
|
#
|
|
1574
|
-
# * `BASIC`\: Amazon IVS delivers the original
|
|
1575
|
-
# viewer’s video-quality choice is limited to
|
|
1576
|
-
# Resolution can be up to
|
|
1580
|
+
# * `BASIC`\: Video is transmuxed: Amazon IVS delivers the original
|
|
1581
|
+
# input to viewers. The viewer’s video-quality choice is limited to
|
|
1582
|
+
# the original input. Resolution can be up to 1080p and bitrate can be
|
|
1583
|
+
# up to 1.5 Mbps for 480p and up to 3.5 Mbps for resolutions between
|
|
1584
|
+
# 480p and 1080p.
|
|
1577
1585
|
#
|
|
1578
1586
|
# @return [Types::UpdateChannelResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1579
1587
|
#
|
|
@@ -1625,7 +1633,7 @@ module Aws::IVS
|
|
|
1625
1633
|
params: params,
|
|
1626
1634
|
config: config)
|
|
1627
1635
|
context[:gem_name] = 'aws-sdk-ivs'
|
|
1628
|
-
context[:gem_version] = '1.
|
|
1636
|
+
context[:gem_version] = '1.22.0'
|
|
1629
1637
|
Seahorse::Client::Request.new(handlers, context)
|
|
1630
1638
|
end
|
|
1631
1639
|
|
data/lib/aws-sdk-ivs/types.rb
CHANGED
|
@@ -202,15 +202,19 @@ module Aws::IVS
|
|
|
202
202
|
# probably will disconnect immediately.* Default: `STANDARD`. Valid
|
|
203
203
|
# values:
|
|
204
204
|
#
|
|
205
|
-
# * `STANDARD`\:
|
|
206
|
-
# input, to automatically give viewers the best
|
|
207
|
-
# devices and network conditions.
|
|
208
|
-
#
|
|
209
|
-
#
|
|
205
|
+
# * `STANDARD`\: Video is transcoded: multiple qualities are generated
|
|
206
|
+
# from the original input, to automatically give viewers the best
|
|
207
|
+
# experience for their devices and network conditions. Transcoding
|
|
208
|
+
# allows higher playback quality across a range of download speeds.
|
|
209
|
+
# Resolution can be up to 1080p and bitrate can be up to 8.5 Mbps.
|
|
210
|
+
# Audio is transcoded only for renditions 360p and below; above
|
|
211
|
+
# that, audio is passed through. This is the default.
|
|
210
212
|
#
|
|
211
|
-
# * `BASIC`\: Amazon IVS delivers the original
|
|
212
|
-
# viewer’s video-quality choice is limited to
|
|
213
|
-
# Resolution can be up to
|
|
213
|
+
# * `BASIC`\: Video is transmuxed: Amazon IVS delivers the original
|
|
214
|
+
# input to viewers. The viewer’s video-quality choice is limited to
|
|
215
|
+
# the original input. Resolution can be up to 1080p and bitrate can
|
|
216
|
+
# be up to 1.5 Mbps for 480p and up to 3.5 Mbps for resolutions
|
|
217
|
+
# between 480p and 1080p.
|
|
214
218
|
# @return [String]
|
|
215
219
|
#
|
|
216
220
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ivs-2020-07-14/Channel AWS API Documentation
|
|
@@ -359,15 +363,19 @@ module Aws::IVS
|
|
|
359
363
|
# probably will disconnect immediately.* Default: `STANDARD`. Valid
|
|
360
364
|
# values:
|
|
361
365
|
#
|
|
362
|
-
# * `STANDARD`\:
|
|
363
|
-
# input, to automatically give viewers the best
|
|
364
|
-
# devices and network conditions.
|
|
365
|
-
#
|
|
366
|
-
#
|
|
366
|
+
# * `STANDARD`\: Video is transcoded: multiple qualities are generated
|
|
367
|
+
# from the original input, to automatically give viewers the best
|
|
368
|
+
# experience for their devices and network conditions. Transcoding
|
|
369
|
+
# allows higher playback quality across a range of download speeds.
|
|
370
|
+
# Resolution can be up to 1080p and bitrate can be up to 8.5 Mbps.
|
|
371
|
+
# Audio is transcoded only for renditions 360p and below; above
|
|
372
|
+
# that, audio is passed through. This is the default.
|
|
367
373
|
#
|
|
368
|
-
# * `BASIC`\: Amazon IVS delivers the original
|
|
369
|
-
# viewer’s video-quality choice is limited to
|
|
370
|
-
# Resolution can be up to
|
|
374
|
+
# * `BASIC`\: Video is transmuxed: Amazon IVS delivers the original
|
|
375
|
+
# input to viewers. The viewer’s video-quality choice is limited to
|
|
376
|
+
# the original input. Resolution can be up to 1080p and bitrate can
|
|
377
|
+
# be up to 1.5 Mbps for 480p and up to 3.5 Mbps for resolutions
|
|
378
|
+
# between 480p and 1080p.
|
|
371
379
|
# @return [String]
|
|
372
380
|
#
|
|
373
381
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ivs-2020-07-14/CreateChannelRequest AWS API Documentation
|
|
@@ -1999,15 +2007,19 @@ module Aws::IVS
|
|
|
1999
2007
|
# *If you exceed the allowable resolution or bitrate, the stream
|
|
2000
2008
|
# probably will disconnect immediately*. Valid values:
|
|
2001
2009
|
#
|
|
2002
|
-
# * `STANDARD`\:
|
|
2003
|
-
# input, to automatically give viewers the best
|
|
2004
|
-
# devices and network conditions.
|
|
2005
|
-
#
|
|
2006
|
-
#
|
|
2007
|
-
#
|
|
2008
|
-
#
|
|
2009
|
-
#
|
|
2010
|
-
#
|
|
2010
|
+
# * `STANDARD`\: Video is transcoded: multiple qualities are generated
|
|
2011
|
+
# from the original input, to automatically give viewers the best
|
|
2012
|
+
# experience for their devices and network conditions. Transcoding
|
|
2013
|
+
# allows higher playback quality across a range of download speeds.
|
|
2014
|
+
# Resolution can be up to 1080p and bitrate can be up to 8.5 Mbps.
|
|
2015
|
+
# Audio is transcoded only for renditions 360p and below; above
|
|
2016
|
+
# that, audio is passed through. This is the default.
|
|
2017
|
+
#
|
|
2018
|
+
# * `BASIC`\: Video is transmuxed: Amazon IVS delivers the original
|
|
2019
|
+
# input to viewers. The viewer’s video-quality choice is limited to
|
|
2020
|
+
# the original input. Resolution can be up to 1080p and bitrate can
|
|
2021
|
+
# be up to 1.5 Mbps for 480p and up to 3.5 Mbps for resolutions
|
|
2022
|
+
# between 480p and 1080p.
|
|
2011
2023
|
# @return [String]
|
|
2012
2024
|
#
|
|
2013
2025
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ivs-2020-07-14/UpdateChannelRequest AWS API Documentation
|
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.22.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: 2022-08-
|
|
11
|
+
date: 2022-08-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|