aws-sdk-medialive 1.62.0 → 1.63.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: 6ce78aae00dcca90d1d81f1d81546974520dbd6d0b155a2ae621b0b1c3f20db6
4
- data.tar.gz: 22e0ab763be211e9898a6f7f35166b10e27805287f20d9e5f79b9781357429a8
3
+ metadata.gz: 47583c8cf02aac8576d62188906f4c90d2810fda5374476c9efa22ecd88c8892
4
+ data.tar.gz: d72b8667dbeb8a005197c3b1bb0500af87f8e5683decb9324b1daf0d3e2a2c98
5
5
  SHA512:
6
- metadata.gz: 0b93479fa6dada60189f04db8c92ae7a75591ca203897840dbf93d44cdd659e71d76e5c5ba3ecfbad614b198e48f9a6a995573b24882ba3c5fcf9ab1f9cf401c
7
- data.tar.gz: 8c572c2d6b19f24173131ca4d52896b4fce68572415861cac256164425306ab1635b89a5a0b39b1a1f58b933b30c1e8700d9891ad7ca73f4eef8e9acfee078cb
6
+ metadata.gz: 32a5fe646855e474a6e6cb8a0a57360043a06f99c71442b181de79f1eb084527ac2ca0940dbde970d08a069765299784b1df0011eb2f11219bafdb6602b7d2e7
7
+ data.tar.gz: 3162f37acbce1c190d6e788ffd2a578172099684fd912dd3642cad169c020492b8f2371ea646f0155f968e9cd7e31a1f09703e658eccd8bc4f0d1ecfe9c4abbd
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-medialive/customizations'
49
49
  # @!group service
50
50
  module Aws::MediaLive
51
51
 
52
- GEM_VERSION = '1.62.0'
52
+ GEM_VERSION = '1.63.0'
53
53
 
54
54
  end
@@ -1301,6 +1301,8 @@ module Aws::MediaLive
1301
1301
  # nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
1302
1302
  # timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
1303
1303
  # },
1304
+ # frame_capture_hls_settings: {
1305
+ # },
1304
1306
  # standard_hls_settings: {
1305
1307
  # audio_rendition_sets: "__string",
1306
1308
  # m3u_8_settings: { # required
@@ -1433,7 +1435,7 @@ module Aws::MediaLive
1433
1435
  # {
1434
1436
  # codec_settings: {
1435
1437
  # frame_capture_settings: {
1436
- # capture_interval: 1, # required
1438
+ # capture_interval: 1,
1437
1439
  # capture_interval_units: "MILLISECONDS", # accepts MILLISECONDS, SECONDS
1438
1440
  # },
1439
1441
  # h264_settings: {
@@ -7339,6 +7341,8 @@ module Aws::MediaLive
7339
7341
  # nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
7340
7342
  # timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
7341
7343
  # },
7344
+ # frame_capture_hls_settings: {
7345
+ # },
7342
7346
  # standard_hls_settings: {
7343
7347
  # audio_rendition_sets: "__string",
7344
7348
  # m3u_8_settings: { # required
@@ -7471,7 +7475,7 @@ module Aws::MediaLive
7471
7475
  # {
7472
7476
  # codec_settings: {
7473
7477
  # frame_capture_settings: {
7474
- # capture_interval: 1, # required
7478
+ # capture_interval: 1,
7475
7479
  # capture_interval_units: "MILLISECONDS", # accepts MILLISECONDS, SECONDS
7476
7480
  # },
7477
7481
  # h264_settings: {
@@ -9393,7 +9397,7 @@ module Aws::MediaLive
9393
9397
  params: params,
9394
9398
  config: config)
9395
9399
  context[:gem_name] = 'aws-sdk-medialive'
9396
- context[:gem_version] = '1.62.0'
9400
+ context[:gem_version] = '1.63.0'
9397
9401
  Seahorse::Client::Request.new(handlers, context)
9398
9402
  end
9399
9403
 
@@ -224,6 +224,7 @@ module Aws::MediaLive
224
224
  FollowPoint = Shapes::StringShape.new(name: 'FollowPoint')
225
225
  ForbiddenException = Shapes::StructureShape.new(name: 'ForbiddenException')
226
226
  FrameCaptureGroupSettings = Shapes::StructureShape.new(name: 'FrameCaptureGroupSettings')
227
+ FrameCaptureHlsSettings = Shapes::StructureShape.new(name: 'FrameCaptureHlsSettings')
227
228
  FrameCaptureIntervalUnit = Shapes::StringShape.new(name: 'FrameCaptureIntervalUnit')
228
229
  FrameCaptureOutputSettings = Shapes::StructureShape.new(name: 'FrameCaptureOutputSettings')
229
230
  FrameCaptureSettings = Shapes::StructureShape.new(name: 'FrameCaptureSettings')
