Skip to content

Commit

Permalink
feat(client-medialive): MediaLive now supports the ability to configu…
Browse files Browse the repository at this point in the history
…re 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.
  • Loading branch information
awstools committed Dec 21, 2023
1 parent 3650011 commit 6325d6e
Show file tree
Hide file tree
Showing 17 changed files with 633 additions and 260 deletions.
36 changes: 18 additions & 18 deletions clients/client-medialive/src/commands/CreateChannelCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,15 +305,6 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
* Name: "STRING_VALUE", // required
* },
* ],
* ColorCorrectionSettings: { // ColorCorrectionSettings
* GlobalColorCorrections: [ // __listOfColorCorrection // required
* { // ColorCorrection
* InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
* OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
* Uri: "STRING_VALUE", // required
* },
* ],
* },
* FeatureActivations: { // FeatureActivations
* InputPrepareScheduleActions: "DISABLED" || "ENABLED",
* OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
Expand Down Expand Up @@ -893,6 +884,15 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
* ThumbnailConfiguration: { // ThumbnailConfiguration
* State: "AUTO" || "DISABLED", // required
* },
* ColorCorrectionSettings: { // ColorCorrectionSettings
* GlobalColorCorrections: [ // __listOfColorCorrection // required
* { // ColorCorrection
* InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
* OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
* Uri: "STRING_VALUE", // required
* },
* ],
* },
* },
* InputAttachments: [ // __listOfInputAttachment
* { // InputAttachment
Expand Down Expand Up @@ -1325,15 +1325,6 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
* // Name: "STRING_VALUE", // required
* // },
* // ],
* // ColorCorrectionSettings: { // ColorCorrectionSettings
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
* // { // ColorCorrection
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
* // Uri: "STRING_VALUE", // required
* // },
* // ],
* // },
* // FeatureActivations: { // FeatureActivations
* // InputPrepareScheduleActions: "DISABLED" || "ENABLED",
* // OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
Expand Down Expand Up @@ -1913,6 +1904,15 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
* // ThumbnailConfiguration: { // ThumbnailConfiguration
* // State: "AUTO" || "DISABLED", // required
* // },
* // ColorCorrectionSettings: { // ColorCorrectionSettings
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
* // { // ColorCorrection
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
* // Uri: "STRING_VALUE", // required
* // },
* // ],
* // },
* // },
* // Id: "STRING_VALUE",
* // InputAttachments: [ // __listOfInputAttachment
Expand Down
18 changes: 9 additions & 9 deletions clients/client-medialive/src/commands/DeleteChannelCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,15 +316,6 @@ export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __Met
* // Name: "STRING_VALUE", // required
* // },
* // ],
* // ColorCorrectionSettings: { // ColorCorrectionSettings
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
* // { // ColorCorrection
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
* // Uri: "STRING_VALUE", // required
* // },
* // ],
* // },
* // FeatureActivations: { // FeatureActivations
* // InputPrepareScheduleActions: "DISABLED" || "ENABLED",
* // OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
Expand Down Expand Up @@ -904,6 +895,15 @@ export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __Met
* // ThumbnailConfiguration: { // ThumbnailConfiguration
* // State: "AUTO" || "DISABLED", // required
* // },
* // ColorCorrectionSettings: { // ColorCorrectionSettings
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
* // { // ColorCorrection
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
* // Uri: "STRING_VALUE", // required
* // },
* // ],
* // },
* // },
* // Id: "STRING_VALUE",
* // InputAttachments: [ // __listOfInputAttachment
Expand Down
18 changes: 9 additions & 9 deletions clients/client-medialive/src/commands/DescribeChannelCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,15 +316,6 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
* // Name: "STRING_VALUE", // required
* // },
* // ],
* // ColorCorrectionSettings: { // ColorCorrectionSettings
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
* // { // ColorCorrection
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
* // Uri: "STRING_VALUE", // required
* // },
* // ],
* // },
* // FeatureActivations: { // FeatureActivations
* // InputPrepareScheduleActions: "DISABLED" || "ENABLED",
* // OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
Expand Down Expand Up @@ -904,6 +895,15 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
* // ThumbnailConfiguration: { // ThumbnailConfiguration
* // State: "AUTO" || "DISABLED", // required
* // },
* // ColorCorrectionSettings: { // ColorCorrectionSettings
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
* // { // ColorCorrection
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
* // Uri: "STRING_VALUE", // required
* // },
* // ],
* // },
* // },
* // Id: "STRING_VALUE",
* // InputAttachments: [ // __listOfInputAttachment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ export interface DescribeInputDeviceCommandOutput extends DescribeInputDeviceRes
* // SecretArn: "STRING_VALUE",
* // SourceName: "STRING_VALUE",
* // },
* // AudioChannelPairs: [ // __listOfInputDeviceUhdAudioChannelPairConfig
* // { // InputDeviceUhdAudioChannelPairConfig
* // Id: Number("int"),
* // 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",
* // },
* // ],
* // },
* // Tags: { // Tags
* // "<keys>": "STRING_VALUE",
Expand Down
3 changes: 2 additions & 1 deletion clients/client-medialive/src/commands/ListChannelsCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ import {
} from "@smithy/types";

import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
import { ListChannelsRequest, ListChannelsResponse } from "../models/models_1";
import { ListChannelsRequest } from "../models/models_1";
import { ListChannelsResponse } from "../models/models_2";
import { de_ListChannelsCommand, se_ListChannelsCommand } from "../protocols/Aws_restJson1";

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ import {
} from "@smithy/types";

import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
import { ListInputDeviceTransfersRequest } from "../models/models_1";
import { ListInputDeviceTransfersResponse } from "../models/models_2";
import { ListInputDeviceTransfersRequest, ListInputDeviceTransfersResponse } from "../models/models_2";
import { de_ListInputDeviceTransfersCommand, se_ListInputDeviceTransfersCommand } from "../protocols/Aws_restJson1";

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
} from "@smithy/types";

import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
import { ListInputDevicesRequest, ListInputDevicesResponse } from "../models/models_1";
import { ListInputDevicesRequest, ListInputDevicesResponse } from "../models/models_2";
import { de_ListInputDevicesCommand, se_ListInputDevicesCommand } from "../protocols/Aws_restJson1";

/**
Expand Down Expand Up @@ -99,6 +99,12 @@ export interface ListInputDevicesCommandOutput extends ListInputDevicesResponse,
* // SecretArn: "STRING_VALUE",
* // SourceName: "STRING_VALUE",
* // },
* // AudioChannelPairs: [ // __listOfInputDeviceUhdAudioChannelPairConfig
* // { // InputDeviceUhdAudioChannelPairConfig
* // Id: Number("int"),
* // 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",
* // },
* // ],
* // },
* // Tags: { // Tags
* // "<keys>": "STRING_VALUE",
Expand Down
18 changes: 9 additions & 9 deletions clients/client-medialive/src/commands/StartChannelCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,15 +316,6 @@ export interface StartChannelCommandOutput extends StartChannelResponse, __Metad
* // Name: "STRING_VALUE", // required
* // },
* // ],
* // ColorCorrectionSettings: { // ColorCorrectionSettings
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
* // { // ColorCorrection
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
* // Uri: "STRING_VALUE", // required
* // },
* // ],
* // },
* // FeatureActivations: { // FeatureActivations
* // InputPrepareScheduleActions: "DISABLED" || "ENABLED",
* // OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
Expand Down Expand Up @@ -904,6 +895,15 @@ export interface StartChannelCommandOutput extends StartChannelResponse, __Metad
* // ThumbnailConfiguration: { // ThumbnailConfiguration
* // State: "AUTO" || "DISABLED", // required
* // },
* // ColorCorrectionSettings: { // ColorCorrectionSettings
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
* // { // ColorCorrection
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
* // Uri: "STRING_VALUE", // required
* // },
* // ],
* // },
* // },
* // Id: "STRING_VALUE",
* // InputAttachments: [ // __listOfInputAttachment
Expand Down
18 changes: 9 additions & 9 deletions clients/client-medialive/src/commands/StopChannelCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,15 +316,6 @@ export interface StopChannelCommandOutput extends StopChannelResponse, __Metadat
* // Name: "STRING_VALUE", // required
* // },
* // ],
* // ColorCorrectionSettings: { // ColorCorrectionSettings
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
* // { // ColorCorrection
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
* // Uri: "STRING_VALUE", // required
* // },
* // ],
* // },
* // FeatureActivations: { // FeatureActivations
* // InputPrepareScheduleActions: "DISABLED" || "ENABLED",
* // OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
Expand Down Expand Up @@ -904,6 +895,15 @@ export interface StopChannelCommandOutput extends StopChannelResponse, __Metadat
* // ThumbnailConfiguration: { // ThumbnailConfiguration
* // State: "AUTO" || "DISABLED", // required
* // },
* // ColorCorrectionSettings: { // ColorCorrectionSettings
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
* // { // ColorCorrection
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
* // Uri: "STRING_VALUE", // required
* // },
* // ],
* // },
* // },
* // Id: "STRING_VALUE",
* // InputAttachments: [ // __listOfInputAttachment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -340,15 +340,6 @@ export interface UpdateChannelClassCommandOutput extends UpdateChannelClassRespo
* // Name: "STRING_VALUE", // required
* // },
* // ],
* // ColorCorrectionSettings: { // ColorCorrectionSettings
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
* // { // ColorCorrection
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
* // Uri: "STRING_VALUE", // required
* // },
* // ],
* // },
* // FeatureActivations: { // FeatureActivations
* // InputPrepareScheduleActions: "DISABLED" || "ENABLED",
* // OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
Expand Down Expand Up @@ -928,6 +919,15 @@ export interface UpdateChannelClassCommandOutput extends UpdateChannelClassRespo
* // ThumbnailConfiguration: { // ThumbnailConfiguration
* // State: "AUTO" || "DISABLED", // required
* // },
* // ColorCorrectionSettings: { // ColorCorrectionSettings
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
* // { // ColorCorrection
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
* // Uri: "STRING_VALUE", // required
* // },
* // ],
* // },
* // },
* // Id: "STRING_VALUE",
* // InputAttachments: [ // __listOfInputAttachment
Expand Down
36 changes: 18 additions & 18 deletions clients/client-medialive/src/commands/UpdateChannelCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,15 +305,6 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
* Name: "STRING_VALUE", // required
* },
* ],
* ColorCorrectionSettings: { // ColorCorrectionSettings
* GlobalColorCorrections: [ // __listOfColorCorrection // required
* { // ColorCorrection
* InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
* OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
* Uri: "STRING_VALUE", // required
* },
* ],
* },
* FeatureActivations: { // FeatureActivations
* InputPrepareScheduleActions: "DISABLED" || "ENABLED",
* OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
Expand Down Expand Up @@ -893,6 +884,15 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
* ThumbnailConfiguration: { // ThumbnailConfiguration
* State: "AUTO" || "DISABLED", // required
* },
* ColorCorrectionSettings: { // ColorCorrectionSettings
* GlobalColorCorrections: [ // __listOfColorCorrection // required
* { // ColorCorrection
* InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
* OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
* Uri: "STRING_VALUE", // required
* },
* ],
* },
* },
* InputAttachments: [ // __listOfInputAttachment
* { // InputAttachment
Expand Down Expand Up @@ -1310,15 +1310,6 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
* // Name: "STRING_VALUE", // required
* // },
* // ],
* // ColorCorrectionSettings: { // ColorCorrectionSettings
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
* // { // ColorCorrection
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
* // Uri: "STRING_VALUE", // required
* // },
* // ],
* // },
* // FeatureActivations: { // FeatureActivations
* // InputPrepareScheduleActions: "DISABLED" || "ENABLED",
* // OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
Expand Down Expand Up @@ -1898,6 +1889,15 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
* // ThumbnailConfiguration: { // ThumbnailConfiguration
* // State: "AUTO" || "DISABLED", // required
* // },
* // ColorCorrectionSettings: { // ColorCorrectionSettings
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
* // { // ColorCorrection
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
* // Uri: "STRING_VALUE", // required
* // },
* // ],
* // },
* // },
* // Id: "STRING_VALUE",
* // InputAttachments: [ // __listOfInputAttachment
Expand Down
18 changes: 18 additions & 0 deletions clients/client-medialive/src/commands/UpdateInputDeviceCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ export interface UpdateInputDeviceCommandOutput extends UpdateInputDeviceRespons
* SecretArn: "STRING_VALUE",
* SourceName: "STRING_VALUE",
* },
* AudioChannelPairs: [ // __listOfInputDeviceConfigurableAudioChannelPairConfig
* { // InputDeviceConfigurableAudioChannelPairConfig
* Id: Number("int"),
* 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",
* },
* ],
* },
* InputDeviceId: "STRING_VALUE", // required
* Name: "STRING_VALUE",
Expand All @@ -70,6 +76,12 @@ export interface UpdateInputDeviceCommandOutput extends UpdateInputDeviceRespons
* SecretArn: "STRING_VALUE",
* SourceName: "STRING_VALUE",
* },
* AudioChannelPairs: [
* {
* Id: Number("int"),
* 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",
* },
* ],
* },
* AvailabilityZone: "STRING_VALUE",
* };
Expand Down Expand Up @@ -122,6 +134,12 @@ export interface UpdateInputDeviceCommandOutput extends UpdateInputDeviceRespons
* // SecretArn: "STRING_VALUE",
* // SourceName: "STRING_VALUE",
* // },
* // AudioChannelPairs: [ // __listOfInputDeviceUhdAudioChannelPairConfig
* // { // InputDeviceUhdAudioChannelPairConfig
* // Id: Number("int"),
* // 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",
* // },
* // ],
* // },
* // Tags: { // Tags
* // "<keys>": "STRING_VALUE",
Expand Down
Loading

0 comments on commit 6325d6e

Please sign in to comment.