|
1815 | 1815 | "SelectorType": {
|
1816 | 1816 | "target": "com.amazonaws.mediaconvert#AudioSelectorType",
|
1817 | 1817 | "traits": {
|
1818 |
| - "smithy.api#documentation": "Specifies the type of the audio selector.", |
| 1818 | + "smithy.api#documentation": "Specify how MediaConvert selects audio content within your input. The default is Track. PID: Select audio by specifying the Packet Identifier (PID) values for MPEG Transport Stream inputs. Use this when you know the exact PID values of your audio streams. Track: Default. Select audio by track number. This is the most common option and works with most input container formats. Language code: Select audio by language using ISO 639-2 or ISO 639-3 three-letter language codes. Use this when your source has embedded language metadata and you want to select tracks based on their language. HLS rendition group: Select audio from an HLS rendition group. Use this when your input is an HLS package with multiple audio renditions and you want to select specific rendition groups. All PCM: Select all uncompressed PCM audio tracks from your input automatically. This is useful when you want to include all PCM audio tracks without specifying individual track numbers.", |
1819 | 1819 | "smithy.api#jsonName": "selectorType"
|
1820 | 1820 | }
|
1821 | 1821 | },
|
|
1881 | 1881 | }
|
1882 | 1882 | },
|
1883 | 1883 | "traits": {
|
1884 |
| - "smithy.api#documentation": "Specifies the type of the audio selector." |
| 1884 | + "smithy.api#documentation": "Specify how MediaConvert selects audio content within your input. The default is Track. PID: Select audio by specifying the Packet Identifier (PID) values for MPEG Transport Stream inputs. Use this when you know the exact PID values of your audio streams. Track: Default. Select audio by track number. This is the most common option and works with most input container formats. Language code: Select audio by language using ISO 639-2 or ISO 639-3 three-letter language codes. Use this when your source has embedded language metadata and you want to select tracks based on their language. HLS rendition group: Select audio from an HLS rendition group. Use this when your input is an HLS package with multiple audio renditions and you want to select specific rendition groups. All PCM: Select all uncompressed PCM audio tracks from your input automatically. This is useful when you want to include all PCM audio tracks without specifying individual track numbers." |
1885 | 1885 | }
|
1886 | 1886 | },
|
1887 | 1887 | "com.amazonaws.mediaconvert#AudioTypeControl": {
|
|
14840 | 14840 | "FollowSource": {
|
14841 | 14841 | "target": "com.amazonaws.mediaconvert#__integerMin1Max150",
|
14842 | 14842 | "traits": {
|
14843 |
| - "smithy.api#documentation": "Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable \"Follow source\" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs.", |
| 14843 | + "smithy.api#documentation": "Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable \"Follow source\" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs.", |
14844 | 14844 | "smithy.api#jsonName": "followSource"
|
14845 | 14845 | }
|
14846 | 14846 | },
|
|
15113 | 15113 | "FollowSource": {
|
15114 | 15114 | "target": "com.amazonaws.mediaconvert#__integerMin1Max150",
|
15115 | 15115 | "traits": {
|
15116 |
| - "smithy.api#documentation": "Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable \"Follow source\" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs.", |
| 15116 | + "smithy.api#documentation": "Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable \"Follow source\" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs.", |
15117 | 15117 | "smithy.api#jsonName": "followSource"
|
15118 | 15118 | }
|
15119 | 15119 | },
|
|
19601 | 19601 | "smithy.api#documentation": "Required when you set Codec, under AudioDescriptions>CodecSettings, to the value MP3."
|
19602 | 19602 | }
|
19603 | 19603 | },
|
| 19604 | + "com.amazonaws.mediaconvert#Mp4C2paManifest": { |
| 19605 | + "type": "enum", |
| 19606 | + "members": { |
| 19607 | + "INCLUDE": { |
| 19608 | + "target": "smithy.api#Unit", |
| 19609 | + "traits": { |
| 19610 | + "smithy.api#enumValue": "INCLUDE" |
| 19611 | + } |
| 19612 | + }, |
| 19613 | + "EXCLUDE": { |
| 19614 | + "target": "smithy.api#Unit", |
| 19615 | + "traits": { |
| 19616 | + "smithy.api#enumValue": "EXCLUDE" |
| 19617 | + } |
| 19618 | + } |
| 19619 | + }, |
| 19620 | + "traits": { |
| 19621 | + "smithy.api#documentation": "When enabled, a C2PA compliant manifest will be generated, signed and embeded in the output. For more information on C2PA, see https://c2pa.org/specifications/specifications/2.1/index.html" |
| 19622 | + } |
| 19623 | + }, |
19604 | 19624 | "com.amazonaws.mediaconvert#Mp4CslgAtom": {
|
19605 | 19625 | "type": "enum",
|
19606 | 19626 | "members": {
|
|
19671 | 19691 | "smithy.api#jsonName": "audioDuration"
|
19672 | 19692 | }
|
19673 | 19693 | },
|
| 19694 | + "C2paManifest": { |
| 19695 | + "target": "com.amazonaws.mediaconvert#Mp4C2paManifest", |
| 19696 | + "traits": { |
| 19697 | + "smithy.api#documentation": "When enabled, a C2PA compliant manifest will be generated, signed and embeded in the output. For more information on C2PA, see https://c2pa.org/specifications/specifications/2.1/index.html", |
| 19698 | + "smithy.api#jsonName": "c2paManifest" |
| 19699 | + } |
| 19700 | + }, |
| 19701 | + "CertificateSecret": { |
| 19702 | + "target": "com.amazonaws.mediaconvert#__stringMin1Max2048PatternArnAZSecretsmanagerWD12SecretAZAZ09", |
| 19703 | + "traits": { |
| 19704 | + "smithy.api#documentation": "Specify the name or ARN of the AWS Secrets Manager secret that contains your C2PA public certificate chain in PEM format. Provide a valid secret name or ARN. Note that your MediaConvert service role must allow access to this secret. The public certificate chain is added to the COSE header (x5chain) for signature validation. Include the signer's certificate and all intermediate certificates. Do not include the root certificate. For details on COSE, see: https://opensource.contentauthenticity.org/docs/manifest/signing-manifests", |
| 19705 | + "smithy.api#jsonName": "certificateSecret" |
| 19706 | + } |
| 19707 | + }, |
19674 | 19708 | "CslgAtom": {
|
19675 | 19709 | "target": "com.amazonaws.mediaconvert#Mp4CslgAtom",
|
19676 | 19710 | "traits": {
|
|
19705 | 19739 | "smithy.api#documentation": "Overrides the \"Major Brand\" field in the output file. Usually not necessary to specify.",
|
19706 | 19740 | "smithy.api#jsonName": "mp4MajorBrand"
|
19707 | 19741 | }
|
| 19742 | + }, |
| 19743 | + "SigningKmsKey": { |
| 19744 | + "target": "com.amazonaws.mediaconvert#__stringMin1PatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912MrkAFAF0932", |
| 19745 | + "traits": { |
| 19746 | + "smithy.api#documentation": "Specify the ID or ARN of the AWS KMS key used to sign the C2PA manifest in your MP4 output. Provide a valid KMS key ARN. Note that your MediaConvert service role must allow access to this key.", |
| 19747 | + "smithy.api#jsonName": "signingKmsKey" |
| 19748 | + } |
19708 | 19749 | }
|
19709 | 19750 | },
|
19710 | 19751 | "traits": {
|
|
29281 | 29322 | "smithy.api#pattern": "^[a-zA-Z0-9_\\/_+=.@-]*$"
|
29282 | 29323 | }
|
29283 | 29324 | },
|
| 29325 | + "com.amazonaws.mediaconvert#__stringMin1PatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912MrkAFAF0932": { |
| 29326 | + "type": "string", |
| 29327 | + "traits": { |
| 29328 | + "smithy.api#length": { |
| 29329 | + "min": 1 |
| 29330 | + }, |
| 29331 | + "smithy.api#pattern": "^(arn:aws(-us-gov|-cn)?:kms:[a-z-]{2,6}-(east|west|central|((north|south)(east|west)?))-[1-9]{1,2}:\\d{12}:key/)?[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}|mrk-[a-fA-F0-9]{32}$" |
| 29332 | + } |
| 29333 | + }, |
29284 | 29334 | "com.amazonaws.mediaconvert#__stringMin24Max512PatternAZaZ0902": {
|
29285 | 29335 | "type": "string",
|
29286 | 29336 | "traits": {
|
|
0 commit comments