aws-sdk-mediaconvert 1.190.0 → 1.191.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: e38ddf73f4f89e6ebce75d0c6c45ef1352072db428450548a848bad215d5fbf2
4
- data.tar.gz: 6ca1dc5cc8cd1ca398eaf82b2127d55f8ba9106b8ad6f7cebd349b07a7fc52f3
3
+ metadata.gz: e4def32dbbd6198f40fe3588f42b89cff82770c3c761d20683573e6484ed136b
4
+ data.tar.gz: f59d0042403d26291c56071b9d09739a44978cbdbbb51b6a7c33245ce13ef602
5
5
  SHA512:
6
- metadata.gz: d3d672a38c10027581d07ba321c55b173ed0d983ca28f7466eb3a0554cb322084e33297fc00fe47a05a3f90e440a183a8be4eb82fb828ce8fcbf2f2b1018b191
7
- data.tar.gz: 89c523d34eb8b79fe318de0d00dc3c72fd4ee10b7296bbdfe9f030c4c89e20bdbcb772b01f03fc3fc6e8ae17e31f7a3c5e7566a37d51ebb737ddda45e297dfcd
6
+ metadata.gz: c50804f8854869eab5d0a156c9c359b61ac3b14e4785fc81dc347dc9d333251fcc540703f370dea2a9c8f528857dc25f21b2a3a3179bba81fcf69261988f57b1
7
+ data.tar.gz: e2c73ec3fe025fe0227e434b386989a3e05aec48b46e364030c8af52fda55d34b151cc35e82c9142f3b82dc3ee013abaac5b8c1e2ee1a6f30616ba417889276c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.191.0 (2026-08-03)
5
+ ------------------
6
+
7
+ * Feature - Updates Kantar server URL validation to accept Fifty5Blue domain. Adds support for output to S3 Glacier Instant Retrieval.
8
+
4
9
  1.190.0 (2026-07-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.190.0
1
+ 1.191.0
@@ -1086,6 +1086,7 @@ module Aws::MediaConvert
1086
1086
  # video_pid: 1,
1087
1087
  # },
1088
1088
  # mov_settings: {
1089
+ # audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
1089
1090
  # clap_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
1090
1091
  # cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
1091
1092
  # mpeg_2_four_cc_control: "XDCAM", # accepts XDCAM, MPEG
@@ -1887,6 +1888,7 @@ module Aws::MediaConvert
1887
1888
  # resp.preset.settings.container_settings.m3u_8_settings.timed_metadata_pid #=> Integer
1888
1889
  # resp.preset.settings.container_settings.m3u_8_settings.transport_stream_id #=> Integer
1889
1890
  # resp.preset.settings.container_settings.m3u_8_settings.video_pid #=> Integer
1891
+ # resp.preset.settings.container_settings.mov_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
1890
1892
  # resp.preset.settings.container_settings.mov_settings.clap_atom #=> String, one of "INCLUDE", "EXCLUDE"
1891
1893
  # resp.preset.settings.container_settings.mov_settings.cslg_atom #=> String, one of "INCLUDE", "EXCLUDE"
1892
1894
  # resp.preset.settings.container_settings.mov_settings.mpeg_2_four_cc_control #=> String, one of "XDCAM", "MPEG"
@@ -2987,6 +2989,7 @@ module Aws::MediaConvert
2987
2989
  # resp.preset.settings.container_settings.m3u_8_settings.timed_metadata_pid #=> Integer
2988
2990
  # resp.preset.settings.container_settings.m3u_8_settings.transport_stream_id #=> Integer
2989
2991
  # resp.preset.settings.container_settings.m3u_8_settings.video_pid #=> Integer
2992
+ # resp.preset.settings.container_settings.mov_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
2990
2993
  # resp.preset.settings.container_settings.mov_settings.clap_atom #=> String, one of "INCLUDE", "EXCLUDE"
2991
2994
  # resp.preset.settings.container_settings.mov_settings.cslg_atom #=> String, one of "INCLUDE", "EXCLUDE"
2992
2995
  # resp.preset.settings.container_settings.mov_settings.mpeg_2_four_cc_control #=> String, one of "XDCAM", "MPEG"
@@ -3896,6 +3899,7 @@ module Aws::MediaConvert
3896
3899
  # resp.presets[0].settings.container_settings.m3u_8_settings.timed_metadata_pid #=> Integer
3897
3900
  # resp.presets[0].settings.container_settings.m3u_8_settings.transport_stream_id #=> Integer
3898
3901
  # resp.presets[0].settings.container_settings.m3u_8_settings.video_pid #=> Integer
3902
+ # resp.presets[0].settings.container_settings.mov_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
3899
3903
  # resp.presets[0].settings.container_settings.mov_settings.clap_atom #=> String, one of "INCLUDE", "EXCLUDE"
3900
3904
  # resp.presets[0].settings.container_settings.mov_settings.cslg_atom #=> String, one of "INCLUDE", "EXCLUDE"
3901
3905
  # resp.presets[0].settings.container_settings.mov_settings.mpeg_2_four_cc_control #=> String, one of "XDCAM", "MPEG"
@@ -4480,6 +4484,7 @@ module Aws::MediaConvert
4480
4484
  # @example Response structure
4481
4485
  #
4482
4486
  # resp.probe_results #=> Array
4487
+ # resp.probe_results[0].container.bit_rate #=> Integer
4483
4488
  # resp.probe_results[0].container.duration #=> Float
4484
4489
  # resp.probe_results[0].container.format #=> String, one of "mp4", "quicktime", "matroska", "webm", "mxf", "wave", "avi", "mpegts", "mpegps", "mp3"
4485
4490
  # resp.probe_results[0].container.start_timecode #=> String
@@ -4506,6 +4511,7 @@ module Aws::MediaConvert
4506
4511
  # resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.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"
4507
4512
  # resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.content_light_level.max_content_light_level #=> Integer
4508
4513
  # resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.content_light_level.max_frame_average_light_level #=> Integer
4514
+ # resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.field_order #=> String
4509
4515
  # resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.height #=> Integer
4510
4516
  # resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.level #=> String
4511
4517
  # resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.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"
@@ -5212,6 +5218,7 @@ module Aws::MediaConvert
5212
5218
  # video_pid: 1,
5213
5219
  # },
5214
5220
  # mov_settings: {
5221
+ # audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
5215
5222
  # clap_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
5216
5223
  # cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
5217
5224
  # mpeg_2_four_cc_control: "XDCAM", # accepts XDCAM, MPEG
@@ -6010,6 +6017,7 @@ module Aws::MediaConvert
6010
6017
  # resp.preset.settings.container_settings.m3u_8_settings.timed_metadata_pid #=> Integer
6011
6018
  # resp.preset.settings.container_settings.m3u_8_settings.transport_stream_id #=> Integer
6012
6019
  # resp.preset.settings.container_settings.m3u_8_settings.video_pid #=> Integer
6020
+ # resp.preset.settings.container_settings.mov_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
6013
6021
  # resp.preset.settings.container_settings.mov_settings.clap_atom #=> String, one of "INCLUDE", "EXCLUDE"
6014
6022
  # resp.preset.settings.container_settings.mov_settings.cslg_atom #=> String, one of "INCLUDE", "EXCLUDE"
6015
6023
  # resp.preset.settings.container_settings.mov_settings.mpeg_2_four_cc_control #=> String, one of "XDCAM", "MPEG"
@@ -6523,7 +6531,7 @@ module Aws::MediaConvert
6523
6531
  tracer: tracer
6524
6532
  )
