aws-sdk-mediaconvert 1.151.0 → 1.153.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fc84c2f08f2f36d8fe9a890f2a69635b831acb0065d283fc3d96addd4904c69e
4
- data.tar.gz: 15bb7fdc7d3e8812898f604bf9efd796b036c414dde238e185c1cae244f30e90
3
+ metadata.gz: f51001de5594f57998f13b605909cdde23b4bc092e99250f24481aa1c4cb1166
4
+ data.tar.gz: 8d41f94da845811180930164a74ec0f70bf8e23d804bf81af121288782606b4e
5
5
  SHA512:
6
- metadata.gz: c094721c6c93cc1949718ccb64819a2ced1cb4d61534315d840cf969dc04f4576f3b7a33ab48f5290ce541eebfd6316d052a153f094741c37429e9c0f5079801
7
- data.tar.gz: bbe2a6ae0b964bc32c2313cf0c41989b7744adecef20e3546c7a77d0f0898ac88063b301cdeb8fffd890f78a16ee2125ba25545e50c84b2afbea46066251e179
6
+ metadata.gz: 9216dda51d2cb0cd152ce83a58152d40fe84b60c4ad013688fa898d49511f7539aa6c4962894f3b23b365a25d91d6019492c93f7a6acbfa8c24bfe451c2fb109
7
+ data.tar.gz: d5bde4c1516506d06770a47b3a63724b85872984df8b1d9236c8891540105ba3d4c9751a0a6664649c482d9143fb335f0e2a8bdc9c54e5531188e0954c258c70
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.153.0 (2025-02-28)
5
+ ------------------
6
+
7
+ * Feature - The AWS MediaConvert Probe API allows you to analyze media files and retrieve detailed metadata about their content, format, and structure.
8
+
9
+ 1.152.0 (2025-02-18)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.151.0 (2025-02-07)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.151.0
1
+ 1.153.0
@@ -7,34 +7,34 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
- require 'seahorse/client/plugins/content_length.rb'
11
- require 'aws-sdk-core/plugins/credentials_configuration.rb'
12
- require 'aws-sdk-core/plugins/logging.rb'
13
- require 'aws-sdk-core/plugins/param_converter.rb'
14
- require 'aws-sdk-core/plugins/param_validator.rb'
15
- require 'aws-sdk-core/plugins/user_agent.rb'
16
- require 'aws-sdk-core/plugins/helpful_socket_errors.rb'
17
- require 'aws-sdk-core/plugins/retry_errors.rb'
18
- require 'aws-sdk-core/plugins/global_configuration.rb'
19
- require 'aws-sdk-core/plugins/regional_endpoint.rb'
20
- require 'aws-sdk-core/plugins/endpoint_discovery.rb'
21
- require 'aws-sdk-core/plugins/endpoint_pattern.rb'
22
- require 'aws-sdk-core/plugins/response_paging.rb'
23
- require 'aws-sdk-core/plugins/stub_responses.rb'
24
- require 'aws-sdk-core/plugins/idempotency_token.rb'
25
- require 'aws-sdk-core/plugins/invocation_id.rb'
26
- require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
27
- require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
28
- require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
29
- require 'aws-sdk-core/plugins/transfer_encoding.rb'
30
- require 'aws-sdk-core/plugins/http_checksum.rb'
31
- require 'aws-sdk-core/plugins/checksum_algorithm.rb'
32
- require 'aws-sdk-core/plugins/request_compression.rb'
33
- require 'aws-sdk-core/plugins/defaults_mode.rb'
34
- require 'aws-sdk-core/plugins/recursion_detection.rb'
35
- require 'aws-sdk-core/plugins/telemetry.rb'
36
- require 'aws-sdk-core/plugins/sign.rb'
37
- require 'aws-sdk-core/plugins/protocols/rest_json.rb'
10
+ require 'seahorse/client/plugins/content_length'
11
+ require 'aws-sdk-core/plugins/credentials_configuration'
12
+ require 'aws-sdk-core/plugins/logging'
13
+ require 'aws-sdk-core/plugins/param_converter'
14
+ require 'aws-sdk-core/plugins/param_validator'
15
+ require 'aws-sdk-core/plugins/user_agent'
16
+ require 'aws-sdk-core/plugins/helpful_socket_errors'
17
+ require 'aws-sdk-core/plugins/retry_errors'
18
+ require 'aws-sdk-core/plugins/global_configuration'
19
+ require 'aws-sdk-core/plugins/regional_endpoint'
20
+ require 'aws-sdk-core/plugins/endpoint_discovery'
21
+ require 'aws-sdk-core/plugins/endpoint_pattern'
22
+ require 'aws-sdk-core/plugins/response_paging'
23
+ require 'aws-sdk-core/plugins/stub_responses'
24
+ require 'aws-sdk-core/plugins/idempotency_token'
25
+ require 'aws-sdk-core/plugins/invocation_id'
26
+ require 'aws-sdk-core/plugins/jsonvalue_converter'
27
+ require 'aws-sdk-core/plugins/client_metrics_plugin'
28
+ require 'aws-sdk-core/plugins/client_metrics_send_plugin'
29
+ require 'aws-sdk-core/plugins/transfer_encoding'
30
+ require 'aws-sdk-core/plugins/http_checksum'
31
+ require 'aws-sdk-core/plugins/checksum_algorithm'
32
+ require 'aws-sdk-core/plugins/request_compression'
33
+ require 'aws-sdk-core/plugins/defaults_mode'
34
+ require 'aws-sdk-core/plugins/recursion_detection'
35
+ require 'aws-sdk-core/plugins/telemetry'
36
+ require 'aws-sdk-core/plugins/sign'
37
+ require 'aws-sdk-core/plugins/protocols/rest_json'
38
38
 
39
39
  module Aws::MediaConvert
40
40
  # An API client for MediaConvert. To construct a client, you need to configure a `:region` and `:credentials`.
@@ -4159,6 +4159,75 @@ module Aws::MediaConvert
4159
4159
  req.send_request(options)
4160
4160
  end
4161
4161
 
