aws-sdk-mediaconvert 1.152.0 → 1.154.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.
data/sig/client.rbs CHANGED
@@ -517,7 +517,7 @@ module Aws
517
517
  pts_offset_handling_for_b_frames: ("ZERO_BASED" | "MATCH_INITIAL_PTS")?,
518
518
  segment_control: ("SINGLE_FILE" | "SEGMENTED_FILES")?,
519
519
  segment_length: ::Integer?,
520
- segment_length_control: ("EXACT" | "GOP_MULTIPLE")?,
520
+ segment_length_control: ("EXACT" | "GOP_MULTIPLE" | "MATCH")?,
521
521
  stream_inf_resolution: ("INCLUDE" | "EXCLUDE")?,
522
522
  target_duration_compatibility_mode: ("LEGACY" | "SPEC_COMPLIANT")?,
523
523
  video_composition_offsets: ("SIGNED" | "UNSIGNED")?,
@@ -581,7 +581,7 @@ module Aws
581
581
  pts_offset_handling_for_b_frames: ("ZERO_BASED" | "MATCH_INITIAL_PTS")?,
582
582
  segment_control: ("SINGLE_FILE" | "SEGMENTED_FILES")?,
583
583
  segment_length: ::Integer?,
584
- segment_length_control: ("EXACT" | "GOP_MULTIPLE")?,
584
+ segment_length_control: ("EXACT" | "GOP_MULTIPLE" | "MATCH")?,
585
585
  video_composition_offsets: ("SIGNED" | "UNSIGNED")?,
586
586
  write_segment_timeline_in_representation: ("ENABLED" | "DISABLED")?
587
587
  }?,
@@ -680,7 +680,7 @@ module Aws
680
680
  progressive_write_hls_manifest: ("ENABLED" | "DISABLED")?,
681
681
  segment_control: ("SINGLE_FILE" | "SEGMENTED_FILES")?,
682
682
  segment_length: ::Integer?,
683
- segment_length_control: ("EXACT" | "GOP_MULTIPLE")?,
683
+ segment_length_control: ("EXACT" | "GOP_MULTIPLE" | "MATCH")?,
684
684
  segments_per_subdirectory: ::Integer?,
685
685
  stream_inf_resolution: ("INCLUDE" | "EXCLUDE")?,
686
686
  target_duration_compatibility_mode: ("LEGACY" | "SPEC_COMPLIANT")?,
@@ -997,6 +997,7 @@ module Aws
997
997
  audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")?,
998
998
  audio_frames_per_pes: ::Integer?,
999
999
  audio_pids: Array[::Integer]?,
1000
+ audio_pts_offset_delta: ::Integer?,
1000
1001
  bitrate: ::Integer?,
1001
1002
  buffer_model: ("MULTIPLEX" | "NONE")?,
1002
1003
  data_pts_control: ("AUTO" | "ALIGN_TO_VIDEO")?,
@@ -1035,7 +1036,7 @@ module Aws
1035
1036
  private_metadata_pid: ::Integer?,
1036
1037
  program_number: ::Integer?,
1037
1038
  pts_offset: ::Integer?,
1038
- pts_offset_mode: ("AUTO" | "SECONDS")?,
1039
+ pts_offset_mode: ("AUTO" | "SECONDS" | "MILLISECONDS")?,
1039
1040
  rate_mode: ("VBR" | "CBR")?,