@@ -1596,10 +1597,12 @@ module Aws::MediaLive
1596
1597
  FrameCaptureGroupSettings.add_member(:destination, Shapes::ShapeRef.new(shape: OutputLocationRef, required: true, location_name: "destination"))
1597
1598
  FrameCaptureGroupSettings.struct_class = Types::FrameCaptureGroupSettings
1598
1599
 
1600
+ FrameCaptureHlsSettings.struct_class = Types::FrameCaptureHlsSettings
1601
+
1599
1602
  FrameCaptureOutputSettings.add_member(:name_modifier, Shapes::ShapeRef.new(shape: __string, location_name: "nameModifier"))
1600
1603
  FrameCaptureOutputSettings.struct_class = Types::FrameCaptureOutputSettings
1601
1604
 
1602
- FrameCaptureSettings.add_member(:capture_interval, Shapes::ShapeRef.new(shape: __integerMin1Max3600000, required: true, location_name: "captureInterval"))
1605
+ FrameCaptureSettings.add_member(:capture_interval, Shapes::ShapeRef.new(shape: __integerMin1Max3600000, location_name: "captureInterval"))
1603
1606
  FrameCaptureSettings.add_member(:capture_interval_units, Shapes::ShapeRef.new(shape: FrameCaptureIntervalUnit, location_name: "captureIntervalUnits"))
1604
1607
  FrameCaptureSettings.struct_class = Types::FrameCaptureSettings
1605
1608
 
@@ -1798,6 +1801,7 @@ module Aws::MediaLive
1798
1801
 
1799
1802
  HlsSettings.add_member(:audio_only_hls_settings, Shapes::ShapeRef.new(shape: AudioOnlyHlsSettings, location_name: "audioOnlyHlsSettings"))
1800
1803
  HlsSettings.add_member(:fmp_4_hls_settings, Shapes::ShapeRef.new(shape: Fmp4HlsSettings, location_name: "fmp4HlsSettings"))
1804
+ HlsSettings.add_member(:frame_capture_hls_settings, Shapes::ShapeRef.new(shape: FrameCaptureHlsSettings, location_name: "frameCaptureHlsSettings"))
1801
1805
  HlsSettings.add_member(:standard_hls_settings, Shapes::ShapeRef.new(shape: StandardHlsSettings, location_name: "standardHlsSettings"))
1802
1806
  HlsSettings.struct_class = Types::HlsSettings
1803
1807
 
@@ -3447,6 +3447,8 @@ module Aws::MediaLive
3447
3447
  # nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
3448
3448
  # timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
3449
3449
  # },
3450
+ # frame_capture_hls_settings: {
3451
+ # },
3450
3452
  # standard_hls_settings: {
3451
3453
  # audio_rendition_sets: "__string",
3452
3454
  # m3u_8_settings: { # required
@@ -3579,7 +3581,7 @@ module Aws::MediaLive
3579
3581
  # {
3580
3582
  # codec_settings: {
3581
3583
  # frame_capture_settings: {
3582
- # capture_interval: 1, # required
3584
+ # capture_interval: 1,
3583
3585
  # capture_interval_units: "MILLISECONDS", # accepts MILLISECONDS, SECONDS
3584
3586
  # },
3585
3587
  # h264_settings: {
@@ -6601,6 +6603,8 @@ module Aws::MediaLive
6601
6603
  # nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
6602
6604
  # timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
6603
6605
  # },
6606
+ # frame_capture_hls_settings: {
6607
+ # },
6604
6608
  # standard_hls_settings: {
6605
6609
  # audio_rendition_sets: "__string",
6606
6610
  # m3u_8_settings: { # required
@@ -6733,7 +6737,7 @@ module Aws::MediaLive
6733
6737
  # {
6734
6738
  # codec_settings: {
6735
6739
  # frame_capture_settings: {
6736
- # capture_interval: 1, # required
6740
+ # capture_interval: 1,
6737
6741
  # capture_interval_units: "MILLISECONDS", # accepts MILLISECONDS, SECONDS
6738
6742
  # },
6739
6743
  # h264_settings: {
@@ -7208,6 +7212,14 @@ module Aws::MediaLive
7208
7212
  include Aws::Structure
7209
7213
  end
7210
7214
 
7215
+ # Frame Capture Hls Settings
7216
+ #
7217
+ # @api private
7218
+ #
7219
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/FrameCaptureHlsSettings AWS API Documentation
7220
+ #
7221
+ class FrameCaptureHlsSettings < Aws::EmptyStructure; end
7222
+
7211
7223
  # Frame Capture Output Settings
7212
7224
  #
7213
7225
  # @note When making an API call, you may pass FrameCaptureOutputSettings
@@ -7236,7 +7248,7 @@ module Aws::MediaLive
7236
7248
  # data as a hash:
7237
7249
  #
7238
7250
  # {
7239
- # capture_interval: 1, # required
7251
+ # capture_interval: 1,
7240
7252
  # capture_interval_units: "MILLISECONDS", # accepts MILLISECONDS, SECONDS
