aws-sdk-medialive 1.63.0 → 1.68.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +358 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-medialive.rb +2 -2
- data/lib/aws-sdk-medialive/client.rb +219 -12
- data/lib/aws-sdk-medialive/client_api.rb +82 -1
- data/lib/aws-sdk-medialive/errors.rb +1 -1
- data/lib/aws-sdk-medialive/resource.rb +1 -1
- data/lib/aws-sdk-medialive/types.rb +502 -8
- data/lib/aws-sdk-medialive/waiters.rb +1 -1
- metadata +8 -5
data/VERSION
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
1.68.0
|
data/lib/aws-sdk-medialive.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -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.
|
52
|
+
GEM_VERSION = '1.68.0'
|
53
53
|
|
54
54
|
end
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -1002,6 +1002,7 @@ module Aws::MediaLive
|
|
1002
1002
|
# },
|
1003
1003
|
# ebu_tt_d_destination_settings: {
|
1004
1004
|
# fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
|
1005
|
+
# copyright_holder: "__stringMax1000",
|
1005
1006
|
# font_family: "__string",
|
1006
1007
|
# style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
1007
1008
|
# },
|
@@ -1060,6 +1061,11 @@ module Aws::MediaLive
|
|
1060
1061
|
# name: "__stringMax32",
|
1061
1062
|
# output_group_settings: { # required
|
1062
1063
|
# archive_group_settings: {
|
1064
|
+
# archive_cdn_settings: {
|
1065
|
+
# archive_s3_settings: {
|
1066
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
1067
|
+
# },
|
1068
|
+
# },
|
1063
1069
|
# destination: { # required
|
1064
1070
|
# destination_ref_id: "__string",
|
1065
1071
|
# },
|
@@ -1069,6 +1075,11 @@ module Aws::MediaLive
|
|
1069
1075
|
# destination: { # required
|
1070
1076
|
# destination_ref_id: "__string",
|
1071
1077
|
# },
|
1078
|
+
# frame_capture_cdn_settings: {
|
1079
|
+
# frame_capture_s3_settings: {
|
1080
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
1081
|
+
# },
|
1082
|
+
# },
|
1072
1083
|
# },
|
1073
1084
|
# hls_group_settings: {
|
1074
1085
|
# ad_markers: ["ADOBE"], # accepts ADOBE, ELEMENTAL, ELEMENTAL_SCTE35
|
@@ -1116,6 +1127,9 @@ module Aws::MediaLive
|
|
1116
1127
|
# num_retries: 1,
|
1117
1128
|
# restart_delay: 1,
|
1118
1129
|
# },
|
1130
|
+
# hls_s3_settings: {
|
1131
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
1132
|
+
# },
|
1119
1133
|
# hls_webdav_settings: {
|
1120
1134
|
# connection_retry_interval: 1,
|
1121
1135
|
# filecache_duration: 1,
|
@@ -1648,6 +1662,12 @@ module Aws::MediaLive
|
|
1648
1662
|
# pid: 1,
|
1649
1663
|
# },
|
1650
1664
|
# teletext_source_settings: {
|
1665
|
+
# output_rectangle: {
|
1666
|
+
# height: 1.0, # required
|
1667
|
+
# left_offset: 1.0, # required
|
1668
|
+
# top_offset: 1.0, # required
|
1669
|
+
# width: 1.0, # required
|
1670
|
+
# },
|
1651
1671
|
# page_number: "__string",
|
1652
1672
|
# },
|
1653
1673
|
# },
|
@@ -1669,7 +1689,13 @@ module Aws::MediaLive
|
|
1669
1689
|
# smpte_2038_data_preference: "IGNORE", # accepts IGNORE, PREFER
|
1670
1690
|
# source_end_behavior: "CONTINUE", # accepts CONTINUE, LOOP
|
1671
1691
|
# video_selector: {
|
1672
|
-
# color_space: "FOLLOW", # accepts FOLLOW, REC_601, REC_709
|
1692
|
+
# color_space: "FOLLOW", # accepts FOLLOW, HDR10, HLG_2020, REC_601, REC_709
|
1693
|
+
# color_space_settings: {
|
1694
|
+
# hdr_10_settings: {
|
1695
|
+
# max_cll: 1,
|
1696
|
+
# max_fall: 1,
|
1697
|
+
# },
|
1698
|
+
# },
|
1673
1699
|
# color_space_usage: "FALLBACK", # accepts FALLBACK, FORCE
|
1674
1700
|
# selector_settings: {
|
1675
1701
|
# video_selector_pid: {
|
@@ -1841,6 +1867,7 @@ module Aws::MediaLive
|
|
1841
1867
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
1842
1868
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
1843
1869
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
|
1870
|
+
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.copyright_holder #=> String
|
1844
1871
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
|
1845
1872
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
|
1846
1873
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
|
@@ -1864,9 +1891,11 @@ module Aws::MediaLive
|
|
1864
1891
|
# resp.channel.encoder_settings.nielsen_configuration.nielsen_pcm_to_id_3_tagging #=> String, one of "DISABLED", "ENABLED"
|
1865
1892
|
# resp.channel.encoder_settings.output_groups #=> Array
|
1866
1893
|
# resp.channel.encoder_settings.output_groups[0].name #=> String
|
1894
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.archive_cdn_settings.archive_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
1867
1895
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.destination.destination_ref_id #=> String
|
1868
1896
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.rollover_interval #=> Integer
|
1869
1897
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.frame_capture_group_settings.destination.destination_ref_id #=> String
|
1898
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.frame_capture_group_settings.frame_capture_cdn_settings.frame_capture_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
1870
1899
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers #=> Array
|
1871
1900
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers[0] #=> String, one of "ADOBE", "ELEMENTAL", "ELEMENTAL_SCTE35"
|
1872
1901
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.base_url_content #=> String
|
@@ -1901,6 +1930,7 @@ module Aws::MediaLive
|
|
1901
1930
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.media_store_storage_class #=> String, one of "TEMPORAL"
|
1902
1931
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.num_retries #=> Integer
|
1903
1932
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.restart_delay #=> Integer
|
1933
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
1904
1934
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.connection_retry_interval #=> Integer
|
1905
1935
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.filecache_duration #=> Integer
|
1906
1936
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.http_transfer_mode #=> String, one of "CHUNKED", "NON_CHUNKED"
|
@@ -2255,6 +2285,10 @@ module Aws::MediaLive
|
|
2255
2285
|
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
|
2256
2286
|
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
|
2257
2287
|
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
|
2288
|
+
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
|
2289
|
+
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
|
2290
|
+
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.top_offset #=> Float
|
2291
|
+
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.width #=> Float
|
2258
2292
|
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.page_number #=> String
|
2259
2293
|
# resp.channel.input_attachments[0].input_settings.deblock_filter #=> String, one of "DISABLED", "ENABLED"
|
2260
2294
|
# resp.channel.input_attachments[0].input_settings.denoise_filter #=> String, one of "DISABLED", "ENABLED"
|
@@ -2267,7 +2301,9 @@ module Aws::MediaLive
|
|
2267
2301
|
# resp.channel.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
|
2268
2302
|
# resp.channel.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
|
2269
2303
|
# resp.channel.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
|
2270
|
-
# resp.channel.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
|
2304
|
+
# resp.channel.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "HDR10", "HLG_2020", "REC_601", "REC_709"
|
2305
|
+
# resp.channel.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
2306
|
+
# resp.channel.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
2271
2307
|
# resp.channel.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
2272
2308
|
# resp.channel.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_pid.pid #=> Integer
|
2273
2309
|
# resp.channel.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_program_id.program_id #=> Integer
|
@@ -2390,6 +2426,8 @@ module Aws::MediaLive
|
|
2390
2426
|
# resp.input.input_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
|
2391
2427
|
# resp.input.input_devices #=> Array
|
2392
2428
|
# resp.input.input_devices[0].id #=> String
|
2429
|
+
# resp.input.input_partner_ids #=> Array
|
2430
|
+
# resp.input.input_partner_ids[0] #=> String
|
2393
2431
|
# resp.input.input_source_type #=> String, one of "STATIC", "DYNAMIC"
|
2394
2432
|
# resp.input.media_connect_flows #=> Array
|
2395
2433
|
# resp.input.media_connect_flows[0].flow_arn #=> String
|
@@ -2606,6 +2644,72 @@ module Aws::MediaLive
|
|
2606
2644
|
req.send_request(options)
|
2607
2645
|
end
|
2608
2646
|
|
2647
|
+
# Create a partner input
|
2648
|
+
#
|
2649
|
+
# @option params [required, String] :input_id
|
2650
|
+
#
|
2651
|
+
# @option params [String] :request_id
|
2652
|
+
# **A suitable default value is auto-generated.** You should normally
|
2653
|
+
# not need to pass this option.**
|
2654
|
+
#
|
2655
|
+
# @option params [Hash<String,String>] :tags
|
2656
|
+
#
|
2657
|
+
# @return [Types::CreatePartnerInputResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2658
|
+
#
|
2659
|
+
# * {Types::CreatePartnerInputResponse#input #input} => Types::Input
|
2660
|
+
#
|
2661
|
+
# @example Request syntax with placeholder values
|
2662
|
+
#
|
2663
|
+
# resp = client.create_partner_input({
|
2664
|
+
# input_id: "__string", # required
|
2665
|
+
# request_id: "__string",
|
2666
|
+
# tags: {
|
2667
|
+
# "__string" => "__string",
|
2668
|
+
# },
|
2669
|
+
# })
|
2670
|
+
#
|
2671
|
+
# @example Response structure
|
2672
|
+
#
|
2673
|
+
# resp.input.arn #=> String
|
2674
|
+
# resp.input.attached_channels #=> Array
|
2675
|
+
# resp.input.attached_channels[0] #=> String
|
2676
|
+
# resp.input.destinations #=> Array
|
2677
|
+
# resp.input.destinations[0].ip #=> String
|
2678
|
+
# resp.input.destinations[0].port #=> String
|
2679
|
+
# resp.input.destinations[0].url #=> String
|
2680
|
+
# resp.input.destinations[0].vpc.availability_zone #=> String
|
2681
|
+
# resp.input.destinations[0].vpc.network_interface_id #=> String
|
2682
|
+
# resp.input.id #=> String
|
2683
|
+
# resp.input.input_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
|
2684
|
+
# resp.input.input_devices #=> Array
|
2685
|
+
# resp.input.input_devices[0].id #=> String
|
2686
|
+
# resp.input.input_partner_ids #=> Array
|
2687
|
+
# resp.input.input_partner_ids[0] #=> String
|
2688
|
+
# resp.input.input_source_type #=> String, one of "STATIC", "DYNAMIC"
|
2689
|
+
# resp.input.media_connect_flows #=> Array
|
2690
|
+
# resp.input.media_connect_flows[0].flow_arn #=> String
|
2691
|
+
# resp.input.name #=> String
|
2692
|
+
# resp.input.role_arn #=> String
|
2693
|
+
# resp.input.security_groups #=> Array
|
2694
|
+
# resp.input.security_groups[0] #=> String
|
2695
|
+
# resp.input.sources #=> Array
|
2696
|
+
# resp.input.sources[0].password_param #=> String
|
2697
|
+
# resp.input.sources[0].url #=> String
|
2698
|
+
# resp.input.sources[0].username #=> String
|
2699
|
+
# resp.input.state #=> String, one of "CREATING", "DETACHED", "ATTACHED", "DELETING", "DELETED"
|
2700
|
+
# resp.input.tags #=> Hash
|
2701
|
+
# resp.input.tags["__string"] #=> String
|
2702
|
+
# resp.input.type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT", "INPUT_DEVICE", "AWS_CDI"
|
2703
|
+
#
|
2704
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreatePartnerInput AWS API Documentation
|
2705
|
+
#
|
2706
|
+
# @overload create_partner_input(params = {})
|
2707
|
+
# @param [Hash] params ({})
|
2708
|
+
def create_partner_input(params = {}, options = {})
|
2709
|
+
req = build_request(:create_partner_input, params)
|
2710
|
+
req.send_request(options)
|
2711
|
+
end
|
2712
|
+
|
2609
2713
|
# Create tags for a resource
|
2610
2714
|
#
|
2611
2715
|
# @option params [required, String] :resource_arn
|
@@ -2800,6 +2904,7 @@ module Aws::MediaLive
|
|
2800
2904
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
2801
2905
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
2802
2906
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
|
2907
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.copyright_holder #=> String
|
2803
2908
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
|
2804
2909
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
|
2805
2910
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
|
@@ -2823,9 +2928,11 @@ module Aws::MediaLive
|
|
2823
2928
|
# resp.encoder_settings.nielsen_configuration.nielsen_pcm_to_id_3_tagging #=> String, one of "DISABLED", "ENABLED"
|
2824
2929
|
# resp.encoder_settings.output_groups #=> Array
|
2825
2930
|
# resp.encoder_settings.output_groups[0].name #=> String
|
2931
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.archive_cdn_settings.archive_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
2826
2932
|
# resp.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.destination.destination_ref_id #=> String
|
2827
2933
|
# resp.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.rollover_interval #=> Integer
|
2828
2934
|
# resp.encoder_settings.output_groups[0].output_group_settings.frame_capture_group_settings.destination.destination_ref_id #=> String
|
2935
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.frame_capture_group_settings.frame_capture_cdn_settings.frame_capture_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
2829
2936
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers #=> Array
|
2830
2937
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers[0] #=> String, one of "ADOBE", "ELEMENTAL", "ELEMENTAL_SCTE35"
|
2831
2938
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.base_url_content #=> String
|
@@ -2860,6 +2967,7 @@ module Aws::MediaLive
|
|
2860
2967
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.media_store_storage_class #=> String, one of "TEMPORAL"
|
2861
2968
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.num_retries #=> Integer
|
2862
2969
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.restart_delay #=> Integer
|
2970
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
2863
2971
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.connection_retry_interval #=> Integer
|
2864
2972
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.filecache_duration #=> Integer
|
2865
2973
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.http_transfer_mode #=> String, one of "CHUNKED", "NON_CHUNKED"
|
@@ -3214,6 +3322,10 @@ module Aws::MediaLive
|
|
3214
3322
|
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
|
3215
3323
|
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
|
3216
3324
|
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
|
3325
|
+
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
|
3326
|
+
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
|
3327
|
+
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.top_offset #=> Float
|
3328
|
+
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.width #=> Float
|
3217
3329
|
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.page_number #=> String
|
3218
3330
|
# resp.input_attachments[0].input_settings.deblock_filter #=> String, one of "DISABLED", "ENABLED"
|
3219
3331
|
# resp.input_attachments[0].input_settings.denoise_filter #=> String, one of "DISABLED", "ENABLED"
|
@@ -3226,7 +3338,9 @@ module Aws::MediaLive
|
|
3226
3338
|
# resp.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
|
3227
3339
|
# resp.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
|
3228
3340
|
# resp.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
|
3229
|
-
# resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
|
3341
|
+
# resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "HDR10", "HLG_2020", "REC_601", "REC_709"
|
3342
|
+
# resp.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
3343
|
+
# resp.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
3230
3344
|
# resp.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
3231
3345
|
# resp.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_pid.pid #=> Integer
|
3232
3346
|
# resp.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_program_id.program_id #=> Integer
|
@@ -3698,6 +3812,7 @@ module Aws::MediaLive
|
|
3698
3812
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
3699
3813
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
3700
3814
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
|
3815
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.copyright_holder #=> String
|
3701
3816
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
|
3702
3817
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
|
3703
3818
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
|
@@ -3721,9 +3836,11 @@ module Aws::MediaLive
|
|
3721
3836
|
# resp.encoder_settings.nielsen_configuration.nielsen_pcm_to_id_3_tagging #=> String, one of "DISABLED", "ENABLED"
|
3722
3837
|
# resp.encoder_settings.output_groups #=> Array
|
3723
3838
|
# resp.encoder_settings.output_groups[0].name #=> String
|
3839
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.archive_cdn_settings.archive_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
3724
3840
|
# resp.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.destination.destination_ref_id #=> String
|
3725
3841
|
# resp.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.rollover_interval #=> Integer
|
3726
3842
|
# resp.encoder_settings.output_groups[0].output_group_settings.frame_capture_group_settings.destination.destination_ref_id #=> String
|
3843
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.frame_capture_group_settings.frame_capture_cdn_settings.frame_capture_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
3727
3844
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers #=> Array
|
3728
3845
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers[0] #=> String, one of "ADOBE", "ELEMENTAL", "ELEMENTAL_SCTE35"
|
3729
3846
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.base_url_content #=> String
|
@@ -3758,6 +3875,7 @@ module Aws::MediaLive
|
|
3758
3875
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.media_store_storage_class #=> String, one of "TEMPORAL"
|
3759
3876
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.num_retries #=> Integer
|
3760
3877
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.restart_delay #=> Integer
|
3878
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
3761
3879
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.connection_retry_interval #=> Integer
|
3762
3880
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.filecache_duration #=> Integer
|
3763
3881
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.http_transfer_mode #=> String, one of "CHUNKED", "NON_CHUNKED"
|
@@ -4112,6 +4230,10 @@ module Aws::MediaLive
|
|
4112
4230
|
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
|
4113
4231
|
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
|
4114
4232
|
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
|
4233
|
+
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
|
4234
|
+
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
|
4235
|
+
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.top_offset #=> Float
|
4236
|
+
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.width #=> Float
|
4115
4237
|
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.page_number #=> String
|
4116
4238
|
# resp.input_attachments[0].input_settings.deblock_filter #=> String, one of "DISABLED", "ENABLED"
|
4117
4239
|
# resp.input_attachments[0].input_settings.denoise_filter #=> String, one of "DISABLED", "ENABLED"
|
@@ -4124,7 +4246,9 @@ module Aws::MediaLive
|
|
4124
4246
|
# resp.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
|
4125
4247
|
# resp.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
|
4126
4248
|
# resp.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
|
4127
|
-
# resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
|
4249
|
+
# resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "HDR10", "HLG_2020", "REC_601", "REC_709"
|
4250
|
+
# resp.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
4251
|
+
# resp.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
4128
4252
|
# resp.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
4129
4253
|
# resp.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_pid.pid #=> Integer
|
4130
4254
|
# resp.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_program_id.program_id #=> Integer
|
@@ -4178,6 +4302,7 @@ module Aws::MediaLive
|
|
4178
4302
|
# * {Types::DescribeInputResponse#id #id} => String
|
4179
4303
|
# * {Types::DescribeInputResponse#input_class #input_class} => String
|
4180
4304
|
# * {Types::DescribeInputResponse#input_devices #input_devices} => Array<Types::InputDeviceSettings>
|
4305
|
+
# * {Types::DescribeInputResponse#input_partner_ids #input_partner_ids} => Array<String>
|
4181
4306
|
# * {Types::DescribeInputResponse#input_source_type #input_source_type} => String
|
4182
4307
|
# * {Types::DescribeInputResponse#media_connect_flows #media_connect_flows} => Array<Types::MediaConnectFlow>
|
4183
4308
|
# * {Types::DescribeInputResponse#name #name} => String
|
@@ -4209,6 +4334,8 @@ module Aws::MediaLive
|
|
4209
4334
|
# resp.input_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
|
4210
4335
|
# resp.input_devices #=> Array
|
4211
4336
|
# resp.input_devices[0].id #=> String
|
4337
|
+
# resp.input_partner_ids #=> Array
|
4338
|
+
# resp.input_partner_ids[0] #=> String
|
4212
4339
|
# resp.input_source_type #=> String, one of "STATIC", "DYNAMIC"
|
4213
4340
|
# resp.media_connect_flows #=> Array
|
4214
4341
|
# resp.media_connect_flows[0].flow_arn #=> String
|
@@ -4794,6 +4921,10 @@ module Aws::MediaLive
|
|
4794
4921
|
# resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
|
4795
4922
|
# resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
|
4796
4923
|
# resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
|
4924
|
+
# resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
|
4925
|
+
# resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
|
4926
|
+
# resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.top_offset #=> Float
|
4927
|
+
# resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.width #=> Float
|
4797
4928
|
# resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.page_number #=> String
|
4798
4929
|
# resp.channels[0].input_attachments[0].input_settings.deblock_filter #=> String, one of "DISABLED", "ENABLED"
|
4799
4930
|
# resp.channels[0].input_attachments[0].input_settings.denoise_filter #=> String, one of "DISABLED", "ENABLED"
|
@@ -4806,7 +4937,9 @@ module Aws::MediaLive
|
|
4806
4937
|
# resp.channels[0].input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
|
4807
4938
|
# resp.channels[0].input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
|
4808
4939
|
# resp.channels[0].input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
|
4809
|
-
# resp.channels[0].input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
|
4940
|
+
# resp.channels[0].input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "HDR10", "HLG_2020", "REC_601", "REC_709"
|
4941
|
+
# resp.channels[0].input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
4942
|
+
# resp.channels[0].input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
4810
4943
|
# resp.channels[0].input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
4811
4944
|
# resp.channels[0].input_attachments[0].input_settings.video_selector.selector_settings.video_selector_pid.pid #=> Integer
|
4812
4945
|
# resp.channels[0].input_attachments[0].input_settings.video_selector.selector_settings.video_selector_program_id.program_id #=> Integer
|
@@ -4868,6 +5001,7 @@ module Aws::MediaLive
|
|
4868
5001
|
# resp.input_device_transfers[0].id #=> String
|
4869
5002
|
# resp.input_device_transfers[0].message #=> String
|
4870
5003
|
# resp.input_device_transfers[0].target_customer_id #=> String
|
5004
|
+
# resp.input_device_transfers[0].target_region #=> String
|
4871
5005
|
# resp.input_device_transfers[0].transfer_type #=> String, one of "OUTGOING", "INCOMING"
|
4872
5006
|
# resp.next_token #=> String
|
4873
5007
|
#
|
@@ -5024,6 +5158,8 @@ module Aws::MediaLive
|
|
5024
5158
|
# resp.inputs[0].input_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
|
5025
5159
|
# resp.inputs[0].input_devices #=> Array
|
5026
5160
|
# resp.inputs[0].input_devices[0].id #=> String
|
5161
|
+
# resp.inputs[0].input_partner_ids #=> Array
|
5162
|
+
# resp.inputs[0].input_partner_ids[0] #=> String
|
5027
5163
|
# resp.inputs[0].input_source_type #=> String, one of "STATIC", "DYNAMIC"
|
5028
5164
|
# resp.inputs[0].media_connect_flows #=> Array
|
5029
5165
|
# resp.inputs[0].media_connect_flows[0].flow_arn #=> String
|
@@ -5588,6 +5724,7 @@ module Aws::MediaLive
|
|
5588
5724
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
5589
5725
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
5590
5726
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
|
5727
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.copyright_holder #=> String
|
5591
5728
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
|
5592
5729
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
|
5593
5730
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
|
@@ -5611,9 +5748,11 @@ module Aws::MediaLive
|
|
5611
5748
|
# resp.encoder_settings.nielsen_configuration.nielsen_pcm_to_id_3_tagging #=> String, one of "DISABLED", "ENABLED"
|
5612
5749
|
# resp.encoder_settings.output_groups #=> Array
|
5613
5750
|
# resp.encoder_settings.output_groups[0].name #=> String
|
5751
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.archive_cdn_settings.archive_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
5614
5752
|
# resp.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.destination.destination_ref_id #=> String
|
5615
5753
|
# resp.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.rollover_interval #=> Integer
|
5616
5754
|
# resp.encoder_settings.output_groups[0].output_group_settings.frame_capture_group_settings.destination.destination_ref_id #=> String
|
5755
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.frame_capture_group_settings.frame_capture_cdn_settings.frame_capture_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
5617
5756
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers #=> Array
|
5618
5757
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers[0] #=> String, one of "ADOBE", "ELEMENTAL", "ELEMENTAL_SCTE35"
|
5619
5758
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.base_url_content #=> String
|
@@ -5648,6 +5787,7 @@ module Aws::MediaLive
|
|
5648
5787
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.media_store_storage_class #=> String, one of "TEMPORAL"
|
5649
5788
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.num_retries #=> Integer
|
5650
5789
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.restart_delay #=> Integer
|
5790
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
5651
5791
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.connection_retry_interval #=> Integer
|
5652
5792
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.filecache_duration #=> Integer
|
5653
5793
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.http_transfer_mode #=> String, one of "CHUNKED", "NON_CHUNKED"
|
@@ -6002,6 +6142,10 @@ module Aws::MediaLive
|
|
6002
6142
|
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
|
6003
6143
|
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
|
6004
6144
|
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
|
6145
|
+
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
|
6146
|
+
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
|
6147
|
+
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.top_offset #=> Float
|
6148
|
+
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.width #=> Float
|
6005
6149
|
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.page_number #=> String
|
6006
6150
|
# resp.input_attachments[0].input_settings.deblock_filter #=> String, one of "DISABLED", "ENABLED"
|
6007
6151
|
# resp.input_attachments[0].input_settings.denoise_filter #=> String, one of "DISABLED", "ENABLED"
|
@@ -6014,7 +6158,9 @@ module Aws::MediaLive
|
|
6014
6158
|
# resp.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
|
6015
6159
|
# resp.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
|
6016
6160
|
# resp.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
|
6017
|
-
# resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
|
6161
|
+
# resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "HDR10", "HLG_2020", "REC_601", "REC_709"
|
6162
|
+
# resp.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
6163
|
+
# resp.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
6018
6164
|
# resp.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
6019
6165
|
# resp.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_pid.pid #=> Integer
|
6020
6166
|
# resp.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_program_id.program_id #=> Integer
|
@@ -6268,6 +6414,7 @@ module Aws::MediaLive
|
|
6268
6414
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
6269
6415
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
6270
6416
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
|
6417
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.copyright_holder #=> String
|
6271
6418
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
|
6272
6419
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
|
6273
6420
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
|
@@ -6291,9 +6438,11 @@ module Aws::MediaLive
|
|
6291
6438
|
# resp.encoder_settings.nielsen_configuration.nielsen_pcm_to_id_3_tagging #=> String, one of "DISABLED", "ENABLED"
|
6292
6439
|
# resp.encoder_settings.output_groups #=> Array
|
6293
6440
|
# resp.encoder_settings.output_groups[0].name #=> String
|
6441
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.archive_cdn_settings.archive_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
6294
6442
|
# resp.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.destination.destination_ref_id #=> String
|
6295
6443
|
# resp.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.rollover_interval #=> Integer
|
6296
6444
|
# resp.encoder_settings.output_groups[0].output_group_settings.frame_capture_group_settings.destination.destination_ref_id #=> String
|
6445
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.frame_capture_group_settings.frame_capture_cdn_settings.frame_capture_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
6297
6446
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers #=> Array
|
6298
6447
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers[0] #=> String, one of "ADOBE", "ELEMENTAL", "ELEMENTAL_SCTE35"
|
6299
6448
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.base_url_content #=> String
|
@@ -6328,6 +6477,7 @@ module Aws::MediaLive
|
|
6328
6477
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.media_store_storage_class #=> String, one of "TEMPORAL"
|
6329
6478
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.num_retries #=> Integer
|
6330
6479
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.restart_delay #=> Integer
|
6480
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
6331
6481
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.connection_retry_interval #=> Integer
|
6332
6482
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.filecache_duration #=> Integer
|
6333
6483
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.http_transfer_mode #=> String, one of "CHUNKED", "NON_CHUNKED"
|
@@ -6682,6 +6832,10 @@ module Aws::MediaLive
|
|
6682
6832
|
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
|
6683
6833
|
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
|
6684
6834
|
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
|
6835
|
+
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
|
6836
|
+
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
|
6837
|
+
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.top_offset #=> Float
|
6838
|
+
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.width #=> Float
|
6685
6839
|
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.page_number #=> String
|
6686
6840
|
# resp.input_attachments[0].input_settings.deblock_filter #=> String, one of "DISABLED", "ENABLED"
|
6687
6841
|
# resp.input_attachments[0].input_settings.denoise_filter #=> String, one of "DISABLED", "ENABLED"
|
@@ -6694,7 +6848,9 @@ module Aws::MediaLive
|
|
6694
6848
|
# resp.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
|
6695
6849
|
# resp.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
|
6696
6850
|
# resp.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
|
6697
|
-
# resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
|
6851
|
+
# resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "HDR10", "HLG_2020", "REC_601", "REC_709"
|
6852
|
+
# resp.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
6853
|
+
# resp.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
6698
6854
|
# resp.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
6699
6855
|
# resp.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_pid.pid #=> Integer
|
6700
6856
|
# resp.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_program_id.program_id #=> Integer
|
@@ -6787,6 +6943,8 @@ module Aws::MediaLive
|
|
6787
6943
|
#
|
6788
6944
|
# @option params [String] :target_customer_id
|
6789
6945
|
#
|
6946
|
+
# @option params [String] :target_region
|
6947
|
+
#
|
6790
6948
|
# @option params [String] :transfer_message
|
6791
6949
|
#
|
6792
6950
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
@@ -6796,6 +6954,7 @@ module Aws::MediaLive
|
|
6796
6954
|
# resp = client.transfer_input_device({
|
6797
6955
|
# input_device_id: "__string", # required
|
6798
6956
|
# target_customer_id: "__string",
|
6957
|
+
# target_region: "__string",
|
6799
6958
|
# transfer_message: "__string",
|
6800
6959
|
# })
|
6801
6960
|
#
|
@@ -7042,6 +7201,7 @@ module Aws::MediaLive
|
|
7042
7201
|
# },
|
7043
7202
|
# ebu_tt_d_destination_settings: {
|
7044
7203
|
# fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
|
7204
|
+
# copyright_holder: "__stringMax1000",
|
7045
7205
|
# font_family: "__string",
|
7046
7206
|
# style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
7047
7207
|
# },
|
@@ -7100,6 +7260,11 @@ module Aws::MediaLive
|
|
7100
7260
|
# name: "__stringMax32",
|
7101
7261
|
# output_group_settings: { # required
|
7102
7262
|
# archive_group_settings: {
|
7263
|
+
# archive_cdn_settings: {
|
7264
|
+
# archive_s3_settings: {
|
7265
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
7266
|
+
# },
|
7267
|
+
# },
|
7103
7268
|
# destination: { # required
|
7104
7269
|
# destination_ref_id: "__string",
|
7105
7270
|
# },
|
@@ -7109,6 +7274,11 @@ module Aws::MediaLive
|
|
7109
7274
|
# destination: { # required
|
7110
7275
|
# destination_ref_id: "__string",
|
7111
7276
|
# },
|
7277
|
+
# frame_capture_cdn_settings: {
|
7278
|
+
# frame_capture_s3_settings: {
|
7279
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
7280
|
+
# },
|
7281
|
+
# },
|
7112
7282
|
# },
|
7113
7283
|
# hls_group_settings: {
|
7114
7284
|
# ad_markers: ["ADOBE"], # accepts ADOBE, ELEMENTAL, ELEMENTAL_SCTE35
|
@@ -7156,6 +7326,9 @@ module Aws::MediaLive
|
|
7156
7326
|
# num_retries: 1,
|
7157
7327
|
# restart_delay: 1,
|
7158
7328
|
# },
|
7329
|
+
# hls_s3_settings: {
|
7330
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
7331
|
+
# },
|
7159
7332
|
# hls_webdav_settings: {
|
7160
7333
|
# connection_retry_interval: 1,
|
7161
7334
|
# filecache_duration: 1,
|
@@ -7688,6 +7861,12 @@ module Aws::MediaLive
|
|
7688
7861
|
# pid: 1,
|
7689
7862
|
# },
|
7690
7863
|
# teletext_source_settings: {
|
7864
|
+
# output_rectangle: {
|
7865
|
+
# height: 1.0, # required
|
7866
|
+
# left_offset: 1.0, # required
|
7867
|
+
# top_offset: 1.0, # required
|
7868
|
+
# width: 1.0, # required
|
7869
|
+
# },
|
7691
7870
|
# page_number: "__string",
|
7692
7871
|
# },
|
7693
7872
|
# },
|
@@ -7709,7 +7888,13 @@ module Aws::MediaLive
|
|
7709
7888
|
# smpte_2038_data_preference: "IGNORE", # accepts IGNORE, PREFER
|
7710
7889
|
# source_end_behavior: "CONTINUE", # accepts CONTINUE, LOOP
|
7711
7890
|
# video_selector: {
|
7712
|
-
# color_space: "FOLLOW", # accepts FOLLOW, REC_601, REC_709
|
7891
|
+
# color_space: "FOLLOW", # accepts FOLLOW, HDR10, HLG_2020, REC_601, REC_709
|
7892
|
+
# color_space_settings: {
|
7893
|
+
# hdr_10_settings: {
|
7894
|
+
# max_cll: 1,
|
7895
|
+
# max_fall: 1,
|
7896
|
+
# },
|
7897
|
+
# },
|
7713
7898
|
# color_space_usage: "FALLBACK", # accepts FALLBACK, FORCE
|
7714
7899
|
# selector_settings: {
|
7715
7900
|
# video_selector_pid: {
|
@@ -7871,6 +8056,7 @@ module Aws::MediaLive
|
|
7871
8056
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
7872
8057
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
7873
8058
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
|
8059
|
+
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.copyright_holder #=> String
|
7874
8060
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
|
7875
8061
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
|
7876
8062
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
|
@@ -7894,9 +8080,11 @@ module Aws::MediaLive
|
|
7894
8080
|
# resp.channel.encoder_settings.nielsen_configuration.nielsen_pcm_to_id_3_tagging #=> String, one of "DISABLED", "ENABLED"
|
7895
8081
|
# resp.channel.encoder_settings.output_groups #=> Array
|
7896
8082
|
# resp.channel.encoder_settings.output_groups[0].name #=> String
|
8083
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.archive_cdn_settings.archive_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
7897
8084
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.destination.destination_ref_id #=> String
|
7898
8085
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.rollover_interval #=> Integer
|
7899
8086
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.frame_capture_group_settings.destination.destination_ref_id #=> String
|
8087
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.frame_capture_group_settings.frame_capture_cdn_settings.frame_capture_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
7900
8088
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers #=> Array
|
7901
8089
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers[0] #=> String, one of "ADOBE", "ELEMENTAL", "ELEMENTAL_SCTE35"
|
7902
8090
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.base_url_content #=> String
|
@@ -7931,6 +8119,7 @@ module Aws::MediaLive
|
|
7931
8119
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.media_store_storage_class #=> String, one of "TEMPORAL"
|
7932
8120
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.num_retries #=> Integer
|
7933
8121
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.restart_delay #=> Integer
|
8122
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
7934
8123
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.connection_retry_interval #=> Integer
|
7935
8124
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.filecache_duration #=> Integer
|
7936
8125
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.http_transfer_mode #=> String, one of "CHUNKED", "NON_CHUNKED"
|
@@ -8285,6 +8474,10 @@ module Aws::MediaLive
|
|
8285
8474
|
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
|
8286
8475
|
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
|
8287
8476
|
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
|
8477
|
+
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
|
8478
|
+
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
|
8479
|
+
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.top_offset #=> Float
|
8480
|
+
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.width #=> Float
|
8288
8481
|
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.page_number #=> String
|
8289
8482
|
# resp.channel.input_attachments[0].input_settings.deblock_filter #=> String, one of "DISABLED", "ENABLED"
|
8290
8483
|
# resp.channel.input_attachments[0].input_settings.denoise_filter #=> String, one of "DISABLED", "ENABLED"
|
@@ -8297,7 +8490,9 @@ module Aws::MediaLive
|
|
8297
8490
|
# resp.channel.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
|
8298
8491
|
# resp.channel.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
|
8299
8492
|
# resp.channel.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
|
8300
|
-
# resp.channel.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
|
8493
|
+
# resp.channel.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "HDR10", "HLG_2020", "REC_601", "REC_709"
|
8494
|
+
# resp.channel.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
8495
|
+
# resp.channel.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
8301
8496
|
# resp.channel.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
8302
8497
|
# resp.channel.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_pid.pid #=> Integer
|
8303
8498
|
# resp.channel.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_program_id.program_id #=> Integer
|
@@ -8512,6 +8707,7 @@ module Aws::MediaLive
|
|
8512
8707
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
8513
8708
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
8514
8709
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
|
8710
|
+
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.copyright_holder #=> String
|
8515
8711
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
|
8516
8712
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
|
8517
8713
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
|
@@ -8535,9 +8731,11 @@ module Aws::MediaLive
|
|
8535
8731
|
# resp.channel.encoder_settings.nielsen_configuration.nielsen_pcm_to_id_3_tagging #=> String, one of "DISABLED", "ENABLED"
|
8536
8732
|
# resp.channel.encoder_settings.output_groups #=> Array
|
8537
8733
|
# resp.channel.encoder_settings.output_groups[0].name #=> String
|
8734
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.archive_cdn_settings.archive_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
8538
8735
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.destination.destination_ref_id #=> String
|
8539
8736
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.rollover_interval #=> Integer
|
8540
8737
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.frame_capture_group_settings.destination.destination_ref_id #=> String
|
8738
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.frame_capture_group_settings.frame_capture_cdn_settings.frame_capture_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
8541
8739
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers #=> Array
|
8542
8740
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers[0] #=> String, one of "ADOBE", "ELEMENTAL", "ELEMENTAL_SCTE35"
|
8543
8741
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.base_url_content #=> String
|
@@ -8572,6 +8770,7 @@ module Aws::MediaLive
|
|
8572
8770
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.media_store_storage_class #=> String, one of "TEMPORAL"
|
8573
8771
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.num_retries #=> Integer
|
8574
8772
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.restart_delay #=> Integer
|
8773
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
8575
8774
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.connection_retry_interval #=> Integer
|
8576
8775
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.filecache_duration #=> Integer
|
8577
8776
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.http_transfer_mode #=> String, one of "CHUNKED", "NON_CHUNKED"
|
@@ -8926,6 +9125,10 @@ module Aws::MediaLive
|
|
8926
9125
|
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
|
8927
9126
|
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
|
8928
9127
|
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
|
9128
|
+
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
|
9129
|
+
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
|
9130
|
+
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.top_offset #=> Float
|
9131
|
+
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.width #=> Float
|
8929
9132
|
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.page_number #=> String
|
8930
9133
|
# resp.channel.input_attachments[0].input_settings.deblock_filter #=> String, one of "DISABLED", "ENABLED"
|
8931
9134
|
# resp.channel.input_attachments[0].input_settings.denoise_filter #=> String, one of "DISABLED", "ENABLED"
|
@@ -8938,7 +9141,9 @@ module Aws::MediaLive
|
|
8938
9141
|
# resp.channel.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
|
8939
9142
|
# resp.channel.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
|
8940
9143
|
# resp.channel.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
|
8941
|
-
# resp.channel.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
|
9144
|
+
# resp.channel.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "HDR10", "HLG_2020", "REC_601", "REC_709"
|
9145
|
+
# resp.channel.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
9146
|
+
# resp.channel.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
8942
9147
|
# resp.channel.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
8943
9148
|
# resp.channel.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_pid.pid #=> Integer
|
8944
9149
|
# resp.channel.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_program_id.program_id #=> Integer
|
@@ -9040,6 +9245,8 @@ module Aws::MediaLive
|
|
9040
9245
|
# resp.input.input_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
|
9041
9246
|
# resp.input.input_devices #=> Array
|
9042
9247
|
# resp.input.input_devices[0].id #=> String
|
9248
|
+
# resp.input.input_partner_ids #=> Array
|
9249
|
+
# resp.input.input_partner_ids[0] #=> String
|
9043
9250
|
# resp.input.input_source_type #=> String, one of "STATIC", "DYNAMIC"
|
9044
9251
|
# resp.input.media_connect_flows #=> Array
|
9045
9252
|
# resp.input.media_connect_flows[0].flow_arn #=> String
|
@@ -9397,7 +9604,7 @@ module Aws::MediaLive
|
|
9397
9604
|
params: params,
|
9398
9605
|
config: config)
|
9399
9606
|
context[:gem_name] = 'aws-sdk-medialive'
|
9400
|
-
context[:gem_version] = '1.
|
9607
|
+
context[:gem_version] = '1.68.0'
|
9401
9608
|
Seahorse::Client::Request.new(handlers, context)
|
9402
9609
|
end
|
9403
9610
|
|