1040
1041
  scte_35_esam: {
1041
1042
  scte_35_esam_pid: ::Integer?
@@ -1053,6 +1054,7 @@ module Aws
1053
1054
  audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")?,
1054
1055
  audio_frames_per_pes: ::Integer?,
1055
1056
  audio_pids: Array[::Integer]?,
1057
+ audio_pts_offset_delta: ::Integer?,
1056
1058
  data_pts_control: ("AUTO" | "ALIGN_TO_VIDEO")?,
1057
1059
  max_pcr_interval: ::Integer?,
1058
1060
  nielsen_id_3: ("INSERT" | "NONE")?,
@@ -1064,7 +1066,7 @@ module Aws
1064
1066
  private_metadata_pid: ::Integer?,
1065
1067
  program_number: ::Integer?,
1066
1068
  pts_offset: ::Integer?,
1067
- pts_offset_mode: ("AUTO" | "SECONDS")?,
1069
+ pts_offset_mode: ("AUTO" | "SECONDS" | "MILLISECONDS")?,
1068
1070
  scte_35_pid: ::Integer?,
1069
1071
  scte_35_source: ("PASSTHROUGH" | "NONE")?,
1070
1072
  timed_metadata: ("PASSTHROUGH" | "NONE")?,
@@ -1981,7 +1983,7 @@ module Aws
1981
1983
  pts_offset_handling_for_b_frames: ("ZERO_BASED" | "MATCH_INITIAL_PTS")?,
1982
1984
  segment_control: ("SINGLE_FILE" | "SEGMENTED_FILES")?,
1983
1985
  segment_length: ::Integer?,
1984
- segment_length_control: ("EXACT" | "GOP_MULTIPLE")?,
1986
+ segment_length_control: ("EXACT" | "GOP_MULTIPLE" | "MATCH")?,
1985
1987
  stream_inf_resolution: ("INCLUDE" | "EXCLUDE")?,
1986
1988
  target_duration_compatibility_mode: ("LEGACY" | "SPEC_COMPLIANT")?,
1987
1989
  video_composition_offsets: ("SIGNED" | "UNSIGNED")?,
@@ -2045,7 +2047,7 @@ module Aws
2045
2047
  pts_offset_handling_for_b_frames: ("ZERO_BASED" | "MATCH_INITIAL_PTS")?,
2046
2048
  segment_control: ("SINGLE_FILE" | "SEGMENTED_FILES")?,
2047
2049
  segment_length: ::Integer?,
2048
- segment_length_control: ("EXACT" | "GOP_MULTIPLE")?,
2050
+ segment_length_control: ("EXACT" | "GOP_MULTIPLE" | "MATCH")?,
2049
2051
  video_composition_offsets: ("SIGNED" | "UNSIGNED")?,
2050
2052
  write_segment_timeline_in_representation: ("ENABLED" | "DISABLED")?
2051
2053
  }?,
@@ -2144,7 +2146,7 @@ module Aws
2144
2146
  progressive_write_hls_manifest: ("ENABLED" | "DISABLED")?,
2145
2147
  segment_control: ("SINGLE_FILE" | "SEGMENTED_FILES")?,
2146
2148
  segment_length: ::Integer?,
2147
- segment_length_control: ("EXACT" | "GOP_MULTIPLE")?,
2149
+ segment_length_control: ("EXACT" | "GOP_MULTIPLE" | "MATCH")?,
2148
2150
  segments_per_subdirectory: ::Integer?,
2149
2151
  stream_inf_resolution: ("INCLUDE" | "EXCLUDE")?,
2150
2152
  target_duration_compatibility_mode: ("LEGACY" | "SPEC_COMPLIANT")?,
@@ -2461,6 +2463,7 @@ module Aws
2461
2463
  audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")?,
2462
2464
  audio_frames_per_pes: ::Integer?,
2463
2465
  audio_pids: Array[::Integer]?,
2466
+ audio_pts_offset_delta: ::Integer?,
2464
2467
  bitrate: ::Integer?,
2465
2468
  buffer_model: ("MULTIPLEX" | "NONE")?,
2466
2469
  data_pts_control: ("AUTO" | "ALIGN_TO_VIDEO")?,
@@ -2499,7 +2502,7 @@ module Aws
2499
2502
  private_metadata_pid: ::Integer?,
2500
2503
  program_number: ::Integer?,
2501
2504
  pts_offset: ::Integer?,
2502
- pts_offset_mode: ("AUTO" | "SECONDS")?,
2505
+ pts_offset_mode: ("AUTO" | "SECONDS" | "MILLISECONDS")?,
2503
2506
  rate_mode: ("VBR" | "CBR")?,
