@aws-sdk/client-medialive 3.714.0 → 3.716.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/README.md +8 -0
- package/dist-cjs/index.js +73 -0
- package/dist-es/MediaLive.js +2 -0
- package/dist-es/commands/ListVersionsCommand.js +22 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +58 -0
- package/dist-types/MediaLive.d.ts +8 -0
- package/dist-types/MediaLiveClient.d.ts +3 -2
- package/dist-types/commands/CreateChannelCommand.d.ts +12 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +8 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +8 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +10 -0
- package/dist-types/commands/ListVersionsCommand.d.ts +98 -0
- package/dist-types/commands/RestartChannelPipelinesCommand.d.ts +8 -0
- package/dist-types/commands/StartChannelCommand.d.ts +8 -0
- package/dist-types/commands/StopChannelCommand.d.ts +8 -0
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +8 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +12 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +26 -11
- package/dist-types/models/models_1.d.ts +17 -17
- package/dist-types/models/models_2.d.ts +96 -2
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/MediaLive.d.ts +18 -0
- package/dist-types/ts3.4/MediaLiveClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/ListVersionsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +6 -3
- package/dist-types/ts3.4/models/models_1.d.ts +5 -5
- package/dist-types/ts3.4/models/models_2.d.ts +24 -1
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -850,6 +850,14 @@ ListTagsForResource
|
|
|
850
850
|
|
|
851
851
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/ListTagsForResourceCommandOutput/)
|
|
852
852
|
|
|
853
|
+
</details>
|
|
854
|
+
<details>
|
|
855
|
+
<summary>
|
|
856
|
+
ListVersions
|
|
857
|
+
</summary>
|
|
858
|
+
|
|
859
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/ListVersionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/ListVersionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/ListVersionsCommandOutput/)
|
|
860
|
+
|
|
853
861
|
</details>
|
|
854
862
|
<details>
|
|
855
863
|
<summary>
|
package/dist-cjs/index.js
CHANGED
|
@@ -315,6 +315,7 @@ __export(src_exports, {
|
|
|
315
315
|
ListReservationsCommand: () => ListReservationsCommand,
|
|
316
316
|
ListSignalMapsCommand: () => ListSignalMapsCommand,
|
|
317
317
|
ListTagsForResourceCommand: () => ListTagsForResourceCommand,
|
|
318
|
+
ListVersionsCommand: () => ListVersionsCommand,
|
|
318
319
|
LogLevel: () => LogLevel,
|
|
319
320
|
M2tsAbsentInputAudioBehavior: () => M2tsAbsentInputAudioBehavior,
|
|
320
321
|
M2tsArib: () => M2tsArib,
|
|
@@ -1724,7 +1725,9 @@ var se_CreateChannelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1724
1725
|
anywhereSettings: [, (_) => se_AnywhereSettings(_, context), `AnywhereSettings`],
|
|
1725
1726
|
cdiInputSpecification: [, (_) => se_CdiInputSpecification(_, context), `CdiInputSpecification`],
|
|
1726
1727
|
channelClass: [, , `ChannelClass`],
|
|
1728
|
+
channelEngineVersion: [, (_) => se_ChannelEngineVersionRequest(_, context), `ChannelEngineVersion`],
|
|
1727
1729
|
destinations: [, (_) => se___listOfOutputDestination(_, context), `Destinations`],
|
|
1730
|
+
dryRun: [, , `DryRun`],
|
|
1728
1731
|
encoderSettings: [, (_) => se_EncoderSettings(_, context), `EncoderSettings`],
|
|
1729
1732
|
inputAttachments: [, (_) => se___listOfInputAttachment(_, context), `InputAttachments`],
|
|
1730
1733
|
inputSpecification: [, (_) => se_InputSpecification(_, context), `InputSpecification`],
|
|
@@ -2675,6 +2678,14 @@ var se_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
2675
2678
|
b.m("GET").h(headers).b(body);
|
|
2676
2679
|
return b.build();
|
|
2677
2680
|
}, "se_ListTagsForResourceCommand");
|
|
2681
|
+
var se_ListVersionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2682
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2683
|
+
const headers = {};
|
|
2684
|
+
b.bp("/prod/versions");
|
|
2685
|
+
let body;
|
|
2686
|
+
b.m("GET").h(headers).b(body);
|
|
2687
|
+
return b.build();
|
|
2688
|
+
}, "se_ListVersionsCommand");
|
|
2678
2689
|
var se_PurchaseOfferingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2679
2690
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2680
2691
|
const headers = {
|
|
@@ -2890,7 +2901,9 @@ var se_UpdateChannelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2890
2901
|
body = JSON.stringify(
|
|
2891
2902
|
(0, import_smithy_client.take)(input, {
|
|
2892
2903
|
cdiInputSpecification: [, (_) => se_CdiInputSpecification(_, context), `CdiInputSpecification`],
|
|
2904
|
+
channelEngineVersion: [, (_) => se_ChannelEngineVersionRequest(_, context), `ChannelEngineVersion`],
|
|
2893
2905
|
destinations: [, (_) => se___listOfOutputDestination(_, context), `Destinations`],
|
|
2906
|
+
dryRun: [, , `DryRun`],
|
|
2894
2907
|
encoderSettings: [, (_) => se_EncoderSettings(_, context), `EncoderSettings`],
|
|
2895
2908
|
inputAttachments: [, (_) => se___listOfInputAttachment(_, context), `InputAttachments`],
|
|
2896
2909
|
inputSpecification: [, (_) => se_InputSpecification(_, context), `InputSpecification`],
|
|
@@ -3622,6 +3635,7 @@ var de_DeleteChannelCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3622
3635
|
Arn: [, import_smithy_client.expectString, `arn`],
|
|
3623
3636
|
CdiInputSpecification: [, (_) => de_CdiInputSpecification(_, context), `cdiInputSpecification`],
|
|
3624
3637
|
ChannelClass: [, import_smithy_client.expectString, `channelClass`],
|
|
3638
|
+
ChannelEngineVersion: [, (_) => de_ChannelEngineVersionResponse(_, context), `channelEngineVersion`],
|
|
3625
3639
|
Destinations: [, (_) => de___listOfOutputDestination(_, context), `destinations`],
|
|
3626
3640
|
EgressEndpoints: [, (_) => de___listOfChannelEgressEndpoint(_, context), `egressEndpoints`],
|
|
3627
3641
|
EncoderSettings: [, (_) => de_EncoderSettings(_, context), `encoderSettings`],
|
|
@@ -3915,6 +3929,7 @@ var de_DescribeChannelCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
3915
3929
|
Arn: [, import_smithy_client.expectString, `arn`],
|
|
3916
3930
|
CdiInputSpecification: [, (_) => de_CdiInputSpecification(_, context), `cdiInputSpecification`],
|
|
3917
3931
|
ChannelClass: [, import_smithy_client.expectString, `channelClass`],
|
|
3932
|
+
ChannelEngineVersion: [, (_) => de_ChannelEngineVersionResponse(_, context), `channelEngineVersion`],
|
|
3918
3933
|
Destinations: [, (_) => de___listOfOutputDestination(_, context), `destinations`],
|
|
3919
3934
|
EgressEndpoints: [, (_) => de___listOfChannelEgressEndpoint(_, context), `egressEndpoints`],
|
|
3920
3935
|
EncoderSettings: [, (_) => de_EncoderSettings(_, context), `encoderSettings`],
|
|
@@ -4672,6 +4687,20 @@ var de_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
4672
4687
|
Object.assign(contents, doc);
|
|
4673
4688
|
return contents;
|
|
4674
4689
|
}, "de_ListTagsForResourceCommand");
|
|
4690
|
+
var de_ListVersionsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4691
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4692
|
+
return de_CommandError(output, context);
|
|
4693
|
+
}
|
|
4694
|
+
const contents = (0, import_smithy_client.map)({
|
|
4695
|
+
$metadata: deserializeMetadata(output)
|
|
4696
|
+
});
|
|
4697
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4698
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4699
|
+
Versions: [, (_) => de___listOfChannelEngineVersionResponse(_, context), `versions`]
|
|
4700
|
+
});
|
|
4701
|
+
Object.assign(contents, doc);
|
|
4702
|
+
return contents;
|
|
4703
|
+
}, "de_ListVersionsCommand");
|
|
4675
4704
|
var de_PurchaseOfferingCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4676
4705
|
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
4677
4706
|
return de_CommandError(output, context);
|
|
@@ -4719,6 +4748,7 @@ var de_RestartChannelPipelinesCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
4719
4748
|
Arn: [, import_smithy_client.expectString, `arn`],
|
|
4720
4749
|
CdiInputSpecification: [, (_) => de_CdiInputSpecification(_, context), `cdiInputSpecification`],
|
|
4721
4750
|
ChannelClass: [, import_smithy_client.expectString, `channelClass`],
|
|
4751
|
+
ChannelEngineVersion: [, (_) => de_ChannelEngineVersionResponse(_, context), `channelEngineVersion`],
|
|
4722
4752
|
Destinations: [, (_) => de___listOfOutputDestination(_, context), `destinations`],
|
|
4723
4753
|
EgressEndpoints: [, (_) => de___listOfChannelEgressEndpoint(_, context), `egressEndpoints`],
|
|
4724
4754
|
EncoderSettings: [, (_) => de_EncoderSettings(_, context), `encoderSettings`],
|
|
@@ -4752,6 +4782,7 @@ var de_StartChannelCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4752
4782
|
Arn: [, import_smithy_client.expectString, `arn`],
|
|
4753
4783
|
CdiInputSpecification: [, (_) => de_CdiInputSpecification(_, context), `cdiInputSpecification`],
|
|
4754
4784
|
ChannelClass: [, import_smithy_client.expectString, `channelClass`],
|
|
4785
|
+
ChannelEngineVersion: [, (_) => de_ChannelEngineVersionResponse(_, context), `channelEngineVersion`],
|
|
4755
4786
|
Destinations: [, (_) => de___listOfOutputDestination(_, context), `destinations`],
|
|
4756
4787
|
EgressEndpoints: [, (_) => de___listOfChannelEgressEndpoint(_, context), `egressEndpoints`],
|
|
4757
4788
|
EncoderSettings: [, (_) => de_EncoderSettings(_, context), `encoderSettings`],
|
|
@@ -4932,6 +4963,7 @@ var de_StopChannelCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4932
4963
|
Arn: [, import_smithy_client.expectString, `arn`],
|
|
4933
4964
|
CdiInputSpecification: [, (_) => de_CdiInputSpecification(_, context), `cdiInputSpecification`],
|
|
4934
4965
|
ChannelClass: [, import_smithy_client.expectString, `channelClass`],
|
|
4966
|
+
ChannelEngineVersion: [, (_) => de_ChannelEngineVersionResponse(_, context), `channelEngineVersion`],
|
|
4935
4967
|
Destinations: [, (_) => de___listOfOutputDestination(_, context), `destinations`],
|
|
4936
4968
|
EgressEndpoints: [, (_) => de___listOfChannelEgressEndpoint(_, context), `egressEndpoints`],
|
|
4937
4969
|
EncoderSettings: [, (_) => de_EncoderSettings(_, context), `encoderSettings`],
|
|
@@ -6048,6 +6080,11 @@ var se_CdiInputSpecification = /* @__PURE__ */ __name((input, context) => {
|
|
|
6048
6080
|
resolution: [, , `Resolution`]
|
|
6049
6081
|
});
|
|
6050
6082
|
}, "se_CdiInputSpecification");
|
|
6083
|
+
var se_ChannelEngineVersionRequest = /* @__PURE__ */ __name((input, context) => {
|
|
6084
|
+
return (0, import_smithy_client.take)(input, {
|
|
6085
|
+
version: [, , `Version`]
|
|
6086
|
+
});
|
|
6087
|
+
}, "se_ChannelEngineVersionRequest");
|
|
6051
6088
|
var se_ClusterNetworkSettingsCreateRequest = /* @__PURE__ */ __name((input, context) => {
|
|
6052
6089
|
return (0, import_smithy_client.take)(input, {
|
|
6053
6090
|
defaultRoute: [, , `DefaultRoute`],
|
|
@@ -7708,6 +7745,12 @@ var de___listOfChannelEgressEndpoint = /* @__PURE__ */ __name((output, context)
|
|
|
7708
7745
|
});
|
|
7709
7746
|
return retVal;
|
|
7710
7747
|
}, "de___listOfChannelEgressEndpoint");
|
|
7748
|
+
var de___listOfChannelEngineVersionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
7749
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
7750
|
+
return de_ChannelEngineVersionResponse(entry, context);
|
|
7751
|
+
});
|
|
7752
|
+
return retVal;
|
|
7753
|
+
}, "de___listOfChannelEngineVersionResponse");
|
|
7711
7754
|
var de___listOfChannelSummary = /* @__PURE__ */ __name((output, context) => {
|
|
7712
7755
|
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
7713
7756
|
return de_ChannelSummary(entry, context);
|
|
@@ -8388,6 +8431,7 @@ var de_Channel = /* @__PURE__ */ __name((output, context) => {
|
|
|
8388
8431
|
Arn: [, import_smithy_client.expectString, `arn`],
|
|
8389
8432
|
CdiInputSpecification: [, (_) => de_CdiInputSpecification(_, context), `cdiInputSpecification`],
|
|
8390
8433
|
ChannelClass: [, import_smithy_client.expectString, `channelClass`],
|
|
8434
|
+
ChannelEngineVersion: [, (_) => de_ChannelEngineVersionResponse(_, context), `channelEngineVersion`],
|
|
8391
8435
|
Destinations: [, (_) => de___listOfOutputDestination(_, context), `destinations`],
|
|
8392
8436
|
EgressEndpoints: [, (_) => de___listOfChannelEgressEndpoint(_, context), `egressEndpoints`],
|
|
8393
8437
|
EncoderSettings: [, (_) => de_EncoderSettings(_, context), `encoderSettings`],
|
|
@@ -8410,12 +8454,19 @@ var de_ChannelEgressEndpoint = /* @__PURE__ */ __name((output, context) => {
|
|
|
8410
8454
|
SourceIp: [, import_smithy_client.expectString, `sourceIp`]
|
|
8411
8455
|
});
|
|
8412
8456
|
}, "de_ChannelEgressEndpoint");
|
|
8457
|
+
var de_ChannelEngineVersionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
8458
|
+
return (0, import_smithy_client.take)(output, {
|
|
8459
|
+
ExpirationDate: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `expirationDate`],
|
|
8460
|
+
Version: [, import_smithy_client.expectString, `version`]
|
|
8461
|
+
});
|
|
8462
|
+
}, "de_ChannelEngineVersionResponse");
|
|
8413
8463
|
var de_ChannelSummary = /* @__PURE__ */ __name((output, context) => {
|
|
8414
8464
|
return (0, import_smithy_client.take)(output, {
|
|
8415
8465
|
AnywhereSettings: [, (_) => de_DescribeAnywhereSettings(_, context), `anywhereSettings`],
|
|
8416
8466
|
Arn: [, import_smithy_client.expectString, `arn`],
|
|
8417
8467
|
CdiInputSpecification: [, (_) => de_CdiInputSpecification(_, context), `cdiInputSpecification`],
|
|
8418
8468
|
ChannelClass: [, import_smithy_client.expectString, `channelClass`],
|
|
8469
|
+
ChannelEngineVersion: [, (_) => de_ChannelEngineVersionResponse(_, context), `channelEngineVersion`],
|
|
8419
8470
|
Destinations: [, (_) => de___listOfOutputDestination(_, context), `destinations`],
|
|
8420
8471
|
EgressEndpoints: [, (_) => de___listOfChannelEgressEndpoint(_, context), `egressEndpoints`],
|
|
8421
8472
|
Id: [, import_smithy_client.expectString, `id`],
|
|
@@ -8428,6 +8479,11 @@ var de_ChannelSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
8428
8479
|
RoleArn: [, import_smithy_client.expectString, `roleArn`],
|
|
8429
8480
|
State: [, import_smithy_client.expectString, `state`],
|
|
8430
8481
|
Tags: [, import_smithy_client._json, `tags`],
|
|
8482
|
+
UsedChannelEngineVersions: [
|
|
8483
|
+
,
|
|
8484
|
+
(_) => de___listOfChannelEngineVersionResponse(_, context),
|
|
8485
|
+
`usedChannelEngineVersions`
|
|
8486
|
+
],
|
|
8431
8487
|
Vpc: [, (_) => de_VpcOutputSettingsDescription(_, context), `vpc`]
|
|
8432
8488
|
});
|
|
8433
8489
|
}, "de_ChannelSummary");
|
|
@@ -9849,6 +9905,7 @@ var de_PipelineDetail = /* @__PURE__ */ __name((output, context) => {
|
|
|
9849
9905
|
ActiveInputSwitchActionName: [, import_smithy_client.expectString, `activeInputSwitchActionName`],
|
|
9850
9906
|
ActiveMotionGraphicsActionName: [, import_smithy_client.expectString, `activeMotionGraphicsActionName`],
|
|
9851
9907
|
ActiveMotionGraphicsUri: [, import_smithy_client.expectString, `activeMotionGraphicsUri`],
|
|
9908
|
+
ChannelEngineVersion: [, (_) => de_ChannelEngineVersionResponse(_, context), `channelEngineVersion`],
|
|
9852
9909
|
PipelineId: [, import_smithy_client.expectString, `pipelineId`]
|
|
9853
9910
|
});
|
|
9854
9911
|
}, "de_PipelineDetail");
|
|
@@ -11622,6 +11679,20 @@ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends impo
|
|
|
11622
11679
|
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
11623
11680
|
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
11624
11681
|
|
|
11682
|
+
// src/commands/ListVersionsCommand.ts
|
|
11683
|
+
|
|
11684
|
+
|
|
11685
|
+
|
|
11686
|
+
var _ListVersionsCommand = class _ListVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11687
|
+
return [
|
|
11688
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11689
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11690
|
+
];
|
|
11691
|
+
}).s("MediaLive", "ListVersions", {}).n("MediaLiveClient", "ListVersionsCommand").f(void 0, void 0).ser(se_ListVersionsCommand).de(de_ListVersionsCommand).build() {
|
|
11692
|
+
};
|
|
11693
|
+
__name(_ListVersionsCommand, "ListVersionsCommand");
|
|
11694
|
+
var ListVersionsCommand = _ListVersionsCommand;
|
|
11695
|
+
|
|
11625
11696
|
// src/commands/PurchaseOfferingCommand.ts
|
|
11626
11697
|
|
|
11627
11698
|
|
|
@@ -12167,6 +12238,7 @@ var commands = {
|
|
|
12167
12238
|
ListReservationsCommand,
|
|
12168
12239
|
ListSignalMapsCommand,
|
|
12169
12240
|
ListTagsForResourceCommand,
|
|
12241
|
+
ListVersionsCommand,
|
|
12170
12242
|
PurchaseOfferingCommand,
|
|
12171
12243
|
RebootInputDeviceCommand,
|
|
12172
12244
|
RejectInputDeviceTransferCommand,
|
|
@@ -14282,6 +14354,7 @@ var M2tsTimedMetadataBehavior = {
|
|
|
14282
14354
|
ListReservationsCommand,
|
|
14283
14355
|
ListSignalMapsCommand,
|
|
14284
14356
|
ListTagsForResourceCommand,
|
|
14357
|
+
ListVersionsCommand,
|
|
14285
14358
|
PurchaseOfferingCommand,
|
|
14286
14359
|
RebootInputDeviceCommand,
|
|
14287
14360
|
RejectInputDeviceTransferCommand,
|
package/dist-es/MediaLive.js
CHANGED
|
@@ -80,6 +80,7 @@ import { ListOfferingsCommand, } from "./commands/ListOfferingsCommand";
|
|
|
80
80
|
import { ListReservationsCommand, } from "./commands/ListReservationsCommand";
|
|
81
81
|
import { ListSignalMapsCommand, } from "./commands/ListSignalMapsCommand";
|
|
82
82
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
83
|
+
import { ListVersionsCommand, } from "./commands/ListVersionsCommand";
|
|
83
84
|
import { PurchaseOfferingCommand, } from "./commands/PurchaseOfferingCommand";
|
|
84
85
|
import { RebootInputDeviceCommand, } from "./commands/RebootInputDeviceCommand";
|
|
85
86
|
import { RejectInputDeviceTransferCommand, } from "./commands/RejectInputDeviceTransferCommand";
|
|
@@ -196,6 +197,7 @@ const commands = {
|
|
|
196
197
|
ListReservationsCommand,
|
|
197
198
|
ListSignalMapsCommand,
|
|
198
199
|
ListTagsForResourceCommand,
|
|
200
|
+
ListVersionsCommand,
|
|
199
201
|
PurchaseOfferingCommand,
|
|
200
202
|
RebootInputDeviceCommand,
|
|
201
203
|
RejectInputDeviceTransferCommand,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListVersionsCommand, se_ListVersionsCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListVersionsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("MediaLive", "ListVersions", {})
|
|
17
|
+
.n("MediaLiveClient", "ListVersionsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListVersionsCommand)
|
|
20
|
+
.de(de_ListVersionsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -79,6 +79,7 @@ export * from "./ListOfferingsCommand";
|
|
|
79
79
|
export * from "./ListReservationsCommand";
|
|
80
80
|
export * from "./ListSignalMapsCommand";
|
|
81
81
|
export * from "./ListTagsForResourceCommand";
|
|
82
|
+
export * from "./ListVersionsCommand";
|
|
82
83
|
export * from "./PurchaseOfferingCommand";
|
|
83
84
|
export * from "./RebootInputDeviceCommand";
|
|
84
85
|
export * from "./RejectInputDeviceTransferCommand";
|
|
@@ -105,7 +105,9 @@ export const se_CreateChannelCommand = async (input, context) => {
|
|
|
105
105
|
anywhereSettings: [, (_) => se_AnywhereSettings(_, context), `AnywhereSettings`],
|
|
106
106
|
cdiInputSpecification: [, (_) => se_CdiInputSpecification(_, context), `CdiInputSpecification`],
|
|
107
107
|
channelClass: [, , `ChannelClass`],
|
|
108
|
+
channelEngineVersion: [, (_) => se_ChannelEngineVersionRequest(_, context), `ChannelEngineVersion`],
|
|
108
109
|
destinations: [, (_) => se___listOfOutputDestination(_, context), `Destinations`],
|
|
110
|
+
dryRun: [, , `DryRun`],
|
|
109
111
|
encoderSettings: [, (_) => se_EncoderSettings(_, context), `EncoderSettings`],
|
|
110
112
|
inputAttachments: [, (_) => se___listOfInputAttachment(_, context), `InputAttachments`],
|
|
111
113
|
inputSpecification: [, (_) => se_InputSpecification(_, context), `InputSpecification`],
|
|
@@ -1023,6 +1025,14 @@ export const se_ListTagsForResourceCommand = async (input, context) => {
|
|
|
1023
1025
|
b.m("GET").h(headers).b(body);
|
|
1024
1026
|
return b.build();
|
|
1025
1027
|
};
|
|
1028
|
+
export const se_ListVersionsCommand = async (input, context) => {
|
|
1029
|
+
const b = rb(input, context);
|
|
1030
|
+
const headers = {};
|
|
1031
|
+
b.bp("/prod/versions");
|
|
1032
|
+
let body;
|
|
1033
|
+
b.m("GET").h(headers).b(body);
|
|
1034
|
+
return b.build();
|
|
1035
|
+
};
|
|
1026
1036
|
export const se_PurchaseOfferingCommand = async (input, context) => {
|
|
1027
1037
|
const b = rb(input, context);
|
|
1028
1038
|
const headers = {
|
|
@@ -1223,7 +1233,9 @@ export const se_UpdateChannelCommand = async (input, context) => {
|
|
|
1223
1233
|
let body;
|
|
1224
1234
|
body = JSON.stringify(take(input, {
|
|
1225
1235
|
cdiInputSpecification: [, (_) => se_CdiInputSpecification(_, context), `CdiInputSpecification`],
|
|
1236
|
+
channelEngineVersion: [, (_) => se_ChannelEngineVersionRequest(_, context), `ChannelEngineVersion`],
|
|
1226
1237
|
destinations: [, (_) => se___listOfOutputDestination(_, context), `Destinations`],
|
|
1238
|
+
dryRun: [, , `DryRun`],
|
|
1227
1239
|
encoderSettings: [, (_) => se_EncoderSettings(_, context), `EncoderSettings`],
|
|
1228
1240
|
inputAttachments: [, (_) => se___listOfInputAttachment(_, context), `InputAttachments`],
|
|
1229
1241
|
inputSpecification: [, (_) => se_InputSpecification(_, context), `InputSpecification`],
|
|
@@ -1922,6 +1934,7 @@ export const de_DeleteChannelCommand = async (output, context) => {
|
|
|
1922
1934
|
Arn: [, __expectString, `arn`],
|
|
1923
1935
|
CdiInputSpecification: [, (_) => de_CdiInputSpecification(_, context), `cdiInputSpecification`],
|
|
1924
1936
|
ChannelClass: [, __expectString, `channelClass`],
|
|
1937
|
+
ChannelEngineVersion: [, (_) => de_ChannelEngineVersionResponse(_, context), `channelEngineVersion`],
|
|
1925
1938
|
Destinations: [, (_) => de___listOfOutputDestination(_, context), `destinations`],
|
|
1926
1939
|
EgressEndpoints: [, (_) => de___listOfChannelEgressEndpoint(_, context), `egressEndpoints`],
|
|
1927
1940
|
EncoderSettings: [, (_) => de_EncoderSettings(_, context), `encoderSettings`],
|
|
@@ -2215,6 +2228,7 @@ export const de_DescribeChannelCommand = async (output, context) => {
|
|
|
2215
2228
|
Arn: [, __expectString, `arn`],
|
|
2216
2229
|
CdiInputSpecification: [, (_) => de_CdiInputSpecification(_, context), `cdiInputSpecification`],
|
|
2217
2230
|
ChannelClass: [, __expectString, `channelClass`],
|
|
2231
|
+
ChannelEngineVersion: [, (_) => de_ChannelEngineVersionResponse(_, context), `channelEngineVersion`],
|
|
2218
2232
|
Destinations: [, (_) => de___listOfOutputDestination(_, context), `destinations`],
|
|
2219
2233
|
EgressEndpoints: [, (_) => de___listOfChannelEgressEndpoint(_, context), `egressEndpoints`],
|
|
2220
2234
|
EncoderSettings: [, (_) => de_EncoderSettings(_, context), `encoderSettings`],
|
|
@@ -2972,6 +2986,20 @@ export const de_ListTagsForResourceCommand = async (output, context) => {
|
|
|
2972
2986
|
Object.assign(contents, doc);
|
|
2973
2987
|
return contents;
|
|
2974
2988
|
};
|
|
2989
|
+
export const de_ListVersionsCommand = async (output, context) => {
|
|
2990
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2991
|
+
return de_CommandError(output, context);
|
|
2992
|
+
}
|
|
2993
|
+
const contents = map({
|
|
2994
|
+
$metadata: deserializeMetadata(output),
|
|
2995
|
+
});
|
|
2996
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
2997
|
+
const doc = take(data, {
|
|
2998
|
+
Versions: [, (_) => de___listOfChannelEngineVersionResponse(_, context), `versions`],
|
|
2999
|
+
});
|
|
3000
|
+
Object.assign(contents, doc);
|
|
3001
|
+
return contents;
|
|
3002
|
+
};
|
|
2975
3003
|
export const de_PurchaseOfferingCommand = async (output, context) => {
|
|
2976
3004
|
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
2977
3005
|
return de_CommandError(output, context);
|
|
@@ -3019,6 +3047,7 @@ export const de_RestartChannelPipelinesCommand = async (output, context) => {
|
|
|
3019
3047
|
Arn: [, __expectString, `arn`],
|
|
3020
3048
|
CdiInputSpecification: [, (_) => de_CdiInputSpecification(_, context), `cdiInputSpecification`],
|
|
3021
3049
|
ChannelClass: [, __expectString, `channelClass`],
|
|
3050
|
+
ChannelEngineVersion: [, (_) => de_ChannelEngineVersionResponse(_, context), `channelEngineVersion`],
|
|
3022
3051
|
Destinations: [, (_) => de___listOfOutputDestination(_, context), `destinations`],
|
|
3023
3052
|
EgressEndpoints: [, (_) => de___listOfChannelEgressEndpoint(_, context), `egressEndpoints`],
|
|
3024
3053
|
EncoderSettings: [, (_) => de_EncoderSettings(_, context), `encoderSettings`],
|
|
@@ -3052,6 +3081,7 @@ export const de_StartChannelCommand = async (output, context) => {
|
|
|
3052
3081
|
Arn: [, __expectString, `arn`],
|
|
3053
3082
|
CdiInputSpecification: [, (_) => de_CdiInputSpecification(_, context), `cdiInputSpecification`],
|
|
3054
3083
|
ChannelClass: [, __expectString, `channelClass`],
|
|
3084
|
+
ChannelEngineVersion: [, (_) => de_ChannelEngineVersionResponse(_, context), `channelEngineVersion`],
|
|
3055
3085
|
Destinations: [, (_) => de___listOfOutputDestination(_, context), `destinations`],
|
|
3056
3086
|
EgressEndpoints: [, (_) => de___listOfChannelEgressEndpoint(_, context), `egressEndpoints`],
|
|
3057
3087
|
EncoderSettings: [, (_) => de_EncoderSettings(_, context), `encoderSettings`],
|
|
@@ -3232,6 +3262,7 @@ export const de_StopChannelCommand = async (output, context) => {
|
|
|
3232
3262
|
Arn: [, __expectString, `arn`],
|
|
3233
3263
|
CdiInputSpecification: [, (_) => de_CdiInputSpecification(_, context), `cdiInputSpecification`],
|
|
3234
3264
|
ChannelClass: [, __expectString, `channelClass`],
|
|
3265
|
+
ChannelEngineVersion: [, (_) => de_ChannelEngineVersionResponse(_, context), `channelEngineVersion`],
|
|
3235
3266
|
Destinations: [, (_) => de___listOfOutputDestination(_, context), `destinations`],
|
|
3236
3267
|
EgressEndpoints: [, (_) => de___listOfChannelEgressEndpoint(_, context), `egressEndpoints`],
|
|
3237
3268
|
EncoderSettings: [, (_) => de_EncoderSettings(_, context), `encoderSettings`],
|
|
@@ -4430,6 +4461,11 @@ const se_CdiInputSpecification = (input, context) => {
|
|
|
4430
4461
|
resolution: [, , `Resolution`],
|
|
4431
4462
|
});
|
|
4432
4463
|
};
|
|
4464
|
+
const se_ChannelEngineVersionRequest = (input, context) => {
|
|
4465
|
+
return take(input, {
|
|
4466
|
+
version: [, , `Version`],
|
|
4467
|
+
});
|
|
4468
|
+
};
|
|
4433
4469
|
const se_ClusterNetworkSettingsCreateRequest = (input, context) => {
|
|
4434
4470
|
return take(input, {
|
|
4435
4471
|
defaultRoute: [, , `DefaultRoute`],
|
|
@@ -6110,6 +6146,14 @@ const de___listOfChannelEgressEndpoint = (output, context) => {
|
|
|
6110
6146
|
});
|
|
6111
6147
|
return retVal;
|
|
6112
6148
|
};
|
|
6149
|
+
const de___listOfChannelEngineVersionResponse = (output, context) => {
|
|
6150
|
+
const retVal = (output || [])
|
|
6151
|
+
.filter((e) => e != null)
|
|
6152
|
+
.map((entry) => {
|
|
6153
|
+
return de_ChannelEngineVersionResponse(entry, context);
|
|
6154
|
+
});
|
|
6155
|
+
return retVal;
|
|
6156
|
+
};
|
|
6113
6157
|
const de___listOfChannelSummary = (output, context) => {
|
|
6114
6158
|
const retVal = (output || [])
|
|
6115
6159
|
.filter((e) => e != null)
|
|
@@ -6896,6 +6940,7 @@ const de_Channel = (output, context) => {
|
|
|
6896
6940
|
Arn: [, __expectString, `arn`],
|
|
6897
6941
|
CdiInputSpecification: [, (_) => de_CdiInputSpecification(_, context), `cdiInputSpecification`],
|
|
6898
6942
|
ChannelClass: [, __expectString, `channelClass`],
|
|
6943
|
+
ChannelEngineVersion: [, (_) => de_ChannelEngineVersionResponse(_, context), `channelEngineVersion`],
|
|
6899
6944
|
Destinations: [, (_) => de___listOfOutputDestination(_, context), `destinations`],
|
|
6900
6945
|
EgressEndpoints: [, (_) => de___listOfChannelEgressEndpoint(_, context), `egressEndpoints`],
|
|
6901
6946
|
EncoderSettings: [, (_) => de_EncoderSettings(_, context), `encoderSettings`],
|
|
@@ -6918,12 +6963,19 @@ const de_ChannelEgressEndpoint = (output, context) => {
|
|
|
6918
6963
|
SourceIp: [, __expectString, `sourceIp`],
|
|
6919
6964
|
});
|
|
6920
6965
|
};
|
|
6966
|
+
const de_ChannelEngineVersionResponse = (output, context) => {
|
|
6967
|
+
return take(output, {
|
|
6968
|
+
ExpirationDate: [, (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)), `expirationDate`],
|
|
6969
|
+
Version: [, __expectString, `version`],
|
|
6970
|
+
});
|
|
6971
|
+
};
|
|
6921
6972
|
const de_ChannelSummary = (output, context) => {
|
|
6922
6973
|
return take(output, {
|
|
6923
6974
|
AnywhereSettings: [, (_) => de_DescribeAnywhereSettings(_, context), `anywhereSettings`],
|
|
6924
6975
|
Arn: [, __expectString, `arn`],
|
|
6925
6976
|
CdiInputSpecification: [, (_) => de_CdiInputSpecification(_, context), `cdiInputSpecification`],
|
|
6926
6977
|
ChannelClass: [, __expectString, `channelClass`],
|
|
6978
|
+
ChannelEngineVersion: [, (_) => de_ChannelEngineVersionResponse(_, context), `channelEngineVersion`],
|
|
6927
6979
|
Destinations: [, (_) => de___listOfOutputDestination(_, context), `destinations`],
|
|
6928
6980
|
EgressEndpoints: [, (_) => de___listOfChannelEgressEndpoint(_, context), `egressEndpoints`],
|
|
6929
6981
|
Id: [, __expectString, `id`],
|
|
@@ -6936,6 +6988,11 @@ const de_ChannelSummary = (output, context) => {
|
|
|
6936
6988
|
RoleArn: [, __expectString, `roleArn`],
|
|
6937
6989
|
State: [, __expectString, `state`],
|
|
6938
6990
|
Tags: [, _json, `tags`],
|
|
6991
|
+
UsedChannelEngineVersions: [
|
|
6992
|
+
,
|
|
6993
|
+
(_) => de___listOfChannelEngineVersionResponse(_, context),
|
|
6994
|
+
`usedChannelEngineVersions`,
|
|
6995
|
+
],
|
|
6939
6996
|
Vpc: [, (_) => de_VpcOutputSettingsDescription(_, context), `vpc`],
|
|
6940
6997
|
});
|
|
6941
6998
|
};
|
|
@@ -8357,6 +8414,7 @@ const de_PipelineDetail = (output, context) => {
|
|
|
8357
8414
|
ActiveInputSwitchActionName: [, __expectString, `activeInputSwitchActionName`],
|
|
8358
8415
|
ActiveMotionGraphicsActionName: [, __expectString, `activeMotionGraphicsActionName`],
|
|
8359
8416
|
ActiveMotionGraphicsUri: [, __expectString, `activeMotionGraphicsUri`],
|
|
8417
|
+
ChannelEngineVersion: [, (_) => de_ChannelEngineVersionResponse(_, context), `channelEngineVersion`],
|
|
8360
8418
|
PipelineId: [, __expectString, `pipelineId`],
|
|
8361
8419
|
});
|
|
8362
8420
|
};
|
|
@@ -80,6 +80,7 @@ import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "./command
|
|
|
80
80
|
import { ListReservationsCommandInput, ListReservationsCommandOutput } from "./commands/ListReservationsCommand";
|
|
81
81
|
import { ListSignalMapsCommandInput, ListSignalMapsCommandOutput } from "./commands/ListSignalMapsCommand";
|
|
82
82
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
83
|
+
import { ListVersionsCommandInput, ListVersionsCommandOutput } from "./commands/ListVersionsCommand";
|
|
83
84
|
import { PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput } from "./commands/PurchaseOfferingCommand";
|
|
84
85
|
import { RebootInputDeviceCommandInput, RebootInputDeviceCommandOutput } from "./commands/RebootInputDeviceCommand";
|
|
85
86
|
import { RejectInputDeviceTransferCommandInput, RejectInputDeviceTransferCommandOutput } from "./commands/RejectInputDeviceTransferCommand";
|
|
@@ -625,6 +626,13 @@ export interface MediaLive {
|
|
|
625
626
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
626
627
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
627
628
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
629
|
+
/**
|
|
630
|
+
* @see {@link ListVersionsCommand}
|
|
631
|
+
*/
|
|
632
|
+
listVersions(): Promise<ListVersionsCommandOutput>;
|
|
633
|
+
listVersions(args: ListVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListVersionsCommandOutput>;
|
|
634
|
+
listVersions(args: ListVersionsCommandInput, cb: (err: any, data?: ListVersionsCommandOutput) => void): void;
|
|
635
|
+
listVersions(args: ListVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVersionsCommandOutput) => void): void;
|
|
628
636
|
/**
|
|
629
637
|
* @see {@link PurchaseOfferingCommand}
|
|
630
638
|
*/
|
|
@@ -88,6 +88,7 @@ import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "./command
|
|
|
88
88
|
import { ListReservationsCommandInput, ListReservationsCommandOutput } from "./commands/ListReservationsCommand";
|
|
89
89
|
import { ListSignalMapsCommandInput, ListSignalMapsCommandOutput } from "./commands/ListSignalMapsCommand";
|
|
90
90
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
91
|
+
import { ListVersionsCommandInput, ListVersionsCommandOutput } from "./commands/ListVersionsCommand";
|
|
91
92
|
import { PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput } from "./commands/PurchaseOfferingCommand";
|
|
92
93
|
import { RebootInputDeviceCommandInput, RebootInputDeviceCommandOutput } from "./commands/RebootInputDeviceCommand";
|
|
93
94
|
import { RejectInputDeviceTransferCommandInput, RejectInputDeviceTransferCommandOutput } from "./commands/RejectInputDeviceTransferCommand";
|
|
@@ -127,11 +128,11 @@ export { __Client };
|
|
|
127
128
|
/**
|
|
128
129
|
* @public
|
|
129
130
|
*/
|
|
130
|
-
export type ServiceInputTypes = AcceptInputDeviceTransferCommandInput | BatchDeleteCommandInput | BatchStartCommandInput | BatchStopCommandInput | BatchUpdateScheduleCommandInput | CancelInputDeviceTransferCommandInput | ClaimDeviceCommandInput | CreateChannelCommandInput | CreateChannelPlacementGroupCommandInput | CreateCloudWatchAlarmTemplateCommandInput | CreateCloudWatchAlarmTemplateGroupCommandInput | CreateClusterCommandInput | CreateEventBridgeRuleTemplateCommandInput | CreateEventBridgeRuleTemplateGroupCommandInput | CreateInputCommandInput | CreateInputSecurityGroupCommandInput | CreateMultiplexCommandInput | CreateMultiplexProgramCommandInput | CreateNetworkCommandInput | CreateNodeCommandInput | CreateNodeRegistrationScriptCommandInput | CreatePartnerInputCommandInput | CreateSignalMapCommandInput | CreateTagsCommandInput | DeleteChannelCommandInput | DeleteChannelPlacementGroupCommandInput | DeleteCloudWatchAlarmTemplateCommandInput | DeleteCloudWatchAlarmTemplateGroupCommandInput | DeleteClusterCommandInput | DeleteEventBridgeRuleTemplateCommandInput | DeleteEventBridgeRuleTemplateGroupCommandInput | DeleteInputCommandInput | DeleteInputSecurityGroupCommandInput | DeleteMultiplexCommandInput | DeleteMultiplexProgramCommandInput | DeleteNetworkCommandInput | DeleteNodeCommandInput | DeleteReservationCommandInput | DeleteScheduleCommandInput | DeleteSignalMapCommandInput | DeleteTagsCommandInput | DescribeAccountConfigurationCommandInput | DescribeChannelCommandInput | DescribeChannelPlacementGroupCommandInput | DescribeClusterCommandInput | DescribeInputCommandInput | DescribeInputDeviceCommandInput | DescribeInputDeviceThumbnailCommandInput | DescribeInputSecurityGroupCommandInput | DescribeMultiplexCommandInput | DescribeMultiplexProgramCommandInput | DescribeNetworkCommandInput | DescribeNodeCommandInput | DescribeOfferingCommandInput | DescribeReservationCommandInput | DescribeScheduleCommandInput | DescribeThumbnailsCommandInput | GetCloudWatchAlarmTemplateCommandInput | GetCloudWatchAlarmTemplateGroupCommandInput | GetEventBridgeRuleTemplateCommandInput | GetEventBridgeRuleTemplateGroupCommandInput | GetSignalMapCommandInput | ListChannelPlacementGroupsCommandInput | ListChannelsCommandInput | ListCloudWatchAlarmTemplateGroupsCommandInput | ListCloudWatchAlarmTemplatesCommandInput | ListClustersCommandInput | ListEventBridgeRuleTemplateGroupsCommandInput | ListEventBridgeRuleTemplatesCommandInput | ListInputDeviceTransfersCommandInput | ListInputDevicesCommandInput | ListInputSecurityGroupsCommandInput | ListInputsCommandInput | ListMultiplexProgramsCommandInput | ListMultiplexesCommandInput | ListNetworksCommandInput | ListNodesCommandInput | ListOfferingsCommandInput | ListReservationsCommandInput | ListSignalMapsCommandInput | ListTagsForResourceCommandInput | PurchaseOfferingCommandInput | RebootInputDeviceCommandInput | RejectInputDeviceTransferCommandInput | RestartChannelPipelinesCommandInput | StartChannelCommandInput | StartDeleteMonitorDeploymentCommandInput | StartInputDeviceCommandInput | StartInputDeviceMaintenanceWindowCommandInput | StartMonitorDeploymentCommandInput | StartMultiplexCommandInput | StartUpdateSignalMapCommandInput | StopChannelCommandInput | StopInputDeviceCommandInput | StopMultiplexCommandInput | TransferInputDeviceCommandInput | UpdateAccountConfigurationCommandInput | UpdateChannelClassCommandInput | UpdateChannelCommandInput | UpdateChannelPlacementGroupCommandInput | UpdateCloudWatchAlarmTemplateCommandInput | UpdateCloudWatchAlarmTemplateGroupCommandInput | UpdateClusterCommandInput | UpdateEventBridgeRuleTemplateCommandInput | UpdateEventBridgeRuleTemplateGroupCommandInput | UpdateInputCommandInput | UpdateInputDeviceCommandInput | UpdateInputSecurityGroupCommandInput | UpdateMultiplexCommandInput | UpdateMultiplexProgramCommandInput | UpdateNetworkCommandInput | UpdateNodeCommandInput | UpdateNodeStateCommandInput | UpdateReservationCommandInput;
|
|
131
|
+
export type ServiceInputTypes = AcceptInputDeviceTransferCommandInput | BatchDeleteCommandInput | BatchStartCommandInput | BatchStopCommandInput | BatchUpdateScheduleCommandInput | CancelInputDeviceTransferCommandInput | ClaimDeviceCommandInput | CreateChannelCommandInput | CreateChannelPlacementGroupCommandInput | CreateCloudWatchAlarmTemplateCommandInput | CreateCloudWatchAlarmTemplateGroupCommandInput | CreateClusterCommandInput | CreateEventBridgeRuleTemplateCommandInput | CreateEventBridgeRuleTemplateGroupCommandInput | CreateInputCommandInput | CreateInputSecurityGroupCommandInput | CreateMultiplexCommandInput | CreateMultiplexProgramCommandInput | CreateNetworkCommandInput | CreateNodeCommandInput | CreateNodeRegistrationScriptCommandInput | CreatePartnerInputCommandInput | CreateSignalMapCommandInput | CreateTagsCommandInput | DeleteChannelCommandInput | DeleteChannelPlacementGroupCommandInput | DeleteCloudWatchAlarmTemplateCommandInput | DeleteCloudWatchAlarmTemplateGroupCommandInput | DeleteClusterCommandInput | DeleteEventBridgeRuleTemplateCommandInput | DeleteEventBridgeRuleTemplateGroupCommandInput | DeleteInputCommandInput | DeleteInputSecurityGroupCommandInput | DeleteMultiplexCommandInput | DeleteMultiplexProgramCommandInput | DeleteNetworkCommandInput | DeleteNodeCommandInput | DeleteReservationCommandInput | DeleteScheduleCommandInput | DeleteSignalMapCommandInput | DeleteTagsCommandInput | DescribeAccountConfigurationCommandInput | DescribeChannelCommandInput | DescribeChannelPlacementGroupCommandInput | DescribeClusterCommandInput | DescribeInputCommandInput | DescribeInputDeviceCommandInput | DescribeInputDeviceThumbnailCommandInput | DescribeInputSecurityGroupCommandInput | DescribeMultiplexCommandInput | DescribeMultiplexProgramCommandInput | DescribeNetworkCommandInput | DescribeNodeCommandInput | DescribeOfferingCommandInput | DescribeReservationCommandInput | DescribeScheduleCommandInput | DescribeThumbnailsCommandInput | GetCloudWatchAlarmTemplateCommandInput | GetCloudWatchAlarmTemplateGroupCommandInput | GetEventBridgeRuleTemplateCommandInput | GetEventBridgeRuleTemplateGroupCommandInput | GetSignalMapCommandInput | ListChannelPlacementGroupsCommandInput | ListChannelsCommandInput | ListCloudWatchAlarmTemplateGroupsCommandInput | ListCloudWatchAlarmTemplatesCommandInput | ListClustersCommandInput | ListEventBridgeRuleTemplateGroupsCommandInput | ListEventBridgeRuleTemplatesCommandInput | ListInputDeviceTransfersCommandInput | ListInputDevicesCommandInput | ListInputSecurityGroupsCommandInput | ListInputsCommandInput | ListMultiplexProgramsCommandInput | ListMultiplexesCommandInput | ListNetworksCommandInput | ListNodesCommandInput | ListOfferingsCommandInput | ListReservationsCommandInput | ListSignalMapsCommandInput | ListTagsForResourceCommandInput | ListVersionsCommandInput | PurchaseOfferingCommandInput | RebootInputDeviceCommandInput | RejectInputDeviceTransferCommandInput | RestartChannelPipelinesCommandInput | StartChannelCommandInput | StartDeleteMonitorDeploymentCommandInput | StartInputDeviceCommandInput | StartInputDeviceMaintenanceWindowCommandInput | StartMonitorDeploymentCommandInput | StartMultiplexCommandInput | StartUpdateSignalMapCommandInput | StopChannelCommandInput | StopInputDeviceCommandInput | StopMultiplexCommandInput | TransferInputDeviceCommandInput | UpdateAccountConfigurationCommandInput | UpdateChannelClassCommandInput | UpdateChannelCommandInput | UpdateChannelPlacementGroupCommandInput | UpdateCloudWatchAlarmTemplateCommandInput | UpdateCloudWatchAlarmTemplateGroupCommandInput | UpdateClusterCommandInput | UpdateEventBridgeRuleTemplateCommandInput | UpdateEventBridgeRuleTemplateGroupCommandInput | UpdateInputCommandInput | UpdateInputDeviceCommandInput | UpdateInputSecurityGroupCommandInput | UpdateMultiplexCommandInput | UpdateMultiplexProgramCommandInput | UpdateNetworkCommandInput | UpdateNodeCommandInput | UpdateNodeStateCommandInput | UpdateReservationCommandInput;
|
|
131
132
|
/**
|
|
132
133
|
* @public
|
|
133
134
|
*/
|
|
134
|
-
export type ServiceOutputTypes = AcceptInputDeviceTransferCommandOutput | BatchDeleteCommandOutput | BatchStartCommandOutput | BatchStopCommandOutput | BatchUpdateScheduleCommandOutput | CancelInputDeviceTransferCommandOutput | ClaimDeviceCommandOutput | CreateChannelCommandOutput | CreateChannelPlacementGroupCommandOutput | CreateCloudWatchAlarmTemplateCommandOutput | CreateCloudWatchAlarmTemplateGroupCommandOutput | CreateClusterCommandOutput | CreateEventBridgeRuleTemplateCommandOutput | CreateEventBridgeRuleTemplateGroupCommandOutput | CreateInputCommandOutput | CreateInputSecurityGroupCommandOutput | CreateMultiplexCommandOutput | CreateMultiplexProgramCommandOutput | CreateNetworkCommandOutput | CreateNodeCommandOutput | CreateNodeRegistrationScriptCommandOutput | CreatePartnerInputCommandOutput | CreateSignalMapCommandOutput | CreateTagsCommandOutput | DeleteChannelCommandOutput | DeleteChannelPlacementGroupCommandOutput | DeleteCloudWatchAlarmTemplateCommandOutput | DeleteCloudWatchAlarmTemplateGroupCommandOutput | DeleteClusterCommandOutput | DeleteEventBridgeRuleTemplateCommandOutput | DeleteEventBridgeRuleTemplateGroupCommandOutput | DeleteInputCommandOutput | DeleteInputSecurityGroupCommandOutput | DeleteMultiplexCommandOutput | DeleteMultiplexProgramCommandOutput | DeleteNetworkCommandOutput | DeleteNodeCommandOutput | DeleteReservationCommandOutput | DeleteScheduleCommandOutput | DeleteSignalMapCommandOutput | DeleteTagsCommandOutput | DescribeAccountConfigurationCommandOutput | DescribeChannelCommandOutput | DescribeChannelPlacementGroupCommandOutput | DescribeClusterCommandOutput | DescribeInputCommandOutput | DescribeInputDeviceCommandOutput | DescribeInputDeviceThumbnailCommandOutput | DescribeInputSecurityGroupCommandOutput | DescribeMultiplexCommandOutput | DescribeMultiplexProgramCommandOutput | DescribeNetworkCommandOutput | DescribeNodeCommandOutput | DescribeOfferingCommandOutput | DescribeReservationCommandOutput | DescribeScheduleCommandOutput | DescribeThumbnailsCommandOutput | GetCloudWatchAlarmTemplateCommandOutput | GetCloudWatchAlarmTemplateGroupCommandOutput | GetEventBridgeRuleTemplateCommandOutput | GetEventBridgeRuleTemplateGroupCommandOutput | GetSignalMapCommandOutput | ListChannelPlacementGroupsCommandOutput | ListChannelsCommandOutput | ListCloudWatchAlarmTemplateGroupsCommandOutput | ListCloudWatchAlarmTemplatesCommandOutput | ListClustersCommandOutput | ListEventBridgeRuleTemplateGroupsCommandOutput | ListEventBridgeRuleTemplatesCommandOutput | ListInputDeviceTransfersCommandOutput | ListInputDevicesCommandOutput | ListInputSecurityGroupsCommandOutput | ListInputsCommandOutput | ListMultiplexProgramsCommandOutput | ListMultiplexesCommandOutput | ListNetworksCommandOutput | ListNodesCommandOutput | ListOfferingsCommandOutput | ListReservationsCommandOutput | ListSignalMapsCommandOutput | ListTagsForResourceCommandOutput | PurchaseOfferingCommandOutput | RebootInputDeviceCommandOutput | RejectInputDeviceTransferCommandOutput | RestartChannelPipelinesCommandOutput | StartChannelCommandOutput | StartDeleteMonitorDeploymentCommandOutput | StartInputDeviceCommandOutput | StartInputDeviceMaintenanceWindowCommandOutput | StartMonitorDeploymentCommandOutput | StartMultiplexCommandOutput | StartUpdateSignalMapCommandOutput | StopChannelCommandOutput | StopInputDeviceCommandOutput | StopMultiplexCommandOutput | TransferInputDeviceCommandOutput | UpdateAccountConfigurationCommandOutput | UpdateChannelClassCommandOutput | UpdateChannelCommandOutput | UpdateChannelPlacementGroupCommandOutput | UpdateCloudWatchAlarmTemplateCommandOutput | UpdateCloudWatchAlarmTemplateGroupCommandOutput | UpdateClusterCommandOutput | UpdateEventBridgeRuleTemplateCommandOutput | UpdateEventBridgeRuleTemplateGroupCommandOutput | UpdateInputCommandOutput | UpdateInputDeviceCommandOutput | UpdateInputSecurityGroupCommandOutput | UpdateMultiplexCommandOutput | UpdateMultiplexProgramCommandOutput | UpdateNetworkCommandOutput | UpdateNodeCommandOutput | UpdateNodeStateCommandOutput | UpdateReservationCommandOutput;
|
|
135
|
+
export type ServiceOutputTypes = AcceptInputDeviceTransferCommandOutput | BatchDeleteCommandOutput | BatchStartCommandOutput | BatchStopCommandOutput | BatchUpdateScheduleCommandOutput | CancelInputDeviceTransferCommandOutput | ClaimDeviceCommandOutput | CreateChannelCommandOutput | CreateChannelPlacementGroupCommandOutput | CreateCloudWatchAlarmTemplateCommandOutput | CreateCloudWatchAlarmTemplateGroupCommandOutput | CreateClusterCommandOutput | CreateEventBridgeRuleTemplateCommandOutput | CreateEventBridgeRuleTemplateGroupCommandOutput | CreateInputCommandOutput | CreateInputSecurityGroupCommandOutput | CreateMultiplexCommandOutput | CreateMultiplexProgramCommandOutput | CreateNetworkCommandOutput | CreateNodeCommandOutput | CreateNodeRegistrationScriptCommandOutput | CreatePartnerInputCommandOutput | CreateSignalMapCommandOutput | CreateTagsCommandOutput | DeleteChannelCommandOutput | DeleteChannelPlacementGroupCommandOutput | DeleteCloudWatchAlarmTemplateCommandOutput | DeleteCloudWatchAlarmTemplateGroupCommandOutput | DeleteClusterCommandOutput | DeleteEventBridgeRuleTemplateCommandOutput | DeleteEventBridgeRuleTemplateGroupCommandOutput | DeleteInputCommandOutput | DeleteInputSecurityGroupCommandOutput | DeleteMultiplexCommandOutput | DeleteMultiplexProgramCommandOutput | DeleteNetworkCommandOutput | DeleteNodeCommandOutput | DeleteReservationCommandOutput | DeleteScheduleCommandOutput | DeleteSignalMapCommandOutput | DeleteTagsCommandOutput | DescribeAccountConfigurationCommandOutput | DescribeChannelCommandOutput | DescribeChannelPlacementGroupCommandOutput | DescribeClusterCommandOutput | DescribeInputCommandOutput | DescribeInputDeviceCommandOutput | DescribeInputDeviceThumbnailCommandOutput | DescribeInputSecurityGroupCommandOutput | DescribeMultiplexCommandOutput | DescribeMultiplexProgramCommandOutput | DescribeNetworkCommandOutput | DescribeNodeCommandOutput | DescribeOfferingCommandOutput | DescribeReservationCommandOutput | DescribeScheduleCommandOutput | DescribeThumbnailsCommandOutput | GetCloudWatchAlarmTemplateCommandOutput | GetCloudWatchAlarmTemplateGroupCommandOutput | GetEventBridgeRuleTemplateCommandOutput | GetEventBridgeRuleTemplateGroupCommandOutput | GetSignalMapCommandOutput | ListChannelPlacementGroupsCommandOutput | ListChannelsCommandOutput | ListCloudWatchAlarmTemplateGroupsCommandOutput | ListCloudWatchAlarmTemplatesCommandOutput | ListClustersCommandOutput | ListEventBridgeRuleTemplateGroupsCommandOutput | ListEventBridgeRuleTemplatesCommandOutput | ListInputDeviceTransfersCommandOutput | ListInputDevicesCommandOutput | ListInputSecurityGroupsCommandOutput | ListInputsCommandOutput | ListMultiplexProgramsCommandOutput | ListMultiplexesCommandOutput | ListNetworksCommandOutput | ListNodesCommandOutput | ListOfferingsCommandOutput | ListReservationsCommandOutput | ListSignalMapsCommandOutput | ListTagsForResourceCommandOutput | ListVersionsCommandOutput | PurchaseOfferingCommandOutput | RebootInputDeviceCommandOutput | RejectInputDeviceTransferCommandOutput | RestartChannelPipelinesCommandOutput | StartChannelCommandOutput | StartDeleteMonitorDeploymentCommandOutput | StartInputDeviceCommandOutput | StartInputDeviceMaintenanceWindowCommandOutput | StartMonitorDeploymentCommandOutput | StartMultiplexCommandOutput | StartUpdateSignalMapCommandOutput | StopChannelCommandOutput | StopInputDeviceCommandOutput | StopMultiplexCommandOutput | TransferInputDeviceCommandOutput | UpdateAccountConfigurationCommandOutput | UpdateChannelClassCommandOutput | UpdateChannelCommandOutput | UpdateChannelPlacementGroupCommandOutput | UpdateCloudWatchAlarmTemplateCommandOutput | UpdateCloudWatchAlarmTemplateGroupCommandOutput | UpdateClusterCommandOutput | UpdateEventBridgeRuleTemplateCommandOutput | UpdateEventBridgeRuleTemplateGroupCommandOutput | UpdateInputCommandOutput | UpdateInputDeviceCommandOutput | UpdateInputSecurityGroupCommandOutput | UpdateMultiplexCommandOutput | UpdateMultiplexProgramCommandOutput | UpdateNetworkCommandOutput | UpdateNodeCommandOutput | UpdateNodeStateCommandOutput | UpdateReservationCommandOutput;
|
|
135
136
|
/**
|
|
136
137
|
* @public
|
|
137
138
|
*/
|
|
@@ -1219,6 +1219,10 @@ declare const CreateChannelCommand_base: {
|
|
|
1219
1219
|
* ChannelPlacementGroupId: "STRING_VALUE",
|
|
1220
1220
|
* ClusterId: "STRING_VALUE",
|
|
1221
1221
|
* },
|
|
1222
|
+
* ChannelEngineVersion: { // ChannelEngineVersionRequest
|
|
1223
|
+
* Version: "STRING_VALUE",
|
|
1224
|
+
* },
|
|
1225
|
+
* DryRun: true || false,
|
|
1222
1226
|
* };
|
|
1223
1227
|
* const command = new CreateChannelCommand(input);
|
|
1224
1228
|
* const response = await client.send(command);
|
|
@@ -2409,6 +2413,10 @@ declare const CreateChannelCommand_base: {
|
|
|
2409
2413
|
* // ActiveMotionGraphicsActionName: "STRING_VALUE",
|
|
2410
2414
|
* // ActiveMotionGraphicsUri: "STRING_VALUE",
|
|
2411
2415
|
* // PipelineId: "STRING_VALUE",
|
|
2416
|
+
* // ChannelEngineVersion: { // ChannelEngineVersionResponse
|
|
2417
|
+
* // ExpirationDate: new Date("TIMESTAMP"),
|
|
2418
|
+
* // Version: "STRING_VALUE",
|
|
2419
|
+
* // },
|
|
2412
2420
|
* // },
|
|
2413
2421
|
* // ],
|
|
2414
2422
|
* // PipelinesRunningCount: Number("int"),
|
|
@@ -2427,6 +2435,10 @@ declare const CreateChannelCommand_base: {
|
|
|
2427
2435
|
* // ChannelPlacementGroupId: "STRING_VALUE",
|
|
2428
2436
|
* // ClusterId: "STRING_VALUE",
|
|
2429
2437
|
* // },
|
|
2438
|
+
* // ChannelEngineVersion: {
|
|
2439
|
+
* // ExpirationDate: new Date("TIMESTAMP"),
|
|
2440
|
+
* // Version: "STRING_VALUE",
|
|
2441
|
+
* // },
|
|
2430
2442
|
* // },
|
|
2431
2443
|
* // };
|
|
2432
2444
|
*
|
|
@@ -1225,6 +1225,10 @@ declare const DeleteChannelCommand_base: {
|
|
|
1225
1225
|
* // ActiveMotionGraphicsActionName: "STRING_VALUE",
|
|
1226
1226
|
* // ActiveMotionGraphicsUri: "STRING_VALUE",
|
|
1227
1227
|
* // PipelineId: "STRING_VALUE",
|
|
1228
|
+
* // ChannelEngineVersion: { // ChannelEngineVersionResponse
|
|
1229
|
+
* // ExpirationDate: new Date("TIMESTAMP"),
|
|
1230
|
+
* // Version: "STRING_VALUE",
|
|
1231
|
+
* // },
|
|
1228
1232
|
* // },
|
|
1229
1233
|
* // ],
|
|
1230
1234
|
* // PipelinesRunningCount: Number("int"),
|
|
@@ -1243,6 +1247,10 @@ declare const DeleteChannelCommand_base: {
|
|
|
1243
1247
|
* // ChannelPlacementGroupId: "STRING_VALUE",
|
|
1244
1248
|
* // ClusterId: "STRING_VALUE",
|
|
1245
1249
|
* // },
|
|
1250
|
+
* // ChannelEngineVersion: {
|
|
1251
|
+
* // ExpirationDate: new Date("TIMESTAMP"),
|
|
1252
|
+
* // Version: "STRING_VALUE",
|
|
1253
|
+
* // },
|
|
1246
1254
|
* // };
|
|
1247
1255
|
*
|
|
1248
1256
|
* ```
|
|
@@ -1225,6 +1225,10 @@ declare const DescribeChannelCommand_base: {
|
|
|
1225
1225
|
* // ActiveMotionGraphicsActionName: "STRING_VALUE",
|
|
1226
1226
|
* // ActiveMotionGraphicsUri: "STRING_VALUE",
|
|
1227
1227
|
* // PipelineId: "STRING_VALUE",
|
|
1228
|
+
* // ChannelEngineVersion: { // ChannelEngineVersionResponse
|
|
1229
|
+
* // ExpirationDate: new Date("TIMESTAMP"),
|
|
1230
|
+
* // Version: "STRING_VALUE",
|
|
1231
|
+
* // },
|
|
1228
1232
|
* // },
|
|
1229
1233
|
* // ],
|
|
1230
1234
|
* // PipelinesRunningCount: Number("int"),
|
|
@@ -1243,6 +1247,10 @@ declare const DescribeChannelCommand_base: {
|
|
|
1243
1247
|
* // ChannelPlacementGroupId: "STRING_VALUE",
|
|
1244
1248
|
* // ClusterId: "STRING_VALUE",
|
|
1245
1249
|
* // },
|
|
1250
|
+
* // ChannelEngineVersion: {
|
|
1251
|
+
* // ExpirationDate: new Date("TIMESTAMP"),
|
|
1252
|
+
* // Version: "STRING_VALUE",
|
|
1253
|
+
* // },
|
|
1246
1254
|
* // };
|
|
1247
1255
|
*
|
|
1248
1256
|
* ```
|
|
@@ -260,6 +260,16 @@ declare const ListChannelsCommand_base: {
|
|
|
260
260
|
* // ChannelPlacementGroupId: "STRING_VALUE",
|
|
261
261
|
* // ClusterId: "STRING_VALUE",
|
|
262
262
|
* // },
|
|
263
|
+
* // ChannelEngineVersion: { // ChannelEngineVersionResponse
|
|
264
|
+
* // ExpirationDate: new Date("TIMESTAMP"),
|
|
265
|
+
* // Version: "STRING_VALUE",
|
|
266
|
+
* // },
|
|
267
|
+
* // UsedChannelEngineVersions: [ // __listOfChannelEngineVersionResponse
|
|
268
|
+
* // {
|
|
269
|
+
* // ExpirationDate: new Date("TIMESTAMP"),
|
|
270
|
+
* // Version: "STRING_VALUE",
|
|
271
|
+
* // },
|
|
272
|
+
* // ],
|
|
263
273
|
* // },
|
|
264
274
|
* // ],
|
|
265
275
|
* // NextToken: "STRING_VALUE",
|