6525
6533
  context[:gem_name] = 'aws-sdk-mediaconvert'
6526
- context[:gem_version] = '1.190.0'
6534
+ context[:gem_version] = '1.191.0'
6527
6535
  Seahorse::Client::Request.new(handlers, context)
6528
6536
  end
6529
6537
 
@@ -1015,7 +1015,7 @@ module Aws::MediaConvert
1015
1015
  __stringPatternDD = Shapes::StringShape.new(name: '__stringPatternDD')
1016
1016
  __stringPatternHttps = Shapes::StringShape.new(name: '__stringPatternHttps')
1017
1017
  __stringPatternHttpsD = Shapes::StringShape.new(name: '__stringPatternHttpsD')
1018
- __stringPatternHttpsKantarmedia = Shapes::StringShape.new(name: '__stringPatternHttpsKantarmedia')
1018
+ __stringPatternHttpsKantarmedia55Prod = Shapes::StringShape.new(name: '__stringPatternHttpsKantarmedia55Prod')
1019
1019
  __stringPatternIdentityAZaZ26AZaZ09163 = Shapes::StringShape.new(name: '__stringPatternIdentityAZaZ26AZaZ09163')
1020
1020
  __stringPatternS3 = Shapes::StringShape.new(name: '__stringPatternS3')