2504
2507
  scte_35_esam: {
2505
2508
  scte_35_esam_pid: ::Integer?
@@ -2517,6 +2520,7 @@ module Aws
2517
2520
  audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")?,
2518
2521
  audio_frames_per_pes: ::Integer?,
2519
2522
  audio_pids: Array[::Integer]?,
2523
+ audio_pts_offset_delta: ::Integer?,
2520
2524
  data_pts_control: ("AUTO" | "ALIGN_TO_VIDEO")?,
2521
2525
  max_pcr_interval: ::Integer?,
2522
2526
  nielsen_id_3: ("INSERT" | "NONE")?,
@@ -2528,7 +2532,7 @@ module Aws
2528
2532
  private_metadata_pid: ::Integer?,
2529
2533
  program_number: ::Integer?,
2530
2534
  pts_offset: ::Integer?,
2531
- pts_offset_mode: ("AUTO" | "SECONDS")?,
2535
+ pts_offset_mode: ("AUTO" | "SECONDS" | "MILLISECONDS")?,
2532
2536
  scte_35_pid: ::Integer?,
2533
2537
  scte_35_source: ("PASSTHROUGH" | "NONE")?,
2534
2538
  timed_metadata: ("PASSTHROUGH" | "NONE")?,
@@ -3314,6 +3318,7 @@ module Aws
3314
3318
  audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")?,
3315
3319
  audio_frames_per_pes: ::Integer?,
3316
3320
  audio_pids: Array[::Integer]?,
3321
+ audio_pts_offset_delta: ::Integer?,
3317
3322
  bitrate: ::Integer?,
3318
3323
  buffer_model: ("MULTIPLEX" | "NONE")?,
3319
3324
  data_pts_control: ("AUTO" | "ALIGN_TO_VIDEO")?,
@@ -3352,7 +3357,7 @@ module Aws
3352
3357
  private_metadata_pid: ::Integer?,
3353
3358
  program_number: ::Integer?,
3354
3359
  pts_offset: ::Integer?,
3355
- pts_offset_mode: ("AUTO" | "SECONDS")?,
3360
+ pts_offset_mode: ("AUTO" | "SECONDS" | "MILLISECONDS")?,
3356
3361
  rate_mode: ("VBR" | "CBR")?,
3357
3362
  scte_35_esam: {
3358
3363
  scte_35_esam_pid: ::Integer?
@@ -3370,6 +3375,7 @@ module Aws
3370
3375
  audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")?,
3371
3376
  audio_frames_per_pes: ::Integer?,
3372
3377
  audio_pids: Array[::Integer]?,
3378
+ audio_pts_offset_delta: ::Integer?,
3373
3379
  data_pts_control: ("AUTO" | "ALIGN_TO_VIDEO")?,
3374
3380
  max_pcr_interval: ::Integer?,
3375
3381
  nielsen_id_3: ("INSERT" | "NONE")?,
@@ -3381,7 +3387,7 @@ module Aws
3381
3387
  private_metadata_pid: ::Integer?,
3382
3388
  program_number: ::Integer?,
3383
3389
  pts_offset: ::Integer?,
3384
- pts_offset_mode: ("AUTO" | "SECONDS")?,
3390
+ pts_offset_mode: ("AUTO" | "SECONDS" | "MILLISECONDS")?,
3385
3391
  scte_35_pid: ::Integer?,
3386
3392
  scte_35_source: ("PASSTHROUGH" | "NONE")?,
3387
3393
  timed_metadata: ("PASSTHROUGH" | "NONE")?,
@@ -4067,6 +4073,20 @@ module Aws
4067
4073
  ) -> _ListVersionsResponseSuccess
4068
4074
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListVersionsResponseSuccess
4069
4075
 
4076
+ interface _ProbeResponseSuccess
4077
+ include ::Seahorse::Client::_ResponseSuccess[Types::ProbeResponse]
4078
+ def probe_results: () -> ::Array[Types::ProbeResult]
4079
+ end
4080
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConvert/Client.html#probe-instance_method
4081
+ def probe: (
4082
+ ?input_files: Array[
4083
+ {
4084
+ file_url: ::String?
4085
+ },
4086
+ ]
4087
+ ) -> _ProbeResponseSuccess
4088
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ProbeResponseSuccess
4089
+
4070
4090
  interface _PutPolicyResponseSuccess
4071
4091
  include ::Seahorse::Client::_ResponseSuccess[Types::PutPolicyResponse]
4072
4092
  def policy: () -> Types::Policy
@@ -4522,7 +4542,7 @@ module Aws
4522
4542
  pts_offset_handling_for_b_frames: ("ZERO_BASED" | "MATCH_INITIAL_PTS")?,
4523
4543
  segment_control: ("SINGLE_FILE" | "SEGMENTED_FILES")?,
4524
4544
  segment_length: ::Integer?,
4525
- segment_length_control: ("EXACT" | "GOP_MULTIPLE")?,
4545
+ segment_length_control: ("EXACT" | "GOP_MULTIPLE" | "MATCH")?,
4526
4546
  stream_inf_resolution: ("INCLUDE" | "EXCLUDE")?,
4527
4547
  target_duration_compatibility_mode: ("LEGACY" | "SPEC_COMPLIANT")?,
4528
4548
  video_composition_offsets: ("SIGNED" | "UNSIGNED")?,
@@ -4586,7 +4606,7 @@ module Aws
4586
4606
  pts_offset_handling_for_b_frames: ("ZERO_BASED" | "MATCH_INITIAL_PTS")?,
4587
4607
  segment_control: ("SINGLE_FILE" | "SEGMENTED_FILES")?,
4588
4608
  segment_length: ::Integer?,
4589
- segment_length_control: ("EXACT" | "GOP_MULTIPLE")?,
4609
+ segment_length_control: ("EXACT" | "GOP_MULTIPLE" | "MATCH")?,
4590
4610
  video_composition_offsets: ("SIGNED" | "UNSIGNED")?,
4591
4611
  write_segment_timeline_in_representation: ("ENABLED" | "DISABLED")?
4592
4612
  }?,