4162
+ # The Probe operation analyzes the provided media file and returns
4163
+ # comprehensive metadata about its container format, tracks, and any
4164
+ # encountered errors.
4165
+ #
4166
+ # @option params [Array<Types::ProbeInputFile>] :input_files
4167
+ # The list of input media files to be probed.
4168
+ #
4169
+ # @return [Types::ProbeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4170
+ #
4171
+ # * {Types::ProbeResponse#probe_results #probe_results} => Array&lt;Types::ProbeResult&gt;
4172
+ #
4173
+ # @example Request syntax with placeholder values
4174
+ #
4175
+ # resp = client.probe({
4176
+ # input_files: [
4177
+ # {
4178
+ # file_url: "__string",
4179
+ # },
4180
+ # ],
4181
+ # })
4182
+ #
4183
+ # @example Response structure
4184
+ #
4185
+ # resp.probe_results #=> Array
4186
+ # resp.probe_results[0].container.duration #=> Float
4187
+ # resp.probe_results[0].container.format #=> String, one of "mp4", "quicktime", "matroska", "webm"
4188
+ # resp.probe_results[0].container.tracks #=> Array
4189
+ # resp.probe_results[0].container.tracks[0].audio_properties.bit_depth #=> Integer
4190
+ # resp.probe_results[0].container.tracks[0].audio_properties.bit_rate #=> Integer
4191
+ # resp.probe_results[0].container.tracks[0].audio_properties.channels #=> Integer
4192
+ # resp.probe_results[0].container.tracks[0].audio_properties.frame_rate.denominator #=> Integer
4193
+ # resp.probe_results[0].container.tracks[0].audio_properties.frame_rate.numerator #=> Integer
4194
+ # resp.probe_results[0].container.tracks[0].audio_properties.language_code #=> String
4195
+ # resp.probe_results[0].container.tracks[0].audio_properties.sample_rate #=> Integer
4196
+ # resp.probe_results[0].container.tracks[0].codec #=> String, one of "UNKNOWN", "AAC", "AC3", "EAC3", "FLAC", "MP3", "OPUS", "PCM", "VORBIS", "AV1", "AVC", "HEVC", "MJPEG", "MP4V", "MPEG2", "PRORES", "THEORA", "VP8", "VP9", "C608", "C708", "WEBVTT"
4197
+ # resp.probe_results[0].container.tracks[0].data_properties.language_code #=> String
4198
+ # resp.probe_results[0].container.tracks[0].duration #=> Float
4199
+ # resp.probe_results[0].container.tracks[0].index #=> Integer
4200
+ # resp.probe_results[0].container.tracks[0].track_type #=> String, one of "video", "audio", "data"
4201
+ # resp.probe_results[0].container.tracks[0].video_properties.bit_depth #=> Integer
4202
+ # resp.probe_results[0].container.tracks[0].video_properties.bit_rate #=> Integer
4203
+ # resp.probe_results[0].container.tracks[0].video_properties.color_primaries #=> String, one of "ITU_709", "UNSPECIFIED", "RESERVED", "ITU_470M", "ITU_470BG", "SMPTE_170M", "SMPTE_240M", "GENERIC_FILM", "ITU_2020", "SMPTE_428_1", "SMPTE_431_2", "SMPTE_EG_432_1", "IPT", "SMPTE_2067XYZ", "EBU_3213_E", "LAST"
4204
+ # resp.probe_results[0].container.tracks[0].video_properties.frame_rate.denominator #=> Integer
4205
+ # resp.probe_results[0].container.tracks[0].video_properties.frame_rate.numerator #=> Integer
4206
+ # resp.probe_results[0].container.tracks[0].video_properties.height #=> Integer
4207
+ # resp.probe_results[0].container.tracks[0].video_properties.matrix_coefficients #=> String, one of "RGB", "ITU_709", "UNSPECIFIED", "RESERVED", "FCC", "ITU_470BG", "SMPTE_170M", "SMPTE_240M", "YCgCo", "ITU_2020_NCL", "ITU_2020_CL", "SMPTE_2085", "CD_NCL", "CD_CL", "ITU_2100ICtCp", "IPT", "EBU3213", "LAST"
4208
+ # resp.probe_results[0].container.tracks[0].video_properties.transfer_characteristics #=> String, one of "ITU_709", "UNSPECIFIED", "RESERVED", "ITU_470M", "ITU_470BG", "SMPTE_170M", "SMPTE_240M", "LINEAR", "LOG10_2", "LOC10_2_5", "IEC_61966_2_4", "ITU_1361", "IEC_61966_2_1", "ITU_2020_10bit", "ITU_2020_12bit", "SMPTE_2084", "SMPTE_428_1", "ARIB_B67", "LAST"
4209
+ # resp.probe_results[0].container.tracks[0].video_properties.width #=> Integer
4210
+ # resp.probe_results[0].metadata.etag #=> String
4211
+ # resp.probe_results[0].metadata.file_size #=> Integer
4212
+ # resp.probe_results[0].metadata.last_modified #=> Time
4213
+ # resp.probe_results[0].metadata.mime_type #=> String
4214
+ # resp.probe_results[0].track_mappings #=> Array
4215
+ # resp.probe_results[0].track_mappings[0].audio_track_indexes #=> Array
4216
+ # resp.probe_results[0].track_mappings[0].audio_track_indexes[0] #=> Integer
4217
+ # resp.probe_results[0].track_mappings[0].data_track_indexes #=> Array
4218
+ # resp.probe_results[0].track_mappings[0].data_track_indexes[0] #=> Integer
4219
+ # resp.probe_results[0].track_mappings[0].video_track_indexes #=> Array
4220
+ # resp.probe_results[0].track_mappings[0].video_track_indexes[0] #=> Integer
4221
+ #
4222
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/Probe AWS API Documentation
4223
+ #
4224
+ # @overload probe(params = {})
4225
+ # @param [Hash] params ({})
4226
+ def probe(params = {}, options = {})
4227
+ req = build_request(:probe, params)
4228
+ req.send_request(options)
4229
+ end
4230
+
4162
4231
  # Create or change your policy. For more information about policies, see
4163
4232
  # the user guide at
4164
4233
  # http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
@@ -5954,7 +6023,7 @@ module Aws::MediaConvert
5954
6023
  tracer: tracer
5955
6024
  )
5956
6025
  context[:gem_name] = 'aws-sdk-mediaconvert'
5957
- context[:gem_version] = '1.151.0'
6026
+ context[:gem_version] = '1.153.0'
5958
6027
  Seahorse::Client::Request.new(handlers, context)
5959
6028
  end
5960
6029
 
@@ -60,6 +60,7 @@ module Aws::MediaConvert
60
60
  AudioNormalizationLoudnessLogging = Shapes::StringShape.new(name: 'AudioNormalizationLoudnessLogging')
61
61
  AudioNormalizationPeakCalculation = Shapes::StringShape.new(name: 'AudioNormalizationPeakCalculation')
62
62
  AudioNormalizationSettings = Shapes::StructureShape.new(name: 'AudioNormalizationSettings')
63
+ AudioProperties = Shapes::StructureShape.new(name: 'AudioProperties')
63
64
  AudioSelector = Shapes::StructureShape.new(name: 'AudioSelector')
64
65
  AudioSelectorGroup = Shapes::StructureShape.new(name: 'AudioSelectorGroup')
65
66
  AudioSelectorType = Shapes::StringShape.new(name: 'AudioSelectorType')
@@ -152,14 +153,17 @@ module Aws::MediaConvert
152
153
  CmfcSettings = Shapes::StructureShape.new(name: 'CmfcSettings')
153
154
  CmfcTimedMetadata = Shapes::StringShape.new(name: 'CmfcTimedMetadata')
154
155
  CmfcTimedMetadataBoxVersion = Shapes::StringShape.new(name: 'CmfcTimedMetadataBoxVersion')
156
+ Codec = Shapes::StringShape.new(name: 'Codec')
155
157
  ColorConversion3DLUTSetting = Shapes::StructureShape.new(name: 'ColorConversion3DLUTSetting')
156
158
  ColorCorrector = Shapes::StructureShape.new(name: 'ColorCorrector')
157
159
  ColorMetadata = Shapes::StringShape.new(name: 'ColorMetadata')
160
+ ColorPrimaries = Shapes::StringShape.new(name: 'ColorPrimaries')
158
161
  ColorSpace = Shapes::StringShape.new(name: 'ColorSpace')
159
162
  ColorSpaceConversion = Shapes::StringShape.new(name: 'ColorSpaceConversion')
160
163
  ColorSpaceUsage = Shapes::StringShape.new(name: 'ColorSpaceUsage')
161
164
  Commitment = Shapes::StringShape.new(name: 'Commitment')
162
165
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
166
+ Container = Shapes::StructureShape.new(name: 'Container')
163
167
  ContainerSettings = Shapes::StructureShape.new(name: 'ContainerSettings')
164
168
  ContainerType = Shapes::StringShape.new(name: 'ContainerType')
165
169
  CopyProtectionAction = Shapes::StringShape.new(name: 'CopyProtectionAction')
@@ -188,6 +192,7 @@ module Aws::MediaConvert
188
192
  DashIsoVideoCompositionOffsets = Shapes::StringShape.new(name: 'DashIsoVideoCompositionOffsets')
189
193
  DashIsoWriteSegmentTimelineInRepresentation = Shapes::StringShape.new(name: 'DashIsoWriteSegmentTimelineInRepresentation')
190
194
  DashManifestStyle = Shapes::StringShape.new(name: 'DashManifestStyle')
195
+ DataProperties = Shapes::StructureShape.new(name: 'DataProperties')
191
196
  DecryptionMode = Shapes::StringShape.new(name: 'DecryptionMode')
192
197
  DeinterlaceAlgorithm = Shapes::StringShape.new(name: 'DeinterlaceAlgorithm')
193
198
  Deinterlacer = Shapes::StructureShape.new(name: 'Deinterlacer')
@@ -279,7 +284,9 @@ module Aws::MediaConvert
279
284
  FontScript = Shapes::StringShape.new(name: 'FontScript')
280
285
  ForbiddenException = Shapes::StructureShape.new(name: 'ForbiddenException')
281
286
  ForceIncludeRenditionSize = Shapes::StructureShape.new(name: 'ForceIncludeRenditionSize')
287
+ Format = Shapes::StringShape.new(name: 'Format')
282
288
  FrameCaptureSettings = Shapes::StructureShape.new(name: 'FrameCaptureSettings')
289
+ FrameRate = Shapes::StructureShape.new(name: 'FrameRate')
283
290
  GetJobRequest = Shapes::StructureShape.new(name: 'GetJobRequest')
284
291
  GetJobResponse = Shapes::StructureShape.new(name: 'GetJobResponse')
285
292
  GetJobTemplateRequest = Shapes::StructureShape.new(name: 'GetJobTemplateRequest')
@@ -457,6 +464,8 @@ module Aws::MediaConvert
457
464
  M3u8PcrControl = Shapes::StringShape.new(name: 'M3u8PcrControl')
458
465
  M3u8Scte35Source = Shapes::StringShape.new(name: 'M3u8Scte35Source')
459
466
  M3u8Settings = Shapes::StructureShape.new(name: 'M3u8Settings')
467
+ MatrixCoefficients = Shapes::StringShape.new(name: 'MatrixCoefficients')
468
+ Metadata = Shapes::StructureShape.new(name: 'Metadata')
460
469
  MinBottomRenditionSize = Shapes::StructureShape.new(name: 'MinBottomRenditionSize')
461
470
  MinTopRenditionSize = Shapes::StructureShape.new(name: 'MinTopRenditionSize')
462
471
  MotionImageInserter = Shapes::StructureShape.new(name: 'MotionImageInserter')
@@ -552,6 +561,10 @@ module Aws::MediaConvert
552
561
  PresetSpeke20Audio = Shapes::StringShape.new(name: 'PresetSpeke20Audio')
553
562
  PresetSpeke20Video = Shapes::StringShape.new(name: 'PresetSpeke20Video')
554
563
  PricingPlan = Shapes::StringShape.new(name: 'PricingPlan')
564
+ ProbeInputFile = Shapes::StructureShape.new(name: 'ProbeInputFile')
565
+ ProbeRequest = Shapes::StructureShape.new(name: 'ProbeRequest')
566
+ ProbeResponse = Shapes::StructureShape.new(name: 'ProbeResponse')
567
+ ProbeResult = Shapes::StructureShape.new(name: 'ProbeResult')
555
568
  ProresChromaSampling = Shapes::StringShape.new(name: 'ProresChromaSampling')
556
569
  ProresCodecProfile = Shapes::StringShape.new(name: 'ProresCodecProfile')
557
570
  ProresFramerateControl = Shapes::StringShape.new(name: 'ProresFramerateControl')
@@ -613,7 +626,11 @@ module Aws::MediaConvert
613
626
  TimedMetadataInsertion = Shapes::StructureShape.new(name: 'TimedMetadataInsertion')
614
627
  Timing = Shapes::StructureShape.new(name: 'Timing')
615
628
  TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
629
+ Track = Shapes::StructureShape.new(name: 'Track')
630
+ TrackMapping = Shapes::StructureShape.new(name: 'TrackMapping')
616
631
  TrackSourceSettings = Shapes::StructureShape.new(name: 'TrackSourceSettings')
632
+ TrackType = Shapes::StringShape.new(name: 'TrackType')
633
+ TransferCharacteristics = Shapes::StringShape.new(name: 'TransferCharacteristics')
617
634
  TsPtsOffset = Shapes::StringShape.new(name: 'TsPtsOffset')
618
635
  TtmlDestinationSettings = Shapes::StructureShape.new(name: 'TtmlDestinationSettings')
619
636
  TtmlStylePassthrough = Shapes::StringShape.new(name: 'TtmlStylePassthrough')
@@ -655,6 +672,7 @@ module Aws::MediaConvert
655
672
  VideoOverlayTransition = Shapes::StructureShape.new(name: 'VideoOverlayTransition')
656
673
  VideoOverlayUnit = Shapes::StringShape.new(name: 'VideoOverlayUnit')
657
674
  VideoPreprocessor = Shapes::StructureShape.new(name: 'VideoPreprocessor')
675
+ VideoProperties = Shapes::StructureShape.new(name: 'VideoProperties')
658
676
  VideoSelector = Shapes::StructureShape.new(name: 'VideoSelector')
659
677
  VideoTimecodeInsertion = Shapes::StringShape.new(name: 'VideoTimecodeInsertion')
660
678
  VorbisSettings = Shapes::StructureShape.new(name: 'VorbisSettings')
@@ -847,15 +865,20 @@ module Aws::MediaConvert
847
865
  __listOfOutputGroup = Shapes::ListShape.new(name: '__listOfOutputGroup')
848
866
  __listOfOutputGroupDetail = Shapes::ListShape.new(name: '__listOfOutputGroupDetail')
849
867
  __listOfPreset = Shapes::ListShape.new(name: '__listOfPreset')
868
+ __listOfProbeInputFile = Shapes::ListShape.new(name: '__listOfProbeInputFile')
869
+ __listOfProbeResult = Shapes::ListShape.new(name: '__listOfProbeResult')
850
870
  __listOfQueue = Shapes::ListShape.new(name: '__listOfQueue')
851
871
  __listOfQueueTransition = Shapes::ListShape.new(name: '__listOfQueueTransition')
852
872
  __listOfServiceOverride = Shapes::ListShape.new(name: '__listOfServiceOverride')
853
873
  __listOfTeletextPageType = Shapes::ListShape.new(name: '__listOfTeletextPageType')
874
+ __listOfTrack = Shapes::ListShape.new(name: '__listOfTrack')
875
+ __listOfTrackMapping = Shapes::ListShape.new(name: '__listOfTrackMapping')
854
876
  __listOfVideoOverlay = Shapes::ListShape.new(name: '__listOfVideoOverlay')
855
877
  __listOfVideoOverlayInputClipping = Shapes::ListShape.new(name: '__listOfVideoOverlayInputClipping')
856
878
  __listOfVideoOverlayTransition = Shapes::ListShape.new(name: '__listOfVideoOverlayTransition')
857
879
  __listOfWarningGroup = Shapes::ListShape.new(name: '__listOfWarningGroup')
858
880
  __listOf__doubleMinNegative60Max6 = Shapes::ListShape.new(name: '__listOf__doubleMinNegative60Max6')
881
+ __listOf__integer = Shapes::ListShape.new(name: '__listOf__integer')
859
882
  __listOf__integerMin1Max2147483647 = Shapes::ListShape.new(name: '__listOf__integerMin1Max2147483647')
860
883
  __listOf__integerMin32Max8182 = Shapes::ListShape.new(name: '__listOf__integerMin32Max8182')
861
884
  __listOf__integerMinNegative60Max6 = Shapes::ListShape.new(name: '__listOf__integerMinNegative60Max6')
@@ -864,6 +887,7 @@ module Aws::MediaConvert
864
887
  __listOf__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12 = Shapes::ListShape.new(name: '__listOf__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12')
865
888
  __listOf__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12 = Shapes::ListShape.new(name: '__listOf__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12')
866
889
  __listOf__stringPatternS3ASSETMAPXml = Shapes::ListShape.new(name: '__listOf__stringPatternS3ASSETMAPXml')
890
+ __long = Shapes::IntegerShape.new(name: '__long')
867
891
  __mapOfAudioSelector = Shapes::MapShape.new(name: '__mapOfAudioSelector')
868
892
  __mapOfAudioSelectorGroup = Shapes::MapShape.new(name: '__mapOfAudioSelectorGroup')
869
893
  __mapOfCaptionSelector = Shapes::MapShape.new(name: '__mapOfCaptionSelector')
@@ -1016,6 +1040,14 @@ module Aws::MediaConvert
1016
1040
  AudioNormalizationSettings.add_member(:true_peak_limiter_threshold, Shapes::ShapeRef.new(shape: __doubleMinNegative8Max0, location_name: "truePeakLimiterThreshold"))
1017
1041
  AudioNormalizationSettings.struct_class = Types::AudioNormalizationSettings
1018
1042
 
1043
+ AudioProperties.add_member(:bit_depth, Shapes::ShapeRef.new(shape: __integer, location_name: "bitDepth"))
1044
+ AudioProperties.add_member(:bit_rate, Shapes::ShapeRef.new(shape: __integer, location_name: "bitRate"))
1045
+ AudioProperties.add_member(:channels, Shapes::ShapeRef.new(shape: __integer, location_name: "channels"))
1046
+ AudioProperties.add_member(:frame_rate, Shapes::ShapeRef.new(shape: FrameRate, location_name: "frameRate"))
1047
+ AudioProperties.add_member(:language_code, Shapes::ShapeRef.new(shape: __string, location_name: "languageCode"))
1048
+ AudioProperties.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __integer, location_name: "sampleRate"))
1049
+ AudioProperties.struct_class = Types::AudioProperties
1050
+
1019
1051
  AudioSelector.add_member(:audio_duration_correction, Shapes::ShapeRef.new(shape: AudioDurationCorrection, location_name: "audioDurationCorrection"))
1020
1052
  AudioSelector.add_member(:custom_language_code, Shapes::ShapeRef.new(shape: __stringMin3Max3PatternAZaZ3, location_name: "customLanguageCode"))
1021
1053
  AudioSelector.add_member(:default_selection, Shapes::ShapeRef.new(shape: AudioDefaultSelection, location_name: "defaultSelection"))
@@ -1269,6 +1301,11 @@ module Aws::MediaConvert
1269
1301
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
1270
1302
  ConflictException.struct_class = Types::ConflictException
1271
1303
 
1304
+ Container.add_member(:duration, Shapes::ShapeRef.new(shape: __double, location_name: "duration"))
1305
+ Container.add_member(:format, Shapes::ShapeRef.new(shape: Format, location_name: "format"))
1306
+ Container.add_member(:tracks, Shapes::ShapeRef.new(shape: __listOfTrack, location_name: "tracks"))
1307
+ Container.struct_class = Types::Container
1308
+
1272
1309
  ContainerSettings.add_member(:cmfc_settings, Shapes::ShapeRef.new(shape: CmfcSettings, location_name: "cmfcSettings"))
1273
1310
  ContainerSettings.add_member(:container, Shapes::ShapeRef.new(shape: ContainerType, location_name: "container"))
1274
1311
  ContainerSettings.add_member(:f4v_settings, Shapes::ShapeRef.new(shape: F4vSettings, location_name: "f4vSettings"))
@@ -1376,6 +1413,9 @@ module Aws::MediaConvert
1376
1413
  DashIsoImageBasedTrickPlaySettings.add_member(:tile_width, Shapes::ShapeRef.new(shape: __integerMin1Max512, location_name: "tileWidth"))
1377
1414
  DashIsoImageBasedTrickPlaySettings.struct_class = Types::DashIsoImageBasedTrickPlaySettings
1378
1415
 
1416
+ DataProperties.add_member(:language_code, Shapes::ShapeRef.new(shape: __string, location_name: "languageCode"))
1417
+ DataProperties.struct_class = Types::DataProperties
1418
+
1379
1419
  Deinterlacer.add_member(:algorithm, Shapes::ShapeRef.new(shape: DeinterlaceAlgorithm, location_name: "algorithm"))
1380
1420
  Deinterlacer.add_member(:control, Shapes::ShapeRef.new(shape: DeinterlacerControl, location_name: "control"))
1381
1421
  Deinterlacer.add_member(:mode, Shapes::ShapeRef.new(shape: DeinterlacerMode, location_name: "mode"))
@@ -1595,6 +1635,10 @@ module Aws::MediaConvert
1595
1635
  FrameCaptureSettings.add_member(:quality, Shapes::ShapeRef.new(shape: __integerMin1Max100, location_name: "quality"))
1596
1636
  FrameCaptureSettings.struct_class = Types::FrameCaptureSettings
1597
1637
 
1638
+ FrameRate.add_member(:denominator, Shapes::ShapeRef.new(shape: __integer, location_name: "denominator"))
1639
+ FrameRate.add_member(:numerator, Shapes::ShapeRef.new(shape: __integer, location_name: "numerator"))
1640
+ FrameRate.struct_class = Types::FrameRate
1641
+
1598
1642
  GetJobRequest.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "id"))
1599
1643
  GetJobRequest.struct_class = Types::GetJobRequest
1600
1644
 
@@ -2158,6 +2202,12 @@ module Aws::MediaConvert
2158
2202
  M3u8Settings.add_member(:video_pid, Shapes::ShapeRef.new(shape: __integerMin32Max8182, location_name: "videoPid"))
2159
2203
  M3u8Settings.struct_class = Types::M3u8Settings
2160
2204
 
2205
+ Metadata.add_member(:etag, Shapes::ShapeRef.new(shape: __string, location_name: "eTag"))
2206
+ Metadata.add_member(:file_size, Shapes::ShapeRef.new(shape: __long, location_name: "fileSize"))
2207
+ Metadata.add_member(:last_modified, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "lastModified"))
2208
+ Metadata.add_member(:mime_type, Shapes::ShapeRef.new(shape: __string, location_name: "mimeType"))
2209
+ Metadata.struct_class = Types::Metadata
2210
+
2161
2211
  MinBottomRenditionSize.add_member(:height, Shapes::ShapeRef.new(shape: __integerMin32Max8192, location_name: "height"))
2162
2212
  MinBottomRenditionSize.add_member(:width, Shapes::ShapeRef.new(shape: __integerMin32Max8192, location_name: "width"))
2163
2213
  MinBottomRenditionSize.struct_class = Types::MinBottomRenditionSize
@@ -2398,6 +2448,20 @@ module Aws::MediaConvert
2398
2448
  PresetSettings.add_member(:video_description, Shapes::ShapeRef.new(shape: VideoDescription, location_name: "videoDescription"))
2399
2449
  PresetSettings.struct_class = Types::PresetSettings
2400
2450
 