1021
1021
  __stringPatternS3ASSETMAPXml = Shapes::StringShape.new(name: '__stringPatternS3ASSETMAPXml')
@@ -1402,6 +1402,7 @@ module Aws::MediaConvert
1402
1402
  CodecMetadata.add_member(:coded_frame_rate, Shapes::ShapeRef.new(shape: FrameRate, location_name: "codedFrameRate"))
1403
1403
  CodecMetadata.add_member(:color_primaries, Shapes::ShapeRef.new(shape: ColorPrimaries, location_name: "colorPrimaries"))
1404
1404
  CodecMetadata.add_member(:content_light_level, Shapes::ShapeRef.new(shape: ContentLightLevel, location_name: "contentLightLevel"))
1405
+ CodecMetadata.add_member(:field_order, Shapes::ShapeRef.new(shape: __string, location_name: "fieldOrder"))
1405
1406
  CodecMetadata.add_member(:height, Shapes::ShapeRef.new(shape: __integer, location_name: "height"))
1406
1407
  CodecMetadata.add_member(:level, Shapes::ShapeRef.new(shape: __string, location_name: "level"))
1407
1408
  CodecMetadata.add_member(:matrix_coefficients, Shapes::ShapeRef.new(shape: MatrixCoefficients, location_name: "matrixCoefficients"))
@@ -1435,6 +1436,7 @@ module Aws::MediaConvert
1435
1436
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
1436
1437
  ConflictException.struct_class = Types::ConflictException
1437
1438
 
1439
+ Container.add_member(:bit_rate, Shapes::ShapeRef.new(shape: __long, location_name: "bitRate"))
1438
1440
  Container.add_member(:duration, Shapes::ShapeRef.new(shape: __double, location_name: "duration"))
1439
1441
  Container.add_member(:format, Shapes::ShapeRef.new(shape: Format, location_name: "format"))
1440
1442
  Container.add_member(:start_timecode, Shapes::ShapeRef.new(shape: __string, location_name: "startTimecode"))
@@ -2282,7 +2284,7 @@ module Aws::MediaConvert
2282
2284
  KantarWatermarkSettings.add_member(:credentials_secret_name, Shapes::ShapeRef.new(shape: __stringMin1Max2048PatternArnAZSecretsmanagerWD12SecretAZAZ09, location_name: "credentialsSecretName"))
2283
2285
  KantarWatermarkSettings.add_member(:file_offset, Shapes::ShapeRef.new(shape: __doubleMin0, location_name: "fileOffset"))
2284
2286
  KantarWatermarkSettings.add_member(:kantar_license_id, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "kantarLicenseId"))
2285
- KantarWatermarkSettings.add_member(:kantar_server_url, Shapes::ShapeRef.new(shape: __stringPatternHttpsKantarmedia, location_name: "kantarServerUrl"))
2287
+ KantarWatermarkSettings.add_member(:kantar_server_url, Shapes::ShapeRef.new(shape: __stringPatternHttpsKantarmedia55Prod, location_name: "kantarServerUrl"))
2286
2288
  KantarWatermarkSettings.add_member(:log_destination, Shapes::ShapeRef.new(shape: __stringPatternS3, location_name: "logDestination"))
2287
2289
  KantarWatermarkSettings.add_member(:metadata_3, Shapes::ShapeRef.new(shape: __stringMin1Max50, location_name: "metadata3"))
2288
2290
  KantarWatermarkSettings.add_member(:metadata_4, Shapes::ShapeRef.new(shape: __stringMin1Max50, location_name: "metadata4"))
@@ -2465,6 +2467,7 @@ module Aws::MediaConvert
2465
2467
  MotionImageInsertionOffset.add_member(:image_y, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "imageY"))
2466
2468
  MotionImageInsertionOffset.struct_class = Types::MotionImageInsertionOffset
2467
2469
 