@@ -4685,7 +4705,7 @@ module Aws
4685
4705
  progressive_write_hls_manifest: ("ENABLED" | "DISABLED")?,
4686
4706
  segment_control: ("SINGLE_FILE" | "SEGMENTED_FILES")?,
4687
4707
  segment_length: ::Integer?,
4688
- segment_length_control: ("EXACT" | "GOP_MULTIPLE")?,
4708
+ segment_length_control: ("EXACT" | "GOP_MULTIPLE" | "MATCH")?,
4689
4709
  segments_per_subdirectory: ::Integer?,
4690
4710
  stream_inf_resolution: ("INCLUDE" | "EXCLUDE")?,
4691
4711
  target_duration_compatibility_mode: ("LEGACY" | "SPEC_COMPLIANT")?,
@@ -5002,6 +5022,7 @@ module Aws
5002
5022
  audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")?,
5003
5023
  audio_frames_per_pes: ::Integer?,
5004
5024
  audio_pids: Array[::Integer]?,
5025
+ audio_pts_offset_delta: ::Integer?,
5005
5026
  bitrate: ::Integer?,
5006
5027
  buffer_model: ("MULTIPLEX" | "NONE")?,
5007
5028
  data_pts_control: ("AUTO" | "ALIGN_TO_VIDEO")?,
@@ -5040,7 +5061,7 @@ module Aws
5040
5061
  private_metadata_pid: ::Integer?,
5041
5062
  program_number: ::Integer?,
5042
5063
  pts_offset: ::Integer?,
5043
- pts_offset_mode: ("AUTO" | "SECONDS")?,
5064
+ pts_offset_mode: ("AUTO" | "SECONDS" | "MILLISECONDS")?,
5044
5065
  rate_mode: ("VBR" | "CBR")?,