2451
+ ProbeInputFile.add_member(:file_url, Shapes::ShapeRef.new(shape: __string, location_name: "fileUrl"))
2452
+ ProbeInputFile.struct_class = Types::ProbeInputFile
2453
+
2454
+ ProbeRequest.add_member(:input_files, Shapes::ShapeRef.new(shape: __listOfProbeInputFile, location_name: "inputFiles"))
2455
+ ProbeRequest.struct_class = Types::ProbeRequest
2456
+
2457
+ ProbeResponse.add_member(:probe_results, Shapes::ShapeRef.new(shape: __listOfProbeResult, location_name: "probeResults"))
2458
+ ProbeResponse.struct_class = Types::ProbeResponse
2459
+
2460
+ ProbeResult.add_member(:container, Shapes::ShapeRef.new(shape: Container, location_name: "container"))
2461
+ ProbeResult.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "metadata"))
2462
+ ProbeResult.add_member(:track_mappings, Shapes::ShapeRef.new(shape: __listOfTrackMapping, location_name: "trackMappings"))
2463
+ ProbeResult.struct_class = Types::ProbeResult
2464
+
2401
2465
  ProresSettings.add_member(:chroma_sampling, Shapes::ShapeRef.new(shape: ProresChromaSampling, location_name: "chromaSampling"))
2402
2466
  ProresSettings.add_member(:codec_profile, Shapes::ShapeRef.new(shape: ProresCodecProfile, location_name: "codecProfile"))
2403
2467
  ProresSettings.add_member(:framerate_control, Shapes::ShapeRef.new(shape: ProresFramerateControl, location_name: "framerateControl"))
@@ -2562,6 +2626,20 @@ module Aws::MediaConvert
2562
2626
  TooManyRequestsException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
2563
2627
  TooManyRequestsException.struct_class = Types::TooManyRequestsException
2564
2628
 
2629
+ Track.add_member(:audio_properties, Shapes::ShapeRef.new(shape: AudioProperties, location_name: "audioProperties"))
2630
+ Track.add_member(:codec, Shapes::ShapeRef.new(shape: Codec, location_name: "codec"))
2631
+ Track.add_member(:data_properties, Shapes::ShapeRef.new(shape: DataProperties, location_name: "dataProperties"))
2632
+ Track.add_member(:duration, Shapes::ShapeRef.new(shape: __double, location_name: "duration"))
2633
+ Track.add_member(:index, Shapes::ShapeRef.new(shape: __integer, location_name: "index"))
2634
+ Track.add_member(:track_type, Shapes::ShapeRef.new(shape: TrackType, location_name: "trackType"))
2635
+ Track.add_member(:video_properties, Shapes::ShapeRef.new(shape: VideoProperties, location_name: "videoProperties"))
2636
+ Track.struct_class = Types::Track
2637
+
2638
+ TrackMapping.add_member(:audio_track_indexes, Shapes::ShapeRef.new(shape: __listOf__integer, location_name: "audioTrackIndexes"))
2639
+ TrackMapping.add_member(:data_track_indexes, Shapes::ShapeRef.new(shape: __listOf__integer, location_name: "dataTrackIndexes"))
2640
+ TrackMapping.add_member(:video_track_indexes, Shapes::ShapeRef.new(shape: __listOf__integer, location_name: "videoTrackIndexes"))
2641
+ TrackMapping.struct_class = Types::TrackMapping
2642
+
2565
2643
  TrackSourceSettings.add_member(:track_number, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "trackNumber"))
2566
2644
  TrackSourceSettings.struct_class = Types::TrackSourceSettings
2567
2645
 
@@ -2708,6 +2786,16 @@ module Aws::MediaConvert
2708
2786
  VideoPreprocessor.add_member(:timecode_burnin, Shapes::ShapeRef.new(shape: TimecodeBurnin, location_name: "timecodeBurnin"))
2709
2787
  VideoPreprocessor.struct_class = Types::VideoPreprocessor
2710
2788
 
2789
+ VideoProperties.add_member(:bit_depth, Shapes::ShapeRef.new(shape: __integer, location_name: "bitDepth"))
2790
+ VideoProperties.add_member(:bit_rate, Shapes::ShapeRef.new(shape: __integer, location_name: "bitRate"))
2791
+ VideoProperties.add_member(:color_primaries, Shapes::ShapeRef.new(shape: ColorPrimaries, location_name: "colorPrimaries"))
2792
+ VideoProperties.add_member(:frame_rate, Shapes::ShapeRef.new(shape: FrameRate, location_name: "frameRate"))
2793
+ VideoProperties.add_member(:height, Shapes::ShapeRef.new(shape: __integer, location_name: "height"))
2794
+ VideoProperties.add_member(:matrix_coefficients, Shapes::ShapeRef.new(shape: MatrixCoefficients, location_name: "matrixCoefficients"))
2795
+ VideoProperties.add_member(:transfer_characteristics, Shapes::ShapeRef.new(shape: TransferCharacteristics, location_name: "transferCharacteristics"))
2796
+ VideoProperties.add_member(:width, Shapes::ShapeRef.new(shape: __integer, location_name: "width"))
2797
+ VideoProperties.struct_class = Types::VideoProperties
2798
+
2711
2799
  VideoSelector.add_member(:alpha_behavior, Shapes::ShapeRef.new(shape: AlphaBehavior, location_name: "alphaBehavior"))
2712
2800
  VideoSelector.add_member(:color_space, Shapes::ShapeRef.new(shape: ColorSpace, location_name: "colorSpace"))
2713
2801
  VideoSelector.add_member(:color_space_usage, Shapes::ShapeRef.new(shape: ColorSpaceUsage, location_name: "colorSpaceUsage"))
@@ -2883,6 +2971,10 @@ module Aws::MediaConvert
2883
2971
 
2884
2972
  __listOfPreset.member = Shapes::ShapeRef.new(shape: Preset)
2885
2973
 
2974
+ __listOfProbeInputFile.member = Shapes::ShapeRef.new(shape: ProbeInputFile)
2975
+
2976
+ __listOfProbeResult.member = Shapes::ShapeRef.new(shape: ProbeResult)
2977
+
2886
2978
  __listOfQueue.member = Shapes::ShapeRef.new(shape: Queue)
2887
2979
 
2888
2980
  __listOfQueueTransition.member = Shapes::ShapeRef.new(shape: QueueTransition)
@@ -2891,6 +2983,10 @@ module Aws::MediaConvert
2891
2983
 
2892
2984
  __listOfTeletextPageType.member = Shapes::ShapeRef.new(shape: TeletextPageType)
2893
2985
 
2986
+ __listOfTrack.member = Shapes::ShapeRef.new(shape: Track)
2987
+
2988
+ __listOfTrackMapping.member = Shapes::ShapeRef.new(shape: TrackMapping)
2989
+
2894
2990
  __listOfVideoOverlay.member = Shapes::ShapeRef.new(shape: VideoOverlay)
2895
2991
 
2896
2992
  __listOfVideoOverlayInputClipping.member = Shapes::ShapeRef.new(shape: VideoOverlayInputClipping)
@@ -2901,6 +2997,8 @@ module Aws::MediaConvert
2901
2997
 
2902
2998
  __listOf__doubleMinNegative60Max6.member = Shapes::ShapeRef.new(shape: __doubleMinNegative60Max6)
2903
2999
 
3000
+ __listOf__integer.member = Shapes::ShapeRef.new(shape: __integer)
3001
+
2904
3002
  __listOf__integerMin1Max2147483647.member = Shapes::ShapeRef.new(shape: __integerMin1Max2147483647)
2905
3003
 
2906
3004
  __listOf__integerMin32Max8182.member = Shapes::ShapeRef.new(shape: __integerMin32Max8182)
@@ -3311,6 +3409,20 @@ module Aws::MediaConvert
3311
3409
  )
3312
3410
  end)
3313
3411
 