2470
+ MovSettings.add_member(:audio_duration, Shapes::ShapeRef.new(shape: CmfcAudioDuration, location_name: "audioDuration"))
2468
2471
  MovSettings.add_member(:clap_atom, Shapes::ShapeRef.new(shape: MovClapAtom, location_name: "clapAtom"))
2469
2472
  MovSettings.add_member(:cslg_atom, Shapes::ShapeRef.new(shape: MovCslgAtom, location_name: "cslgAtom"))
2470
2473
  MovSettings.add_member(:mpeg_2_four_cc_control, Shapes::ShapeRef.new(shape: MovMpeg2FourCCControl, location_name: "mpeg2FourCCControl"))
@@ -3230,6 +3230,15 @@ module Aws::MediaConvert
3230
3230
  # level characteristics of the content.
3231
3231
  # @return [Types::ContentLightLevel]
3232
3232
  #
3233
+ # @!attribute [rw] field_order
3234
+ # The field order of interlaced video, which indicates whether the top
3235
+ # or bottom field is displayed first. Use this to select the correct
3236
+ # deinterlacing behavior. One of "TopFieldFirst" or
3237
+ # "BottomFieldFirst". This field is present only for interlaced
3238
+ # video; it is omitted for progressive video and when the field order
3239
+ # is not indicated by the source.
3240
+ # @return [String]
3241
+ #
3233
3242
  # @!attribute [rw] height
3234
3243
  # The height in pixels as coded by the codec. This represents the
3235
3244
  # actual encoded video height as specified in the video stream
@@ -3288,6 +3297,7 @@ module Aws::MediaConvert
3288
3297
  :coded_frame_rate,
3289
3298
  :color_primaries,
3290
3299
  :content_light_level,
3300
+ :field_order,
3291
3301
  :height,
3292
3302
  :level,
3293
3303
  :matrix_coefficients,
@@ -3489,6 +3499,12 @@ module Aws::MediaConvert
3489
3499
  # understand the overall structure and details of your media, including
3490
3500
  # format, duration, and track layout.
3491
3501
  #
3502
+ # @!attribute [rw] bit_rate
3503
+ # The overall bit rate of your media file, in bits per second. This is
3504
+ # derived from the file size and duration as (file size in bytes * 8)
3505
+ # / duration in seconds.
3506
+ # @return [Integer]
3507
+ #
3492
3508
  # @!attribute [rw] duration
3493
3509
  # The total duration of your media file, in seconds.
3494
3510
  # @return [Float]
@@ -3513,6 +3529,7 @@ module Aws::MediaConvert
3513
3529
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/Container AWS API Documentation
3514
3530
  #
3515
3531
  class Container < Struct.new(
3532
+ :bit_rate,
3516
3533
  :duration,
3517
3534
  :format,
3518
3535
  :start_timecode,
@@ -11422,6 +11439,24 @@ module Aws::MediaConvert
11422
11439
 
11423
11440
  # These settings relate to your QuickTime MOV output container.
11424
11441
  #
11442
+ # @!attribute [rw] audio_duration
11443
+ # Specify this setting only when your output will be consumed by a
11444
+ # downstream repackaging workflow that is sensitive to very small
11445
+ # duration differences between video and audio. For this situation,
11446
+ # choose Match video duration. In all other cases, keep the default
11447
+ # value, Default codec duration. When you choose Match video duration,
11448
+ # MediaConvert pads the output audio streams with silence or trims
11449
+ # them to ensure that the total duration of each audio stream is at
11450
+ # least as long as the total duration of the video stream. After
11451
+ # padding or trimming, the audio stream duration is no more than one
11452
+ # frame longer than the video stream. MediaConvert applies audio
11453
+ # padding or trimming only to the end of the last segment of the
11454
+ # output. For unsegmented outputs, MediaConvert adds padding only to
11455
+ # the end of the file. When you keep the default value, any minor
11456
+ # discrepancies between audio and video duration will depend on your
11457
+ # output audio codec.
11458
+ # @return [String]
11459
+ #
11425
11460
  # @!attribute [rw] clap_atom
11426
11461
  # When enabled, include 'clap' atom if appropriate for the video
11427
11462
  # output settings.
@@ -11457,6 +11492,7 @@ module Aws::MediaConvert
11457
11492
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/MovSettings AWS API Documentation
11458
11493
  #
11459
11494
  class MovSettings < Struct.new(
11495
+ :audio_duration,
11460
11496
  :clap_atom,
11461
11497
  :cslg_atom,
11462
11498
  :mpeg_2_four_cc_control,
@@ -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.190.0'
57
+ GEM_VERSION = '1.191.0'
58
58
 
59
59
  end
60
60
 
data/sig/params.rbs CHANGED
@@ -270,7 +270,7 @@ module Aws
270
270
  kms_encryption_context: ::String?,
271
271
  kms_key_arn: ::String?
272
272
  }?,
273
- storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE")?
273
+ storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "GLACIER_IR")?
274
274
  }