5045
5066
  scte_35_esam: {
5046
5067
  scte_35_esam_pid: ::Integer?
@@ -5058,6 +5079,7 @@ module Aws
5058
5079
  audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")?,
5059
5080
  audio_frames_per_pes: ::Integer?,
5060
5081
  audio_pids: Array[::Integer]?,
5082
+ audio_pts_offset_delta: ::Integer?,
5061
5083
  data_pts_control: ("AUTO" | "ALIGN_TO_VIDEO")?,
5062
5084
  max_pcr_interval: ::Integer?,
5063
5085
  nielsen_id_3: ("INSERT" | "NONE")?,
@@ -5069,7 +5091,7 @@ module Aws
5069
5091
  private_metadata_pid: ::Integer?,
5070
5092
  program_number: ::Integer?,
5071
5093
  pts_offset: ::Integer?,
5072
- pts_offset_mode: ("AUTO" | "SECONDS")?,
5094
+ pts_offset_mode: ("AUTO" | "SECONDS" | "MILLISECONDS")?,
5073
5095
  scte_35_pid: ::Integer?,
5074
5096
  scte_35_source: ("PASSTHROUGH" | "NONE")?,
5075
5097
  timed_metadata: ("PASSTHROUGH" | "NONE")?,
@@ -5854,6 +5876,7 @@ module Aws
5854
5876
  audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")?,
5855
5877
  audio_frames_per_pes: ::Integer?,
5856
5878
  audio_pids: Array[::Integer]?,
5879
+ audio_pts_offset_delta: ::Integer?,
5857
5880
  bitrate: ::Integer?,
5858
5881
  buffer_model: ("MULTIPLEX" | "NONE")?,
5859
5882
  data_pts_control: ("AUTO" | "ALIGN_TO_VIDEO")?,
@@ -5892,7 +5915,7 @@ module Aws
5892
5915
  private_metadata_pid: ::Integer?,
5893
5916
  program_number: ::Integer?,
5894
5917
  pts_offset: ::Integer?,
5895
- pts_offset_mode: ("AUTO" | "SECONDS")?,
5918
+ pts_offset_mode: ("AUTO" | "SECONDS" | "MILLISECONDS")?,
5896
5919
  rate_mode: ("VBR" | "CBR")?,
5897
5920
  scte_35_esam: {
5898
5921
  scte_35_esam_pid: ::Integer?
@@ -5910,6 +5933,7 @@ module Aws
5910
5933
  audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")?,
5911
5934
  audio_frames_per_pes: ::Integer?,
5912
5935
  audio_pids: Array[::Integer]?,
5936
+ audio_pts_offset_delta: ::Integer?,
5913
5937
  data_pts_control: ("AUTO" | "ALIGN_TO_VIDEO")?,
5914
5938
  max_pcr_interval: ::Integer?,
5915
5939
  nielsen_id_3: ("INSERT" | "NONE")?,
@@ -5921,7 +5945,7 @@ module Aws
5921
5945
  private_metadata_pid: ::Integer?,
5922
5946
  program_number: ::Integer?,
5923
5947
  pts_offset: ::Integer?,
5924
- pts_offset_mode: ("AUTO" | "SECONDS")?,
5948
+ pts_offset_mode: ("AUTO" | "SECONDS" | "MILLISECONDS")?,
5925
5949
  scte_35_pid: ::Integer?,
5926
5950
  scte_35_source: ("PASSTHROUGH" | "NONE")?,
5927
5951
  timed_metadata: ("PASSTHROUGH" | "NONE")?,
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
@@ -370,7 +380,7 @@ module Aws::MediaConvert
370
380
  attr_accessor pts_offset_handling_for_b_frames: ("ZERO_BASED" | "MATCH_INITIAL_PTS")
371
381
  attr_accessor segment_control: ("SINGLE_FILE" | "SEGMENTED_FILES")
372
382
  attr_accessor segment_length: ::Integer
373
- attr_accessor segment_length_control: ("EXACT" | "GOP_MULTIPLE")
383
+ attr_accessor segment_length_control: ("EXACT" | "GOP_MULTIPLE" | "MATCH")
374
384
  attr_accessor stream_inf_resolution: ("INCLUDE" | "EXCLUDE")
375
385
  attr_accessor target_duration_compatibility_mode: ("LEGACY" | "SPEC_COMPLIANT")
376
386
  attr_accessor video_composition_offsets: ("SIGNED" | "UNSIGNED")
@@ -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")
@@ -554,7 +571,7 @@ module Aws::MediaConvert
554
571
  attr_accessor pts_offset_handling_for_b_frames: ("ZERO_BASED" | "MATCH_INITIAL_PTS")
555
572
  attr_accessor segment_control: ("SINGLE_FILE" | "SEGMENTED_FILES")
556
573
  attr_accessor segment_length: ::Integer
557
- attr_accessor segment_length_control: ("EXACT" | "GOP_MULTIPLE")
574
+ attr_accessor segment_length_control: ("EXACT" | "GOP_MULTIPLE" | "MATCH")
558
575
  attr_accessor video_composition_offsets: ("SIGNED" | "UNSIGNED")
559
576
  attr_accessor write_segment_timeline_in_representation: ("ENABLED" | "DISABLED")
560
577
  SENSITIVE: []
@@ -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: []
@@ -1103,7 +1131,7 @@ module Aws::MediaConvert
1103
1131
  attr_accessor progressive_write_hls_manifest: ("ENABLED" | "DISABLED")
1104
1132
  attr_accessor segment_control: ("SINGLE_FILE" | "SEGMENTED_FILES")
1105
1133
  attr_accessor segment_length: ::Integer
1106
- attr_accessor segment_length_control: ("EXACT" | "GOP_MULTIPLE")
1134
+ attr_accessor segment_length_control: ("EXACT" | "GOP_MULTIPLE" | "MATCH")
1107
1135
  attr_accessor segments_per_subdirectory: ::Integer
1108
1136
  attr_accessor stream_inf_resolution: ("INCLUDE" | "EXCLUDE")
1109
1137
  attr_accessor target_duration_compatibility_mode: ("LEGACY" | "SPEC_COMPLIANT")
@@ -1473,6 +1501,7 @@ module Aws::MediaConvert
1473
1501
  attr_accessor audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")
1474
1502
  attr_accessor audio_frames_per_pes: ::Integer
1475
1503
  attr_accessor audio_pids: ::Array[::Integer]
1504
+ attr_accessor audio_pts_offset_delta: ::Integer
1476
1505
  attr_accessor bitrate: ::Integer
1477
1506
  attr_accessor buffer_model: ("MULTIPLEX" | "NONE")
1478
1507
  attr_accessor data_pts_control: ("AUTO" | "ALIGN_TO_VIDEO")
@@ -1500,7 +1529,7 @@ module Aws::MediaConvert
1500
1529
  attr_accessor private_metadata_pid: ::Integer
1501
1530
  attr_accessor program_number: ::Integer
1502
1531
  attr_accessor pts_offset: ::Integer
1503
- attr_accessor pts_offset_mode: ("AUTO" | "SECONDS")
1532
+ attr_accessor pts_offset_mode: ("AUTO" | "SECONDS" | "MILLISECONDS")
1504
1533
  attr_accessor rate_mode: ("VBR" | "CBR")
1505
1534
  attr_accessor scte_35_esam: Types::M2tsScte35Esam
1506
1535
  attr_accessor scte_35_pid: ::Integer
@@ -1518,6 +1547,7 @@ module Aws::MediaConvert
1518
1547
  attr_accessor audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")
1519
1548
  attr_accessor audio_frames_per_pes: ::Integer
1520
1549
  attr_accessor audio_pids: ::Array[::Integer]
1550
+ attr_accessor audio_pts_offset_delta: ::Integer
1521
1551
  attr_accessor data_pts_control: ("AUTO" | "ALIGN_TO_VIDEO")
1522
1552
  attr_accessor max_pcr_interval: ::Integer
1523
1553
  attr_accessor nielsen_id_3: ("INSERT" | "NONE")
@@ -1529,7 +1559,7 @@ module Aws::MediaConvert
1529
1559
  attr_accessor private_metadata_pid: ::Integer
1530
1560
  attr_accessor program_number: ::Integer
1531
1561
  attr_accessor pts_offset: ::Integer
1532
- attr_accessor pts_offset_mode: ("AUTO" | "SECONDS")
1562
+ attr_accessor pts_offset_mode: ("AUTO" | "SECONDS" | "MILLISECONDS")
1533
1563
  attr_accessor scte_35_pid: ::Integer
1534
1564
  attr_accessor scte_35_source: ("PASSTHROUGH" | "NONE")
1535
1565
  attr_accessor timed_metadata: ("PASSTHROUGH" | "NONE")
@@ -1539,6 +1569,14 @@ module Aws::MediaConvert
1539
1569
  SENSITIVE: []
1540
1570
  end
1541
1571
 
1572
+ class Metadata
1573
+ attr_accessor etag: ::String
1574
+ attr_accessor file_size: ::Integer
1575
+ attr_accessor last_modified: ::Time
1576
+ attr_accessor mime_type: ::String
1577
+ SENSITIVE: []
1578
+ end
1579
+
1542
1580
  class MinBottomRenditionSize
1543
1581
  attr_accessor height: ::Integer
1544
1582
  attr_accessor width: ::Integer
@@ -1851,6 +1889,28 @@ module Aws::MediaConvert
1851
1889
  SENSITIVE: []
1852
1890
  end
1853
1891
 
1892
+ class ProbeInputFile
1893
+ attr_accessor file_url: ::String
1894
+ SENSITIVE: []
1895
+ end
1896
+
1897
+ class ProbeRequest
1898
+ attr_accessor input_files: ::Array[Types::ProbeInputFile]
1899
+ SENSITIVE: []
1900
+ end
1901
+
1902
+ class ProbeResponse
1903
+ attr_accessor probe_results: ::Array[Types::ProbeResult]
1904
+ SENSITIVE: []
1905
+ end
1906
+
1907
+ class ProbeResult
1908
+ attr_accessor container: Types::Container
1909
+ attr_accessor metadata: Types::Metadata
1910
+ attr_accessor track_mappings: ::Array[Types::TrackMapping]
1911
+ SENSITIVE: []
1912
+ end
1913
+
1854
1914
  class ProresSettings
1855
1915
  attr_accessor chroma_sampling: ("PRESERVE_444_SAMPLING" | "SUBSAMPLE_TO_422")
1856
1916
  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 +2134,24 @@ module Aws::MediaConvert
2074
2134
  SENSITIVE: []
2075
2135
  end
2076
2136
 
2137
+ class Track
2138
+ attr_accessor audio_properties: Types::AudioProperties
2139
+ 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")
2140
+ attr_accessor data_properties: Types::DataProperties
2141
+ attr_accessor duration: ::Float
2142
+ attr_accessor index: ::Integer
2143
+ attr_accessor track_type: ("video" | "audio" | "data")
2144
+ attr_accessor video_properties: Types::VideoProperties
2145
+ SENSITIVE: []
2146
+ end
2147
+
2148
+ class TrackMapping
2149
+ attr_accessor audio_track_indexes: ::Array[::Integer]
2150
+ attr_accessor data_track_indexes: ::Array[::Integer]
2151
+ attr_accessor video_track_indexes: ::Array[::Integer]
2152
+ SENSITIVE: []
2153
+ end
2154
+
2077
2155
  class TrackSourceSettings
2078
2156
  attr_accessor track_number: ::Integer
2079
2157
  SENSITIVE: []
@@ -2261,6 +2339,18 @@ module Aws::MediaConvert
2261
2339
  SENSITIVE: []
2262
2340
  end
2263
2341
 
2342
+ class VideoProperties
2343
+ attr_accessor bit_depth: ::Integer
2344
+ attr_accessor bit_rate: ::Integer
2345
+ 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")
2346
+ attr_accessor frame_rate: Types::FrameRate
2347
+ attr_accessor height: ::Integer
2348
+ 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")
2349
+ 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")
2350
+ attr_accessor width: ::Integer
2351
+ SENSITIVE: []
2352
+ end
2353
+
2264
2354
  class VideoSelector
2265
2355
  attr_accessor alpha_behavior: ("DISCARD" | "REMAP_TO_LUMA")
2266
2356
  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.152.0
4
+ version: 1.154.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-18 00:00:00.000000000 Z
11
+ date: 2025-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core