cdk-docker-image-deployment 0.0.91 → 0.0.92
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.
- package/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +10 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +123 -87
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +1 -2
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +194 -72
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/ecs.d.ts +6 -6
- package/node_modules/aws-sdk/clients/fms.d.ts +1 -1
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +67 -4
- package/node_modules/aws-sdk/clients/medialive.d.ts +1 -1
- package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
- package/node_modules/aws-sdk/clients/proton.d.ts +1 -1
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +220 -16
- package/node_modules/aws-sdk/clients/sns.d.ts +14 -14
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
|
@@ -2389,7 +2389,7 @@ declare namespace FMS {
|
|
|
2389
2389
|
export type TargetType = "GATEWAY"|"CARRIER_GATEWAY"|"INSTANCE"|"LOCAL_GATEWAY"|"NAT_GATEWAY"|"NETWORK_INTERFACE"|"VPC_ENDPOINT"|"VPC_PEERING_CONNECTION"|"EGRESS_ONLY_INTERNET_GATEWAY"|"TRANSIT_GATEWAY"|string;
|
|
2390
2390
|
export type TargetViolationReason = string;
|
|
2391
2391
|
export type TargetViolationReasons = TargetViolationReason[];
|
|
2392
|
-
export type ThirdPartyFirewall = "PALO_ALTO_NETWORKS_CLOUD_NGFW"|string;
|
|
2392
|
+
export type ThirdPartyFirewall = "PALO_ALTO_NETWORKS_CLOUD_NGFW"|"FORTIGATE_CLOUD_NATIVE_FIREWALL"|string;
|
|
2393
2393
|
export type ThirdPartyFirewallAssociationStatus = "ONBOARDING"|"ONBOARD_COMPLETE"|"OFFBOARDING"|"OFFBOARD_COMPLETE"|"NOT_EXIST"|string;
|
|
2394
2394
|
export type ThirdPartyFirewallFirewallPolicies = ThirdPartyFirewallFirewallPolicy[];
|
|
2395
2395
|
export interface ThirdPartyFirewallFirewallPolicy {
|
|
@@ -244,7 +244,7 @@ declare namespace MediaConvert {
|
|
|
244
244
|
export type AacRawFormat = "LATM_LOAS"|"NONE"|string;
|
|
245
245
|
export interface AacSettings {
|
|
246
246
|
/**
|
|
247
|
-
* Choose BROADCASTER_MIXED_AD when the input contains pre-mixed main audio + audio description (AD) as a stereo pair. The value for AudioType will be set to 3, which signals to downstream systems that this stream contains "broadcaster mixed AD". Note that the input received by the encoder must contain pre-mixed audio; the encoder does not perform the mixing. When you choose BROADCASTER_MIXED_AD, the encoder ignores any values you provide in AudioType and
|
|
247
|
+
* Choose BROADCASTER_MIXED_AD when the input contains pre-mixed main audio + audio description (AD) as a stereo pair. The value for AudioType will be set to 3, which signals to downstream systems that this stream contains "broadcaster mixed AD". Note that the input received by the encoder must contain pre-mixed audio; the encoder does not perform the mixing. When you choose BROADCASTER_MIXED_AD, the encoder ignores any values you provide in AudioType and FollowInputAudioType. Choose NORMAL when the input does not contain pre-mixed audio + audio description (AD). In this case, the encoder will use any values you provide for AudioType and FollowInputAudioType.
|
|
248
248
|
*/
|
|
249
249
|
AudioDescriptionBroadcasterMix?: AacAudioDescriptionBroadcasterMix;
|
|
250
250
|
/**
|
|
@@ -256,7 +256,7 @@ declare namespace MediaConvert {
|
|
|
256
256
|
*/
|
|
257
257
|
CodecProfile?: AacCodecProfile;
|
|
258
258
|
/**
|
|
259
|
-
*
|
|
259
|
+
* The Coding mode that you specify determines the number of audio channels and the audio channel layout metadata in your AAC output. Valid coding modes depend on the Rate control mode and Profile that you select. The following list shows the number of audio channels and channel layout for each coding mode. * 1.0 Audio Description (Receiver Mix): One channel, C. Includes audio description data from your stereo input. For more information see ETSI TS 101 154 Annex E. * 1.0 Mono: One channel, C. * 2.0 Stereo: Two channels, L, R. * 5.1 Surround: Five channels, C, L, R, Ls, Rs, LFE.
|
|
260
260
|
*/
|
|
261
261
|
CodingMode?: AacCodingMode;
|
|
262
262
|
/**
|
|
@@ -268,7 +268,7 @@ declare namespace MediaConvert {
|
|
|
268
268
|
*/
|
|
269
269
|
RawFormat?: AacRawFormat;
|
|
270
270
|
/**
|
|
271
|
-
* Sample rate in Hz. Valid
|
|
271
|
+
* Specify the Sample rate in Hz. Valid sample rates depend on the Profile and Coding mode that you select. The following list shows valid sample rates for each Profile and Coding mode. * LC Profile, Coding mode 1.0, 2.0, and Receiver Mix: 8000, 12000, 16000, 22050, 24000, 32000, 44100, 48000, 88200, 96000. * LC Profile, Coding mode 5.1: 32000, 44100, 48000, 96000. * HEV1 Profile, Coding mode 1.0 and Receiver Mix: 22050, 24000, 32000, 44100, 48000. * HEV1 Profile, Coding mode 2.0 and 5.1: 32000, 44100, 48000, 96000. * HEV2 Profile, Coding mode 2.0: 22050, 24000, 32000, 44100, 48000.
|
|
272
272
|
*/
|
|
273
273
|
SampleRate?: __integerMin8000Max96000;
|
|
274
274
|
/**
|
|
@@ -1111,6 +1111,10 @@ declare namespace MediaConvert {
|
|
|
1111
1111
|
* Keep this setting at the default value of 0, unless you are troubleshooting a problem with how devices play back the end of your video asset. If you know that player devices are hanging on the final segment of your video because the length of your final segment is too short, use this setting to specify a minimum final segment length, in seconds. Choose a value that is greater than or equal to 1 and less than your segment length. When you specify a value for this setting, the encoder will combine any final segment that is shorter than the length that you specify with the previous segment. For example, your segment length is 3 seconds and your final segment is .5 seconds without a minimum final segment length; when you set the minimum final segment length to 1, your final segment is 3.5 seconds.
|
|
1112
1112
|
*/
|
|
1113
1113
|
MinFinalSegmentLength?: __doubleMin0Max2147483647;
|
|
1114
|
+
/**
|
|
1115
|
+
* Specify how the value for bandwidth is determined for each video Representation in your output MPD manifest. We recommend that you choose a MPD manifest bandwidth type that is compatible with your downstream player configuration. Max: Use the same value that you specify for Max bitrate in the video output, in bits per second. Average: Use the calculated average bitrate of the encoded video output, in bits per second.
|
|
1116
|
+
*/
|
|
1117
|
+
MpdManifestBandwidthType?: CmafMpdManifestBandwidthType;
|
|
1114
1118
|
/**
|
|
1115
1119
|
* Specify whether your DASH profile is on-demand or main. When you choose Main profile (MAIN_PROFILE), the service signals urn:mpeg:dash:profile:isoff-main:2011 in your .mpd DASH manifest. When you choose On-demand (ON_DEMAND_PROFILE), the service signals urn:mpeg:dash:profile:isoff-on-demand:2011 in your .mpd. When you choose On-demand, you must also set the output group setting Segment control (SegmentControl) to Single file (SINGLE_FILE).
|
|
1116
1120
|
*/
|
|
@@ -1139,6 +1143,10 @@ declare namespace MediaConvert {
|
|
|
1139
1143
|
* When set to LEGACY, the segment target duration is always rounded up to the nearest integer value above its current value in seconds. When set to SPEC\\_COMPLIANT, the segment target duration is rounded up to the nearest integer value if fraction seconds are greater than or equal to 0.5 (>= 0.5) and rounded down if less than 0.5 (< 0.5). You may need to use LEGACY if your client needs to ensure that the target duration is always longer than the actual duration of the segment. Some older players may experience interrupted playback when the actual duration of a track in a segment is longer than the target duration.
|
|
1140
1144
|
*/
|
|
1141
1145
|
TargetDurationCompatibilityMode?: CmafTargetDurationCompatibilityMode;
|
|
1146
|
+
/**
|
|
1147
|
+
* Specify the video sample composition time offset mode in the output fMP4 TRUN box. For wider player compatibility, set Video composition offsets to Unsigned or leave blank. The earliest presentation time may be greater than zero, and sample composition time offsets will increment using unsigned integers. For strict fMP4 video and audio timing, set Video composition offsets to Signed. The earliest presentation time will be equal to zero, and sample composition time offsets will increment using signed integers.
|
|
1148
|
+
*/
|
|
1149
|
+
VideoCompositionOffsets?: CmafVideoCompositionOffsets;
|
|
1142
1150
|
/**
|
|
1143
1151
|
* When set to ENABLED, a DASH MPD manifest will be generated for this output.
|
|
1144
1152
|
*/
|
|
@@ -1184,12 +1192,14 @@ declare namespace MediaConvert {
|
|
|
1184
1192
|
export type CmafKeyProviderType = "SPEKE"|"STATIC_KEY"|string;
|
|
1185
1193
|
export type CmafManifestCompression = "GZIP"|"NONE"|string;
|
|
1186
1194
|
export type CmafManifestDurationFormat = "FLOATING_POINT"|"INTEGER"|string;
|
|
1195
|
+
export type CmafMpdManifestBandwidthType = "AVERAGE"|"MAX"|string;
|
|
1187
1196
|
export type CmafMpdProfile = "MAIN_PROFILE"|"ON_DEMAND_PROFILE"|string;
|
|
1188
1197
|
export type CmafPtsOffsetHandlingForBFrames = "ZERO_BASED"|"MATCH_INITIAL_PTS"|string;
|
|
1189
1198
|
export type CmafSegmentControl = "SINGLE_FILE"|"SEGMENTED_FILES"|string;
|
|
1190
1199
|
export type CmafSegmentLengthControl = "EXACT"|"GOP_MULTIPLE"|string;
|
|
1191
1200
|
export type CmafStreamInfResolution = "INCLUDE"|"EXCLUDE"|string;
|
|
1192
1201
|
export type CmafTargetDurationCompatibilityMode = "LEGACY"|"SPEC_COMPLIANT"|string;
|
|
1202
|
+
export type CmafVideoCompositionOffsets = "SIGNED"|"UNSIGNED"|string;
|
|
1193
1203
|
export type CmafWriteDASHManifest = "DISABLED"|"ENABLED"|string;
|
|
1194
1204
|
export type CmafWriteHLSManifest = "DISABLED"|"ENABLED"|string;
|
|
1195
1205
|
export type CmafWriteSegmentTimelineInRepresentation = "ENABLED"|"DISABLED"|string;
|
|
@@ -1198,6 +1208,7 @@ declare namespace MediaConvert {
|
|
|
1198
1208
|
export type CmfcDescriptiveVideoServiceFlag = "DONT_FLAG"|"FLAG"|string;
|
|
1199
1209
|
export type CmfcIFrameOnlyManifest = "INCLUDE"|"EXCLUDE"|string;
|
|
1200
1210
|
export type CmfcKlvMetadata = "PASSTHROUGH"|"NONE"|string;
|
|
1211
|
+
export type CmfcManifestMetadataSignaling = "ENABLED"|"DISABLED"|string;
|
|
1201
1212
|
export type CmfcScte35Esam = "INSERT"|"NONE"|string;
|
|
1202
1213
|
export type CmfcScte35Source = "PASSTHROUGH"|"NONE"|string;
|
|
1203
1214
|
export interface CmfcSettings {
|
|
@@ -1229,6 +1240,10 @@ declare namespace MediaConvert {
|
|
|
1229
1240
|
* To include key-length-value metadata in this output: Set KLV metadata insertion to Passthrough. MediaConvert reads KLV metadata present in your input and writes each instance to a separate event message box in the output, according to MISB ST1910.1. To exclude this KLV metadata: Set KLV metadata insertion to None or leave blank.
|
|
1230
1241
|
*/
|
|
1231
1242
|
KlvMetadata?: CmfcKlvMetadata;
|
|
1243
|
+
/**
|
|
1244
|
+
* To add an InbandEventStream element in your output MPD manifest for each type of event message, set Manifest metadata signaling to Enabled. For ID3 event messages, the InbandEventStream element schemeIdUri will be same value that you specify for ID3 metadata scheme ID URI. For SCTE35 event messages, the InbandEventStream element schemeIdUri will be "urn:scte:scte35:2013:bin". To leave these elements out of your output MPD manifest, set Manifest metadata signaling to Disabled.
|
|
1245
|
+
*/
|
|
1246
|
+
ManifestMetadataSignaling?: CmfcManifestMetadataSignaling;
|
|
1232
1247
|
/**
|
|
1233
1248
|
* Use this setting only when you specify SCTE-35 markers from ESAM. Choose INSERT to put SCTE-35 markers in this output at the insertion points that you specify in an ESAM XML document. Provide the document in the setting SCC XML (sccXml).
|
|
1234
1249
|
*/
|
|
@@ -1241,8 +1256,24 @@ declare namespace MediaConvert {
|
|
|
1241
1256
|
* To include ID3 metadata in this output: Set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH). Specify this ID3 metadata in Custom ID3 metadata inserter (timedMetadataInsertion). MediaConvert writes each instance of ID3 metadata in a separate Event Message (eMSG) box. To exclude this ID3 metadata: Set ID3 metadata to None (NONE) or leave blank.
|
|
1242
1257
|
*/
|
|
1243
1258
|
TimedMetadata?: CmfcTimedMetadata;
|
|
1259
|
+
/**
|
|
1260
|
+
* Specify the event message box (eMSG) version for ID3 timed metadata in your output.
|
|
1261
|
+
For more information, see ISO/IEC 23009-1:2022 section 5.10.3.3.3 Syntax.
|
|
1262
|
+
Leave blank to use the default value Version 0.
|
|
1263
|
+
When you specify Version 1, you must also set ID3 metadata (timedMetadata) to Passthrough.
|
|
1264
|
+
*/
|
|
1265
|
+
TimedMetadataBoxVersion?: CmfcTimedMetadataBoxVersion;
|
|
1266
|
+
/**
|
|
1267
|
+
* Specify the event message box (eMSG) scheme ID URI (scheme_id_uri) for ID3 timed metadata in your output. For more informaiton, see ISO/IEC 23009-1:2022 section 5.10.3.3.4 Semantics. Leave blank to use the default value: https://aomedia.org/emsg/ID3 When you specify a value for ID3 metadata scheme ID URI, you must also set ID3 metadata (timedMetadata) to Passthrough.
|
|
1268
|
+
*/
|
|
1269
|
+
TimedMetadataSchemeIdUri?: __stringMax1000;
|
|
1270
|
+
/**
|
|
1271
|
+
* Specify the event message box (eMSG) value for ID3 timed metadata in your output. For more informaiton, see ISO/IEC 23009-1:2022 section 5.10.3.3.4 Semantics. When you specify a value for ID3 Metadata Value, you must also set ID3 metadata (timedMetadata) to Passthrough.
|
|
1272
|
+
*/
|
|
1273
|
+
TimedMetadataValue?: __stringMax1000;
|
|
1244
1274
|
}
|
|
1245
1275
|
export type CmfcTimedMetadata = "PASSTHROUGH"|"NONE"|string;
|
|
1276
|
+
export type CmfcTimedMetadataBoxVersion = "VERSION_0"|"VERSION_1"|string;
|
|
1246
1277
|
export interface ColorCorrector {
|
|
1247
1278
|
/**
|
|
1248
1279
|
* Brightness level.
|
|
@@ -1560,6 +1591,10 @@ declare namespace MediaConvert {
|
|
|
1560
1591
|
* Keep this setting at the default value of 0, unless you are troubleshooting a problem with how devices play back the end of your video asset. If you know that player devices are hanging on the final segment of your video because the length of your final segment is too short, use this setting to specify a minimum final segment length, in seconds. Choose a value that is greater than or equal to 1 and less than your segment length. When you specify a value for this setting, the encoder will combine any final segment that is shorter than the length that you specify with the previous segment. For example, your segment length is 3 seconds and your final segment is .5 seconds without a minimum final segment length; when you set the minimum final segment length to 1, your final segment is 3.5 seconds.
|
|
1561
1592
|
*/
|
|
1562
1593
|
MinFinalSegmentLength?: __doubleMin0Max2147483647;
|
|
1594
|
+
/**
|
|
1595
|
+
* Specify how the value for bandwidth is determined for each video Representation in your output MPD manifest. We recommend that you choose a MPD manifest bandwidth type that is compatible with your downstream player configuration. Max: Use the same value that you specify for Max bitrate in the video output, in bits per second. Average: Use the calculated average bitrate of the encoded video output, in bits per second.
|
|
1596
|
+
*/
|
|
1597
|
+
MpdManifestBandwidthType?: DashIsoMpdManifestBandwidthType;
|
|
1563
1598
|
/**
|
|
1564
1599
|
* Specify whether your DASH profile is on-demand or main. When you choose Main profile (MAIN_PROFILE), the service signals urn:mpeg:dash:profile:isoff-main:2011 in your .mpd DASH manifest. When you choose On-demand (ON_DEMAND_PROFILE), the service signals urn:mpeg:dash:profile:isoff-on-demand:2011 in your .mpd. When you choose On-demand, you must also set the output group setting Segment control (SegmentControl) to Single file (SINGLE_FILE).
|
|
1565
1600
|
*/
|
|
@@ -1580,6 +1615,10 @@ declare namespace MediaConvert {
|
|
|
1580
1615
|
* Specify how you want MediaConvert to determine the segment length. Choose Exact (EXACT) to have the encoder use the exact length that you specify with the setting Segment length (SegmentLength). This might result in extra I-frames. Choose Multiple of GOP (GOP_MULTIPLE) to have the encoder round up the segment lengths to match the next GOP boundary.
|
|
1581
1616
|
*/
|
|
1582
1617
|
SegmentLengthControl?: DashIsoSegmentLengthControl;
|
|
1618
|
+
/**
|
|
1619
|
+
* Specify the video sample composition time offset mode in the output fMP4 TRUN box. For wider player compatibility, set Video composition offsets to Unsigned or leave blank. The earliest presentation time may be greater than zero, and sample composition time offsets will increment using unsigned integers. For strict fMP4 video and audio timing, set Video composition offsets to Signed. The earliest presentation time will be equal to zero, and sample composition time offsets will increment using signed integers.
|
|
1620
|
+
*/
|
|
1621
|
+
VideoCompositionOffsets?: DashIsoVideoCompositionOffsets;
|
|
1583
1622
|
/**
|
|
1584
1623
|
* If you get an HTTP error in the 400 range when you play back your DASH output, enable this setting and run your transcoding job again. When you enable this setting, the service writes precise segment durations in the DASH manifest. The segment duration information appears inside the SegmentTimeline element, inside SegmentTemplate at the Representation level. When you don't enable this setting, the service writes approximate segment durations in your DASH manifest.
|
|
1585
1624
|
*/
|
|
@@ -1614,11 +1653,13 @@ declare namespace MediaConvert {
|
|
|
1614
1653
|
TileWidth?: __integerMin1Max512;
|
|
1615
1654
|
}
|
|
1616
1655
|
export type DashIsoIntervalCadence = "FOLLOW_IFRAME"|"FOLLOW_CUSTOM"|string;
|
|
1656
|
+
export type DashIsoMpdManifestBandwidthType = "AVERAGE"|"MAX"|string;
|
|
1617
1657
|
export type DashIsoMpdProfile = "MAIN_PROFILE"|"ON_DEMAND_PROFILE"|string;
|
|
1618
1658
|
export type DashIsoPlaybackDeviceCompatibility = "CENC_V1"|"UNENCRYPTED_SEI"|string;
|
|
1619
1659
|
export type DashIsoPtsOffsetHandlingForBFrames = "ZERO_BASED"|"MATCH_INITIAL_PTS"|string;
|
|
1620
1660
|
export type DashIsoSegmentControl = "SINGLE_FILE"|"SEGMENTED_FILES"|string;
|
|
1621
1661
|
export type DashIsoSegmentLengthControl = "EXACT"|"GOP_MULTIPLE"|string;
|
|
1662
|
+
export type DashIsoVideoCompositionOffsets = "SIGNED"|"UNSIGNED"|string;
|
|
1622
1663
|
export type DashIsoWriteSegmentTimelineInRepresentation = "ENABLED"|"DISABLED"|string;
|
|
1623
1664
|
export type DecryptionMode = "AES_CTR"|"AES_CBC"|"AES_GCM"|string;
|
|
1624
1665
|
export type DeinterlaceAlgorithm = "INTERPOLATE"|"INTERPOLATE_TICKER"|"BLEND"|"BLEND_TICKER"|string;
|
|
@@ -4218,6 +4259,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
|
4218
4259
|
export type MpdAudioDuration = "DEFAULT_CODEC_DURATION"|"MATCH_VIDEO_DURATION"|string;
|
|
4219
4260
|
export type MpdCaptionContainerType = "RAW"|"FRAGMENTED_MP4"|string;
|
|
4220
4261
|
export type MpdKlvMetadata = "NONE"|"PASSTHROUGH"|string;
|
|
4262
|
+
export type MpdManifestMetadataSignaling = "ENABLED"|"DISABLED"|string;
|
|
4221
4263
|
export type MpdScte35Esam = "INSERT"|"NONE"|string;
|
|
4222
4264
|
export type MpdScte35Source = "PASSTHROUGH"|"NONE"|string;
|
|
4223
4265
|
export interface MpdSettings {
|
|
@@ -4237,6 +4279,10 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
|
4237
4279
|
* To include key-length-value metadata in this output: Set KLV metadata insertion to Passthrough. MediaConvert reads KLV metadata present in your input and writes each instance to a separate event message box in the output, according to MISB ST1910.1. To exclude this KLV metadata: Set KLV metadata insertion to None or leave blank.
|
|
4238
4280
|
*/
|
|
4239
4281
|
KlvMetadata?: MpdKlvMetadata;
|
|
4282
|
+
/**
|
|
4283
|
+
* To add an InbandEventStream element in your output MPD manifest for each type of event message, set Manifest metadata signaling to Enabled. For ID3 event messages, the InbandEventStream element schemeIdUri will be same value that you specify for ID3 metadata scheme ID URI. For SCTE35 event messages, the InbandEventStream element schemeIdUri will be "urn:scte:scte35:2013:bin". To leave these elements out of your output MPD manifest, set Manifest metadata signaling to Disabled.
|
|
4284
|
+
*/
|
|
4285
|
+
ManifestMetadataSignaling?: MpdManifestMetadataSignaling;
|
|
4240
4286
|
/**
|
|
4241
4287
|
* Use this setting only when you specify SCTE-35 markers from ESAM. Choose INSERT to put SCTE-35 markers in this output at the insertion points that you specify in an ESAM XML document. Provide the document in the setting SCC XML (sccXml).
|
|
4242
4288
|
*/
|
|
@@ -4249,8 +4295,24 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
|
4249
4295
|
* To include ID3 metadata in this output: Set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH). Specify this ID3 metadata in Custom ID3 metadata inserter (timedMetadataInsertion). MediaConvert writes each instance of ID3 metadata in a separate Event Message (eMSG) box. To exclude this ID3 metadata: Set ID3 metadata to None (NONE) or leave blank.
|
|
4250
4296
|
*/
|
|
4251
4297
|
TimedMetadata?: MpdTimedMetadata;
|
|
4298
|
+
/**
|
|
4299
|
+
* Specify the event message box (eMSG) version for ID3 timed metadata in your output.
|
|
4300
|
+
For more information, see ISO/IEC 23009-1:2022 section 5.10.3.3.3 Syntax.
|
|
4301
|
+
Leave blank to use the default value Version 0.
|
|
4302
|
+
When you specify Version 1, you must also set ID3 metadata (timedMetadata) to Passthrough.
|
|
4303
|
+
*/
|
|
4304
|
+
TimedMetadataBoxVersion?: MpdTimedMetadataBoxVersion;
|
|
4305
|
+
/**
|
|
4306
|
+
* Specify the event message box (eMSG) scheme ID URI (scheme_id_uri) for ID3 timed metadata in your output. For more informaiton, see ISO/IEC 23009-1:2022 section 5.10.3.3.4 Semantics. Leave blank to use the default value: https://aomedia.org/emsg/ID3 When you specify a value for ID3 metadata scheme ID URI, you must also set ID3 metadata (timedMetadata) to Passthrough.
|
|
4307
|
+
*/
|
|
4308
|
+
TimedMetadataSchemeIdUri?: __stringMax1000;
|
|
4309
|
+
/**
|
|
4310
|
+
* Specify the event message box (eMSG) value for ID3 timed metadata in your output. For more informaiton, see ISO/IEC 23009-1:2022 section 5.10.3.3.4 Semantics. When you specify a value for ID3 Metadata Value, you must also set ID3 metadata (timedMetadata) to Passthrough.
|
|
4311
|
+
*/
|
|
4312
|
+
TimedMetadataValue?: __stringMax1000;
|
|
4252
4313
|
}
|
|
4253
4314
|
export type MpdTimedMetadata = "PASSTHROUGH"|"NONE"|string;
|
|
4315
|
+
export type MpdTimedMetadataBoxVersion = "VERSION_0"|"VERSION_1"|string;
|
|
4254
4316
|
export type Mpeg2AdaptiveQuantization = "OFF"|"LOW"|"MEDIUM"|"HIGH"|string;
|
|
4255
4317
|
export type Mpeg2CodecLevel = "AUTO"|"LOW"|"MAIN"|"HIGH1440"|"HIGH"|string;
|
|
4256
4318
|
export type Mpeg2CodecProfile = "MAIN"|"PROFILE_422"|string;
|
|
@@ -4387,7 +4449,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
|
4387
4449
|
*/
|
|
4388
4450
|
SpatialAdaptiveQuantization?: Mpeg2SpatialAdaptiveQuantization;
|
|
4389
4451
|
/**
|
|
4390
|
-
* Specify whether this output's video uses the D10 syntax. Keep the default value to not use the syntax. Related settings: When you choose D10 (D_10) for your MXF profile (profile), you must also set this value to
|
|
4452
|
+
* Specify whether this output's video uses the D10 syntax. Keep the default value to not use the syntax. Related settings: When you choose D10 (D_10) for your MXF profile (profile), you must also set this value to D10 (D_10).
|
|
4391
4453
|
*/
|
|
4392
4454
|
Syntax?: Mpeg2Syntax;
|
|
4393
4455
|
/**
|
|
@@ -6116,6 +6178,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
|
6116
6178
|
export type __mapOfCaptionSelector = {[key: string]: CaptionSelector};
|
|
6117
6179
|
export type __mapOf__string = {[key: string]: __string};
|
|
6118
6180
|
export type __string = string;
|
|
6181
|
+
export type __stringMax1000 = string;
|
|
6119
6182
|
export type __stringMin0 = string;
|
|
6120
6183
|
export type __stringMin1 = string;
|
|
6121
6184
|
export type __stringMin11Max11Pattern01D20305D205D = string;
|
|
@@ -2820,7 +2820,7 @@ You specify only the font family. All other style information (color, bold, posi
|
|
|
2820
2820
|
/**
|
|
2821
2821
|
* The URL of the signal conditioner endpoint on the Placement Opportunity Information System (POIS). MediaLive sends SignalProcessingEvents here when SCTE-35 messages are read.
|
|
2822
2822
|
*/
|
|
2823
|
-
PoisEndpoint:
|
|
2823
|
+
PoisEndpoint: __stringMax2048;
|
|
2824
2824
|
/**
|
|
2825
2825
|
* Username if credentials are required to access the POIS endpoint. This can be either a plaintext username, or a reference to an AWS parameter store name from which the username can be retrieved. AWS Parameter store format: "ssm://"
|
|
2826
2826
|
*/
|
|
@@ -162,7 +162,7 @@ declare namespace Polly {
|
|
|
162
162
|
SynthesisTask?: SynthesisTask;
|
|
163
163
|
}
|
|
164
164
|
export type IncludeAdditionalLanguageCodes = boolean;
|
|
165
|
-
export type LanguageCode = "arb"|"cmn-CN"|"cy-GB"|"da-DK"|"de-DE"|"en-AU"|"en-GB"|"en-GB-WLS"|"en-IN"|"en-US"|"es-ES"|"es-MX"|"es-US"|"fr-CA"|"fr-FR"|"is-IS"|"it-IT"|"ja-JP"|"hi-IN"|"ko-KR"|"nb-NO"|"nl-NL"|"pl-PL"|"pt-BR"|"pt-PT"|"ro-RO"|"ru-RU"|"sv-SE"|"tr-TR"|"en-NZ"|"en-ZA"|"ca-ES"|"de-AT"|"yue-CN"|"ar-AE"|string;
|
|
165
|
+
export type LanguageCode = "arb"|"cmn-CN"|"cy-GB"|"da-DK"|"de-DE"|"en-AU"|"en-GB"|"en-GB-WLS"|"en-IN"|"en-US"|"es-ES"|"es-MX"|"es-US"|"fr-CA"|"fr-FR"|"is-IS"|"it-IT"|"ja-JP"|"hi-IN"|"ko-KR"|"nb-NO"|"nl-NL"|"pl-PL"|"pt-BR"|"pt-PT"|"ro-RO"|"ru-RU"|"sv-SE"|"tr-TR"|"en-NZ"|"en-ZA"|"ca-ES"|"de-AT"|"yue-CN"|"ar-AE"|"fi-FI"|string;
|
|
166
166
|
export type LanguageCodeList = LanguageCode[];
|
|
167
167
|
export type LanguageName = string;
|
|
168
168
|
export type LastModified = Date;
|
|
@@ -969,7 +969,7 @@ declare namespace Proton {
|
|
|
969
969
|
/**
|
|
970
970
|
* The Amazon Resource Name (ARN) of the IAM service role that's created in the environment account. Proton uses this role to provision infrastructure resources in the associated environment account.
|
|
971
971
|
*/
|
|
972
|
-
roleArn
|
|
972
|
+
roleArn?: RoleArn;
|
|
973
973
|
/**
|
|
974
974
|
* An optional list of metadata items that you can associate with the Proton environment account connection. A tag is a key-value pair. For more information, see Proton resources and tagging in the Proton User Guide.
|
|
975
975
|
*/
|