aws-sdk-kinesisvideoarchivedmedia 1.46.0 → 1.47.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: 42c076bbc034f0ec3c6bb80dc9c5046657fc44cba40320f1205f7d2de62af7ca
4
- data.tar.gz: 9a6c926f12eddfe4f43c01503e058f73813eda706277c2161552c5f826e9064b
3
+ metadata.gz: cd264cc5c5fa9926c08532041bf3cb87e39d4bdc3b3d0f222ac8a68380e44d82
4
+ data.tar.gz: 2a2a1144c71d8dca26cbe7aebba03855d43c56ae5212ad42f11acb64caec9d27
5
5
  SHA512:
6
- metadata.gz: 11919c88f6a01569f64dbf02dea8dc172a9ff85407ab76e5c92efb49b6a34dba39600fa22fb999c19b9bd5ff1f165b1a7d417717a0c97f260b654c8e64badbc2
7
- data.tar.gz: d86d3acf193de7ff2e4d25fc19a84af340420856974b127d7621b6d7aecdd5ce175a621d55ac04f9825ffd53ee12a9e9635a216018720209b3fa2eec1af96b66
6
+ metadata.gz: 452aecec421dd363110746d28b11cff79cb0067a5faa11cfa8dfbb0a32ea39ffc8cbc38f386f3e1d6791d2ffb4c5070c718d822fbacfc374474cdf021b336a34
7
+ data.tar.gz: 4f360f0134e88d8b46f97ffa7c3832223f7c545c836864207b551f7553c7b621a37025b14ab66127dcf3ada1690e213de92d3f76f66f4f07ebfea25ab8f04a1b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.47.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.46.0 (2023-01-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.46.0
1
+ 1.47.0
@@ -275,6 +275,11 @@ module Aws::KinesisVideoArchivedMedia
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -614,13 +619,13 @@ module Aws::KinesisVideoArchivedMedia
614
619
  #
615
620
  # Features of the three types of sessions include the following:
616
621
  #
617
- # * <b> <code>LIVE</code> </b>\: For sessions of this type, the
618
- # MPEG-DASH manifest is continually updated with the latest fragments
619
- # as they become available. We recommend that the media player
620
- # retrieve a new manifest on a one-second interval. When this type of
621
- # session is played in a media player, the user interface typically
622
- # displays a "live" notification, with no scrubber control for
623
- # choosing the position in the playback window to display.
622
+ # * <b> <code>LIVE</code> </b>: For sessions of this type, the MPEG-DASH
623
+ # manifest is continually updated with the latest fragments as they
624
+ # become available. We recommend that the media player retrieve a new
625
+ # manifest on a one-second interval. When this type of session is
626
+ # played in a media player, the user interface typically displays a
627
+ # "live" notification, with no scrubber control for choosing the
628
+ # position in the playback window to display.
624
629
  #
625
630
  # <note markdown="1"> In `LIVE` mode, the newest available fragments are included in an
626
631
  # MPEG-DASH manifest, even if there is a gap between fragments (that
@@ -633,7 +638,7 @@ module Aws::KinesisVideoArchivedMedia
633
638
  #
634
639
  # </note>
635
640
  #
636
- # * <b> <code>LIVE_REPLAY</code> </b>\: For sessions of this type, the
641
+ # * <b> <code>LIVE_REPLAY</code> </b>: For sessions of this type, the
637
642
  # MPEG-DASH manifest is updated similarly to how it is updated for
638
643
  # `LIVE` mode except that it starts by including fragments from a
639
644
  # given start time. Instead of fragments being added as they are
@@ -646,7 +651,7 @@ module Aws::KinesisVideoArchivedMedia
646
651
  # is also useful to stream previously archived media without being
647
652
  # limited by the 1,000 fragment limit in the `ON_DEMAND` mode.
648
653
  #
649
- # * <b> <code>ON_DEMAND</code> </b>\: For sessions of this type, the
654
+ # * <b> <code>ON_DEMAND</code> </b>: For sessions of this type, the
650
655
  # MPEG-DASH manifest contains all the fragments for the session, up to
651
656
  # the number that is specified in `MaxManifestFragmentResults`. The
652
657
  # manifest must be retrieved only once for each session. When this
@@ -974,10 +979,10 @@ module Aws::KinesisVideoArchivedMedia
974
979
  #
975
980
  # Features of the three types of sessions include the following:
976
981
  #
977
- # * <b> <code>LIVE</code> </b>\: For sessions of this type, the HLS
978
- # media playlist is continually updated with the latest fragments as
979
- # they become available. We recommend that the media player retrieve a
980
- # new playlist on a one-second interval. When this type of session is
982
+ # * <b> <code>LIVE</code> </b>: For sessions of this type, the HLS media
983
+ # playlist is continually updated with the latest fragments as they
984
+ # become available. We recommend that the media player retrieve a new
985
+ # playlist on a one-second interval. When this type of session is
981
986
  # played in a media player, the user interface typically displays a
982
987
  # "live" notification, with no scrubber control for choosing the
983
988
  # position in the playback window to display.
@@ -993,7 +998,7 @@ module Aws::KinesisVideoArchivedMedia
993
998
  #
994
999
  # </note>
995
1000
  #
996
- # * <b> <code>LIVE_REPLAY</code> </b>\: For sessions of this type, the
1001
+ # * <b> <code>LIVE_REPLAY</code> </b>: For sessions of this type, the
997
1002
  # HLS media playlist is updated similarly to how it is updated for
998
1003
  # `LIVE` mode except that it starts by including fragments from a
999
1004
  # given start time. Instead of fragments being added as they are
@@ -1007,7 +1012,7 @@ module Aws::KinesisVideoArchivedMedia
1007
1012
  # media without being limited by the 1,000 fragment limit in the
1008
1013
  # `ON_DEMAND` mode.
1009
1014
  #
1010
- # * <b> <code>ON_DEMAND</code> </b>\: For sessions of this type, the HLS
1015
+ # * <b> <code>ON_DEMAND</code> </b>: For sessions of this type, the HLS
1011
1016
  # media playlist contains all the fragments for the session, up to the
1012
1017
  # number that is specified in `MaxMediaPlaylistFragmentResults`. The
1013
1018
  # playlist must be retrieved only once for each session. When this
@@ -1068,15 +1073,15 @@ module Aws::KinesisVideoArchivedMedia
1068
1073
  #
1069
1074
  # The following modes are supported:
1070
1075
  #
1071
- # * `ALWAYS`\: a discontinuity marker is placed between every fragment
1072
- # in the HLS media playlist. It is recommended to use a value of
1073
- # `ALWAYS` if the fragment timestamps are not accurate.
1076
+ # * `ALWAYS`: a discontinuity marker is placed between every fragment in
1077
+ # the HLS media playlist. It is recommended to use a value of `ALWAYS`
1078
+ # if the fragment timestamps are not accurate.
1074
1079
  #
1075
- # * `NEVER`\: no discontinuity markers are placed anywhere. It is
1080
+ # * `NEVER`: no discontinuity markers are placed anywhere. It is
1076
1081
  # recommended to use a value of `NEVER` to ensure the media player
1077
1082
  # timeline most accurately maps to the producer timestamps.
1078
1083
  #
1079
- # * `ON_DISCONTINUITY`\: a discontinuity marker is placed between
1084
+ # * `ON_DISCONTINUITY`: a discontinuity marker is placed between
1080
1085
  # fragments that have a gap or overlap of more than 50 milliseconds.
1081
1086
  # For most playback scenarios, it is recommended to use a value of
1082
1087
  # `ON_DISCONTINUITY` so that the media player timeline is only reset
@@ -1492,7 +1497,7 @@ module Aws::KinesisVideoArchivedMedia
1492
1497
  params: params,
1493
1498
  config: config)