3412
+ api.add_operation(:probe, Seahorse::Model::Operation.new.tap do |o|
3413
+ o.name = "Probe"
3414
+ o.http_method = "POST"
3415
+ o.http_request_uri = "/2017-08-29/probe"
3416
+ o.input = Shapes::ShapeRef.new(shape: ProbeRequest)
3417
+ o.output = Shapes::ShapeRef.new(shape: ProbeResponse)
3418
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3419
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3420
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3421
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3422
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
3423
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3424
+ end)
3425
+
3314
3426
  api.add_operation(:put_policy, Seahorse::Model::Operation.new.tap do |o|
3315
3427
  o.name = "PutPolicy"
3316
3428
  o.http_method = "PUT"
@@ -679,6 +679,45 @@ module Aws::MediaConvert
679
679
  include Aws::Structure
680
680
  end
681
681
 
682
+ # Properties specific to audio tracks.
683
+ #
684
+ # @!attribute [rw] bit_depth
685
+ # The bit depth of the audio track.
686
+ # @return [Integer]
687
+ #
688
+ # @!attribute [rw] bit_rate
689
+ # The bit rate of the audio track in bits per second.
690
+ # @return [Integer]
691
+ #
692
+ # @!attribute [rw] channels
693
+ # The number of audio channels.
694
+ # @return [Integer]
695
+ #
696
+ # @!attribute [rw] frame_rate
697
+ # the calculated frame rate of the asset.
698
+ # @return [Types::FrameRate]
699
+ #
700
+ # @!attribute [rw] language_code
701
+ # the language code of the track
702
+ # @return [String]
703
+ #
704
+ # @!attribute [rw] sample_rate
705
+ # The sample rate of the audio track.
706
+ # @return [Integer]
707
+ #
708
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/AudioProperties AWS API Documentation
709
+ #
710
+ class AudioProperties < Struct.new(
711
+ :bit_depth,
712
+ :bit_rate,
713
+ :channels,
714
+ :frame_rate,
715
+ :language_code,
716
+ :sample_rate)
717
+ SENSITIVE = []
718
+ include Aws::Structure
719
+ end
720
+
682
721
  # Use Audio selectors to specify a track or set of tracks from the input
683
722
  # that you will use in your outputs. You can use multiple Audio
684
723
  # selectors per input.
@@ -2879,6 +2918,30 @@ module Aws::MediaConvert
2879
2918
  include Aws::Structure
2880
2919
  end
2881
2920
 
2921
+ # Information about the container format of the media file.
2922
+ #
2923
+ # @!attribute [rw] duration
2924
+ # The duration of the media file in seconds.
2925
+ # @return [Float]
2926
+ #
2927
+ # @!attribute [rw] format
2928
+ # The format of the container
2929
+ # @return [String]
2930
+ #
2931
+ # @!attribute [rw] tracks
2932
+ # List of Track objects.
2933
+ # @return [Array<Types::Track>]
2934
+ #
2935
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/Container AWS API Documentation
2936
+ #
2937
+ class Container < Struct.new(
2938
+ :duration,
2939
+ :format,
2940
+ :tracks)
2941
+ SENSITIVE = []
2942
+ include Aws::Structure
2943
+ end
2944
+
2882
2945
  # Container specific settings.
2883
2946
  #
2884
2947
  # @!attribute [rw] cmfc_settings
@@ -3659,6 +3722,20 @@ module Aws::MediaConvert
3659
3722
  include Aws::Structure
3660
3723
  end
3661
3724
 
3725
+ # Properties specific to data tracks.
3726
+ #
3727
+ # @!attribute [rw] language_code
3728
+ # the language code of the track
3729
+ # @return [String]
3730
+ #
3731
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/DataProperties AWS API Documentation
3732
+ #
3733
+ class DataProperties < Struct.new(
3734
+ :language_code)
3735
+ SENSITIVE = []
3736
+ include Aws::Structure
3737
+ end
3738
+
3662
3739
  # Settings for deinterlacer
3663
3740
  #
3664
3741
  # @!attribute [rw] algorithm
@@ -5265,6 +5342,25 @@ module Aws::MediaConvert
5265
5342
  include Aws::Structure
5266
5343
  end
5267
5344
 
5345
+ # the calculated frame rate of the asset.
5346
+ #
5347
+ # @!attribute [rw] denominator
5348
+ # the denominator of the frame rate of the asset.
5349
+ # @return [Integer]
5350
+ #
5351
+ # @!attribute [rw] numerator
5352
+ # the numerator of the frame rate of the asset.
5353
+ # @return [Integer]
5354
+ #
5355
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/FrameRate AWS API Documentation
5356
+ #
5357
+ class FrameRate < Struct.new(
5358
+ :denominator,
5359
+ :numerator)
5360
+ SENSITIVE = []
5361
+ include Aws::Structure
5362
+ end
5363
+
5268
5364
  # Query a job by sending a request with the job ID.
5269
5365
  #
5270
5366
  # @!attribute [rw] id
@@ -9742,6 +9838,35 @@ module Aws::MediaConvert
9742
9838
  include Aws::Structure
9743
9839
  end
9744
9840
 
9841
+ # Metadata about the file.
9842
+ #
9843
+ # @!attribute [rw] etag
9844
+ # The ETag of the file.
9845
+ # @return [String]
9846
+ #
9847
+ # @!attribute [rw] file_size
9848
+ # The size of the file in bytes.
9849
+ # @return [Integer]
9850
+ #
9851
+ # @!attribute [rw] last_modified
9852
+ # The last modification time of the file.
9853
+ # @return [Time]
9854
+ #
9855
+ # @!attribute [rw] mime_type
9856
+ # The MIME type of the file.
9857
+ # @return [String]
9858
+ #
9859
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/Metadata AWS API Documentation
9860
+ #
9861
+ class Metadata < Struct.new(
9862
+ :etag,
9863
+ :file_size,
9864
+ :last_modified,
9865
+ :mime_type)
9866
+ SENSITIVE = []
9867
+ include Aws::Structure
9868
+ end
9869
+
9745
9870
  # Use Min bottom rendition size to specify a minimum size for the lowest
9746
9871
  # resolution in your ABR stack. * The lowest resolution in your ABR
9747
9872
  # stack will be equal to or greater than the value that you enter. For
@@ -11497,6 +11622,76 @@ module Aws::MediaConvert
11497
11622
  include Aws::Structure
11498
11623
  end
11499
11624
 
11625
+ # The input file that needs to be analyzed.
11626
+ #
11627
+ # @!attribute [rw] file_url
11628
+ # The URI to your input file(s) that is stored in Amazon S3 or on an
11629
+ # HTTP(S) server.
11630
+ # @return [String]
11631
+ #
11632
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ProbeInputFile AWS API Documentation
11633
+ #
11634
+ class ProbeInputFile < Struct.new(
11635
+ :file_url)
11636
+ SENSITIVE = []
11637
+ include Aws::Structure
11638
+ end
11639
+
11640
+ # The request to probe one or more media files and retrieve metadata
11641
+ # about them.
11642
+ #
11643
+ # @!attribute [rw] input_files
11644
+ # The list of input media files to be probed.
11645
+ # @return [Array<Types::ProbeInputFile>]
11646
+ #
11647
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ProbeRequest AWS API Documentation
11648
+ #
11649
+ class ProbeRequest < Struct.new(
11650
+ :input_files)
11651
+ SENSITIVE = []
11652
+ include Aws::Structure
11653
+ end
11654
+
11655
+ # The response from a media file probe operation, providing
11656
+ # comprehensive metadata about the file, including its container format,
11657
+ # tracks (video, audio, data).
11658
+ #
11659
+ # @!attribute [rw] probe_results
11660
+ # List of probe results for the input media file(s).
11661
+ # @return [Array<Types::ProbeResult>]
11662
+ #
11663
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ProbeResponse AWS API Documentation
11664
+ #
11665
+ class ProbeResponse < Struct.new(
11666
+ :probe_results)
11667
+ SENSITIVE = []
11668
+ include Aws::Structure
11669
+ end
11670
+
11671
+ # The metadata and analysis results for a media file.
11672
+ #
11673
+ # @!attribute [rw] container
11674
+ # Information about the container format of the media file.
11675
+ # @return [Types::Container]
11676
+ #
11677
+ # @!attribute [rw] metadata
11678
+ # Metadata about the file.
11679
+ # @return [Types::Metadata]
11680
+ #
11681
+ # @!attribute [rw] track_mappings
11682
+ # List of Track mapping objects.
11683
+ # @return [Array<Types::TrackMapping>]
11684
+ #
11685
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ProbeResult AWS API Documentation
11686
+ #
11687
+ class ProbeResult < Struct.new(
11688
+ :container,
11689
+ :metadata,
11690
+ :track_mappings)
11691
+ SENSITIVE = []
11692
+ include Aws::Structure
11693
+ end
11694
+
11500
11695
  # Required when you set Codec to the value PRORES.
11501
11696
  #
11502
11697
  # @!attribute [rw] chroma_sampling
@@ -12637,6 +12832,74 @@ module Aws::MediaConvert
12637
12832
  include Aws::Structure
12638
12833
  end
12639
12834
 
12835
+ # The track information such as codec, duration, etc.
12836
+ #
12837
+ # @!attribute [rw] audio_properties
12838
+ # Properties specific to audio tracks.
12839
+ # @return [Types::AudioProperties]
12840
+ #
12841
+ # @!attribute [rw] codec
12842
+ # The codec used for the track.
12843
+ # @return [String]
12844
+ #
12845
+ # @!attribute [rw] data_properties
12846
+ # Properties specific to data tracks.
12847
+ # @return [Types::DataProperties]
12848
+ #
12849
+ # @!attribute [rw] duration
12850
+ # The duration of the track in seconds.
12851
+ # @return [Float]
12852
+ #
12853
+ # @!attribute [rw] index
12854
+ # The index of the track.
12855
+ # @return [Integer]
12856
+ #
12857
+ # @!attribute [rw] track_type
12858
+ # The type of the track (video, audio, or data).
12859
+ # @return [String]
12860
+ #
12861
+ # @!attribute [rw] video_properties
12862
+ # Properties specific to video tracks.
12863
+ # @return [Types::VideoProperties]
12864
+ #
12865
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/Track AWS API Documentation
12866
+ #
12867
+ class Track < Struct.new(
12868
+ :audio_properties,
12869
+ :codec,
12870
+ :data_properties,
12871
+ :duration,
12872
+ :index,
12873
+ :track_type,
12874
+ :video_properties)
12875
+ SENSITIVE = []
12876
+ include Aws::Structure
12877
+ end
12878
+
12879
+ # Track mapping information.
12880
+ #
12881
+ # @!attribute [rw] audio_track_indexes
12882
+ # The indexes of the audio tracks.
12883
+ # @return [Array<Integer>]
12884
+ #
12885
+ # @!attribute [rw] data_track_indexes
12886
+ # The indexes of the data tracks.
12887
+ # @return [Array<Integer>]
12888
+ #
12889
+ # @!attribute [rw] video_track_indexes
12890
+ # The indexes of the video tracks.
12891
+ # @return [Array<Integer>]
12892
+ #
12893
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/TrackMapping AWS API Documentation
12894
+ #
12895
+ class TrackMapping < Struct.new(
12896
+ :audio_track_indexes,
12897
+ :data_track_indexes,
12898
+ :video_track_indexes)
12899
+ SENSITIVE = []
12900
+ include Aws::Structure
12901
+ end
12902
+
12640
12903
  # Settings specific to caption sources that are specified by track
12641
12904
  # number. Currently, this is only IMSC captions in an IMF package. If
12642
12905
  # your caption source is IMSC 1.1 in a separate xml file, use
@@ -13748,6 +14011,55 @@ module Aws::MediaConvert
13748
14011
  include Aws::Structure
13749
14012
  end
13750
14013
 
14014
+ # Properties specific to video tracks.
14015
+ #
14016
+ # @!attribute [rw] bit_depth
14017
+ # The bit depth of the video track.
14018
+ # @return [Integer]
14019
+ #
14020
+ # @!attribute [rw] bit_rate
14021
+ # The bit rate of the video track in bits per second.
14022
+ # @return [Integer]
14023
+ #
14024
+ # @!attribute [rw] color_primaries
14025
+ # the color primaries.
14026
+ # @return [String]
14027
+ #
14028
+ # @!attribute [rw] frame_rate
14029
+ # the calculated frame rate of the asset.
14030
+ # @return [Types::FrameRate]
14031
+ #
14032
+ # @!attribute [rw] height
14033
+ # The height of the video track in pixels.
14034
+ # @return [Integer]
14035
+ #
14036
+ # @!attribute [rw] matrix_coefficients
14037
+ # the matrix coefficients.
14038
+ # @return [String]
14039
+ #
14040
+ # @!attribute [rw] transfer_characteristics
14041
+ # the transfer characteristics.
14042
+ # @return [String]
14043
+ #
14044
+ # @!attribute [rw] width
14045
+ # The width of the video track in pixels.
14046
+ # @return [Integer]
14047
+ #
14048
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/VideoProperties AWS API Documentation
14049
+ #
14050
+ class VideoProperties < Struct.new(
14051
+ :bit_depth,
14052
+ :bit_rate,
14053
+ :color_primaries,
14054
+ :frame_rate,
14055
+ :height,
14056
+ :matrix_coefficients,
14057
+ :transfer_characteristics,
14058
+ :width)
14059
+ SENSITIVE = []
14060
+ include Aws::Structure
14061
+ end
14062
+
13751
14063
  # Input video selectors contain the video settings for the input. Each
13752
14064
  # of your inputs can have up to one video selector.
13753
14065
  #
@@ -54,7 +54,7 @@ module Aws::MediaConvert
54
54
  autoload :EndpointProvider, 'aws-sdk-mediaconvert/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-mediaconvert/endpoints'
56
56
 
57
- GEM_VERSION = '1.151.0'
57
+ GEM_VERSION = '1.153.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -4067,6 +4067,20 @@ module Aws
4067
4067
  ) -> _ListVersionsResponseSuccess
