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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5d4273ad72e4924139c28ed6469af21469c542b4ca4087d18a75d69fce63dcec
4
- data.tar.gz: bacdb1e629a720de395e14cf39df333f2186db539d1b924b6e13a1b8edb793a2
3
+ metadata.gz: 827623923e791d44a2f38d27a3b8f11921a0de1fddd6945ef266f131e0215f37
4
+ data.tar.gz: 2ca551edbb93b7d07822550223efffc5b2a743411624d402fdfbe375a77e0927
5
5
  SHA512:
6
- metadata.gz: b83b33a5edef757c9e473aa8673963049b34e3d9d3670c9c52c323a278a48ab656cbf70315eef60f1f8d9f5c9bd3c51dc3b3eb573abda9a4f49f30c35e628e79
7
- data.tar.gz: 98e16946a5340287072496bc2a583df2b1283516fa70ba010759a6c348781bdc08773b19d93e1a448d4cb52d29b78743e82fe10e2f821941a1c7b60b4813b41c
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.21.0
1
+ 1.22.0
@@ -468,15 +468,19 @@ module Aws::IVS
468
468
  # probably will disconnect immediately.* Default: `STANDARD`. Valid
469
469
  # values:
470
470
  #
471
- # * `STANDARD`\: Multiple qualities are generated from the original
472
- # input, to automatically give viewers the best experience for their
473
- # devices and network conditions. Resolution can be up to 1080p and
474
- # bitrate can be up to 8.5 Mbps. Audio is transcoded only for
475
- # renditions 360p and below; above that, audio is passed through.
476
- #
477
- # * `BASIC`\: Amazon IVS delivers the original input to viewers. The
478
- # viewer’s video-quality choice is limited to the original input.
479
- # Resolution can be up to 480p and bitrate can be up to 1.5 Mbps.
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`\: Multiple qualities are generated from the original
1569
- # input, to automatically give viewers the best experience for their
1570
- # devices and network conditions. Resolution can be up to 1080p and
1571
- # bitrate can be up to 8.5 Mbps. Audio is transcoded only for
1572
- # renditions 360p and below; above that, audio is passed through.
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 input to viewers. The
1575
- # viewer’s video-quality choice is limited to the original input.
1576
- # Resolution can be up to 480p and bitrate can be up to 1.5 Mbps.
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.21.0'
1636
+ context[:gem_version] = '1.22.0'
1629
1637
  Seahorse::Client::Request.new(handlers, context)
1630
1638
  end
1631
1639
 
@@ -202,15 +202,19 @@ module Aws::IVS
202
202
  # probably will disconnect immediately.* Default: `STANDARD`. Valid
203
203
  # values:
204
204
  #
205
- # * `STANDARD`\: Multiple qualities are generated from the original
206
- # input, to automatically give viewers the best experience for their
207
- # devices and network conditions. Resolution can be up to 1080p and
208
- # bitrate can be up to 8.5 Mbps. Audio is transcoded only for
209
- # renditions 360p and below; above that, audio is passed through.
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 input to viewers. The
212
- # viewer’s video-quality choice is limited to the original input.
213
- # Resolution can be up to 480p and bitrate can be up to 1.5 Mbps.
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`\: Multiple qualities are generated from the original
363
- # input, to automatically give viewers the best experience for their
364
- # devices and network conditions. Resolution can be up to 1080p and
365
- # bitrate can be up to 8.5 Mbps. Audio is transcoded only for
366
- # renditions 360p and below; above that, audio is passed through.
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 input to viewers. The
369
- # viewer’s video-quality choice is limited to the original input.
370
- # Resolution can be up to 480p and bitrate can be up to 1.5 Mbps.
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`\: Multiple qualities are generated from the original
2003
- # input, to automatically give viewers the best experience for their
2004
- # devices and network conditions. Resolution can be up to 1080p and
2005
- # bitrate can be up to 8.5 Mbps. Audio is transcoded only for
2006
- # renditions 360p and below; above that, audio is passed through.
2007
- #
2008
- # * `BASIC`\: Amazon IVS delivers the original input to viewers. The
2009
- # viewer’s video-quality choice is limited to the original input.
2010
- # Resolution can be up to 480p and bitrate can be up to 1.5 Mbps.
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
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-ivs/customizations'
48
48
  # @!group service
49
49
  module Aws::IVS
50
50
 
51
- GEM_VERSION = '1.21.0'
51
+ GEM_VERSION = '1.22.0'
52
52
 
53
53
  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.21.0
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-12 00:00:00.000000000 Z
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