aws-sdk-medialive 1.48.0 → 1.53.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-medialive.rb +3 -2
- data/lib/aws-sdk-medialive/client.rb +152 -41
- data/lib/aws-sdk-medialive/client_api.rb +52 -3
- data/lib/aws-sdk-medialive/types.rb +543 -26
- 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: e60045ce131bdca293b260247b2a0bd6e630a25d2ae49dd3c191eef469d12894
|
4
|
+
data.tar.gz: 4de515d6e20f2a89eaf2f471737c704dc2321f650e8a8c0803c5b18772dc01e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 54945081571878390fa87594cbea5bde4e10c91222b252a3b22e2db486fb0e9cbc91cc2a9f6b3049d729519ee4adb29f07987eedb28d9e30fb48b6c58e0f1394
|
7
|
+
data.tar.gz: 886ea6186d20971d81cf8a7d9a94b2a282d04920431e95135787a8f0d8d4a68c087164f9ba5a83993fbeebc8aaab064a2513aaf5acc5fc35734d31d24d64bc18
|
data/lib/aws-sdk-medialive.rb
CHANGED
@@ -7,6 +7,7 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
+
|
10
11
|
require 'aws-sdk-core'
|
11
12
|
require 'aws-sigv4'
|
12
13
|
|
@@ -45,9 +46,9 @@ require_relative 'aws-sdk-medialive/customizations'
|
|
45
46
|
#
|
46
47
|
# See {Errors} for more information.
|
47
48
|
#
|
48
|
-
#
|
49
|
+
# @!group service
|
49
50
|
module Aws::MediaLive
|
50
51
|
|
51
|
-
GEM_VERSION = '1.
|
52
|
+
GEM_VERSION = '1.53.0'
|
52
53
|
|
53
54
|
end
|
@@ -85,13 +85,28 @@ module Aws::MediaLive
|
|
85
85
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
86
86
|
# credentials.
|
87
87
|
#
|
88
|
+
# * `Aws::SharedCredentials` - Used for loading static credentials from a
|
89
|
+
# shared file, such as `~/.aws/config`.
|
90
|
+
#
|
91
|
+
# * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
|
92
|
+
#
|
93
|
+
# * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
|
94
|
+
# assume a role after providing credentials via the web.
|
95
|
+
#
|
96
|
+
# * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
|
97
|
+
# access token generated from `aws login`.
|
98
|
+
#
|
99
|
+
# * `Aws::ProcessCredentials` - Used for loading credentials from a
|
100
|
+
# process that outputs to stdout.
|
101
|
+
#
|
88
102
|
# * `Aws::InstanceProfileCredentials` - Used for loading credentials
|
89
103
|
# from an EC2 IMDS on an EC2 instance.
|
90
104
|
#
|
91
|
-
# * `Aws::
|
92
|
-
#
|
105
|
+
# * `Aws::ECSCredentials` - Used for loading credentials from
|
106
|
+
# instances running in ECS.
|
93
107
|
#
|
94
|
-
# * `Aws::
|
108
|
+
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
109
|
+
# from the Cognito Identity service.
|
95
110
|
#
|
96
111
|
# When `:credentials` are not configured directly, the following
|
97
112
|
# locations will be searched for credentials:
|
@@ -101,10 +116,10 @@ module Aws::MediaLive
|
|
101
116
|
# * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
|
102
117
|
# * `~/.aws/credentials`
|
103
118
|
# * `~/.aws/config`
|
104
|
-
# * EC2 IMDS instance profile - When used by default, the timeouts
|
105
|
-
# very aggressive. Construct and pass an instance of
|
106
|
-
# `Aws::InstanceProfileCredentails`
|
107
|
-
# timeouts.
|
119
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
120
|
+
# are very aggressive. Construct and pass an instance of
|
121
|
+
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
122
|
+
# enable retries and extended timeouts.
|
108
123
|
#
|
109
124
|
# @option options [required, String] :region
|
110
125
|
# The AWS region to connect to. The configured `:region` is
|
@@ -343,7 +358,7 @@ module Aws::MediaLive
|
|
343
358
|
# id_3: "__string", # required
|
344
359
|
# },
|
345
360
|
# input_prepare_settings: {
|
346
|
-
# input_attachment_name_reference: "__string",
|
361
|
+
# input_attachment_name_reference: "__string",
|
347
362
|
# input_clipping_settings: {
|
348
363
|
# input_timecode_source: "ZEROBASED", # required, accepts ZEROBASED, EMBEDDED
|
349
364
|
# start_timecode: {
|
@@ -694,7 +709,7 @@ module Aws::MediaLive
|
|
694
709
|
# pass_through_settings: {
|
695
710
|
# },
|
696
711
|
# },
|
697
|
-
# language_code: "
|
712
|
+
# language_code: "__stringMin1Max35",
|
698
713
|
# language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
699
714
|
# name: "__string", # required
|
700
715
|
# remix_settings: {
|
@@ -804,6 +819,11 @@ module Aws::MediaLive
|
|
804
819
|
# x_position: 1,
|
805
820
|
# y_position: 1,
|
806
821
|
# },
|
822
|
+
# ebu_tt_d_destination_settings: {
|
823
|
+
# fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
|
824
|
+
# font_family: "__string",
|
825
|
+
# style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
826
|
+
# },
|
807
827
|
# embedded_destination_settings: {
|
808
828
|
# },
|
809
829
|
# embedded_plus_scte_20_destination_settings: {
|
@@ -945,7 +965,7 @@ module Aws::MediaLive
|
|
945
965
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
946
966
|
# min_segment_length: 1,
|
947
967
|
# mode: "LIVE", # accepts LIVE, VOD
|
948
|
-
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
|
968
|
+
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY, VARIANT_MANIFESTS_AND_SEGMENTS
|
949
969
|
# program_date_time: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
950
970
|
# program_date_time_period: 1,
|
951
971
|
# redundant_manifest: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -1304,6 +1324,12 @@ module Aws::MediaLive
|
|
1304
1324
|
# rec_709_settings: {
|
1305
1325
|
# },
|
1306
1326
|
# },
|
1327
|
+
# filter_settings: {
|
1328
|
+
# temporal_filter_settings: {
|
1329
|
+
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
1330
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
1331
|
+
# },
|
1332
|
+
# },
|
1307
1333
|
# fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
|
1308
1334
|
# flicker_aq: "DISABLED", # accepts DISABLED, ENABLED
|
1309
1335
|
# framerate_denominator: 1, # required
|
@@ -1320,7 +1346,7 @@ module Aws::MediaLive
|
|
1320
1346
|
# profile: "MAIN", # accepts MAIN, MAIN_10BIT
|
1321
1347
|
# qvbr_quality_level: 1,
|
1322
1348
|
# rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR
|
1323
|
-
# scan_type: "
|
1349
|
+
# scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
1324
1350
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
1325
1351
|
# slices: 1,
|
1326
1352
|
# tier: "HIGH", # accepts HIGH, MAIN
|
@@ -1573,6 +1599,9 @@ module Aws::MediaLive
|
|
1573
1599
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_grid_control #=> String, one of "FIXED", "SCALED"
|
1574
1600
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
1575
1601
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
1602
|
+
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
|
1603
|
+
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
|
1604
|
+
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
|
1576
1605
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
|
1577
1606
|
# resp.channel.encoder_settings.caption_descriptions[0].language_code #=> String
|
1578
1607
|
# resp.channel.encoder_settings.caption_descriptions[0].language_description #=> String
|
@@ -1652,7 +1681,7 @@ module Aws::MediaLive
|
|
1652
1681
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.manifest_duration_format #=> String, one of "FLOATING_POINT", "INTEGER"
|
1653
1682
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.min_segment_length #=> Integer
|
1654
1683
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.mode #=> String, one of "LIVE", "VOD"
|
1655
|
-
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY"
|
1684
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY", "VARIANT_MANIFESTS_AND_SEGMENTS"
|
1656
1685
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time #=> String, one of "EXCLUDE", "INCLUDE"
|
1657
1686
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time_period #=> Integer
|
1658
1687
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.redundant_manifest #=> String, one of "DISABLED", "ENABLED"
|
@@ -1903,6 +1932,8 @@ module Aws::MediaLive
|
|
1903
1932
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
1904
1933
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
1905
1934
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
1935
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
|
1936
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16"
|
1906
1937
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.fixed_afd #=> String, one of "AFD_0000", "AFD_0010", "AFD_0011", "AFD_0100", "AFD_1000", "AFD_1001", "AFD_1010", "AFD_1011", "AFD_1101", "AFD_1110", "AFD_1111"
|
1907
1938
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
|
1908
1939
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.framerate_denominator #=> Integer
|
@@ -1919,7 +1950,7 @@ module Aws::MediaLive
|
|
1919
1950
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.profile #=> String, one of "MAIN", "MAIN_10BIT"
|
1920
1951
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.qvbr_quality_level #=> Integer
|
1921
1952
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.rate_control_mode #=> String, one of "CBR", "MULTIPLEX", "QVBR"
|
1922
|
-
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scan_type #=> String, one of "PROGRESSIVE"
|
1953
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
|
1923
1954
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED"
|
1924
1955
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.slices #=> Integer
|
1925
1956
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tier #=> String, one of "HIGH", "MAIN"
|
@@ -2061,7 +2092,7 @@ module Aws::MediaLive
|
|
2061
2092
|
# tags: {
|
2062
2093
|
# "__string" => "__string",
|
2063
2094
|
# },
|
2064
|
-
# type: "UDP_PUSH", # accepts UDP_PUSH, RTP_PUSH, RTMP_PUSH, RTMP_PULL, URL_PULL, MP4_FILE, MEDIACONNECT, INPUT_DEVICE
|
2095
|
+
# type: "UDP_PUSH", # accepts UDP_PUSH, RTP_PUSH, RTMP_PUSH, RTMP_PULL, URL_PULL, MP4_FILE, MEDIACONNECT, INPUT_DEVICE, AWS_CDI
|
2065
2096
|
# vpc: {
|
2066
2097
|
# security_group_ids: ["__string"],
|
2067
2098
|
# subnet_ids: ["__string"], # required
|
@@ -2097,7 +2128,7 @@ module Aws::MediaLive
|
|
2097
2128
|
# resp.input.state #=> String, one of "CREATING", "DETACHED", "ATTACHED", "DELETING", "DELETED"
|
2098
2129
|
# resp.input.tags #=> Hash
|
2099
2130
|
# resp.input.tags["__string"] #=> String
|
2100
|
-
# resp.input.type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT", "INPUT_DEVICE"
|
2131
|
+
# resp.input.type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT", "INPUT_DEVICE", "AWS_CDI"
|
2101
2132
|
#
|
2102
2133
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateInput AWS API Documentation
|
2103
2134
|
#
|
@@ -2481,6 +2512,9 @@ module Aws::MediaLive
|
|
2481
2512
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_grid_control #=> String, one of "FIXED", "SCALED"
|
2482
2513
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
2483
2514
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
2515
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
|
2516
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
|
2517
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
|
2484
2518
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
|
2485
2519
|
# resp.encoder_settings.caption_descriptions[0].language_code #=> String
|
2486
2520
|
# resp.encoder_settings.caption_descriptions[0].language_description #=> String
|
@@ -2560,7 +2594,7 @@ module Aws::MediaLive
|
|
2560
2594
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.manifest_duration_format #=> String, one of "FLOATING_POINT", "INTEGER"
|
2561
2595
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.min_segment_length #=> Integer
|
2562
2596
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.mode #=> String, one of "LIVE", "VOD"
|
2563
|
-
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY"
|
2597
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY", "VARIANT_MANIFESTS_AND_SEGMENTS"
|
2564
2598
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time #=> String, one of "EXCLUDE", "INCLUDE"
|
2565
2599
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time_period #=> Integer
|
2566
2600
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.redundant_manifest #=> String, one of "DISABLED", "ENABLED"
|
@@ -2811,6 +2845,8 @@ module Aws::MediaLive
|
|
2811
2845
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
2812
2846
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
2813
2847
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
2848
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
|
2849
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16"
|
2814
2850
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.fixed_afd #=> String, one of "AFD_0000", "AFD_0010", "AFD_0011", "AFD_0100", "AFD_1000", "AFD_1001", "AFD_1010", "AFD_1011", "AFD_1101", "AFD_1110", "AFD_1111"
|
2815
2851
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
|
2816
2852
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.framerate_denominator #=> Integer
|
@@ -2827,7 +2863,7 @@ module Aws::MediaLive
|
|
2827
2863
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.profile #=> String, one of "MAIN", "MAIN_10BIT"
|
2828
2864
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.qvbr_quality_level #=> Integer
|
2829
2865
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.rate_control_mode #=> String, one of "CBR", "MULTIPLEX", "QVBR"
|
2830
|
-
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scan_type #=> String, one of "PROGRESSIVE"
|
2866
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
|
2831
2867
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED"
|
2832
2868
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.slices #=> Integer
|
2833
2869
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tier #=> String, one of "HIGH", "MAIN"
|
@@ -3100,7 +3136,7 @@ module Aws::MediaLive
|
|
3100
3136
|
# resp.region #=> String
|
3101
3137
|
# resp.reservation_id #=> String
|
3102
3138
|
# resp.resource_specification.channel_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
|
3103
|
-
# resp.resource_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC", "AUDIO"
|
3139
|
+
# resp.resource_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC", "AUDIO", "LINK"
|
3104
3140
|
# resp.resource_specification.maximum_bitrate #=> String, one of "MAX_10_MBPS", "MAX_20_MBPS", "MAX_50_MBPS"
|
3105
3141
|
# resp.resource_specification.maximum_framerate #=> String, one of "MAX_30_FPS", "MAX_60_FPS"
|
3106
3142
|
# resp.resource_specification.resolution #=> String, one of "SD", "HD", "FHD", "UHD"
|
@@ -3328,6 +3364,9 @@ module Aws::MediaLive
|
|
3328
3364
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_grid_control #=> String, one of "FIXED", "SCALED"
|
3329
3365
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
3330
3366
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
3367
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
|
3368
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
|
3369
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
|
3331
3370
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
|
3332
3371
|
# resp.encoder_settings.caption_descriptions[0].language_code #=> String
|
3333
3372
|
# resp.encoder_settings.caption_descriptions[0].language_description #=> String
|
@@ -3407,7 +3446,7 @@ module Aws::MediaLive
|
|
3407
3446
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.manifest_duration_format #=> String, one of "FLOATING_POINT", "INTEGER"
|
3408
3447
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.min_segment_length #=> Integer
|
3409
3448
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.mode #=> String, one of "LIVE", "VOD"
|
3410
|
-
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY"
|
3449
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY", "VARIANT_MANIFESTS_AND_SEGMENTS"
|
3411
3450
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time #=> String, one of "EXCLUDE", "INCLUDE"
|
3412
3451
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time_period #=> Integer
|
3413
3452
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.redundant_manifest #=> String, one of "DISABLED", "ENABLED"
|
@@ -3658,6 +3697,8 @@ module Aws::MediaLive
|
|
3658
3697
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
3659
3698
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
3660
3699
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
3700
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
|
3701
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16"
|
3661
3702
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.fixed_afd #=> String, one of "AFD_0000", "AFD_0010", "AFD_0011", "AFD_0100", "AFD_1000", "AFD_1001", "AFD_1010", "AFD_1011", "AFD_1101", "AFD_1110", "AFD_1111"
|
3662
3703
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
|
3663
3704
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.framerate_denominator #=> Integer
|
@@ -3674,7 +3715,7 @@ module Aws::MediaLive
|
|
3674
3715
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.profile #=> String, one of "MAIN", "MAIN_10BIT"
|
3675
3716
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.qvbr_quality_level #=> Integer
|
3676
3717
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.rate_control_mode #=> String, one of "CBR", "MULTIPLEX", "QVBR"
|
3677
|
-
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scan_type #=> String, one of "PROGRESSIVE"
|
3718
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
|
3678
3719
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED"
|
3679
3720
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.slices #=> Integer
|
3680
3721
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tier #=> String, one of "HIGH", "MAIN"
|
@@ -3814,7 +3855,7 @@ module Aws::MediaLive
|
|
3814
3855
|
# resp.state #=> String, one of "CREATING", "DETACHED", "ATTACHED", "DELETING", "DELETED"
|
3815
3856
|
# resp.tags #=> Hash
|
3816
3857
|
# resp.tags["__string"] #=> String
|
3817
|
-
# resp.type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT", "INPUT_DEVICE"
|
3858
|
+
# resp.type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT", "INPUT_DEVICE", "AWS_CDI"
|
3818
3859
|
#
|
3819
3860
|
#
|
3820
3861
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -3889,6 +3930,45 @@ module Aws::MediaLive
|
|
3889
3930
|
req.send_request(options)
|
3890
3931
|
end
|
3891
3932
|
|
3933
|
+
# Get the latest thumbnail data for the input device.
|
3934
|
+
#
|
3935
|
+
# @option params [required, String] :input_device_id
|
3936
|
+
#
|
3937
|
+
# @option params [required, String] :accept
|
3938
|
+
# Accept Header
|
3939
|
+
#
|
3940
|
+
# @return [Types::DescribeInputDeviceThumbnailResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3941
|
+
#
|
3942
|
+
# * {Types::DescribeInputDeviceThumbnailResponse#body #body} => IO
|
3943
|
+
# * {Types::DescribeInputDeviceThumbnailResponse#content_type #content_type} => String
|
3944
|
+
# * {Types::DescribeInputDeviceThumbnailResponse#content_length #content_length} => Integer
|
3945
|
+
# * {Types::DescribeInputDeviceThumbnailResponse#etag #etag} => String
|
3946
|
+
# * {Types::DescribeInputDeviceThumbnailResponse#last_modified #last_modified} => Time
|
3947
|
+
#
|
3948
|
+
# @example Request syntax with placeholder values
|
3949
|
+
#
|
3950
|
+
# resp = client.describe_input_device_thumbnail({
|
3951
|
+
# input_device_id: "__string", # required
|
3952
|
+
# accept: "image/jpeg", # required, accepts image/jpeg
|
3953
|
+
# })
|
3954
|
+
#
|
3955
|
+
# @example Response structure
|
3956
|
+
#
|
3957
|
+
# resp.body #=> IO
|
3958
|
+
# resp.content_type #=> String, one of "image/jpeg"
|
3959
|
+
# resp.content_length #=> Integer
|
3960
|
+
# resp.etag #=> String
|
3961
|
+
# resp.last_modified #=> Time
|
3962
|
+
#
|
3963
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeInputDeviceThumbnail AWS API Documentation
|
3964
|
+
#
|
3965
|
+
# @overload describe_input_device_thumbnail(params = {})
|
3966
|
+
# @param [Hash] params ({})
|
3967
|
+
def describe_input_device_thumbnail(params = {}, options = {}, &block)
|
3968
|
+
req = build_request(:describe_input_device_thumbnail, params)
|
3969
|
+
req.send_request(options, &block)
|
3970
|
+
end
|
3971
|
+
|
3892
3972
|
# Produces a summary of an Input Security Group
|
3893
3973
|
#
|
3894
3974
|
# @option params [required, String] :input_security_group_id
|
@@ -4082,7 +4162,7 @@ module Aws::MediaLive
|
|
4082
4162
|
# resp.offering_type #=> String, one of "NO_UPFRONT"
|
4083
4163
|
# resp.region #=> String
|
4084
4164
|
# resp.resource_specification.channel_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
|
4085
|
-
# resp.resource_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC", "AUDIO"
|
4165
|
+
# resp.resource_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC", "AUDIO", "LINK"
|
4086
4166
|
# resp.resource_specification.maximum_bitrate #=> String, one of "MAX_10_MBPS", "MAX_20_MBPS", "MAX_50_MBPS"
|
4087
4167
|
# resp.resource_specification.maximum_framerate #=> String, one of "MAX_30_FPS", "MAX_60_FPS"
|
4088
4168
|
# resp.resource_specification.resolution #=> String, one of "SD", "HD", "FHD", "UHD"
|
@@ -4147,7 +4227,7 @@ module Aws::MediaLive
|
|
4147
4227
|
# resp.region #=> String
|
4148
4228
|
# resp.reservation_id #=> String
|
4149
4229
|
# resp.resource_specification.channel_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
|
4150
|
-
# resp.resource_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC", "AUDIO"
|
4230
|
+
# resp.resource_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC", "AUDIO", "LINK"
|
4151
4231
|
# resp.resource_specification.maximum_bitrate #=> String, one of "MAX_10_MBPS", "MAX_20_MBPS", "MAX_50_MBPS"
|
4152
4232
|
# resp.resource_specification.maximum_framerate #=> String, one of "MAX_30_FPS", "MAX_60_FPS"
|
4153
4233
|
# resp.resource_specification.resolution #=> String, one of "SD", "HD", "FHD", "UHD"
|
@@ -4508,7 +4588,7 @@ module Aws::MediaLive
|
|
4508
4588
|
# resp.inputs[0].state #=> String, one of "CREATING", "DETACHED", "ATTACHED", "DELETING", "DELETED"
|
4509
4589
|
# resp.inputs[0].tags #=> Hash
|
4510
4590
|
# resp.inputs[0].tags["__string"] #=> String
|
4511
|
-
# resp.inputs[0].type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT", "INPUT_DEVICE"
|
4591
|
+
# resp.inputs[0].type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT", "INPUT_DEVICE", "AWS_CDI"
|
4512
4592
|
# resp.next_token #=> String
|
4513
4593
|
#
|
4514
4594
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListInputs AWS API Documentation
|
@@ -4668,7 +4748,7 @@ module Aws::MediaLive
|
|
4668
4748
|
# resp.offerings[0].offering_type #=> String, one of "NO_UPFRONT"
|
4669
4749
|
# resp.offerings[0].region #=> String
|
4670
4750
|
# resp.offerings[0].resource_specification.channel_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
|
4671
|
-
# resp.offerings[0].resource_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC", "AUDIO"
|
4751
|
+
# resp.offerings[0].resource_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC", "AUDIO", "LINK"
|
4672
4752
|
# resp.offerings[0].resource_specification.maximum_bitrate #=> String, one of "MAX_10_MBPS", "MAX_20_MBPS", "MAX_50_MBPS"
|
4673
4753
|
# resp.offerings[0].resource_specification.maximum_framerate #=> String, one of "MAX_30_FPS", "MAX_60_FPS"
|
4674
4754
|
# resp.offerings[0].resource_specification.resolution #=> String, one of "SD", "HD", "FHD", "UHD"
|
@@ -4748,7 +4828,7 @@ module Aws::MediaLive
|
|
4748
4828
|
# resp.reservations[0].region #=> String
|
4749
4829
|
# resp.reservations[0].reservation_id #=> String
|
4750
4830
|
# resp.reservations[0].resource_specification.channel_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
|
4751
|
-
# resp.reservations[0].resource_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC", "AUDIO"
|
4831
|
+
# resp.reservations[0].resource_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC", "AUDIO", "LINK"
|
4752
4832
|
# resp.reservations[0].resource_specification.maximum_bitrate #=> String, one of "MAX_10_MBPS", "MAX_20_MBPS", "MAX_50_MBPS"
|
4753
4833
|
# resp.reservations[0].resource_specification.maximum_framerate #=> String, one of "MAX_30_FPS", "MAX_60_FPS"
|
4754
4834
|
# resp.reservations[0].resource_specification.resolution #=> String, one of "SD", "HD", "FHD", "UHD"
|
@@ -4847,7 +4927,7 @@ module Aws::MediaLive
|
|
4847
4927
|
# resp.reservation.region #=> String
|
4848
4928
|
# resp.reservation.reservation_id #=> String
|
4849
4929
|
# resp.reservation.resource_specification.channel_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
|
4850
|
-
# resp.reservation.resource_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC", "AUDIO"
|
4930
|
+
# resp.reservation.resource_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC", "AUDIO", "LINK"
|
4851
4931
|
# resp.reservation.resource_specification.maximum_bitrate #=> String, one of "MAX_10_MBPS", "MAX_20_MBPS", "MAX_50_MBPS"
|
4852
4932
|
# resp.reservation.resource_specification.maximum_framerate #=> String, one of "MAX_30_FPS", "MAX_60_FPS"
|
4853
4933
|
# resp.reservation.resource_specification.resolution #=> String, one of "SD", "HD", "FHD", "UHD"
|
@@ -5030,6 +5110,9 @@ module Aws::MediaLive
|
|
5030
5110
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_grid_control #=> String, one of "FIXED", "SCALED"
|
5031
5111
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
5032
5112
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
5113
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
|
5114
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
|
5115
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
|
5033
5116
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
|
5034
5117
|
# resp.encoder_settings.caption_descriptions[0].language_code #=> String
|
5035
5118
|
# resp.encoder_settings.caption_descriptions[0].language_description #=> String
|
@@ -5109,7 +5192,7 @@ module Aws::MediaLive
|
|
5109
5192
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.manifest_duration_format #=> String, one of "FLOATING_POINT", "INTEGER"
|
5110
5193
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.min_segment_length #=> Integer
|
5111
5194
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.mode #=> String, one of "LIVE", "VOD"
|
5112
|
-
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY"
|
5195
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY", "VARIANT_MANIFESTS_AND_SEGMENTS"
|
5113
5196
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time #=> String, one of "EXCLUDE", "INCLUDE"
|
5114
5197
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time_period #=> Integer
|
5115
5198
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.redundant_manifest #=> String, one of "DISABLED", "ENABLED"
|
@@ -5360,6 +5443,8 @@ module Aws::MediaLive
|
|
5360
5443
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
5361
5444
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
5362
5445
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
5446
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
|
5447
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16"
|
5363
5448
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.fixed_afd #=> String, one of "AFD_0000", "AFD_0010", "AFD_0011", "AFD_0100", "AFD_1000", "AFD_1001", "AFD_1010", "AFD_1011", "AFD_1101", "AFD_1110", "AFD_1111"
|
5364
5449
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
|
5365
5450
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.framerate_denominator #=> Integer
|
@@ -5376,7 +5461,7 @@ module Aws::MediaLive
|
|
5376
5461
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.profile #=> String, one of "MAIN", "MAIN_10BIT"
|
5377
5462
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.qvbr_quality_level #=> Integer
|
5378
5463
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.rate_control_mode #=> String, one of "CBR", "MULTIPLEX", "QVBR"
|
5379
|
-
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scan_type #=> String, one of "PROGRESSIVE"
|
5464
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
|
5380
5465
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED"
|
5381
5466
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.slices #=> Integer
|
5382
5467
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tier #=> String, one of "HIGH", "MAIN"
|
@@ -5664,6 +5749,9 @@ module Aws::MediaLive
|
|
5664
5749
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_grid_control #=> String, one of "FIXED", "SCALED"
|
5665
5750
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
5666
5751
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
5752
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
|
5753
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
|
5754
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
|
5667
5755
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
|
5668
5756
|
# resp.encoder_settings.caption_descriptions[0].language_code #=> String
|
5669
5757
|
# resp.encoder_settings.caption_descriptions[0].language_description #=> String
|
@@ -5743,7 +5831,7 @@ module Aws::MediaLive
|
|
5743
5831
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.manifest_duration_format #=> String, one of "FLOATING_POINT", "INTEGER"
|
5744
5832
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.min_segment_length #=> Integer
|
5745
5833
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.mode #=> String, one of "LIVE", "VOD"
|
5746
|
-
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY"
|
5834
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY", "VARIANT_MANIFESTS_AND_SEGMENTS"
|
5747
5835
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time #=> String, one of "EXCLUDE", "INCLUDE"
|
5748
5836
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time_period #=> Integer
|
5749
5837
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.redundant_manifest #=> String, one of "DISABLED", "ENABLED"
|
@@ -5994,6 +6082,8 @@ module Aws::MediaLive
|
|
5994
6082
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
5995
6083
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
5996
6084
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
6085
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
|
6086
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16"
|
5997
6087
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.fixed_afd #=> String, one of "AFD_0000", "AFD_0010", "AFD_0011", "AFD_0100", "AFD_1000", "AFD_1001", "AFD_1010", "AFD_1011", "AFD_1101", "AFD_1110", "AFD_1111"
|
5998
6088
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
|
5999
6089
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.framerate_denominator #=> Integer
|
@@ -6010,7 +6100,7 @@ module Aws::MediaLive
|
|
6010
6100
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.profile #=> String, one of "MAIN", "MAIN_10BIT"
|
6011
6101
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.qvbr_quality_level #=> Integer
|
6012
6102
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.rate_control_mode #=> String, one of "CBR", "MULTIPLEX", "QVBR"
|
6013
|
-
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scan_type #=> String, one of "PROGRESSIVE"
|
6103
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
|
6014
6104
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED"
|
6015
6105
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.slices #=> Integer
|
6016
6106
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tier #=> String, one of "HIGH", "MAIN"
|
@@ -6249,7 +6339,7 @@ module Aws::MediaLive
|
|
6249
6339
|
# pass_through_settings: {
|
6250
6340
|
# },
|
6251
6341
|
# },
|
6252
|
-
# language_code: "
|
6342
|
+
# language_code: "__stringMin1Max35",
|
6253
6343
|
# language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
6254
6344
|
# name: "__string", # required
|
6255
6345
|
# remix_settings: {
|
@@ -6359,6 +6449,11 @@ module Aws::MediaLive
|
|
6359
6449
|
# x_position: 1,
|
6360
6450
|
# y_position: 1,
|
6361
6451
|
# },
|
6452
|
+
# ebu_tt_d_destination_settings: {
|
6453
|
+
# fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
|
6454
|
+
# font_family: "__string",
|
6455
|
+
# style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
6456
|
+
# },
|
6362
6457
|
# embedded_destination_settings: {
|
6363
6458
|
# },
|
6364
6459
|
# embedded_plus_scte_20_destination_settings: {
|
@@ -6500,7 +6595,7 @@ module Aws::MediaLive
|
|
6500
6595
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
6501
6596
|
# min_segment_length: 1,
|
6502
6597
|
# mode: "LIVE", # accepts LIVE, VOD
|
6503
|
-
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
|
6598
|
+
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY, VARIANT_MANIFESTS_AND_SEGMENTS
|
6504
6599
|
# program_date_time: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
6505
6600
|
# program_date_time_period: 1,
|
6506
6601
|
# redundant_manifest: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -6859,6 +6954,12 @@ module Aws::MediaLive
|
|
6859
6954
|
# rec_709_settings: {
|
6860
6955
|
# },
|
6861
6956
|
# },
|
6957
|
+
# filter_settings: {
|
6958
|
+
# temporal_filter_settings: {
|
6959
|
+
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
6960
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
6961
|
+
# },
|
6962
|
+
# },
|
6862
6963
|
# fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
|
6863
6964
|
# flicker_aq: "DISABLED", # accepts DISABLED, ENABLED
|
6864
6965
|
# framerate_denominator: 1, # required
|
@@ -6875,7 +6976,7 @@ module Aws::MediaLive
|
|
6875
6976
|
# profile: "MAIN", # accepts MAIN, MAIN_10BIT
|
6876
6977
|
# qvbr_quality_level: 1,
|
6877
6978
|
# rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR
|
6878
|
-
# scan_type: "
|
6979
|
+
# scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
6879
6980
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
6880
6981
|
# slices: 1,
|
6881
6982
|
# tier: "HIGH", # accepts HIGH, MAIN
|
@@ -7123,6 +7224,9 @@ module Aws::MediaLive
|
|
7123
7224
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_grid_control #=> String, one of "FIXED", "SCALED"
|
7124
7225
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
7125
7226
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
7227
|
+
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
|
7228
|
+
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
|
7229
|
+
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
|
7126
7230
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
|
7127
7231
|
# resp.channel.encoder_settings.caption_descriptions[0].language_code #=> String
|
7128
7232
|
# resp.channel.encoder_settings.caption_descriptions[0].language_description #=> String
|
@@ -7202,7 +7306,7 @@ module Aws::MediaLive
|
|
7202
7306
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.manifest_duration_format #=> String, one of "FLOATING_POINT", "INTEGER"
|
7203
7307
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.min_segment_length #=> Integer
|
7204
7308
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.mode #=> String, one of "LIVE", "VOD"
|
7205
|
-
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY"
|
7309
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY", "VARIANT_MANIFESTS_AND_SEGMENTS"
|
7206
7310
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time #=> String, one of "EXCLUDE", "INCLUDE"
|
7207
7311
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time_period #=> Integer
|
7208
7312
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.redundant_manifest #=> String, one of "DISABLED", "ENABLED"
|
@@ -7453,6 +7557,8 @@ module Aws::MediaLive
|
|
7453
7557
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
7454
7558
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
7455
7559
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
7560
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
|
7561
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16"
|
7456
7562
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.fixed_afd #=> String, one of "AFD_0000", "AFD_0010", "AFD_0011", "AFD_0100", "AFD_1000", "AFD_1001", "AFD_1010", "AFD_1011", "AFD_1101", "AFD_1110", "AFD_1111"
|
7457
7563
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
|
7458
7564
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.framerate_denominator #=> Integer
|
@@ -7469,7 +7575,7 @@ module Aws::MediaLive
|
|
7469
7575
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.profile #=> String, one of "MAIN", "MAIN_10BIT"
|
7470
7576
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.qvbr_quality_level #=> Integer
|
7471
7577
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.rate_control_mode #=> String, one of "CBR", "MULTIPLEX", "QVBR"
|
7472
|
-
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scan_type #=> String, one of "PROGRESSIVE"
|
7578
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
|
7473
7579
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED"
|
7474
7580
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.slices #=> Integer
|
7475
7581
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tier #=> String, one of "HIGH", "MAIN"
|
@@ -7720,6 +7826,9 @@ module Aws::MediaLive
|
|
7720
7826
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_grid_control #=> String, one of "FIXED", "SCALED"
|
7721
7827
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
7722
7828
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
7829
|
+
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
|
7830
|
+
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
|
7831
|
+
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
|
7723
7832
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
|
7724
7833
|
# resp.channel.encoder_settings.caption_descriptions[0].language_code #=> String
|
7725
7834
|
# resp.channel.encoder_settings.caption_descriptions[0].language_description #=> String
|
@@ -7799,7 +7908,7 @@ module Aws::MediaLive
|
|
7799
7908
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.manifest_duration_format #=> String, one of "FLOATING_POINT", "INTEGER"
|
7800
7909
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.min_segment_length #=> Integer
|
7801
7910
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.mode #=> String, one of "LIVE", "VOD"
|
7802
|
-
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY"
|
7911
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY", "VARIANT_MANIFESTS_AND_SEGMENTS"
|
7803
7912
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time #=> String, one of "EXCLUDE", "INCLUDE"
|
7804
7913
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time_period #=> Integer
|
7805
7914
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.redundant_manifest #=> String, one of "DISABLED", "ENABLED"
|
@@ -8050,6 +8159,8 @@ module Aws::MediaLive
|
|
8050
8159
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
8051
8160
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
8052
8161
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
8162
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
|
8163
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16"
|
8053
8164
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.fixed_afd #=> String, one of "AFD_0000", "AFD_0010", "AFD_0011", "AFD_0100", "AFD_1000", "AFD_1001", "AFD_1010", "AFD_1011", "AFD_1101", "AFD_1110", "AFD_1111"
|
8054
8165
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
|
8055
8166
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.framerate_denominator #=> Integer
|
@@ -8066,7 +8177,7 @@ module Aws::MediaLive
|
|
8066
8177
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.profile #=> String, one of "MAIN", "MAIN_10BIT"
|
8067
8178
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.qvbr_quality_level #=> Integer
|
8068
8179
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.rate_control_mode #=> String, one of "CBR", "MULTIPLEX", "QVBR"
|
8069
|
-
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scan_type #=> String, one of "PROGRESSIVE"
|
8180
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
|
8070
8181
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED"
|
8071
8182
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.slices #=> Integer
|
8072
8183
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tier #=> String, one of "HIGH", "MAIN"
|
@@ -8223,7 +8334,7 @@ module Aws::MediaLive
|
|
8223
8334
|
# resp.input.state #=> String, one of "CREATING", "DETACHED", "ATTACHED", "DELETING", "DELETED"
|
8224
8335
|
# resp.input.tags #=> Hash
|
8225
8336
|
# resp.input.tags["__string"] #=> String
|
8226
|
-
# resp.input.type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT", "INPUT_DEVICE"
|
8337
|
+
# resp.input.type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT", "INPUT_DEVICE", "AWS_CDI"
|
8227
8338
|
#
|
8228
8339
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateInput AWS API Documentation
|
8229
8340
|
#
|
@@ -8508,7 +8619,7 @@ module Aws::MediaLive
|
|
8508
8619
|
# resp.reservation.region #=> String
|
8509
8620
|
# resp.reservation.reservation_id #=> String
|
8510
8621
|
# resp.reservation.resource_specification.channel_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
|
8511
|
-
# resp.reservation.resource_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC", "AUDIO"
|
8622
|
+
# resp.reservation.resource_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC", "AUDIO", "LINK"
|
8512
8623
|
# resp.reservation.resource_specification.maximum_bitrate #=> String, one of "MAX_10_MBPS", "MAX_20_MBPS", "MAX_50_MBPS"
|
8513
8624
|
# resp.reservation.resource_specification.maximum_framerate #=> String, one of "MAX_30_FPS", "MAX_60_FPS"
|
8514
8625
|
# resp.reservation.resource_specification.resolution #=> String, one of "SD", "HD", "FHD", "UHD"
|
@@ -8543,7 +8654,7 @@ module Aws::MediaLive
|
|
8543
8654
|
params: params,
|
8544
8655
|
config: config)
|
8545
8656
|
context[:gem_name] = 'aws-sdk-medialive'
|
8546
|
-
context[:gem_version] = '1.
|
8657
|
+
context[:gem_version] = '1.53.0'
|
8547
8658
|
Seahorse::Client::Request.new(handlers, context)
|
8548
8659
|
end
|
8549
8660
|
|