@aws-sdk/client-medialive 3.477.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/pagination/DescribeSchedulePaginator.js +2 -24
- package/dist-cjs/pagination/ListChannelsPaginator.js +2 -24
- package/dist-cjs/pagination/ListInputDeviceTransfersPaginator.js +2 -24
- package/dist-cjs/pagination/ListInputDevicesPaginator.js +2 -24
- package/dist-cjs/pagination/ListInputSecurityGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/ListInputsPaginator.js +2 -24
- package/dist-cjs/pagination/ListMultiplexProgramsPaginator.js +2 -24
- package/dist-cjs/pagination/ListMultiplexesPaginator.js +2 -24
- package/dist-cjs/pagination/ListOfferingsPaginator.js +2 -24
- package/dist-cjs/pagination/ListReservationsPaginator.js +2 -24
- 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/pagination/DescribeSchedulePaginator.js +2 -23
- package/dist-es/pagination/ListChannelsPaginator.js +2 -23
- package/dist-es/pagination/ListInputDeviceTransfersPaginator.js +2 -23
- package/dist-es/pagination/ListInputDevicesPaginator.js +2 -23
- package/dist-es/pagination/ListInputSecurityGroupsPaginator.js +2 -23
- package/dist-es/pagination/ListInputsPaginator.js +2 -23
- package/dist-es/pagination/ListMultiplexProgramsPaginator.js +2 -23
- package/dist-es/pagination/ListMultiplexesPaginator.js +2 -23
- package/dist-es/pagination/ListOfferingsPaginator.js +2 -23
- package/dist-es/pagination/ListReservationsPaginator.js +2 -23
- 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/pagination/DescribeSchedulePaginator.d.ts +1 -1
- package/dist-types/pagination/ListChannelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInputDeviceTransfersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInputDevicesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInputSecurityGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInputsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMultiplexProgramsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMultiplexesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOfferingsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReservationsPaginator.d.ts +1 -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/dist-types/ts3.4/pagination/DescribeSchedulePaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListInputDeviceTransfersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListInputDevicesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListInputSecurityGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListInputsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListMultiplexProgramsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListMultiplexesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListOfferingsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListReservationsPaginator.d.ts +3 -3
- package/package.json +5 -5
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListInputDeviceTransfersCommand, } from "../commands/ListInputDeviceTransfersCommand";
|
|
2
3
|
import { MediaLiveClient } from "../MediaLiveClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListInputDeviceTransfersCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListInputDeviceTransfers(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof MediaLiveClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected MediaLive | MediaLiveClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListInputDeviceTransfers = createPaginator(MediaLiveClient, ListInputDeviceTransfersCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListInputDevicesCommand, } from "../commands/ListInputDevicesCommand";
|
|
2
3
|
import { MediaLiveClient } from "../MediaLiveClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListInputDevicesCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListInputDevices(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof MediaLiveClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected MediaLive | MediaLiveClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListInputDevices = createPaginator(MediaLiveClient, ListInputDevicesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListInputSecurityGroupsCommand, } from "../commands/ListInputSecurityGroupsCommand";
|
|
2
3
|
import { MediaLiveClient } from "../MediaLiveClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListInputSecurityGroupsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListInputSecurityGroups(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof MediaLiveClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected MediaLive | MediaLiveClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListInputSecurityGroups = createPaginator(MediaLiveClient, ListInputSecurityGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListInputsCommand } from "../commands/ListInputsCommand";
|
|
2
3
|
import { MediaLiveClient } from "../MediaLiveClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListInputsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListInputs(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof MediaLiveClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected MediaLive | MediaLiveClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListInputs = createPaginator(MediaLiveClient, ListInputsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListMultiplexProgramsCommand, } from "../commands/ListMultiplexProgramsCommand";
|
|
2
3
|
import { MediaLiveClient } from "../MediaLiveClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListMultiplexProgramsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListMultiplexPrograms(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof MediaLiveClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected MediaLive | MediaLiveClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListMultiplexPrograms = createPaginator(MediaLiveClient, ListMultiplexProgramsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListMultiplexesCommand, } from "../commands/ListMultiplexesCommand";
|
|
2
3
|
import { MediaLiveClient } from "../MediaLiveClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListMultiplexesCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListMultiplexes(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof MediaLiveClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected MediaLive | MediaLiveClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListMultiplexes = createPaginator(MediaLiveClient, ListMultiplexesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListOfferingsCommand, } from "../commands/ListOfferingsCommand";
|
|
2
3
|
import { MediaLiveClient } from "../MediaLiveClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListOfferingsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListOfferings(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof MediaLiveClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected MediaLive | MediaLiveClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListOfferings = createPaginator(MediaLiveClient, ListOfferingsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListReservationsCommand, } from "../commands/ListReservationsCommand";
|
|
2
3
|
import { MediaLiveClient } from "../MediaLiveClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListReservationsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListReservations(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof MediaLiveClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected MediaLive | MediaLiveClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListReservations = createPaginator(MediaLiveClient, ListReservationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -4509,6 +4509,13 @@ const se___listOfInputDestinationRequest = (input, context) => {
|
|
|
4509
4509
|
return se_InputDestinationRequest(entry, context);
|
|
4510
4510
|
});
|
|
4511
4511
|
};
|
|
4512
|
+
const se___listOfInputDeviceConfigurableAudioChannelPairConfig = (input, context) => {
|
|
4513
|
+
return input
|
|
4514
|
+
.filter((e) => e != null)
|
|
4515
|
+
.map((entry) => {
|
|
4516
|
+
return se_InputDeviceConfigurableAudioChannelPairConfig(entry, context);
|
|
4517
|
+
});
|
|
4518
|
+
};
|
|
4512
4519
|
const se___listOfInputDeviceRequest = (input, context) => {
|
|
4513
4520
|
return input
|
|
4514
4521
|
.filter((e) => e != null)
|
|
@@ -5410,8 +5417,19 @@ const se_InputDestinationRequest = (input, context) => {
|
|
|
5410
5417
|
streamName: [, , `StreamName`],
|
|
5411
5418
|
});
|
|
5412
5419
|
};
|
|
5420
|
+
const se_InputDeviceConfigurableAudioChannelPairConfig = (input, context) => {
|
|
5421
|
+
return take(input, {
|
|
5422
|
+
id: [, , `Id`],
|
|
5423
|
+
profile: [, , `Profile`],
|
|
5424
|
+
});
|
|
5425
|
+
};
|
|
5413
5426
|
const se_InputDeviceConfigurableSettings = (input, context) => {
|
|
5414
5427
|
return take(input, {
|
|
5428
|
+
audioChannelPairs: [
|
|
5429
|
+
,
|
|
5430
|
+
(_) => se___listOfInputDeviceConfigurableAudioChannelPairConfig(_, context),
|
|
5431
|
+
`AudioChannelPairs`,
|
|
5432
|
+
],
|
|
5415
5433
|
codec: [, , `Codec`],
|
|
5416
5434
|
configuredInput: [, , `ConfiguredInput`],
|
|
5417
5435
|
latencyMs: [, , `LatencyMs`],
|
|
@@ -6405,6 +6423,14 @@ const de___listOfInputDeviceSummary = (output, context) => {
|
|
|
6405
6423
|
});
|
|
6406
6424
|
return retVal;
|
|
6407
6425
|
};
|
|
6426
|
+
const de___listOfInputDeviceUhdAudioChannelPairConfig = (output, context) => {
|
|
6427
|
+
const retVal = (output || [])
|
|
6428
|
+
.filter((e) => e != null)
|
|
6429
|
+
.map((entry) => {
|
|
6430
|
+
return de_InputDeviceUhdAudioChannelPairConfig(entry, context);
|
|
6431
|
+
});
|
|
6432
|
+
return retVal;
|
|
6433
|
+
};
|
|
6408
6434
|
const de___listOfInputSecurityGroup = (output, context) => {
|
|
6409
6435
|
const retVal = (output || [])
|
|
6410
6436
|
.filter((e) => e != null)
|
|
@@ -7550,9 +7576,16 @@ const de_InputDeviceSummary = (output, context) => {
|
|
|
7550
7576
|
UhdDeviceSettings: [, (_) => de_InputDeviceUhdSettings(_, context), `uhdDeviceSettings`],
|
|
7551
7577
|
});
|
|
7552
7578
|
};
|
|
7579
|
+
const de_InputDeviceUhdAudioChannelPairConfig = (output, context) => {
|
|
7580
|
+
return take(output, {
|
|
7581
|
+
Id: [, __expectInt32, `id`],
|
|
7582
|
+
Profile: [, __expectString, `profile`],
|
|
7583
|
+
});
|
|
7584
|
+
};
|
|
7553
7585
|
const de_InputDeviceUhdSettings = (output, context) => {
|
|
7554
7586
|
return take(output, {
|
|
7555
7587
|
ActiveInput: [, __expectString, `activeInput`],
|
|
7588
|
+
AudioChannelPairs: [, (_) => de___listOfInputDeviceUhdAudioChannelPairConfig(_, context), `audioChannelPairs`],
|
|
7556
7589
|
Codec: [, __expectString, `codec`],
|
|
7557
7590
|
ConfiguredInput: [, __expectString, `configuredInput`],
|
|
7558
7591
|
DeviceState: [, __expectString, `deviceState`],
|
|
@@ -291,15 +291,6 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __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 CreateChannelCommandOutput extends CreateChannelResponse, __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
|
|
@@ -1311,15 +1311,6 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
|
|
|
1311
1311
|
* // Name: "STRING_VALUE", // required
|
|
1312
1312
|
* // },
|
|
1313
1313
|
* // ],
|
|
1314
|
-
* // ColorCorrectionSettings: { // ColorCorrectionSettings
|
|
1315
|
-
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
|
|
1316
|
-
* // { // ColorCorrection
|
|
1317
|
-
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
|
|
1318
|
-
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
|
|
1319
|
-
* // Uri: "STRING_VALUE", // required
|
|
1320
|
-
* // },
|
|
1321
|
-
* // ],
|
|
1322
|
-
* // },
|
|
1323
1314
|
* // FeatureActivations: { // FeatureActivations
|
|
1324
1315
|
* // InputPrepareScheduleActions: "DISABLED" || "ENABLED",
|
|
1325
1316
|
* // OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
|
|
@@ -1899,6 +1890,15 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
|
|
|
1899
1890
|
* // ThumbnailConfiguration: { // ThumbnailConfiguration
|
|
1900
1891
|
* // State: "AUTO" || "DISABLED", // required
|
|
1901
1892
|
* // },
|
|
1893
|
+
* // ColorCorrectionSettings: { // ColorCorrectionSettings
|
|
1894
|
+
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
|
|
1895
|
+
* // { // ColorCorrection
|
|
1896
|
+
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
|
|
1897
|
+
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
|
|
1898
|
+
* // Uri: "STRING_VALUE", // required
|
|
1899
|
+
* // },
|
|
1900
|
+
* // ],
|
|
1901
|
+
* // },
|
|
1902
1902
|
* // },
|
|
1903
1903
|
* // Id: "STRING_VALUE",
|
|
1904
1904
|
* // InputAttachments: [ // __listOfInputAttachment
|
|
@@ -302,15 +302,6 @@ export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __Met
|
|
|
302
302
|
* // Name: "STRING_VALUE", // required
|
|
303
303
|
* // },
|
|
304
304
|
* // ],
|
|
305
|
-
* // ColorCorrectionSettings: { // ColorCorrectionSettings
|
|
306
|
-
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
|
|
307
|
-
* // { // ColorCorrection
|
|
308
|
-
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
|
|
309
|
-
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
|
|
310
|
-
* // Uri: "STRING_VALUE", // required
|
|
311
|
-
* // },
|
|
312
|
-
* // ],
|
|
313
|
-
* // },
|
|
314
305
|
* // FeatureActivations: { // FeatureActivations
|
|
315
306
|
* // InputPrepareScheduleActions: "DISABLED" || "ENABLED",
|
|
316
307
|
* // OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
|
|
@@ -890,6 +881,15 @@ export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __Met
|
|
|
890
881
|
* // ThumbnailConfiguration: { // ThumbnailConfiguration
|
|
891
882
|
* // State: "AUTO" || "DISABLED", // required
|
|
892
883
|
* // },
|
|
884
|
+
* // ColorCorrectionSettings: { // ColorCorrectionSettings
|
|
885
|
+
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
|
|
886
|
+
* // { // ColorCorrection
|
|
887
|
+
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
|
|
888
|
+
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
|
|
889
|
+
* // Uri: "STRING_VALUE", // required
|
|
890
|
+
* // },
|
|
891
|
+
* // ],
|
|
892
|
+
* // },
|
|
893
893
|
* // },
|
|
894
894
|
* // Id: "STRING_VALUE",
|
|
895
895
|
* // InputAttachments: [ // __listOfInputAttachment
|
|
@@ -302,15 +302,6 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
|
|
|
302
302
|
* // Name: "STRING_VALUE", // required
|
|
303
303
|
* // },
|
|
304
304
|
* // ],
|
|
305
|
-
* // ColorCorrectionSettings: { // ColorCorrectionSettings
|
|
306
|
-
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
|
|
307
|
-
* // { // ColorCorrection
|
|
308
|
-
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
|
|
309
|
-
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
|
|
310
|
-
* // Uri: "STRING_VALUE", // required
|
|
311
|
-
* // },
|
|
312
|
-
* // ],
|
|
313
|
-
* // },
|
|
314
305
|
* // FeatureActivations: { // FeatureActivations
|
|
315
306
|
* // InputPrepareScheduleActions: "DISABLED" || "ENABLED",
|
|
316
307
|
* // OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
|
|
@@ -890,6 +881,15 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
|
|
|
890
881
|
* // ThumbnailConfiguration: { // ThumbnailConfiguration
|
|
891
882
|
* // State: "AUTO" || "DISABLED", // required
|
|
892
883
|
* // },
|
|
884
|
+
* // ColorCorrectionSettings: { // ColorCorrectionSettings
|
|
885
|
+
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
|
|
886
|
+
* // { // ColorCorrection
|
|
887
|
+
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
|
|
888
|
+
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
|
|
889
|
+
* // Uri: "STRING_VALUE", // required
|
|
890
|
+
* // },
|
|
891
|
+
* // ],
|
|
892
|
+
* // },
|
|
893
893
|
* // },
|
|
894
894
|
* // Id: "STRING_VALUE",
|
|
895
895
|
* // InputAttachments: [ // __listOfInputAttachment
|
|
@@ -82,6 +82,12 @@ export interface DescribeInputDeviceCommandOutput extends DescribeInputDeviceRes
|
|
|
82
82
|
* // SecretArn: "STRING_VALUE",
|
|
83
83
|
* // SourceName: "STRING_VALUE",
|
|
84
84
|
* // },
|
|
85
|
+
* // AudioChannelPairs: [ // __listOfInputDeviceUhdAudioChannelPairConfig
|
|
86
|
+
* // { // InputDeviceUhdAudioChannelPairConfig
|
|
87
|
+
* // Id: Number("int"),
|
|
88
|
+
* // 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",
|
|
89
|
+
* // },
|
|
90
|
+
* // ],
|
|
85
91
|
* // },
|
|
86
92
|
* // Tags: { // Tags
|
|
87
93
|
* // "<keys>": "STRING_VALUE",
|
|
@@ -2,7 +2,8 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
|
-
import { ListChannelsRequest
|
|
5
|
+
import { ListChannelsRequest } from "../models/models_1";
|
|
6
|
+
import { ListChannelsResponse } from "../models/models_2";
|
|
6
7
|
/**
|
|
7
8
|
* @public
|
|
8
9
|
*/
|
|
@@ -2,8 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
|
-
import { ListInputDeviceTransfersRequest } from "../models/
|
|
6
|
-
import { ListInputDeviceTransfersResponse } from "../models/models_2";
|
|
5
|
+
import { ListInputDeviceTransfersRequest, ListInputDeviceTransfersResponse } from "../models/models_2";
|
|
7
6
|
/**
|
|
8
7
|
* @public
|
|
9
8
|
*/
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
|
-
import { ListInputDevicesRequest, ListInputDevicesResponse } from "../models/
|
|
5
|
+
import { ListInputDevicesRequest, ListInputDevicesResponse } from "../models/models_2";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -85,6 +85,12 @@ export interface ListInputDevicesCommandOutput extends ListInputDevicesResponse,
|
|
|
85
85
|
* // SecretArn: "STRING_VALUE",
|
|
86
86
|
* // SourceName: "STRING_VALUE",
|
|
87
87
|
* // },
|
|
88
|
+
* // AudioChannelPairs: [ // __listOfInputDeviceUhdAudioChannelPairConfig
|
|
89
|
+
* // { // InputDeviceUhdAudioChannelPairConfig
|
|
90
|
+
* // Id: Number("int"),
|
|
91
|
+
* // 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",
|
|
92
|
+
* // },
|
|
93
|
+
* // ],
|
|
88
94
|
* // },
|
|
89
95
|
* // Tags: { // Tags
|
|
90
96
|
* // "<keys>": "STRING_VALUE",
|
|
@@ -302,15 +302,6 @@ export interface StartChannelCommandOutput extends StartChannelResponse, __Metad
|
|
|
302
302
|
* // Name: "STRING_VALUE", // required
|
|
303
303
|
* // },
|
|
304
304
|
* // ],
|
|
305
|
-
* // ColorCorrectionSettings: { // ColorCorrectionSettings
|
|
306
|
-
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
|
|
307
|
-
* // { // ColorCorrection
|
|
308
|
-
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
|
|
309
|
-
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
|
|
310
|
-
* // Uri: "STRING_VALUE", // required
|
|
311
|
-
* // },
|
|
312
|
-
* // ],
|
|
313
|
-
* // },
|
|
314
305
|
* // FeatureActivations: { // FeatureActivations
|
|
315
306
|
* // InputPrepareScheduleActions: "DISABLED" || "ENABLED",
|
|
316
307
|
* // OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
|
|
@@ -890,6 +881,15 @@ export interface StartChannelCommandOutput extends StartChannelResponse, __Metad
|
|
|
890
881
|
* // ThumbnailConfiguration: { // ThumbnailConfiguration
|
|
891
882
|
* // State: "AUTO" || "DISABLED", // required
|
|
892
883
|
* // },
|
|
884
|
+
* // ColorCorrectionSettings: { // ColorCorrectionSettings
|
|
885
|
+
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
|
|
886
|
+
* // { // ColorCorrection
|
|
887
|
+
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
|
|
888
|
+
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
|
|
889
|
+
* // Uri: "STRING_VALUE", // required
|
|
890
|
+
* // },
|
|
891
|
+
* // ],
|
|
892
|
+
* // },
|
|
893
893
|
* // },
|
|
894
894
|
* // Id: "STRING_VALUE",
|
|
895
895
|
* // InputAttachments: [ // __listOfInputAttachment
|
|
@@ -302,15 +302,6 @@ export interface StopChannelCommandOutput extends StopChannelResponse, __Metadat
|
|
|
302
302
|
* // Name: "STRING_VALUE", // required
|
|
303
303
|
* // },
|
|
304
304
|
* // ],
|
|
305
|
-
* // ColorCorrectionSettings: { // ColorCorrectionSettings
|
|
306
|
-
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
|
|
307
|
-
* // { // ColorCorrection
|
|
308
|
-
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
|
|
309
|
-
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
|
|
310
|
-
* // Uri: "STRING_VALUE", // required
|
|
311
|
-
* // },
|
|
312
|
-
* // ],
|
|
313
|
-
* // },
|
|
314
305
|
* // FeatureActivations: { // FeatureActivations
|
|
315
306
|
* // InputPrepareScheduleActions: "DISABLED" || "ENABLED",
|
|
316
307
|
* // OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
|
|
@@ -890,6 +881,15 @@ export interface StopChannelCommandOutput extends StopChannelResponse, __Metadat
|
|
|
890
881
|
* // ThumbnailConfiguration: { // ThumbnailConfiguration
|
|
891
882
|
* // State: "AUTO" || "DISABLED", // required
|
|
892
883
|
* // },
|
|
884
|
+
* // ColorCorrectionSettings: { // ColorCorrectionSettings
|
|
885
|
+
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
|
|
886
|
+
* // { // ColorCorrection
|
|
887
|
+
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
|
|
888
|
+
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
|
|
889
|
+
* // Uri: "STRING_VALUE", // required
|
|
890
|
+
* // },
|
|
891
|
+
* // ],
|
|
892
|
+
* // },
|
|
893
893
|
* // },
|
|
894
894
|
* // Id: "STRING_VALUE",
|
|
895
895
|
* // InputAttachments: [ // __listOfInputAttachment
|
|
@@ -326,15 +326,6 @@ export interface UpdateChannelClassCommandOutput extends UpdateChannelClassRespo
|
|
|
326
326
|
* // Name: "STRING_VALUE", // required
|
|
327
327
|
* // },
|
|
328
328
|
* // ],
|
|
329
|
-
* // ColorCorrectionSettings: { // ColorCorrectionSettings
|
|
330
|
-
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
|
|
331
|
-
* // { // ColorCorrection
|
|
332
|
-
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
|
|
333
|
-
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
|
|
334
|
-
* // Uri: "STRING_VALUE", // required
|
|
335
|
-
* // },
|
|
336
|
-
* // ],
|
|
337
|
-
* // },
|
|
338
329
|
* // FeatureActivations: { // FeatureActivations
|
|
339
330
|
* // InputPrepareScheduleActions: "DISABLED" || "ENABLED",
|
|
340
331
|
* // OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
|
|
@@ -914,6 +905,15 @@ export interface UpdateChannelClassCommandOutput extends UpdateChannelClassRespo
|
|
|
914
905
|
* // ThumbnailConfiguration: { // ThumbnailConfiguration
|
|
915
906
|
* // State: "AUTO" || "DISABLED", // required
|
|
916
907
|
* // },
|
|
908
|
+
* // ColorCorrectionSettings: { // ColorCorrectionSettings
|
|
909
|
+
* // GlobalColorCorrections: [ // __listOfColorCorrection // required
|
|
910
|
+
* // { // ColorCorrection
|
|
911
|
+
* // InputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
|
|
912
|
+
* // OutputColorSpace: "HDR10" || "HLG_2020" || "REC_601" || "REC_709", // required
|
|
913
|
+
* // Uri: "STRING_VALUE", // required
|
|
914
|
+
* // },
|
|
915
|
+
* // ],
|
|
916
|
+
* // },
|
|
917
917
|
* // },
|
|
918
918
|
* // Id: "STRING_VALUE",
|
|
919
919
|
* // InputAttachments: [ // __listOfInputAttachment
|