@aws-sdk/client-medialive 3.784.0 → 3.796.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.
- package/dist-cjs/index.js +68 -14
- package/dist-es/models/models_0.js +0 -4
- package/dist-es/models/models_1.js +13 -8
- package/dist-es/models/models_2.js +8 -0
- package/dist-es/protocols/Aws_restJson1.js +45 -0
- package/dist-types/commands/CreateChannelCommand.d.ts +18 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +9 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +9 -0
- package/dist-types/commands/DescribeInputDeviceCommand.d.ts +1 -0
- package/dist-types/commands/ListInputDevicesCommand.d.ts +1 -0
- package/dist-types/commands/RestartChannelPipelinesCommand.d.ts +9 -0
- package/dist-types/commands/StartChannelCommand.d.ts +9 -0
- package/dist-types/commands/StopChannelCommand.d.ts +9 -0
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +9 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +18 -0
- package/dist-types/commands/UpdateInputDeviceCommand.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +21 -12
- package/dist-types/models/models_1.d.ts +58 -56
- package/dist-types/models/models_2.d.ts +61 -1
- package/dist-types/ts3.4/models/models_0.d.ts +5 -6
- package/dist-types/ts3.4/models/models_1.d.ts +24 -20
- package/dist-types/ts3.4/models/models_2.d.ts +20 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -86,6 +86,8 @@ __export(index_exports, {
|
|
|
86
86
|
CmafIngestSegmentLengthUnits: () => CmafIngestSegmentLengthUnits,
|
|
87
87
|
CmafKLVBehavior: () => CmafKLVBehavior,
|
|
88
88
|
CmafNielsenId3Behavior: () => CmafNielsenId3Behavior,
|
|
89
|
+
CmafTimedMetadataId3Frame: () => CmafTimedMetadataId3Frame,
|
|
90
|
+
CmafTimedMetadataPassthrough: () => CmafTimedMetadataPassthrough,
|
|
89
91
|
ColorSpace: () => ColorSpace,
|
|
90
92
|
ConflictException: () => ConflictException,
|
|
91
93
|
ContentType: () => ContentType,
|
|
@@ -712,6 +714,10 @@ var MediaLiveServiceException = class _MediaLiveServiceException extends import_
|
|
|
712
714
|
};
|
|
713
715
|
|
|
714
716
|
// src/models/models_1.ts
|
|
717
|
+
var M2tsSegmentationStyle = {
|
|
718
|
+
MAINTAIN_CADENCE: "MAINTAIN_CADENCE",
|
|
719
|
+
RESET_CADENCE: "RESET_CADENCE"
|
|
720
|
+
};
|
|
715
721
|
var M2tsTimedMetadataBehavior = {
|
|
716
722
|
NO_PASSTHROUGH: "NO_PASSTHROUGH",
|
|
717
723
|
PASSTHROUGH: "PASSTHROUGH"
|
|
@@ -801,6 +807,15 @@ var CmafIngestSegmentLengthUnits = {
|
|
|
801
807
|
MILLISECONDS: "MILLISECONDS",
|
|
802
808
|
SECONDS: "SECONDS"
|
|
803
809
|
};
|
|
810
|
+
var CmafTimedMetadataId3Frame = {
|
|
811
|
+
NONE: "NONE",
|
|
812
|
+
PRIV: "PRIV",
|
|
813
|
+
TDRL: "TDRL"
|
|
814
|
+
};
|
|
815
|
+
var CmafTimedMetadataPassthrough = {
|
|
816
|
+
DISABLED: "DISABLED",
|
|
817
|
+
ENABLED: "ENABLED"
|
|
818
|
+
};
|
|
804
819
|
var HlsCaptionLanguageSetting = {
|
|
805
820
|
INSERT: "INSERT",
|
|
806
821
|
NONE: "NONE",
|
|
@@ -1678,14 +1693,6 @@ var Scte35SegmentationScope = {
|
|
|
1678
1693
|
ALL_OUTPUT_GROUPS: "ALL_OUTPUT_GROUPS",
|
|
1679
1694
|
SCTE35_ENABLED_OUTPUT_GROUPS: "SCTE35_ENABLED_OUTPUT_GROUPS"
|
|
1680
1695
|
};
|
|
1681
|
-
var BlackoutSlateNetworkEndBlackout = {
|
|
1682
|
-
DISABLED: "DISABLED",
|
|
1683
|
-
ENABLED: "ENABLED"
|
|
1684
|
-
};
|
|
1685
|
-
var BlackoutSlateState = {
|
|
1686
|
-
DISABLED: "DISABLED",
|
|
1687
|
-
ENABLED: "ENABLED"
|
|
1688
|
-
};
|
|
1689
1696
|
|
|
1690
1697
|
// src/protocols/Aws_restJson1.ts
|
|
1691
1698
|
var se_AcceptInputDeviceTransferCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -5805,6 +5812,11 @@ var se___listOfCaptionSelector = /* @__PURE__ */ __name((input, context) => {
|
|
|
5805
5812
|
return se_CaptionSelector(entry, context);
|
|
5806
5813
|
});
|
|
5807
5814
|
}, "se___listOfCaptionSelector");
|
|
5815
|
+
var se___listOfCmafIngestCaptionLanguageMapping = /* @__PURE__ */ __name((input, context) => {
|
|
5816
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
5817
|
+
return se_CmafIngestCaptionLanguageMapping(entry, context);
|
|
5818
|
+
});
|
|
5819
|
+
}, "se___listOfCmafIngestCaptionLanguageMapping");
|
|
5808
5820
|
var se___listOfColorCorrection = /* @__PURE__ */ __name((input, context) => {
|
|
5809
5821
|
return input.filter((e) => e != null).map((entry) => {
|
|
5810
5822
|
return se_ColorCorrection(entry, context);
|
|
@@ -6349,8 +6361,19 @@ var se_ClusterNetworkSettingsUpdateRequest = /* @__PURE__ */ __name((input, cont
|
|
|
6349
6361
|
interfaceMappings: [, (_) => se___listOfInterfaceMappingUpdateRequest(_, context), `InterfaceMappings`]
|
|
6350
6362
|
});
|
|
6351
6363
|
}, "se_ClusterNetworkSettingsUpdateRequest");
|
|
6364
|
+
var se_CmafIngestCaptionLanguageMapping = /* @__PURE__ */ __name((input, context) => {
|
|
6365
|
+
return (0, import_smithy_client.take)(input, {
|
|
6366
|
+
captionChannel: [, , `CaptionChannel`],
|
|
6367
|
+
languageCode: [, , `LanguageCode`]
|
|
6368
|
+
});
|
|
6369
|
+
}, "se_CmafIngestCaptionLanguageMapping");
|
|
6352
6370
|
var se_CmafIngestGroupSettings = /* @__PURE__ */ __name((input, context) => {
|
|
6353
6371
|
return (0, import_smithy_client.take)(input, {
|
|
6372
|
+
captionLanguageMappings: [
|
|
6373
|
+
,
|
|
6374
|
+
(_) => se___listOfCmafIngestCaptionLanguageMapping(_, context),
|
|
6375
|
+
`CaptionLanguageMappings`
|
|
6376
|
+
],
|
|
6354
6377
|
destination: [, (_) => se_OutputLocationRef(_, context), `Destination`],
|
|
6355
6378
|
id3Behavior: [, , `Id3Behavior`],
|
|
6356
6379
|
id3NameModifier: [, , `Id3NameModifier`],
|
|
@@ -6362,7 +6385,10 @@ var se_CmafIngestGroupSettings = /* @__PURE__ */ __name((input, context) => {
|
|
|
6362
6385
|
scte35Type: [, , `Scte35Type`],
|
|
6363
6386
|
segmentLength: [, , `SegmentLength`],
|
|
6364
6387
|
segmentLengthUnits: [, , `SegmentLengthUnits`],
|
|
6365
|
-
sendDelayMs: [, , `SendDelayMs`]
|
|
6388
|
+
sendDelayMs: [, , `SendDelayMs`],
|
|
6389
|
+
timedMetadataId3Frame: [, , `TimedMetadataId3Frame`],
|
|
6390
|
+
timedMetadataId3Period: [, , `TimedMetadataId3Period`],
|
|
6391
|
+
timedMetadataPassthrough: [, , `TimedMetadataPassthrough`]
|
|
6366
6392
|
});
|
|
6367
6393
|
}, "se_CmafIngestGroupSettings");
|
|
6368
6394
|
var se_CmafIngestOutputSettings = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -6923,6 +6949,7 @@ var se_InputDeviceConfigurableSettings = /* @__PURE__ */ __name((input, context)
|
|
|
6923
6949
|
],
|
|
6924
6950
|
codec: [, , `Codec`],
|
|
6925
6951
|
configuredInput: [, , `ConfiguredInput`],
|
|
6952
|
+
inputResolution: [, , `InputResolution`],
|
|
6926
6953
|
latencyMs: [, , `LatencyMs`],
|
|
6927
6954
|
maxBitrate: [, , `MaxBitrate`],
|
|
6928
6955
|
mediaconnectSettings: [, (_) => se_InputDeviceMediaConnectConfigurableSettings(_, context), `MediaconnectSettings`]
|
|
@@ -8077,6 +8104,12 @@ var de___listOfCloudWatchAlarmTemplateSummary = /* @__PURE__ */ __name((output,
|
|
|
8077
8104
|
});
|
|
8078
8105
|
return retVal;
|
|
8079
8106
|
}, "de___listOfCloudWatchAlarmTemplateSummary");
|
|
8107
|
+
var de___listOfCmafIngestCaptionLanguageMapping = /* @__PURE__ */ __name((output, context) => {
|
|
8108
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
8109
|
+
return de_CmafIngestCaptionLanguageMapping(entry, context);
|
|
8110
|
+
});
|
|
8111
|
+
return retVal;
|
|
8112
|
+
}, "de___listOfCmafIngestCaptionLanguageMapping");
|
|
8080
8113
|
var de___listOfColorCorrection = /* @__PURE__ */ __name((output, context) => {
|
|
8081
8114
|
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
8082
8115
|
return de_ColorCorrection(entry, context);
|
|
@@ -8852,8 +8885,19 @@ var de_ClusterNetworkSettings = /* @__PURE__ */ __name((output, context) => {
|
|
|
8852
8885
|
InterfaceMappings: [, (_) => de___listOfInterfaceMapping(_, context), `interfaceMappings`]
|
|
8853
8886
|
});
|
|
8854
8887
|
}, "de_ClusterNetworkSettings");
|
|
8888
|
+
var de_CmafIngestCaptionLanguageMapping = /* @__PURE__ */ __name((output, context) => {
|
|
8889
|
+
return (0, import_smithy_client.take)(output, {
|
|
8890
|
+
CaptionChannel: [, import_smithy_client.expectInt32, `captionChannel`],
|
|
8891
|
+
LanguageCode: [, import_smithy_client.expectString, `languageCode`]
|
|
8892
|
+
});
|
|
8893
|
+
}, "de_CmafIngestCaptionLanguageMapping");
|
|
8855
8894
|
var de_CmafIngestGroupSettings = /* @__PURE__ */ __name((output, context) => {
|
|
8856
8895
|
return (0, import_smithy_client.take)(output, {
|
|
8896
|
+
CaptionLanguageMappings: [
|
|
8897
|
+
,
|
|
8898
|
+
(_) => de___listOfCmafIngestCaptionLanguageMapping(_, context),
|
|
8899
|
+
`captionLanguageMappings`
|
|
8900
|
+
],
|
|
8857
8901
|
Destination: [, (_) => de_OutputLocationRef(_, context), `destination`],
|
|
8858
8902
|
Id3Behavior: [, import_smithy_client.expectString, `id3Behavior`],
|
|
8859
8903
|
Id3NameModifier: [, import_smithy_client.expectString, `id3NameModifier`],
|
|
@@ -8865,7 +8909,10 @@ var de_CmafIngestGroupSettings = /* @__PURE__ */ __name((output, context) => {
|
|
|
8865
8909
|
Scte35Type: [, import_smithy_client.expectString, `scte35Type`],
|
|
8866
8910
|
SegmentLength: [, import_smithy_client.expectInt32, `segmentLength`],
|
|
8867
8911
|
SegmentLengthUnits: [, import_smithy_client.expectString, `segmentLengthUnits`],
|
|
8868
|
-
SendDelayMs: [, import_smithy_client.expectInt32, `sendDelayMs`]
|
|
8912
|
+
SendDelayMs: [, import_smithy_client.expectInt32, `sendDelayMs`],
|
|
8913
|
+
TimedMetadataId3Frame: [, import_smithy_client.expectString, `timedMetadataId3Frame`],
|
|
8914
|
+
TimedMetadataId3Period: [, import_smithy_client.expectInt32, `timedMetadataId3Period`],
|
|
8915
|
+
TimedMetadataPassthrough: [, import_smithy_client.expectString, `timedMetadataPassthrough`]
|
|
8869
8916
|
});
|
|
8870
8917
|
}, "de_CmafIngestGroupSettings");
|
|
8871
8918
|
var de_CmafIngestOutputSettings = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -9619,6 +9666,7 @@ var de_InputDeviceUhdSettings = /* @__PURE__ */ __name((output, context) => {
|
|
|
9619
9666
|
DeviceState: [, import_smithy_client.expectString, `deviceState`],
|
|
9620
9667
|
Framerate: [, import_smithy_client.limitedParseDouble, `framerate`],
|
|
9621
9668
|
Height: [, import_smithy_client.expectInt32, `height`],
|
|
9669
|
+
InputResolution: [, import_smithy_client.expectString, `inputResolution`],
|
|
9622
9670
|
LatencyMs: [, import_smithy_client.expectInt32, `latencyMs`],
|
|
9623
9671
|
MaxBitrate: [, import_smithy_client.expectInt32, `maxBitrate`],
|
|
9624
9672
|
MediaconnectSettings: [, (_) => de_InputDeviceMediaConnectSettings(_, context), `mediaconnectSettings`],
|
|
@@ -11650,6 +11698,14 @@ var DescribeInputDeviceCommand = class extends import_smithy_client.Command.clas
|
|
|
11650
11698
|
|
|
11651
11699
|
|
|
11652
11700
|
// src/models/models_2.ts
|
|
11701
|
+
var BlackoutSlateNetworkEndBlackout = {
|
|
11702
|
+
DISABLED: "DISABLED",
|
|
11703
|
+
ENABLED: "ENABLED"
|
|
11704
|
+
};
|
|
11705
|
+
var BlackoutSlateState = {
|
|
11706
|
+
DISABLED: "DISABLED",
|
|
11707
|
+
ENABLED: "ENABLED"
|
|
11708
|
+
};
|
|
11653
11709
|
var FeatureActivationsInputPrepareScheduleActions = {
|
|
11654
11710
|
DISABLED: "DISABLED",
|
|
11655
11711
|
ENABLED: "ENABLED"
|
|
@@ -14893,10 +14949,6 @@ var M2tsSegmentationMarkers = {
|
|
|
14893
14949
|
RAI_ADAPT: "RAI_ADAPT",
|
|
14894
14950
|
RAI_SEGSTART: "RAI_SEGSTART"
|
|
14895
14951
|
};
|
|
14896
|
-
var M2tsSegmentationStyle = {
|
|
14897
|
-
MAINTAIN_CADENCE: "MAINTAIN_CADENCE",
|
|
14898
|
-
RESET_CADENCE: "RESET_CADENCE"
|
|
14899
|
-
};
|
|
14900
14952
|
// Annotate the CommonJS export names for ESM import in node:
|
|
14901
14953
|
|
|
14902
14954
|
0 && (module.exports = {
|
|
@@ -15260,6 +15312,8 @@ var M2tsSegmentationStyle = {
|
|
|
15260
15312
|
CmafNielsenId3Behavior,
|
|
15261
15313
|
Scte35Type,
|
|
15262
15314
|
CmafIngestSegmentLengthUnits,
|
|
15315
|
+
CmafTimedMetadataId3Frame,
|
|
15316
|
+
CmafTimedMetadataPassthrough,
|
|
15263
15317
|
HlsCaptionLanguageSetting,
|
|
15264
15318
|
HlsClientCache,
|
|
15265
15319
|
HlsCodecSpecification,
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { MediaLiveServiceException as __BaseException } from "./MediaLiveServiceException";
|
|
2
|
+
export const M2tsSegmentationStyle = {
|
|
3
|
+
MAINTAIN_CADENCE: "MAINTAIN_CADENCE",
|
|
4
|
+
RESET_CADENCE: "RESET_CADENCE",
|
|
5
|
+
};
|
|
2
6
|
export const M2tsTimedMetadataBehavior = {
|
|
3
7
|
NO_PASSTHROUGH: "NO_PASSTHROUGH",
|
|
4
8
|
PASSTHROUGH: "PASSTHROUGH",
|
|
@@ -88,6 +92,15 @@ export const CmafIngestSegmentLengthUnits = {
|
|
|
88
92
|
MILLISECONDS: "MILLISECONDS",
|
|
89
93
|
SECONDS: "SECONDS",
|
|
90
94
|
};
|
|
95
|
+
export const CmafTimedMetadataId3Frame = {
|
|
96
|
+
NONE: "NONE",
|
|
97
|
+
PRIV: "PRIV",
|
|
98
|
+
TDRL: "TDRL",
|
|
99
|
+
};
|
|
100
|
+
export const CmafTimedMetadataPassthrough = {
|
|
101
|
+
DISABLED: "DISABLED",
|
|
102
|
+
ENABLED: "ENABLED",
|
|
103
|
+
};
|
|
91
104
|
export const HlsCaptionLanguageSetting = {
|
|
92
105
|
INSERT: "INSERT",
|
|
93
106
|
NONE: "NONE",
|
|
@@ -871,11 +884,3 @@ export const Scte35SegmentationScope = {
|
|
|
871
884
|
ALL_OUTPUT_GROUPS: "ALL_OUTPUT_GROUPS",
|
|
872
885
|
SCTE35_ENABLED_OUTPUT_GROUPS: "SCTE35_ENABLED_OUTPUT_GROUPS",
|
|
873
886
|
};
|
|
874
|
-
export const BlackoutSlateNetworkEndBlackout = {
|
|
875
|
-
DISABLED: "DISABLED",
|
|
876
|
-
ENABLED: "ENABLED",
|
|
877
|
-
};
|
|
878
|
-
export const BlackoutSlateState = {
|
|
879
|
-
DISABLED: "DISABLED",
|
|
880
|
-
ENABLED: "ENABLED",
|
|
881
|
-
};
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
export const BlackoutSlateNetworkEndBlackout = {
|
|
2
|
+
DISABLED: "DISABLED",
|
|
3
|
+
ENABLED: "ENABLED",
|
|
4
|
+
};
|
|
5
|
+
export const BlackoutSlateState = {
|
|
6
|
+
DISABLED: "DISABLED",
|
|
7
|
+
ENABLED: "ENABLED",
|
|
8
|
+
};
|
|
1
9
|
export const FeatureActivationsInputPrepareScheduleActions = {
|
|
2
10
|
DISABLED: "DISABLED",
|
|
3
11
|
ENABLED: "ENABLED",
|
|
@@ -4039,6 +4039,13 @@ const se___listOfCaptionSelector = (input, context) => {
|
|
|
4039
4039
|
return se_CaptionSelector(entry, context);
|
|
4040
4040
|
});
|
|
4041
4041
|
};
|
|
4042
|
+
const se___listOfCmafIngestCaptionLanguageMapping = (input, context) => {
|
|
4043
|
+
return input
|
|
4044
|
+
.filter((e) => e != null)
|
|
4045
|
+
.map((entry) => {
|
|
4046
|
+
return se_CmafIngestCaptionLanguageMapping(entry, context);
|
|
4047
|
+
});
|
|
4048
|
+
};
|
|
4042
4049
|
const se___listOfColorCorrection = (input, context) => {
|
|
4043
4050
|
return input
|
|
4044
4051
|
.filter((e) => e != null)
|
|
@@ -4655,8 +4662,19 @@ const se_ClusterNetworkSettingsUpdateRequest = (input, context) => {
|
|
|
4655
4662
|
interfaceMappings: [, (_) => se___listOfInterfaceMappingUpdateRequest(_, context), `InterfaceMappings`],
|
|
4656
4663
|
});
|
|
4657
4664
|
};
|
|
4665
|
+
const se_CmafIngestCaptionLanguageMapping = (input, context) => {
|
|
4666
|
+
return take(input, {
|
|
4667
|
+
captionChannel: [, , `CaptionChannel`],
|
|
4668
|
+
languageCode: [, , `LanguageCode`],
|
|
4669
|
+
});
|
|
4670
|
+
};
|
|
4658
4671
|
const se_CmafIngestGroupSettings = (input, context) => {
|
|
4659
4672
|
return take(input, {
|
|
4673
|
+
captionLanguageMappings: [
|
|
4674
|
+
,
|
|
4675
|
+
(_) => se___listOfCmafIngestCaptionLanguageMapping(_, context),
|
|
4676
|
+
`CaptionLanguageMappings`,
|
|
4677
|
+
],
|
|
4660
4678
|
destination: [, (_) => se_OutputLocationRef(_, context), `Destination`],
|
|
4661
4679
|
id3Behavior: [, , `Id3Behavior`],
|
|
4662
4680
|
id3NameModifier: [, , `Id3NameModifier`],
|
|
@@ -4669,6 +4687,9 @@ const se_CmafIngestGroupSettings = (input, context) => {
|
|
|
4669
4687
|
segmentLength: [, , `SegmentLength`],
|
|
4670
4688
|
segmentLengthUnits: [, , `SegmentLengthUnits`],
|
|
4671
4689
|
sendDelayMs: [, , `SendDelayMs`],
|
|
4690
|
+
timedMetadataId3Frame: [, , `TimedMetadataId3Frame`],
|
|
4691
|
+
timedMetadataId3Period: [, , `TimedMetadataId3Period`],
|
|
4692
|
+
timedMetadataPassthrough: [, , `TimedMetadataPassthrough`],
|
|
4672
4693
|
});
|
|
4673
4694
|
};
|
|
4674
4695
|
const se_CmafIngestOutputSettings = (input, context) => {
|
|
@@ -5229,6 +5250,7 @@ const se_InputDeviceConfigurableSettings = (input, context) => {
|
|
|
5229
5250
|
],
|
|
5230
5251
|
codec: [, , `Codec`],
|
|
5231
5252
|
configuredInput: [, , `ConfiguredInput`],
|
|
5253
|
+
inputResolution: [, , `InputResolution`],
|
|
5232
5254
|
latencyMs: [, , `LatencyMs`],
|
|
5233
5255
|
maxBitrate: [, , `MaxBitrate`],
|
|
5234
5256
|
mediaconnectSettings: [, (_) => se_InputDeviceMediaConnectConfigurableSettings(_, context), `MediaconnectSettings`],
|
|
@@ -6413,6 +6435,14 @@ const de___listOfCloudWatchAlarmTemplateSummary = (output, context) => {
|
|
|
6413
6435
|
});
|
|
6414
6436
|
return retVal;
|
|
6415
6437
|
};
|
|
6438
|
+
const de___listOfCmafIngestCaptionLanguageMapping = (output, context) => {
|
|
6439
|
+
const retVal = (output || [])
|
|
6440
|
+
.filter((e) => e != null)
|
|
6441
|
+
.map((entry) => {
|
|
6442
|
+
return de_CmafIngestCaptionLanguageMapping(entry, context);
|
|
6443
|
+
});
|
|
6444
|
+
return retVal;
|
|
6445
|
+
};
|
|
6416
6446
|
const de___listOfColorCorrection = (output, context) => {
|
|
6417
6447
|
const retVal = (output || [])
|
|
6418
6448
|
.filter((e) => e != null)
|
|
@@ -7294,8 +7324,19 @@ const de_ClusterNetworkSettings = (output, context) => {
|
|
|
7294
7324
|
InterfaceMappings: [, (_) => de___listOfInterfaceMapping(_, context), `interfaceMappings`],
|
|
7295
7325
|
});
|
|
7296
7326
|
};
|
|
7327
|
+
const de_CmafIngestCaptionLanguageMapping = (output, context) => {
|
|
7328
|
+
return take(output, {
|
|
7329
|
+
CaptionChannel: [, __expectInt32, `captionChannel`],
|
|
7330
|
+
LanguageCode: [, __expectString, `languageCode`],
|
|
7331
|
+
});
|
|
7332
|
+
};
|
|
7297
7333
|
const de_CmafIngestGroupSettings = (output, context) => {
|
|
7298
7334
|
return take(output, {
|
|
7335
|
+
CaptionLanguageMappings: [
|
|
7336
|
+
,
|
|
7337
|
+
(_) => de___listOfCmafIngestCaptionLanguageMapping(_, context),
|
|
7338
|
+
`captionLanguageMappings`,
|
|
7339
|
+
],
|
|
7299
7340
|
Destination: [, (_) => de_OutputLocationRef(_, context), `destination`],
|
|
7300
7341
|
Id3Behavior: [, __expectString, `id3Behavior`],
|
|
7301
7342
|
Id3NameModifier: [, __expectString, `id3NameModifier`],
|
|
@@ -7308,6 +7349,9 @@ const de_CmafIngestGroupSettings = (output, context) => {
|
|
|
7308
7349
|
SegmentLength: [, __expectInt32, `segmentLength`],
|
|
7309
7350
|
SegmentLengthUnits: [, __expectString, `segmentLengthUnits`],
|
|
7310
7351
|
SendDelayMs: [, __expectInt32, `sendDelayMs`],
|
|
7352
|
+
TimedMetadataId3Frame: [, __expectString, `timedMetadataId3Frame`],
|
|
7353
|
+
TimedMetadataId3Period: [, __expectInt32, `timedMetadataId3Period`],
|
|
7354
|
+
TimedMetadataPassthrough: [, __expectString, `timedMetadataPassthrough`],
|
|
7311
7355
|
});
|
|
7312
7356
|
};
|
|
7313
7357
|
const de_CmafIngestOutputSettings = (output, context) => {
|
|
@@ -8061,6 +8105,7 @@ const de_InputDeviceUhdSettings = (output, context) => {
|
|
|
8061
8105
|
DeviceState: [, __expectString, `deviceState`],
|
|
8062
8106
|
Framerate: [, __limitedParseDouble, `framerate`],
|
|
8063
8107
|
Height: [, __expectInt32, `height`],
|
|
8108
|
+
InputResolution: [, __expectString, `inputResolution`],
|
|
8064
8109
|
LatencyMs: [, __expectInt32, `latencyMs`],
|
|
8065
8110
|
MaxBitrate: [, __expectInt32, `maxBitrate`],
|
|
8066
8111
|
MediaconnectSettings: [, (_) => de_InputDeviceMediaConnectSettings(_, context), `mediaconnectSettings`],
|
|
@@ -527,6 +527,15 @@ declare const CreateChannelCommand_base: {
|
|
|
527
527
|
* Scte35NameModifier: "STRING_VALUE",
|
|
528
528
|
* Id3Behavior: "DISABLED" || "ENABLED",
|
|
529
529
|
* Id3NameModifier: "STRING_VALUE",
|
|
530
|
+
* CaptionLanguageMappings: [ // __listOfCmafIngestCaptionLanguageMapping
|
|
531
|
+
* { // CmafIngestCaptionLanguageMapping
|
|
532
|
+
* CaptionChannel: Number("int"), // required
|
|
533
|
+
* LanguageCode: "STRING_VALUE", // required
|
|
534
|
+
* },
|
|
535
|
+
* ],
|
|
536
|
+
* TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
|
|
537
|
+
* TimedMetadataId3Period: Number("int"),
|
|
538
|
+
* TimedMetadataPassthrough: "DISABLED" || "ENABLED",
|
|
530
539
|
* },
|
|
531
540
|
* SrtGroupSettings: { // SrtGroupSettings
|
|
532
541
|
* InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
|
|
@@ -1730,6 +1739,15 @@ declare const CreateChannelCommand_base: {
|
|
|
1730
1739
|
* // Scte35NameModifier: "STRING_VALUE",
|
|
1731
1740
|
* // Id3Behavior: "DISABLED" || "ENABLED",
|
|
1732
1741
|
* // Id3NameModifier: "STRING_VALUE",
|
|
1742
|
+
* // CaptionLanguageMappings: [ // __listOfCmafIngestCaptionLanguageMapping
|
|
1743
|
+
* // { // CmafIngestCaptionLanguageMapping
|
|
1744
|
+
* // CaptionChannel: Number("int"), // required
|
|
1745
|
+
* // LanguageCode: "STRING_VALUE", // required
|
|
1746
|
+
* // },
|
|
1747
|
+
* // ],
|
|
1748
|
+
* // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
|
|
1749
|
+
* // TimedMetadataId3Period: Number("int"),
|
|
1750
|
+
* // TimedMetadataPassthrough: "DISABLED" || "ENABLED",
|
|
1733
1751
|
* // },
|
|
1734
1752
|
* // SrtGroupSettings: { // SrtGroupSettings
|
|
1735
1753
|
* // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
|
|
@@ -538,6 +538,15 @@ declare const DeleteChannelCommand_base: {
|
|
|
538
538
|
* // Scte35NameModifier: "STRING_VALUE",
|
|
539
539
|
* // Id3Behavior: "DISABLED" || "ENABLED",
|
|
540
540
|
* // Id3NameModifier: "STRING_VALUE",
|
|
541
|
+
* // CaptionLanguageMappings: [ // __listOfCmafIngestCaptionLanguageMapping
|
|
542
|
+
* // { // CmafIngestCaptionLanguageMapping
|
|
543
|
+
* // CaptionChannel: Number("int"), // required
|
|
544
|
+
* // LanguageCode: "STRING_VALUE", // required
|
|
545
|
+
* // },
|
|
546
|
+
* // ],
|
|
547
|
+
* // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
|
|
548
|
+
* // TimedMetadataId3Period: Number("int"),
|
|
549
|
+
* // TimedMetadataPassthrough: "DISABLED" || "ENABLED",
|
|
541
550
|
* // },
|
|
542
551
|
* // SrtGroupSettings: { // SrtGroupSettings
|
|
543
552
|
* // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
|
|
@@ -538,6 +538,15 @@ declare const DescribeChannelCommand_base: {
|
|
|
538
538
|
* // Scte35NameModifier: "STRING_VALUE",
|
|
539
539
|
* // Id3Behavior: "DISABLED" || "ENABLED",
|
|
540
540
|
* // Id3NameModifier: "STRING_VALUE",
|
|
541
|
+
* // CaptionLanguageMappings: [ // __listOfCmafIngestCaptionLanguageMapping
|
|
542
|
+
* // { // CmafIngestCaptionLanguageMapping
|
|
543
|
+
* // CaptionChannel: Number("int"), // required
|
|
544
|
+
* // LanguageCode: "STRING_VALUE", // required
|
|
545
|
+
* // },
|
|
546
|
+
* // ],
|
|
547
|
+
* // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
|
|
548
|
+
* // TimedMetadataId3Period: Number("int"),
|
|
549
|
+
* // TimedMetadataPassthrough: "DISABLED" || "ENABLED",
|
|
541
550
|
* // },
|
|
542
551
|
* // SrtGroupSettings: { // SrtGroupSettings
|
|
543
552
|
* // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
|
|
@@ -92,6 +92,7 @@ declare const DescribeInputDeviceCommand_base: {
|
|
|
92
92
|
* // Profile: "DISABLED" || "VBR-AAC_HHE-16000" || "VBR-AAC_HE-64000" || "VBR-AAC_LC-128000" || "CBR-AAC_HQ-192000" || "CBR-AAC_HQ-256000" || "CBR-AAC_HQ-384000" || "CBR-AAC_HQ-512000",
|
|
93
93
|
* // },
|
|
94
94
|
* // ],
|
|
95
|
+
* // InputResolution: "STRING_VALUE",
|
|
95
96
|
* // },
|
|
96
97
|
* // Tags: { // Tags
|
|
97
98
|
* // "<keys>": "STRING_VALUE",
|
|
@@ -95,6 +95,7 @@ declare const ListInputDevicesCommand_base: {
|
|
|
95
95
|
* // Profile: "DISABLED" || "VBR-AAC_HHE-16000" || "VBR-AAC_HE-64000" || "VBR-AAC_LC-128000" || "CBR-AAC_HQ-192000" || "CBR-AAC_HQ-256000" || "CBR-AAC_HQ-384000" || "CBR-AAC_HQ-512000",
|
|
96
96
|
* // },
|
|
97
97
|
* // ],
|
|
98
|
+
* // InputResolution: "STRING_VALUE",
|
|
98
99
|
* // },
|
|
99
100
|
* // Tags: { // Tags
|
|
100
101
|
* // "<keys>": "STRING_VALUE",
|
|
@@ -541,6 +541,15 @@ declare const RestartChannelPipelinesCommand_base: {
|
|
|
541
541
|
* // Scte35NameModifier: "STRING_VALUE",
|
|
542
542
|
* // Id3Behavior: "DISABLED" || "ENABLED",
|
|
543
543
|
* // Id3NameModifier: "STRING_VALUE",
|
|
544
|
+
* // CaptionLanguageMappings: [ // __listOfCmafIngestCaptionLanguageMapping
|
|
545
|
+
* // { // CmafIngestCaptionLanguageMapping
|
|
546
|
+
* // CaptionChannel: Number("int"), // required
|
|
547
|
+
* // LanguageCode: "STRING_VALUE", // required
|
|
548
|
+
* // },
|
|
549
|
+
* // ],
|
|
550
|
+
* // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
|
|
551
|
+
* // TimedMetadataId3Period: Number("int"),
|
|
552
|
+
* // TimedMetadataPassthrough: "DISABLED" || "ENABLED",
|
|
544
553
|
* // },
|
|
545
554
|
* // SrtGroupSettings: { // SrtGroupSettings
|
|
546
555
|
* // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
|
|
@@ -538,6 +538,15 @@ declare const StartChannelCommand_base: {
|
|
|
538
538
|
* // Scte35NameModifier: "STRING_VALUE",
|
|
539
539
|
* // Id3Behavior: "DISABLED" || "ENABLED",
|
|
540
540
|
* // Id3NameModifier: "STRING_VALUE",
|
|
541
|
+
* // CaptionLanguageMappings: [ // __listOfCmafIngestCaptionLanguageMapping
|
|
542
|
+
* // { // CmafIngestCaptionLanguageMapping
|
|
543
|
+
* // CaptionChannel: Number("int"), // required
|
|
544
|
+
* // LanguageCode: "STRING_VALUE", // required
|
|
545
|
+
* // },
|
|
546
|
+
* // ],
|
|
547
|
+
* // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
|
|
548
|
+
* // TimedMetadataId3Period: Number("int"),
|
|
549
|
+
* // TimedMetadataPassthrough: "DISABLED" || "ENABLED",
|
|
541
550
|
* // },
|
|
542
551
|
* // SrtGroupSettings: { // SrtGroupSettings
|
|
543
552
|
* // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
|
|
@@ -538,6 +538,15 @@ declare const StopChannelCommand_base: {
|
|
|
538
538
|
* // Scte35NameModifier: "STRING_VALUE",
|
|
539
539
|
* // Id3Behavior: "DISABLED" || "ENABLED",
|
|
540
540
|
* // Id3NameModifier: "STRING_VALUE",
|
|
541
|
+
* // CaptionLanguageMappings: [ // __listOfCmafIngestCaptionLanguageMapping
|
|
542
|
+
* // { // CmafIngestCaptionLanguageMapping
|
|
543
|
+
* // CaptionChannel: Number("int"), // required
|
|
544
|
+
* // LanguageCode: "STRING_VALUE", // required
|
|
545
|
+
* // },
|
|
546
|
+
* // ],
|
|
547
|
+
* // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
|
|
548
|
+
* // TimedMetadataId3Period: Number("int"),
|
|
549
|
+
* // TimedMetadataPassthrough: "DISABLED" || "ENABLED",
|
|
541
550
|
* // },
|
|
542
551
|
* // SrtGroupSettings: { // SrtGroupSettings
|
|
543
552
|
* // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
|
|
@@ -571,6 +571,15 @@ declare const UpdateChannelClassCommand_base: {
|
|
|
571
571
|
* // Scte35NameModifier: "STRING_VALUE",
|
|
572
572
|
* // Id3Behavior: "DISABLED" || "ENABLED",
|
|
573
573
|
* // Id3NameModifier: "STRING_VALUE",
|
|
574
|
+
* // CaptionLanguageMappings: [ // __listOfCmafIngestCaptionLanguageMapping
|
|
575
|
+
* // { // CmafIngestCaptionLanguageMapping
|
|
576
|
+
* // CaptionChannel: Number("int"), // required
|
|
577
|
+
* // LanguageCode: "STRING_VALUE", // required
|
|
578
|
+
* // },
|
|
579
|
+
* // ],
|
|
580
|
+
* // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
|
|
581
|
+
* // TimedMetadataId3Period: Number("int"),
|
|
582
|
+
* // TimedMetadataPassthrough: "DISABLED" || "ENABLED",
|
|
574
583
|
* // },
|
|
575
584
|
* // SrtGroupSettings: { // SrtGroupSettings
|
|
576
585
|
* // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
|
|
@@ -527,6 +527,15 @@ declare const UpdateChannelCommand_base: {
|
|
|
527
527
|
* Scte35NameModifier: "STRING_VALUE",
|
|
528
528
|
* Id3Behavior: "DISABLED" || "ENABLED",
|
|
529
529
|
* Id3NameModifier: "STRING_VALUE",
|
|
530
|
+
* CaptionLanguageMappings: [ // __listOfCmafIngestCaptionLanguageMapping
|
|
531
|
+
* { // CmafIngestCaptionLanguageMapping
|
|
532
|
+
* CaptionChannel: Number("int"), // required
|
|
533
|
+
* LanguageCode: "STRING_VALUE", // required
|
|
534
|
+
* },
|
|
535
|
+
* ],
|
|
536
|
+
* TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
|
|
537
|
+
* TimedMetadataId3Period: Number("int"),
|
|
538
|
+
* TimedMetadataPassthrough: "DISABLED" || "ENABLED",
|
|
530
539
|
* },
|
|
531
540
|
* SrtGroupSettings: { // SrtGroupSettings
|
|
532
541
|
* InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
|
|
@@ -1717,6 +1726,15 @@ declare const UpdateChannelCommand_base: {
|
|
|
1717
1726
|
* // Scte35NameModifier: "STRING_VALUE",
|
|
1718
1727
|
* // Id3Behavior: "DISABLED" || "ENABLED",
|
|
1719
1728
|
* // Id3NameModifier: "STRING_VALUE",
|
|
1729
|
+
* // CaptionLanguageMappings: [ // __listOfCmafIngestCaptionLanguageMapping
|
|
1730
|
+
* // { // CmafIngestCaptionLanguageMapping
|
|
1731
|
+
* // CaptionChannel: Number("int"), // required
|
|
1732
|
+
* // LanguageCode: "STRING_VALUE", // required
|
|
1733
|
+
* // },
|
|
1734
|
+
* // ],
|
|
1735
|
+
* // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
|
|
1736
|
+
* // TimedMetadataId3Period: Number("int"),
|
|
1737
|
+
* // TimedMetadataPassthrough: "DISABLED" || "ENABLED",
|
|
1720
1738
|
* // },
|
|
1721
1739
|
* // SrtGroupSettings: { // SrtGroupSettings
|
|
1722
1740
|
* // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
|
|
@@ -52,6 +52,7 @@ declare const UpdateInputDeviceCommand_base: {
|
|
|
52
52
|
* Profile: "DISABLED" || "VBR-AAC_HHE-16000" || "VBR-AAC_HE-64000" || "VBR-AAC_LC-128000" || "CBR-AAC_HQ-192000" || "CBR-AAC_HQ-256000" || "CBR-AAC_HQ-384000" || "CBR-AAC_HQ-512000",
|
|
53
53
|
* },
|
|
54
54
|
* ],
|
|
55
|
+
* InputResolution: "STRING_VALUE",
|
|
55
56
|
* },
|
|
56
57
|
* InputDeviceId: "STRING_VALUE", // required
|
|
57
58
|
* Name: "STRING_VALUE",
|
|
@@ -72,6 +73,7 @@ declare const UpdateInputDeviceCommand_base: {
|
|
|
72
73
|
* Profile: "DISABLED" || "VBR-AAC_HHE-16000" || "VBR-AAC_HE-64000" || "VBR-AAC_LC-128000" || "CBR-AAC_HQ-192000" || "CBR-AAC_HQ-256000" || "CBR-AAC_HQ-384000" || "CBR-AAC_HQ-512000",
|
|
73
74
|
* },
|
|
74
75
|
* ],
|
|
76
|
+
* InputResolution: "STRING_VALUE",
|
|
75
77
|
* },
|
|
76
78
|
* AvailabilityZone: "STRING_VALUE",
|
|
77
79
|
* };
|
|
@@ -130,6 +132,7 @@ declare const UpdateInputDeviceCommand_base: {
|
|
|
130
132
|
* // Profile: "DISABLED" || "VBR-AAC_HHE-16000" || "VBR-AAC_HE-64000" || "VBR-AAC_LC-128000" || "CBR-AAC_HQ-192000" || "CBR-AAC_HQ-256000" || "CBR-AAC_HQ-384000" || "CBR-AAC_HQ-512000",
|
|
131
133
|
* // },
|
|
132
134
|
* // ],
|
|
135
|
+
* // InputResolution: "STRING_VALUE",
|
|
133
136
|
* // },
|
|
134
137
|
* // Tags: { // Tags
|
|
135
138
|
* // "<keys>": "STRING_VALUE",
|
|
@@ -3458,6 +3458,22 @@ export interface CloudWatchAlarmTemplateSummary {
|
|
|
3458
3458
|
*/
|
|
3459
3459
|
TreatMissingData: CloudWatchAlarmTemplateTreatMissingData | undefined;
|
|
3460
3460
|
}
|
|
3461
|
+
/**
|
|
3462
|
+
* Add an array item for each language. Follow the order of the caption descriptions. For example, if the first caption description is for German, then the first array item must be for German, and its caption channel must be set to 1. The second array item must be 2, and so on.
|
|
3463
|
+
* @public
|
|
3464
|
+
*/
|
|
3465
|
+
export interface CmafIngestCaptionLanguageMapping {
|
|
3466
|
+
/**
|
|
3467
|
+
* A number for the channel for this caption, 1 to 4.
|
|
3468
|
+
* @public
|
|
3469
|
+
*/
|
|
3470
|
+
CaptionChannel: number | undefined;
|
|
3471
|
+
/**
|
|
3472
|
+
* Language code for the language of the caption in this channel. For example, ger/deu. See http://www.loc.gov/standards/iso639-2
|
|
3473
|
+
* @public
|
|
3474
|
+
*/
|
|
3475
|
+
LanguageCode: string | undefined;
|
|
3476
|
+
}
|
|
3461
3477
|
/**
|
|
3462
3478
|
* @public
|
|
3463
3479
|
* @enum
|
|
@@ -4952,6 +4968,11 @@ export interface InputDeviceUhdSettings {
|
|
|
4952
4968
|
* @public
|
|
4953
4969
|
*/
|
|
4954
4970
|
AudioChannelPairs?: InputDeviceUhdAudioChannelPairConfig[] | undefined;
|
|
4971
|
+
/**
|
|
4972
|
+
* The resolution of the Link device's source (HD or UHD). This value determines MediaLive resource allocation and billing for this input.
|
|
4973
|
+
* @public
|
|
4974
|
+
*/
|
|
4975
|
+
InputResolution?: string | undefined;
|
|
4955
4976
|
}
|
|
4956
4977
|
/**
|
|
4957
4978
|
* Details of the input device.
|
|
@@ -5907,15 +5928,3 @@ export declare const M2tsSegmentationMarkers: {
|
|
|
5907
5928
|
* @public
|
|
5908
5929
|
*/
|
|
5909
5930
|
export type M2tsSegmentationMarkers = (typeof M2tsSegmentationMarkers)[keyof typeof M2tsSegmentationMarkers];
|
|
5910
|
-
/**
|
|
5911
|
-
* @public
|
|
5912
|
-
* @enum
|
|
5913
|
-
*/
|
|
5914
|
-
export declare const M2tsSegmentationStyle: {
|
|
5915
|
-
readonly MAINTAIN_CADENCE: "MAINTAIN_CADENCE";
|
|
5916
|
-
readonly RESET_CADENCE: "RESET_CADENCE";
|
|
5917
|
-
};
|
|
5918
|
-
/**
|
|
5919
|
-
* @public
|
|
5920
|
-
*/
|
|
5921
|
-
export type M2tsSegmentationStyle = (typeof M2tsSegmentationStyle)[keyof typeof M2tsSegmentationStyle];
|
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { MediaLiveServiceException as __BaseException } from "./MediaLiveServiceException";
|
|
3
|
-
import { Algorithm, BatchFailedResultModel, BatchSuccessfulResultModel, CaptionLanguageMapping, ChannelEngineVersionResponse, DvbNitSettings, DvbSdtSettings, DvbTdtSettings, Hdr10Settings, HlsAdMarkers, InputLocation, M2tsAbsentInputAudioBehavior, M2tsArib, M2tsAribCaptionsPidControl, M2tsAudioBufferModel, M2tsAudioInterval, M2tsAudioStreamType, M2tsBufferModel, M2tsCcDescriptor, M2tsEbifControl, M2tsEbpPlacement, M2tsEsRateInPes, M2tsKlv, M2tsNielsenId3Behavior, M2tsPcrControl, M2tsRateMode, M2tsScte35Control, M2tsSegmentationMarkers,
|
|
3
|
+
import { Algorithm, BatchFailedResultModel, BatchSuccessfulResultModel, CaptionLanguageMapping, ChannelEngineVersionResponse, CmafIngestCaptionLanguageMapping, DvbNitSettings, DvbSdtSettings, DvbTdtSettings, Hdr10Settings, HlsAdMarkers, InputLocation, M2tsAbsentInputAudioBehavior, M2tsArib, M2tsAribCaptionsPidControl, M2tsAudioBufferModel, M2tsAudioInterval, M2tsAudioStreamType, M2tsBufferModel, M2tsCcDescriptor, M2tsEbifControl, M2tsEbpPlacement, M2tsEsRateInPes, M2tsKlv, M2tsNielsenId3Behavior, M2tsPcrControl, M2tsRateMode, M2tsScte35Control, M2tsSegmentationMarkers, OfferingDurationUnits, OfferingType, ReservationResourceSpecification } from "./models_0";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
* @enum
|
|
7
|
+
*/
|
|
8
|
+
export declare const M2tsSegmentationStyle: {
|
|
9
|
+
readonly MAINTAIN_CADENCE: "MAINTAIN_CADENCE";
|
|
10
|
+
readonly RESET_CADENCE: "RESET_CADENCE";
|
|
11
|
+
};
|
|
12
|
+
/**
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
export type M2tsSegmentationStyle = (typeof M2tsSegmentationStyle)[keyof typeof M2tsSegmentationStyle];
|
|
4
16
|
/**
|
|
5
17
|
* @public
|
|
6
18
|
* @enum
|
|
@@ -1192,6 +1204,31 @@ export declare const CmafIngestSegmentLengthUnits: {
|
|
|
1192
1204
|
* @public
|
|
1193
1205
|
*/
|
|
1194
1206
|
export type CmafIngestSegmentLengthUnits = (typeof CmafIngestSegmentLengthUnits)[keyof typeof CmafIngestSegmentLengthUnits];
|
|
1207
|
+
/**
|
|
1208
|
+
* @public
|
|
1209
|
+
* @enum
|
|
1210
|
+
*/
|
|
1211
|
+
export declare const CmafTimedMetadataId3Frame: {
|
|
1212
|
+
readonly NONE: "NONE";
|
|
1213
|
+
readonly PRIV: "PRIV";
|
|
1214
|
+
readonly TDRL: "TDRL";
|
|
1215
|
+
};
|
|
1216
|
+
/**
|
|
1217
|
+
* @public
|
|
1218
|
+
*/
|
|
1219
|
+
export type CmafTimedMetadataId3Frame = (typeof CmafTimedMetadataId3Frame)[keyof typeof CmafTimedMetadataId3Frame];
|
|
1220
|
+
/**
|
|
1221
|
+
* @public
|
|
1222
|
+
* @enum
|
|
1223
|
+
*/
|
|
1224
|
+
export declare const CmafTimedMetadataPassthrough: {
|
|
1225
|
+
readonly DISABLED: "DISABLED";
|
|
1226
|
+
readonly ENABLED: "ENABLED";
|
|
1227
|
+
};
|
|
1228
|
+
/**
|
|
1229
|
+
* @public
|
|
1230
|
+
*/
|
|
1231
|
+
export type CmafTimedMetadataPassthrough = (typeof CmafTimedMetadataPassthrough)[keyof typeof CmafTimedMetadataPassthrough];
|
|
1195
1232
|
/**
|
|
1196
1233
|
* Cmaf Ingest Group Settings
|
|
1197
1234
|
* @public
|
|
@@ -1257,6 +1294,26 @@ export interface CmafIngestGroupSettings {
|
|
|
1257
1294
|
* @public
|
|
1258
1295
|
*/
|
|
1259
1296
|
Id3NameModifier?: string | undefined;
|
|
1297
|
+
/**
|
|
1298
|
+
* An array that identifies the languages in the four caption channels in the embedded captions.
|
|
1299
|
+
* @public
|
|
1300
|
+
*/
|
|
1301
|
+
CaptionLanguageMappings?: CmafIngestCaptionLanguageMapping[] | undefined;
|
|
1302
|
+
/**
|
|
1303
|
+
* Set to none if you don't want to insert a timecode in the output. Otherwise choose the frame type for the timecode.
|
|
1304
|
+
* @public
|
|
1305
|
+
*/
|
|
1306
|
+
TimedMetadataId3Frame?: CmafTimedMetadataId3Frame | undefined;
|
|
1307
|
+
/**
|
|
1308
|
+
* If you set up to insert a timecode in the output, specify the frequency for the frame, in seconds.
|
|
1309
|
+
* @public
|
|
1310
|
+
*/
|
|
1311
|
+
TimedMetadataId3Period?: number | undefined;
|
|
1312
|
+
/**
|
|
1313
|
+
* Set to enabled to pass through ID3 metadata from the input sources.
|
|
1314
|
+
* @public
|
|
1315
|
+
*/
|
|
1316
|
+
TimedMetadataPassthrough?: CmafTimedMetadataPassthrough | undefined;
|
|
1260
1317
|
}
|
|
1261
1318
|
/**
|
|
1262
1319
|
* Frame Capture S3 Settings
|
|
@@ -6356,58 +6413,3 @@ export interface BatchUpdateScheduleResponse {
|
|
|
6356
6413
|
*/
|
|
6357
6414
|
Deletes?: BatchScheduleActionDeleteResult | undefined;
|
|
6358
6415
|
}
|
|
6359
|
-
/**
|
|
6360
|
-
* @public
|
|
6361
|
-
* @enum
|
|
6362
|
-
*/
|
|
6363
|
-
export declare const BlackoutSlateNetworkEndBlackout: {
|
|
6364
|
-
readonly DISABLED: "DISABLED";
|
|
6365
|
-
readonly ENABLED: "ENABLED";
|
|
6366
|
-
};
|
|
6367
|
-
/**
|
|
6368
|
-
* @public
|
|
6369
|
-
*/
|
|
6370
|
-
export type BlackoutSlateNetworkEndBlackout = (typeof BlackoutSlateNetworkEndBlackout)[keyof typeof BlackoutSlateNetworkEndBlackout];
|
|
6371
|
-
/**
|
|
6372
|
-
* @public
|
|
6373
|
-
* @enum
|
|
6374
|
-
*/
|
|
6375
|
-
export declare const BlackoutSlateState: {
|
|
6376
|
-
readonly DISABLED: "DISABLED";
|
|
6377
|
-
readonly ENABLED: "ENABLED";
|
|
6378
|
-
};
|
|
6379
|
-
/**
|
|
6380
|
-
* @public
|
|
6381
|
-
*/
|
|
6382
|
-
export type BlackoutSlateState = (typeof BlackoutSlateState)[keyof typeof BlackoutSlateState];
|
|
6383
|
-
/**
|
|
6384
|
-
* Blackout Slate
|
|
6385
|
-
* @public
|
|
6386
|
-
*/
|
|
6387
|
-
export interface BlackoutSlate {
|
|
6388
|
-
/**
|
|
6389
|
-
* Blackout slate image to be used. Leave empty for solid black. Only bmp and png images are supported.
|
|
6390
|
-
* @public
|
|
6391
|
-
*/
|
|
6392
|
-
BlackoutSlateImage?: InputLocation | undefined;
|
|
6393
|
-
/**
|
|
6394
|
-
* Setting to enabled causes the encoder to blackout the video, audio, and captions, and raise the "Network Blackout Image" slate when an SCTE104/35 Network End Segmentation Descriptor is encountered. The blackout will be lifted when the Network Start Segmentation Descriptor is encountered. The Network End and Network Start descriptors must contain a network ID that matches the value entered in "Network ID".
|
|
6395
|
-
* @public
|
|
6396
|
-
*/
|
|
6397
|
-
NetworkEndBlackout?: BlackoutSlateNetworkEndBlackout | undefined;
|
|
6398
|
-
/**
|
|
6399
|
-
* Path to local file to use as Network End Blackout image. Image will be scaled to fill the entire output raster.
|
|
6400
|
-
* @public
|
|
6401
|
-
*/
|
|
6402
|
-
NetworkEndBlackoutImage?: InputLocation | undefined;
|
|
6403
|
-
/**
|
|
6404
|
-
* Provides Network ID that matches EIDR ID format (e.g., "10.XXXX/XXXX-XXXX-XXXX-XXXX-XXXX-C").
|
|
6405
|
-
* @public
|
|
6406
|
-
*/
|
|
6407
|
-
NetworkId?: string | undefined;
|
|
6408
|
-
/**
|
|
6409
|
-
* When set to enabled, causes video, audio and captions to be blanked when indicated by program metadata.
|
|
6410
|
-
* @public
|
|
6411
|
-
*/
|
|
6412
|
-
State?: BlackoutSlateState | undefined;
|
|
6413
|
-
}
|
|
@@ -1,6 +1,61 @@
|
|
|
1
1
|
import { StreamingBlobTypes } from "@smithy/types";
|
|
2
2
|
import { AudioDescription, CaptionDescription, CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelEngineVersionResponse, ChannelPipelineIdToRestart, ChannelPlacementGroupState, ChannelState, ChannelSummary, CloudWatchAlarmTemplateComparisonOperator, CloudWatchAlarmTemplateGroupSummary, CloudWatchAlarmTemplateStatistic, CloudWatchAlarmTemplateSummary, CloudWatchAlarmTemplateTargetResourceType, CloudWatchAlarmTemplateTreatMissingData, ClusterNetworkSettings, ClusterState, ClusterType, ColorCorrection, DescribeAnywhereSettings, DescribeChannelPlacementGroupSummary, DescribeClusterSummary, DescribeNetworkSummary, DescribeNodeSummary, DeviceSettingsSyncState, DeviceUpdateStatus, EventBridgeRuleTemplateEventType, EventBridgeRuleTemplateGroupSummary, EventBridgeRuleTemplateSummary, EventBridgeRuleTemplateTarget, Input, InputAttachment, InputClass, InputDestination, InputDestinationRequest, InputDeviceCodec, InputDeviceConfigurableAudioChannelPairConfig, InputDeviceConfiguredInput, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceOutputType, InputDeviceRequest, InputDeviceSettings, InputDeviceSummary, InputDeviceType, InputDeviceUhdSettings, InputLocation, InputNetworkLocation, InputSecurityGroup, InputSecurityGroupState, InputSource, InputSourceRequest, InputSourceType, InputSpecification, InputState, InputType, InputWhitelistRule, InputWhitelistRuleCidr, InterfaceMappingCreateRequest, InterfaceMappingUpdateRequest, IpPool, IpPoolCreateRequest, IpPoolUpdateRequest, LogLevel, MaintenanceDay, MaintenanceStatus, MediaConnectFlow, MediaConnectFlowRequest, MediaResourceNeighbor, MulticastSettings, MulticastSourceCreateRequest, MulticastSourceUpdateRequest, MultiplexOutputDestination, MultiplexProgramPipelineDetail, MultiplexProgramSummary, MultiplexState, MultiplexSummary, NetworkState, NodeConnectionState, NodeInterfaceMapping, NodeInterfaceMappingCreateRequest, NodeRole, NodeState, Offering, OfferingDurationUnits, OfferingType, OutputDestination, ReservationResourceSpecification, Route, SdiSourceMapping, Smpte2110ReceiverGroupSettings, SrtSettings, VpcOutputSettingsDescription } from "./models_0";
|
|
3
|
-
import { AcceptHeader, AccountConfiguration, AnywhereSettings, AvailBlanking, AvailConfiguration,
|
|
3
|
+
import { AcceptHeader, AccountConfiguration, AnywhereSettings, AvailBlanking, AvailConfiguration, OutputGroup, PipelineDetail, RenewalSettings, Reservation, ReservationState, RouteCreateRequest, RouteUpdateRequest, ScheduleAction, SdiSourceMode, SdiSourceState, SdiSourceSummary, SdiSourceType, SignalMapMonitorDeploymentStatus, SignalMapStatus, SignalMapSummary, SrtCallerSourceRequest, ThumbnailDetail, TransferringInputDeviceSummary, VideoDescription } from "./models_1";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
* @enum
|
|
7
|
+
*/
|
|
8
|
+
export declare const BlackoutSlateNetworkEndBlackout: {
|
|
9
|
+
readonly DISABLED: "DISABLED";
|
|
10
|
+
readonly ENABLED: "ENABLED";
|
|
11
|
+
};
|
|
12
|
+
/**
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
export type BlackoutSlateNetworkEndBlackout = (typeof BlackoutSlateNetworkEndBlackout)[keyof typeof BlackoutSlateNetworkEndBlackout];
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
* @enum
|
|
19
|
+
*/
|
|
20
|
+
export declare const BlackoutSlateState: {
|
|
21
|
+
readonly DISABLED: "DISABLED";
|
|
22
|
+
readonly ENABLED: "ENABLED";
|
|
23
|
+
};
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
export type BlackoutSlateState = (typeof BlackoutSlateState)[keyof typeof BlackoutSlateState];
|
|
28
|
+
/**
|
|
29
|
+
* Blackout Slate
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
export interface BlackoutSlate {
|
|
33
|
+
/**
|
|
34
|
+
* Blackout slate image to be used. Leave empty for solid black. Only bmp and png images are supported.
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
BlackoutSlateImage?: InputLocation | undefined;
|
|
38
|
+
/**
|
|
39
|
+
* Setting to enabled causes the encoder to blackout the video, audio, and captions, and raise the "Network Blackout Image" slate when an SCTE104/35 Network End Segmentation Descriptor is encountered. The blackout will be lifted when the Network Start Segmentation Descriptor is encountered. The Network End and Network Start descriptors must contain a network ID that matches the value entered in "Network ID".
|
|
40
|
+
* @public
|
|
41
|
+
*/
|
|
42
|
+
NetworkEndBlackout?: BlackoutSlateNetworkEndBlackout | undefined;
|
|
43
|
+
/**
|
|
44
|
+
* Path to local file to use as Network End Blackout image. Image will be scaled to fill the entire output raster.
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
47
|
+
NetworkEndBlackoutImage?: InputLocation | undefined;
|
|
48
|
+
/**
|
|
49
|
+
* Provides Network ID that matches EIDR ID format (e.g., "10.XXXX/XXXX-XXXX-XXXX-XXXX-XXXX-C").
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
NetworkId?: string | undefined;
|
|
53
|
+
/**
|
|
54
|
+
* When set to enabled, causes video, audio and captions to be blanked when indicated by program metadata.
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
State?: BlackoutSlateState | undefined;
|
|
58
|
+
}
|
|
4
59
|
/**
|
|
5
60
|
* Placeholder documentation for CancelInputDeviceTransferRequest
|
|
6
61
|
* @public
|
|
@@ -4682,6 +4737,11 @@ export interface InputDeviceConfigurableSettings {
|
|
|
4682
4737
|
* @public
|
|
4683
4738
|
*/
|
|
4684
4739
|
AudioChannelPairs?: InputDeviceConfigurableAudioChannelPairConfig[] | undefined;
|
|
4740
|
+
/**
|
|
4741
|
+
* Choose the resolution of the Link device's source (HD or UHD). Make sure the resolution matches the current source from the device. This value determines MediaLive resource allocation and billing for this input. Only UHD devices can specify this parameter.
|
|
4742
|
+
* @public
|
|
4743
|
+
*/
|
|
4744
|
+
InputResolution?: string | undefined;
|
|
4685
4745
|
}
|
|
4686
4746
|
/**
|
|
4687
4747
|
* Placeholder documentation for ListChannelPlacementGroupsRequest
|
|
@@ -1169,6 +1169,10 @@ export interface CloudWatchAlarmTemplateSummary {
|
|
|
1169
1169
|
Threshold: number | undefined;
|
|
1170
1170
|
TreatMissingData: CloudWatchAlarmTemplateTreatMissingData | undefined;
|
|
1171
1171
|
}
|
|
1172
|
+
export interface CmafIngestCaptionLanguageMapping {
|
|
1173
|
+
CaptionChannel: number | undefined;
|
|
1174
|
+
LanguageCode: string | undefined;
|
|
1175
|
+
}
|
|
1172
1176
|
export declare const ColorSpace: {
|
|
1173
1177
|
readonly HDR10: "HDR10";
|
|
1174
1178
|
readonly HLG_2020: "HLG_2020";
|
|
@@ -1649,6 +1653,7 @@ export interface InputDeviceUhdSettings {
|
|
|
1649
1653
|
Codec?: InputDeviceCodec | undefined;
|
|
1650
1654
|
MediaconnectSettings?: InputDeviceMediaConnectSettings | undefined;
|
|
1651
1655
|
AudioChannelPairs?: InputDeviceUhdAudioChannelPairConfig[] | undefined;
|
|
1656
|
+
InputResolution?: string | undefined;
|
|
1652
1657
|
}
|
|
1653
1658
|
export interface InputDeviceSummary {
|
|
1654
1659
|
Arn?: string | undefined;
|
|
@@ -1983,9 +1988,3 @@ export declare const M2tsSegmentationMarkers: {
|
|
|
1983
1988
|
};
|
|
1984
1989
|
export type M2tsSegmentationMarkers =
|
|
1985
1990
|
(typeof M2tsSegmentationMarkers)[keyof typeof M2tsSegmentationMarkers];
|
|
1986
|
-
export declare const M2tsSegmentationStyle: {
|
|
1987
|
-
readonly MAINTAIN_CADENCE: "MAINTAIN_CADENCE";
|
|
1988
|
-
readonly RESET_CADENCE: "RESET_CADENCE";
|
|
1989
|
-
};
|
|
1990
|
-
export type M2tsSegmentationStyle =
|
|
1991
|
-
(typeof M2tsSegmentationStyle)[keyof typeof M2tsSegmentationStyle];
|
|
@@ -6,6 +6,7 @@ import {
|
|
|
6
6
|
BatchSuccessfulResultModel,
|
|
7
7
|
CaptionLanguageMapping,
|
|
8
8
|
ChannelEngineVersionResponse,
|
|
9
|
+
CmafIngestCaptionLanguageMapping,
|
|
9
10
|
DvbNitSettings,
|
|
10
11
|
DvbSdtSettings,
|
|
11
12
|
DvbTdtSettings,
|
|
@@ -29,11 +30,16 @@ import {
|
|
|
29
30
|
M2tsRateMode,
|
|
30
31
|
M2tsScte35Control,
|
|
31
32
|
M2tsSegmentationMarkers,
|
|
32
|
-
M2tsSegmentationStyle,
|
|
33
33
|
OfferingDurationUnits,
|
|
34
34
|
OfferingType,
|
|
35
35
|
ReservationResourceSpecification,
|
|
36
36
|
} from "./models_0";
|
|
37
|
+
export declare const M2tsSegmentationStyle: {
|
|
38
|
+
readonly MAINTAIN_CADENCE: "MAINTAIN_CADENCE";
|
|
39
|
+
readonly RESET_CADENCE: "RESET_CADENCE";
|
|
40
|
+
};
|
|
41
|
+
export type M2tsSegmentationStyle =
|
|
42
|
+
(typeof M2tsSegmentationStyle)[keyof typeof M2tsSegmentationStyle];
|
|
37
43
|
export declare const M2tsTimedMetadataBehavior: {
|
|
38
44
|
readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
|
|
39
45
|
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
@@ -366,6 +372,19 @@ export declare const CmafIngestSegmentLengthUnits: {
|
|
|
366
372
|
};
|
|
367
373
|
export type CmafIngestSegmentLengthUnits =
|
|
368
374
|
(typeof CmafIngestSegmentLengthUnits)[keyof typeof CmafIngestSegmentLengthUnits];
|
|
375
|
+
export declare const CmafTimedMetadataId3Frame: {
|
|
376
|
+
readonly NONE: "NONE";
|
|
377
|
+
readonly PRIV: "PRIV";
|
|
378
|
+
readonly TDRL: "TDRL";
|
|
379
|
+
};
|
|
380
|
+
export type CmafTimedMetadataId3Frame =
|
|
381
|
+
(typeof CmafTimedMetadataId3Frame)[keyof typeof CmafTimedMetadataId3Frame];
|
|
382
|
+
export declare const CmafTimedMetadataPassthrough: {
|
|
383
|
+
readonly DISABLED: "DISABLED";
|
|
384
|
+
readonly ENABLED: "ENABLED";
|
|
385
|
+
};
|
|
386
|
+
export type CmafTimedMetadataPassthrough =
|
|
387
|
+
(typeof CmafTimedMetadataPassthrough)[keyof typeof CmafTimedMetadataPassthrough];
|
|
369
388
|
export interface CmafIngestGroupSettings {
|
|
370
389
|
Destination: OutputLocationRef | undefined;
|
|
371
390
|
NielsenId3Behavior?: CmafNielsenId3Behavior | undefined;
|
|
@@ -379,6 +398,10 @@ export interface CmafIngestGroupSettings {
|
|
|
379
398
|
Scte35NameModifier?: string | undefined;
|
|
380
399
|
Id3Behavior?: CmafId3Behavior | undefined;
|
|
381
400
|
Id3NameModifier?: string | undefined;
|
|
401
|
+
CaptionLanguageMappings?: CmafIngestCaptionLanguageMapping[] | undefined;
|
|
402
|
+
TimedMetadataId3Frame?: CmafTimedMetadataId3Frame | undefined;
|
|
403
|
+
TimedMetadataId3Period?: number | undefined;
|
|
404
|
+
TimedMetadataPassthrough?: CmafTimedMetadataPassthrough | undefined;
|
|
382
405
|
}
|
|
383
406
|
export interface FrameCaptureS3Settings {
|
|
384
407
|
CannedAcl?: S3CannedAcl | undefined;
|
|
@@ -2066,22 +2089,3 @@ export interface BatchUpdateScheduleResponse {
|
|
|
2066
2089
|
Creates?: BatchScheduleActionCreateResult | undefined;
|
|
2067
2090
|
Deletes?: BatchScheduleActionDeleteResult | undefined;
|
|
2068
2091
|
}
|
|
2069
|
-
export declare const BlackoutSlateNetworkEndBlackout: {
|
|
2070
|
-
readonly DISABLED: "DISABLED";
|
|
2071
|
-
readonly ENABLED: "ENABLED";
|
|
2072
|
-
};
|
|
2073
|
-
export type BlackoutSlateNetworkEndBlackout =
|
|
2074
|
-
(typeof BlackoutSlateNetworkEndBlackout)[keyof typeof BlackoutSlateNetworkEndBlackout];
|
|
2075
|
-
export declare const BlackoutSlateState: {
|
|
2076
|
-
readonly DISABLED: "DISABLED";
|
|
2077
|
-
readonly ENABLED: "ENABLED";
|
|
2078
|
-
};
|
|
2079
|
-
export type BlackoutSlateState =
|
|
2080
|
-
(typeof BlackoutSlateState)[keyof typeof BlackoutSlateState];
|
|
2081
|
-
export interface BlackoutSlate {
|
|
2082
|
-
BlackoutSlateImage?: InputLocation | undefined;
|
|
2083
|
-
NetworkEndBlackout?: BlackoutSlateNetworkEndBlackout | undefined;
|
|
2084
|
-
NetworkEndBlackoutImage?: InputLocation | undefined;
|
|
2085
|
-
NetworkId?: string | undefined;
|
|
2086
|
-
State?: BlackoutSlateState | undefined;
|
|
2087
|
-
}
|
|
@@ -102,7 +102,6 @@ import {
|
|
|
102
102
|
AnywhereSettings,
|
|
103
103
|
AvailBlanking,
|
|
104
104
|
AvailConfiguration,
|
|
105
|
-
BlackoutSlate,
|
|
106
105
|
OutputGroup,
|
|
107
106
|
PipelineDetail,
|
|
108
107
|
RenewalSettings,
|
|
@@ -123,6 +122,25 @@ import {
|
|
|
123
122
|
TransferringInputDeviceSummary,
|
|
124
123
|
VideoDescription,
|
|
125
124
|
} from "./models_1";
|
|
125
|
+
export declare const BlackoutSlateNetworkEndBlackout: {
|
|
126
|
+
readonly DISABLED: "DISABLED";
|
|
127
|
+
readonly ENABLED: "ENABLED";
|
|
128
|
+
};
|
|
129
|
+
export type BlackoutSlateNetworkEndBlackout =
|
|
130
|
+
(typeof BlackoutSlateNetworkEndBlackout)[keyof typeof BlackoutSlateNetworkEndBlackout];
|
|
131
|
+
export declare const BlackoutSlateState: {
|
|
132
|
+
readonly DISABLED: "DISABLED";
|
|
133
|
+
readonly ENABLED: "ENABLED";
|
|
134
|
+
};
|
|
135
|
+
export type BlackoutSlateState =
|
|
136
|
+
(typeof BlackoutSlateState)[keyof typeof BlackoutSlateState];
|
|
137
|
+
export interface BlackoutSlate {
|
|
138
|
+
BlackoutSlateImage?: InputLocation | undefined;
|
|
139
|
+
NetworkEndBlackout?: BlackoutSlateNetworkEndBlackout | undefined;
|
|
140
|
+
NetworkEndBlackoutImage?: InputLocation | undefined;
|
|
141
|
+
NetworkId?: string | undefined;
|
|
142
|
+
State?: BlackoutSlateState | undefined;
|
|
143
|
+
}
|
|
126
144
|
export interface CancelInputDeviceTransferRequest {
|
|
127
145
|
InputDeviceId: string | undefined;
|
|
128
146
|
}
|
|
@@ -1217,6 +1235,7 @@ export interface InputDeviceConfigurableSettings {
|
|
|
1217
1235
|
AudioChannelPairs?:
|
|
1218
1236
|
| InputDeviceConfigurableAudioChannelPairConfig[]
|
|
1219
1237
|
| undefined;
|
|
1238
|
+
InputResolution?: string | undefined;
|
|
1220
1239
|
}
|
|
1221
1240
|
export interface ListChannelPlacementGroupsRequest {
|
|
1222
1241
|
ClusterId: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-medialive",
|
|
3
3
|
"description": "AWS SDK for JavaScript Medialive Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.796.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-medialive",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.796.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.796.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.796.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.787.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.796.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|