@aws-sdk/client-medialive 3.782.0 → 3.787.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 +40 -0
- package/dist-cjs/index.js +400 -28
- package/dist-es/MediaLive.js +10 -0
- package/dist-es/commands/CreateSdiSourceCommand.js +22 -0
- package/dist-es/commands/DeleteSdiSourceCommand.js +22 -0
- package/dist-es/commands/DescribeSdiSourceCommand.js +22 -0
- package/dist-es/commands/ListSdiSourcesCommand.js +22 -0
- package/dist-es/commands/UpdateSdiSourceCommand.js +22 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +1 -8
- package/dist-es/models/models_1.js +30 -16
- package/dist-es/models/models_2.js +16 -0
- package/dist-es/pagination/ListSdiSourcesPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +249 -0
- package/dist-types/MediaLive.d.ts +37 -0
- package/dist-types/MediaLiveClient.d.ts +7 -2
- package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +1 -1
- package/dist-types/commands/CreateChannelCommand.d.ts +18 -0
- package/dist-types/commands/CreateInputCommand.d.ts +8 -2
- package/dist-types/commands/CreateNodeCommand.d.ts +7 -0
- package/dist-types/commands/CreatePartnerInputCommand.d.ts +4 -1
- package/dist-types/commands/CreateSdiSourceCommand.d.ts +109 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +9 -0
- package/dist-types/commands/DeleteNodeCommand.d.ts +7 -0
- package/dist-types/commands/DeleteSdiSourceCommand.d.ts +106 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +9 -0
- package/dist-types/commands/DescribeInputCommand.d.ts +4 -1
- package/dist-types/commands/DescribeInputDeviceCommand.d.ts +1 -0
- package/dist-types/commands/DescribeNodeCommand.d.ts +7 -0
- package/dist-types/commands/DescribeSdiSourceCommand.d.ts +103 -0
- package/dist-types/commands/ListInputDevicesCommand.d.ts +1 -0
- package/dist-types/commands/ListInputsCommand.d.ts +4 -1
- package/dist-types/commands/ListNodesCommand.d.ts +7 -0
- package/dist-types/commands/ListSdiSourcesCommand.d.ts +104 -0
- package/dist-types/commands/RestartChannelPipelinesCommand.d.ts +9 -0
- package/dist-types/commands/StartChannelCommand.d.ts +9 -0
- package/dist-types/commands/StopChannelCommand.d.ts +9 -0
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +9 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +18 -0
- package/dist-types/commands/UpdateInputCommand.d.ts +7 -1
- package/dist-types/commands/UpdateInputDeviceCommand.d.ts +3 -0
- package/dist-types/commands/UpdateNodeCommand.d.ts +14 -0
- package/dist-types/commands/UpdateNodeStateCommand.d.ts +7 -0
- package/dist-types/commands/UpdateSdiSourceCommand.d.ts +106 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +53 -24
- package/dist-types/models/models_1.d.ts +148 -108
- package/dist-types/models/models_2.d.ts +376 -2
- package/dist-types/pagination/ListSdiSourcesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
- package/dist-types/ts3.4/MediaLive.d.ts +87 -0
- package/dist-types/ts3.4/MediaLiveClient.d.ts +32 -2
- package/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSdiSourceCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteSdiSourceCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DescribeSdiSourceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListSdiSourcesCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateSdiSourceCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +13 -12
- package/dist-types/ts3.4/models/models_1.d.ts +56 -41
- package/dist-types/ts3.4/models/models_2.d.ts +107 -4
- package/dist-types/ts3.4/pagination/ListSdiSourcesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -86,6 +86,8 @@ __export(index_exports, {
|
|
|
86
86
|
CmafIngestSegmentLengthUnits: () => CmafIngestSegmentLengthUnits,
|
|
87
87
|
CmafKLVBehavior: () => CmafKLVBehavior,
|
|
88
88
|
CmafNielsenId3Behavior: () => CmafNielsenId3Behavior,
|
|
89
|
+
CmafTimedMetadataId3Frame: () => CmafTimedMetadataId3Frame,
|
|
90
|
+
CmafTimedMetadataPassthrough: () => CmafTimedMetadataPassthrough,
|
|
89
91
|
ColorSpace: () => ColorSpace,
|
|
90
92
|
ConflictException: () => ConflictException,
|
|
91
93
|
ContentType: () => ContentType,
|
|
@@ -104,6 +106,7 @@ __export(index_exports, {
|
|
|
104
106
|
CreateNodeCommand: () => CreateNodeCommand,
|
|
105
107
|
CreateNodeRegistrationScriptCommand: () => CreateNodeRegistrationScriptCommand,
|
|
106
108
|
CreatePartnerInputCommand: () => CreatePartnerInputCommand,
|
|
109
|
+
CreateSdiSourceCommand: () => CreateSdiSourceCommand,
|
|
107
110
|
CreateSignalMapCommand: () => CreateSignalMapCommand,
|
|
108
111
|
CreateTagsCommand: () => CreateTagsCommand,
|
|
109
112
|
DashRoleAudio: () => DashRoleAudio,
|
|
@@ -123,6 +126,7 @@ __export(index_exports, {
|
|
|
123
126
|
DeleteNodeCommand: () => DeleteNodeCommand,
|
|
124
127
|
DeleteReservationCommand: () => DeleteReservationCommand,
|
|
125
128
|
DeleteScheduleCommand: () => DeleteScheduleCommand,
|
|
129
|
+
DeleteSdiSourceCommand: () => DeleteSdiSourceCommand,
|
|
126
130
|
DeleteSignalMapCommand: () => DeleteSignalMapCommand,
|
|
127
131
|
DeleteTagsCommand: () => DeleteTagsCommand,
|
|
128
132
|
DescribeAccountConfigurationCommand: () => DescribeAccountConfigurationCommand,
|
|
@@ -141,6 +145,7 @@ __export(index_exports, {
|
|
|
141
145
|
DescribeOfferingCommand: () => DescribeOfferingCommand,
|
|
142
146
|
DescribeReservationCommand: () => DescribeReservationCommand,
|
|
143
147
|
DescribeScheduleCommand: () => DescribeScheduleCommand,
|
|
148
|
+
DescribeSdiSourceCommand: () => DescribeSdiSourceCommand,
|
|
144
149
|
DescribeThumbnailsCommand: () => DescribeThumbnailsCommand,
|
|
145
150
|
DeviceSettingsSyncState: () => DeviceSettingsSyncState,
|
|
146
151
|
DeviceUpdateStatus: () => DeviceUpdateStatus,
|
|
@@ -314,6 +319,7 @@ __export(index_exports, {
|
|
|
314
319
|
ListNodesCommand: () => ListNodesCommand,
|
|
315
320
|
ListOfferingsCommand: () => ListOfferingsCommand,
|
|
316
321
|
ListReservationsCommand: () => ListReservationsCommand,
|
|
322
|
+
ListSdiSourcesCommand: () => ListSdiSourcesCommand,
|
|
317
323
|
ListSignalMapsCommand: () => ListSignalMapsCommand,
|
|
318
324
|
ListTagsForResourceCommand: () => ListTagsForResourceCommand,
|
|
319
325
|
ListVersionsCommand: () => ListVersionsCommand,
|
|
@@ -406,6 +412,9 @@ __export(index_exports, {
|
|
|
406
412
|
Scte35SpliceInsertWebDeliveryAllowedBehavior: () => Scte35SpliceInsertWebDeliveryAllowedBehavior,
|
|
407
413
|
Scte35Type: () => Scte35Type,
|
|
408
414
|
Scte35WebDeliveryAllowedFlag: () => Scte35WebDeliveryAllowedFlag,
|
|
415
|
+
SdiSourceMode: () => SdiSourceMode,
|
|
416
|
+
SdiSourceState: () => SdiSourceState,
|
|
417
|
+
SdiSourceType: () => SdiSourceType,
|
|
409
418
|
SignalMapMonitorDeploymentStatus: () => SignalMapMonitorDeploymentStatus,
|
|
410
419
|
SignalMapStatus: () => SignalMapStatus,
|
|
411
420
|
SmoothGroupAudioOnlyTimecodeControl: () => SmoothGroupAudioOnlyTimecodeControl,
|
|
@@ -459,6 +468,7 @@ __export(index_exports, {
|
|
|
459
468
|
UpdateNodeStateCommand: () => UpdateNodeStateCommand,
|
|
460
469
|
UpdateNodeStateShape: () => UpdateNodeStateShape,
|
|
461
470
|
UpdateReservationCommand: () => UpdateReservationCommand,
|
|
471
|
+
UpdateSdiSourceCommand: () => UpdateSdiSourceCommand,
|
|
462
472
|
VideoDescriptionRespondToAfd: () => VideoDescriptionRespondToAfd,
|
|
463
473
|
VideoDescriptionScalingBehavior: () => VideoDescriptionScalingBehavior,
|
|
464
474
|
VideoSelectorColorSpace: () => VideoSelectorColorSpace,
|
|
@@ -484,6 +494,7 @@ __export(index_exports, {
|
|
|
484
494
|
paginateListNodes: () => paginateListNodes,
|
|
485
495
|
paginateListOfferings: () => paginateListOfferings,
|
|
486
496
|
paginateListReservations: () => paginateListReservations,
|
|
497
|
+
paginateListSdiSources: () => paginateListSdiSources,
|
|
487
498
|
paginateListSignalMaps: () => paginateListSignalMaps,
|
|
488
499
|
waitForChannelCreated: () => waitForChannelCreated,
|
|
489
500
|
waitForChannelDeleted: () => waitForChannelDeleted,
|
|
@@ -703,6 +714,14 @@ var MediaLiveServiceException = class _MediaLiveServiceException extends import_
|
|
|
703
714
|
};
|
|
704
715
|
|
|
705
716
|
// src/models/models_1.ts
|
|
717
|
+
var M2tsSegmentationStyle = {
|
|
718
|
+
MAINTAIN_CADENCE: "MAINTAIN_CADENCE",
|
|
719
|
+
RESET_CADENCE: "RESET_CADENCE"
|
|
720
|
+
};
|
|
721
|
+
var M2tsTimedMetadataBehavior = {
|
|
722
|
+
NO_PASSTHROUGH: "NO_PASSTHROUGH",
|
|
723
|
+
PASSTHROUGH: "PASSTHROUGH"
|
|
724
|
+
};
|
|
706
725
|
var HlsH265PackagingType = {
|
|
707
726
|
HEV1: "HEV1",
|
|
708
727
|
HVC1: "HVC1"
|
|
@@ -788,6 +807,15 @@ var CmafIngestSegmentLengthUnits = {
|
|
|
788
807
|
MILLISECONDS: "MILLISECONDS",
|
|
789
808
|
SECONDS: "SECONDS"
|
|
790
809
|
};
|
|
810
|
+
var CmafTimedMetadataId3Frame = {
|
|
811
|
+
NONE: "NONE",
|
|
812
|
+
PRIV: "PRIV",
|
|
813
|
+
TDRL: "TDRL"
|
|
814
|
+
};
|
|
815
|
+
var CmafTimedMetadataPassthrough = {
|
|
816
|
+
DISABLED: "DISABLED",
|
|
817
|
+
ENABLED: "ENABLED"
|
|
818
|
+
};
|
|
791
819
|
var HlsCaptionLanguageSetting = {
|
|
792
820
|
INSERT: "INSERT",
|
|
793
821
|
NONE: "NONE",
|
|
@@ -1020,6 +1048,19 @@ var FollowPoint = {
|
|
|
1020
1048
|
END: "END",
|
|
1021
1049
|
START: "START"
|
|
1022
1050
|
};
|
|
1051
|
+
var SdiSourceMode = {
|
|
1052
|
+
INTERLEAVE: "INTERLEAVE",
|
|
1053
|
+
QUADRANT: "QUADRANT"
|
|
1054
|
+
};
|
|
1055
|
+
var SdiSourceState = {
|
|
1056
|
+
DELETED: "DELETED",
|
|
1057
|
+
IDLE: "IDLE",
|
|
1058
|
+
IN_USE: "IN_USE"
|
|
1059
|
+
};
|
|
1060
|
+
var SdiSourceType = {
|
|
1061
|
+
QUAD: "QUAD",
|
|
1062
|
+
SINGLE: "SINGLE"
|
|
1063
|
+
};
|
|
1023
1064
|
var SignalMapMonitorDeploymentStatus = {
|
|
1024
1065
|
DELETE_COMPLETE: "DELETE_COMPLETE",
|
|
1025
1066
|
DELETE_FAILED: "DELETE_FAILED",
|
|
@@ -1652,22 +1693,6 @@ var Scte35SegmentationScope = {
|
|
|
1652
1693
|
ALL_OUTPUT_GROUPS: "ALL_OUTPUT_GROUPS",
|
|
1653
1694
|
SCTE35_ENABLED_OUTPUT_GROUPS: "SCTE35_ENABLED_OUTPUT_GROUPS"
|
|
1654
1695
|
};
|
|
1655
|
-
var BlackoutSlateNetworkEndBlackout = {
|
|
1656
|
-
DISABLED: "DISABLED",
|
|
1657
|
-
ENABLED: "ENABLED"
|
|
1658
|
-
};
|
|
1659
|
-
var BlackoutSlateState = {
|
|
1660
|
-
DISABLED: "DISABLED",
|
|
1661
|
-
ENABLED: "ENABLED"
|
|
1662
|
-
};
|
|
1663
|
-
var FeatureActivationsInputPrepareScheduleActions = {
|
|
1664
|
-
DISABLED: "DISABLED",
|
|
1665
|
-
ENABLED: "ENABLED"
|
|
1666
|
-
};
|
|
1667
|
-
var FeatureActivationsOutputStaticImageOverlayScheduleActions = {
|
|
1668
|
-
DISABLED: "DISABLED",
|
|
1669
|
-
ENABLED: "ENABLED"
|
|
1670
|
-
};
|
|
1671
1696
|
|
|
1672
1697
|
// src/protocols/Aws_restJson1.ts
|
|
1673
1698
|
var se_AcceptInputDeviceTransferCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -1943,6 +1968,7 @@ var se_CreateInputCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1943
1968
|
name: [, , `Name`],
|
|
1944
1969
|
requestId: [true, (_) => _ ?? (0, import_uuid.v4)(), `RequestId`],
|
|
1945
1970
|
roleArn: [, , `RoleArn`],
|
|
1971
|
+
sdiSources: [, (_) => (0, import_smithy_client._json)(_), `SdiSources`],
|
|
1946
1972
|
smpte2110ReceiverGroupSettings: [
|
|
1947
1973
|
,
|
|
1948
1974
|
(_) => se_Smpte2110ReceiverGroupSettings(_, context),
|
|
@@ -2091,6 +2117,25 @@ var se_CreatePartnerInputCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2091
2117
|
b.m("POST").h(headers).b(body);
|
|
2092
2118
|
return b.build();
|
|
2093
2119
|
}, "se_CreatePartnerInputCommand");
|
|
2120
|
+
var se_CreateSdiSourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2121
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2122
|
+
const headers = {
|
|
2123
|
+
"content-type": "application/json"
|
|
2124
|
+
};
|
|
2125
|
+
b.bp("/prod/sdiSources");
|
|
2126
|
+
let body;
|
|
2127
|
+
body = JSON.stringify(
|
|
2128
|
+
(0, import_smithy_client.take)(input, {
|
|
2129
|
+
mode: [, , `Mode`],
|
|
2130
|
+
name: [, , `Name`],
|
|
2131
|
+
requestId: [true, (_) => _ ?? (0, import_uuid.v4)(), `RequestId`],
|
|
2132
|
+
tags: [, (_) => (0, import_smithy_client._json)(_), `Tags`],
|
|
2133
|
+
type: [, , `Type`]
|
|
2134
|
+
})
|
|
2135
|
+
);
|
|
2136
|
+
b.m("POST").h(headers).b(body);
|
|
2137
|
+
return b.build();
|
|
2138
|
+
}, "se_CreateSdiSourceCommand");
|
|
2094
2139
|
var se_CreateSignalMapCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2095
2140
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2096
2141
|
const headers = {
|
|
@@ -2266,6 +2311,15 @@ var se_DeleteScheduleCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2266
2311
|
b.m("DELETE").h(headers).b(body);
|
|
2267
2312
|
return b.build();
|
|
2268
2313
|
}, "se_DeleteScheduleCommand");
|
|
2314
|
+
var se_DeleteSdiSourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2315
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2316
|
+
const headers = {};
|
|
2317
|
+
b.bp("/prod/sdiSources/{SdiSourceId}");
|
|
2318
|
+
b.p("SdiSourceId", () => input.SdiSourceId, "{SdiSourceId}", false);
|
|
2319
|
+
let body;
|
|
2320
|
+
b.m("DELETE").h(headers).b(body);
|
|
2321
|
+
return b.build();
|
|
2322
|
+
}, "se_DeleteSdiSourceCommand");
|
|
2269
2323
|
var se_DeleteSignalMapCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2270
2324
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2271
2325
|
const headers = {};
|
|
@@ -2430,6 +2484,15 @@ var se_DescribeScheduleCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2430
2484
|
b.m("GET").h(headers).q(query).b(body);
|
|
2431
2485
|
return b.build();
|
|
2432
2486
|
}, "se_DescribeScheduleCommand");
|
|
2487
|
+
var se_DescribeSdiSourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2488
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2489
|
+
const headers = {};
|
|
2490
|
+
b.bp("/prod/sdiSources/{SdiSourceId}");
|
|
2491
|
+
b.p("SdiSourceId", () => input.SdiSourceId, "{SdiSourceId}", false);
|
|
2492
|
+
let body;
|
|
2493
|
+
b.m("GET").h(headers).b(body);
|
|
2494
|
+
return b.build();
|
|
2495
|
+
}, "se_DescribeSdiSourceCommand");
|
|
2433
2496
|
var se_DescribeThumbnailsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2434
2497
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2435
2498
|
const headers = {};
|
|
@@ -2722,6 +2785,18 @@ var se_ListReservationsCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2722
2785
|
b.m("GET").h(headers).q(query).b(body);
|
|
2723
2786
|
return b.build();
|
|
2724
2787
|
}, "se_ListReservationsCommand");
|
|
2788
|
+
var se_ListSdiSourcesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2789
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2790
|
+
const headers = {};
|
|
2791
|
+
b.bp("/prod/sdiSources");
|
|
2792
|
+
const query = (0, import_smithy_client.map)({
|
|
2793
|
+
[_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
2794
|
+
[_nT]: [, input[_NT]]
|
|
2795
|
+
});
|
|
2796
|
+
let body;
|
|
2797
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
2798
|
+
return b.build();
|
|
2799
|
+
}, "se_ListSdiSourcesCommand");
|
|
2725
2800
|
var se_ListSignalMapsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2726
2801
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2727
2802
|
const headers = {};
|
|
@@ -3131,6 +3206,7 @@ var se_UpdateInputCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3131
3206
|
multicastSettings: [, (_) => se_MulticastSettingsUpdateRequest(_, context), `MulticastSettings`],
|
|
3132
3207
|
name: [, , `Name`],
|
|
3133
3208
|
roleArn: [, , `RoleArn`],
|
|
3209
|
+
sdiSources: [, (_) => (0, import_smithy_client._json)(_), `SdiSources`],
|
|
3134
3210
|
smpte2110ReceiverGroupSettings: [
|
|
3135
3211
|
,
|
|
3136
3212
|
(_) => se_Smpte2110ReceiverGroupSettings(_, context),
|
|
@@ -3244,7 +3320,8 @@ var se_UpdateNodeCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3244
3320
|
body = JSON.stringify(
|
|
3245
3321
|
(0, import_smithy_client.take)(input, {
|
|
3246
3322
|
name: [, , `Name`],
|
|
3247
|
-
role: [, , `Role`]
|
|
3323
|
+
role: [, , `Role`],
|
|
3324
|
+
sdiSourceMappings: [, (_) => se_SdiSourceMappingsUpdateRequest(_, context), `SdiSourceMappings`]
|
|
3248
3325
|
})
|
|
3249
3326
|
);
|
|
3250
3327
|
b.m("PUT").h(headers).b(body);
|
|
@@ -3284,6 +3361,24 @@ var se_UpdateReservationCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
3284
3361
|
b.m("PUT").h(headers).b(body);
|
|
3285
3362
|
return b.build();
|
|
3286
3363
|
}, "se_UpdateReservationCommand");
|
|
3364
|
+
var se_UpdateSdiSourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3365
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3366
|
+
const headers = {
|
|
3367
|
+
"content-type": "application/json"
|
|
3368
|
+
};
|
|
3369
|
+
b.bp("/prod/sdiSources/{SdiSourceId}");
|
|
3370
|
+
b.p("SdiSourceId", () => input.SdiSourceId, "{SdiSourceId}", false);
|
|
3371
|
+
let body;
|
|
3372
|
+
body = JSON.stringify(
|
|
3373
|
+
(0, import_smithy_client.take)(input, {
|
|
3374
|
+
mode: [, , `Mode`],
|
|
3375
|
+
name: [, , `Name`],
|
|
3376
|
+
type: [, , `Type`]
|
|
3377
|
+
})
|
|
3378
|
+
);
|
|
3379
|
+
b.m("PUT").h(headers).b(body);
|
|
3380
|
+
return b.build();
|
|
3381
|
+
}, "se_UpdateSdiSourceCommand");
|
|
3287
3382
|
var de_AcceptInputDeviceTransferCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3288
3383
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3289
3384
|
return de_CommandError(output, context);
|
|
@@ -3616,6 +3711,7 @@ var de_CreateNodeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3616
3711
|
Name: [, import_smithy_client.expectString, `name`],
|
|
3617
3712
|
NodeInterfaceMappings: [, (_) => de___listOfNodeInterfaceMapping(_, context), `nodeInterfaceMappings`],
|
|
3618
3713
|
Role: [, import_smithy_client.expectString, `role`],
|
|
3714
|
+
SdiSourceMappings: [, (_) => de_SdiSourceMappings(_, context), `sdiSourceMappings`],
|
|
3619
3715
|
State: [, import_smithy_client.expectString, `state`]
|
|
3620
3716
|
});
|
|
3621
3717
|
Object.assign(contents, doc);
|
|
@@ -3649,6 +3745,20 @@ var de_CreatePartnerInputCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
3649
3745
|
Object.assign(contents, doc);
|
|
3650
3746
|
return contents;
|
|
3651
3747
|
}, "de_CreatePartnerInputCommand");
|
|
3748
|
+
var de_CreateSdiSourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3749
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3750
|
+
return de_CommandError(output, context);
|
|
3751
|
+
}
|
|
3752
|
+
const contents = (0, import_smithy_client.map)({
|
|
3753
|
+
$metadata: deserializeMetadata(output)
|
|
3754
|
+
});
|
|
3755
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3756
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3757
|
+
SdiSource: [, (_) => de_SdiSource(_, context), `sdiSource`]
|
|
3758
|
+
});
|
|
3759
|
+
Object.assign(contents, doc);
|
|
3760
|
+
return contents;
|
|
3761
|
+
}, "de_CreateSdiSourceCommand");
|
|
3652
3762
|
var de_CreateSignalMapCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3653
3763
|
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
3654
3764
|
return de_CommandError(output, context);
|
|
@@ -3907,6 +4017,7 @@ var de_DeleteNodeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3907
4017
|
Name: [, import_smithy_client.expectString, `name`],
|
|
3908
4018
|
NodeInterfaceMappings: [, (_) => de___listOfNodeInterfaceMapping(_, context), `nodeInterfaceMappings`],
|
|
3909
4019
|
Role: [, import_smithy_client.expectString, `role`],
|
|
4020
|
+
SdiSourceMappings: [, (_) => de_SdiSourceMappings(_, context), `sdiSourceMappings`],
|
|
3910
4021
|
State: [, import_smithy_client.expectString, `state`]
|
|
3911
4022
|
});
|
|
3912
4023
|
Object.assign(contents, doc);
|
|
@@ -3954,6 +4065,20 @@ var de_DeleteScheduleCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3954
4065
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
3955
4066
|
return contents;
|
|
3956
4067
|
}, "de_DeleteScheduleCommand");
|
|
4068
|
+
var de_DeleteSdiSourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4069
|
+
if (output.statusCode !== 202 && output.statusCode >= 300) {
|
|
4070
|
+
return de_CommandError(output, context);
|
|
4071
|
+
}
|
|
4072
|
+
const contents = (0, import_smithy_client.map)({
|
|
4073
|
+
$metadata: deserializeMetadata(output)
|
|
4074
|
+
});
|
|
4075
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4076
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4077
|
+
SdiSource: [, (_) => de_SdiSource(_, context), `sdiSource`]
|
|
4078
|
+
});
|
|
4079
|
+
Object.assign(contents, doc);
|
|
4080
|
+
return contents;
|
|
4081
|
+
}, "de_DeleteSdiSourceCommand");
|
|
3957
4082
|
var de_DeleteSignalMapCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3958
4083
|
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
3959
4084
|
return de_CommandError(output, context);
|
|
@@ -4084,6 +4209,7 @@ var de_DescribeInputCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
4084
4209
|
MulticastSettings: [, (_) => de_MulticastSettings(_, context), `multicastSettings`],
|
|
4085
4210
|
Name: [, import_smithy_client.expectString, `name`],
|
|
4086
4211
|
RoleArn: [, import_smithy_client.expectString, `roleArn`],
|
|
4212
|
+
SdiSources: [, import_smithy_client._json, `sdiSources`],
|
|
4087
4213
|
SecurityGroups: [, import_smithy_client._json, `securityGroups`],
|
|
4088
4214
|
Smpte2110ReceiverGroupSettings: [
|
|
4089
4215
|
,
|
|
@@ -4242,6 +4368,7 @@ var de_DescribeNodeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4242
4368
|
Name: [, import_smithy_client.expectString, `name`],
|
|
4243
4369
|
NodeInterfaceMappings: [, (_) => de___listOfNodeInterfaceMapping(_, context), `nodeInterfaceMappings`],
|
|
4244
4370
|
Role: [, import_smithy_client.expectString, `role`],
|
|
4371
|
+
SdiSourceMappings: [, (_) => de_SdiSourceMappings(_, context), `sdiSourceMappings`],
|
|
4245
4372
|
State: [, import_smithy_client.expectString, `state`]
|
|
4246
4373
|
});
|
|
4247
4374
|
Object.assign(contents, doc);
|
|
@@ -4318,6 +4445,20 @@ var de_DescribeScheduleCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
4318
4445
|
Object.assign(contents, doc);
|
|
4319
4446
|
return contents;
|
|
4320
4447
|
}, "de_DescribeScheduleCommand");
|
|
4448
|
+
var de_DescribeSdiSourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4449
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4450
|
+
return de_CommandError(output, context);
|
|
4451
|
+
}
|
|
4452
|
+
const contents = (0, import_smithy_client.map)({
|
|
4453
|
+
$metadata: deserializeMetadata(output)
|
|
4454
|
+
});
|
|
4455
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4456
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4457
|
+
SdiSource: [, (_) => de_SdiSource(_, context), `sdiSource`]
|
|
4458
|
+
});
|
|
4459
|
+
Object.assign(contents, doc);
|
|
4460
|
+
return contents;
|
|
4461
|
+
}, "de_DescribeSdiSourceCommand");
|
|
4321
4462
|
var de_DescribeThumbnailsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4322
4463
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4323
4464
|
return de_CommandError(output, context);
|
|
@@ -4735,6 +4876,21 @@ var de_ListReservationsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
4735
4876
|
Object.assign(contents, doc);
|
|
4736
4877
|
return contents;
|
|
4737
4878
|
}, "de_ListReservationsCommand");
|
|
4879
|
+
var de_ListSdiSourcesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4880
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4881
|
+
return de_CommandError(output, context);
|
|
4882
|
+
}
|
|
4883
|
+
const contents = (0, import_smithy_client.map)({
|
|
4884
|
+
$metadata: deserializeMetadata(output)
|
|
4885
|
+
});
|
|
4886
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4887
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4888
|
+
NextToken: [, import_smithy_client.expectString, `nextToken`],
|
|
4889
|
+
SdiSources: [, (_) => de___listOfSdiSourceSummary(_, context), `sdiSources`]
|
|
4890
|
+
});
|
|
4891
|
+
Object.assign(contents, doc);
|
|
4892
|
+
return contents;
|
|
4893
|
+
}, "de_ListSdiSourcesCommand");
|
|
4738
4894
|
var de_ListSignalMapsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4739
4895
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4740
4896
|
return de_CommandError(output, context);
|
|
@@ -5401,6 +5557,7 @@ var de_UpdateNodeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
5401
5557
|
Name: [, import_smithy_client.expectString, `name`],
|
|
5402
5558
|
NodeInterfaceMappings: [, (_) => de___listOfNodeInterfaceMapping(_, context), `nodeInterfaceMappings`],
|
|
5403
5559
|
Role: [, import_smithy_client.expectString, `role`],
|
|
5560
|
+
SdiSourceMappings: [, (_) => de_SdiSourceMappings(_, context), `sdiSourceMappings`],
|
|
5404
5561
|
State: [, import_smithy_client.expectString, `state`]
|
|
5405
5562
|
});
|
|
5406
5563
|
Object.assign(contents, doc);
|
|
@@ -5424,6 +5581,7 @@ var de_UpdateNodeStateCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
5424
5581
|
Name: [, import_smithy_client.expectString, `name`],
|
|
5425
5582
|
NodeInterfaceMappings: [, (_) => de___listOfNodeInterfaceMapping(_, context), `nodeInterfaceMappings`],
|
|
5426
5583
|
Role: [, import_smithy_client.expectString, `role`],
|
|
5584
|
+
SdiSourceMappings: [, (_) => de_SdiSourceMappings(_, context), `sdiSourceMappings`],
|
|
5427
5585
|
State: [, import_smithy_client.expectString, `state`]
|
|
5428
5586
|
});
|
|
5429
5587
|
Object.assign(contents, doc);
|
|
@@ -5443,6 +5601,20 @@ var de_UpdateReservationCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
5443
5601
|
Object.assign(contents, doc);
|
|
5444
5602
|
return contents;
|
|
5445
5603
|
}, "de_UpdateReservationCommand");
|
|
5604
|
+
var de_UpdateSdiSourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5605
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5606
|
+
return de_CommandError(output, context);
|
|
5607
|
+
}
|
|
5608
|
+
const contents = (0, import_smithy_client.map)({
|
|
5609
|
+
$metadata: deserializeMetadata(output)
|
|
5610
|
+
});
|
|
5611
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
5612
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
5613
|
+
SdiSource: [, (_) => de_SdiSource(_, context), `sdiSource`]
|
|
5614
|
+
});
|
|
5615
|
+
Object.assign(contents, doc);
|
|
5616
|
+
return contents;
|
|
5617
|
+
}, "de_UpdateSdiSourceCommand");
|
|
5446
5618
|
var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
5447
5619
|
const parsedOutput = {
|
|
5448
5620
|
...output,
|
|
@@ -5640,6 +5812,11 @@ var se___listOfCaptionSelector = /* @__PURE__ */ __name((input, context) => {
|
|
|
5640
5812
|
return se_CaptionSelector(entry, context);
|
|
5641
5813
|
});
|
|
5642
5814
|
}, "se___listOfCaptionSelector");
|
|
5815
|
+
var se___listOfCmafIngestCaptionLanguageMapping = /* @__PURE__ */ __name((input, context) => {
|
|
5816
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
5817
|
+
return se_CmafIngestCaptionLanguageMapping(entry, context);
|
|
5818
|
+
});
|
|
5819
|
+
}, "se___listOfCmafIngestCaptionLanguageMapping");
|
|
5643
5820
|
var se___listOfColorCorrection = /* @__PURE__ */ __name((input, context) => {
|
|
5644
5821
|
return input.filter((e) => e != null).map((entry) => {
|
|
5645
5822
|
return se_ColorCorrection(entry, context);
|
|
@@ -6184,8 +6361,19 @@ var se_ClusterNetworkSettingsUpdateRequest = /* @__PURE__ */ __name((input, cont
|
|
|
6184
6361
|
interfaceMappings: [, (_) => se___listOfInterfaceMappingUpdateRequest(_, context), `InterfaceMappings`]
|
|
6185
6362
|
});
|
|
6186
6363
|
}, "se_ClusterNetworkSettingsUpdateRequest");
|
|
6364
|
+
var se_CmafIngestCaptionLanguageMapping = /* @__PURE__ */ __name((input, context) => {
|
|
6365
|
+
return (0, import_smithy_client.take)(input, {
|
|
6366
|
+
captionChannel: [, , `CaptionChannel`],
|
|
6367
|
+
languageCode: [, , `LanguageCode`]
|
|
6368
|
+
});
|
|
6369
|
+
}, "se_CmafIngestCaptionLanguageMapping");
|
|
6187
6370
|
var se_CmafIngestGroupSettings = /* @__PURE__ */ __name((input, context) => {
|
|
6188
6371
|
return (0, import_smithy_client.take)(input, {
|
|
6372
|
+
captionLanguageMappings: [
|
|
6373
|
+
,
|
|
6374
|
+
(_) => se___listOfCmafIngestCaptionLanguageMapping(_, context),
|
|
6375
|
+
`CaptionLanguageMappings`
|
|
6376
|
+
],
|
|
6189
6377
|
destination: [, (_) => se_OutputLocationRef(_, context), `Destination`],
|
|
6190
6378
|
id3Behavior: [, , `Id3Behavior`],
|
|
6191
6379
|
id3NameModifier: [, , `Id3NameModifier`],
|
|
@@ -6197,7 +6385,10 @@ var se_CmafIngestGroupSettings = /* @__PURE__ */ __name((input, context) => {
|
|
|
6197
6385
|
scte35Type: [, , `Scte35Type`],
|
|
6198
6386
|
segmentLength: [, , `SegmentLength`],
|
|
6199
6387
|
segmentLengthUnits: [, , `SegmentLengthUnits`],
|
|
6200
|
-
sendDelayMs: [, , `SendDelayMs`]
|
|
6388
|
+
sendDelayMs: [, , `SendDelayMs`],
|
|
6389
|
+
timedMetadataId3Frame: [, , `TimedMetadataId3Frame`],
|
|
6390
|
+
timedMetadataId3Period: [, , `TimedMetadataId3Period`],
|
|
6391
|
+
timedMetadataPassthrough: [, , `TimedMetadataPassthrough`]
|
|
6201
6392
|
});
|
|
6202
6393
|
}, "se_CmafIngestGroupSettings");
|
|
6203
6394
|
var se_CmafIngestOutputSettings = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -6758,6 +6949,7 @@ var se_InputDeviceConfigurableSettings = /* @__PURE__ */ __name((input, context)
|
|
|
6758
6949
|
],
|
|
6759
6950
|
codec: [, , `Codec`],
|
|
6760
6951
|
configuredInput: [, , `ConfiguredInput`],
|
|
6952
|
+
inputResolution: [, , `InputResolution`],
|
|
6761
6953
|
latencyMs: [, , `LatencyMs`],
|
|
6762
6954
|
maxBitrate: [, , `MaxBitrate`],
|
|
6763
6955
|
mediaconnectSettings: [, (_) => se_InputDeviceMediaConnectConfigurableSettings(_, context), `MediaconnectSettings`]
|
|
@@ -7559,6 +7751,18 @@ var se_Scte35TimeSignalScheduleActionSettings = /* @__PURE__ */ __name((input, c
|
|
|
7559
7751
|
scte35Descriptors: [, (_) => se___listOfScte35Descriptor(_, context), `Scte35Descriptors`]
|
|
7560
7752
|
});
|
|
7561
7753
|
}, "se_Scte35TimeSignalScheduleActionSettings");
|
|
7754
|
+
var se_SdiSourceMappingsUpdateRequest = /* @__PURE__ */ __name((input, context) => {
|
|
7755
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
7756
|
+
return se_SdiSourceMappingUpdateRequest(entry, context);
|
|
7757
|
+
});
|
|
7758
|
+
}, "se_SdiSourceMappingsUpdateRequest");
|
|
7759
|
+
var se_SdiSourceMappingUpdateRequest = /* @__PURE__ */ __name((input, context) => {
|
|
7760
|
+
return (0, import_smithy_client.take)(input, {
|
|
7761
|
+
cardNumber: [, , `CardNumber`],
|
|
7762
|
+
channelNumber: [, , `ChannelNumber`],
|
|
7763
|
+
sdiSource: [, , `SdiSource`]
|
|
7764
|
+
});
|
|
7765
|
+
}, "se_SdiSourceMappingUpdateRequest");
|
|
7562
7766
|
var se_Smpte2110ReceiverGroup = /* @__PURE__ */ __name((input, context) => {
|
|
7563
7767
|
return (0, import_smithy_client.take)(input, {
|
|
7564
7768
|
sdpSettings: [, (_) => se_Smpte2110ReceiverGroupSdpSettings(_, context), `SdpSettings`]
|
|
@@ -7900,6 +8104,12 @@ var de___listOfCloudWatchAlarmTemplateSummary = /* @__PURE__ */ __name((output,
|
|
|
7900
8104
|
});
|
|
7901
8105
|
return retVal;
|
|
7902
8106
|
}, "de___listOfCloudWatchAlarmTemplateSummary");
|
|
8107
|
+
var de___listOfCmafIngestCaptionLanguageMapping = /* @__PURE__ */ __name((output, context) => {
|
|
8108
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
8109
|
+
return de_CmafIngestCaptionLanguageMapping(entry, context);
|
|
8110
|
+
});
|
|
8111
|
+
return retVal;
|
|
8112
|
+
}, "de___listOfCmafIngestCaptionLanguageMapping");
|
|
7903
8113
|
var de___listOfColorCorrection = /* @__PURE__ */ __name((output, context) => {
|
|
7904
8114
|
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
7905
8115
|
return de_ColorCorrection(entry, context);
|
|
@@ -8158,6 +8368,12 @@ var de___listOfScte35Descriptor = /* @__PURE__ */ __name((output, context) => {
|
|
|
8158
8368
|
});
|
|
8159
8369
|
return retVal;
|
|
8160
8370
|
}, "de___listOfScte35Descriptor");
|
|
8371
|
+
var de___listOfSdiSourceSummary = /* @__PURE__ */ __name((output, context) => {
|
|
8372
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
8373
|
+
return de_SdiSourceSummary(entry, context);
|
|
8374
|
+
});
|
|
8375
|
+
return retVal;
|
|
8376
|
+
}, "de___listOfSdiSourceSummary");
|
|
8161
8377
|
var de___listOfSignalMapSummary = /* @__PURE__ */ __name((output, context) => {
|
|
8162
8378
|
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
8163
8379
|
return de_SignalMapSummary(entry, context);
|
|
@@ -8669,8 +8885,19 @@ var de_ClusterNetworkSettings = /* @__PURE__ */ __name((output, context) => {
|
|
|
8669
8885
|
InterfaceMappings: [, (_) => de___listOfInterfaceMapping(_, context), `interfaceMappings`]
|
|
8670
8886
|
});
|
|
8671
8887
|
}, "de_ClusterNetworkSettings");
|
|
8888
|
+
var de_CmafIngestCaptionLanguageMapping = /* @__PURE__ */ __name((output, context) => {
|
|
8889
|
+
return (0, import_smithy_client.take)(output, {
|
|
8890
|
+
CaptionChannel: [, import_smithy_client.expectInt32, `captionChannel`],
|
|
8891
|
+
LanguageCode: [, import_smithy_client.expectString, `languageCode`]
|
|
8892
|
+
});
|
|
8893
|
+
}, "de_CmafIngestCaptionLanguageMapping");
|
|
8672
8894
|
var de_CmafIngestGroupSettings = /* @__PURE__ */ __name((output, context) => {
|
|
8673
8895
|
return (0, import_smithy_client.take)(output, {
|
|
8896
|
+
CaptionLanguageMappings: [
|
|
8897
|
+
,
|
|
8898
|
+
(_) => de___listOfCmafIngestCaptionLanguageMapping(_, context),
|
|
8899
|
+
`captionLanguageMappings`
|
|
8900
|
+
],
|
|
8674
8901
|
Destination: [, (_) => de_OutputLocationRef(_, context), `destination`],
|
|
8675
8902
|
Id3Behavior: [, import_smithy_client.expectString, `id3Behavior`],
|
|
8676
8903
|
Id3NameModifier: [, import_smithy_client.expectString, `id3NameModifier`],
|
|
@@ -8682,7 +8909,10 @@ var de_CmafIngestGroupSettings = /* @__PURE__ */ __name((output, context) => {
|
|
|
8682
8909
|
Scte35Type: [, import_smithy_client.expectString, `scte35Type`],
|
|
8683
8910
|
SegmentLength: [, import_smithy_client.expectInt32, `segmentLength`],
|
|
8684
8911
|
SegmentLengthUnits: [, import_smithy_client.expectString, `segmentLengthUnits`],
|
|
8685
|
-
SendDelayMs: [, import_smithy_client.expectInt32, `sendDelayMs`]
|
|
8912
|
+
SendDelayMs: [, import_smithy_client.expectInt32, `sendDelayMs`],
|
|
8913
|
+
TimedMetadataId3Frame: [, import_smithy_client.expectString, `timedMetadataId3Frame`],
|
|
8914
|
+
TimedMetadataId3Period: [, import_smithy_client.expectInt32, `timedMetadataId3Period`],
|
|
8915
|
+
TimedMetadataPassthrough: [, import_smithy_client.expectString, `timedMetadataPassthrough`]
|
|
8686
8916
|
});
|
|
8687
8917
|
}, "de_CmafIngestGroupSettings");
|
|
8688
8918
|
var de_CmafIngestOutputSettings = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -8754,6 +8984,7 @@ var de_DescribeNodeSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
8754
8984
|
Name: [, import_smithy_client.expectString, `name`],
|
|
8755
8985
|
NodeInterfaceMappings: [, (_) => de___listOfNodeInterfaceMapping(_, context), `nodeInterfaceMappings`],
|
|
8756
8986
|
Role: [, import_smithy_client.expectString, `role`],
|
|
8987
|
+
SdiSourceMappings: [, (_) => de_SdiSourceMappings(_, context), `sdiSourceMappings`],
|
|
8757
8988
|
State: [, import_smithy_client.expectString, `state`]
|
|
8758
8989
|
});
|
|
8759
8990
|
}, "de_DescribeNodeSummary");
|
|
@@ -9303,6 +9534,7 @@ var de_Input = /* @__PURE__ */ __name((output, context) => {
|
|
|
9303
9534
|
MulticastSettings: [, (_) => de_MulticastSettings(_, context), `multicastSettings`],
|
|
9304
9535
|
Name: [, import_smithy_client.expectString, `name`],
|
|
9305
9536
|
RoleArn: [, import_smithy_client.expectString, `roleArn`],
|
|
9537
|
+
SdiSources: [, import_smithy_client._json, `sdiSources`],
|
|
9306
9538
|
SecurityGroups: [, import_smithy_client._json, `securityGroups`],
|
|
9307
9539
|
Smpte2110ReceiverGroupSettings: [
|
|
9308
9540
|
,
|
|
@@ -9434,6 +9666,7 @@ var de_InputDeviceUhdSettings = /* @__PURE__ */ __name((output, context) => {
|
|
|
9434
9666
|
DeviceState: [, import_smithy_client.expectString, `deviceState`],
|
|
9435
9667
|
Framerate: [, import_smithy_client.limitedParseDouble, `framerate`],
|
|
9436
9668
|
Height: [, import_smithy_client.expectInt32, `height`],
|
|
9669
|
+
InputResolution: [, import_smithy_client.expectString, `inputResolution`],
|
|
9437
9670
|
LatencyMs: [, import_smithy_client.expectInt32, `latencyMs`],
|
|
9438
9671
|
MaxBitrate: [, import_smithy_client.expectInt32, `maxBitrate`],
|
|
9439
9672
|
MediaconnectSettings: [, (_) => de_InputDeviceMediaConnectSettings(_, context), `mediaconnectSettings`],
|
|
@@ -10328,6 +10561,41 @@ var de_Scte35TimeSignalScheduleActionSettings = /* @__PURE__ */ __name((output,
|
|
|
10328
10561
|
Scte35Descriptors: [, (_) => de___listOfScte35Descriptor(_, context), `scte35Descriptors`]
|
|
10329
10562
|
});
|
|
10330
10563
|
}, "de_Scte35TimeSignalScheduleActionSettings");
|
|
10564
|
+
var de_SdiSource = /* @__PURE__ */ __name((output, context) => {
|
|
10565
|
+
return (0, import_smithy_client.take)(output, {
|
|
10566
|
+
Arn: [, import_smithy_client.expectString, `arn`],
|
|
10567
|
+
Id: [, import_smithy_client.expectString, `id`],
|
|
10568
|
+
Inputs: [, import_smithy_client._json, `inputs`],
|
|
10569
|
+
Mode: [, import_smithy_client.expectString, `mode`],
|
|
10570
|
+
Name: [, import_smithy_client.expectString, `name`],
|
|
10571
|
+
State: [, import_smithy_client.expectString, `state`],
|
|
10572
|
+
Type: [, import_smithy_client.expectString, `type`]
|
|
10573
|
+
});
|
|
10574
|
+
}, "de_SdiSource");
|
|
10575
|
+
var de_SdiSourceMapping = /* @__PURE__ */ __name((output, context) => {
|
|
10576
|
+
return (0, import_smithy_client.take)(output, {
|
|
10577
|
+
CardNumber: [, import_smithy_client.expectInt32, `cardNumber`],
|
|
10578
|
+
ChannelNumber: [, import_smithy_client.expectInt32, `channelNumber`],
|
|
10579
|
+
SdiSource: [, import_smithy_client.expectString, `sdiSource`]
|
|
10580
|
+
});
|
|
10581
|
+
}, "de_SdiSourceMapping");
|
|
10582
|
+
var de_SdiSourceMappings = /* @__PURE__ */ __name((output, context) => {
|
|
10583
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
10584
|
+
return de_SdiSourceMapping(entry, context);
|
|
10585
|
+
});
|
|
10586
|
+
return retVal;
|
|
10587
|
+
}, "de_SdiSourceMappings");
|
|
10588
|
+
var de_SdiSourceSummary = /* @__PURE__ */ __name((output, context) => {
|
|
10589
|
+
return (0, import_smithy_client.take)(output, {
|
|
10590
|
+
Arn: [, import_smithy_client.expectString, `arn`],
|
|
10591
|
+
Id: [, import_smithy_client.expectString, `id`],
|
|
10592
|
+
Inputs: [, import_smithy_client._json, `inputs`],
|
|
10593
|
+
Mode: [, import_smithy_client.expectString, `mode`],
|
|
10594
|
+
Name: [, import_smithy_client.expectString, `name`],
|
|
10595
|
+
State: [, import_smithy_client.expectString, `state`],
|
|
10596
|
+
Type: [, import_smithy_client.expectString, `type`]
|
|
10597
|
+
});
|
|
10598
|
+
}, "de_SdiSourceSummary");
|
|
10331
10599
|
var de_SignalMapSummary = /* @__PURE__ */ __name((output, context) => {
|
|
10332
10600
|
return (0, import_smithy_client.take)(output, {
|
|
10333
10601
|
Arn: [, import_smithy_client.expectString, `arn`],
|
|
@@ -11019,6 +11287,21 @@ var CreatePartnerInputCommand = class extends import_smithy_client.Command.class
|
|
|
11019
11287
|
}
|
|
11020
11288
|
};
|
|
11021
11289
|
|
|
11290
|
+
// src/commands/CreateSdiSourceCommand.ts
|
|
11291
|
+
|
|
11292
|
+
|
|
11293
|
+
|
|
11294
|
+
var CreateSdiSourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11295
|
+
return [
|
|
11296
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11297
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11298
|
+
];
|
|
11299
|
+
}).s("MediaLive", "CreateSdiSource", {}).n("MediaLiveClient", "CreateSdiSourceCommand").f(void 0, void 0).ser(se_CreateSdiSourceCommand).de(de_CreateSdiSourceCommand).build() {
|
|
11300
|
+
static {
|
|
11301
|
+
__name(this, "CreateSdiSourceCommand");
|
|
11302
|
+
}
|
|
11303
|
+
};
|
|
11304
|
+
|
|
11022
11305
|
// src/commands/CreateSignalMapCommand.ts
|
|
11023
11306
|
|
|
11024
11307
|
|
|
@@ -11274,6 +11557,21 @@ var DeleteScheduleCommand = class extends import_smithy_client.Command.classBuil
|
|
|
11274
11557
|
}
|
|
11275
11558
|
};
|
|
11276
11559
|
|
|
11560
|
+
// src/commands/DeleteSdiSourceCommand.ts
|
|
11561
|
+
|
|
11562
|
+
|
|
11563
|
+
|
|
11564
|
+
var DeleteSdiSourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11565
|
+
return [
|
|
11566
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11567
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11568
|
+
];
|
|
11569
|
+
}).s("MediaLive", "DeleteSdiSource", {}).n("MediaLiveClient", "DeleteSdiSourceCommand").f(void 0, void 0).ser(se_DeleteSdiSourceCommand).de(de_DeleteSdiSourceCommand).build() {
|
|
11570
|
+
static {
|
|
11571
|
+
__name(this, "DeleteSdiSourceCommand");
|
|
11572
|
+
}
|
|
11573
|
+
};
|
|
11574
|
+
|
|
11277
11575
|
// src/commands/DeleteSignalMapCommand.ts
|
|
11278
11576
|
|
|
11279
11577
|
|
|
@@ -11400,6 +11698,22 @@ var DescribeInputDeviceCommand = class extends import_smithy_client.Command.clas
|
|
|
11400
11698
|
|
|
11401
11699
|
|
|
11402
11700
|
// src/models/models_2.ts
|
|
11701
|
+
var BlackoutSlateNetworkEndBlackout = {
|
|
11702
|
+
DISABLED: "DISABLED",
|
|
11703
|
+
ENABLED: "ENABLED"
|
|
11704
|
+
};
|
|
11705
|
+
var BlackoutSlateState = {
|
|
11706
|
+
DISABLED: "DISABLED",
|
|
11707
|
+
ENABLED: "ENABLED"
|
|
11708
|
+
};
|
|
11709
|
+
var FeatureActivationsInputPrepareScheduleActions = {
|
|
11710
|
+
DISABLED: "DISABLED",
|
|
11711
|
+
ENABLED: "ENABLED"
|
|
11712
|
+
};
|
|
11713
|
+
var FeatureActivationsOutputStaticImageOverlayScheduleActions = {
|
|
11714
|
+
DISABLED: "DISABLED",
|
|
11715
|
+
ENABLED: "ENABLED"
|
|
11716
|
+
};
|
|
11403
11717
|
var GlobalConfigurationInputEndAction = {
|
|
11404
11718
|
NONE: "NONE",
|
|
11405
11719
|
SWITCH_AND_LOOP_INPUTS: "SWITCH_AND_LOOP_INPUTS"
|
|
@@ -11590,6 +11904,21 @@ var DescribeScheduleCommand = class extends import_smithy_client.Command.classBu
|
|
|
11590
11904
|
}
|
|
11591
11905
|
};
|
|
11592
11906
|
|
|
11907
|
+
// src/commands/DescribeSdiSourceCommand.ts
|
|
11908
|
+
|
|
11909
|
+
|
|
11910
|
+
|
|
11911
|
+
var DescribeSdiSourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11912
|
+
return [
|
|
11913
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11914
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11915
|
+
];
|
|
11916
|
+
}).s("MediaLive", "DescribeSdiSource", {}).n("MediaLiveClient", "DescribeSdiSourceCommand").f(void 0, void 0).ser(se_DescribeSdiSourceCommand).de(de_DescribeSdiSourceCommand).build() {
|
|
11917
|
+
static {
|
|
11918
|
+
__name(this, "DescribeSdiSourceCommand");
|
|
11919
|
+
}
|
|
11920
|
+
};
|
|
11921
|
+
|
|
11593
11922
|
// src/commands/DescribeThumbnailsCommand.ts
|
|
11594
11923
|
|
|
11595
11924
|
|
|
@@ -11935,6 +12264,21 @@ var ListReservationsCommand = class extends import_smithy_client.Command.classBu
|
|
|
11935
12264
|
}
|
|
11936
12265
|
};
|
|
11937
12266
|
|
|
12267
|
+
// src/commands/ListSdiSourcesCommand.ts
|
|
12268
|
+
|
|
12269
|
+
|
|
12270
|
+
|
|
12271
|
+
var ListSdiSourcesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
12272
|
+
return [
|
|
12273
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
12274
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
12275
|
+
];
|
|
12276
|
+
}).s("MediaLive", "ListSdiSources", {}).n("MediaLiveClient", "ListSdiSourcesCommand").f(void 0, void 0).ser(se_ListSdiSourcesCommand).de(de_ListSdiSourcesCommand).build() {
|
|
12277
|
+
static {
|
|
12278
|
+
__name(this, "ListSdiSourcesCommand");
|
|
12279
|
+
}
|
|
12280
|
+
};
|
|
12281
|
+
|
|
11938
12282
|
// src/commands/ListSignalMapsCommand.ts
|
|
11939
12283
|
|
|
11940
12284
|
|
|
@@ -12475,6 +12819,21 @@ var UpdateReservationCommand = class extends import_smithy_client.Command.classB
|
|
|
12475
12819
|
}
|
|
12476
12820
|
};
|
|
12477
12821
|
|
|
12822
|
+
// src/commands/UpdateSdiSourceCommand.ts
|
|
12823
|
+
|
|
12824
|
+
|
|
12825
|
+
|
|
12826
|
+
var UpdateSdiSourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
12827
|
+
return [
|
|
12828
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
12829
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
12830
|
+
];
|
|
12831
|
+
}).s("MediaLive", "UpdateSdiSource", {}).n("MediaLiveClient", "UpdateSdiSourceCommand").f(void 0, void 0).ser(se_UpdateSdiSourceCommand).de(de_UpdateSdiSourceCommand).build() {
|
|
12832
|
+
static {
|
|
12833
|
+
__name(this, "UpdateSdiSourceCommand");
|
|
12834
|
+
}
|
|
12835
|
+
};
|
|
12836
|
+
|
|
12478
12837
|
// src/MediaLive.ts
|
|
12479
12838
|
var commands = {
|
|
12480
12839
|
AcceptInputDeviceTransferCommand,
|
|
@@ -12499,6 +12858,7 @@ var commands = {
|
|
|
12499
12858
|
CreateNodeCommand,
|
|
12500
12859
|
CreateNodeRegistrationScriptCommand,
|
|
12501
12860
|
CreatePartnerInputCommand,
|
|
12861
|
+
CreateSdiSourceCommand,
|
|
12502
12862
|
CreateSignalMapCommand,
|
|
12503
12863
|
CreateTagsCommand,
|
|
12504
12864
|
DeleteChannelCommand,
|
|
@@ -12516,6 +12876,7 @@ var commands = {
|
|
|
12516
12876
|
DeleteNodeCommand,
|
|
12517
12877
|
DeleteReservationCommand,
|
|
12518
12878
|
DeleteScheduleCommand,
|
|
12879
|
+
DeleteSdiSourceCommand,
|
|
12519
12880
|
DeleteSignalMapCommand,
|
|
12520
12881
|
DeleteTagsCommand,
|
|
12521
12882
|
DescribeAccountConfigurationCommand,
|
|
@@ -12533,6 +12894,7 @@ var commands = {
|
|
|
12533
12894
|
DescribeOfferingCommand,
|
|
12534
12895
|
DescribeReservationCommand,
|
|
12535
12896
|
DescribeScheduleCommand,
|
|
12897
|
+
DescribeSdiSourceCommand,
|
|
12536
12898
|
DescribeThumbnailsCommand,
|
|
12537
12899
|
GetCloudWatchAlarmTemplateCommand,
|
|
12538
12900
|
GetCloudWatchAlarmTemplateGroupCommand,
|
|
@@ -12556,6 +12918,7 @@ var commands = {
|
|
|
12556
12918
|
ListNodesCommand,
|
|
12557
12919
|
ListOfferingsCommand,
|
|
12558
12920
|
ListReservationsCommand,
|
|
12921
|
+
ListSdiSourcesCommand,
|
|
12559
12922
|
ListSignalMapsCommand,
|
|
12560
12923
|
ListTagsForResourceCommand,
|
|
12561
12924
|
ListVersionsCommand,
|
|
@@ -12591,7 +12954,8 @@ var commands = {
|
|
|
12591
12954
|
UpdateNetworkCommand,
|
|
12592
12955
|
UpdateNodeCommand,
|
|
12593
12956
|
UpdateNodeStateCommand,
|
|
12594
|
-
UpdateReservationCommand
|
|
12957
|
+
UpdateReservationCommand,
|
|
12958
|
+
UpdateSdiSourceCommand
|
|
12595
12959
|
};
|
|
12596
12960
|
var MediaLive = class extends MediaLiveClient {
|
|
12597
12961
|
static {
|
|
@@ -12672,6 +13036,10 @@ var paginateListOfferings = (0, import_core.createPaginator)(MediaLiveClient, Li
|
|
|
12672
13036
|
|
|
12673
13037
|
var paginateListReservations = (0, import_core.createPaginator)(MediaLiveClient, ListReservationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
12674
13038
|
|
|
13039
|
+
// src/pagination/ListSdiSourcesPaginator.ts
|
|
13040
|
+
|
|
13041
|
+
var paginateListSdiSources = (0, import_core.createPaginator)(MediaLiveClient, ListSdiSourcesCommand, "NextToken", "NextToken", "MaxResults");
|
|
13042
|
+
|
|
12675
13043
|
// src/pagination/ListSignalMapsPaginator.ts
|
|
12676
13044
|
|
|
12677
13045
|
var paginateListSignalMaps = (0, import_core.createPaginator)(MediaLiveClient, ListSignalMapsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -14366,6 +14734,7 @@ var InputType = {
|
|
|
14366
14734
|
RTMP_PULL: "RTMP_PULL",
|
|
14367
14735
|
RTMP_PUSH: "RTMP_PUSH",
|
|
14368
14736
|
RTP_PUSH: "RTP_PUSH",
|
|
14737
|
+
SDI: "SDI",
|
|
14369
14738
|
SMPTE_2110_RECEIVER_GROUP: "SMPTE_2110_RECEIVER_GROUP",
|
|
14370
14739
|
SRT_CALLER: "SRT_CALLER",
|
|
14371
14740
|
TS_FILE: "TS_FILE",
|
|
@@ -14580,14 +14949,6 @@ var M2tsSegmentationMarkers = {
|
|
|
14580
14949
|
RAI_ADAPT: "RAI_ADAPT",
|
|
14581
14950
|
RAI_SEGSTART: "RAI_SEGSTART"
|
|
14582
14951
|
};
|
|
14583
|
-
var M2tsSegmentationStyle = {
|
|
14584
|
-
MAINTAIN_CADENCE: "MAINTAIN_CADENCE",
|
|
14585
|
-
RESET_CADENCE: "RESET_CADENCE"
|
|
14586
|
-
};
|
|
14587
|
-
var M2tsTimedMetadataBehavior = {
|
|
14588
|
-
NO_PASSTHROUGH: "NO_PASSTHROUGH",
|
|
14589
|
-
PASSTHROUGH: "PASSTHROUGH"
|
|
14590
|
-
};
|
|
14591
14952
|
// Annotate the CommonJS export names for ESM import in node:
|
|
14592
14953
|
|
|
14593
14954
|
0 && (module.exports = {
|
|
@@ -14618,6 +14979,7 @@ var M2tsTimedMetadataBehavior = {
|
|
|
14618
14979
|
CreateNodeCommand,
|
|
14619
14980
|
CreateNodeRegistrationScriptCommand,
|
|
14620
14981
|
CreatePartnerInputCommand,
|
|
14982
|
+
CreateSdiSourceCommand,
|
|
14621
14983
|
CreateSignalMapCommand,
|
|
14622
14984
|
CreateTagsCommand,
|
|
14623
14985
|
DeleteChannelCommand,
|
|
@@ -14635,6 +14997,7 @@ var M2tsTimedMetadataBehavior = {
|
|
|
14635
14997
|
DeleteNodeCommand,
|
|
14636
14998
|
DeleteReservationCommand,
|
|
14637
14999
|
DeleteScheduleCommand,
|
|
15000
|
+
DeleteSdiSourceCommand,
|
|
14638
15001
|
DeleteSignalMapCommand,
|
|
14639
15002
|
DeleteTagsCommand,
|
|
14640
15003
|
DescribeAccountConfigurationCommand,
|
|
@@ -14652,6 +15015,7 @@ var M2tsTimedMetadataBehavior = {
|
|
|
14652
15015
|
DescribeOfferingCommand,
|
|
14653
15016
|
DescribeReservationCommand,
|
|
14654
15017
|
DescribeScheduleCommand,
|
|
15018
|
+
DescribeSdiSourceCommand,
|
|
14655
15019
|
DescribeThumbnailsCommand,
|
|
14656
15020
|
GetCloudWatchAlarmTemplateCommand,
|
|
14657
15021
|
GetCloudWatchAlarmTemplateGroupCommand,
|
|
@@ -14675,6 +15039,7 @@ var M2tsTimedMetadataBehavior = {
|
|
|
14675
15039
|
ListNodesCommand,
|
|
14676
15040
|
ListOfferingsCommand,
|
|
14677
15041
|
ListReservationsCommand,
|
|
15042
|
+
ListSdiSourcesCommand,
|
|
14678
15043
|
ListSignalMapsCommand,
|
|
14679
15044
|
ListTagsForResourceCommand,
|
|
14680
15045
|
ListVersionsCommand,
|
|
@@ -14711,6 +15076,7 @@ var M2tsTimedMetadataBehavior = {
|
|
|
14711
15076
|
UpdateNodeCommand,
|
|
14712
15077
|
UpdateNodeStateCommand,
|
|
14713
15078
|
UpdateReservationCommand,
|
|
15079
|
+
UpdateSdiSourceCommand,
|
|
14714
15080
|
paginateDescribeSchedule,
|
|
14715
15081
|
paginateListChannelPlacementGroups,
|
|
14716
15082
|
paginateListChannels,
|
|
@@ -14729,6 +15095,7 @@ var M2tsTimedMetadataBehavior = {
|
|
|
14729
15095
|
paginateListNodes,
|
|
14730
15096
|
paginateListOfferings,
|
|
14731
15097
|
paginateListReservations,
|
|
15098
|
+
paginateListSdiSources,
|
|
14732
15099
|
paginateListSignalMaps,
|
|
14733
15100
|
waitForChannelCreated,
|
|
14734
15101
|
waitUntilChannelCreated,
|
|
@@ -14945,6 +15312,8 @@ var M2tsTimedMetadataBehavior = {
|
|
|
14945
15312
|
CmafNielsenId3Behavior,
|
|
14946
15313
|
Scte35Type,
|
|
14947
15314
|
CmafIngestSegmentLengthUnits,
|
|
15315
|
+
CmafTimedMetadataId3Frame,
|
|
15316
|
+
CmafTimedMetadataPassthrough,
|
|
14948
15317
|
HlsCaptionLanguageSetting,
|
|
14949
15318
|
HlsClientCache,
|
|
14950
15319
|
HlsCodecSpecification,
|
|
@@ -15000,6 +15369,9 @@ var M2tsTimedMetadataBehavior = {
|
|
|
15000
15369
|
Scte35WebDeliveryAllowedFlag,
|
|
15001
15370
|
Scte35SegmentationCancelIndicator,
|
|
15002
15371
|
FollowPoint,
|
|
15372
|
+
SdiSourceMode,
|
|
15373
|
+
SdiSourceState,
|
|
15374
|
+
SdiSourceType,
|
|
15003
15375
|
SignalMapMonitorDeploymentStatus,
|
|
15004
15376
|
SignalMapStatus,
|
|
15005
15377
|
ThumbnailType,
|