4068
4068
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListVersionsResponseSuccess
4069
4069
 
4070
+ interface _ProbeResponseSuccess
4071
+ include ::Seahorse::Client::_ResponseSuccess[Types::ProbeResponse]
4072
+ def probe_results: () -> ::Array[Types::ProbeResult]
4073
+ end
4074
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConvert/Client.html#probe-instance_method
4075
+ def probe: (
4076
+ ?input_files: Array[
4077
+ {
4078
+ file_url: ::String?
4079
+ },
4080
+ ]
4081
+ ) -> _ProbeResponseSuccess
4082
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ProbeResponseSuccess
4083
+
4070
4084
  interface _PutPolicyResponseSuccess
4071
4085
  include ::Seahorse::Client::_ResponseSuccess[Types::PutPolicyResponse]
4072
4086
  def policy: () -> Types::Policy
data/sig/types.rbs CHANGED
@@ -123,6 +123,16 @@ module Aws::MediaConvert
123
123
  SENSITIVE: []
124
124
  end
125
125
 
126
+ class AudioProperties
127
+ attr_accessor bit_depth: ::Integer
128
+ attr_accessor bit_rate: ::Integer
129
+ attr_accessor channels: ::Integer
130
+ attr_accessor frame_rate: Types::FrameRate
131
+ attr_accessor language_code: ::String
132
+ attr_accessor sample_rate: ::Integer
133
+ SENSITIVE: []
134
+ end
135
+
126
136
  class AudioSelector
127
137
  attr_accessor audio_duration_correction: ("DISABLED" | "AUTO" | "TRACK" | "FRAME" | "FORCE")
