aws-sdk-mediaconvert 1.123.0 → 1.124.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediaconvert/client.rb +1 -1
- data/lib/aws-sdk-mediaconvert/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-mediaconvert.rb +1 -1
- data/sig/client.rbs +6116 -0
- data/sig/errors.rbs +34 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +2285 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
data/sig/types.rbs
ADDED
@@ -0,0 +1,2285 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws::MediaConvert
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class AacSettings
|
12
|
+
attr_accessor audio_description_broadcaster_mix: ("BROADCASTER_MIXED_AD" | "NORMAL")
|
13
|
+
attr_accessor bitrate: ::Integer
|
14
|
+
attr_accessor codec_profile: ("LC" | "HEV1" | "HEV2")
|
15
|
+
attr_accessor coding_mode: ("AD_RECEIVER_MIX" | "CODING_MODE_1_0" | "CODING_MODE_1_1" | "CODING_MODE_2_0" | "CODING_MODE_5_1")
|
16
|
+
attr_accessor rate_control_mode: ("CBR" | "VBR")
|
17
|
+
attr_accessor raw_format: ("LATM_LOAS" | "NONE")
|
18
|
+
attr_accessor sample_rate: ::Integer
|
19
|
+
attr_accessor specification: ("MPEG2" | "MPEG4")
|
20
|
+
attr_accessor vbr_quality: ("LOW" | "MEDIUM_LOW" | "MEDIUM_HIGH" | "HIGH")
|
21
|
+
SENSITIVE: []
|
22
|
+
end
|
23
|
+
|
24
|
+
class Ac3Settings
|
25
|
+
attr_accessor bitrate: ::Integer
|
26
|
+
attr_accessor bitstream_mode: ("COMPLETE_MAIN" | "COMMENTARY" | "DIALOGUE" | "EMERGENCY" | "HEARING_IMPAIRED" | "MUSIC_AND_EFFECTS" | "VISUALLY_IMPAIRED" | "VOICE_OVER")
|
27
|
+
attr_accessor coding_mode: ("CODING_MODE_1_0" | "CODING_MODE_1_1" | "CODING_MODE_2_0" | "CODING_MODE_3_2_LFE")
|
28
|
+
attr_accessor dialnorm: ::Integer
|
29
|
+
attr_accessor dynamic_range_compression_line: ("FILM_STANDARD" | "FILM_LIGHT" | "MUSIC_STANDARD" | "MUSIC_LIGHT" | "SPEECH" | "NONE")
|
30
|
+
attr_accessor dynamic_range_compression_profile: ("FILM_STANDARD" | "NONE")
|
31
|
+
attr_accessor dynamic_range_compression_rf: ("FILM_STANDARD" | "FILM_LIGHT" | "MUSIC_STANDARD" | "MUSIC_LIGHT" | "SPEECH" | "NONE")
|
32
|
+
attr_accessor lfe_filter: ("ENABLED" | "DISABLED")
|
33
|
+
attr_accessor metadata_control: ("FOLLOW_INPUT" | "USE_CONFIGURED")
|
34
|
+
attr_accessor sample_rate: ::Integer
|
35
|
+
SENSITIVE: []
|
36
|
+
end
|
37
|
+
|
38
|
+
class AccelerationSettings
|
39
|
+
attr_accessor mode: ("DISABLED" | "ENABLED" | "PREFERRED")
|
40
|
+
SENSITIVE: []
|
41
|
+
end
|
42
|
+
|
43
|
+
class AdvancedInputFilterSettings
|
44
|
+
attr_accessor add_texture: ("ENABLED" | "DISABLED")
|
45
|
+
attr_accessor sharpening: ("OFF" | "LOW" | "HIGH")
|
46
|
+
SENSITIVE: []
|
47
|
+
end
|
48
|
+
|
49
|
+
class AiffSettings
|
50
|
+
attr_accessor bit_depth: ::Integer
|
51
|
+
attr_accessor channels: ::Integer
|
52
|
+
attr_accessor sample_rate: ::Integer
|
53
|
+
SENSITIVE: []
|
54
|
+
end
|
55
|
+
|
56
|
+
class AllowedRenditionSize
|
57
|
+
attr_accessor height: ::Integer
|
58
|
+
attr_accessor required: ("ENABLED" | "DISABLED")
|
59
|
+
attr_accessor width: ::Integer
|
60
|
+
SENSITIVE: []
|
61
|
+
end
|
62
|
+
|
63
|
+
class AncillarySourceSettings
|
64
|
+
attr_accessor convert_608_to_708: ("UPCONVERT" | "DISABLED")
|
65
|
+
attr_accessor source_ancillary_channel_number: ::Integer
|
66
|
+
attr_accessor terminate_captions: ("END_OF_INPUT" | "DISABLED")
|
67
|
+
SENSITIVE: []
|
68
|
+
end
|
69
|
+
|
70
|
+
class AssociateCertificateRequest
|
71
|
+
attr_accessor arn: ::String
|
72
|
+
SENSITIVE: []
|
73
|
+
end
|
74
|
+
|
75
|
+
class AssociateCertificateResponse < Aws::EmptyStructure
|
76
|
+
end
|
77
|
+
|
78
|
+
class AudioChannelTaggingSettings
|
79
|
+
attr_accessor channel_tag: ("L" | "R" | "C" | "LFE" | "LS" | "RS" | "LC" | "RC" | "CS" | "LSD" | "RSD" | "TCS" | "VHL" | "VHC" | "VHR" | "TBL" | "TBC" | "TBR" | "RSL" | "RSR" | "LW" | "RW" | "LFE2" | "LT" | "RT" | "HI" | "NAR" | "M")
|
80
|
+
attr_accessor channel_tags: ::Array[("L" | "R" | "C" | "LFE" | "LS" | "RS" | "LC" | "RC" | "CS" | "LSD" | "RSD" | "TCS" | "VHL" | "VHC" | "VHR" | "TBL" | "TBC" | "TBR" | "RSL" | "RSR" | "LW" | "RW" | "LFE2" | "LT" | "RT" | "HI" | "NAR" | "M")]
|
81
|
+
SENSITIVE: []
|
82
|
+
end
|
83
|
+
|
84
|
+
class AudioCodecSettings
|
85
|
+
attr_accessor aac_settings: Types::AacSettings
|
86
|
+
attr_accessor ac_3_settings: Types::Ac3Settings
|
87
|
+
attr_accessor aiff_settings: Types::AiffSettings
|
88
|
+
attr_accessor codec: ("AAC" | "MP2" | "MP3" | "WAV" | "AIFF" | "AC3" | "EAC3" | "EAC3_ATMOS" | "VORBIS" | "OPUS" | "PASSTHROUGH" | "FLAC")
|
89
|
+
attr_accessor eac_3_atmos_settings: Types::Eac3AtmosSettings
|
90
|
+
attr_accessor eac_3_settings: Types::Eac3Settings
|
91
|
+
attr_accessor flac_settings: Types::FlacSettings
|
92
|
+
attr_accessor mp_2_settings: Types::Mp2Settings
|
93
|
+
attr_accessor mp_3_settings: Types::Mp3Settings
|
94
|
+
attr_accessor opus_settings: Types::OpusSettings
|
95
|
+
attr_accessor vorbis_settings: Types::VorbisSettings
|
96
|
+
attr_accessor wav_settings: Types::WavSettings
|
97
|
+
SENSITIVE: []
|
98
|
+
end
|
99
|
+
|
100
|
+
class AudioDescription
|
101
|
+
attr_accessor audio_channel_tagging_settings: Types::AudioChannelTaggingSettings
|
102
|
+
attr_accessor audio_normalization_settings: Types::AudioNormalizationSettings
|
103
|
+
attr_accessor audio_source_name: ::String
|
104
|
+
attr_accessor audio_type: ::Integer
|
105
|
+
attr_accessor audio_type_control: ("FOLLOW_INPUT" | "USE_CONFIGURED")
|
106
|
+
attr_accessor codec_settings: Types::AudioCodecSettings
|
107
|
+
attr_accessor custom_language_code: ::String
|
108
|
+
attr_accessor language_code: ("ENG" | "SPA" | "FRA" | "DEU" | "GER" | "ZHO" | "ARA" | "HIN" | "JPN" | "RUS" | "POR" | "ITA" | "URD" | "VIE" | "KOR" | "PAN" | "ABK" | "AAR" | "AFR" | "AKA" | "SQI" | "AMH" | "ARG" | "HYE" | "ASM" | "AVA" | "AVE" | "AYM" | "AZE" | "BAM" | "BAK" | "EUS" | "BEL" | "BEN" | "BIH" | "BIS" | "BOS" | "BRE" | "BUL" | "MYA" | "CAT" | "KHM" | "CHA" | "CHE" | "NYA" | "CHU" | "CHV" | "COR" | "COS" | "CRE" | "HRV" | "CES" | "DAN" | "DIV" | "NLD" | "DZO" | "ENM" | "EPO" | "EST" | "EWE" | "FAO" | "FIJ" | "FIN" | "FRM" | "FUL" | "GLA" | "GLG" | "LUG" | "KAT" | "ELL" | "GRN" | "GUJ" | "HAT" | "HAU" | "HEB" | "HER" | "HMO" | "HUN" | "ISL" | "IDO" | "IBO" | "IND" | "INA" | "ILE" | "IKU" | "IPK" | "GLE" | "JAV" | "KAL" | "KAN" | "KAU" | "KAS" | "KAZ" | "KIK" | "KIN" | "KIR" | "KOM" | "KON" | "KUA" | "KUR" | "LAO" | "LAT" | "LAV" | "LIM" | "LIN" | "LIT" | "LUB" | "LTZ" | "MKD" | "MLG" | "MSA" | "MAL" | "MLT" | "GLV" | "MRI" | "MAR" | "MAH" | "MON" | "NAU" | "NAV" | "NDE" | "NBL" | "NDO" | "NEP" | "SME" | "NOR" | "NOB" | "NNO" | "OCI" | "OJI" | "ORI" | "ORM" | "OSS" | "PLI" | "FAS" | "POL" | "PUS" | "QUE" | "QAA" | "RON" | "ROH" | "RUN" | "SMO" | "SAG" | "SAN" | "SRD" | "SRB" | "SNA" | "III" | "SND" | "SIN" | "SLK" | "SLV" | "SOM" | "SOT" | "SUN" | "SWA" | "SSW" | "SWE" | "TGL" | "TAH" | "TGK" | "TAM" | "TAT" | "TEL" | "THA" | "BOD" | "TIR" | "TON" | "TSO" | "TSN" | "TUR" | "TUK" | "TWI" | "UIG" | "UKR" | "UZB" | "VEN" | "VOL" | "WLN" | "CYM" | "FRY" | "WOL" | "XHO" | "YID" | "YOR" | "ZHA" | "ZUL" | "ORJ" | "QPC" | "TNG" | "SRP")
|
109
|
+
attr_accessor language_code_control: ("FOLLOW_INPUT" | "USE_CONFIGURED")
|
110
|
+
attr_accessor remix_settings: Types::RemixSettings
|
111
|
+
attr_accessor stream_name: ::String
|
112
|
+
SENSITIVE: []
|
113
|
+
end
|
114
|
+
|
115
|
+
class AudioNormalizationSettings
|
116
|
+
attr_accessor algorithm: ("ITU_BS_1770_1" | "ITU_BS_1770_2" | "ITU_BS_1770_3" | "ITU_BS_1770_4")
|
117
|
+
attr_accessor algorithm_control: ("CORRECT_AUDIO" | "MEASURE_ONLY")
|
118
|
+
attr_accessor correction_gate_level: ::Integer
|
119
|
+
attr_accessor loudness_logging: ("LOG" | "DONT_LOG")
|
120
|
+
attr_accessor peak_calculation: ("TRUE_PEAK" | "NONE")
|
121
|
+
attr_accessor target_lkfs: ::Float
|
122
|
+
attr_accessor true_peak_limiter_threshold: ::Float
|
123
|
+
SENSITIVE: []
|
124
|
+
end
|
125
|
+
|
126
|
+
class AudioSelector
|
127
|
+
attr_accessor audio_duration_correction: ("DISABLED" | "AUTO" | "TRACK" | "FRAME")
|
128
|
+
attr_accessor custom_language_code: ::String
|
129
|
+
attr_accessor default_selection: ("DEFAULT" | "NOT_DEFAULT")
|
130
|
+
attr_accessor external_audio_file_input: ::String
|
131
|
+
attr_accessor hls_rendition_group_settings: Types::HlsRenditionGroupSettings
|
132
|
+
attr_accessor language_code: ("ENG" | "SPA" | "FRA" | "DEU" | "GER" | "ZHO" | "ARA" | "HIN" | "JPN" | "RUS" | "POR" | "ITA" | "URD" | "VIE" | "KOR" | "PAN" | "ABK" | "AAR" | "AFR" | "AKA" | "SQI" | "AMH" | "ARG" | "HYE" | "ASM" | "AVA" | "AVE" | "AYM" | "AZE" | "BAM" | "BAK" | "EUS" | "BEL" | "BEN" | "BIH" | "BIS" | "BOS" | "BRE" | "BUL" | "MYA" | "CAT" | "KHM" | "CHA" | "CHE" | "NYA" | "CHU" | "CHV" | "COR" | "COS" | "CRE" | "HRV" | "CES" | "DAN" | "DIV" | "NLD" | "DZO" | "ENM" | "EPO" | "EST" | "EWE" | "FAO" | "FIJ" | "FIN" | "FRM" | "FUL" | "GLA" | "GLG" | "LUG" | "KAT" | "ELL" | "GRN" | "GUJ" | "HAT" | "HAU" | "HEB" | "HER" | "HMO" | "HUN" | "ISL" | "IDO" | "IBO" | "IND" | "INA" | "ILE" | "IKU" | "IPK" | "GLE" | "JAV" | "KAL" | "KAN" | "KAU" | "KAS" | "KAZ" | "KIK" | "KIN" | "KIR" | "KOM" | "KON" | "KUA" | "KUR" | "LAO" | "LAT" | "LAV" | "LIM" | "LIN" | "LIT" | "LUB" | "LTZ" | "MKD" | "MLG" | "MSA" | "MAL" | "MLT" | "GLV" | "MRI" | "MAR" | "MAH" | "MON" | "NAU" | "NAV" | "NDE" | "NBL" | "NDO" | "NEP" | "SME" | "NOR" | "NOB" | "NNO" | "OCI" | "OJI" | "ORI" | "ORM" | "OSS" | "PLI" | "FAS" | "POL" | "PUS" | "QUE" | "QAA" | "RON" | "ROH" | "RUN" | "SMO" | "SAG" | "SAN" | "SRD" | "SRB" | "SNA" | "III" | "SND" | "SIN" | "SLK" | "SLV" | "SOM" | "SOT" | "SUN" | "SWA" | "SSW" | "SWE" | "TGL" | "TAH" | "TGK" | "TAM" | "TAT" | "TEL" | "THA" | "BOD" | "TIR" | "TON" | "TSO" | "TSN" | "TUR" | "TUK" | "TWI" | "UIG" | "UKR" | "UZB" | "VEN" | "VOL" | "WLN" | "CYM" | "FRY" | "WOL" | "XHO" | "YID" | "YOR" | "ZHA" | "ZUL" | "ORJ" | "QPC" | "TNG" | "SRP")
|
133
|
+
attr_accessor offset: ::Integer
|
134
|
+
attr_accessor pids: ::Array[::Integer]
|
135
|
+
attr_accessor program_selection: ::Integer
|
136
|
+
attr_accessor remix_settings: Types::RemixSettings
|
137
|
+
attr_accessor selector_type: ("PID" | "TRACK" | "LANGUAGE_CODE" | "HLS_RENDITION_GROUP")
|
138
|
+
attr_accessor tracks: ::Array[::Integer]
|
139
|
+
SENSITIVE: []
|
140
|
+
end
|
141
|
+
|
142
|
+
class AudioSelectorGroup
|
143
|
+
attr_accessor audio_selector_names: ::Array[::String]
|
144
|
+
SENSITIVE: []
|
145
|
+
end
|
146
|
+
|
147
|
+
class AutomatedAbrRule
|
148
|
+
attr_accessor allowed_renditions: ::Array[Types::AllowedRenditionSize]
|
149
|
+
attr_accessor force_include_renditions: ::Array[Types::ForceIncludeRenditionSize]
|
150
|
+
attr_accessor min_bottom_rendition_size: Types::MinBottomRenditionSize
|
151
|
+
attr_accessor min_top_rendition_size: Types::MinTopRenditionSize
|
152
|
+
attr_accessor type: ("MIN_TOP_RENDITION_SIZE" | "MIN_BOTTOM_RENDITION_SIZE" | "FORCE_INCLUDE_RENDITIONS" | "ALLOWED_RENDITIONS")
|
153
|
+
SENSITIVE: []
|
154
|
+
end
|
155
|
+
|
156
|
+
class AutomatedAbrSettings
|
157
|
+
attr_accessor max_abr_bitrate: ::Integer
|
158
|
+
attr_accessor max_renditions: ::Integer
|
159
|
+
attr_accessor min_abr_bitrate: ::Integer
|
160
|
+
attr_accessor rules: ::Array[Types::AutomatedAbrRule]
|
161
|
+
SENSITIVE: []
|
162
|
+
end
|
163
|
+
|
164
|
+
class AutomatedEncodingSettings
|
165
|
+
attr_accessor abr_settings: Types::AutomatedAbrSettings
|
166
|
+
SENSITIVE: []
|
167
|
+
end
|
168
|
+
|
169
|
+
class Av1QvbrSettings
|
170
|
+
attr_accessor qvbr_quality_level: ::Integer
|
171
|
+
attr_accessor qvbr_quality_level_fine_tune: ::Float
|
172
|
+
SENSITIVE: []
|
173
|
+
end
|
174
|
+
|
175
|
+
class Av1Settings
|
176
|
+
attr_accessor adaptive_quantization: ("OFF" | "LOW" | "MEDIUM" | "HIGH" | "HIGHER" | "MAX")
|
177
|
+
attr_accessor bit_depth: ("BIT_8" | "BIT_10")
|
178
|
+
attr_accessor film_grain_synthesis: ("DISABLED" | "ENABLED")
|
179
|
+
attr_accessor framerate_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")
|
180
|
+
attr_accessor framerate_conversion_algorithm: ("DUPLICATE_DROP" | "INTERPOLATE" | "FRAMEFORMER")
|
181
|
+
attr_accessor framerate_denominator: ::Integer
|
182
|
+
attr_accessor framerate_numerator: ::Integer
|
183
|
+
attr_accessor gop_size: ::Float
|
184
|
+
attr_accessor max_bitrate: ::Integer
|
185
|
+
attr_accessor number_b_frames_between_reference_frames: ::Integer
|
186
|
+
attr_accessor qvbr_settings: Types::Av1QvbrSettings
|
187
|
+
attr_accessor rate_control_mode: ("QVBR")
|
188
|
+
attr_accessor slices: ::Integer
|
189
|
+
attr_accessor spatial_adaptive_quantization: ("DISABLED" | "ENABLED")
|
190
|
+
SENSITIVE: []
|
191
|
+
end
|
192
|
+
|
193
|
+
class AvailBlanking
|
194
|
+
attr_accessor avail_blanking_image: ::String
|
195
|
+
SENSITIVE: []
|
196
|
+
end
|
197
|
+
|
198
|
+
class AvcIntraSettings
|
199
|
+
attr_accessor avc_intra_class: ("CLASS_50" | "CLASS_100" | "CLASS_200" | "CLASS_4K_2K")
|
200
|
+
attr_accessor avc_intra_uhd_settings: Types::AvcIntraUhdSettings
|
201
|
+
attr_accessor framerate_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")
|
202
|
+
attr_accessor framerate_conversion_algorithm: ("DUPLICATE_DROP" | "INTERPOLATE" | "FRAMEFORMER")
|
203
|
+
attr_accessor framerate_denominator: ::Integer
|
204
|
+
attr_accessor framerate_numerator: ::Integer
|
205
|
+
attr_accessor interlace_mode: ("PROGRESSIVE" | "TOP_FIELD" | "BOTTOM_FIELD" | "FOLLOW_TOP_FIELD" | "FOLLOW_BOTTOM_FIELD")
|
206
|
+
attr_accessor scan_type_conversion_mode: ("INTERLACED" | "INTERLACED_OPTIMIZE")
|
207
|
+
attr_accessor slow_pal: ("DISABLED" | "ENABLED")
|
208
|
+
attr_accessor telecine: ("NONE" | "HARD")
|
209
|
+
SENSITIVE: []
|
210
|
+
end
|
211
|
+
|
212
|
+
class AvcIntraUhdSettings
|
213
|
+
attr_accessor quality_tuning_level: ("SINGLE_PASS" | "MULTI_PASS")
|
214
|
+
SENSITIVE: []
|
215
|
+
end
|
216
|
+
|
217
|
+
class BadRequestException
|
218
|
+
attr_accessor message: ::String
|
219
|
+
SENSITIVE: []
|
220
|
+
end
|
221
|
+
|
222
|
+
class BandwidthReductionFilter
|
223
|
+
attr_accessor sharpening: ("LOW" | "MEDIUM" | "HIGH" | "OFF")
|
224
|
+
attr_accessor strength: ("LOW" | "MEDIUM" | "HIGH" | "AUTO" | "OFF")
|
225
|
+
SENSITIVE: []
|
226
|
+
end
|
227
|
+
|
228
|
+
class BurninDestinationSettings
|
229
|
+
attr_accessor alignment: ("CENTERED" | "LEFT" | "AUTO")
|
230
|
+
attr_accessor apply_font_color: ("WHITE_TEXT_ONLY" | "ALL_TEXT")
|
231
|
+
attr_accessor background_color: ("NONE" | "BLACK" | "WHITE" | "AUTO")
|
232
|
+
attr_accessor background_opacity: ::Integer
|
233
|
+
attr_accessor fallback_font: ("BEST_MATCH" | "MONOSPACED_SANSSERIF" | "MONOSPACED_SERIF" | "PROPORTIONAL_SANSSERIF" | "PROPORTIONAL_SERIF")
|
234
|
+
attr_accessor font_color: ("WHITE" | "BLACK" | "YELLOW" | "RED" | "GREEN" | "BLUE" | "HEX" | "AUTO")
|
235
|
+
attr_accessor font_opacity: ::Integer
|
236
|
+
attr_accessor font_resolution: ::Integer
|
237
|
+
attr_accessor font_script: ("AUTOMATIC" | "HANS" | "HANT")
|
238
|
+
attr_accessor font_size: ::Integer
|
239
|
+
attr_accessor hex_font_color: ::String
|
240
|
+
attr_accessor outline_color: ("BLACK" | "WHITE" | "YELLOW" | "RED" | "GREEN" | "BLUE" | "AUTO")
|
241
|
+
attr_accessor outline_size: ::Integer
|
242
|
+
attr_accessor shadow_color: ("NONE" | "BLACK" | "WHITE" | "AUTO")
|
243
|
+
attr_accessor shadow_opacity: ::Integer
|
244
|
+
attr_accessor shadow_x_offset: ::Integer
|
245
|
+
attr_accessor shadow_y_offset: ::Integer
|
246
|
+
attr_accessor style_passthrough: ("ENABLED" | "DISABLED")
|
247
|
+
attr_accessor teletext_spacing: ("FIXED_GRID" | "PROPORTIONAL" | "AUTO")
|
248
|
+
attr_accessor x_position: ::Integer
|
249
|
+
attr_accessor y_position: ::Integer
|
250
|
+
SENSITIVE: []
|
251
|
+
end
|
252
|
+
|
253
|
+
class CancelJobRequest
|
254
|
+
attr_accessor id: ::String
|
255
|
+
SENSITIVE: []
|
256
|
+
end
|
257
|
+
|
258
|
+
class CancelJobResponse < Aws::EmptyStructure
|
259
|
+
end
|
260
|
+
|
261
|
+
class CaptionDescription
|
262
|
+
attr_accessor caption_selector_name: ::String
|
263
|
+
attr_accessor custom_language_code: ::String
|
264
|
+
attr_accessor destination_settings: Types::CaptionDestinationSettings
|
265
|
+
attr_accessor language_code: ("ENG" | "SPA" | "FRA" | "DEU" | "GER" | "ZHO" | "ARA" | "HIN" | "JPN" | "RUS" | "POR" | "ITA" | "URD" | "VIE" | "KOR" | "PAN" | "ABK" | "AAR" | "AFR" | "AKA" | "SQI" | "AMH" | "ARG" | "HYE" | "ASM" | "AVA" | "AVE" | "AYM" | "AZE" | "BAM" | "BAK" | "EUS" | "BEL" | "BEN" | "BIH" | "BIS" | "BOS" | "BRE" | "BUL" | "MYA" | "CAT" | "KHM" | "CHA" | "CHE" | "NYA" | "CHU" | "CHV" | "COR" | "COS" | "CRE" | "HRV" | "CES" | "DAN" | "DIV" | "NLD" | "DZO" | "ENM" | "EPO" | "EST" | "EWE" | "FAO" | "FIJ" | "FIN" | "FRM" | "FUL" | "GLA" | "GLG" | "LUG" | "KAT" | "ELL" | "GRN" | "GUJ" | "HAT" | "HAU" | "HEB" | "HER" | "HMO" | "HUN" | "ISL" | "IDO" | "IBO" | "IND" | "INA" | "ILE" | "IKU" | "IPK" | "GLE" | "JAV" | "KAL" | "KAN" | "KAU" | "KAS" | "KAZ" | "KIK" | "KIN" | "KIR" | "KOM" | "KON" | "KUA" | "KUR" | "LAO" | "LAT" | "LAV" | "LIM" | "LIN" | "LIT" | "LUB" | "LTZ" | "MKD" | "MLG" | "MSA" | "MAL" | "MLT" | "GLV" | "MRI" | "MAR" | "MAH" | "MON" | "NAU" | "NAV" | "NDE" | "NBL" | "NDO" | "NEP" | "SME" | "NOR" | "NOB" | "NNO" | "OCI" | "OJI" | "ORI" | "ORM" | "OSS" | "PLI" | "FAS" | "POL" | "PUS" | "QUE" | "QAA" | "RON" | "ROH" | "RUN" | "SMO" | "SAG" | "SAN" | "SRD" | "SRB" | "SNA" | "III" | "SND" | "SIN" | "SLK" | "SLV" | "SOM" | "SOT" | "SUN" | "SWA" | "SSW" | "SWE" | "TGL" | "TAH" | "TGK" | "TAM" | "TAT" | "TEL" | "THA" | "BOD" | "TIR" | "TON" | "TSO" | "TSN" | "TUR" | "TUK" | "TWI" | "UIG" | "UKR" | "UZB" | "VEN" | "VOL" | "WLN" | "CYM" | "FRY" | "WOL" | "XHO" | "YID" | "YOR" | "ZHA" | "ZUL" | "ORJ" | "QPC" | "TNG" | "SRP")
|
266
|
+
attr_accessor language_description: ::String
|
267
|
+
SENSITIVE: []
|
268
|
+
end
|
269
|
+
|
270
|
+
class CaptionDescriptionPreset
|
271
|
+
attr_accessor custom_language_code: ::String
|
272
|
+
attr_accessor destination_settings: Types::CaptionDestinationSettings
|
273
|
+
attr_accessor language_code: ("ENG" | "SPA" | "FRA" | "DEU" | "GER" | "ZHO" | "ARA" | "HIN" | "JPN" | "RUS" | "POR" | "ITA" | "URD" | "VIE" | "KOR" | "PAN" | "ABK" | "AAR" | "AFR" | "AKA" | "SQI" | "AMH" | "ARG" | "HYE" | "ASM" | "AVA" | "AVE" | "AYM" | "AZE" | "BAM" | "BAK" | "EUS" | "BEL" | "BEN" | "BIH" | "BIS" | "BOS" | "BRE" | "BUL" | "MYA" | "CAT" | "KHM" | "CHA" | "CHE" | "NYA" | "CHU" | "CHV" | "COR" | "COS" | "CRE" | "HRV" | "CES" | "DAN" | "DIV" | "NLD" | "DZO" | "ENM" | "EPO" | "EST" | "EWE" | "FAO" | "FIJ" | "FIN" | "FRM" | "FUL" | "GLA" | "GLG" | "LUG" | "KAT" | "ELL" | "GRN" | "GUJ" | "HAT" | "HAU" | "HEB" | "HER" | "HMO" | "HUN" | "ISL" | "IDO" | "IBO" | "IND" | "INA" | "ILE" | "IKU" | "IPK" | "GLE" | "JAV" | "KAL" | "KAN" | "KAU" | "KAS" | "KAZ" | "KIK" | "KIN" | "KIR" | "KOM" | "KON" | "KUA" | "KUR" | "LAO" | "LAT" | "LAV" | "LIM" | "LIN" | "LIT" | "LUB" | "LTZ" | "MKD" | "MLG" | "MSA" | "MAL" | "MLT" | "GLV" | "MRI" | "MAR" | "MAH" | "MON" | "NAU" | "NAV" | "NDE" | "NBL" | "NDO" | "NEP" | "SME" | "NOR" | "NOB" | "NNO" | "OCI" | "OJI" | "ORI" | "ORM" | "OSS" | "PLI" | "FAS" | "POL" | "PUS" | "QUE" | "QAA" | "RON" | "ROH" | "RUN" | "SMO" | "SAG" | "SAN" | "SRD" | "SRB" | "SNA" | "III" | "SND" | "SIN" | "SLK" | "SLV" | "SOM" | "SOT" | "SUN" | "SWA" | "SSW" | "SWE" | "TGL" | "TAH" | "TGK" | "TAM" | "TAT" | "TEL" | "THA" | "BOD" | "TIR" | "TON" | "TSO" | "TSN" | "TUR" | "TUK" | "TWI" | "UIG" | "UKR" | "UZB" | "VEN" | "VOL" | "WLN" | "CYM" | "FRY" | "WOL" | "XHO" | "YID" | "YOR" | "ZHA" | "ZUL" | "ORJ" | "QPC" | "TNG" | "SRP")
|
274
|
+
attr_accessor language_description: ::String
|
275
|
+
SENSITIVE: []
|
276
|
+
end
|
277
|
+
|
278
|
+
class CaptionDestinationSettings
|
279
|
+
attr_accessor burnin_destination_settings: Types::BurninDestinationSettings
|
280
|
+
attr_accessor destination_type: ("BURN_IN" | "DVB_SUB" | "EMBEDDED" | "EMBEDDED_PLUS_SCTE20" | "IMSC" | "SCTE20_PLUS_EMBEDDED" | "SCC" | "SRT" | "SMI" | "TELETEXT" | "TTML" | "WEBVTT")
|
281
|
+
attr_accessor dvb_sub_destination_settings: Types::DvbSubDestinationSettings
|
282
|
+
attr_accessor embedded_destination_settings: Types::EmbeddedDestinationSettings
|
283
|
+
attr_accessor imsc_destination_settings: Types::ImscDestinationSettings
|
284
|
+
attr_accessor scc_destination_settings: Types::SccDestinationSettings
|
285
|
+
attr_accessor srt_destination_settings: Types::SrtDestinationSettings
|
286
|
+
attr_accessor teletext_destination_settings: Types::TeletextDestinationSettings
|
287
|
+
attr_accessor ttml_destination_settings: Types::TtmlDestinationSettings
|
288
|
+
attr_accessor webvtt_destination_settings: Types::WebvttDestinationSettings
|
289
|
+
SENSITIVE: []
|
290
|
+
end
|
291
|
+
|
292
|
+
class CaptionSelector
|
293
|
+
attr_accessor custom_language_code: ::String
|
294
|
+
attr_accessor language_code: ("ENG" | "SPA" | "FRA" | "DEU" | "GER" | "ZHO" | "ARA" | "HIN" | "JPN" | "RUS" | "POR" | "ITA" | "URD" | "VIE" | "KOR" | "PAN" | "ABK" | "AAR" | "AFR" | "AKA" | "SQI" | "AMH" | "ARG" | "HYE" | "ASM" | "AVA" | "AVE" | "AYM" | "AZE" | "BAM" | "BAK" | "EUS" | "BEL" | "BEN" | "BIH" | "BIS" | "BOS" | "BRE" | "BUL" | "MYA" | "CAT" | "KHM" | "CHA" | "CHE" | "NYA" | "CHU" | "CHV" | "COR" | "COS" | "CRE" | "HRV" | "CES" | "DAN" | "DIV" | "NLD" | "DZO" | "ENM" | "EPO" | "EST" | "EWE" | "FAO" | "FIJ" | "FIN" | "FRM" | "FUL" | "GLA" | "GLG" | "LUG" | "KAT" | "ELL" | "GRN" | "GUJ" | "HAT" | "HAU" | "HEB" | "HER" | "HMO" | "HUN" | "ISL" | "IDO" | "IBO" | "IND" | "INA" | "ILE" | "IKU" | "IPK" | "GLE" | "JAV" | "KAL" | "KAN" | "KAU" | "KAS" | "KAZ" | "KIK" | "KIN" | "KIR" | "KOM" | "KON" | "KUA" | "KUR" | "LAO" | "LAT" | "LAV" | "LIM" | "LIN" | "LIT" | "LUB" | "LTZ" | "MKD" | "MLG" | "MSA" | "MAL" | "MLT" | "GLV" | "MRI" | "MAR" | "MAH" | "MON" | "NAU" | "NAV" | "NDE" | "NBL" | "NDO" | "NEP" | "SME" | "NOR" | "NOB" | "NNO" | "OCI" | "OJI" | "ORI" | "ORM" | "OSS" | "PLI" | "FAS" | "POL" | "PUS" | "QUE" | "QAA" | "RON" | "ROH" | "RUN" | "SMO" | "SAG" | "SAN" | "SRD" | "SRB" | "SNA" | "III" | "SND" | "SIN" | "SLK" | "SLV" | "SOM" | "SOT" | "SUN" | "SWA" | "SSW" | "SWE" | "TGL" | "TAH" | "TGK" | "TAM" | "TAT" | "TEL" | "THA" | "BOD" | "TIR" | "TON" | "TSO" | "TSN" | "TUR" | "TUK" | "TWI" | "UIG" | "UKR" | "UZB" | "VEN" | "VOL" | "WLN" | "CYM" | "FRY" | "WOL" | "XHO" | "YID" | "YOR" | "ZHA" | "ZUL" | "ORJ" | "QPC" | "TNG" | "SRP")
|
295
|
+
attr_accessor source_settings: Types::CaptionSourceSettings
|
296
|
+
SENSITIVE: []
|
297
|
+
end
|
298
|
+
|
299
|
+
class CaptionSourceFramerate
|
300
|
+
attr_accessor framerate_denominator: ::Integer
|
301
|
+
attr_accessor framerate_numerator: ::Integer
|
302
|
+
SENSITIVE: []
|
303
|
+
end
|
304
|
+
|
305
|
+
class CaptionSourceSettings
|
306
|
+
attr_accessor ancillary_source_settings: Types::AncillarySourceSettings
|
307
|
+
attr_accessor dvb_sub_source_settings: Types::DvbSubSourceSettings
|
308
|
+
attr_accessor embedded_source_settings: Types::EmbeddedSourceSettings
|
309
|
+
attr_accessor file_source_settings: Types::FileSourceSettings
|
310
|
+
attr_accessor source_type: ("ANCILLARY" | "DVB_SUB" | "EMBEDDED" | "SCTE20" | "SCC" | "TTML" | "STL" | "SRT" | "SMI" | "SMPTE_TT" | "TELETEXT" | "NULL_SOURCE" | "IMSC" | "WEBVTT")
|
311
|
+
attr_accessor teletext_source_settings: Types::TeletextSourceSettings
|
312
|
+
attr_accessor track_source_settings: Types::TrackSourceSettings
|
313
|
+
attr_accessor webvtt_hls_source_settings: Types::WebvttHlsSourceSettings
|
314
|
+
SENSITIVE: []
|
315
|
+
end
|
316
|
+
|
317
|
+
class ChannelMapping
|
318
|
+
attr_accessor output_channels: ::Array[Types::OutputChannelMapping]
|
319
|
+
SENSITIVE: []
|
320
|
+
end
|
321
|
+
|
322
|
+
class ClipLimits
|
323
|
+
attr_accessor maximum_rgb_tolerance: ::Integer
|
324
|
+
attr_accessor maximum_yuv: ::Integer
|
325
|
+
attr_accessor minimum_rgb_tolerance: ::Integer
|
326
|
+
attr_accessor minimum_yuv: ::Integer
|
327
|
+
SENSITIVE: []
|
328
|
+
end
|
329
|
+
|
330
|
+
class CmafAdditionalManifest
|
331
|
+
attr_accessor manifest_name_modifier: ::String
|
332
|
+
attr_accessor selected_outputs: ::Array[::String]
|
333
|
+
SENSITIVE: []
|
334
|
+
end
|
335
|
+
|
336
|
+
class CmafEncryptionSettings
|
337
|
+
attr_accessor constant_initialization_vector: ::String
|
338
|
+
attr_accessor encryption_method: ("SAMPLE_AES" | "AES_CTR")
|
339
|
+
attr_accessor initialization_vector_in_manifest: ("INCLUDE" | "EXCLUDE")
|
340
|
+
attr_accessor speke_key_provider: Types::SpekeKeyProviderCmaf
|
341
|
+
attr_accessor static_key_provider: Types::StaticKeyProvider
|
342
|
+
attr_accessor type: ("SPEKE" | "STATIC_KEY")
|
343
|
+
SENSITIVE: []
|
344
|
+
end
|
345
|
+
|
346
|
+
class CmafGroupSettings
|
347
|
+
attr_accessor additional_manifests: ::Array[Types::CmafAdditionalManifest]
|
348
|
+
attr_accessor base_url: ::String
|
349
|
+
attr_accessor client_cache: ("DISABLED" | "ENABLED")
|
350
|
+
attr_accessor codec_specification: ("RFC_6381" | "RFC_4281")
|
351
|
+
attr_accessor dash_manifest_style: ("BASIC" | "COMPACT" | "DISTINCT")
|
352
|
+
attr_accessor destination: ::String
|
353
|
+
attr_accessor destination_settings: Types::DestinationSettings
|
354
|
+
attr_accessor encryption: Types::CmafEncryptionSettings
|
355
|
+
attr_accessor fragment_length: ::Integer
|
356
|
+
attr_accessor image_based_trick_play: ("NONE" | "THUMBNAIL" | "THUMBNAIL_AND_FULLFRAME" | "ADVANCED")
|
357
|
+
attr_accessor image_based_trick_play_settings: Types::CmafImageBasedTrickPlaySettings
|
358
|
+
attr_accessor manifest_compression: ("GZIP" | "NONE")
|
359
|
+
attr_accessor manifest_duration_format: ("FLOATING_POINT" | "INTEGER")
|
360
|
+
attr_accessor min_buffer_time: ::Integer
|
361
|
+
attr_accessor min_final_segment_length: ::Float
|
362
|
+
attr_accessor mpd_manifest_bandwidth_type: ("AVERAGE" | "MAX")
|
363
|
+
attr_accessor mpd_profile: ("MAIN_PROFILE" | "ON_DEMAND_PROFILE")
|
364
|
+
attr_accessor pts_offset_handling_for_b_frames: ("ZERO_BASED" | "MATCH_INITIAL_PTS")
|
365
|
+
attr_accessor segment_control: ("SINGLE_FILE" | "SEGMENTED_FILES")
|
366
|
+
attr_accessor segment_length: ::Integer
|
367
|
+
attr_accessor segment_length_control: ("EXACT" | "GOP_MULTIPLE")
|
368
|
+
attr_accessor stream_inf_resolution: ("INCLUDE" | "EXCLUDE")
|
369
|
+
attr_accessor target_duration_compatibility_mode: ("LEGACY" | "SPEC_COMPLIANT")
|
370
|
+
attr_accessor video_composition_offsets: ("SIGNED" | "UNSIGNED")
|
371
|
+
attr_accessor write_dash_manifest: ("DISABLED" | "ENABLED")
|
372
|
+
attr_accessor write_hls_manifest: ("DISABLED" | "ENABLED")
|
373
|
+
attr_accessor write_segment_timeline_in_representation: ("ENABLED" | "DISABLED")
|
374
|
+
SENSITIVE: []
|
375
|
+
end
|
376
|
+
|
377
|
+
class CmafImageBasedTrickPlaySettings
|
378
|
+
attr_accessor interval_cadence: ("FOLLOW_IFRAME" | "FOLLOW_CUSTOM")
|
379
|
+
attr_accessor thumbnail_height: ::Integer
|
380
|
+
attr_accessor thumbnail_interval: ::Float
|
381
|
+
attr_accessor thumbnail_width: ::Integer
|
382
|
+
attr_accessor tile_height: ::Integer
|
383
|
+
attr_accessor tile_width: ::Integer
|
384
|
+
SENSITIVE: []
|
385
|
+
end
|
386
|
+
|
387
|
+
class CmfcSettings
|
388
|
+
attr_accessor audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")
|
389
|
+
attr_accessor audio_group_id: ::String
|
390
|
+
attr_accessor audio_rendition_sets: ::String
|
391
|
+
attr_accessor audio_track_type: ("ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" | "ALTERNATE_AUDIO_AUTO_SELECT" | "ALTERNATE_AUDIO_NOT_AUTO_SELECT" | "AUDIO_ONLY_VARIANT_STREAM")
|
392
|
+
attr_accessor descriptive_video_service_flag: ("DONT_FLAG" | "FLAG")
|
393
|
+
attr_accessor i_frame_only_manifest: ("INCLUDE" | "EXCLUDE")
|
394
|
+
attr_accessor klv_metadata: ("PASSTHROUGH" | "NONE")
|
395
|
+
attr_accessor manifest_metadata_signaling: ("ENABLED" | "DISABLED")
|
396
|
+
attr_accessor scte_35_esam: ("INSERT" | "NONE")
|
397
|
+
attr_accessor scte_35_source: ("PASSTHROUGH" | "NONE")
|
398
|
+
attr_accessor timed_metadata: ("PASSTHROUGH" | "NONE")
|
399
|
+
attr_accessor timed_metadata_box_version: ("VERSION_0" | "VERSION_1")
|
400
|
+
attr_accessor timed_metadata_scheme_id_uri: ::String
|
401
|
+
attr_accessor timed_metadata_value: ::String
|
402
|
+
SENSITIVE: []
|
403
|
+
end
|
404
|
+
|
405
|
+
class ColorConversion3DLUTSetting
|
406
|
+
attr_accessor file_input: ::String
|
407
|
+
attr_accessor input_color_space: ("FOLLOW" | "REC_601" | "REC_709" | "HDR10" | "HLG_2020" | "P3DCI" | "P3D65_SDR" | "P3D65_HDR")
|
408
|
+
attr_accessor input_mastering_luminance: ::Integer
|
409
|
+
attr_accessor output_color_space: ("FOLLOW" | "REC_601" | "REC_709" | "HDR10" | "HLG_2020" | "P3DCI" | "P3D65_SDR" | "P3D65_HDR")
|
410
|
+
attr_accessor output_mastering_luminance: ::Integer
|
411
|
+
SENSITIVE: []
|
412
|
+
end
|
413
|
+
|
414
|
+
class ColorCorrector
|
415
|
+
attr_accessor brightness: ::Integer
|
416
|
+
attr_accessor clip_limits: Types::ClipLimits
|
417
|
+
attr_accessor color_space_conversion: ("NONE" | "FORCE_601" | "FORCE_709" | "FORCE_HDR10" | "FORCE_HLG_2020" | "FORCE_P3DCI" | "FORCE_P3D65_SDR" | "FORCE_P3D65_HDR")
|
418
|
+
attr_accessor contrast: ::Integer
|
419
|
+
attr_accessor hdr_10_metadata: Types::Hdr10Metadata
|
420
|
+
attr_accessor hdr_to_sdr_tone_mapper: ("PRESERVE_DETAILS" | "VIBRANT")
|
421
|
+
attr_accessor hue: ::Integer
|
422
|
+
attr_accessor max_luminance: ::Integer
|
423
|
+
attr_accessor sample_range_conversion: ("LIMITED_RANGE_SQUEEZE" | "NONE" | "LIMITED_RANGE_CLIP")
|
424
|
+
attr_accessor saturation: ::Integer
|
425
|
+
attr_accessor sdr_reference_white_level: ::Integer
|
426
|
+
SENSITIVE: []
|
427
|
+
end
|
428
|
+
|
429
|
+
class ConflictException
|
430
|
+
attr_accessor message: ::String
|
431
|
+
SENSITIVE: []
|
432
|
+
end
|
433
|
+
|
434
|
+
class ContainerSettings
|
435
|
+
attr_accessor cmfc_settings: Types::CmfcSettings
|
436
|
+
attr_accessor container: ("F4V" | "ISMV" | "M2TS" | "M3U8" | "CMFC" | "MOV" | "MP4" | "MPD" | "MXF" | "WEBM" | "RAW" | "Y4M")
|
437
|
+
attr_accessor f4v_settings: Types::F4vSettings
|
438
|
+
attr_accessor m2ts_settings: Types::M2tsSettings
|
439
|
+
attr_accessor m3u_8_settings: Types::M3u8Settings
|
440
|
+
attr_accessor mov_settings: Types::MovSettings
|
441
|
+
attr_accessor mp_4_settings: Types::Mp4Settings
|
442
|
+
attr_accessor mpd_settings: Types::MpdSettings
|
443
|
+
attr_accessor mxf_settings: Types::MxfSettings
|
444
|
+
SENSITIVE: []
|
445
|
+
end
|
446
|
+
|
447
|
+
class CreateJobRequest
|
448
|
+
attr_accessor acceleration_settings: Types::AccelerationSettings
|
449
|
+
attr_accessor billing_tags_source: ("QUEUE" | "PRESET" | "JOB_TEMPLATE" | "JOB")
|
450
|
+
attr_accessor client_request_token: ::String
|
451
|
+
attr_accessor hop_destinations: ::Array[Types::HopDestination]
|
452
|
+
attr_accessor job_template: ::String
|
453
|
+
attr_accessor priority: ::Integer
|
454
|
+
attr_accessor queue: ::String
|
455
|
+
attr_accessor role: ::String
|
456
|
+
attr_accessor settings: Types::JobSettings
|
457
|
+
attr_accessor simulate_reserved_queue: ("DISABLED" | "ENABLED")
|
458
|
+
attr_accessor status_update_interval: ("SECONDS_10" | "SECONDS_12" | "SECONDS_15" | "SECONDS_20" | "SECONDS_30" | "SECONDS_60" | "SECONDS_120" | "SECONDS_180" | "SECONDS_240" | "SECONDS_300" | "SECONDS_360" | "SECONDS_420" | "SECONDS_480" | "SECONDS_540" | "SECONDS_600")
|
459
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
460
|
+
attr_accessor user_metadata: ::Hash[::String, ::String]
|
461
|
+
SENSITIVE: []
|
462
|
+
end
|
463
|
+
|
464
|
+
class CreateJobResponse
|
465
|
+
attr_accessor job: Types::Job
|
466
|
+
SENSITIVE: []
|
467
|
+
end
|
468
|
+
|
469
|
+
class CreateJobTemplateRequest
|
470
|
+
attr_accessor acceleration_settings: Types::AccelerationSettings
|
471
|
+
attr_accessor category: ::String
|
472
|
+
attr_accessor description: ::String
|
473
|
+
attr_accessor hop_destinations: ::Array[Types::HopDestination]
|
474
|
+
attr_accessor name: ::String
|
475
|
+
attr_accessor priority: ::Integer
|
476
|
+
attr_accessor queue: ::String
|
477
|
+
attr_accessor settings: Types::JobTemplateSettings
|
478
|
+
attr_accessor status_update_interval: ("SECONDS_10" | "SECONDS_12" | "SECONDS_15" | "SECONDS_20" | "SECONDS_30" | "SECONDS_60" | "SECONDS_120" | "SECONDS_180" | "SECONDS_240" | "SECONDS_300" | "SECONDS_360" | "SECONDS_420" | "SECONDS_480" | "SECONDS_540" | "SECONDS_600")
|
479
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
480
|
+
SENSITIVE: []
|
481
|
+
end
|
482
|
+
|
483
|
+
class CreateJobTemplateResponse
|
484
|
+
attr_accessor job_template: Types::JobTemplate
|
485
|
+
SENSITIVE: []
|
486
|
+
end
|
487
|
+
|
488
|
+
class CreatePresetRequest
|
489
|
+
attr_accessor category: ::String
|
490
|
+
attr_accessor description: ::String
|
491
|
+
attr_accessor name: ::String
|
492
|
+
attr_accessor settings: Types::PresetSettings
|
493
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
494
|
+
SENSITIVE: []
|
495
|
+
end
|
496
|
+
|
497
|
+
class CreatePresetResponse
|
498
|
+
attr_accessor preset: Types::Preset
|
499
|
+
SENSITIVE: []
|
500
|
+
end
|
501
|
+
|
502
|
+
class CreateQueueRequest
|
503
|
+
attr_accessor description: ::String
|
504
|
+
attr_accessor name: ::String
|
505
|
+
attr_accessor pricing_plan: ("ON_DEMAND" | "RESERVED")
|
506
|
+
attr_accessor reservation_plan_settings: Types::ReservationPlanSettings
|
507
|
+
attr_accessor status: ("ACTIVE" | "PAUSED")
|
508
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
509
|
+
SENSITIVE: []
|
510
|
+
end
|
511
|
+
|
512
|
+
class CreateQueueResponse
|
513
|
+
attr_accessor queue: Types::Queue
|
514
|
+
SENSITIVE: []
|
515
|
+
end
|
516
|
+
|
517
|
+
class DashAdditionalManifest
|
518
|
+
attr_accessor manifest_name_modifier: ::String
|
519
|
+
attr_accessor selected_outputs: ::Array[::String]
|
520
|
+
SENSITIVE: []
|
521
|
+
end
|
522
|
+
|
523
|
+
class DashIsoEncryptionSettings
|
524
|
+
attr_accessor playback_device_compatibility: ("CENC_V1" | "UNENCRYPTED_SEI")
|
525
|
+
attr_accessor speke_key_provider: Types::SpekeKeyProvider
|
526
|
+
SENSITIVE: []
|
527
|
+
end
|
528
|
+
|
529
|
+
class DashIsoGroupSettings
|
530
|
+
attr_accessor additional_manifests: ::Array[Types::DashAdditionalManifest]
|
531
|
+
attr_accessor audio_channel_config_scheme_id_uri: ("MPEG_CHANNEL_CONFIGURATION" | "DOLBY_CHANNEL_CONFIGURATION")
|
532
|
+
attr_accessor base_url: ::String
|
533
|
+
attr_accessor dash_manifest_style: ("BASIC" | "COMPACT" | "DISTINCT")
|
534
|
+
attr_accessor destination: ::String
|
535
|
+
attr_accessor destination_settings: Types::DestinationSettings
|
536
|
+
attr_accessor encryption: Types::DashIsoEncryptionSettings
|
537
|
+
attr_accessor fragment_length: ::Integer
|
538
|
+
attr_accessor hbbtv_compliance: ("HBBTV_1_5" | "NONE")
|
539
|
+
attr_accessor image_based_trick_play: ("NONE" | "THUMBNAIL" | "THUMBNAIL_AND_FULLFRAME" | "ADVANCED")
|
540
|
+
attr_accessor image_based_trick_play_settings: Types::DashIsoImageBasedTrickPlaySettings
|
541
|
+
attr_accessor min_buffer_time: ::Integer
|
542
|
+
attr_accessor min_final_segment_length: ::Float
|
543
|
+
attr_accessor mpd_manifest_bandwidth_type: ("AVERAGE" | "MAX")
|
544
|
+
attr_accessor mpd_profile: ("MAIN_PROFILE" | "ON_DEMAND_PROFILE")
|
545
|
+
attr_accessor pts_offset_handling_for_b_frames: ("ZERO_BASED" | "MATCH_INITIAL_PTS")
|
546
|
+
attr_accessor segment_control: ("SINGLE_FILE" | "SEGMENTED_FILES")
|
547
|
+
attr_accessor segment_length: ::Integer
|
548
|
+
attr_accessor segment_length_control: ("EXACT" | "GOP_MULTIPLE")
|
549
|
+
attr_accessor video_composition_offsets: ("SIGNED" | "UNSIGNED")
|
550
|
+
attr_accessor write_segment_timeline_in_representation: ("ENABLED" | "DISABLED")
|
551
|
+
SENSITIVE: []
|
552
|
+
end
|
553
|
+
|
554
|
+
class DashIsoImageBasedTrickPlaySettings
|
555
|
+
attr_accessor interval_cadence: ("FOLLOW_IFRAME" | "FOLLOW_CUSTOM")
|
556
|
+
attr_accessor thumbnail_height: ::Integer
|
557
|
+
attr_accessor thumbnail_interval: ::Float
|
558
|
+
attr_accessor thumbnail_width: ::Integer
|
559
|
+
attr_accessor tile_height: ::Integer
|
560
|
+
attr_accessor tile_width: ::Integer
|
561
|
+
SENSITIVE: []
|
562
|
+
end
|
563
|
+
|
564
|
+
class Deinterlacer
|
565
|
+
attr_accessor algorithm: ("INTERPOLATE" | "INTERPOLATE_TICKER" | "BLEND" | "BLEND_TICKER" | "LINEAR_INTERPOLATION")
|
566
|
+
attr_accessor control: ("FORCE_ALL_FRAMES" | "NORMAL")
|
567
|
+
attr_accessor mode: ("DEINTERLACE" | "INVERSE_TELECINE" | "ADAPTIVE")
|
568
|
+
SENSITIVE: []
|
569
|
+
end
|
570
|
+
|
571
|
+
class DeleteJobTemplateRequest
|
572
|
+
attr_accessor name: ::String
|
573
|
+
SENSITIVE: []
|
574
|
+
end
|
575
|
+
|
576
|
+
class DeleteJobTemplateResponse < Aws::EmptyStructure
|
577
|
+
end
|
578
|
+
|
579
|
+
class DeletePolicyRequest < Aws::EmptyStructure
|
580
|
+
end
|
581
|
+
|
582
|
+
class DeletePolicyResponse < Aws::EmptyStructure
|
583
|
+
end
|
584
|
+
|
585
|
+
class DeletePresetRequest
|
586
|
+
attr_accessor name: ::String
|
587
|
+
SENSITIVE: []
|
588
|
+
end
|
589
|
+
|
590
|
+
class DeletePresetResponse < Aws::EmptyStructure
|
591
|
+
end
|
592
|
+
|
593
|
+
class DeleteQueueRequest
|
594
|
+
attr_accessor name: ::String
|
595
|
+
SENSITIVE: []
|
596
|
+
end
|
597
|
+
|
598
|
+
class DeleteQueueResponse < Aws::EmptyStructure
|
599
|
+
end
|
600
|
+
|
601
|
+
class DescribeEndpointsRequest
|
602
|
+
attr_accessor max_results: ::Integer
|
603
|
+
attr_accessor mode: ("DEFAULT" | "GET_ONLY")
|
604
|
+
attr_accessor next_token: ::String
|
605
|
+
SENSITIVE: []
|
606
|
+
end
|
607
|
+
|
608
|
+
class DescribeEndpointsResponse
|
609
|
+
attr_accessor endpoints: ::Array[Types::Endpoint]
|
610
|
+
attr_accessor next_token: ::String
|
611
|
+
SENSITIVE: []
|
612
|
+
end
|
613
|
+
|
614
|
+
class DestinationSettings
|
615
|
+
attr_accessor s3_settings: Types::S3DestinationSettings
|
616
|
+
SENSITIVE: []
|
617
|
+
end
|
618
|
+
|
619
|
+
class DisassociateCertificateRequest
|
620
|
+
attr_accessor arn: ::String
|
621
|
+
SENSITIVE: []
|
622
|
+
end
|
623
|
+
|
624
|
+
class DisassociateCertificateResponse < Aws::EmptyStructure
|
625
|
+
end
|
626
|
+
|
627
|
+
class DolbyVision
|
628
|
+
attr_accessor l6_metadata: Types::DolbyVisionLevel6Metadata
|
629
|
+
attr_accessor l6_mode: ("PASSTHROUGH" | "RECALCULATE" | "SPECIFY")
|
630
|
+
attr_accessor mapping: ("HDR10_NOMAP" | "HDR10_1000")
|
631
|
+
attr_accessor profile: ("PROFILE_5" | "PROFILE_8_1")
|
632
|
+
SENSITIVE: []
|
633
|
+
end
|
634
|
+
|
635
|
+
class DolbyVisionLevel6Metadata
|
636
|
+
attr_accessor max_cll: ::Integer
|
637
|
+
attr_accessor max_fall: ::Integer
|
638
|
+
SENSITIVE: []
|
639
|
+
end
|
640
|
+
|
641
|
+
class DvbNitSettings
|
642
|
+
attr_accessor network_id: ::Integer
|
643
|
+
attr_accessor network_name: ::String
|
644
|
+
attr_accessor nit_interval: ::Integer
|
645
|
+
SENSITIVE: []
|
646
|
+
end
|
647
|
+
|
648
|
+
class DvbSdtSettings
|
649
|
+
attr_accessor output_sdt: ("SDT_FOLLOW" | "SDT_FOLLOW_IF_PRESENT" | "SDT_MANUAL" | "SDT_NONE")
|
650
|
+
attr_accessor sdt_interval: ::Integer
|
651
|
+
attr_accessor service_name: ::String
|
652
|
+
attr_accessor service_provider_name: ::String
|
653
|
+
SENSITIVE: []
|
654
|
+
end
|
655
|
+
|
656
|
+
class DvbSubDestinationSettings
|
657
|
+
attr_accessor alignment: ("CENTERED" | "LEFT" | "AUTO")
|
658
|
+
attr_accessor apply_font_color: ("WHITE_TEXT_ONLY" | "ALL_TEXT")
|
659
|
+
attr_accessor background_color: ("NONE" | "BLACK" | "WHITE" | "AUTO")
|
660
|
+
attr_accessor background_opacity: ::Integer
|
661
|
+
attr_accessor dds_handling: ("NONE" | "SPECIFIED" | "NO_DISPLAY_WINDOW")
|
662
|
+
attr_accessor dds_x_coordinate: ::Integer
|
663
|
+
attr_accessor dds_y_coordinate: ::Integer
|
664
|
+
attr_accessor fallback_font: ("BEST_MATCH" | "MONOSPACED_SANSSERIF" | "MONOSPACED_SERIF" | "PROPORTIONAL_SANSSERIF" | "PROPORTIONAL_SERIF")
|
665
|
+
attr_accessor font_color: ("WHITE" | "BLACK" | "YELLOW" | "RED" | "GREEN" | "BLUE" | "HEX" | "AUTO")
|
666
|
+
attr_accessor font_opacity: ::Integer
|
667
|
+
attr_accessor font_resolution: ::Integer
|
668
|
+
attr_accessor font_script: ("AUTOMATIC" | "HANS" | "HANT")
|
669
|
+
attr_accessor font_size: ::Integer
|
670
|
+
attr_accessor height: ::Integer
|
671
|
+
attr_accessor hex_font_color: ::String
|
672
|
+
attr_accessor outline_color: ("BLACK" | "WHITE" | "YELLOW" | "RED" | "GREEN" | "BLUE" | "AUTO")
|
673
|
+
attr_accessor outline_size: ::Integer
|
674
|
+
attr_accessor shadow_color: ("NONE" | "BLACK" | "WHITE" | "AUTO")
|
675
|
+
attr_accessor shadow_opacity: ::Integer
|
676
|
+
attr_accessor shadow_x_offset: ::Integer
|
677
|
+
attr_accessor shadow_y_offset: ::Integer
|
678
|
+
attr_accessor style_passthrough: ("ENABLED" | "DISABLED")
|
679
|
+
attr_accessor subtitling_type: ("HEARING_IMPAIRED" | "STANDARD")
|
680
|
+
attr_accessor teletext_spacing: ("FIXED_GRID" | "PROPORTIONAL" | "AUTO")
|
681
|
+
attr_accessor width: ::Integer
|
682
|
+
attr_accessor x_position: ::Integer
|
683
|
+
attr_accessor y_position: ::Integer
|
684
|
+
SENSITIVE: []
|
685
|
+
end
|
686
|
+
|
687
|
+
class DvbSubSourceSettings
|
688
|
+
attr_accessor pid: ::Integer
|
689
|
+
SENSITIVE: []
|
690
|
+
end
|
691
|
+
|
692
|
+
class DvbTdtSettings
|
693
|
+
attr_accessor tdt_interval: ::Integer
|
694
|
+
SENSITIVE: []
|
695
|
+
end
|
696
|
+
|
697
|
+
class Eac3AtmosSettings
|
698
|
+
attr_accessor bitrate: ::Integer
|
699
|
+
attr_accessor bitstream_mode: ("COMPLETE_MAIN")
|
700
|
+
attr_accessor coding_mode: ("CODING_MODE_AUTO" | "CODING_MODE_5_1_4" | "CODING_MODE_7_1_4" | "CODING_MODE_9_1_6")
|
701
|
+
attr_accessor dialogue_intelligence: ("ENABLED" | "DISABLED")
|
702
|
+
attr_accessor downmix_control: ("SPECIFIED" | "INITIALIZE_FROM_SOURCE")
|
703
|
+
attr_accessor dynamic_range_compression_line: ("NONE" | "FILM_STANDARD" | "FILM_LIGHT" | "MUSIC_STANDARD" | "MUSIC_LIGHT" | "SPEECH")
|
704
|
+
attr_accessor dynamic_range_compression_rf: ("NONE" | "FILM_STANDARD" | "FILM_LIGHT" | "MUSIC_STANDARD" | "MUSIC_LIGHT" | "SPEECH")
|
705
|
+
attr_accessor dynamic_range_control: ("SPECIFIED" | "INITIALIZE_FROM_SOURCE")
|
706
|
+
attr_accessor lo_ro_center_mix_level: ::Float
|
707
|
+
attr_accessor lo_ro_surround_mix_level: ::Float
|
708
|
+
attr_accessor lt_rt_center_mix_level: ::Float
|
709
|
+
attr_accessor lt_rt_surround_mix_level: ::Float
|
710
|
+
attr_accessor metering_mode: ("LEQ_A" | "ITU_BS_1770_1" | "ITU_BS_1770_2" | "ITU_BS_1770_3" | "ITU_BS_1770_4")
|
711
|
+
attr_accessor sample_rate: ::Integer
|
712
|
+
attr_accessor speech_threshold: ::Integer
|
713
|
+
attr_accessor stereo_downmix: ("NOT_INDICATED" | "STEREO" | "SURROUND" | "DPL2")
|
714
|
+
attr_accessor surround_ex_mode: ("NOT_INDICATED" | "ENABLED" | "DISABLED")
|
715
|
+
SENSITIVE: []
|
716
|
+
end
|
717
|
+
|
718
|
+
class Eac3Settings
|
719
|
+
attr_accessor attenuation_control: ("ATTENUATE_3_DB" | "NONE")
|
720
|
+
attr_accessor bitrate: ::Integer
|
721
|
+
attr_accessor bitstream_mode: ("COMPLETE_MAIN" | "COMMENTARY" | "EMERGENCY" | "HEARING_IMPAIRED" | "VISUALLY_IMPAIRED")
|
722
|
+
attr_accessor coding_mode: ("CODING_MODE_1_0" | "CODING_MODE_2_0" | "CODING_MODE_3_2")
|
723
|
+
attr_accessor dc_filter: ("ENABLED" | "DISABLED")
|
724
|
+
attr_accessor dialnorm: ::Integer
|
725
|
+
attr_accessor dynamic_range_compression_line: ("NONE" | "FILM_STANDARD" | "FILM_LIGHT" | "MUSIC_STANDARD" | "MUSIC_LIGHT" | "SPEECH")
|
726
|
+
attr_accessor dynamic_range_compression_rf: ("NONE" | "FILM_STANDARD" | "FILM_LIGHT" | "MUSIC_STANDARD" | "MUSIC_LIGHT" | "SPEECH")
|
727
|
+
attr_accessor lfe_control: ("LFE" | "NO_LFE")
|
728
|
+
attr_accessor lfe_filter: ("ENABLED" | "DISABLED")
|
729
|
+
attr_accessor lo_ro_center_mix_level: ::Float
|
730
|
+
attr_accessor lo_ro_surround_mix_level: ::Float
|
731
|
+
attr_accessor lt_rt_center_mix_level: ::Float
|
732
|
+
attr_accessor lt_rt_surround_mix_level: ::Float
|
733
|
+
attr_accessor metadata_control: ("FOLLOW_INPUT" | "USE_CONFIGURED")
|
734
|
+
attr_accessor passthrough_control: ("WHEN_POSSIBLE" | "NO_PASSTHROUGH")
|
735
|
+
attr_accessor phase_control: ("SHIFT_90_DEGREES" | "NO_SHIFT")
|
736
|
+
attr_accessor sample_rate: ::Integer
|
737
|
+
attr_accessor stereo_downmix: ("NOT_INDICATED" | "LO_RO" | "LT_RT" | "DPL2")
|
738
|
+
attr_accessor surround_ex_mode: ("NOT_INDICATED" | "ENABLED" | "DISABLED")
|
739
|
+
attr_accessor surround_mode: ("NOT_INDICATED" | "ENABLED" | "DISABLED")
|
740
|
+
SENSITIVE: []
|
741
|
+
end
|
742
|
+
|
743
|
+
class EmbeddedDestinationSettings
|
744
|
+
attr_accessor destination_608_channel_number: ::Integer
|
745
|
+
attr_accessor destination_708_service_number: ::Integer
|
746
|
+
SENSITIVE: []
|
747
|
+
end
|
748
|
+
|
749
|
+
class EmbeddedSourceSettings
|
750
|
+
attr_accessor convert_608_to_708: ("UPCONVERT" | "DISABLED")
|
751
|
+
attr_accessor source_608_channel_number: ::Integer
|
752
|
+
attr_accessor source_608_track_number: ::Integer
|
753
|
+
attr_accessor terminate_captions: ("END_OF_INPUT" | "DISABLED")
|
754
|
+
SENSITIVE: []
|
755
|
+
end
|
756
|
+
|
757
|
+
class Endpoint
|
758
|
+
attr_accessor url: ::String
|
759
|
+
SENSITIVE: []
|
760
|
+
end
|
761
|
+
|
762
|
+
class EsamManifestConfirmConditionNotification
|
763
|
+
attr_accessor mcc_xml: ::String
|
764
|
+
SENSITIVE: []
|
765
|
+
end
|
766
|
+
|
767
|
+
class EsamSettings
|
768
|
+
attr_accessor manifest_confirm_condition_notification: Types::EsamManifestConfirmConditionNotification
|
769
|
+
attr_accessor response_signal_preroll: ::Integer
|
770
|
+
attr_accessor signal_processing_notification: Types::EsamSignalProcessingNotification
|
771
|
+
SENSITIVE: []
|
772
|
+
end
|
773
|
+
|
774
|
+
class EsamSignalProcessingNotification
|
775
|
+
attr_accessor scc_xml: ::String
|
776
|
+
SENSITIVE: []
|
777
|
+
end
|
778
|
+
|
779
|
+
class ExceptionBody
|
780
|
+
attr_accessor message: ::String
|
781
|
+
SENSITIVE: []
|
782
|
+
end
|
783
|
+
|
784
|
+
class ExtendedDataServices
|
785
|
+
attr_accessor copy_protection_action: ("PASSTHROUGH" | "STRIP")
|
786
|
+
attr_accessor vchip_action: ("PASSTHROUGH" | "STRIP")
|
787
|
+
SENSITIVE: []
|
788
|
+
end
|
789
|
+
|
790
|
+
class F4vSettings
|
791
|
+
attr_accessor moov_placement: ("PROGRESSIVE_DOWNLOAD" | "NORMAL")
|
792
|
+
SENSITIVE: []
|
793
|
+
end
|
794
|
+
|
795
|
+
class FileGroupSettings
|
796
|
+
attr_accessor destination: ::String
|
797
|
+
attr_accessor destination_settings: Types::DestinationSettings
|
798
|
+
SENSITIVE: []
|
799
|
+
end
|
800
|
+
|
801
|
+
class FileSourceSettings
|
802
|
+
attr_accessor convert_608_to_708: ("UPCONVERT" | "DISABLED")
|
803
|
+
attr_accessor convert_paint_to_pop: ("ENABLED" | "DISABLED")
|
804
|
+
attr_accessor framerate: Types::CaptionSourceFramerate
|
805
|
+
attr_accessor source_file: ::String
|
806
|
+
attr_accessor time_delta: ::Integer
|
807
|
+
attr_accessor time_delta_units: ("SECONDS" | "MILLISECONDS")
|
808
|
+
SENSITIVE: []
|
809
|
+
end
|
810
|
+
|
811
|
+
class FlacSettings
|
812
|
+
attr_accessor bit_depth: ::Integer
|
813
|
+
attr_accessor channels: ::Integer
|
814
|
+
attr_accessor sample_rate: ::Integer
|
815
|
+
SENSITIVE: []
|
816
|
+
end
|
817
|
+
|
818
|
+
class ForbiddenException
|
819
|
+
attr_accessor message: ::String
|
820
|
+
SENSITIVE: []
|
821
|
+
end
|
822
|
+
|
823
|
+
class ForceIncludeRenditionSize
|
824
|
+
attr_accessor height: ::Integer
|
825
|
+
attr_accessor width: ::Integer
|
826
|
+
SENSITIVE: []
|
827
|
+
end
|
828
|
+
|
829
|
+
class FrameCaptureSettings
|
830
|
+
attr_accessor framerate_denominator: ::Integer
|
831
|
+
attr_accessor framerate_numerator: ::Integer
|
832
|
+
attr_accessor max_captures: ::Integer
|
833
|
+
attr_accessor quality: ::Integer
|
834
|
+
SENSITIVE: []
|
835
|
+
end
|
836
|
+
|
837
|
+
class GetJobRequest
|
838
|
+
attr_accessor id: ::String
|
839
|
+
SENSITIVE: []
|
840
|
+
end
|
841
|
+
|
842
|
+
class GetJobResponse
|
843
|
+
attr_accessor job: Types::Job
|
844
|
+
SENSITIVE: []
|
845
|
+
end
|
846
|
+
|
847
|
+
class GetJobTemplateRequest
|
848
|
+
attr_accessor name: ::String
|
849
|
+
SENSITIVE: []
|
850
|
+
end
|
851
|
+
|
852
|
+
class GetJobTemplateResponse
|
853
|
+
attr_accessor job_template: Types::JobTemplate
|
854
|
+
SENSITIVE: []
|
855
|
+
end
|
856
|
+
|
857
|
+
class GetPolicyRequest < Aws::EmptyStructure
|
858
|
+
end
|
859
|
+
|
860
|
+
class GetPolicyResponse
|
861
|
+
attr_accessor policy: Types::Policy
|
862
|
+
SENSITIVE: []
|
863
|
+
end
|
864
|
+
|
865
|
+
class GetPresetRequest
|
866
|
+
attr_accessor name: ::String
|
867
|
+
SENSITIVE: []
|
868
|
+
end
|
869
|
+
|
870
|
+
class GetPresetResponse
|
871
|
+
attr_accessor preset: Types::Preset
|
872
|
+
SENSITIVE: []
|
873
|
+
end
|
874
|
+
|
875
|
+
class GetQueueRequest
|
876
|
+
attr_accessor name: ::String
|
877
|
+
SENSITIVE: []
|
878
|
+
end
|
879
|
+
|
880
|
+
class GetQueueResponse
|
881
|
+
attr_accessor queue: Types::Queue
|
882
|
+
SENSITIVE: []
|
883
|
+
end
|
884
|
+
|
885
|
+
class H264QvbrSettings
|
886
|
+
attr_accessor max_average_bitrate: ::Integer
|
887
|
+
attr_accessor qvbr_quality_level: ::Integer
|
888
|
+
attr_accessor qvbr_quality_level_fine_tune: ::Float
|
889
|
+
SENSITIVE: []
|
890
|
+
end
|
891
|
+
|
892
|
+
class H264Settings
|
893
|
+
attr_accessor adaptive_quantization: ("OFF" | "AUTO" | "LOW" | "MEDIUM" | "HIGH" | "HIGHER" | "MAX")
|
894
|
+
attr_accessor bandwidth_reduction_filter: Types::BandwidthReductionFilter
|
895
|
+
attr_accessor bitrate: ::Integer
|
896
|
+
attr_accessor codec_level: ("AUTO" | "LEVEL_1" | "LEVEL_1_1" | "LEVEL_1_2" | "LEVEL_1_3" | "LEVEL_2" | "LEVEL_2_1" | "LEVEL_2_2" | "LEVEL_3" | "LEVEL_3_1" | "LEVEL_3_2" | "LEVEL_4" | "LEVEL_4_1" | "LEVEL_4_2" | "LEVEL_5" | "LEVEL_5_1" | "LEVEL_5_2")
|
897
|
+
attr_accessor codec_profile: ("BASELINE" | "HIGH" | "HIGH_10BIT" | "HIGH_422" | "HIGH_422_10BIT" | "MAIN")
|
898
|
+
attr_accessor dynamic_sub_gop: ("ADAPTIVE" | "STATIC")
|
899
|
+
attr_accessor end_of_stream_markers: ("INCLUDE" | "SUPPRESS")
|
900
|
+
attr_accessor entropy_encoding: ("CABAC" | "CAVLC")
|
901
|
+
attr_accessor field_encoding: ("PAFF" | "FORCE_FIELD" | "MBAFF")
|
902
|
+
attr_accessor flicker_adaptive_quantization: ("DISABLED" | "ENABLED")
|
903
|
+
attr_accessor framerate_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")
|
904
|
+
attr_accessor framerate_conversion_algorithm: ("DUPLICATE_DROP" | "INTERPOLATE" | "FRAMEFORMER")
|
905
|
+
attr_accessor framerate_denominator: ::Integer
|
906
|
+
attr_accessor framerate_numerator: ::Integer
|
907
|
+
attr_accessor gop_b_reference: ("DISABLED" | "ENABLED")
|
908
|
+
attr_accessor gop_closed_cadence: ::Integer
|
909
|
+
attr_accessor gop_size: ::Float
|
910
|
+
attr_accessor gop_size_units: ("FRAMES" | "SECONDS" | "AUTO")
|
911
|
+
attr_accessor hrd_buffer_final_fill_percentage: ::Integer
|
912
|
+
attr_accessor hrd_buffer_initial_fill_percentage: ::Integer
|
913
|
+
attr_accessor hrd_buffer_size: ::Integer
|
914
|
+
attr_accessor interlace_mode: ("PROGRESSIVE" | "TOP_FIELD" | "BOTTOM_FIELD" | "FOLLOW_TOP_FIELD" | "FOLLOW_BOTTOM_FIELD")
|
915
|
+
attr_accessor max_bitrate: ::Integer
|
916
|
+
attr_accessor min_i_interval: ::Integer
|
917
|
+
attr_accessor number_b_frames_between_reference_frames: ::Integer
|
918
|
+
attr_accessor number_reference_frames: ::Integer
|
919
|
+
attr_accessor par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")
|
920
|
+
attr_accessor par_denominator: ::Integer
|
921
|
+
attr_accessor par_numerator: ::Integer
|
922
|
+
attr_accessor quality_tuning_level: ("SINGLE_PASS" | "SINGLE_PASS_HQ" | "MULTI_PASS_HQ")
|
923
|
+
attr_accessor qvbr_settings: Types::H264QvbrSettings
|
924
|
+
attr_accessor rate_control_mode: ("VBR" | "CBR" | "QVBR")
|
925
|
+
attr_accessor repeat_pps: ("DISABLED" | "ENABLED")
|
926
|
+
attr_accessor scan_type_conversion_mode: ("INTERLACED" | "INTERLACED_OPTIMIZE")
|
927
|
+
attr_accessor scene_change_detect: ("DISABLED" | "ENABLED" | "TRANSITION_DETECTION")
|
928
|
+
attr_accessor slices: ::Integer
|
929
|
+
attr_accessor slow_pal: ("DISABLED" | "ENABLED")
|
930
|
+
attr_accessor softness: ::Integer
|
931
|
+
attr_accessor spatial_adaptive_quantization: ("DISABLED" | "ENABLED")
|
932
|
+
attr_accessor syntax: ("DEFAULT" | "RP2027")
|
933
|
+
attr_accessor telecine: ("NONE" | "SOFT" | "HARD")
|
934
|
+
attr_accessor temporal_adaptive_quantization: ("DISABLED" | "ENABLED")
|
935
|
+
attr_accessor unregistered_sei_timecode: ("DISABLED" | "ENABLED")
|
936
|
+
SENSITIVE: []
|
937
|
+
end
|
938
|
+
|
939
|
+
class H265QvbrSettings
|
940
|
+
attr_accessor max_average_bitrate: ::Integer
|
941
|
+
attr_accessor qvbr_quality_level: ::Integer
|
942
|
+
attr_accessor qvbr_quality_level_fine_tune: ::Float
|
943
|
+
SENSITIVE: []
|
944
|
+
end
|
945
|
+
|
946
|
+
class H265Settings
|
947
|
+
attr_accessor adaptive_quantization: ("OFF" | "LOW" | "MEDIUM" | "HIGH" | "HIGHER" | "MAX" | "AUTO")
|
948
|
+
attr_accessor alternate_transfer_function_sei: ("DISABLED" | "ENABLED")
|
949
|
+
attr_accessor bandwidth_reduction_filter: Types::BandwidthReductionFilter
|
950
|
+
attr_accessor bitrate: ::Integer
|
951
|
+
attr_accessor codec_level: ("AUTO" | "LEVEL_1" | "LEVEL_2" | "LEVEL_2_1" | "LEVEL_3" | "LEVEL_3_1" | "LEVEL_4" | "LEVEL_4_1" | "LEVEL_5" | "LEVEL_5_1" | "LEVEL_5_2" | "LEVEL_6" | "LEVEL_6_1" | "LEVEL_6_2")
|
952
|
+
attr_accessor codec_profile: ("MAIN_MAIN" | "MAIN_HIGH" | "MAIN10_MAIN" | "MAIN10_HIGH" | "MAIN_422_8BIT_MAIN" | "MAIN_422_8BIT_HIGH" | "MAIN_422_10BIT_MAIN" | "MAIN_422_10BIT_HIGH")
|
953
|
+
attr_accessor dynamic_sub_gop: ("ADAPTIVE" | "STATIC")
|
954
|
+
attr_accessor end_of_stream_markers: ("INCLUDE" | "SUPPRESS")
|
955
|
+
attr_accessor flicker_adaptive_quantization: ("DISABLED" | "ENABLED")
|
956
|
+
attr_accessor framerate_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")
|
957
|
+
attr_accessor framerate_conversion_algorithm: ("DUPLICATE_DROP" | "INTERPOLATE" | "FRAMEFORMER")
|
958
|
+
attr_accessor framerate_denominator: ::Integer
|
959
|
+
attr_accessor framerate_numerator: ::Integer
|
960
|
+
attr_accessor gop_b_reference: ("DISABLED" | "ENABLED")
|
961
|
+
attr_accessor gop_closed_cadence: ::Integer
|
962
|
+
attr_accessor gop_size: ::Float
|
963
|
+
attr_accessor gop_size_units: ("FRAMES" | "SECONDS" | "AUTO")
|
964
|
+
attr_accessor hrd_buffer_final_fill_percentage: ::Integer
|
965
|
+
attr_accessor hrd_buffer_initial_fill_percentage: ::Integer
|
966
|
+
attr_accessor hrd_buffer_size: ::Integer
|
967
|
+
attr_accessor interlace_mode: ("PROGRESSIVE" | "TOP_FIELD" | "BOTTOM_FIELD" | "FOLLOW_TOP_FIELD" | "FOLLOW_BOTTOM_FIELD")
|
968
|
+
attr_accessor max_bitrate: ::Integer
|
969
|
+
attr_accessor min_i_interval: ::Integer
|
970
|
+
attr_accessor number_b_frames_between_reference_frames: ::Integer
|
971
|
+
attr_accessor number_reference_frames: ::Integer
|
972
|
+
attr_accessor par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")
|
973
|
+
attr_accessor par_denominator: ::Integer
|
974
|
+
attr_accessor par_numerator: ::Integer
|
975
|
+
attr_accessor quality_tuning_level: ("SINGLE_PASS" | "SINGLE_PASS_HQ" | "MULTI_PASS_HQ")
|
976
|
+
attr_accessor qvbr_settings: Types::H265QvbrSettings
|
977
|
+
attr_accessor rate_control_mode: ("VBR" | "CBR" | "QVBR")
|
978
|
+
attr_accessor sample_adaptive_offset_filter_mode: ("DEFAULT" | "ADAPTIVE" | "OFF")
|
979
|
+
attr_accessor scan_type_conversion_mode: ("INTERLACED" | "INTERLACED_OPTIMIZE")
|
980
|
+
attr_accessor scene_change_detect: ("DISABLED" | "ENABLED" | "TRANSITION_DETECTION")
|
981
|
+
attr_accessor slices: ::Integer
|
982
|
+
attr_accessor slow_pal: ("DISABLED" | "ENABLED")
|
983
|
+
attr_accessor spatial_adaptive_quantization: ("DISABLED" | "ENABLED")
|
984
|
+
attr_accessor telecine: ("NONE" | "SOFT" | "HARD")
|
985
|
+
attr_accessor temporal_adaptive_quantization: ("DISABLED" | "ENABLED")
|
986
|
+
attr_accessor temporal_ids: ("DISABLED" | "ENABLED")
|
987
|
+
attr_accessor tiles: ("DISABLED" | "ENABLED")
|
988
|
+
attr_accessor unregistered_sei_timecode: ("DISABLED" | "ENABLED")
|
989
|
+
attr_accessor write_mp_4_packaging_type: ("HVC1" | "HEV1")
|
990
|
+
SENSITIVE: []
|
991
|
+
end
|
992
|
+
|
993
|
+
class Hdr10Metadata
|
994
|
+
attr_accessor blue_primary_x: ::Integer
|
995
|
+
attr_accessor blue_primary_y: ::Integer
|
996
|
+
attr_accessor green_primary_x: ::Integer
|
997
|
+
attr_accessor green_primary_y: ::Integer
|
998
|
+
attr_accessor max_content_light_level: ::Integer
|
999
|
+
attr_accessor max_frame_average_light_level: ::Integer
|
1000
|
+
attr_accessor max_luminance: ::Integer
|
1001
|
+
attr_accessor min_luminance: ::Integer
|
1002
|
+
attr_accessor red_primary_x: ::Integer
|
1003
|
+
attr_accessor red_primary_y: ::Integer
|
1004
|
+
attr_accessor white_point_x: ::Integer
|
1005
|
+
attr_accessor white_point_y: ::Integer
|
1006
|
+
SENSITIVE: []
|
1007
|
+
end
|
1008
|
+
|
1009
|
+
class Hdr10Plus
|
1010
|
+
attr_accessor mastering_monitor_nits: ::Integer
|
1011
|
+
attr_accessor target_monitor_nits: ::Integer
|
1012
|
+
SENSITIVE: []
|
1013
|
+
end
|
1014
|
+
|
1015
|
+
class HlsAdditionalManifest
|
1016
|
+
attr_accessor manifest_name_modifier: ::String
|
1017
|
+
attr_accessor selected_outputs: ::Array[::String]
|
1018
|
+
SENSITIVE: []
|
1019
|
+
end
|
1020
|
+
|
1021
|
+
class HlsCaptionLanguageMapping
|
1022
|
+
attr_accessor caption_channel: ::Integer
|
1023
|
+
attr_accessor custom_language_code: ::String
|
1024
|
+
attr_accessor language_code: ("ENG" | "SPA" | "FRA" | "DEU" | "GER" | "ZHO" | "ARA" | "HIN" | "JPN" | "RUS" | "POR" | "ITA" | "URD" | "VIE" | "KOR" | "PAN" | "ABK" | "AAR" | "AFR" | "AKA" | "SQI" | "AMH" | "ARG" | "HYE" | "ASM" | "AVA" | "AVE" | "AYM" | "AZE" | "BAM" | "BAK" | "EUS" | "BEL" | "BEN" | "BIH" | "BIS" | "BOS" | "BRE" | "BUL" | "MYA" | "CAT" | "KHM" | "CHA" | "CHE" | "NYA" | "CHU" | "CHV" | "COR" | "COS" | "CRE" | "HRV" | "CES" | "DAN" | "DIV" | "NLD" | "DZO" | "ENM" | "EPO" | "EST" | "EWE" | "FAO" | "FIJ" | "FIN" | "FRM" | "FUL" | "GLA" | "GLG" | "LUG" | "KAT" | "ELL" | "GRN" | "GUJ" | "HAT" | "HAU" | "HEB" | "HER" | "HMO" | "HUN" | "ISL" | "IDO" | "IBO" | "IND" | "INA" | "ILE" | "IKU" | "IPK" | "GLE" | "JAV" | "KAL" | "KAN" | "KAU" | "KAS" | "KAZ" | "KIK" | "KIN" | "KIR" | "KOM" | "KON" | "KUA" | "KUR" | "LAO" | "LAT" | "LAV" | "LIM" | "LIN" | "LIT" | "LUB" | "LTZ" | "MKD" | "MLG" | "MSA" | "MAL" | "MLT" | "GLV" | "MRI" | "MAR" | "MAH" | "MON" | "NAU" | "NAV" | "NDE" | "NBL" | "NDO" | "NEP" | "SME" | "NOR" | "NOB" | "NNO" | "OCI" | "OJI" | "ORI" | "ORM" | "OSS" | "PLI" | "FAS" | "POL" | "PUS" | "QUE" | "QAA" | "RON" | "ROH" | "RUN" | "SMO" | "SAG" | "SAN" | "SRD" | "SRB" | "SNA" | "III" | "SND" | "SIN" | "SLK" | "SLV" | "SOM" | "SOT" | "SUN" | "SWA" | "SSW" | "SWE" | "TGL" | "TAH" | "TGK" | "TAM" | "TAT" | "TEL" | "THA" | "BOD" | "TIR" | "TON" | "TSO" | "TSN" | "TUR" | "TUK" | "TWI" | "UIG" | "UKR" | "UZB" | "VEN" | "VOL" | "WLN" | "CYM" | "FRY" | "WOL" | "XHO" | "YID" | "YOR" | "ZHA" | "ZUL" | "ORJ" | "QPC" | "TNG" | "SRP")
|
1025
|
+
attr_accessor language_description: ::String
|
1026
|
+
SENSITIVE: []
|
1027
|
+
end
|
1028
|
+
|
1029
|
+
class HlsEncryptionSettings
|
1030
|
+
attr_accessor constant_initialization_vector: ::String
|
1031
|
+
attr_accessor encryption_method: ("AES128" | "SAMPLE_AES")
|
1032
|
+
attr_accessor initialization_vector_in_manifest: ("INCLUDE" | "EXCLUDE")
|
1033
|
+
attr_accessor offline_encrypted: ("ENABLED" | "DISABLED")
|
1034
|
+
attr_accessor speke_key_provider: Types::SpekeKeyProvider
|
1035
|
+
attr_accessor static_key_provider: Types::StaticKeyProvider
|
1036
|
+
attr_accessor type: ("SPEKE" | "STATIC_KEY")
|
1037
|
+
SENSITIVE: []
|
1038
|
+
end
|
1039
|
+
|
1040
|
+
class HlsGroupSettings
|
1041
|
+
attr_accessor ad_markers: ::Array[("ELEMENTAL" | "ELEMENTAL_SCTE35")]
|
1042
|
+
attr_accessor additional_manifests: ::Array[Types::HlsAdditionalManifest]
|
1043
|
+
attr_accessor audio_only_header: ("INCLUDE" | "EXCLUDE")
|
1044
|
+
attr_accessor base_url: ::String
|
1045
|
+
attr_accessor caption_language_mappings: ::Array[Types::HlsCaptionLanguageMapping]
|
1046
|
+
attr_accessor caption_language_setting: ("INSERT" | "OMIT" | "NONE")
|
1047
|
+
attr_accessor caption_segment_length_control: ("LARGE_SEGMENTS" | "MATCH_VIDEO")
|
1048
|
+
attr_accessor client_cache: ("DISABLED" | "ENABLED")
|
1049
|
+
attr_accessor codec_specification: ("RFC_6381" | "RFC_4281")
|
1050
|
+
attr_accessor destination: ::String
|
1051
|
+
attr_accessor destination_settings: Types::DestinationSettings
|
1052
|
+
attr_accessor directory_structure: ("SINGLE_DIRECTORY" | "SUBDIRECTORY_PER_STREAM")
|
1053
|
+
attr_accessor encryption: Types::HlsEncryptionSettings
|
1054
|
+
attr_accessor image_based_trick_play: ("NONE" | "THUMBNAIL" | "THUMBNAIL_AND_FULLFRAME" | "ADVANCED")
|
1055
|
+
attr_accessor image_based_trick_play_settings: Types::HlsImageBasedTrickPlaySettings
|
1056
|
+
attr_accessor manifest_compression: ("GZIP" | "NONE")
|
1057
|
+
attr_accessor manifest_duration_format: ("FLOATING_POINT" | "INTEGER")
|
1058
|
+
attr_accessor min_final_segment_length: ::Float
|
1059
|
+
attr_accessor min_segment_length: ::Integer
|
1060
|
+
attr_accessor output_selection: ("MANIFESTS_AND_SEGMENTS" | "SEGMENTS_ONLY")
|
1061
|
+
attr_accessor program_date_time: ("INCLUDE" | "EXCLUDE")
|
1062
|
+
attr_accessor program_date_time_period: ::Integer
|
1063
|
+
attr_accessor progressive_write_hls_manifest: ("ENABLED" | "DISABLED")
|
1064
|
+
attr_accessor segment_control: ("SINGLE_FILE" | "SEGMENTED_FILES")
|
1065
|
+
attr_accessor segment_length: ::Integer
|
1066
|
+
attr_accessor segment_length_control: ("EXACT" | "GOP_MULTIPLE")
|
1067
|
+
attr_accessor segments_per_subdirectory: ::Integer
|
1068
|
+
attr_accessor stream_inf_resolution: ("INCLUDE" | "EXCLUDE")
|
1069
|
+
attr_accessor target_duration_compatibility_mode: ("LEGACY" | "SPEC_COMPLIANT")
|
1070
|
+
attr_accessor timed_metadata_id_3_frame: ("NONE" | "PRIV" | "TDRL")
|
1071
|
+
attr_accessor timed_metadata_id_3_period: ::Integer
|
1072
|
+
attr_accessor timestamp_delta_milliseconds: ::Integer
|
1073
|
+
SENSITIVE: []
|
1074
|
+
end
|
1075
|
+
|
1076
|
+
class HlsImageBasedTrickPlaySettings
|
1077
|
+
attr_accessor interval_cadence: ("FOLLOW_IFRAME" | "FOLLOW_CUSTOM")
|
1078
|
+
attr_accessor thumbnail_height: ::Integer
|
1079
|
+
attr_accessor thumbnail_interval: ::Float
|
1080
|
+
attr_accessor thumbnail_width: ::Integer
|
1081
|
+
attr_accessor tile_height: ::Integer
|
1082
|
+
attr_accessor tile_width: ::Integer
|
1083
|
+
SENSITIVE: []
|
1084
|
+
end
|
1085
|
+
|
1086
|
+
class HlsRenditionGroupSettings
|
1087
|
+
attr_accessor rendition_group_id: ::String
|
1088
|
+
attr_accessor rendition_language_code: ("ENG" | "SPA" | "FRA" | "DEU" | "GER" | "ZHO" | "ARA" | "HIN" | "JPN" | "RUS" | "POR" | "ITA" | "URD" | "VIE" | "KOR" | "PAN" | "ABK" | "AAR" | "AFR" | "AKA" | "SQI" | "AMH" | "ARG" | "HYE" | "ASM" | "AVA" | "AVE" | "AYM" | "AZE" | "BAM" | "BAK" | "EUS" | "BEL" | "BEN" | "BIH" | "BIS" | "BOS" | "BRE" | "BUL" | "MYA" | "CAT" | "KHM" | "CHA" | "CHE" | "NYA" | "CHU" | "CHV" | "COR" | "COS" | "CRE" | "HRV" | "CES" | "DAN" | "DIV" | "NLD" | "DZO" | "ENM" | "EPO" | "EST" | "EWE" | "FAO" | "FIJ" | "FIN" | "FRM" | "FUL" | "GLA" | "GLG" | "LUG" | "KAT" | "ELL" | "GRN" | "GUJ" | "HAT" | "HAU" | "HEB" | "HER" | "HMO" | "HUN" | "ISL" | "IDO" | "IBO" | "IND" | "INA" | "ILE" | "IKU" | "IPK" | "GLE" | "JAV" | "KAL" | "KAN" | "KAU" | "KAS" | "KAZ" | "KIK" | "KIN" | "KIR" | "KOM" | "KON" | "KUA" | "KUR" | "LAO" | "LAT" | "LAV" | "LIM" | "LIN" | "LIT" | "LUB" | "LTZ" | "MKD" | "MLG" | "MSA" | "MAL" | "MLT" | "GLV" | "MRI" | "MAR" | "MAH" | "MON" | "NAU" | "NAV" | "NDE" | "NBL" | "NDO" | "NEP" | "SME" | "NOR" | "NOB" | "NNO" | "OCI" | "OJI" | "ORI" | "ORM" | "OSS" | "PLI" | "FAS" | "POL" | "PUS" | "QUE" | "QAA" | "RON" | "ROH" | "RUN" | "SMO" | "SAG" | "SAN" | "SRD" | "SRB" | "SNA" | "III" | "SND" | "SIN" | "SLK" | "SLV" | "SOM" | "SOT" | "SUN" | "SWA" | "SSW" | "SWE" | "TGL" | "TAH" | "TGK" | "TAM" | "TAT" | "TEL" | "THA" | "BOD" | "TIR" | "TON" | "TSO" | "TSN" | "TUR" | "TUK" | "TWI" | "UIG" | "UKR" | "UZB" | "VEN" | "VOL" | "WLN" | "CYM" | "FRY" | "WOL" | "XHO" | "YID" | "YOR" | "ZHA" | "ZUL" | "ORJ" | "QPC" | "TNG" | "SRP")
|
1089
|
+
attr_accessor rendition_name: ::String
|
1090
|
+
SENSITIVE: []
|
1091
|
+
end
|
1092
|
+
|
1093
|
+
class HlsSettings
|
1094
|
+
attr_accessor audio_group_id: ::String
|
1095
|
+
attr_accessor audio_only_container: ("AUTOMATIC" | "M2TS")
|
1096
|
+
attr_accessor audio_rendition_sets: ::String
|
1097
|
+
attr_accessor audio_track_type: ("ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" | "ALTERNATE_AUDIO_AUTO_SELECT" | "ALTERNATE_AUDIO_NOT_AUTO_SELECT" | "AUDIO_ONLY_VARIANT_STREAM")
|
1098
|
+
attr_accessor descriptive_video_service_flag: ("DONT_FLAG" | "FLAG")
|
1099
|
+
attr_accessor i_frame_only_manifest: ("INCLUDE" | "EXCLUDE")
|
1100
|
+
attr_accessor segment_modifier: ::String
|
1101
|
+
SENSITIVE: []
|
1102
|
+
end
|
1103
|
+
|
1104
|
+
class HopDestination
|
1105
|
+
attr_accessor priority: ::Integer
|
1106
|
+
attr_accessor queue: ::String
|
1107
|
+
attr_accessor wait_minutes: ::Integer
|
1108
|
+
SENSITIVE: []
|
1109
|
+
end
|
1110
|
+
|
1111
|
+
class Id3Insertion
|
1112
|
+
attr_accessor id_3: ::String
|
1113
|
+
attr_accessor timecode: ::String
|
1114
|
+
SENSITIVE: []
|
1115
|
+
end
|
1116
|
+
|
1117
|
+
class ImageInserter
|
1118
|
+
attr_accessor insertable_images: ::Array[Types::InsertableImage]
|
1119
|
+
attr_accessor sdr_reference_white_level: ::Integer
|
1120
|
+
SENSITIVE: []
|
1121
|
+
end
|
1122
|
+
|
1123
|
+
class ImscDestinationSettings
|
1124
|
+
attr_accessor accessibility: ("DISABLED" | "ENABLED")
|
1125
|
+
attr_accessor style_passthrough: ("ENABLED" | "DISABLED")
|
1126
|
+
SENSITIVE: []
|
1127
|
+
end
|
1128
|
+
|
1129
|
+
class Input
|
1130
|
+
attr_accessor advanced_input_filter: ("ENABLED" | "DISABLED")
|
1131
|
+
attr_accessor advanced_input_filter_settings: Types::AdvancedInputFilterSettings
|
1132
|
+
attr_accessor audio_selector_groups: ::Hash[::String, Types::AudioSelectorGroup]
|
1133
|
+
attr_accessor audio_selectors: ::Hash[::String, Types::AudioSelector]
|
1134
|
+
attr_accessor caption_selectors: ::Hash[::String, Types::CaptionSelector]
|
1135
|
+
attr_accessor crop: Types::Rectangle
|
1136
|
+
attr_accessor deblock_filter: ("ENABLED" | "DISABLED")
|
1137
|
+
attr_accessor decryption_settings: Types::InputDecryptionSettings
|
1138
|
+
attr_accessor denoise_filter: ("ENABLED" | "DISABLED")
|
1139
|
+
attr_accessor dolby_vision_metadata_xml: ::String
|
1140
|
+
attr_accessor file_input: ::String
|
1141
|
+
attr_accessor filter_enable: ("AUTO" | "DISABLE" | "FORCE")
|
1142
|
+
attr_accessor filter_strength: ::Integer
|
1143
|
+
attr_accessor image_inserter: Types::ImageInserter
|
1144
|
+
attr_accessor input_clippings: ::Array[Types::InputClipping]
|
1145
|
+
attr_accessor input_scan_type: ("AUTO" | "PSF")
|
1146
|
+
attr_accessor position: Types::Rectangle
|
1147
|
+
attr_accessor program_number: ::Integer
|
1148
|
+
attr_accessor psi_control: ("IGNORE_PSI" | "USE_PSI")
|
1149
|
+
attr_accessor supplemental_imps: ::Array[::String]
|
1150
|
+
attr_accessor timecode_source: ("EMBEDDED" | "ZEROBASED" | "SPECIFIEDSTART")
|
1151
|
+
attr_accessor timecode_start: ::String
|
1152
|
+
attr_accessor video_generator: Types::InputVideoGenerator
|
1153
|
+
attr_accessor video_overlays: ::Array[Types::VideoOverlay]
|
1154
|
+
attr_accessor video_selector: Types::VideoSelector
|
1155
|
+
SENSITIVE: []
|
1156
|
+
end
|
1157
|
+
|
1158
|
+
class InputClipping
|
1159
|
+
attr_accessor end_timecode: ::String
|
1160
|
+
attr_accessor start_timecode: ::String
|
1161
|
+
SENSITIVE: []
|
1162
|
+
end
|
1163
|
+
|
1164
|
+
class InputDecryptionSettings
|
1165
|
+
attr_accessor decryption_mode: ("AES_CTR" | "AES_CBC" | "AES_GCM")
|
1166
|
+
attr_accessor encrypted_decryption_key: ::String
|
1167
|
+
attr_accessor initialization_vector: ::String
|
1168
|
+
attr_accessor kms_key_region: ::String
|
1169
|
+
SENSITIVE: []
|
1170
|
+
end
|
1171
|
+
|
1172
|
+
class InputTemplate
|
1173
|
+
attr_accessor advanced_input_filter: ("ENABLED" | "DISABLED")
|
1174
|
+
attr_accessor advanced_input_filter_settings: Types::AdvancedInputFilterSettings
|
1175
|
+
attr_accessor audio_selector_groups: ::Hash[::String, Types::AudioSelectorGroup]
|
1176
|
+
attr_accessor audio_selectors: ::Hash[::String, Types::AudioSelector]
|
1177
|
+
attr_accessor caption_selectors: ::Hash[::String, Types::CaptionSelector]
|
1178
|
+
attr_accessor crop: Types::Rectangle
|
1179
|
+
attr_accessor deblock_filter: ("ENABLED" | "DISABLED")
|
1180
|
+
attr_accessor denoise_filter: ("ENABLED" | "DISABLED")
|
1181
|
+
attr_accessor dolby_vision_metadata_xml: ::String
|
1182
|
+
attr_accessor filter_enable: ("AUTO" | "DISABLE" | "FORCE")
|
1183
|
+
attr_accessor filter_strength: ::Integer
|
1184
|
+
attr_accessor image_inserter: Types::ImageInserter
|
1185
|
+
attr_accessor input_clippings: ::Array[Types::InputClipping]
|
1186
|
+
attr_accessor input_scan_type: ("AUTO" | "PSF")
|
1187
|
+
attr_accessor position: Types::Rectangle
|
1188
|
+
attr_accessor program_number: ::Integer
|
1189
|
+
attr_accessor psi_control: ("IGNORE_PSI" | "USE_PSI")
|
1190
|
+
attr_accessor timecode_source: ("EMBEDDED" | "ZEROBASED" | "SPECIFIEDSTART")
|
1191
|
+
attr_accessor timecode_start: ::String
|
1192
|
+
attr_accessor video_overlays: ::Array[Types::VideoOverlay]
|
1193
|
+
attr_accessor video_selector: Types::VideoSelector
|
1194
|
+
SENSITIVE: []
|
1195
|
+
end
|
1196
|
+
|
1197
|
+
class InputVideoGenerator
|
1198
|
+
attr_accessor duration: ::Integer
|
1199
|
+
SENSITIVE: []
|
1200
|
+
end
|
1201
|
+
|
1202
|
+
class InsertableImage
|
1203
|
+
attr_accessor duration: ::Integer
|
1204
|
+
attr_accessor fade_in: ::Integer
|
1205
|
+
attr_accessor fade_out: ::Integer
|
1206
|
+
attr_accessor height: ::Integer
|
1207
|
+
attr_accessor image_inserter_input: ::String
|
1208
|
+
attr_accessor image_x: ::Integer
|
1209
|
+
attr_accessor image_y: ::Integer
|
1210
|
+
attr_accessor layer: ::Integer
|
1211
|
+
attr_accessor opacity: ::Integer
|
1212
|
+
attr_accessor start_time: ::String
|
1213
|
+
attr_accessor width: ::Integer
|
1214
|
+
SENSITIVE: []
|
1215
|
+
end
|
1216
|
+
|
1217
|
+
class InternalServerErrorException
|
1218
|
+
attr_accessor message: ::String
|
1219
|
+
SENSITIVE: []
|
1220
|
+
end
|
1221
|
+
|
1222
|
+
class Job
|
1223
|
+
attr_accessor acceleration_settings: Types::AccelerationSettings
|
1224
|
+
attr_accessor acceleration_status: ("NOT_APPLICABLE" | "IN_PROGRESS" | "ACCELERATED" | "NOT_ACCELERATED")
|
1225
|
+
attr_accessor arn: ::String
|
1226
|
+
attr_accessor billing_tags_source: ("QUEUE" | "PRESET" | "JOB_TEMPLATE" | "JOB")
|
1227
|
+
attr_accessor client_request_token: ::String
|
1228
|
+
attr_accessor created_at: ::Time
|
1229
|
+
attr_accessor current_phase: ("PROBING" | "TRANSCODING" | "UPLOADING")
|
1230
|
+
attr_accessor error_code: ::Integer
|
1231
|
+
attr_accessor error_message: ::String
|
1232
|
+
attr_accessor hop_destinations: ::Array[Types::HopDestination]
|
1233
|
+
attr_accessor id: ::String
|
1234
|
+
attr_accessor job_percent_complete: ::Integer
|
1235
|
+
attr_accessor job_template: ::String
|
1236
|
+
attr_accessor messages: Types::JobMessages
|
1237
|
+
attr_accessor output_group_details: ::Array[Types::OutputGroupDetail]
|
1238
|
+
attr_accessor priority: ::Integer
|
1239
|
+
attr_accessor queue: ::String
|
1240
|
+
attr_accessor queue_transitions: ::Array[Types::QueueTransition]
|
1241
|
+
attr_accessor retry_count: ::Integer
|
1242
|
+
attr_accessor role: ::String
|
1243
|
+
attr_accessor settings: Types::JobSettings
|
1244
|
+
attr_accessor simulate_reserved_queue: ("DISABLED" | "ENABLED")
|
1245
|
+
attr_accessor status: ("SUBMITTED" | "PROGRESSING" | "COMPLETE" | "CANCELED" | "ERROR")
|
1246
|
+
attr_accessor status_update_interval: ("SECONDS_10" | "SECONDS_12" | "SECONDS_15" | "SECONDS_20" | "SECONDS_30" | "SECONDS_60" | "SECONDS_120" | "SECONDS_180" | "SECONDS_240" | "SECONDS_300" | "SECONDS_360" | "SECONDS_420" | "SECONDS_480" | "SECONDS_540" | "SECONDS_600")
|
1247
|
+
attr_accessor timing: Types::Timing
|
1248
|
+
attr_accessor user_metadata: ::Hash[::String, ::String]
|
1249
|
+
attr_accessor warnings: ::Array[Types::WarningGroup]
|
1250
|
+
SENSITIVE: []
|
1251
|
+
end
|
1252
|
+
|
1253
|
+
class JobMessages
|
1254
|
+
attr_accessor info: ::Array[::String]
|
1255
|
+
attr_accessor warning: ::Array[::String]
|
1256
|
+
SENSITIVE: []
|
1257
|
+
end
|
1258
|
+
|
1259
|
+
class JobSettings
|
1260
|
+
attr_accessor ad_avail_offset: ::Integer
|
1261
|
+
attr_accessor avail_blanking: Types::AvailBlanking
|
1262
|
+
attr_accessor color_conversion_3_dlut_settings: ::Array[Types::ColorConversion3DLUTSetting]
|
1263
|
+
attr_accessor esam: Types::EsamSettings
|
1264
|
+
attr_accessor extended_data_services: Types::ExtendedDataServices
|
1265
|
+
attr_accessor follow_source: ::Integer
|
1266
|
+
attr_accessor inputs: ::Array[Types::Input]
|
1267
|
+
attr_accessor kantar_watermark: Types::KantarWatermarkSettings
|
1268
|
+
attr_accessor motion_image_inserter: Types::MotionImageInserter
|
1269
|
+
attr_accessor nielsen_configuration: Types::NielsenConfiguration
|
1270
|
+
attr_accessor nielsen_non_linear_watermark: Types::NielsenNonLinearWatermarkSettings
|
1271
|
+
attr_accessor output_groups: ::Array[Types::OutputGroup]
|
1272
|
+
attr_accessor timecode_config: Types::TimecodeConfig
|
1273
|
+
attr_accessor timed_metadata_insertion: Types::TimedMetadataInsertion
|
1274
|
+
SENSITIVE: []
|
1275
|
+
end
|
1276
|
+
|
1277
|
+
class JobTemplate
|
1278
|
+
attr_accessor acceleration_settings: Types::AccelerationSettings
|
1279
|
+
attr_accessor arn: ::String
|
1280
|
+
attr_accessor category: ::String
|
1281
|
+
attr_accessor created_at: ::Time
|
1282
|
+
attr_accessor description: ::String
|
1283
|
+
attr_accessor hop_destinations: ::Array[Types::HopDestination]
|
1284
|
+
attr_accessor last_updated: ::Time
|
1285
|
+
attr_accessor name: ::String
|
1286
|
+
attr_accessor priority: ::Integer
|
1287
|
+
attr_accessor queue: ::String
|
1288
|
+
attr_accessor settings: Types::JobTemplateSettings
|
1289
|
+
attr_accessor status_update_interval: ("SECONDS_10" | "SECONDS_12" | "SECONDS_15" | "SECONDS_20" | "SECONDS_30" | "SECONDS_60" | "SECONDS_120" | "SECONDS_180" | "SECONDS_240" | "SECONDS_300" | "SECONDS_360" | "SECONDS_420" | "SECONDS_480" | "SECONDS_540" | "SECONDS_600")
|
1290
|
+
attr_accessor type: ("SYSTEM" | "CUSTOM")
|
1291
|
+
SENSITIVE: []
|
1292
|
+
end
|
1293
|
+
|
1294
|
+
class JobTemplateSettings
|
1295
|
+
attr_accessor ad_avail_offset: ::Integer
|
1296
|
+
attr_accessor avail_blanking: Types::AvailBlanking
|
1297
|
+
attr_accessor color_conversion_3_dlut_settings: ::Array[Types::ColorConversion3DLUTSetting]
|
1298
|
+
attr_accessor esam: Types::EsamSettings
|
1299
|
+
attr_accessor extended_data_services: Types::ExtendedDataServices
|
1300
|
+
attr_accessor follow_source: ::Integer
|
1301
|
+
attr_accessor inputs: ::Array[Types::InputTemplate]
|
1302
|
+
attr_accessor kantar_watermark: Types::KantarWatermarkSettings
|
1303
|
+
attr_accessor motion_image_inserter: Types::MotionImageInserter
|
1304
|
+
attr_accessor nielsen_configuration: Types::NielsenConfiguration
|
1305
|
+
attr_accessor nielsen_non_linear_watermark: Types::NielsenNonLinearWatermarkSettings
|
1306
|
+
attr_accessor output_groups: ::Array[Types::OutputGroup]
|
1307
|
+
attr_accessor timecode_config: Types::TimecodeConfig
|
1308
|
+
attr_accessor timed_metadata_insertion: Types::TimedMetadataInsertion
|
1309
|
+
SENSITIVE: []
|
1310
|
+
end
|
1311
|
+
|
1312
|
+
class KantarWatermarkSettings
|
1313
|
+
attr_accessor channel_name: ::String
|
1314
|
+
attr_accessor content_reference: ::String
|
1315
|
+
attr_accessor credentials_secret_name: ::String
|
1316
|
+
attr_accessor file_offset: ::Float
|
1317
|
+
attr_accessor kantar_license_id: ::Integer
|
1318
|
+
attr_accessor kantar_server_url: ::String
|
1319
|
+
attr_accessor log_destination: ::String
|
1320
|
+
attr_accessor metadata_3: ::String
|
1321
|
+
attr_accessor metadata_4: ::String
|
1322
|
+
attr_accessor metadata_5: ::String
|
1323
|
+
attr_accessor metadata_6: ::String
|
1324
|
+
attr_accessor metadata_7: ::String
|
1325
|
+
attr_accessor metadata_8: ::String
|
1326
|
+
SENSITIVE: []
|
1327
|
+
end
|
1328
|
+
|
1329
|
+
class ListJobTemplatesRequest
|
1330
|
+
attr_accessor category: ::String
|
1331
|
+
attr_accessor list_by: ("NAME" | "CREATION_DATE" | "SYSTEM")
|
1332
|
+
attr_accessor max_results: ::Integer
|
1333
|
+
attr_accessor next_token: ::String
|
1334
|
+
attr_accessor order: ("ASCENDING" | "DESCENDING")
|
1335
|
+
SENSITIVE: []
|
1336
|
+
end
|
1337
|
+
|
1338
|
+
class ListJobTemplatesResponse
|
1339
|
+
attr_accessor job_templates: ::Array[Types::JobTemplate]
|
1340
|
+
attr_accessor next_token: ::String
|
1341
|
+
SENSITIVE: []
|
1342
|
+
end
|
1343
|
+
|
1344
|
+
class ListJobsRequest
|
1345
|
+
attr_accessor max_results: ::Integer
|
1346
|
+
attr_accessor next_token: ::String
|
1347
|
+
attr_accessor order: ("ASCENDING" | "DESCENDING")
|
1348
|
+
attr_accessor queue: ::String
|
1349
|
+
attr_accessor status: ("SUBMITTED" | "PROGRESSING" | "COMPLETE" | "CANCELED" | "ERROR")
|
1350
|
+
SENSITIVE: []
|
1351
|
+
end
|
1352
|
+
|
1353
|
+
class ListJobsResponse
|
1354
|
+
attr_accessor jobs: ::Array[Types::Job]
|
1355
|
+
attr_accessor next_token: ::String
|
1356
|
+
SENSITIVE: []
|
1357
|
+
end
|
1358
|
+
|
1359
|
+
class ListPresetsRequest
|
1360
|
+
attr_accessor category: ::String
|
1361
|
+
attr_accessor list_by: ("NAME" | "CREATION_DATE" | "SYSTEM")
|
1362
|
+
attr_accessor max_results: ::Integer
|
1363
|
+
attr_accessor next_token: ::String
|
1364
|
+
attr_accessor order: ("ASCENDING" | "DESCENDING")
|
1365
|
+
SENSITIVE: []
|
1366
|
+
end
|
1367
|
+
|
1368
|
+
class ListPresetsResponse
|
1369
|
+
attr_accessor next_token: ::String
|
1370
|
+
attr_accessor presets: ::Array[Types::Preset]
|
1371
|
+
SENSITIVE: []
|
1372
|
+
end
|
1373
|
+
|
1374
|
+
class ListQueuesRequest
|
1375
|
+
attr_accessor list_by: ("NAME" | "CREATION_DATE")
|
1376
|
+
attr_accessor max_results: ::Integer
|
1377
|
+
attr_accessor next_token: ::String
|
1378
|
+
attr_accessor order: ("ASCENDING" | "DESCENDING")
|
1379
|
+
SENSITIVE: []
|
1380
|
+
end
|
1381
|
+
|
1382
|
+
class ListQueuesResponse
|
1383
|
+
attr_accessor next_token: ::String
|
1384
|
+
attr_accessor queues: ::Array[Types::Queue]
|
1385
|
+
SENSITIVE: []
|
1386
|
+
end
|
1387
|
+
|
1388
|
+
class ListTagsForResourceRequest
|
1389
|
+
attr_accessor arn: ::String
|
1390
|
+
SENSITIVE: []
|
1391
|
+
end
|
1392
|
+
|
1393
|
+
class ListTagsForResourceResponse
|
1394
|
+
attr_accessor resource_tags: Types::ResourceTags
|
1395
|
+
SENSITIVE: []
|
1396
|
+
end
|
1397
|
+
|
1398
|
+
class M2tsScte35Esam
|
1399
|
+
attr_accessor scte_35_esam_pid: ::Integer
|
1400
|
+
SENSITIVE: []
|
1401
|
+
end
|
1402
|
+
|
1403
|
+
class M2tsSettings
|
1404
|
+
attr_accessor audio_buffer_model: ("DVB" | "ATSC")
|
1405
|
+
attr_accessor audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")
|
1406
|
+
attr_accessor audio_frames_per_pes: ::Integer
|
1407
|
+
attr_accessor audio_pids: ::Array[::Integer]
|
1408
|
+
attr_accessor bitrate: ::Integer
|
1409
|
+
attr_accessor buffer_model: ("MULTIPLEX" | "NONE")
|
1410
|
+
attr_accessor data_pts_control: ("AUTO" | "ALIGN_TO_VIDEO")
|
1411
|
+
attr_accessor dvb_nit_settings: Types::DvbNitSettings
|
1412
|
+
attr_accessor dvb_sdt_settings: Types::DvbSdtSettings
|
1413
|
+
attr_accessor dvb_sub_pids: ::Array[::Integer]
|
1414
|
+
attr_accessor dvb_tdt_settings: Types::DvbTdtSettings
|
1415
|
+
attr_accessor dvb_teletext_pid: ::Integer
|
1416
|
+
attr_accessor ebp_audio_interval: ("VIDEO_AND_FIXED_INTERVALS" | "VIDEO_INTERVAL")
|
1417
|
+
attr_accessor ebp_placement: ("VIDEO_AND_AUDIO_PIDS" | "VIDEO_PID")
|
1418
|
+
attr_accessor es_rate_in_pes: ("INCLUDE" | "EXCLUDE")
|
1419
|
+
attr_accessor force_ts_video_ebp_order: ("FORCE" | "DEFAULT")
|
1420
|
+
attr_accessor fragment_time: ::Float
|
1421
|
+
attr_accessor klv_metadata: ("PASSTHROUGH" | "NONE")
|
1422
|
+
attr_accessor max_pcr_interval: ::Integer
|
1423
|
+
attr_accessor min_ebp_interval: ::Integer
|
1424
|
+
attr_accessor nielsen_id_3: ("INSERT" | "NONE")
|
1425
|
+
attr_accessor null_packet_bitrate: ::Float
|
1426
|
+
attr_accessor pat_interval: ::Integer
|
1427
|
+
attr_accessor pcr_control: ("PCR_EVERY_PES_PACKET" | "CONFIGURED_PCR_PERIOD")
|
1428
|
+
attr_accessor pcr_pid: ::Integer
|
1429
|
+
attr_accessor pmt_interval: ::Integer
|
1430
|
+
attr_accessor pmt_pid: ::Integer
|
1431
|
+
attr_accessor private_metadata_pid: ::Integer
|
1432
|
+
attr_accessor program_number: ::Integer
|
1433
|
+
attr_accessor pts_offset: ::Integer
|
1434
|
+
attr_accessor pts_offset_mode: ("AUTO" | "SECONDS")
|
1435
|
+
attr_accessor rate_mode: ("VBR" | "CBR")
|
1436
|
+
attr_accessor scte_35_esam: Types::M2tsScte35Esam
|
1437
|
+
attr_accessor scte_35_pid: ::Integer
|
1438
|
+
attr_accessor scte_35_source: ("PASSTHROUGH" | "NONE")
|
1439
|
+
attr_accessor segmentation_markers: ("NONE" | "RAI_SEGSTART" | "RAI_ADAPT" | "PSI_SEGSTART" | "EBP" | "EBP_LEGACY")
|
1440
|
+
attr_accessor segmentation_style: ("MAINTAIN_CADENCE" | "RESET_CADENCE")
|
1441
|
+
attr_accessor segmentation_time: ::Float
|
1442
|
+
attr_accessor timed_metadata_pid: ::Integer
|
1443
|
+
attr_accessor transport_stream_id: ::Integer
|
1444
|
+
attr_accessor video_pid: ::Integer
|
1445
|
+
SENSITIVE: []
|
1446
|
+
end
|
1447
|
+
|
1448
|
+
class M3u8Settings
|
1449
|
+
attr_accessor audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")
|
1450
|
+
attr_accessor audio_frames_per_pes: ::Integer
|
1451
|
+
attr_accessor audio_pids: ::Array[::Integer]
|
1452
|
+
attr_accessor data_pts_control: ("AUTO" | "ALIGN_TO_VIDEO")
|
1453
|
+
attr_accessor max_pcr_interval: ::Integer
|
1454
|
+
attr_accessor nielsen_id_3: ("INSERT" | "NONE")
|
1455
|
+
attr_accessor pat_interval: ::Integer
|
1456
|
+
attr_accessor pcr_control: ("PCR_EVERY_PES_PACKET" | "CONFIGURED_PCR_PERIOD")
|
1457
|
+
attr_accessor pcr_pid: ::Integer
|
1458
|
+
attr_accessor pmt_interval: ::Integer
|
1459
|
+
attr_accessor pmt_pid: ::Integer
|
1460
|
+
attr_accessor private_metadata_pid: ::Integer
|
1461
|
+
attr_accessor program_number: ::Integer
|
1462
|
+
attr_accessor pts_offset: ::Integer
|
1463
|
+
attr_accessor pts_offset_mode: ("AUTO" | "SECONDS")
|
1464
|
+
attr_accessor scte_35_pid: ::Integer
|
1465
|
+
attr_accessor scte_35_source: ("PASSTHROUGH" | "NONE")
|
1466
|
+
attr_accessor timed_metadata: ("PASSTHROUGH" | "NONE")
|
1467
|
+
attr_accessor timed_metadata_pid: ::Integer
|
1468
|
+
attr_accessor transport_stream_id: ::Integer
|
1469
|
+
attr_accessor video_pid: ::Integer
|
1470
|
+
SENSITIVE: []
|
1471
|
+
end
|
1472
|
+
|
1473
|
+
class MinBottomRenditionSize
|
1474
|
+
attr_accessor height: ::Integer
|
1475
|
+
attr_accessor width: ::Integer
|
1476
|
+
SENSITIVE: []
|
1477
|
+
end
|
1478
|
+
|
1479
|
+
class MinTopRenditionSize
|
1480
|
+
attr_accessor height: ::Integer
|
1481
|
+
attr_accessor width: ::Integer
|
1482
|
+
SENSITIVE: []
|
1483
|
+
end
|
1484
|
+
|
1485
|
+
class MotionImageInserter
|
1486
|
+
attr_accessor framerate: Types::MotionImageInsertionFramerate
|
1487
|
+
attr_accessor input: ::String
|
1488
|
+
attr_accessor insertion_mode: ("MOV" | "PNG")
|
1489
|
+
attr_accessor offset: Types::MotionImageInsertionOffset
|
1490
|
+
attr_accessor playback: ("ONCE" | "REPEAT")
|
1491
|
+
attr_accessor start_time: ::String
|
1492
|
+
SENSITIVE: []
|
1493
|
+
end
|
1494
|
+
|
1495
|
+
class MotionImageInsertionFramerate
|
1496
|
+
attr_accessor framerate_denominator: ::Integer
|
1497
|
+
attr_accessor framerate_numerator: ::Integer
|
1498
|
+
SENSITIVE: []
|
1499
|
+
end
|
1500
|
+
|
1501
|
+
class MotionImageInsertionOffset
|
1502
|
+
attr_accessor image_x: ::Integer
|
1503
|
+
attr_accessor image_y: ::Integer
|
1504
|
+
SENSITIVE: []
|
1505
|
+
end
|
1506
|
+
|
1507
|
+
class MovSettings
|
1508
|
+
attr_accessor clap_atom: ("INCLUDE" | "EXCLUDE")
|
1509
|
+
attr_accessor cslg_atom: ("INCLUDE" | "EXCLUDE")
|
1510
|
+
attr_accessor mpeg_2_four_cc_control: ("XDCAM" | "MPEG")
|
1511
|
+
attr_accessor padding_control: ("OMNEON" | "NONE")
|
1512
|
+
attr_accessor reference: ("SELF_CONTAINED" | "EXTERNAL")
|
1513
|
+
SENSITIVE: []
|
1514
|
+
end
|
1515
|
+
|
1516
|
+
class Mp2Settings
|
1517
|
+
attr_accessor bitrate: ::Integer
|
1518
|
+
attr_accessor channels: ::Integer
|
1519
|
+
attr_accessor sample_rate: ::Integer
|
1520
|
+
SENSITIVE: []
|
1521
|
+
end
|
1522
|
+
|
1523
|
+
class Mp3Settings
|
1524
|
+
attr_accessor bitrate: ::Integer
|
1525
|
+
attr_accessor channels: ::Integer
|
1526
|
+
attr_accessor rate_control_mode: ("CBR" | "VBR")
|
1527
|
+
attr_accessor sample_rate: ::Integer
|
1528
|
+
attr_accessor vbr_quality: ::Integer
|
1529
|
+
SENSITIVE: []
|
1530
|
+
end
|
1531
|
+
|
1532
|
+
class Mp4Settings
|
1533
|
+
attr_accessor audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")
|
1534
|
+
attr_accessor cslg_atom: ("INCLUDE" | "EXCLUDE")
|
1535
|
+
attr_accessor ctts_version: ::Integer
|
1536
|
+
attr_accessor free_space_box: ("INCLUDE" | "EXCLUDE")
|
1537
|
+
attr_accessor moov_placement: ("PROGRESSIVE_DOWNLOAD" | "NORMAL")
|
1538
|
+
attr_accessor mp_4_major_brand: ::String
|
1539
|
+
SENSITIVE: []
|
1540
|
+
end
|
1541
|
+
|
1542
|
+
class MpdSettings
|
1543
|
+
attr_accessor accessibility_caption_hints: ("INCLUDE" | "EXCLUDE")
|
1544
|
+
attr_accessor audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")
|
1545
|
+
attr_accessor caption_container_type: ("RAW" | "FRAGMENTED_MP4")
|
1546
|
+
attr_accessor klv_metadata: ("NONE" | "PASSTHROUGH")
|
1547
|
+
attr_accessor manifest_metadata_signaling: ("ENABLED" | "DISABLED")
|
1548
|
+
attr_accessor scte_35_esam: ("INSERT" | "NONE")
|
1549
|
+
attr_accessor scte_35_source: ("PASSTHROUGH" | "NONE")
|
1550
|
+
attr_accessor timed_metadata: ("PASSTHROUGH" | "NONE")
|
1551
|
+
attr_accessor timed_metadata_box_version: ("VERSION_0" | "VERSION_1")
|
1552
|
+
attr_accessor timed_metadata_scheme_id_uri: ::String
|
1553
|
+
attr_accessor timed_metadata_value: ::String
|
1554
|
+
SENSITIVE: []
|
1555
|
+
end
|
1556
|
+
|
1557
|
+
class Mpeg2Settings
|
1558
|
+
attr_accessor adaptive_quantization: ("OFF" | "LOW" | "MEDIUM" | "HIGH")
|
1559
|
+
attr_accessor bitrate: ::Integer
|
1560
|
+
attr_accessor codec_level: ("AUTO" | "LOW" | "MAIN" | "HIGH1440" | "HIGH")
|
1561
|
+
attr_accessor codec_profile: ("MAIN" | "PROFILE_422")
|
1562
|
+
attr_accessor dynamic_sub_gop: ("ADAPTIVE" | "STATIC")
|
1563
|
+
attr_accessor framerate_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")
|
1564
|
+
attr_accessor framerate_conversion_algorithm: ("DUPLICATE_DROP" | "INTERPOLATE" | "FRAMEFORMER")
|
1565
|
+
attr_accessor framerate_denominator: ::Integer
|
1566
|
+
attr_accessor framerate_numerator: ::Integer
|
1567
|
+
attr_accessor gop_closed_cadence: ::Integer
|
1568
|
+
attr_accessor gop_size: ::Float
|
1569
|
+
attr_accessor gop_size_units: ("FRAMES" | "SECONDS")
|
1570
|
+
attr_accessor hrd_buffer_final_fill_percentage: ::Integer
|
1571
|
+
attr_accessor hrd_buffer_initial_fill_percentage: ::Integer
|
1572
|
+
attr_accessor hrd_buffer_size: ::Integer
|
1573
|
+
attr_accessor interlace_mode: ("PROGRESSIVE" | "TOP_FIELD" | "BOTTOM_FIELD" | "FOLLOW_TOP_FIELD" | "FOLLOW_BOTTOM_FIELD")
|
1574
|
+
attr_accessor intra_dc_precision: ("AUTO" | "INTRA_DC_PRECISION_8" | "INTRA_DC_PRECISION_9" | "INTRA_DC_PRECISION_10" | "INTRA_DC_PRECISION_11")
|
1575
|
+
attr_accessor max_bitrate: ::Integer
|
1576
|
+
attr_accessor min_i_interval: ::Integer
|
1577
|
+
attr_accessor number_b_frames_between_reference_frames: ::Integer
|
1578
|
+
attr_accessor par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")
|
1579
|
+
attr_accessor par_denominator: ::Integer
|
1580
|
+
attr_accessor par_numerator: ::Integer
|
1581
|
+
attr_accessor quality_tuning_level: ("SINGLE_PASS" | "MULTI_PASS")
|
1582
|
+
attr_accessor rate_control_mode: ("VBR" | "CBR")
|
1583
|
+
attr_accessor scan_type_conversion_mode: ("INTERLACED" | "INTERLACED_OPTIMIZE")
|
1584
|
+
attr_accessor scene_change_detect: ("DISABLED" | "ENABLED")
|
1585
|
+
attr_accessor slow_pal: ("DISABLED" | "ENABLED")
|
1586
|
+
attr_accessor softness: ::Integer
|
1587
|
+
attr_accessor spatial_adaptive_quantization: ("DISABLED" | "ENABLED")
|
1588
|
+
attr_accessor syntax: ("DEFAULT" | "D_10")
|
1589
|
+
attr_accessor telecine: ("NONE" | "SOFT" | "HARD")
|
1590
|
+
attr_accessor temporal_adaptive_quantization: ("DISABLED" | "ENABLED")
|
1591
|
+
SENSITIVE: []
|
1592
|
+
end
|
1593
|
+
|
1594
|
+
class MsSmoothAdditionalManifest
|
1595
|
+
attr_accessor manifest_name_modifier: ::String
|
1596
|
+
attr_accessor selected_outputs: ::Array[::String]
|
1597
|
+
SENSITIVE: []
|
1598
|
+
end
|
1599
|
+
|
1600
|
+
class MsSmoothEncryptionSettings
|
1601
|
+
attr_accessor speke_key_provider: Types::SpekeKeyProvider
|
1602
|
+
SENSITIVE: []
|
1603
|
+
end
|
1604
|
+
|
1605
|
+
class MsSmoothGroupSettings
|
1606
|
+
attr_accessor additional_manifests: ::Array[Types::MsSmoothAdditionalManifest]
|
1607
|
+
attr_accessor audio_deduplication: ("COMBINE_DUPLICATE_STREAMS" | "NONE")
|
1608
|
+
attr_accessor destination: ::String
|
1609
|
+
attr_accessor destination_settings: Types::DestinationSettings
|
1610
|
+
attr_accessor encryption: Types::MsSmoothEncryptionSettings
|
1611
|
+
attr_accessor fragment_length: ::Integer
|
1612
|
+
attr_accessor fragment_length_control: ("EXACT" | "GOP_MULTIPLE")
|
1613
|
+
attr_accessor manifest_encoding: ("UTF8" | "UTF16")
|
1614
|
+
SENSITIVE: []
|
1615
|
+
end
|
1616
|
+
|
1617
|
+
class MxfSettings
|
1618
|
+
attr_accessor afd_signaling: ("NO_COPY" | "COPY_FROM_VIDEO")
|
1619
|
+
attr_accessor profile: ("D_10" | "XDCAM" | "OP1A" | "XAVC" | "XDCAM_RDD9")
|
1620
|
+
attr_accessor xavc_profile_settings: Types::MxfXavcProfileSettings
|
1621
|
+
SENSITIVE: []
|
1622
|
+
end
|
1623
|
+
|
1624
|
+
class MxfXavcProfileSettings
|
1625
|
+
attr_accessor duration_mode: ("ALLOW_ANY_DURATION" | "DROP_FRAMES_FOR_COMPLIANCE")
|
1626
|
+
attr_accessor max_anc_data_size: ::Integer
|
1627
|
+
SENSITIVE: []
|
1628
|
+
end
|
1629
|
+
|
1630
|
+
class NexGuardFileMarkerSettings
|
1631
|
+
attr_accessor license: ::String
|
1632
|
+
attr_accessor payload: ::Integer
|
1633
|
+
attr_accessor preset: ::String
|
1634
|
+
attr_accessor strength: ("LIGHTEST" | "LIGHTER" | "DEFAULT" | "STRONGER" | "STRONGEST")
|
1635
|
+
SENSITIVE: []
|
1636
|
+
end
|
1637
|
+
|
1638
|
+
class NielsenConfiguration
|
1639
|
+
attr_accessor breakout_code: ::Integer
|
1640
|
+
attr_accessor distributor_id: ::String
|
1641
|
+
SENSITIVE: []
|
1642
|
+
end
|
1643
|
+
|
1644
|
+
class NielsenNonLinearWatermarkSettings
|
1645
|
+
attr_accessor active_watermark_process: ("NAES2_AND_NW" | "CBET" | "NAES2_AND_NW_AND_CBET")
|
1646
|
+
attr_accessor adi_filename: ::String
|
1647
|
+
attr_accessor asset_id: ::String
|
1648
|
+
attr_accessor asset_name: ::String
|
1649
|
+
attr_accessor cbet_source_id: ::String
|
1650
|
+
attr_accessor episode_id: ::String
|
1651
|
+
attr_accessor metadata_destination: ::String
|
1652
|
+
attr_accessor source_id: ::Integer
|
1653
|
+
attr_accessor source_watermark_status: ("CLEAN" | "WATERMARKED")
|
1654
|
+
attr_accessor tic_server_url: ::String
|
1655
|
+
attr_accessor unique_tic_per_audio_track: ("RESERVE_UNIQUE_TICS_PER_TRACK" | "SAME_TICS_PER_TRACK")
|
1656
|
+
SENSITIVE: []
|
1657
|
+
end
|
1658
|
+
|
1659
|
+
class NoiseReducer
|
1660
|
+
attr_accessor filter: ("BILATERAL" | "MEAN" | "GAUSSIAN" | "LANCZOS" | "SHARPEN" | "CONSERVE" | "SPATIAL" | "TEMPORAL")
|
1661
|
+
attr_accessor filter_settings: Types::NoiseReducerFilterSettings
|
1662
|
+
attr_accessor spatial_filter_settings: Types::NoiseReducerSpatialFilterSettings
|
1663
|
+
attr_accessor temporal_filter_settings: Types::NoiseReducerTemporalFilterSettings
|
1664
|
+
SENSITIVE: []
|
1665
|
+
end
|
1666
|
+
|
1667
|
+
class NoiseReducerFilterSettings
|
1668
|
+
attr_accessor strength: ::Integer
|
1669
|
+
SENSITIVE: []
|
1670
|
+
end
|
1671
|
+
|
1672
|
+
class NoiseReducerSpatialFilterSettings
|
1673
|
+
attr_accessor post_filter_sharpen_strength: ::Integer
|
1674
|
+
attr_accessor speed: ::Integer
|
1675
|
+
attr_accessor strength: ::Integer
|
1676
|
+
SENSITIVE: []
|
1677
|
+
end
|
1678
|
+
|
1679
|
+
class NoiseReducerTemporalFilterSettings
|
1680
|
+
attr_accessor aggressive_mode: ::Integer
|
1681
|
+
attr_accessor post_temporal_sharpening: ("DISABLED" | "ENABLED" | "AUTO")
|
1682
|
+
attr_accessor post_temporal_sharpening_strength: ("LOW" | "MEDIUM" | "HIGH")
|
1683
|
+
attr_accessor speed: ::Integer
|
1684
|
+
attr_accessor strength: ::Integer
|
1685
|
+
SENSITIVE: []
|
1686
|
+
end
|
1687
|
+
|
1688
|
+
class NotFoundException
|
1689
|
+
attr_accessor message: ::String
|
1690
|
+
SENSITIVE: []
|
1691
|
+
end
|
1692
|
+
|
1693
|
+
class OpusSettings
|
1694
|
+
attr_accessor bitrate: ::Integer
|
1695
|
+
attr_accessor channels: ::Integer
|
1696
|
+
attr_accessor sample_rate: ::Integer
|
1697
|
+
SENSITIVE: []
|
1698
|
+
end
|
1699
|
+
|
1700
|
+
class Output
|
1701
|
+
attr_accessor audio_descriptions: ::Array[Types::AudioDescription]
|
1702
|
+
attr_accessor caption_descriptions: ::Array[Types::CaptionDescription]
|
1703
|
+
attr_accessor container_settings: Types::ContainerSettings
|
1704
|
+
attr_accessor extension: ::String
|
1705
|
+
attr_accessor name_modifier: ::String
|
1706
|
+
attr_accessor output_settings: Types::OutputSettings
|
1707
|
+
attr_accessor preset: ::String
|
1708
|
+
attr_accessor video_description: Types::VideoDescription
|
1709
|
+
SENSITIVE: []
|
1710
|
+
end
|
1711
|
+
|
1712
|
+
class OutputChannelMapping
|
1713
|
+
attr_accessor input_channels: ::Array[::Integer]
|
1714
|
+
attr_accessor input_channels_fine_tune: ::Array[::Float]
|
1715
|
+
SENSITIVE: []
|
1716
|
+
end
|
1717
|
+
|
1718
|
+
class OutputDetail
|
1719
|
+
attr_accessor duration_in_ms: ::Integer
|
1720
|
+
attr_accessor video_details: Types::VideoDetail
|
1721
|
+
SENSITIVE: []
|
1722
|
+
end
|
1723
|
+
|
1724
|
+
class OutputGroup
|
1725
|
+
attr_accessor automated_encoding_settings: Types::AutomatedEncodingSettings
|
1726
|
+
attr_accessor custom_name: ::String
|
1727
|
+
attr_accessor name: ::String
|
1728
|
+
attr_accessor output_group_settings: Types::OutputGroupSettings
|
1729
|
+
attr_accessor outputs: ::Array[Types::Output]
|
1730
|
+
SENSITIVE: []
|
1731
|
+
end
|
1732
|
+
|
1733
|
+
class OutputGroupDetail
|
1734
|
+
attr_accessor output_details: ::Array[Types::OutputDetail]
|
1735
|
+
SENSITIVE: []
|
1736
|
+
end
|
1737
|
+
|
1738
|
+
class OutputGroupSettings
|
1739
|
+
attr_accessor cmaf_group_settings: Types::CmafGroupSettings
|
1740
|
+
attr_accessor dash_iso_group_settings: Types::DashIsoGroupSettings
|
1741
|
+
attr_accessor file_group_settings: Types::FileGroupSettings
|
1742
|
+
attr_accessor hls_group_settings: Types::HlsGroupSettings
|
1743
|
+
attr_accessor ms_smooth_group_settings: Types::MsSmoothGroupSettings
|
1744
|
+
attr_accessor type: ("HLS_GROUP_SETTINGS" | "DASH_ISO_GROUP_SETTINGS" | "FILE_GROUP_SETTINGS" | "MS_SMOOTH_GROUP_SETTINGS" | "CMAF_GROUP_SETTINGS")
|
1745
|
+
SENSITIVE: []
|
1746
|
+
end
|
1747
|
+
|
1748
|
+
class OutputSettings
|
1749
|
+
attr_accessor hls_settings: Types::HlsSettings
|
1750
|
+
SENSITIVE: []
|
1751
|
+
end
|
1752
|
+
|
1753
|
+
class PartnerWatermarking
|
1754
|
+
attr_accessor nexguard_file_marker_settings: Types::NexGuardFileMarkerSettings
|
1755
|
+
SENSITIVE: []
|
1756
|
+
end
|
1757
|
+
|
1758
|
+
class Policy
|
1759
|
+
attr_accessor http_inputs: ("ALLOWED" | "DISALLOWED")
|
1760
|
+
attr_accessor https_inputs: ("ALLOWED" | "DISALLOWED")
|
1761
|
+
attr_accessor s3_inputs: ("ALLOWED" | "DISALLOWED")
|
1762
|
+
SENSITIVE: []
|
1763
|
+
end
|
1764
|
+
|
1765
|
+
class Preset
|
1766
|
+
attr_accessor arn: ::String
|
1767
|
+
attr_accessor category: ::String
|
1768
|
+
attr_accessor created_at: ::Time
|
1769
|
+
attr_accessor description: ::String
|
1770
|
+
attr_accessor last_updated: ::Time
|
1771
|
+
attr_accessor name: ::String
|
1772
|
+
attr_accessor settings: Types::PresetSettings
|
1773
|
+
attr_accessor type: ("SYSTEM" | "CUSTOM")
|
1774
|
+
SENSITIVE: []
|
1775
|
+
end
|
1776
|
+
|
1777
|
+
class PresetSettings
|
1778
|
+
attr_accessor audio_descriptions: ::Array[Types::AudioDescription]
|
1779
|
+
attr_accessor caption_descriptions: ::Array[Types::CaptionDescriptionPreset]
|
1780
|
+
attr_accessor container_settings: Types::ContainerSettings
|
1781
|
+
attr_accessor video_description: Types::VideoDescription
|
1782
|
+
SENSITIVE: []
|
1783
|
+
end
|
1784
|
+
|
1785
|
+
class ProresSettings
|
1786
|
+
attr_accessor chroma_sampling: ("PRESERVE_444_SAMPLING" | "SUBSAMPLE_TO_422")
|
1787
|
+
attr_accessor codec_profile: ("APPLE_PRORES_422" | "APPLE_PRORES_422_HQ" | "APPLE_PRORES_422_LT" | "APPLE_PRORES_422_PROXY" | "APPLE_PRORES_4444" | "APPLE_PRORES_4444_XQ")
|
1788
|
+
attr_accessor framerate_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")
|
1789
|
+
attr_accessor framerate_conversion_algorithm: ("DUPLICATE_DROP" | "INTERPOLATE" | "FRAMEFORMER")
|
1790
|
+
attr_accessor framerate_denominator: ::Integer
|
1791
|
+
attr_accessor framerate_numerator: ::Integer
|
1792
|
+
attr_accessor interlace_mode: ("PROGRESSIVE" | "TOP_FIELD" | "BOTTOM_FIELD" | "FOLLOW_TOP_FIELD" | "FOLLOW_BOTTOM_FIELD")
|
1793
|
+
attr_accessor par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")
|
1794
|
+
attr_accessor par_denominator: ::Integer
|
1795
|
+
attr_accessor par_numerator: ::Integer
|
1796
|
+
attr_accessor scan_type_conversion_mode: ("INTERLACED" | "INTERLACED_OPTIMIZE")
|
1797
|
+
attr_accessor slow_pal: ("DISABLED" | "ENABLED")
|
1798
|
+
attr_accessor telecine: ("NONE" | "HARD")
|
1799
|
+
SENSITIVE: []
|
1800
|
+
end
|
1801
|
+
|
1802
|
+
class PutPolicyRequest
|
1803
|
+
attr_accessor policy: Types::Policy
|
1804
|
+
SENSITIVE: []
|
1805
|
+
end
|
1806
|
+
|
1807
|
+
class PutPolicyResponse
|
1808
|
+
attr_accessor policy: Types::Policy
|
1809
|
+
SENSITIVE: []
|
1810
|
+
end
|
1811
|
+
|
1812
|
+
class Queue
|
1813
|
+
attr_accessor arn: ::String
|
1814
|
+
attr_accessor created_at: ::Time
|
1815
|
+
attr_accessor description: ::String
|
1816
|
+
attr_accessor last_updated: ::Time
|
1817
|
+
attr_accessor name: ::String
|
1818
|
+
attr_accessor pricing_plan: ("ON_DEMAND" | "RESERVED")
|
1819
|
+
attr_accessor progressing_jobs_count: ::Integer
|
1820
|
+
attr_accessor reservation_plan: Types::ReservationPlan
|
1821
|
+
attr_accessor status: ("ACTIVE" | "PAUSED")
|
1822
|
+
attr_accessor submitted_jobs_count: ::Integer
|
1823
|
+
attr_accessor type: ("SYSTEM" | "CUSTOM")
|
1824
|
+
SENSITIVE: []
|
1825
|
+
end
|
1826
|
+
|
1827
|
+
class QueueTransition
|
1828
|
+
attr_accessor destination_queue: ::String
|
1829
|
+
attr_accessor source_queue: ::String
|
1830
|
+
attr_accessor timestamp: ::Time
|
1831
|
+
SENSITIVE: []
|
1832
|
+
end
|
1833
|
+
|
1834
|
+
class Rectangle
|
1835
|
+
attr_accessor height: ::Integer
|
1836
|
+
attr_accessor width: ::Integer
|
1837
|
+
attr_accessor x: ::Integer
|
1838
|
+
attr_accessor y: ::Integer
|
1839
|
+
SENSITIVE: []
|
1840
|
+
end
|
1841
|
+
|
1842
|
+
class RemixSettings
|
1843
|
+
attr_accessor channel_mapping: Types::ChannelMapping
|
1844
|
+
attr_accessor channels_in: ::Integer
|
1845
|
+
attr_accessor channels_out: ::Integer
|
1846
|
+
SENSITIVE: []
|
1847
|
+
end
|
1848
|
+
|
1849
|
+
class ReservationPlan
|
1850
|
+
attr_accessor commitment: ("ONE_YEAR")
|
1851
|
+
attr_accessor expires_at: ::Time
|
1852
|
+
attr_accessor purchased_at: ::Time
|
1853
|
+
attr_accessor renewal_type: ("AUTO_RENEW" | "EXPIRE")
|
1854
|
+
attr_accessor reserved_slots: ::Integer
|
1855
|
+
attr_accessor status: ("ACTIVE" | "EXPIRED")
|
1856
|
+
SENSITIVE: []
|
1857
|
+
end
|
1858
|
+
|
1859
|
+
class ReservationPlanSettings
|
1860
|
+
attr_accessor commitment: ("ONE_YEAR")
|
1861
|
+
attr_accessor renewal_type: ("AUTO_RENEW" | "EXPIRE")
|
1862
|
+
attr_accessor reserved_slots: ::Integer
|
1863
|
+
SENSITIVE: []
|
1864
|
+
end
|
1865
|
+
|
1866
|
+
class ResourceTags
|
1867
|
+
attr_accessor arn: ::String
|
1868
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
1869
|
+
SENSITIVE: []
|
1870
|
+
end
|
1871
|
+
|
1872
|
+
class S3DestinationAccessControl
|
1873
|
+
attr_accessor canned_acl: ("PUBLIC_READ" | "AUTHENTICATED_READ" | "BUCKET_OWNER_READ" | "BUCKET_OWNER_FULL_CONTROL")
|
1874
|
+
SENSITIVE: []
|
1875
|
+
end
|
1876
|
+
|
1877
|
+
class S3DestinationSettings
|
1878
|
+
attr_accessor access_control: Types::S3DestinationAccessControl
|
1879
|
+
attr_accessor encryption: Types::S3EncryptionSettings
|
1880
|
+
attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE")
|
1881
|
+
SENSITIVE: []
|
1882
|
+
end
|
1883
|
+
|
1884
|
+
class S3EncryptionSettings
|
1885
|
+
attr_accessor encryption_type: ("SERVER_SIDE_ENCRYPTION_S3" | "SERVER_SIDE_ENCRYPTION_KMS")
|
1886
|
+
attr_accessor kms_encryption_context: ::String
|
1887
|
+
attr_accessor kms_key_arn: ::String
|
1888
|
+
SENSITIVE: []
|
1889
|
+
end
|
1890
|
+
|
1891
|
+
class SccDestinationSettings
|
1892
|
+
attr_accessor framerate: ("FRAMERATE_23_97" | "FRAMERATE_24" | "FRAMERATE_25" | "FRAMERATE_29_97_DROPFRAME" | "FRAMERATE_29_97_NON_DROPFRAME")
|
1893
|
+
SENSITIVE: []
|
1894
|
+
end
|
1895
|
+
|
1896
|
+
class SpekeKeyProvider
|
1897
|
+
attr_accessor certificate_arn: ::String
|
1898
|
+
attr_accessor resource_id: ::String
|
1899
|
+
attr_accessor system_ids: ::Array[::String]
|
1900
|
+
attr_accessor url: ::String
|
1901
|
+
SENSITIVE: []
|
1902
|
+
end
|
1903
|
+
|
1904
|
+
class SpekeKeyProviderCmaf
|
1905
|
+
attr_accessor certificate_arn: ::String
|
1906
|
+
attr_accessor dash_signaled_system_ids: ::Array[::String]
|
1907
|
+
attr_accessor hls_signaled_system_ids: ::Array[::String]
|
1908
|
+
attr_accessor resource_id: ::String
|
1909
|
+
attr_accessor url: ::String
|
1910
|
+
SENSITIVE: []
|
1911
|
+
end
|
1912
|
+
|
1913
|
+
class SrtDestinationSettings
|
1914
|
+
attr_accessor style_passthrough: ("ENABLED" | "DISABLED")
|
1915
|
+
SENSITIVE: []
|
1916
|
+
end
|
1917
|
+
|
1918
|
+
class StaticKeyProvider
|
1919
|
+
attr_accessor key_format: ::String
|
1920
|
+
attr_accessor key_format_versions: ::String
|
1921
|
+
attr_accessor static_key_value: ::String
|
1922
|
+
attr_accessor url: ::String
|
1923
|
+
SENSITIVE: []
|
1924
|
+
end
|
1925
|
+
|
1926
|
+
class TagResourceRequest
|
1927
|
+
attr_accessor arn: ::String
|
1928
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
1929
|
+
SENSITIVE: []
|
1930
|
+
end
|
1931
|
+
|
1932
|
+
class TagResourceResponse < Aws::EmptyStructure
|
1933
|
+
end
|
1934
|
+
|
1935
|
+
class TeletextDestinationSettings
|
1936
|
+
attr_accessor page_number: ::String
|
1937
|
+
attr_accessor page_types: ::Array[("PAGE_TYPE_INITIAL" | "PAGE_TYPE_SUBTITLE" | "PAGE_TYPE_ADDL_INFO" | "PAGE_TYPE_PROGRAM_SCHEDULE" | "PAGE_TYPE_HEARING_IMPAIRED_SUBTITLE")]
|
1938
|
+
SENSITIVE: []
|
1939
|
+
end
|
1940
|
+
|
1941
|
+
class TeletextSourceSettings
|
1942
|
+
attr_accessor page_number: ::String
|
1943
|
+
SENSITIVE: []
|
1944
|
+
end
|
1945
|
+
|
1946
|
+
class TimecodeBurnin
|
1947
|
+
attr_accessor font_size: ::Integer
|
1948
|
+
attr_accessor position: ("TOP_CENTER" | "TOP_LEFT" | "TOP_RIGHT" | "MIDDLE_LEFT" | "MIDDLE_CENTER" | "MIDDLE_RIGHT" | "BOTTOM_LEFT" | "BOTTOM_CENTER" | "BOTTOM_RIGHT")
|
1949
|
+
attr_accessor prefix: ::String
|
1950
|
+
SENSITIVE: []
|
1951
|
+
end
|
1952
|
+
|
1953
|
+
class TimecodeConfig
|
1954
|
+
attr_accessor anchor: ::String
|
1955
|
+
attr_accessor source: ("EMBEDDED" | "ZEROBASED" | "SPECIFIEDSTART")
|
1956
|
+
attr_accessor start: ::String
|
1957
|
+
attr_accessor timestamp_offset: ::String
|
1958
|
+
SENSITIVE: []
|
1959
|
+
end
|
1960
|
+
|
1961
|
+
class TimedMetadataInsertion
|
1962
|
+
attr_accessor id_3_insertions: ::Array[Types::Id3Insertion]
|
1963
|
+
SENSITIVE: []
|
1964
|
+
end
|
1965
|
+
|
1966
|
+
class Timing
|
1967
|
+
attr_accessor finish_time: ::Time
|
1968
|
+
attr_accessor start_time: ::Time
|
1969
|
+
attr_accessor submit_time: ::Time
|
1970
|
+
SENSITIVE: []
|
1971
|
+
end
|
1972
|
+
|
1973
|
+
class TooManyRequestsException
|
1974
|
+
attr_accessor message: ::String
|
1975
|
+
SENSITIVE: []
|
1976
|
+
end
|
1977
|
+
|
1978
|
+
class TrackSourceSettings
|
1979
|
+
attr_accessor track_number: ::Integer
|
1980
|
+
SENSITIVE: []
|
1981
|
+
end
|
1982
|
+
|
1983
|
+
class TtmlDestinationSettings
|
1984
|
+
attr_accessor style_passthrough: ("ENABLED" | "DISABLED")
|
1985
|
+
SENSITIVE: []
|
1986
|
+
end
|
1987
|
+
|
1988
|
+
class UncompressedSettings
|
1989
|
+
attr_accessor fourcc: ("I420" | "I422" | "I444")
|
1990
|
+
attr_accessor framerate_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")
|
1991
|
+
attr_accessor framerate_conversion_algorithm: ("DUPLICATE_DROP" | "INTERPOLATE" | "FRAMEFORMER")
|
1992
|
+
attr_accessor framerate_denominator: ::Integer
|
1993
|
+
attr_accessor framerate_numerator: ::Integer
|
1994
|
+
attr_accessor interlace_mode: ("INTERLACED" | "PROGRESSIVE")
|
1995
|
+
attr_accessor scan_type_conversion_mode: ("INTERLACED" | "INTERLACED_OPTIMIZE")
|
1996
|
+
attr_accessor slow_pal: ("DISABLED" | "ENABLED")
|
1997
|
+
attr_accessor telecine: ("NONE" | "HARD")
|
1998
|
+
SENSITIVE: []
|
1999
|
+
end
|
2000
|
+
|
2001
|
+
class UntagResourceRequest
|
2002
|
+
attr_accessor arn: ::String
|
2003
|
+
attr_accessor tag_keys: ::Array[::String]
|
2004
|
+
SENSITIVE: []
|
2005
|
+
end
|
2006
|
+
|
2007
|
+
class UntagResourceResponse < Aws::EmptyStructure
|
2008
|
+
end
|
2009
|
+
|
2010
|
+
class UpdateJobTemplateRequest
|
2011
|
+
attr_accessor acceleration_settings: Types::AccelerationSettings
|
2012
|
+
attr_accessor category: ::String
|
2013
|
+
attr_accessor description: ::String
|
2014
|
+
attr_accessor hop_destinations: ::Array[Types::HopDestination]
|
2015
|
+
attr_accessor name: ::String
|
2016
|
+
attr_accessor priority: ::Integer
|
2017
|
+
attr_accessor queue: ::String
|
2018
|
+
attr_accessor settings: Types::JobTemplateSettings
|
2019
|
+
attr_accessor status_update_interval: ("SECONDS_10" | "SECONDS_12" | "SECONDS_15" | "SECONDS_20" | "SECONDS_30" | "SECONDS_60" | "SECONDS_120" | "SECONDS_180" | "SECONDS_240" | "SECONDS_300" | "SECONDS_360" | "SECONDS_420" | "SECONDS_480" | "SECONDS_540" | "SECONDS_600")
|
2020
|
+
SENSITIVE: []
|
2021
|
+
end
|
2022
|
+
|
2023
|
+
class UpdateJobTemplateResponse
|
2024
|
+
attr_accessor job_template: Types::JobTemplate
|
2025
|
+
SENSITIVE: []
|
2026
|
+
end
|
2027
|
+
|
2028
|
+
class UpdatePresetRequest
|
2029
|
+
attr_accessor category: ::String
|
2030
|
+
attr_accessor description: ::String
|
2031
|
+
attr_accessor name: ::String
|
2032
|
+
attr_accessor settings: Types::PresetSettings
|
2033
|
+
SENSITIVE: []
|
2034
|
+
end
|
2035
|
+
|
2036
|
+
class UpdatePresetResponse
|
2037
|
+
attr_accessor preset: Types::Preset
|
2038
|
+
SENSITIVE: []
|
2039
|
+
end
|
2040
|
+
|
2041
|
+
class UpdateQueueRequest
|
2042
|
+
attr_accessor description: ::String
|
2043
|
+
attr_accessor name: ::String
|
2044
|
+
attr_accessor reservation_plan_settings: Types::ReservationPlanSettings
|
2045
|
+
attr_accessor status: ("ACTIVE" | "PAUSED")
|
2046
|
+
SENSITIVE: []
|
2047
|
+
end
|
2048
|
+
|
2049
|
+
class UpdateQueueResponse
|
2050
|
+
attr_accessor queue: Types::Queue
|
2051
|
+
SENSITIVE: []
|
2052
|
+
end
|
2053
|
+
|
2054
|
+
class Vc3Settings
|
2055
|
+
attr_accessor framerate_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")
|
2056
|
+
attr_accessor framerate_conversion_algorithm: ("DUPLICATE_DROP" | "INTERPOLATE" | "FRAMEFORMER")
|
2057
|
+
attr_accessor framerate_denominator: ::Integer
|
2058
|
+
attr_accessor framerate_numerator: ::Integer
|
2059
|
+
attr_accessor interlace_mode: ("INTERLACED" | "PROGRESSIVE")
|
2060
|
+
attr_accessor scan_type_conversion_mode: ("INTERLACED" | "INTERLACED_OPTIMIZE")
|
2061
|
+
attr_accessor slow_pal: ("DISABLED" | "ENABLED")
|
2062
|
+
attr_accessor telecine: ("NONE" | "HARD")
|
2063
|
+
attr_accessor vc_3_class: ("CLASS_145_8BIT" | "CLASS_220_8BIT" | "CLASS_220_10BIT")
|
2064
|
+
SENSITIVE: []
|
2065
|
+
end
|
2066
|
+
|
2067
|
+
class VideoCodecSettings
|
2068
|
+
attr_accessor av_1_settings: Types::Av1Settings
|
2069
|
+
attr_accessor avc_intra_settings: Types::AvcIntraSettings
|
2070
|
+
attr_accessor codec: ("AV1" | "AVC_INTRA" | "FRAME_CAPTURE" | "H_264" | "H_265" | "MPEG2" | "PASSTHROUGH" | "PRORES" | "UNCOMPRESSED" | "VC3" | "VP8" | "VP9" | "XAVC")
|
2071
|
+
attr_accessor frame_capture_settings: Types::FrameCaptureSettings
|
2072
|
+
attr_accessor h264_settings: Types::H264Settings
|
2073
|
+
attr_accessor h265_settings: Types::H265Settings
|
2074
|
+
attr_accessor mpeg_2_settings: Types::Mpeg2Settings
|
2075
|
+
attr_accessor prores_settings: Types::ProresSettings
|
2076
|
+
attr_accessor uncompressed_settings: Types::UncompressedSettings
|
2077
|
+
attr_accessor vc_3_settings: Types::Vc3Settings
|
2078
|
+
attr_accessor vp_8_settings: Types::Vp8Settings
|
2079
|
+
attr_accessor vp_9_settings: Types::Vp9Settings
|
2080
|
+
attr_accessor xavc_settings: Types::XavcSettings
|
2081
|
+
SENSITIVE: []
|
2082
|
+
end
|
2083
|
+
|
2084
|
+
class VideoDescription
|
2085
|
+
attr_accessor afd_signaling: ("NONE" | "AUTO" | "FIXED")
|
2086
|
+
attr_accessor anti_alias: ("DISABLED" | "ENABLED")
|
2087
|
+
attr_accessor codec_settings: Types::VideoCodecSettings
|
2088
|
+
attr_accessor color_metadata: ("IGNORE" | "INSERT")
|
2089
|
+
attr_accessor crop: Types::Rectangle
|
2090
|
+
attr_accessor drop_frame_timecode: ("DISABLED" | "ENABLED")
|
2091
|
+
attr_accessor fixed_afd: ::Integer
|
2092
|
+
attr_accessor height: ::Integer
|
2093
|
+
attr_accessor position: Types::Rectangle
|
2094
|
+
attr_accessor respond_to_afd: ("NONE" | "RESPOND" | "PASSTHROUGH")
|
2095
|
+
attr_accessor scaling_behavior: ("DEFAULT" | "STRETCH_TO_OUTPUT" | "FIT" | "FIT_NO_UPSCALE" | "FILL")
|
2096
|
+
attr_accessor sharpness: ::Integer
|
2097
|
+
attr_accessor timecode_insertion: ("DISABLED" | "PIC_TIMING_SEI")
|
2098
|
+
attr_accessor video_preprocessors: Types::VideoPreprocessor
|
2099
|
+
attr_accessor width: ::Integer
|
2100
|
+
SENSITIVE: []
|
2101
|
+
end
|
2102
|
+
|
2103
|
+
class VideoDetail
|
2104
|
+
attr_accessor height_in_px: ::Integer
|
2105
|
+
attr_accessor width_in_px: ::Integer
|
2106
|
+
SENSITIVE: []
|
2107
|
+
end
|
2108
|
+
|
2109
|
+
class VideoOverlay
|
2110
|
+
attr_accessor end_timecode: ::String
|
2111
|
+
attr_accessor input: Types::VideoOverlayInput
|
2112
|
+
attr_accessor start_timecode: ::String
|
2113
|
+
SENSITIVE: []
|
2114
|
+
end
|
2115
|
+
|
2116
|
+
class VideoOverlayInput
|
2117
|
+
attr_accessor file_input: ::String
|
2118
|
+
attr_accessor input_clippings: ::Array[Types::VideoOverlayInputClipping]
|
2119
|
+
attr_accessor timecode_source: ("EMBEDDED" | "ZEROBASED" | "SPECIFIEDSTART")
|
2120
|
+
attr_accessor timecode_start: ::String
|
2121
|
+
SENSITIVE: []
|
2122
|
+
end
|
2123
|
+
|
2124
|
+
class VideoOverlayInputClipping
|
2125
|
+
attr_accessor end_timecode: ::String
|
2126
|
+
attr_accessor start_timecode: ::String
|
2127
|
+
SENSITIVE: []
|
2128
|
+
end
|
2129
|
+
|
2130
|
+
class VideoPreprocessor
|
2131
|
+
attr_accessor color_corrector: Types::ColorCorrector
|
2132
|
+
attr_accessor deinterlacer: Types::Deinterlacer
|
2133
|
+
attr_accessor dolby_vision: Types::DolbyVision
|
2134
|
+
attr_accessor hdr_10_plus: Types::Hdr10Plus
|
2135
|
+
attr_accessor image_inserter: Types::ImageInserter
|
2136
|
+
attr_accessor noise_reducer: Types::NoiseReducer
|
2137
|
+
attr_accessor partner_watermarking: Types::PartnerWatermarking
|
2138
|
+
attr_accessor timecode_burnin: Types::TimecodeBurnin
|
2139
|
+
SENSITIVE: []
|
2140
|
+
end
|
2141
|
+
|
2142
|
+
class VideoSelector
|
2143
|
+
attr_accessor alpha_behavior: ("DISCARD" | "REMAP_TO_LUMA")
|
2144
|
+
attr_accessor color_space: ("FOLLOW" | "REC_601" | "REC_709" | "HDR10" | "HLG_2020" | "P3DCI" | "P3D65_SDR" | "P3D65_HDR")
|
2145
|
+
attr_accessor color_space_usage: ("FORCE" | "FALLBACK")
|
2146
|
+
attr_accessor embedded_timecode_override: ("NONE" | "USE_MDPM")
|
2147
|
+
attr_accessor hdr_10_metadata: Types::Hdr10Metadata
|
2148
|
+
attr_accessor max_luminance: ::Integer
|
2149
|
+
attr_accessor pad_video: ("DISABLED" | "BLACK")
|
2150
|
+
attr_accessor pid: ::Integer
|
2151
|
+
attr_accessor program_number: ::Integer
|
2152
|
+
attr_accessor rotate: ("DEGREE_0" | "DEGREES_90" | "DEGREES_180" | "DEGREES_270" | "AUTO")
|
2153
|
+
attr_accessor sample_range: ("FOLLOW" | "FULL_RANGE" | "LIMITED_RANGE")
|
2154
|
+
SENSITIVE: []
|
2155
|
+
end
|
2156
|
+
|
2157
|
+
class VorbisSettings
|
2158
|
+
attr_accessor channels: ::Integer
|
2159
|
+
attr_accessor sample_rate: ::Integer
|
2160
|
+
attr_accessor vbr_quality: ::Integer
|
2161
|
+
SENSITIVE: []
|
2162
|
+
end
|
2163
|
+
|
2164
|
+
class Vp8Settings
|
2165
|
+
attr_accessor bitrate: ::Integer
|
2166
|
+
attr_accessor framerate_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")
|
2167
|
+
attr_accessor framerate_conversion_algorithm: ("DUPLICATE_DROP" | "INTERPOLATE" | "FRAMEFORMER")
|
2168
|
+
attr_accessor framerate_denominator: ::Integer
|
2169
|
+
attr_accessor framerate_numerator: ::Integer
|
2170
|
+
attr_accessor gop_size: ::Float
|
2171
|
+
attr_accessor hrd_buffer_size: ::Integer
|
2172
|
+
attr_accessor max_bitrate: ::Integer
|
2173
|
+
attr_accessor par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")
|
2174
|
+
attr_accessor par_denominator: ::Integer
|
2175
|
+
attr_accessor par_numerator: ::Integer
|
2176
|
+
attr_accessor quality_tuning_level: ("MULTI_PASS" | "MULTI_PASS_HQ")
|
2177
|
+
attr_accessor rate_control_mode: ("VBR")
|
2178
|
+
SENSITIVE: []
|
2179
|
+
end
|
2180
|
+
|
2181
|
+
class Vp9Settings
|
2182
|
+
attr_accessor bitrate: ::Integer
|
2183
|
+
attr_accessor framerate_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")
|
2184
|
+
attr_accessor framerate_conversion_algorithm: ("DUPLICATE_DROP" | "INTERPOLATE" | "FRAMEFORMER")
|
2185
|
+
attr_accessor framerate_denominator: ::Integer
|
2186
|
+
attr_accessor framerate_numerator: ::Integer
|
2187
|
+
attr_accessor gop_size: ::Float
|
2188
|
+
attr_accessor hrd_buffer_size: ::Integer
|
2189
|
+
attr_accessor max_bitrate: ::Integer
|
2190
|
+
attr_accessor par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")
|
2191
|
+
attr_accessor par_denominator: ::Integer
|
2192
|
+
attr_accessor par_numerator: ::Integer
|
2193
|
+
attr_accessor quality_tuning_level: ("MULTI_PASS" | "MULTI_PASS_HQ")
|
2194
|
+
attr_accessor rate_control_mode: ("VBR")
|
2195
|
+
SENSITIVE: []
|
2196
|
+
end
|
2197
|
+
|
2198
|
+
class WarningGroup
|
2199
|
+
attr_accessor code: ::Integer
|
2200
|
+
attr_accessor count: ::Integer
|
2201
|
+
SENSITIVE: []
|
2202
|
+
end
|
2203
|
+
|
2204
|
+
class WavSettings
|
2205
|
+
attr_accessor bit_depth: ::Integer
|
2206
|
+
attr_accessor channels: ::Integer
|
2207
|
+
attr_accessor format: ("RIFF" | "RF64")
|
2208
|
+
attr_accessor sample_rate: ::Integer
|
2209
|
+
SENSITIVE: []
|
2210
|
+
end
|
2211
|
+
|
2212
|
+
class WebvttDestinationSettings
|
2213
|
+
attr_accessor accessibility: ("DISABLED" | "ENABLED")
|
2214
|
+
attr_accessor style_passthrough: ("ENABLED" | "DISABLED" | "STRICT")
|
2215
|
+
SENSITIVE: []
|
2216
|
+
end
|
2217
|
+
|
2218
|
+
class WebvttHlsSourceSettings
|
2219
|
+
attr_accessor rendition_group_id: ::String
|
2220
|
+
attr_accessor rendition_language_code: ("ENG" | "SPA" | "FRA" | "DEU" | "GER" | "ZHO" | "ARA" | "HIN" | "JPN" | "RUS" | "POR" | "ITA" | "URD" | "VIE" | "KOR" | "PAN" | "ABK" | "AAR" | "AFR" | "AKA" | "SQI" | "AMH" | "ARG" | "HYE" | "ASM" | "AVA" | "AVE" | "AYM" | "AZE" | "BAM" | "BAK" | "EUS" | "BEL" | "BEN" | "BIH" | "BIS" | "BOS" | "BRE" | "BUL" | "MYA" | "CAT" | "KHM" | "CHA" | "CHE" | "NYA" | "CHU" | "CHV" | "COR" | "COS" | "CRE" | "HRV" | "CES" | "DAN" | "DIV" | "NLD" | "DZO" | "ENM" | "EPO" | "EST" | "EWE" | "FAO" | "FIJ" | "FIN" | "FRM" | "FUL" | "GLA" | "GLG" | "LUG" | "KAT" | "ELL" | "GRN" | "GUJ" | "HAT" | "HAU" | "HEB" | "HER" | "HMO" | "HUN" | "ISL" | "IDO" | "IBO" | "IND" | "INA" | "ILE" | "IKU" | "IPK" | "GLE" | "JAV" | "KAL" | "KAN" | "KAU" | "KAS" | "KAZ" | "KIK" | "KIN" | "KIR" | "KOM" | "KON" | "KUA" | "KUR" | "LAO" | "LAT" | "LAV" | "LIM" | "LIN" | "LIT" | "LUB" | "LTZ" | "MKD" | "MLG" | "MSA" | "MAL" | "MLT" | "GLV" | "MRI" | "MAR" | "MAH" | "MON" | "NAU" | "NAV" | "NDE" | "NBL" | "NDO" | "NEP" | "SME" | "NOR" | "NOB" | "NNO" | "OCI" | "OJI" | "ORI" | "ORM" | "OSS" | "PLI" | "FAS" | "POL" | "PUS" | "QUE" | "QAA" | "RON" | "ROH" | "RUN" | "SMO" | "SAG" | "SAN" | "SRD" | "SRB" | "SNA" | "III" | "SND" | "SIN" | "SLK" | "SLV" | "SOM" | "SOT" | "SUN" | "SWA" | "SSW" | "SWE" | "TGL" | "TAH" | "TGK" | "TAM" | "TAT" | "TEL" | "THA" | "BOD" | "TIR" | "TON" | "TSO" | "TSN" | "TUR" | "TUK" | "TWI" | "UIG" | "UKR" | "UZB" | "VEN" | "VOL" | "WLN" | "CYM" | "FRY" | "WOL" | "XHO" | "YID" | "YOR" | "ZHA" | "ZUL" | "ORJ" | "QPC" | "TNG" | "SRP")
|
2221
|
+
attr_accessor rendition_name: ::String
|
2222
|
+
SENSITIVE: []
|
2223
|
+
end
|
2224
|
+
|
2225
|
+
class Xavc4kIntraCbgProfileSettings
|
2226
|
+
attr_accessor xavc_class: ("CLASS_100" | "CLASS_300" | "CLASS_480")
|
2227
|
+
SENSITIVE: []
|
2228
|
+
end
|
2229
|
+
|
2230
|
+
class Xavc4kIntraVbrProfileSettings
|
2231
|
+
attr_accessor xavc_class: ("CLASS_100" | "CLASS_300" | "CLASS_480")
|
2232
|
+
SENSITIVE: []
|
2233
|
+
end
|
2234
|
+
|
2235
|
+
class Xavc4kProfileSettings
|
2236
|
+
attr_accessor bitrate_class: ("BITRATE_CLASS_100" | "BITRATE_CLASS_140" | "BITRATE_CLASS_200")
|
2237
|
+
attr_accessor codec_profile: ("HIGH" | "HIGH_422")
|
2238
|
+
attr_accessor flicker_adaptive_quantization: ("DISABLED" | "ENABLED")
|
2239
|
+
attr_accessor gop_b_reference: ("DISABLED" | "ENABLED")
|
2240
|
+
attr_accessor gop_closed_cadence: ::Integer
|
2241
|
+
attr_accessor hrd_buffer_size: ::Integer
|
2242
|
+
attr_accessor quality_tuning_level: ("SINGLE_PASS" | "SINGLE_PASS_HQ" | "MULTI_PASS_HQ")
|
2243
|
+
attr_accessor slices: ::Integer
|
2244
|
+
SENSITIVE: []
|
2245
|
+
end
|
2246
|
+
|
2247
|
+
class XavcHdIntraCbgProfileSettings
|
2248
|
+
attr_accessor xavc_class: ("CLASS_50" | "CLASS_100" | "CLASS_200")
|
2249
|
+
SENSITIVE: []
|
2250
|
+
end
|
2251
|
+
|
2252
|
+
class XavcHdProfileSettings
|
2253
|
+
attr_accessor bitrate_class: ("BITRATE_CLASS_25" | "BITRATE_CLASS_35" | "BITRATE_CLASS_50")
|
2254
|
+
attr_accessor flicker_adaptive_quantization: ("DISABLED" | "ENABLED")
|
2255
|
+
attr_accessor gop_b_reference: ("DISABLED" | "ENABLED")
|
2256
|
+
attr_accessor gop_closed_cadence: ::Integer
|
2257
|
+
attr_accessor hrd_buffer_size: ::Integer
|
2258
|
+
attr_accessor interlace_mode: ("PROGRESSIVE" | "TOP_FIELD" | "BOTTOM_FIELD" | "FOLLOW_TOP_FIELD" | "FOLLOW_BOTTOM_FIELD")
|
2259
|
+
attr_accessor quality_tuning_level: ("SINGLE_PASS" | "SINGLE_PASS_HQ" | "MULTI_PASS_HQ")
|
2260
|
+
attr_accessor slices: ::Integer
|
2261
|
+
attr_accessor telecine: ("NONE" | "HARD")
|
2262
|
+
SENSITIVE: []
|
2263
|
+
end
|
2264
|
+
|
2265
|
+
class XavcSettings
|
2266
|
+
attr_accessor adaptive_quantization: ("OFF" | "AUTO" | "LOW" | "MEDIUM" | "HIGH" | "HIGHER" | "MAX")
|
2267
|
+
attr_accessor entropy_encoding: ("AUTO" | "CABAC" | "CAVLC")
|
2268
|
+
attr_accessor framerate_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")
|
2269
|
+
attr_accessor framerate_conversion_algorithm: ("DUPLICATE_DROP" | "INTERPOLATE" | "FRAMEFORMER")
|
2270
|
+
attr_accessor framerate_denominator: ::Integer
|
2271
|
+
attr_accessor framerate_numerator: ::Integer
|
2272
|
+
attr_accessor profile: ("XAVC_HD_INTRA_CBG" | "XAVC_4K_INTRA_CBG" | "XAVC_4K_INTRA_VBR" | "XAVC_HD" | "XAVC_4K")
|
2273
|
+
attr_accessor slow_pal: ("DISABLED" | "ENABLED")
|
2274
|
+
attr_accessor softness: ::Integer
|
2275
|
+
attr_accessor spatial_adaptive_quantization: ("DISABLED" | "ENABLED")
|
2276
|
+
attr_accessor temporal_adaptive_quantization: ("DISABLED" | "ENABLED")
|
2277
|
+
attr_accessor xavc_4k_intra_cbg_profile_settings: Types::Xavc4kIntraCbgProfileSettings
|
2278
|
+
attr_accessor xavc_4k_intra_vbr_profile_settings: Types::Xavc4kIntraVbrProfileSettings
|
2279
|
+
attr_accessor xavc_4k_profile_settings: Types::Xavc4kProfileSettings
|
2280
|
+
attr_accessor xavc_hd_intra_cbg_profile_settings: Types::XavcHdIntraCbgProfileSettings
|
2281
|
+
attr_accessor xavc_hd_profile_settings: Types::XavcHdProfileSettings
|
2282
|
+
SENSITIVE: []
|
2283
|
+
end
|
2284
|
+
end
|
2285
|
+
end
|