@aws-sdk/client-medialive 3.478.0 → 3.479.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/models/models_0.js +23 -15
- package/dist-cjs/models/models_1.js +15 -3
- package/dist-cjs/protocols/Aws_restJson1.js +33 -0
- package/dist-es/models/models_0.js +20 -12
- package/dist-es/models/models_1.js +12 -0
- package/dist-es/protocols/Aws_restJson1.js +33 -0
- package/dist-types/commands/CreateChannelCommand.d.ts +18 -18
- package/dist-types/commands/DeleteChannelCommand.d.ts +9 -9
- package/dist-types/commands/DescribeChannelCommand.d.ts +9 -9
- package/dist-types/commands/DescribeInputDeviceCommand.d.ts +6 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +2 -1
- package/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +1 -2
- package/dist-types/commands/ListInputDevicesCommand.d.ts +7 -1
- package/dist-types/commands/StartChannelCommand.d.ts +9 -9
- package/dist-types/commands/StopChannelCommand.d.ts +9 -9
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +9 -9
- package/dist-types/commands/UpdateChannelCommand.d.ts +18 -18
- package/dist-types/commands/UpdateInputDeviceCommand.d.ts +18 -0
- package/dist-types/models/models_0.d.ts +73 -67
- package/dist-types/models/models_1.d.ts +77 -74
- package/dist-types/models/models_2.d.ts +70 -1
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListInputDeviceTransfersCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListInputDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +33 -25
- package/dist-types/ts3.4/models/models_1.d.ts +33 -24
- package/dist-types/ts3.4/models/models_2.d.ts +19 -0
- package/package.json +1 -1
|
@@ -291,15 +291,6 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
|
|
|
291
291
|
* Name: "STRING_VALUE", // required
|
|
292
292
|
* },
|
|
293
293
|
* ],
|
|
294
|
-
* ColorCorrectionSettings: { // ColorCorrectionSettings
|
|
295
|
-
* GlobalColorCorrections: [ // __listOfColorCorrection // required
|
|
296
|
-
* { // ColorCorrection
|
|
297
|
-
* InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
|
|
298
|
-
* OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
|
|
299
|
-
* Uri: "STRING_VALUE", // required
|
|
300
|
-
* },
|
|
301
|
-
* ],
|
|
302
|
-
* },
|
|
303
294
|
* FeatureActivations: { // FeatureActivations
|
|
304
295
|
* InputPrepareScheduleActions: "DISABLED" || "ENABLED",
|
|
305
296
|
* OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
|
|
@@ -879,6 +870,15 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
|
|
|
879
870
|
* ThumbnailConfiguration: { // ThumbnailConfiguration
|
|
880
871
|
* State: "AUTO" || "DISABLED", // required
|
|
881
872
|
* },
|
|
873
|
+
* ColorCorrectionSettings: { // ColorCorrectionSettings
|
|
874
|
+
* GlobalColorCorrections: [ // __listOfColorCorrection // required
|
|
875
|
+
* { // ColorCorrection
|
|
876
|
+
* InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
|
|
877
|
+
* OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
|
|
878
|
+
* Uri: "STRING_VALUE", // required
|
|
879
|
+
* },
|
|
880
|
+
* ],
|
|
881
|
+
* },
|
|
882
882
|
* },
|
|
883
883
|
* InputAttachments: [ // __listOfInputAttachment
|
|
884
884
|
* { // InputAttachment
|
|
@@ -1296,15 +1296,6 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
|
|
|
1296
1296
|
* // Name: "STRING_VALUE", // required
|
|
1297
1297
|
* // },
|
|
1298
1298
|
* // ],
|
|
1299
|
-
* // ColorCorrectionSettings: { // ColorCorrectionSettings
|
|
1300
|
-
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
|
|
1301
|
-
* // { // ColorCorrection
|
|
1302
|
-
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
|
|
1303
|
-
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
|
|
1304
|
-
* // Uri: "STRING_VALUE", // required
|
|
1305
|
-
* // },
|
|
1306
|
-
* // ],
|
|
1307
|
-
* // },
|
|
1308
1299
|
* // FeatureActivations: { // FeatureActivations
|
|
1309
1300
|
* // InputPrepareScheduleActions: "DISABLED" || "ENABLED",
|
|
1310
1301
|
* // OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
|
|
@@ -1884,6 +1875,15 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
|
|
|
1884
1875
|
* // ThumbnailConfiguration: { // ThumbnailConfiguration
|
|
1885
1876
|
* // State: "AUTO" || "DISABLED", // required
|
|
1886
1877
|
* // },
|
|
1878
|
+
* // ColorCorrectionSettings: { // ColorCorrectionSettings
|
|
1879
|
+
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
|
|
1880
|
+
* // { // ColorCorrection
|
|
1881
|
+
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
|
|
1882
|
+
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
|
|
1883
|
+
* // Uri: "STRING_VALUE", // required
|
|
1884
|
+
* // },
|
|
1885
|
+
* // ],
|
|
1886
|
+
* // },
|
|
1887
1887
|
* // },
|
|
1888
1888
|
* // Id: "STRING_VALUE",
|
|
1889
1889
|
* // InputAttachments: [ // __listOfInputAttachment
|
|
@@ -42,6 +42,12 @@ export interface UpdateInputDeviceCommandOutput extends UpdateInputDeviceRespons
|
|
|
42
42
|
* SecretArn: "STRING_VALUE",
|
|
43
43
|
* SourceName: "STRING_VALUE",
|
|
44
44
|
* },
|
|
45
|
+
* AudioChannelPairs: [ // __listOfInputDeviceConfigurableAudioChannelPairConfig
|
|
46
|
+
* { // InputDeviceConfigurableAudioChannelPairConfig
|
|
47
|
+
* Id: Number("int"),
|
|
48
|
+
* 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",
|
|
49
|
+
* },
|
|
50
|
+
* ],
|
|
45
51
|
* },
|
|
46
52
|
* InputDeviceId: "STRING_VALUE", // required
|
|
47
53
|
* Name: "STRING_VALUE",
|
|
@@ -56,6 +62,12 @@ export interface UpdateInputDeviceCommandOutput extends UpdateInputDeviceRespons
|
|
|
56
62
|
* SecretArn: "STRING_VALUE",
|
|
57
63
|
* SourceName: "STRING_VALUE",
|
|
58
64
|
* },
|
|
65
|
+
* AudioChannelPairs: [
|
|
66
|
+
* {
|
|
67
|
+
* Id: Number("int"),
|
|
68
|
+
* 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",
|
|
69
|
+
* },
|
|
70
|
+
* ],
|
|
59
71
|
* },
|
|
60
72
|
* AvailabilityZone: "STRING_VALUE",
|
|
61
73
|
* };
|
|
@@ -108,6 +120,12 @@ export interface UpdateInputDeviceCommandOutput extends UpdateInputDeviceRespons
|
|
|
108
120
|
* // SecretArn: "STRING_VALUE",
|
|
109
121
|
* // SourceName: "STRING_VALUE",
|
|
110
122
|
* // },
|
|
123
|
+
* // AudioChannelPairs: [ // __listOfInputDeviceUhdAudioChannelPairConfig
|
|
124
|
+
* // { // InputDeviceUhdAudioChannelPairConfig
|
|
125
|
+
* // Id: Number("int"),
|
|
126
|
+
* // 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",
|
|
127
|
+
* // },
|
|
128
|
+
* // ],
|
|
111
129
|
* // },
|
|
112
130
|
* // Tags: { // Tags
|
|
113
131
|
* // "<keys>": "STRING_VALUE",
|
|
@@ -3361,6 +3361,40 @@ export interface InputDestinationRequest {
|
|
|
3361
3361
|
*/
|
|
3362
3362
|
StreamName?: string;
|
|
3363
3363
|
}
|
|
3364
|
+
/**
|
|
3365
|
+
* @public
|
|
3366
|
+
* @enum
|
|
3367
|
+
*/
|
|
3368
|
+
export declare const InputDeviceConfigurableAudioChannelPairProfile: {
|
|
3369
|
+
readonly CBR_AAC_HQ_192000: "CBR-AAC_HQ-192000";
|
|
3370
|
+
readonly CBR_AAC_HQ_256000: "CBR-AAC_HQ-256000";
|
|
3371
|
+
readonly CBR_AAC_HQ_384000: "CBR-AAC_HQ-384000";
|
|
3372
|
+
readonly CBR_AAC_HQ_512000: "CBR-AAC_HQ-512000";
|
|
3373
|
+
readonly DISABLED: "DISABLED";
|
|
3374
|
+
readonly VBR_AAC_HE_64000: "VBR-AAC_HE-64000";
|
|
3375
|
+
readonly VBR_AAC_HHE_16000: "VBR-AAC_HHE-16000";
|
|
3376
|
+
readonly VBR_AAC_LC_128000: "VBR-AAC_LC-128000";
|
|
3377
|
+
};
|
|
3378
|
+
/**
|
|
3379
|
+
* @public
|
|
3380
|
+
*/
|
|
3381
|
+
export type InputDeviceConfigurableAudioChannelPairProfile = (typeof InputDeviceConfigurableAudioChannelPairProfile)[keyof typeof InputDeviceConfigurableAudioChannelPairProfile];
|
|
3382
|
+
/**
|
|
3383
|
+
* @public
|
|
3384
|
+
* One audio configuration that specifies the format for one audio pair that the device produces as output.
|
|
3385
|
+
*/
|
|
3386
|
+
export interface InputDeviceConfigurableAudioChannelPairConfig {
|
|
3387
|
+
/**
|
|
3388
|
+
* @public
|
|
3389
|
+
* The ID for one audio pair configuration, a value from 1 to 8.
|
|
3390
|
+
*/
|
|
3391
|
+
Id?: number;
|
|
3392
|
+
/**
|
|
3393
|
+
* @public
|
|
3394
|
+
* The profile to set for one audio pair configuration. Choose an enumeration value. Each value describes one audio configuration using the format (rate control algorithm)-(codec)_(quality)-(bitrate in bytes). For example, CBR-AAC_HQ-192000. Or choose DISABLED, in which case the device won't produce audio for this pair.
|
|
3395
|
+
*/
|
|
3396
|
+
Profile?: InputDeviceConfigurableAudioChannelPairProfile;
|
|
3397
|
+
}
|
|
3364
3398
|
/**
|
|
3365
3399
|
* @public
|
|
3366
3400
|
* Settings for an input device.
|
|
@@ -3577,6 +3611,40 @@ export declare const InputDeviceType: {
|
|
|
3577
3611
|
* @public
|
|
3578
3612
|
*/
|
|
3579
3613
|
export type InputDeviceType = (typeof InputDeviceType)[keyof typeof InputDeviceType];
|
|
3614
|
+
/**
|
|
3615
|
+
* @public
|
|
3616
|
+
* @enum
|
|
3617
|
+
*/
|
|
3618
|
+
export declare const InputDeviceUhdAudioChannelPairProfile: {
|
|
3619
|
+
readonly CBR_AAC_HQ_192000: "CBR-AAC_HQ-192000";
|
|
3620
|
+
readonly CBR_AAC_HQ_256000: "CBR-AAC_HQ-256000";
|
|
3621
|
+
readonly CBR_AAC_HQ_384000: "CBR-AAC_HQ-384000";
|
|
3622
|
+
readonly CBR_AAC_HQ_512000: "CBR-AAC_HQ-512000";
|
|
3623
|
+
readonly DISABLED: "DISABLED";
|
|
3624
|
+
readonly VBR_AAC_HE_64000: "VBR-AAC_HE-64000";
|
|
3625
|
+
readonly VBR_AAC_HHE_16000: "VBR-AAC_HHE-16000";
|
|
3626
|
+
readonly VBR_AAC_LC_128000: "VBR-AAC_LC-128000";
|
|
3627
|
+
};
|
|
3628
|
+
/**
|
|
3629
|
+
* @public
|
|
3630
|
+
*/
|
|
3631
|
+
export type InputDeviceUhdAudioChannelPairProfile = (typeof InputDeviceUhdAudioChannelPairProfile)[keyof typeof InputDeviceUhdAudioChannelPairProfile];
|
|
3632
|
+
/**
|
|
3633
|
+
* @public
|
|
3634
|
+
* One audio configuration that specifies the format for one audio pair that the device produces as output.
|
|
3635
|
+
*/
|
|
3636
|
+
export interface InputDeviceUhdAudioChannelPairConfig {
|
|
3637
|
+
/**
|
|
3638
|
+
* @public
|
|
3639
|
+
* The ID for one audio pair configuration, a value from 1 to 8.
|
|
3640
|
+
*/
|
|
3641
|
+
Id?: number;
|
|
3642
|
+
/**
|
|
3643
|
+
* @public
|
|
3644
|
+
* The profile for one audio pair configuration. This property describes one audio configuration in the format (rate control algorithm)-(codec)_(quality)-(bitrate in bytes). For example, CBR-AAC_HQ-192000. Or DISABLED, in which case the device won't produce audio for this pair.
|
|
3645
|
+
*/
|
|
3646
|
+
Profile?: InputDeviceUhdAudioChannelPairProfile;
|
|
3647
|
+
}
|
|
3580
3648
|
/**
|
|
3581
3649
|
* @public
|
|
3582
3650
|
* @enum
|
|
@@ -3675,6 +3743,11 @@ export interface InputDeviceUhdSettings {
|
|
|
3675
3743
|
* Information about the MediaConnect flow attached to the device. Returned only if the outputType is MEDIACONNECT_FLOW.
|
|
3676
3744
|
*/
|
|
3677
3745
|
MediaconnectSettings?: InputDeviceMediaConnectSettings;
|
|
3746
|
+
/**
|
|
3747
|
+
* @public
|
|
3748
|
+
* An array of eight audio configurations, one for each audio pair in the source. Each audio configuration specifies either to exclude the pair, or to format it and include it in the output from the UHD device. Applies only when the device is configured as the source for a MediaConnect flow.
|
|
3749
|
+
*/
|
|
3750
|
+
AudioChannelPairs?: InputDeviceUhdAudioChannelPairConfig[];
|
|
3678
3751
|
}
|
|
3679
3752
|
/**
|
|
3680
3753
|
* @public
|
|
@@ -5778,70 +5851,3 @@ export interface HlsWebdavSettings {
|
|
|
5778
5851
|
*/
|
|
5779
5852
|
RestartDelay?: number;
|
|
5780
5853
|
}
|
|
5781
|
-
/**
|
|
5782
|
-
* @public
|
|
5783
|
-
* Hls Cdn Settings
|
|
5784
|
-
*/
|
|
5785
|
-
export interface HlsCdnSettings {
|
|
5786
|
-
/**
|
|
5787
|
-
* @public
|
|
5788
|
-
* Hls Akamai Settings
|
|
5789
|
-
*/
|
|
5790
|
-
HlsAkamaiSettings?: HlsAkamaiSettings;
|
|
5791
|
-
/**
|
|
5792
|
-
* @public
|
|
5793
|
-
* Hls Basic Put Settings
|
|
5794
|
-
*/
|
|
5795
|
-
HlsBasicPutSettings?: HlsBasicPutSettings;
|
|
5796
|
-
/**
|
|
5797
|
-
* @public
|
|
5798
|
-
* Hls Media Store Settings
|
|
5799
|
-
*/
|
|
5800
|
-
HlsMediaStoreSettings?: HlsMediaStoreSettings;
|
|
5801
|
-
/**
|
|
5802
|
-
* @public
|
|
5803
|
-
* Hls S3 Settings
|
|
5804
|
-
*/
|
|
5805
|
-
HlsS3Settings?: HlsS3Settings;
|
|
5806
|
-
/**
|
|
5807
|
-
* @public
|
|
5808
|
-
* Hls Webdav Settings
|
|
5809
|
-
*/
|
|
5810
|
-
HlsWebdavSettings?: HlsWebdavSettings;
|
|
5811
|
-
}
|
|
5812
|
-
/**
|
|
5813
|
-
* @public
|
|
5814
|
-
* @enum
|
|
5815
|
-
*/
|
|
5816
|
-
export declare const HlsId3SegmentTaggingState: {
|
|
5817
|
-
readonly DISABLED: "DISABLED";
|
|
5818
|
-
readonly ENABLED: "ENABLED";
|
|
5819
|
-
};
|
|
5820
|
-
/**
|
|
5821
|
-
* @public
|
|
5822
|
-
*/
|
|
5823
|
-
export type HlsId3SegmentTaggingState = (typeof HlsId3SegmentTaggingState)[keyof typeof HlsId3SegmentTaggingState];
|
|
5824
|
-
/**
|
|
5825
|
-
* @public
|
|
5826
|
-
* @enum
|
|
5827
|
-
*/
|
|
5828
|
-
export declare const IFrameOnlyPlaylistType: {
|
|
5829
|
-
readonly DISABLED: "DISABLED";
|
|
5830
|
-
readonly STANDARD: "STANDARD";
|
|
5831
|
-
};
|
|
5832
|
-
/**
|
|
5833
|
-
* @public
|
|
5834
|
-
*/
|
|
5835
|
-
export type IFrameOnlyPlaylistType = (typeof IFrameOnlyPlaylistType)[keyof typeof IFrameOnlyPlaylistType];
|
|
5836
|
-
/**
|
|
5837
|
-
* @public
|
|
5838
|
-
* @enum
|
|
5839
|
-
*/
|
|
5840
|
-
export declare const HlsIncompleteSegmentBehavior: {
|
|
5841
|
-
readonly AUTO: "AUTO";
|
|
5842
|
-
readonly SUPPRESS: "SUPPRESS";
|
|
5843
|
-
};
|
|
5844
|
-
/**
|
|
5845
|
-
* @public
|
|
5846
|
-
*/
|
|
5847
|
-
export type HlsIncompleteSegmentBehavior = (typeof HlsIncompleteSegmentBehavior)[keyof typeof HlsIncompleteSegmentBehavior];
|
|
@@ -1,7 +1,74 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { StreamingBlobTypes } from "@smithy/types";
|
|
3
3
|
import { MediaLiveServiceException as __BaseException } from "./MediaLiveServiceException";
|
|
4
|
-
import { ArchiveGroupSettings, AudioDescription, BatchFailedResultModel, BatchSuccessfulResultModel, CaptionDescription, CaptionLanguageMapping, CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelState,
|
|
4
|
+
import { ArchiveGroupSettings, AudioDescription, BatchFailedResultModel, BatchSuccessfulResultModel, CaptionDescription, CaptionLanguageMapping, CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelState, ColorCorrection, DeviceSettingsSyncState, DeviceUpdateStatus, FrameCaptureGroupSettings, Hdr10Settings, HlsAdMarkers, HlsAkamaiSettings, HlsBasicPutSettings, HlsCaptionLanguageSetting, HlsClientCache, HlsCodecSpecification, HlsDirectoryStructure, HlsDiscontinuityTags, HlsEncryptionType, HlsMediaStoreSettings, HlsS3Settings, HlsWebdavSettings, Input, InputAttachment, InputClass, InputDestination, InputDestinationRequest, InputDeviceCodec, InputDeviceConfigurableAudioChannelPairConfig, InputDeviceConfiguredInput, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceOutputType, InputDeviceSettings, InputDeviceType, InputDeviceUhdSettings, InputLocation, InputSecurityGroup, InputSecurityGroupState, InputSource, InputSourceRequest, InputSourceType, InputSpecification, InputState, InputType, InputWhitelistRule, InputWhitelistRuleCidr, LogLevel, MaintenanceDay, MaintenanceStatus, MediaConnectFlow, MediaConnectFlowRequest, MultiplexOutputDestination, MultiplexProgramPipelineDetail, MultiplexState, OfferingDurationUnits, OfferingType, Output, OutputDestination, OutputLocationRef, ReservationResourceSpecification, VpcOutputSettingsDescription } from "./models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
* Hls Cdn Settings
|
|
8
|
+
*/
|
|
9
|
+
export interface HlsCdnSettings {
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
* Hls Akamai Settings
|
|
13
|
+
*/
|
|
14
|
+
HlsAkamaiSettings?: HlsAkamaiSettings;
|
|
15
|
+
/**
|
|
16
|
+
* @public
|
|
17
|
+
* Hls Basic Put Settings
|
|
18
|
+
*/
|
|
19
|
+
HlsBasicPutSettings?: HlsBasicPutSettings;
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* Hls Media Store Settings
|
|
23
|
+
*/
|
|
24
|
+
HlsMediaStoreSettings?: HlsMediaStoreSettings;
|
|
25
|
+
/**
|
|
26
|
+
* @public
|
|
27
|
+
* Hls S3 Settings
|
|
28
|
+
*/
|
|
29
|
+
HlsS3Settings?: HlsS3Settings;
|
|
30
|
+
/**
|
|
31
|
+
* @public
|
|
32
|
+
* Hls Webdav Settings
|
|
33
|
+
*/
|
|
34
|
+
HlsWebdavSettings?: HlsWebdavSettings;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* @public
|
|
38
|
+
* @enum
|
|
39
|
+
*/
|
|
40
|
+
export declare const HlsId3SegmentTaggingState: {
|
|
41
|
+
readonly DISABLED: "DISABLED";
|
|
42
|
+
readonly ENABLED: "ENABLED";
|
|
43
|
+
};
|
|
44
|
+
/**
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
47
|
+
export type HlsId3SegmentTaggingState = (typeof HlsId3SegmentTaggingState)[keyof typeof HlsId3SegmentTaggingState];
|
|
48
|
+
/**
|
|
49
|
+
* @public
|
|
50
|
+
* @enum
|
|
51
|
+
*/
|
|
52
|
+
export declare const IFrameOnlyPlaylistType: {
|
|
53
|
+
readonly DISABLED: "DISABLED";
|
|
54
|
+
readonly STANDARD: "STANDARD";
|
|
55
|
+
};
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
59
|
+
export type IFrameOnlyPlaylistType = (typeof IFrameOnlyPlaylistType)[keyof typeof IFrameOnlyPlaylistType];
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
* @enum
|
|
63
|
+
*/
|
|
64
|
+
export declare const HlsIncompleteSegmentBehavior: {
|
|
65
|
+
readonly AUTO: "AUTO";
|
|
66
|
+
readonly SUPPRESS: "SUPPRESS";
|
|
67
|
+
};
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
71
|
+
export type HlsIncompleteSegmentBehavior = (typeof HlsIncompleteSegmentBehavior)[keyof typeof HlsIncompleteSegmentBehavior];
|
|
5
72
|
/**
|
|
6
73
|
* @public
|
|
7
74
|
* @enum
|
|
@@ -4467,11 +4534,6 @@ export interface EncoderSettings {
|
|
|
4467
4534
|
* Settings for caption decriptions
|
|
4468
4535
|
*/
|
|
4469
4536
|
CaptionDescriptions?: CaptionDescription[];
|
|
4470
|
-
/**
|
|
4471
|
-
* @public
|
|
4472
|
-
* Color correction settings
|
|
4473
|
-
*/
|
|
4474
|
-
ColorCorrectionSettings?: ColorCorrectionSettings;
|
|
4475
4537
|
/**
|
|
4476
4538
|
* @public
|
|
4477
4539
|
* Feature Activations
|
|
@@ -4512,6 +4574,11 @@ export interface EncoderSettings {
|
|
|
4512
4574
|
* Thumbnail configuration settings.
|
|
4513
4575
|
*/
|
|
4514
4576
|
ThumbnailConfiguration?: ThumbnailConfiguration;
|
|
4577
|
+
/**
|
|
4578
|
+
* @public
|
|
4579
|
+
* Color Correction Settings
|
|
4580
|
+
*/
|
|
4581
|
+
ColorCorrectionSettings?: ColorCorrectionSettings;
|
|
4515
4582
|
}
|
|
4516
4583
|
/**
|
|
4517
4584
|
* @public
|
|
@@ -6547,76 +6614,17 @@ export interface InputDeviceConfigurableSettings {
|
|
|
6547
6614
|
* To attach this device to a MediaConnect flow, specify these parameters. To detach an existing flow, enter \{\} for the value of mediaconnectSettings. Only UHD devices can specify this parameter.
|
|
6548
6615
|
*/
|
|
6549
6616
|
MediaconnectSettings?: InputDeviceMediaConnectConfigurableSettings;
|
|
6550
|
-
}
|
|
6551
|
-
/**
|
|
6552
|
-
* @public
|
|
6553
|
-
* Placeholder documentation for ListChannelsRequest
|
|
6554
|
-
*/
|
|
6555
|
-
export interface ListChannelsRequest {
|
|
6556
|
-
/**
|
|
6557
|
-
* @public
|
|
6558
|
-
* Placeholder documentation for MaxResults
|
|
6559
|
-
*/
|
|
6560
|
-
MaxResults?: number;
|
|
6561
|
-
/**
|
|
6562
|
-
* @public
|
|
6563
|
-
* Placeholder documentation for __string
|
|
6564
|
-
*/
|
|
6565
|
-
NextToken?: string;
|
|
6566
|
-
}
|
|
6567
|
-
/**
|
|
6568
|
-
* @public
|
|
6569
|
-
* Placeholder documentation for ListChannelsResponse
|
|
6570
|
-
*/
|
|
6571
|
-
export interface ListChannelsResponse {
|
|
6572
|
-
/**
|
|
6573
|
-
* @public
|
|
6574
|
-
* Placeholder documentation for __listOfChannelSummary
|
|
6575
|
-
*/
|
|
6576
|
-
Channels?: ChannelSummary[];
|
|
6577
6617
|
/**
|
|
6578
6618
|
* @public
|
|
6579
|
-
*
|
|
6619
|
+
* An array of eight audio configurations, one for each audio pair in the source. Set up each audio configuration either to exclude the pair, or to format it and include it in the output from the device. This parameter applies only to UHD devices, and only when the device is configured as the source for a MediaConnect flow. For an HD device, you configure the audio by setting up audio selectors in the channel configuration.
|
|
6580
6620
|
*/
|
|
6581
|
-
|
|
6621
|
+
AudioChannelPairs?: InputDeviceConfigurableAudioChannelPairConfig[];
|
|
6582
6622
|
}
|
|
6583
6623
|
/**
|
|
6584
6624
|
* @public
|
|
6585
|
-
* Placeholder documentation for
|
|
6586
|
-
*/
|
|
6587
|
-
export interface ListInputDevicesRequest {
|
|
6588
|
-
/**
|
|
6589
|
-
* @public
|
|
6590
|
-
* Placeholder documentation for MaxResults
|
|
6591
|
-
*/
|
|
6592
|
-
MaxResults?: number;
|
|
6593
|
-
/**
|
|
6594
|
-
* @public
|
|
6595
|
-
* Placeholder documentation for __string
|
|
6596
|
-
*/
|
|
6597
|
-
NextToken?: string;
|
|
6598
|
-
}
|
|
6599
|
-
/**
|
|
6600
|
-
* @public
|
|
6601
|
-
* Placeholder documentation for ListInputDevicesResponse
|
|
6602
|
-
*/
|
|
6603
|
-
export interface ListInputDevicesResponse {
|
|
6604
|
-
/**
|
|
6605
|
-
* @public
|
|
6606
|
-
* The list of input devices.
|
|
6607
|
-
*/
|
|
6608
|
-
InputDevices?: InputDeviceSummary[];
|
|
6609
|
-
/**
|
|
6610
|
-
* @public
|
|
6611
|
-
* A token to get additional list results.
|
|
6612
|
-
*/
|
|
6613
|
-
NextToken?: string;
|
|
6614
|
-
}
|
|
6615
|
-
/**
|
|
6616
|
-
* @public
|
|
6617
|
-
* Placeholder documentation for ListInputDeviceTransfersRequest
|
|
6625
|
+
* Placeholder documentation for ListChannelsRequest
|
|
6618
6626
|
*/
|
|
6619
|
-
export interface
|
|
6627
|
+
export interface ListChannelsRequest {
|
|
6620
6628
|
/**
|
|
6621
6629
|
* @public
|
|
6622
6630
|
* Placeholder documentation for MaxResults
|
|
@@ -6627,11 +6635,6 @@ export interface ListInputDeviceTransfersRequest {
|
|
|
6627
6635
|
* Placeholder documentation for __string
|
|
6628
6636
|
*/
|
|
6629
6637
|
NextToken?: string;
|
|
6630
|
-
/**
|
|
6631
|
-
* @public
|
|
6632
|
-
* Placeholder documentation for __string
|
|
6633
|
-
*/
|
|
6634
|
-
TransferType: string | undefined;
|
|
6635
6638
|
}
|
|
6636
6639
|
/**
|
|
6637
6640
|
* @internal
|
|
@@ -1,5 +1,74 @@
|
|
|
1
|
-
import { CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelState, DeviceSettingsSyncState, DeviceUpdateStatus, Input, InputAttachment, InputDestinationRequest, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceOutputType, InputDeviceRequest, InputDeviceType, InputDeviceUhdSettings, InputSecurityGroup, InputSourceRequest, InputSpecification, InputWhitelistRuleCidr, LogLevel, MaintenanceDay, MaintenanceStatus, MediaConnectFlowRequest, MultiplexOutputDestination, MultiplexProgramSummary, MultiplexState, MultiplexSummary, Offering, OutputDestination, VpcOutputSettingsDescription } from "./models_0";
|
|
1
|
+
import { CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelState, ChannelSummary, DeviceSettingsSyncState, DeviceUpdateStatus, Input, InputAttachment, InputDestinationRequest, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceOutputType, InputDeviceRequest, InputDeviceSummary, InputDeviceType, InputDeviceUhdSettings, InputSecurityGroup, InputSourceRequest, InputSpecification, InputWhitelistRuleCidr, LogLevel, MaintenanceDay, MaintenanceStatus, MediaConnectFlowRequest, MultiplexOutputDestination, MultiplexProgramSummary, MultiplexState, MultiplexSummary, Offering, OutputDestination, VpcOutputSettingsDescription } from "./models_0";
|
|
2
2
|
import { AccountConfiguration, Channel, EncoderSettings, InputDeviceConfigurableSettings, Multiplex, MultiplexProgram, MultiplexProgramSettings, MultiplexSettings, PipelineDetail, RenewalSettings, Reservation, TransferringInputDeviceSummary } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
* Placeholder documentation for ListChannelsResponse
|
|
6
|
+
*/
|
|
7
|
+
export interface ListChannelsResponse {
|
|
8
|
+
/**
|
|
9
|
+
* @public
|
|
10
|
+
* Placeholder documentation for __listOfChannelSummary
|
|
11
|
+
*/
|
|
12
|
+
Channels?: ChannelSummary[];
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
* Placeholder documentation for __string
|
|
16
|
+
*/
|
|
17
|
+
NextToken?: string;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* @public
|
|
21
|
+
* Placeholder documentation for ListInputDevicesRequest
|
|
22
|
+
*/
|
|
23
|
+
export interface ListInputDevicesRequest {
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* Placeholder documentation for MaxResults
|
|
27
|
+
*/
|
|
28
|
+
MaxResults?: number;
|
|
29
|
+
/**
|
|
30
|
+
* @public
|
|
31
|
+
* Placeholder documentation for __string
|
|
32
|
+
*/
|
|
33
|
+
NextToken?: string;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* @public
|
|
37
|
+
* Placeholder documentation for ListInputDevicesResponse
|
|
38
|
+
*/
|
|
39
|
+
export interface ListInputDevicesResponse {
|
|
40
|
+
/**
|
|
41
|
+
* @public
|
|
42
|
+
* The list of input devices.
|
|
43
|
+
*/
|
|
44
|
+
InputDevices?: InputDeviceSummary[];
|
|
45
|
+
/**
|
|
46
|
+
* @public
|
|
47
|
+
* A token to get additional list results.
|
|
48
|
+
*/
|
|
49
|
+
NextToken?: string;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
* Placeholder documentation for ListInputDeviceTransfersRequest
|
|
54
|
+
*/
|
|
55
|
+
export interface ListInputDeviceTransfersRequest {
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
* Placeholder documentation for MaxResults
|
|
59
|
+
*/
|
|
60
|
+
MaxResults?: number;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
* Placeholder documentation for __string
|
|
64
|
+
*/
|
|
65
|
+
NextToken?: string;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
* Placeholder documentation for __string
|
|
69
|
+
*/
|
|
70
|
+
TransferType: string | undefined;
|
|
71
|
+
}
|
|
3
72
|
/**
|
|
4
73
|
* @public
|
|
5
74
|
* Placeholder documentation for ListInputDeviceTransfersResponse
|
|
@@ -11,7 +11,8 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../MediaLiveClient";
|
|
14
|
-
import { ListChannelsRequest
|
|
14
|
+
import { ListChannelsRequest } from "../models/models_1";
|
|
15
|
+
import { ListChannelsResponse } from "../models/models_2";
|
|
15
16
|
export { __MetadataBearer, $Command };
|
|
16
17
|
export interface ListChannelsCommandInput extends ListChannelsRequest {}
|
|
17
18
|
export interface ListChannelsCommandOutput
|
|
@@ -11,8 +11,10 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../MediaLiveClient";
|
|
14
|
-
import {
|
|
15
|
-
|
|
14
|
+
import {
|
|
15
|
+
ListInputDeviceTransfersRequest,
|
|
16
|
+
ListInputDeviceTransfersResponse,
|
|
17
|
+
} from "../models/models_2";
|
|
16
18
|
export { __MetadataBearer, $Command };
|
|
17
19
|
export interface ListInputDeviceTransfersCommandInput
|
|
18
20
|
extends ListInputDeviceTransfersRequest {}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
ListInputDevicesRequest,
|
|
16
16
|
ListInputDevicesResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_2";
|
|
18
18
|
export { __MetadataBearer, $Command };
|
|
19
19
|
export interface ListInputDevicesCommandInput extends ListInputDevicesRequest {}
|
|
20
20
|
export interface ListInputDevicesCommandOutput
|
|
@@ -1112,6 +1112,22 @@ export interface Input {
|
|
|
1112
1112
|
export interface InputDestinationRequest {
|
|
1113
1113
|
StreamName?: string;
|
|
1114
1114
|
}
|
|
1115
|
+
export declare const InputDeviceConfigurableAudioChannelPairProfile: {
|
|
1116
|
+
readonly CBR_AAC_HQ_192000: "CBR-AAC_HQ-192000";
|
|
1117
|
+
readonly CBR_AAC_HQ_256000: "CBR-AAC_HQ-256000";
|
|
1118
|
+
readonly CBR_AAC_HQ_384000: "CBR-AAC_HQ-384000";
|
|
1119
|
+
readonly CBR_AAC_HQ_512000: "CBR-AAC_HQ-512000";
|
|
1120
|
+
readonly DISABLED: "DISABLED";
|
|
1121
|
+
readonly VBR_AAC_HE_64000: "VBR-AAC_HE-64000";
|
|
1122
|
+
readonly VBR_AAC_HHE_16000: "VBR-AAC_HHE-16000";
|
|
1123
|
+
readonly VBR_AAC_LC_128000: "VBR-AAC_LC-128000";
|
|
1124
|
+
};
|
|
1125
|
+
export type InputDeviceConfigurableAudioChannelPairProfile =
|
|
1126
|
+
(typeof InputDeviceConfigurableAudioChannelPairProfile)[keyof typeof InputDeviceConfigurableAudioChannelPairProfile];
|
|
1127
|
+
export interface InputDeviceConfigurableAudioChannelPairConfig {
|
|
1128
|
+
Id?: number;
|
|
1129
|
+
Profile?: InputDeviceConfigurableAudioChannelPairProfile;
|
|
1130
|
+
}
|
|
1115
1131
|
export interface InputDeviceRequest {
|
|
1116
1132
|
Id?: string;
|
|
1117
1133
|
}
|
|
@@ -1196,6 +1212,22 @@ export declare const InputDeviceType: {
|
|
|
1196
1212
|
};
|
|
1197
1213
|
export type InputDeviceType =
|
|
1198
1214
|
(typeof InputDeviceType)[keyof typeof InputDeviceType];
|
|
1215
|
+
export declare const InputDeviceUhdAudioChannelPairProfile: {
|
|
1216
|
+
readonly CBR_AAC_HQ_192000: "CBR-AAC_HQ-192000";
|
|
1217
|
+
readonly CBR_AAC_HQ_256000: "CBR-AAC_HQ-256000";
|
|
1218
|
+
readonly CBR_AAC_HQ_384000: "CBR-AAC_HQ-384000";
|
|
1219
|
+
readonly CBR_AAC_HQ_512000: "CBR-AAC_HQ-512000";
|
|
1220
|
+
readonly DISABLED: "DISABLED";
|
|
1221
|
+
readonly VBR_AAC_HE_64000: "VBR-AAC_HE-64000";
|
|
1222
|
+
readonly VBR_AAC_HHE_16000: "VBR-AAC_HHE-16000";
|
|
1223
|
+
readonly VBR_AAC_LC_128000: "VBR-AAC_LC-128000";
|
|
1224
|
+
};
|
|
1225
|
+
export type InputDeviceUhdAudioChannelPairProfile =
|
|
1226
|
+
(typeof InputDeviceUhdAudioChannelPairProfile)[keyof typeof InputDeviceUhdAudioChannelPairProfile];
|
|
1227
|
+
export interface InputDeviceUhdAudioChannelPairConfig {
|
|
1228
|
+
Id?: number;
|
|
1229
|
+
Profile?: InputDeviceUhdAudioChannelPairProfile;
|
|
1230
|
+
}
|
|
1199
1231
|
export declare const InputDeviceCodec: {
|
|
1200
1232
|
readonly AVC: "AVC";
|
|
1201
1233
|
readonly HEVC: "HEVC";
|
|
@@ -1220,6 +1252,7 @@ export interface InputDeviceUhdSettings {
|
|
|
1220
1252
|
LatencyMs?: number;
|
|
1221
1253
|
Codec?: InputDeviceCodec;
|
|
1222
1254
|
MediaconnectSettings?: InputDeviceMediaConnectSettings;
|
|
1255
|
+
AudioChannelPairs?: InputDeviceUhdAudioChannelPairConfig[];
|
|
1223
1256
|
}
|
|
1224
1257
|
export interface InputDeviceSummary {
|
|
1225
1258
|
Arn?: string;
|
|
@@ -1886,28 +1919,3 @@ export interface HlsWebdavSettings {
|
|
|
1886
1919
|
NumRetries?: number;
|
|
1887
1920
|
RestartDelay?: number;
|
|
1888
1921
|
}
|
|
1889
|
-
export interface HlsCdnSettings {
|
|
1890
|
-
HlsAkamaiSettings?: HlsAkamaiSettings;
|
|
1891
|
-
HlsBasicPutSettings?: HlsBasicPutSettings;
|
|
1892
|
-
HlsMediaStoreSettings?: HlsMediaStoreSettings;
|
|
1893
|
-
HlsS3Settings?: HlsS3Settings;
|
|
1894
|
-
HlsWebdavSettings?: HlsWebdavSettings;
|
|
1895
|
-
}
|
|
1896
|
-
export declare const HlsId3SegmentTaggingState: {
|
|
1897
|
-
readonly DISABLED: "DISABLED";
|
|
1898
|
-
readonly ENABLED: "ENABLED";
|
|
1899
|
-
};
|
|
1900
|
-
export type HlsId3SegmentTaggingState =
|
|
1901
|
-
(typeof HlsId3SegmentTaggingState)[keyof typeof HlsId3SegmentTaggingState];
|
|
1902
|
-
export declare const IFrameOnlyPlaylistType: {
|
|
1903
|
-
readonly DISABLED: "DISABLED";
|
|
1904
|
-
readonly STANDARD: "STANDARD";
|
|
1905
|
-
};
|
|
1906
|
-
export type IFrameOnlyPlaylistType =
|
|
1907
|
-
(typeof IFrameOnlyPlaylistType)[keyof typeof IFrameOnlyPlaylistType];
|
|
1908
|
-
export declare const HlsIncompleteSegmentBehavior: {
|
|
1909
|
-
readonly AUTO: "AUTO";
|
|
1910
|
-
readonly SUPPRESS: "SUPPRESS";
|
|
1911
|
-
};
|
|
1912
|
-
export type HlsIncompleteSegmentBehavior =
|
|
1913
|
-
(typeof HlsIncompleteSegmentBehavior)[keyof typeof HlsIncompleteSegmentBehavior];
|