You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/mediaconvert/src/main/resources/codegen-resources/service-2.json
+58-50Lines changed: 58 additions & 50 deletions
Original file line number
Diff line number
Diff line change
@@ -999,7 +999,7 @@
999
999
"documentation": "The service couldn't complete your request because there is a conflict with the current state of the resource."
1000
1000
}
1001
1001
],
1002
-
"documentation": "The Probe operation analyzes the provided media file and returns comprehensive metadata about its container format, tracks, and any encountered errors."
1002
+
"documentation": "Use Probe to obtain detailed information about your input media files. Probe returns a JSON that includes container, codec, frame rate, resolution, track count, audio layout, captions, and more. You can use this information to learn more about your media files, or to help make decisions while automating your transcoding workflow."
1003
1003
},
1004
1004
"PutPolicy": {
1005
1005
"name": "PutPolicy",
@@ -2035,30 +2035,30 @@
2035
2035
"BitRate": {
2036
2036
"shape": "__integer",
2037
2037
"locationName": "bitRate",
2038
-
"documentation": "The bit rate of the audio track in bits per second."
2038
+
"documentation": "The bit rate of the audio track, in bits per second."
2039
2039
},
2040
2040
"Channels": {
2041
2041
"shape": "__integer",
2042
2042
"locationName": "channels",
2043
-
"documentation": "The number of audio channels."
2043
+
"documentation": "The number of audio channels in the audio track."
2044
2044
},
2045
2045
"FrameRate": {
2046
2046
"shape": "FrameRate",
2047
2047
"locationName": "frameRate",
2048
-
"documentation": "the calculated frame rate of the asset."
2048
+
"documentation": "The frame rate of the video or audio track."
2049
2049
},
2050
2050
"LanguageCode": {
2051
2051
"shape": "__string",
2052
2052
"locationName": "languageCode",
2053
-
"documentation": "the language code of the track"
2053
+
"documentation": "The language code of the audio track, in three character ISO 639-3 format."
2054
2054
},
2055
2055
"SampleRate": {
2056
2056
"shape": "__integer",
2057
2057
"locationName": "sampleRate",
2058
2058
"documentation": "The sample rate of the audio track."
2059
2059
}
2060
2060
},
2061
-
"documentation": "Properties specific to audio tracks."
2061
+
"documentation": "Details about the media file's audio track."
2062
2062
},
2063
2063
"AudioSelector": {
2064
2064
"type": "structure",
@@ -2194,6 +2194,11 @@
2194
2194
"locationName": "maxAbrBitrate",
2195
2195
"documentation": "Specify the maximum average bitrate for MediaConvert to use in your automated ABR stack. If you don't specify a value, MediaConvert uses 8,000,000 (8 mb/s) by default. The average bitrate of your highest-quality rendition will be equal to or below this value, depending on the quality, complexity, and resolution of your content. Note that the instantaneous maximum bitrate may vary above the value that you specify."
2196
2196
},
2197
+
"MaxQualityLevel": {
2198
+
"shape": "__doubleMin1Max10",
2199
+
"locationName": "maxQualityLevel",
2200
+
"documentation": "Optional. Specify the QVBR quality level to use for all renditions in your automated ABR stack. To have MediaConvert automatically determine the quality level: Leave blank. To manually specify a quality level: Enter an integer from 1 to 10. MediaConvert will use a quality level up to the value that you specify, depending on your source. For more information about QVBR quality levels, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/qvbr-guidelines.html"
2201
+
},
2197
2202
"MaxRenditions": {
2198
2203
"shape": "__integerMin3Max15",
2199
2204
"locationName": "maxRenditions",
@@ -3813,7 +3818,7 @@
3813
3818
},
3814
3819
"ColorPrimaries": {
3815
3820
"type": "string",
3816
-
"documentation": "the color primaries.",
3821
+
"documentation": "The color space color primaries of the video track.",
3817
3822
"enum": [
3818
3823
"ITU_709",
3819
3824
"UNSPECIFIED",
@@ -3896,20 +3901,20 @@
3896
3901
"Duration": {
3897
3902
"shape": "__double",
3898
3903
"locationName": "duration",
3899
-
"documentation": "The duration of the media file in seconds."
3904
+
"documentation": "The total duration of your media file, in seconds."
3900
3905
},
3901
3906
"Format": {
3902
3907
"shape": "Format",
3903
3908
"locationName": "format",
3904
-
"documentation": "The format of the container"
3909
+
"documentation": "The format of your media file. For example: MP4, QuickTime (MOV), Matroska (MKV), or WebM. Note that this will be blank if your media file has a format that the MediaConvert Probe operation does not recognize."
3905
3910
},
3906
3911
"Tracks": {
3907
3912
"shape": "__listOfTrack",
3908
3913
"locationName": "tracks",
3909
-
"documentation": "List of Track objects."
3914
+
"documentation": "Details about each track (video, audio, or data) in the media file."
3910
3915
}
3911
3916
},
3912
-
"documentation": "Information about the container format of the media file."
3917
+
"documentation": "The container of your media file. This information helps you understand the overall structure and details of your media, including format, duration, and track layout."
3913
3918
},
3914
3919
"ContainerSettings": {
3915
3920
"type": "structure",
@@ -4544,10 +4549,10 @@
4544
4549
"LanguageCode": {
4545
4550
"shape": "__string",
4546
4551
"locationName": "languageCode",
4547
-
"documentation": "the language code of the track"
4552
+
"documentation": "The language code of the data track, in three character ISO 639-3 format."
4548
4553
}
4549
4554
},
4550
-
"documentation": "Properties specific to data tracks."
4555
+
"documentation": "Details about the media file's data track."
4551
4556
},
4552
4557
"DecryptionMode": {
4553
4558
"type": "string",
@@ -5985,15 +5990,15 @@
5985
5990
"Denominator": {
5986
5991
"shape": "__integer",
5987
5992
"locationName": "denominator",
5988
-
"documentation": "the denominator of the frame rate of the asset."
5993
+
"documentation": "The denominator, or bottom number, in the fractional frame rate. For example, if your frame rate is 24000 / 1001 (23.976 frames per second), then the denominator would be 1001."
5989
5994
},
5990
5995
"Numerator": {
5991
5996
"shape": "__integer",
5992
5997
"locationName": "numerator",
5993
-
"documentation": "the numerator of the frame rate of the asset."
5998
+
"documentation": "The numerator, or top number, in the fractional frame rate. For example, if your frame rate is 24000 / 1001 (23.976 frames per second), then the numerator would be 24000."
5994
5999
}
5995
6000
},
5996
-
"documentation": "the calculated frame rate of the asset."
6001
+
"documentation": "The frame rate of the video or audio track."
5997
6002
},
5998
6003
"GetJobRequest": {
5999
6004
"type": "structure",
@@ -9865,7 +9870,7 @@
9865
9870
},
9866
9871
"MatrixCoefficients": {
9867
9872
"type": "string",
9868
-
"documentation": "the matrix coefficients.",
9873
+
"documentation": "The color space matrix coefficients of the video track.",
9869
9874
"enum": [
9870
9875
"RGB",
9871
9876
"ITU_709",
@@ -9893,25 +9898,25 @@
9893
9898
"ETag": {
9894
9899
"shape": "__string",
9895
9900
"locationName": "eTag",
9896
-
"documentation": "The ETag of the file."
9901
+
"documentation": "The entity tag (ETag) of the file."
9897
9902
},
9898
9903
"FileSize": {
9899
9904
"shape": "__long",
9900
9905
"locationName": "fileSize",
9901
-
"documentation": "The size of the file in bytes."
9906
+
"documentation": "The size of the media file, in bytes."
9902
9907
},
9903
9908
"LastModified": {
9904
9909
"shape": "__timestampUnix",
9905
9910
"locationName": "lastModified",
9906
-
"documentation": "The last modification time of the file."
9911
+
"documentation": "The last modification timestamp of the media file, in Unix time."
9907
9912
},
9908
9913
"MimeType": {
9909
9914
"shape": "__string",
9910
9915
"locationName": "mimeType",
9911
-
"documentation": "The MIME type of the file."
9916
+
"documentation": "The MIME type of the media file."
9912
9917
}
9913
9918
},
9914
-
"documentation": "Metadata about the file."
9919
+
"documentation": "Metadata and other file information."
9915
9920
},
9916
9921
"MinBottomRenditionSize": {
9917
9922
"type": "structure",
@@ -11497,7 +11502,7 @@
11497
11502
"FileUrl": {
11498
11503
"shape": "__string",
11499
11504
"locationName": "fileUrl",
11500
-
"documentation": "The URI to your input file(s) that is stored in Amazon S3 or on an HTTP(S) server."
11505
+
"documentation": "Specify the S3, HTTP, or HTTPS URL for your media file."
11501
11506
}
11502
11507
},
11503
11508
"documentation": "The input file that needs to be analyzed."
@@ -11508,7 +11513,7 @@
11508
11513
"InputFiles": {
11509
11514
"shape": "__listOfProbeInputFile",
11510
11515
"locationName": "inputFiles",
11511
-
"documentation": "The list of input media files to be probed."
11516
+
"documentation": "Specify a media file to probe."
11512
11517
}
11513
11518
}
11514
11519
},
@@ -11518,7 +11523,7 @@
11518
11523
"ProbeResults": {
11519
11524
"shape": "__listOfProbeResult",
11520
11525
"locationName": "probeResults",
11521
-
"documentation": "List of probe results for the input media file(s)."
11526
+
"documentation": "Probe results for your media file."
11522
11527
}
11523
11528
}
11524
11529
},
@@ -11528,20 +11533,20 @@
11528
11533
"Container": {
11529
11534
"shape": "Container",
11530
11535
"locationName": "container",
11531
-
"documentation": "Information about the container format of the media file."
11536
+
"documentation": "The container of your media file. This information helps you understand the overall structure and details of your media, including format, duration, and track layout."
11532
11537
},
11533
11538
"Metadata": {
11534
11539
"shape": "Metadata",
11535
11540
"locationName": "metadata",
11536
-
"documentation": "Metadata about the file."
11541
+
"documentation": "Metadata and other file information."
0 commit comments