7241
7253
  # }
7242
7254
  #
@@ -8862,6 +8874,8 @@ module Aws::MediaLive
8862
8874
  # nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
8863
8875
  # timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
8864
8876
  # },
8877
+ # frame_capture_hls_settings: {
8878
+ # },
8865
8879
  # standard_hls_settings: {
8866
8880
  # audio_rendition_sets: "__string",
8867
8881
  # m3u_8_settings: { # required
@@ -8941,6 +8955,8 @@ module Aws::MediaLive
8941
8955
  # nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
8942
8956
  # timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
8943
8957
  # },
8958
+ # frame_capture_hls_settings: {
8959
+ # },
8944
8960
  # standard_hls_settings: {
8945
8961
  # audio_rendition_sets: "__string",
8946
8962
  # m3u_8_settings: { # required
@@ -8973,6 +8989,10 @@ module Aws::MediaLive
8973
8989
  # Fmp4 Hls Settings
8974
8990
  # @return [Types::Fmp4HlsSettings]
8975
8991
  #
8992
+ # @!attribute [rw] frame_capture_hls_settings
8993
+ # Frame Capture Hls Settings
8994
+ # @return [Types::FrameCaptureHlsSettings]
8995
+ #
8976
8996
  # @!attribute [rw] standard_hls_settings
8977
8997
  # Standard Hls Settings
8978
8998
  # @return [Types::StandardHlsSettings]
@@ -8982,6 +9002,7 @@ module Aws::MediaLive
8982
9002
  class HlsSettings < Struct.new(
8983
9003
  :audio_only_hls_settings,
8984
9004
  :fmp_4_hls_settings,
9005
+ :frame_capture_hls_settings,
8985
9006
  :standard_hls_settings)
8986
9007
  SENSITIVE = []
8987
9008
  include Aws::Structure
@@ -12980,6 +13001,8 @@ module Aws::MediaLive
12980
13001
  # nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
12981
13002
  # timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
12982
13003
  # },
13004
+ # frame_capture_hls_settings: {
13005
+ # },
12983
13006
  # standard_hls_settings: {
12984
13007
  # audio_rendition_sets: "__string",
12985
13008
  # m3u_8_settings: { # required
@@ -13478,6 +13501,8 @@ module Aws::MediaLive
13478
13501
  # nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
13479
13502
  # timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
13480
13503
  # },
13504
+ # frame_capture_hls_settings: {
13505
+ # },
13481
13506
  # standard_hls_settings: {
13482
13507
  # audio_rendition_sets: "__string",
13483
13508
  # m3u_8_settings: { # required
@@ -13941,6 +13966,8 @@ module Aws::MediaLive
13941
13966
  # nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
13942
13967
  # timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
13943
13968
  # },
13969
+ # frame_capture_hls_settings: {
13970
+ # },
13944
13971
  # standard_hls_settings: {
13945
13972
  # audio_rendition_sets: "__string",
13946
13973
  # m3u_8_settings: { # required
@@ -17273,6 +17300,8 @@ module Aws::MediaLive
17273
17300
  # nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
17274
17301
  # timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
17275
17302
  # },
17303
+ # frame_capture_hls_settings: {
17304
+ # },
17276
17305
  # standard_hls_settings: {
17277
17306
  # audio_rendition_sets: "__string",
17278
17307
  # m3u_8_settings: { # required
@@ -17405,7 +17434,7 @@ module Aws::MediaLive
17405
17434
  # {
17406
17435
  # codec_settings: {
17407
17436
  # frame_capture_settings: {
17408
- # capture_interval: 1, # required
17437
+ # capture_interval: 1,
17409
17438
  # capture_interval_units: "MILLISECONDS", # accepts MILLISECONDS, SECONDS
17410
17439
  # },
17411
17440
  # h264_settings: {
@@ -18345,7 +18374,7 @@ module Aws::MediaLive
18345
18374
  #
18346
18375
  # {
18347
18376
  # frame_capture_settings: {
18348
- # capture_interval: 1, # required
18377
+ # capture_interval: 1,
18349
18378
  # capture_interval_units: "MILLISECONDS", # accepts MILLISECONDS, SECONDS
18350
18379
  # },
18351
18380
  # h264_settings: {
@@ -18510,7 +18539,7 @@ module Aws::MediaLive
18510
18539
  # {
18511
18540
  # codec_settings: {
18512
18541
  # frame_capture_settings: {
18513
- # capture_interval: 1, # required
18542
+ # capture_interval: 1,
18514
18543
  # capture_interval_units: "MILLISECONDS", # accepts MILLISECONDS, SECONDS
18515
18544
  # },
18516
18545
  # h264_settings: {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-medialive
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.62.0
4
+ version: 1.63.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: 2021-01-29 00:00:00.000000000 Z
11
+ date: 2021-02-02 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.109.0
22
+ version: 3.112.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.109.0
32
+ version: 3.112.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement