Skip to content

Commit 6325d6e

Browse files
author
awstools
committed
feat(client-medialive): MediaLive now supports the ability to configure the audio that an AWS Elemental Link UHD device produces, when the device is configured as the source for a flow in AWS Elemental MediaConnect.
1 parent 3650011 commit 6325d6e

17 files changed

+633
-260
lines changed

clients/client-medialive/src/commands/CreateChannelCommand.ts

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -305,15 +305,6 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
305305
* Name: "STRING_VALUE", // required
306306
* },
307307
* ],
308-
* ColorCorrectionSettings: { // ColorCorrectionSettings
309-
* GlobalColorCorrections: [ // __listOfColorCorrection // required
310-
* { // ColorCorrection
311-
* InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
312-
* OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
313-
* Uri: "STRING_VALUE", // required
314-
* },
315-
* ],
316-
* },
317308
* FeatureActivations: { // FeatureActivations
318309
* InputPrepareScheduleActions: "DISABLED" || "ENABLED",
319310
* OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
@@ -893,6 +884,15 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
893884
* ThumbnailConfiguration: { // ThumbnailConfiguration
894885
* State: "AUTO" || "DISABLED", // required
895886
* },
887+
* ColorCorrectionSettings: { // ColorCorrectionSettings
888+
* GlobalColorCorrections: [ // __listOfColorCorrection // required
889+
* { // ColorCorrection
890+
* InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
891+
* OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
892+
* Uri: "STRING_VALUE", // required
893+
* },
894+
* ],
895+
* },
896896
* },
897897
* InputAttachments: [ // __listOfInputAttachment
898898
* { // InputAttachment
@@ -1325,15 +1325,6 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
13251325
* // Name: "STRING_VALUE", // required
13261326
* // },
13271327
* // ],
1328-
* // ColorCorrectionSettings: { // ColorCorrectionSettings
1329-
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
1330-
* // { // ColorCorrection
1331-
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
1332-
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
1333-
* // Uri: "STRING_VALUE", // required
1334-
* // },
1335-
* // ],
1336-
* // },
13371328
* // FeatureActivations: { // FeatureActivations
13381329
* // InputPrepareScheduleActions: "DISABLED" || "ENABLED",
13391330
* // OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
@@ -1913,6 +1904,15 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
19131904
* // ThumbnailConfiguration: { // ThumbnailConfiguration
19141905
* // State: "AUTO" || "DISABLED", // required
19151906
* // },
1907+
* // ColorCorrectionSettings: { // ColorCorrectionSettings
1908+
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
1909+
* // { // ColorCorrection
1910+
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
1911+
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
1912+
* // Uri: "STRING_VALUE", // required
1913+
* // },
1914+
* // ],
1915+
* // },
19161916
* // },
19171917
* // Id: "STRING_VALUE",
19181918
* // InputAttachments: [ // __listOfInputAttachment

clients/client-medialive/src/commands/DeleteChannelCommand.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -316,15 +316,6 @@ export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __Met
316316
* // Name: "STRING_VALUE", // required
317317
* // },
318318
* // ],
319-
* // ColorCorrectionSettings: { // ColorCorrectionSettings
320-
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
321-
* // { // ColorCorrection
322-
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
323-
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
324-
* // Uri: "STRING_VALUE", // required
325-
* // },
326-
* // ],
327-
* // },
328319
* // FeatureActivations: { // FeatureActivations
329320
* // InputPrepareScheduleActions: "DISABLED" || "ENABLED",
330321
* // OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
@@ -904,6 +895,15 @@ export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __Met
904895
* // ThumbnailConfiguration: { // ThumbnailConfiguration
905896
* // State: "AUTO" || "DISABLED", // required
906897
* // },
898+
* // ColorCorrectionSettings: { // ColorCorrectionSettings
899+
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
900+
* // { // ColorCorrection
901+
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
902+
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
903+
* // Uri: "STRING_VALUE", // required
904+
* // },
905+
* // ],
906+
* // },
907907
* // },
908908
* // Id: "STRING_VALUE",
909909
* // InputAttachments: [ // __listOfInputAttachment

clients/client-medialive/src/commands/DescribeChannelCommand.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -316,15 +316,6 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
316316
* // Name: "STRING_VALUE", // required
317317
* // },
318318
* // ],
319-
* // ColorCorrectionSettings: { // ColorCorrectionSettings
320-
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
321-
* // { // ColorCorrection
322-
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
323-
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
324-
* // Uri: "STRING_VALUE", // required
325-
* // },
326-
* // ],
327-
* // },
328319
* // FeatureActivations: { // FeatureActivations
329320
* // InputPrepareScheduleActions: "DISABLED" || "ENABLED",
330321
* // OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
@@ -904,6 +895,15 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
904895
* // ThumbnailConfiguration: { // ThumbnailConfiguration
905896
* // State: "AUTO" || "DISABLED", // required
906897
* // },
898+
* // ColorCorrectionSettings: { // ColorCorrectionSettings
899+
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
900+
* // { // ColorCorrection
901+
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
902+
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
903+
* // Uri: "STRING_VALUE", // required
904+
* // },
905+
* // ],
906+
* // },
907907
* // },
908908
* // Id: "STRING_VALUE",
909909
* // InputAttachments: [ // __listOfInputAttachment

clients/client-medialive/src/commands/DescribeInputDeviceCommand.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@ export interface DescribeInputDeviceCommandOutput extends DescribeInputDeviceRes
9696
* // SecretArn: "STRING_VALUE",
9797
* // SourceName: "STRING_VALUE",
9898
* // },
99+
* // AudioChannelPairs: [ // __listOfInputDeviceUhdAudioChannelPairConfig
100+
* // { // InputDeviceUhdAudioChannelPairConfig
101+
* // Id: Number("int"),
102+
* // 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",
103+
* // },
104+
* // ],
99105
* // },
100106
* // Tags: { // Tags
101107
* // "<keys>": "STRING_VALUE",

clients/client-medialive/src/commands/ListChannelsCommand.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ import {
1515
} from "@smithy/types";
1616

1717
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
18-
import { ListChannelsRequest, ListChannelsResponse } from "../models/models_1";
18+
import { ListChannelsRequest } from "../models/models_1";
19+
import { ListChannelsResponse } from "../models/models_2";
1920
import { de_ListChannelsCommand, se_ListChannelsCommand } from "../protocols/Aws_restJson1";
2021

2122
/**

clients/client-medialive/src/commands/ListInputDeviceTransfersCommand.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ import {
1515
} from "@smithy/types";
1616

1717
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
18-
import { ListInputDeviceTransfersRequest } from "../models/models_1";
19-
import { ListInputDeviceTransfersResponse } from "../models/models_2";
18+
import { ListInputDeviceTransfersRequest, ListInputDeviceTransfersResponse } from "../models/models_2";
2019
import { de_ListInputDeviceTransfersCommand, se_ListInputDeviceTransfersCommand } from "../protocols/Aws_restJson1";
2120

2221
/**

clients/client-medialive/src/commands/ListInputDevicesCommand.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {
1515
} from "@smithy/types";
1616

1717
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
18-
import { ListInputDevicesRequest, ListInputDevicesResponse } from "../models/models_1";
18+
import { ListInputDevicesRequest, ListInputDevicesResponse } from "../models/models_2";
1919
import { de_ListInputDevicesCommand, se_ListInputDevicesCommand } from "../protocols/Aws_restJson1";
2020

2121
/**
@@ -99,6 +99,12 @@ export interface ListInputDevicesCommandOutput extends ListInputDevicesResponse,
9999
* // SecretArn: "STRING_VALUE",
100100
* // SourceName: "STRING_VALUE",
101101
* // },
102+
* // AudioChannelPairs: [ // __listOfInputDeviceUhdAudioChannelPairConfig
103+
* // { // InputDeviceUhdAudioChannelPairConfig
104+
* // Id: Number("int"),
105+
* // 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",
106+
* // },
107+
* // ],
102108
* // },
103109
* // Tags: { // Tags
104110
* // "<keys>": "STRING_VALUE",

clients/client-medialive/src/commands/StartChannelCommand.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -316,15 +316,6 @@ export interface StartChannelCommandOutput extends StartChannelResponse, __Metad
316316
* // Name: "STRING_VALUE", // required
317317
* // },
318318
* // ],
319-
* // ColorCorrectionSettings: { // ColorCorrectionSettings
320-
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
321-
* // { // ColorCorrection
322-
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
323-
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
324-
* // Uri: "STRING_VALUE", // required
325-
* // },
326-
* // ],
327-
* // },
328319
* // FeatureActivations: { // FeatureActivations
329320
* // InputPrepareScheduleActions: "DISABLED" || "ENABLED",
330321
* // OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
@@ -904,6 +895,15 @@ export interface StartChannelCommandOutput extends StartChannelResponse, __Metad
904895
* // ThumbnailConfiguration: { // ThumbnailConfiguration
905896
* // State: "AUTO" || "DISABLED", // required
906897
* // },
898+
* // ColorCorrectionSettings: { // ColorCorrectionSettings
899+
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
900+
* // { // ColorCorrection
901+
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
902+
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
903+
* // Uri: "STRING_VALUE", // required
904+
* // },
905+
* // ],
906+
* // },
907907
* // },
908908
* // Id: "STRING_VALUE",
909909
* // InputAttachments: [ // __listOfInputAttachment

clients/client-medialive/src/commands/StopChannelCommand.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -316,15 +316,6 @@ export interface StopChannelCommandOutput extends StopChannelResponse, __Metadat
316316
* // Name: "STRING_VALUE", // required
317317
* // },
318318
* // ],
319-
* // ColorCorrectionSettings: { // ColorCorrectionSettings
320-
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
321-
* // { // ColorCorrection
322-
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
323-
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
324-
* // Uri: "STRING_VALUE", // required
325-
* // },
326-
* // ],
327-
* // },
328319
* // FeatureActivations: { // FeatureActivations
329320
* // InputPrepareScheduleActions: "DISABLED" || "ENABLED",
330321
* // OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
@@ -904,6 +895,15 @@ export interface StopChannelCommandOutput extends StopChannelResponse, __Metadat
904895
* // ThumbnailConfiguration: { // ThumbnailConfiguration
905896
* // State: "AUTO" || "DISABLED", // required
906897
* // },
898+
* // ColorCorrectionSettings: { // ColorCorrectionSettings
899+
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
900+
* // { // ColorCorrection
901+
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
902+
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
903+
* // Uri: "STRING_VALUE", // required
904+
* // },
905+
* // ],
906+
* // },
907907
* // },
908908
* // Id: "STRING_VALUE",
909909
* // InputAttachments: [ // __listOfInputAttachment

clients/client-medialive/src/commands/UpdateChannelClassCommand.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -340,15 +340,6 @@ export interface UpdateChannelClassCommandOutput extends UpdateChannelClassRespo
340340
* // Name: "STRING_VALUE", // required
341341
* // },
342342
* // ],
343-
* // ColorCorrectionSettings: { // ColorCorrectionSettings
344-
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
345-
* // { // ColorCorrection
346-
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
347-
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
348-
* // Uri: "STRING_VALUE", // required
349-
* // },
350-
* // ],
351-
* // },
352343
* // FeatureActivations: { // FeatureActivations
353344
* // InputPrepareScheduleActions: "DISABLED" || "ENABLED",
354345
* // OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
@@ -928,6 +919,15 @@ export interface UpdateChannelClassCommandOutput extends UpdateChannelClassRespo
928919
* // ThumbnailConfiguration: { // ThumbnailConfiguration
929920
* // State: "AUTO" || "DISABLED", // required
930921
* // },
922+
* // ColorCorrectionSettings: { // ColorCorrectionSettings
923+
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
924+
* // { // ColorCorrection
925+
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
926+
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
927+
* // Uri: "STRING_VALUE", // required
928+
* // },
929+
* // ],
930+
* // },
931931
* // },
932932
* // Id: "STRING_VALUE",
933933
* // InputAttachments: [ // __listOfInputAttachment

0 commit comments

Comments
 (0)