128
138
  attr_accessor custom_language_code: ::String
@@ -437,6 +447,13 @@ module Aws::MediaConvert
437
447
  SENSITIVE: []
438
448
  end
439
449
 
450
+ class Container
451
+ attr_accessor duration: ::Float
452
+ attr_accessor format: ("mp4" | "quicktime" | "matroska" | "webm")
453
+ attr_accessor tracks: ::Array[Types::Track]
454
+ SENSITIVE: []
455
+ end
456
+
440
457
  class ContainerSettings
441
458
  attr_accessor cmfc_settings: Types::CmfcSettings
442
459
  attr_accessor container: ("F4V" | "GIF" | "ISMV" | "M2TS" | "M3U8" | "CMFC" | "MOV" | "MP4" | "MPD" | "MXF" | "OGG" | "WEBM" | "RAW" | "Y4M")
@@ -570,6 +587,11 @@ module Aws::MediaConvert
570
587
  SENSITIVE: []
571
588
  end
572
589
 
590
+ class DataProperties
591
+ attr_accessor language_code: ::String
592
+ SENSITIVE: []
593
+ end
594
+
573
595
  class Deinterlacer
574
596
  attr_accessor algorithm: ("INTERPOLATE" | "INTERPOLATE_TICKER" | "BLEND" | "BLEND_TICKER" | "LINEAR_INTERPOLATION")
575
597
  attr_accessor control: ("FORCE_ALL_FRAMES" | "NORMAL")
@@ -863,6 +885,12 @@ module Aws::MediaConvert
863
885
  SENSITIVE: []
864
886
  end
865
887
 
888
+ class FrameRate
889
+ attr_accessor denominator: ::Integer
890
+ attr_accessor numerator: ::Integer
891
+ SENSITIVE: []
892
+ end
893
+
866
894
  class GetJobRequest
867
895
  attr_accessor id: ::String
868
896
  SENSITIVE: []
@@ -1539,6 +1567,14 @@ module Aws::MediaConvert
1539
1567
  SENSITIVE: []
1540
1568
  end
1541
1569
 
1570
+ class Metadata
1571
+ attr_accessor etag: ::String
1572
+ attr_accessor file_size: ::Integer
1573
+ attr_accessor last_modified: ::Time
1574
+ attr_accessor mime_type: ::String
1575
+ SENSITIVE: []
1576
+ end
1577
+
1542
1578
  class MinBottomRenditionSize
1543
1579
  attr_accessor height: ::Integer
1544
1580
  attr_accessor width: ::Integer
@@ -1851,6 +1887,28 @@ module Aws::MediaConvert
1851
1887
  SENSITIVE: []
1852
1888
  end
1853
1889
 
1890
+ class ProbeInputFile
1891
+ attr_accessor file_url: ::String
1892
+ SENSITIVE: []
1893
+ end
1894
+
1895
+ class ProbeRequest
1896
+ attr_accessor input_files: ::Array[Types::ProbeInputFile]
1897
+ SENSITIVE: []
1898
+ end
1899
+
1900
+ class ProbeResponse
1901
+ attr_accessor probe_results: ::Array[Types::ProbeResult]
1902
+ SENSITIVE: []
1903
+ end
1904
+
1905
+ class ProbeResult
1906
+ attr_accessor container: Types::Container
1907
+ attr_accessor metadata: Types::Metadata
1908
+ attr_accessor track_mappings: ::Array[Types::TrackMapping]
1909
+ SENSITIVE: []
1910
+ end
1911
+
1854
1912
  class ProresSettings
1855
1913
  attr_accessor chroma_sampling: ("PRESERVE_444_SAMPLING" | "SUBSAMPLE_TO_422")
1856
1914
  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")
@@ -2074,6 +2132,24 @@ module Aws::MediaConvert
2074
2132
  SENSITIVE: []
2075
2133
  end
2076
2134
 
2135
+ class Track
2136
+ attr_accessor audio_properties: Types::AudioProperties
2137
+ attr_accessor codec: ("UNKNOWN" | "AAC" | "AC3" | "EAC3" | "FLAC" | "MP3" | "OPUS" | "PCM" | "VORBIS" | "AV1" | "AVC" | "HEVC" | "MJPEG" | "MP4V" | "MPEG2" | "PRORES" | "THEORA" | "VP8" | "VP9" | "C608" | "C708" | "WEBVTT")
2138
+ attr_accessor data_properties: Types::DataProperties
2139
+ attr_accessor duration: ::Float
2140
+ attr_accessor index: ::Integer
2141
+ attr_accessor track_type: ("video" | "audio" | "data")
2142
+ attr_accessor video_properties: Types::VideoProperties
2143
+ SENSITIVE: []
2144
+ end
2145
+
2146
+ class TrackMapping
2147
+ attr_accessor audio_track_indexes: ::Array[::Integer]
2148
+ attr_accessor data_track_indexes: ::Array[::Integer]
2149
+ attr_accessor video_track_indexes: ::Array[::Integer]
2150
+ SENSITIVE: []
2151
+ end
2152
+
2077
2153
  class TrackSourceSettings
2078
2154
  attr_accessor track_number: ::Integer
2079
2155
  SENSITIVE: []
@@ -2261,6 +2337,18 @@ module Aws::MediaConvert
2261
2337
  SENSITIVE: []
2262
2338
  end
2263
2339
 
2340
+ class VideoProperties
2341
+ attr_accessor bit_depth: ::Integer
2342
+ attr_accessor bit_rate: ::Integer
2343
+ attr_accessor color_primaries: ("ITU_709" | "UNSPECIFIED" | "RESERVED" | "ITU_470M" | "ITU_470BG" | "SMPTE_170M" | "SMPTE_240M" | "GENERIC_FILM" | "ITU_2020" | "SMPTE_428_1" | "SMPTE_431_2" | "SMPTE_EG_432_1" | "IPT" | "SMPTE_2067XYZ" | "EBU_3213_E" | "LAST")
2344
+ attr_accessor frame_rate: Types::FrameRate
2345
+ attr_accessor height: ::Integer
2346
+ attr_accessor matrix_coefficients: ("RGB" | "ITU_709" | "UNSPECIFIED" | "RESERVED" | "FCC" | "ITU_470BG" | "SMPTE_170M" | "SMPTE_240M" | "YCgCo" | "ITU_2020_NCL" | "ITU_2020_CL" | "SMPTE_2085" | "CD_NCL" | "CD_CL" | "ITU_2100ICtCp" | "IPT" | "EBU3213" | "LAST")
2347
+ attr_accessor transfer_characteristics: ("ITU_709" | "UNSPECIFIED" | "RESERVED" | "ITU_470M" | "ITU_470BG" | "SMPTE_170M" | "SMPTE_240M" | "LINEAR" | "LOG10_2" | "LOC10_2_5" | "IEC_61966_2_4" | "ITU_1361" | "IEC_61966_2_1" | "ITU_2020_10bit" | "ITU_2020_12bit" | "SMPTE_2084" | "SMPTE_428_1" | "ARIB_B67" | "LAST")
2348
+ attr_accessor width: ::Integer
2349
+ SENSITIVE: []
2350
+ end
2351
+
2264
2352
  class VideoSelector
2265
2353
  attr_accessor alpha_behavior: ("DISCARD" | "REMAP_TO_LUMA")
2266
2354
  attr_accessor color_space: ("FOLLOW" | "REC_601" | "REC_709" | "HDR10" | "HLG_2020" | "P3DCI" | "P3D65_SDR" | "P3D65_HDR")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediaconvert
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.151.0
4
+ version: 1.153.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-07 00:00:00.000000000 Z
11
+ date: 2025-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core