1494
1499
  context[:gem_name] = 'aws-sdk-kinesisvideoarchivedmedia'
1495
- context[:gem_version] = '1.46.0'
1500
+ context[:gem_version] = '1.47.0'
1496
1501
  Seahorse::Client::Request.new(handlers, context)
1497
1502
  end
1498
1503
 
@@ -340,7 +340,7 @@ module Aws::KinesisVideoArchivedMedia
340
340
  #
341
341
  # Features of the three types of sessions include the following:
342
342
  #
343
- # * <b> <code>LIVE</code> </b>\: For sessions of this type, the
343
+ # * <b> <code>LIVE</code> </b>: For sessions of this type, the
344
344
  # MPEG-DASH manifest is continually updated with the latest
345
345
  # fragments as they become available. We recommend that the media
346
346
  # player retrieve a new manifest on a one-second interval. When this
@@ -361,7 +361,7 @@ module Aws::KinesisVideoArchivedMedia
361
361
  #
362
362
  # </note>
363
363
  #
364
- # * <b> <code>LIVE_REPLAY</code> </b>\: For sessions of this type, the
364
+ # * <b> <code>LIVE_REPLAY</code> </b>: For sessions of this type, the
365
365
  # MPEG-DASH manifest is updated similarly to how it is updated for
366
366
  # `LIVE` mode except that it starts by including fragments from a