275
275
 
276
276
  type destination_settings = {
@@ -685,6 +685,15 @@ module Aws
685
685
  video_pid: ::Integer?
686
686
  }
687
687
 
688
+ type mov_settings = {
689
+ audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")?,
690
+ clap_atom: ("INCLUDE" | "EXCLUDE")?,
691
+ cslg_atom: ("INCLUDE" | "EXCLUDE")?,
692
+ mpeg_2_four_cc_control: ("XDCAM" | "MPEG")?,
693
+ padding_control: ("OMNEON" | "NONE")?,
694
+ reference: ("SELF_CONTAINED" | "EXTERNAL")?
695
+ }
696
+
688
697
  type mp_4_settings = {
689
698
  audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")?,
690
699
  c2pa_manifest: ("INCLUDE" | "EXCLUDE")?,
@@ -732,13 +741,7 @@ module Aws
732
741
  }?,
733
742
  m2ts_settings: Params::m2ts_settings?,
734
743
  m3u_8_settings: Params::m3u_8_settings?,
735
- mov_settings: {
736
- clap_atom: ("INCLUDE" | "EXCLUDE")?,
737
- cslg_atom: ("INCLUDE" | "EXCLUDE")?,
738
- mpeg_2_four_cc_control: ("XDCAM" | "MPEG")?,
739
- padding_control: ("OMNEON" | "NONE")?,
740
- reference: ("SELF_CONTAINED" | "EXTERNAL")?
741
- }?,
744
+ mov_settings: Params::mov_settings?,
742
745
  mp_4_settings: Params::mp_4_settings?,
743
746
  mpd_settings: Params::mpd_settings?,
744
747
  mxf_settings: Params::mxf_settings?
data/sig/types.rbs CHANGED
@@ -471,6 +471,7 @@ module Aws::MediaConvert
471
471
  attr_accessor coded_frame_rate: Types::FrameRate
472
472
  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")
473
473
  attr_accessor content_light_level: Types::ContentLightLevel
474
+ attr_accessor field_order: ::String
474
475
  attr_accessor height: ::Integer
475
476
  attr_accessor level: ::String
476
477
  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")
@@ -512,6 +513,7 @@ module Aws::MediaConvert
512
513
  end
513
514
 
514
515
  class Container
516
+ attr_accessor bit_rate: ::Integer
515
517
  attr_accessor duration: ::Float
516
518
  attr_accessor format: ("mp4" | "quicktime" | "matroska" | "webm" | "mxf" | "wave" | "avi" | "mpegts" | "mpegps" | "mp3")
517
519
  attr_accessor start_timecode: ::String
@@ -1800,6 +1802,7 @@ module Aws::MediaConvert
1800
1802
  end
1801
1803
 
1802
1804
  class MovSettings
1805
+ attr_accessor audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")
1803
1806
  attr_accessor clap_atom: ("INCLUDE" | "EXCLUDE")
1804
1807
  attr_accessor cslg_atom: ("INCLUDE" | "EXCLUDE")
1805
1808
  attr_accessor mpeg_2_four_cc_control: ("XDCAM" | "MPEG")
@@ -2226,7 +2229,7 @@ module Aws::MediaConvert
2226
2229
  class S3DestinationSettings
2227
2230
  attr_accessor access_control: Types::S3DestinationAccessControl
2228
2231
  attr_accessor encryption: Types::S3EncryptionSettings
2229
- attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE")
2232
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "GLACIER_IR")
2230
2233
  SENSITIVE: []
2231
2234
  end
2232
2235
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediaconvert
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.190.0
4
+ version: 1.191.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services