@aws-sdk/client-medialive 3.699.0 → 3.708.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 +12 -4
- package/dist-es/models/models_1.js +4 -4
- package/dist-es/models/models_2.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +2 -0
- package/dist-types/commands/CreateChannelCommand.d.ts +2 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +1 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +1 -0
- package/dist-types/commands/RestartChannelPipelinesCommand.d.ts +1 -0
- package/dist-types/commands/StartChannelCommand.d.ts +1 -0
- package/dist-types/commands/StopChannelCommand.d.ts +1 -0
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +1 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +2 -0
- package/dist-types/models/models_1.d.ts +19 -12
- package/dist-types/models/models_2.d.ts +15 -1
- package/dist-types/ts3.4/models/models_1.d.ts +7 -6
- package/dist-types/ts3.4/models/models_2.d.ts +6 -1
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -217,6 +217,7 @@ __export(src_exports, {
|
|
|
217
217
|
H265AdaptiveQuantization: () => H265AdaptiveQuantization,
|
|
218
218
|
H265AlternativeTransferFunction: () => H265AlternativeTransferFunction,
|
|
219
219
|
H265ColorMetadata: () => H265ColorMetadata,
|
|
220
|
+
H265Deblocking: () => H265Deblocking,
|
|
220
221
|
H265FlickerAq: () => H265FlickerAq,
|
|
221
222
|
H265GopSizeUnits: () => H265GopSizeUnits,
|
|
222
223
|
H265Level: () => H265Level,
|
|
@@ -1268,6 +1269,10 @@ var H265ColorMetadata = {
|
|
|
1268
1269
|
IGNORE: "IGNORE",
|
|
1269
1270
|
INSERT: "INSERT"
|
|
1270
1271
|
};
|
|
1272
|
+
var H265Deblocking = {
|
|
1273
|
+
DISABLED: "DISABLED",
|
|
1274
|
+
ENABLED: "ENABLED"
|
|
1275
|
+
};
|
|
1271
1276
|
var H265FlickerAq = {
|
|
1272
1277
|
DISABLED: "DISABLED",
|
|
1273
1278
|
ENABLED: "ENABLED"
|
|
@@ -1604,10 +1609,6 @@ var GlobalConfigurationOutputTimingSource = {
|
|
|
1604
1609
|
INPUT_CLOCK: "INPUT_CLOCK",
|
|
1605
1610
|
SYSTEM_CLOCK: "SYSTEM_CLOCK"
|
|
1606
1611
|
};
|
|
1607
|
-
var GlobalConfigurationLowFramerateInputs = {
|
|
1608
|
-
DISABLED: "DISABLED",
|
|
1609
|
-
ENABLED: "ENABLED"
|
|
1610
|
-
};
|
|
1611
1612
|
|
|
1612
1613
|
// src/protocols/Aws_restJson1.ts
|
|
1613
1614
|
var se_AcceptInputDeviceTransferCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -6396,6 +6397,7 @@ var se_H265Settings = /* @__PURE__ */ __name((input, context) => {
|
|
|
6396
6397
|
bufSize: [, , `BufSize`],
|
|
6397
6398
|
colorMetadata: [, , `ColorMetadata`],
|
|
6398
6399
|
colorSpaceSettings: [, (_) => se_H265ColorSpaceSettings(_, context), `ColorSpaceSettings`],
|
|
6400
|
+
deblocking: [, , `Deblocking`],
|
|
6399
6401
|
filterSettings: [, (_) => se_H265FilterSettings(_, context), `FilterSettings`],
|
|
6400
6402
|
fixedAfd: [, , `FixedAfd`],
|
|
6401
6403
|
flickerAq: [, , `FlickerAq`],
|
|
@@ -8893,6 +8895,7 @@ var de_H265Settings = /* @__PURE__ */ __name((output, context) => {
|
|
|
8893
8895
|
BufSize: [, import_smithy_client.expectInt32, `bufSize`],
|
|
8894
8896
|
ColorMetadata: [, import_smithy_client.expectString, `colorMetadata`],
|
|
8895
8897
|
ColorSpaceSettings: [, (_) => de_H265ColorSpaceSettings(_, context), `colorSpaceSettings`],
|
|
8898
|
+
Deblocking: [, import_smithy_client.expectString, `deblocking`],
|
|
8896
8899
|
FilterSettings: [, (_) => de_H265FilterSettings(_, context), `filterSettings`],
|
|
8897
8900
|
FixedAfd: [, import_smithy_client.expectString, `fixedAfd`],
|
|
8898
8901
|
FlickerAq: [, import_smithy_client.expectString, `flickerAq`],
|
|
@@ -11088,6 +11091,10 @@ var DescribeInputDeviceCommand = _DescribeInputDeviceCommand;
|
|
|
11088
11091
|
|
|
11089
11092
|
|
|
11090
11093
|
// src/models/models_2.ts
|
|
11094
|
+
var GlobalConfigurationLowFramerateInputs = {
|
|
11095
|
+
DISABLED: "DISABLED",
|
|
11096
|
+
ENABLED: "ENABLED"
|
|
11097
|
+
};
|
|
11091
11098
|
var MotionGraphicsInsertion = {
|
|
11092
11099
|
DISABLED: "DISABLED",
|
|
11093
11100
|
ENABLED: "ENABLED"
|
|
@@ -14619,6 +14626,7 @@ var M2tsTimedMetadataBehavior = {
|
|
|
14619
14626
|
H265AdaptiveQuantization,
|
|
14620
14627
|
H265AlternativeTransferFunction,
|
|
14621
14628
|
H265ColorMetadata,
|
|
14629
|
+
H265Deblocking,
|
|
14622
14630
|
H265FlickerAq,
|
|
14623
14631
|
H265GopSizeUnits,
|
|
14624
14632
|
H265Level,
|
|
@@ -573,6 +573,10 @@ export const H265ColorMetadata = {
|
|
|
573
573
|
IGNORE: "IGNORE",
|
|
574
574
|
INSERT: "INSERT",
|
|
575
575
|
};
|
|
576
|
+
export const H265Deblocking = {
|
|
577
|
+
DISABLED: "DISABLED",
|
|
578
|
+
ENABLED: "ENABLED",
|
|
579
|
+
};
|
|
576
580
|
export const H265FlickerAq = {
|
|
577
581
|
DISABLED: "DISABLED",
|
|
578
582
|
ENABLED: "ENABLED",
|
|
@@ -864,7 +868,3 @@ export const GlobalConfigurationOutputTimingSource = {
|
|
|
864
868
|
INPUT_CLOCK: "INPUT_CLOCK",
|
|
865
869
|
SYSTEM_CLOCK: "SYSTEM_CLOCK",
|
|
866
870
|
};
|
|
867
|
-
export const GlobalConfigurationLowFramerateInputs = {
|
|
868
|
-
DISABLED: "DISABLED",
|
|
869
|
-
ENABLED: "ENABLED",
|
|
870
|
-
};
|
|
@@ -4780,6 +4780,7 @@ const se_H265Settings = (input, context) => {
|
|
|
4780
4780
|
bufSize: [, , `BufSize`],
|
|
4781
4781
|
colorMetadata: [, , `ColorMetadata`],
|
|
4782
4782
|
colorSpaceSettings: [, (_) => se_H265ColorSpaceSettings(_, context), `ColorSpaceSettings`],
|
|
4783
|
+
deblocking: [, , `Deblocking`],
|
|
4783
4784
|
filterSettings: [, (_) => se_H265FilterSettings(_, context), `FilterSettings`],
|
|
4784
4785
|
fixedAfd: [, , `FixedAfd`],
|
|
4785
4786
|
flickerAq: [, , `FlickerAq`],
|
|
@@ -7403,6 +7404,7 @@ const de_H265Settings = (output, context) => {
|
|
|
7403
7404
|
BufSize: [, __expectInt32, `bufSize`],
|
|
7404
7405
|
ColorMetadata: [, __expectString, `colorMetadata`],
|
|
7405
7406
|
ColorSpaceSettings: [, (_) => de_H265ColorSpaceSettings(_, context), `colorSpaceSettings`],
|
|
7407
|
+
Deblocking: [, __expectString, `deblocking`],
|
|
7406
7408
|
FilterSettings: [, (_) => de_H265FilterSettings(_, context), `filterSettings`],
|
|
7407
7409
|
FixedAfd: [, __expectString, `fixedAfd`],
|
|
7408
7410
|
FlickerAq: [, __expectString, `flickerAq`],
|
|
@@ -966,6 +966,7 @@ declare const CreateChannelCommand_base: {
|
|
|
966
966
|
* TileWidth: Number("int"),
|
|
967
967
|
* TreeblockSize: "AUTO" || "TREE_SIZE_32X32",
|
|
968
968
|
* MinQp: Number("int"),
|
|
969
|
+
* Deblocking: "DISABLED" || "ENABLED",
|
|
969
970
|
* },
|
|
970
971
|
* Mpeg2Settings: { // Mpeg2Settings
|
|
971
972
|
* AdaptiveQuantization: "AUTO" || "HIGH" || "LOW" || "MEDIUM" || "OFF",
|
|
@@ -2154,6 +2155,7 @@ declare const CreateChannelCommand_base: {
|
|
|
2154
2155
|
* // TileWidth: Number("int"),
|
|
2155
2156
|
* // TreeblockSize: "AUTO" || "TREE_SIZE_32X32",
|
|
2156
2157
|
* // MinQp: Number("int"),
|
|
2158
|
+
* // Deblocking: "DISABLED" || "ENABLED",
|
|
2157
2159
|
* // },
|
|
2158
2160
|
* // Mpeg2Settings: { // Mpeg2Settings
|
|
2159
2161
|
* // AdaptiveQuantization: "AUTO" || "HIGH" || "LOW" || "MEDIUM" || "OFF",
|
|
@@ -977,6 +977,7 @@ declare const DeleteChannelCommand_base: {
|
|
|
977
977
|
* // TileWidth: Number("int"),
|
|
978
978
|
* // TreeblockSize: "AUTO" || "TREE_SIZE_32X32",
|
|
979
979
|
* // MinQp: Number("int"),
|
|
980
|
+
* // Deblocking: "DISABLED" || "ENABLED",
|
|
980
981
|
* // },
|
|
981
982
|
* // Mpeg2Settings: { // Mpeg2Settings
|
|
982
983
|
* // AdaptiveQuantization: "AUTO" || "HIGH" || "LOW" || "MEDIUM" || "OFF",
|
|
@@ -977,6 +977,7 @@ declare const DescribeChannelCommand_base: {
|
|
|
977
977
|
* // TileWidth: Number("int"),
|
|
978
978
|
* // TreeblockSize: "AUTO" || "TREE_SIZE_32X32",
|
|
979
979
|
* // MinQp: Number("int"),
|
|
980
|
+
* // Deblocking: "DISABLED" || "ENABLED",
|
|
980
981
|
* // },
|
|
981
982
|
* // Mpeg2Settings: { // Mpeg2Settings
|
|
982
983
|
* // AdaptiveQuantization: "AUTO" || "HIGH" || "LOW" || "MEDIUM" || "OFF",
|
|
@@ -980,6 +980,7 @@ declare const RestartChannelPipelinesCommand_base: {
|
|
|
980
980
|
* // TileWidth: Number("int"),
|
|
981
981
|
* // TreeblockSize: "AUTO" || "TREE_SIZE_32X32",
|
|
982
982
|
* // MinQp: Number("int"),
|
|
983
|
+
* // Deblocking: "DISABLED" || "ENABLED",
|
|
983
984
|
* // },
|
|
984
985
|
* // Mpeg2Settings: { // Mpeg2Settings
|
|
985
986
|
* // AdaptiveQuantization: "AUTO" || "HIGH" || "LOW" || "MEDIUM" || "OFF",
|
|
@@ -977,6 +977,7 @@ declare const StartChannelCommand_base: {
|
|
|
977
977
|
* // TileWidth: Number("int"),
|
|
978
978
|
* // TreeblockSize: "AUTO" || "TREE_SIZE_32X32",
|
|
979
979
|
* // MinQp: Number("int"),
|
|
980
|
+
* // Deblocking: "DISABLED" || "ENABLED",
|
|
980
981
|
* // },
|
|
981
982
|
* // Mpeg2Settings: { // Mpeg2Settings
|
|
982
983
|
* // AdaptiveQuantization: "AUTO" || "HIGH" || "LOW" || "MEDIUM" || "OFF",
|
|
@@ -977,6 +977,7 @@ declare const StopChannelCommand_base: {
|
|
|
977
977
|
* // TileWidth: Number("int"),
|
|
978
978
|
* // TreeblockSize: "AUTO" || "TREE_SIZE_32X32",
|
|
979
979
|
* // MinQp: Number("int"),
|
|
980
|
+
* // Deblocking: "DISABLED" || "ENABLED",
|
|
980
981
|
* // },
|
|
981
982
|
* // Mpeg2Settings: { // Mpeg2Settings
|
|
982
983
|
* // AdaptiveQuantization: "AUTO" || "HIGH" || "LOW" || "MEDIUM" || "OFF",
|
|
@@ -1008,6 +1008,7 @@ declare const UpdateChannelClassCommand_base: {
|
|
|
1008
1008
|
* // TileWidth: Number("int"),
|
|
1009
1009
|
* // TreeblockSize: "AUTO" || "TREE_SIZE_32X32",
|
|
1010
1010
|
* // MinQp: Number("int"),
|
|
1011
|
+
* // Deblocking: "DISABLED" || "ENABLED",
|
|
1011
1012
|
* // },
|
|
1012
1013
|
* // Mpeg2Settings: { // Mpeg2Settings
|
|
1013
1014
|
* // AdaptiveQuantization: "AUTO" || "HIGH" || "LOW" || "MEDIUM" || "OFF",
|
|
@@ -966,6 +966,7 @@ declare const UpdateChannelCommand_base: {
|
|
|
966
966
|
* TileWidth: Number("int"),
|
|
967
967
|
* TreeblockSize: "AUTO" || "TREE_SIZE_32X32",
|
|
968
968
|
* MinQp: Number("int"),
|
|
969
|
+
* Deblocking: "DISABLED" || "ENABLED",
|
|
969
970
|
* },
|
|
970
971
|
* Mpeg2Settings: { // Mpeg2Settings
|
|
971
972
|
* AdaptiveQuantization: "AUTO" || "HIGH" || "LOW" || "MEDIUM" || "OFF",
|
|
@@ -2141,6 +2142,7 @@ declare const UpdateChannelCommand_base: {
|
|
|
2141
2142
|
* // TileWidth: Number("int"),
|
|
2142
2143
|
* // TreeblockSize: "AUTO" || "TREE_SIZE_32X32",
|
|
2143
2144
|
* // MinQp: Number("int"),
|
|
2145
|
+
* // Deblocking: "DISABLED" || "ENABLED",
|
|
2144
2146
|
* // },
|
|
2145
2147
|
* // Mpeg2Settings: { // Mpeg2Settings
|
|
2146
2148
|
* // AdaptiveQuantization: "AUTO" || "HIGH" || "LOW" || "MEDIUM" || "OFF",
|
|
@@ -4505,6 +4505,18 @@ export interface H265ColorSpaceSettings {
|
|
|
4505
4505
|
*/
|
|
4506
4506
|
Rec709Settings?: Rec709Settings | undefined;
|
|
4507
4507
|
}
|
|
4508
|
+
/**
|
|
4509
|
+
* @public
|
|
4510
|
+
* @enum
|
|
4511
|
+
*/
|
|
4512
|
+
export declare const H265Deblocking: {
|
|
4513
|
+
readonly DISABLED: "DISABLED";
|
|
4514
|
+
readonly ENABLED: "ENABLED";
|
|
4515
|
+
};
|
|
4516
|
+
/**
|
|
4517
|
+
* @public
|
|
4518
|
+
*/
|
|
4519
|
+
export type H265Deblocking = (typeof H265Deblocking)[keyof typeof H265Deblocking];
|
|
4508
4520
|
/**
|
|
4509
4521
|
* H265 Filter Settings
|
|
4510
4522
|
* @public
|
|
@@ -4926,6 +4938,13 @@ export interface H265Settings {
|
|
|
4926
4938
|
* @public
|
|
4927
4939
|
*/
|
|
4928
4940
|
MinQp?: number | undefined;
|
|
4941
|
+
/**
|
|
4942
|
+
* Enable or disable the deblocking filter for this codec. The filter reduces blocking artifacts at block boundaries,
|
|
4943
|
+
* which improves overall video quality. If the filter is disabled, visible block edges might appear in the output,
|
|
4944
|
+
* especially at lower bitrates.
|
|
4945
|
+
* @public
|
|
4946
|
+
*/
|
|
4947
|
+
Deblocking?: H265Deblocking | undefined;
|
|
4929
4948
|
}
|
|
4930
4949
|
/**
|
|
4931
4950
|
* @public
|
|
@@ -6089,15 +6108,3 @@ export declare const GlobalConfigurationOutputTimingSource: {
|
|
|
6089
6108
|
* @public
|
|
6090
6109
|
*/
|
|
6091
6110
|
export type GlobalConfigurationOutputTimingSource = (typeof GlobalConfigurationOutputTimingSource)[keyof typeof GlobalConfigurationOutputTimingSource];
|
|
6092
|
-
/**
|
|
6093
|
-
* @public
|
|
6094
|
-
* @enum
|
|
6095
|
-
*/
|
|
6096
|
-
export declare const GlobalConfigurationLowFramerateInputs: {
|
|
6097
|
-
readonly DISABLED: "DISABLED";
|
|
6098
|
-
readonly ENABLED: "ENABLED";
|
|
6099
|
-
};
|
|
6100
|
-
/**
|
|
6101
|
-
* @public
|
|
6102
|
-
*/
|
|
6103
|
-
export type GlobalConfigurationLowFramerateInputs = (typeof GlobalConfigurationLowFramerateInputs)[keyof typeof GlobalConfigurationLowFramerateInputs];
|
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
import { StreamingBlobTypes } from "@smithy/types";
|
|
2
2
|
import { AudioDescription, CaptionDescription, CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelPipelineIdToRestart, ChannelPlacementGroupState, ChannelState, ChannelSummary, CloudWatchAlarmTemplateComparisonOperator, CloudWatchAlarmTemplateGroupSummary, CloudWatchAlarmTemplateStatistic, CloudWatchAlarmTemplateSummary, CloudWatchAlarmTemplateTargetResourceType, CloudWatchAlarmTemplateTreatMissingData, ClusterNetworkSettings, ClusterState, ClusterType, 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, 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, SrtSettings, VpcOutputSettingsDescription } from "./models_0";
|
|
3
|
-
import { AcceptHeader, AccountConfiguration, AnywhereSettings, AvailBlanking, AvailConfiguration, BlackoutSlate, ColorCorrectionSettings, FeatureActivations, GlobalConfigurationInputEndAction,
|
|
3
|
+
import { AcceptHeader, AccountConfiguration, AnywhereSettings, AvailBlanking, AvailConfiguration, BlackoutSlate, ColorCorrectionSettings, FeatureActivations, GlobalConfigurationInputEndAction, GlobalConfigurationOutputLockingMode, GlobalConfigurationOutputTimingSource, InputLossBehavior, OutputGroup, OutputLockingSettings, PipelineDetail, RenewalSettings, Reservation, ReservationState, RouteCreateRequest, RouteUpdateRequest, ScheduleAction, SignalMapMonitorDeploymentStatus, SignalMapStatus, SignalMapSummary, SrtCallerSourceRequest, ThumbnailDetail, TransferringInputDeviceSummary, VideoDescription } from "./models_1";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
* @enum
|
|
7
|
+
*/
|
|
8
|
+
export declare const GlobalConfigurationLowFramerateInputs: {
|
|
9
|
+
readonly DISABLED: "DISABLED";
|
|
10
|
+
readonly ENABLED: "ENABLED";
|
|
11
|
+
};
|
|
12
|
+
/**
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
export type GlobalConfigurationLowFramerateInputs = (typeof GlobalConfigurationLowFramerateInputs)[keyof typeof GlobalConfigurationLowFramerateInputs];
|
|
4
16
|
/**
|
|
5
17
|
* Global Configuration
|
|
6
18
|
* @public
|
|
@@ -6894,6 +6906,8 @@ export interface UpdateInputSecurityGroupRequest {
|
|
|
6894
6906
|
*/
|
|
6895
6907
|
InputSecurityGroupId: string | undefined;
|
|
6896
6908
|
/**
|
|
6909
|
+
* @deprecated
|
|
6910
|
+
*
|
|
6897
6911
|
* A collection of key-value pairs.
|
|
6898
6912
|
* @public
|
|
6899
6913
|
*/
|
|
@@ -1488,6 +1488,12 @@ export interface H265ColorSpaceSettings {
|
|
|
1488
1488
|
Rec601Settings?: Rec601Settings | undefined;
|
|
1489
1489
|
Rec709Settings?: Rec709Settings | undefined;
|
|
1490
1490
|
}
|
|
1491
|
+
export declare const H265Deblocking: {
|
|
1492
|
+
readonly DISABLED: "DISABLED";
|
|
1493
|
+
readonly ENABLED: "ENABLED";
|
|
1494
|
+
};
|
|
1495
|
+
export type H265Deblocking =
|
|
1496
|
+
(typeof H265Deblocking)[keyof typeof H265Deblocking];
|
|
1491
1497
|
export interface H265FilterSettings {
|
|
1492
1498
|
TemporalFilterSettings?: TemporalFilterSettings | undefined;
|
|
1493
1499
|
BandwidthReductionFilterSettings?:
|
|
@@ -1625,6 +1631,7 @@ export interface H265Settings {
|
|
|
1625
1631
|
TileWidth?: number | undefined;
|
|
1626
1632
|
TreeblockSize?: H265TreeblockSize | undefined;
|
|
1627
1633
|
MinQp?: number | undefined;
|
|
1634
|
+
Deblocking?: H265Deblocking | undefined;
|
|
1628
1635
|
}
|
|
1629
1636
|
export declare const Mpeg2AdaptiveQuantization: {
|
|
1630
1637
|
readonly AUTO: "AUTO";
|
|
@@ -2013,9 +2020,3 @@ export declare const GlobalConfigurationOutputTimingSource: {
|
|
|
2013
2020
|
};
|
|
2014
2021
|
export type GlobalConfigurationOutputTimingSource =
|
|
2015
2022
|
(typeof GlobalConfigurationOutputTimingSource)[keyof typeof GlobalConfigurationOutputTimingSource];
|
|
2016
|
-
export declare const GlobalConfigurationLowFramerateInputs: {
|
|
2017
|
-
readonly DISABLED: "DISABLED";
|
|
2018
|
-
readonly ENABLED: "ENABLED";
|
|
2019
|
-
};
|
|
2020
|
-
export type GlobalConfigurationLowFramerateInputs =
|
|
2021
|
-
(typeof GlobalConfigurationLowFramerateInputs)[keyof typeof GlobalConfigurationLowFramerateInputs];
|
|
@@ -101,7 +101,6 @@ import {
|
|
|
101
101
|
ColorCorrectionSettings,
|
|
102
102
|
FeatureActivations,
|
|
103
103
|
GlobalConfigurationInputEndAction,
|
|
104
|
-
GlobalConfigurationLowFramerateInputs,
|
|
105
104
|
GlobalConfigurationOutputLockingMode,
|
|
106
105
|
GlobalConfigurationOutputTimingSource,
|
|
107
106
|
InputLossBehavior,
|
|
@@ -122,6 +121,12 @@ import {
|
|
|
122
121
|
TransferringInputDeviceSummary,
|
|
123
122
|
VideoDescription,
|
|
124
123
|
} from "./models_1";
|
|
124
|
+
export declare const GlobalConfigurationLowFramerateInputs: {
|
|
125
|
+
readonly DISABLED: "DISABLED";
|
|
126
|
+
readonly ENABLED: "ENABLED";
|
|
127
|
+
};
|
|
128
|
+
export type GlobalConfigurationLowFramerateInputs =
|
|
129
|
+
(typeof GlobalConfigurationLowFramerateInputs)[keyof typeof GlobalConfigurationLowFramerateInputs];
|
|
125
130
|
export interface GlobalConfiguration {
|
|
126
131
|
InitialAudioGain?: number | undefined;
|
|
127
132
|
InputEndAction?: GlobalConfigurationInputEndAction | 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.708.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",
|