367
367
  # given start time. Instead of fragments being added as they are
@@ -375,7 +375,7 @@ module Aws::KinesisVideoArchivedMedia
375
375
  # without being limited by the 1,000 fragment limit in the
376
376
  # `ON_DEMAND` mode.
377
377
  #
378
- # * <b> <code>ON_DEMAND</code> </b>\: For sessions of this type, the
378
+ # * <b> <code>ON_DEMAND</code> </b>: For sessions of this type, the
379
379
  # MPEG-DASH manifest contains all the fragments for the session, up
380
380
  # to the number that is specified in `MaxManifestFragmentResults`.
381
381
  # The manifest must be retrieved only once for each session. When
@@ -522,7 +522,7 @@ module Aws::KinesisVideoArchivedMedia
522
522
  #
523
523
  # Features of the three types of sessions include the following:
524
524
  #
525
- # * <b> <code>LIVE</code> </b>\: For sessions of this type, the HLS
525
+ # * <b> <code>LIVE</code> </b>: For sessions of this type, the HLS
526
526
  # media playlist is continually updated with the latest fragments as
527
527
  # they become available. We recommend that the media player retrieve
528
528
  # a new playlist on a one-second interval. When this type of session
@@ -542,7 +542,7 @@ module Aws::KinesisVideoArchivedMedia
542
542
  #
543
543
  # </note>
544
544
  #
545
- # * <b> <code>LIVE_REPLAY</code> </b>\: For sessions of this type, the
545
+ # * <b> <code>LIVE_REPLAY</code> </b>: For sessions of this type, the
546
546
  # HLS media playlist is updated similarly to how it is updated for
547
547
  # `LIVE` mode except that it starts by including fragments from a
548
548
  # given start time. Instead of fragments being added as they are
@@ -556,7 +556,7 @@ module Aws::KinesisVideoArchivedMedia
556
556
  # previously archived media without being limited by the 1,000
557
557
  # fragment limit in the `ON_DEMAND` mode.
558
558
  #
559
- # * <b> <code>ON_DEMAND</code> </b>\: For sessions of this type, the
559
+ # * <b> <code>ON_DEMAND</code> </b>: For sessions of this type, the
560
560
  # HLS media playlist contains all the fragments for the session, up
561
561
  # to the number that is specified in
562
562
  # `MaxMediaPlaylistFragmentResults`. The playlist must be retrieved
@@ -621,15 +621,15 @@ module Aws::KinesisVideoArchivedMedia
621
621
  #
622
622
  # The following modes are supported:
623
623
  #
624
- # * `ALWAYS`\: a discontinuity marker is placed between every fragment
624
+ # * `ALWAYS`: a discontinuity marker is placed between every fragment
625
625
  # in the HLS media playlist. It is recommended to use a value of
626
626
  # `ALWAYS` if the fragment timestamps are not accurate.
627
627
  #
628
- # * `NEVER`\: no discontinuity markers are placed anywhere. It is
628
+ # * `NEVER`: no discontinuity markers are placed anywhere. It is
629
629
  # recommended to use a value of `NEVER` to ensure the media player
630
630
  # timeline most accurately maps to the producer timestamps.
631
631
  #
632
- # * `ON_DISCONTINUITY`\: a discontinuity marker is placed between
632
+ # * `ON_DISCONTINUITY`: a discontinuity marker is placed between
633
633
  # fragments that have a gap or overlap of more than 50 milliseconds.
634
634
  # For most playback scenarios, it is recommended to use a value of
635
635
  # `ON_DISCONTINUITY` so that the media player timeline is only reset
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-kinesisvideoarchivedmedia/customizations'
52
52
  # @!group service
53
53
  module Aws::KinesisVideoArchivedMedia
54
54
 
55
- GEM_VERSION = '1.46.0'
55
+ GEM_VERSION = '1.47.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-kinesisvideoarchivedmedia
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.46.0
4
+ version: 1.47.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-01-18 00:00:00.000000000 Z
11
+ date: 2023-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.165.0
22
+ version: 3.174.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement