@aws-sdk/client-medialive 3.777.0 → 3.782.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +97 -8
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_1.js +0 -8
- package/dist-es/models/models_2.js +8 -0
- package/dist-es/protocols/Aws_restJson1.js +96 -0
- package/dist-types/commands/CreateInputCommand.d.ts +50 -2
- package/dist-types/commands/CreatePartnerInputCommand.d.ts +25 -1
- package/dist-types/commands/DescribeInputCommand.d.ts +25 -1
- package/dist-types/commands/ListInputsCommand.d.ts +25 -1
- package/dist-types/commands/UpdateInputCommand.d.ts +49 -1
- package/dist-types/models/models_0.d.ts +66 -293
- package/dist-types/models/models_1.d.ts +294 -74
- package/dist-types/models/models_2.d.ts +90 -2
- package/dist-types/ts3.4/models/models_0.d.ts +17 -60
- package/dist-types/ts3.4/models/models_1.d.ts +71 -29
- package/dist-types/ts3.4/models/models_2.d.ts +34 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -1668,14 +1668,6 @@ var FeatureActivationsOutputStaticImageOverlayScheduleActions = {
|
|
|
1668
1668
|
DISABLED: "DISABLED",
|
|
1669
1669
|
ENABLED: "ENABLED"
|
|
1670
1670
|
};
|
|
1671
|
-
var GlobalConfigurationInputEndAction = {
|
|
1672
|
-
NONE: "NONE",
|
|
1673
|
-
SWITCH_AND_LOOP_INPUTS: "SWITCH_AND_LOOP_INPUTS"
|
|
1674
|
-
};
|
|
1675
|
-
var InputLossImageType = {
|
|
1676
|
-
COLOR: "COLOR",
|
|
1677
|
-
SLATE: "SLATE"
|
|
1678
|
-
};
|
|
1679
1671
|
|
|
1680
1672
|
// src/protocols/Aws_restJson1.ts
|
|
1681
1673
|
var se_AcceptInputDeviceTransferCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -1951,6 +1943,11 @@ var se_CreateInputCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1951
1943
|
name: [, , `Name`],
|
|
1952
1944
|
requestId: [true, (_) => _ ?? (0, import_uuid.v4)(), `RequestId`],
|
|
1953
1945
|
roleArn: [, , `RoleArn`],
|
|
1946
|
+
smpte2110ReceiverGroupSettings: [
|
|
1947
|
+
,
|
|
1948
|
+
(_) => se_Smpte2110ReceiverGroupSettings(_, context),
|
|
1949
|
+
`Smpte2110ReceiverGroupSettings`
|
|
1950
|
+
],
|
|
1954
1951
|
sources: [, (_) => se___listOfInputSourceRequest(_, context), `Sources`],
|
|
1955
1952
|
srtSettings: [, (_) => se_SrtSettingsRequest(_, context), `SrtSettings`],
|
|
1956
1953
|
tags: [, (_) => (0, import_smithy_client._json)(_), `Tags`],
|
|
@@ -3134,6 +3131,11 @@ var se_UpdateInputCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3134
3131
|
multicastSettings: [, (_) => se_MulticastSettingsUpdateRequest(_, context), `MulticastSettings`],
|
|
3135
3132
|
name: [, , `Name`],
|
|
3136
3133
|
roleArn: [, , `RoleArn`],
|
|
3134
|
+
smpte2110ReceiverGroupSettings: [
|
|
3135
|
+
,
|
|
3136
|
+
(_) => se_Smpte2110ReceiverGroupSettings(_, context),
|
|
3137
|
+
`Smpte2110ReceiverGroupSettings`
|
|
3138
|
+
],
|
|
3137
3139
|
sources: [, (_) => se___listOfInputSourceRequest(_, context), `Sources`],
|
|
3138
3140
|
srtSettings: [, (_) => se_SrtSettingsRequest(_, context), `SrtSettings`]
|
|
3139
3141
|
})
|
|
@@ -4083,6 +4085,11 @@ var de_DescribeInputCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
4083
4085
|
Name: [, import_smithy_client.expectString, `name`],
|
|
4084
4086
|
RoleArn: [, import_smithy_client.expectString, `roleArn`],
|
|
4085
4087
|
SecurityGroups: [, import_smithy_client._json, `securityGroups`],
|
|
4088
|
+
Smpte2110ReceiverGroupSettings: [
|
|
4089
|
+
,
|
|
4090
|
+
(_) => de_Smpte2110ReceiverGroupSettings(_, context),
|
|
4091
|
+
`smpte2110ReceiverGroupSettings`
|
|
4092
|
+
],
|
|
4086
4093
|
Sources: [, (_) => de___listOfInputSource(_, context), `sources`],
|
|
4087
4094
|
SrtSettings: [, (_) => de_SrtSettings(_, context), `srtSettings`],
|
|
4088
4095
|
State: [, import_smithy_client.expectString, `state`],
|
|
@@ -5683,6 +5690,11 @@ var se___listOfInputRequestDestinationRoute = /* @__PURE__ */ __name((input, con
|
|
|
5683
5690
|
return se_InputRequestDestinationRoute(entry, context);
|
|
5684
5691
|
});
|
|
5685
5692
|
}, "se___listOfInputRequestDestinationRoute");
|
|
5693
|
+
var se___listOfInputSdpLocation = /* @__PURE__ */ __name((input, context) => {
|
|
5694
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
5695
|
+
return se_InputSdpLocation(entry, context);
|
|
5696
|
+
});
|
|
5697
|
+
}, "se___listOfInputSdpLocation");
|
|
5686
5698
|
var se___listOfInputSourceRequest = /* @__PURE__ */ __name((input, context) => {
|
|
5687
5699
|
return input.filter((e) => e != null).map((entry) => {
|
|
5688
5700
|
return se_InputSourceRequest(entry, context);
|
|
@@ -5788,6 +5800,11 @@ var se___listOfScte35Descriptor = /* @__PURE__ */ __name((input, context) => {
|
|
|
5788
5800
|
return se_Scte35Descriptor(entry, context);
|
|
5789
5801
|
});
|
|
5790
5802
|
}, "se___listOfScte35Descriptor");
|
|
5803
|
+
var se___listOfSmpte2110ReceiverGroup = /* @__PURE__ */ __name((input, context) => {
|
|
5804
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
5805
|
+
return se_Smpte2110ReceiverGroup(entry, context);
|
|
5806
|
+
});
|
|
5807
|
+
}, "se___listOfSmpte2110ReceiverGroup");
|
|
5791
5808
|
var se___listOfSrtCallerSourceRequest = /* @__PURE__ */ __name((input, context) => {
|
|
5792
5809
|
return input.filter((e) => e != null).map((entry) => {
|
|
5793
5810
|
return se_SrtCallerSourceRequest(entry, context);
|
|
@@ -6798,6 +6815,12 @@ var se_InputRequestDestinationRoute = /* @__PURE__ */ __name((input, context) =>
|
|
|
6798
6815
|
gateway: [, , `Gateway`]
|
|
6799
6816
|
});
|
|
6800
6817
|
}, "se_InputRequestDestinationRoute");
|
|
6818
|
+
var se_InputSdpLocation = /* @__PURE__ */ __name((input, context) => {
|
|
6819
|
+
return (0, import_smithy_client.take)(input, {
|
|
6820
|
+
mediaIndex: [, , `MediaIndex`],
|
|
6821
|
+
sdpUrl: [, , `SdpUrl`]
|
|
6822
|
+
});
|
|
6823
|
+
}, "se_InputSdpLocation");
|
|
6801
6824
|
var se_InputSettings = /* @__PURE__ */ __name((input, context) => {
|
|
6802
6825
|
return (0, import_smithy_client.take)(input, {
|
|
6803
6826
|
audioSelectors: [, (_) => se___listOfAudioSelector(_, context), `AudioSelectors`],
|
|
@@ -7536,6 +7559,23 @@ var se_Scte35TimeSignalScheduleActionSettings = /* @__PURE__ */ __name((input, c
|
|
|
7536
7559
|
scte35Descriptors: [, (_) => se___listOfScte35Descriptor(_, context), `Scte35Descriptors`]
|
|
7537
7560
|
});
|
|
7538
7561
|
}, "se_Scte35TimeSignalScheduleActionSettings");
|
|
7562
|
+
var se_Smpte2110ReceiverGroup = /* @__PURE__ */ __name((input, context) => {
|
|
7563
|
+
return (0, import_smithy_client.take)(input, {
|
|
7564
|
+
sdpSettings: [, (_) => se_Smpte2110ReceiverGroupSdpSettings(_, context), `SdpSettings`]
|
|
7565
|
+
});
|
|
7566
|
+
}, "se_Smpte2110ReceiverGroup");
|
|
7567
|
+
var se_Smpte2110ReceiverGroupSdpSettings = /* @__PURE__ */ __name((input, context) => {
|
|
7568
|
+
return (0, import_smithy_client.take)(input, {
|
|
7569
|
+
ancillarySdps: [, (_) => se___listOfInputSdpLocation(_, context), `AncillarySdps`],
|
|
7570
|
+
audioSdps: [, (_) => se___listOfInputSdpLocation(_, context), `AudioSdps`],
|
|
7571
|
+
videoSdp: [, (_) => se_InputSdpLocation(_, context), `VideoSdp`]
|
|
7572
|
+
});
|
|
7573
|
+
}, "se_Smpte2110ReceiverGroupSdpSettings");
|
|
7574
|
+
var se_Smpte2110ReceiverGroupSettings = /* @__PURE__ */ __name((input, context) => {
|
|
7575
|
+
return (0, import_smithy_client.take)(input, {
|
|
7576
|
+
smpte2110ReceiverGroups: [, (_) => se___listOfSmpte2110ReceiverGroup(_, context), `Smpte2110ReceiverGroups`]
|
|
7577
|
+
});
|
|
7578
|
+
}, "se_Smpte2110ReceiverGroupSettings");
|
|
7539
7579
|
var se_SrtCallerDecryptionRequest = /* @__PURE__ */ __name((input, context) => {
|
|
7540
7580
|
return (0, import_smithy_client.take)(input, {
|
|
7541
7581
|
algorithm: [, , `Algorithm`],
|
|
@@ -7962,6 +8002,12 @@ var de___listOfInputDeviceUhdAudioChannelPairConfig = /* @__PURE__ */ __name((ou
|
|
|
7962
8002
|
});
|
|
7963
8003
|
return retVal;
|
|
7964
8004
|
}, "de___listOfInputDeviceUhdAudioChannelPairConfig");
|
|
8005
|
+
var de___listOfInputSdpLocation = /* @__PURE__ */ __name((output, context) => {
|
|
8006
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
8007
|
+
return de_InputSdpLocation(entry, context);
|
|
8008
|
+
});
|
|
8009
|
+
return retVal;
|
|
8010
|
+
}, "de___listOfInputSdpLocation");
|
|
7965
8011
|
var de___listOfInputSecurityGroup = /* @__PURE__ */ __name((output, context) => {
|
|
7966
8012
|
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
7967
8013
|
return de_InputSecurityGroup(entry, context);
|
|
@@ -8118,6 +8164,12 @@ var de___listOfSignalMapSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
8118
8164
|
});
|
|
8119
8165
|
return retVal;
|
|
8120
8166
|
}, "de___listOfSignalMapSummary");
|
|
8167
|
+
var de___listOfSmpte2110ReceiverGroup = /* @__PURE__ */ __name((output, context) => {
|
|
8168
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
8169
|
+
return de_Smpte2110ReceiverGroup(entry, context);
|
|
8170
|
+
});
|
|
8171
|
+
return retVal;
|
|
8172
|
+
}, "de___listOfSmpte2110ReceiverGroup");
|
|
8121
8173
|
var de___listOfSrtCallerSource = /* @__PURE__ */ __name((output, context) => {
|
|
8122
8174
|
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
8123
8175
|
return de_SrtCallerSource(entry, context);
|
|
@@ -9252,6 +9304,11 @@ var de_Input = /* @__PURE__ */ __name((output, context) => {
|
|
|
9252
9304
|
Name: [, import_smithy_client.expectString, `name`],
|
|
9253
9305
|
RoleArn: [, import_smithy_client.expectString, `roleArn`],
|
|
9254
9306
|
SecurityGroups: [, import_smithy_client._json, `securityGroups`],
|
|
9307
|
+
Smpte2110ReceiverGroupSettings: [
|
|
9308
|
+
,
|
|
9309
|
+
(_) => de_Smpte2110ReceiverGroupSettings(_, context),
|
|
9310
|
+
`smpte2110ReceiverGroupSettings`
|
|
9311
|
+
],
|
|
9255
9312
|
Sources: [, (_) => de___listOfInputSource(_, context), `sources`],
|
|
9256
9313
|
SrtSettings: [, (_) => de_SrtSettings(_, context), `srtSettings`],
|
|
9257
9314
|
State: [, import_smithy_client.expectString, `state`],
|
|
@@ -9412,6 +9469,12 @@ var de_InputPrepareScheduleActionSettings = /* @__PURE__ */ __name((output, cont
|
|
|
9412
9469
|
UrlPath: [, import_smithy_client._json, `urlPath`]
|
|
9413
9470
|
});
|
|
9414
9471
|
}, "de_InputPrepareScheduleActionSettings");
|
|
9472
|
+
var de_InputSdpLocation = /* @__PURE__ */ __name((output, context) => {
|
|
9473
|
+
return (0, import_smithy_client.take)(output, {
|
|
9474
|
+
MediaIndex: [, import_smithy_client.expectInt32, `mediaIndex`],
|
|
9475
|
+
SdpUrl: [, import_smithy_client.expectString, `sdpUrl`]
|
|
9476
|
+
});
|
|
9477
|
+
}, "de_InputSdpLocation");
|
|
9415
9478
|
var de_InputSecurityGroup = /* @__PURE__ */ __name((output, context) => {
|
|
9416
9479
|
return (0, import_smithy_client.take)(output, {
|
|
9417
9480
|
Arn: [, import_smithy_client.expectString, `arn`],
|
|
@@ -10278,6 +10341,23 @@ var de_SignalMapSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
10278
10341
|
Tags: [, import_smithy_client._json, `tags`]
|
|
10279
10342
|
});
|
|
10280
10343
|
}, "de_SignalMapSummary");
|
|
10344
|
+
var de_Smpte2110ReceiverGroup = /* @__PURE__ */ __name((output, context) => {
|
|
10345
|
+
return (0, import_smithy_client.take)(output, {
|
|
10346
|
+
SdpSettings: [, (_) => de_Smpte2110ReceiverGroupSdpSettings(_, context), `sdpSettings`]
|
|
10347
|
+
});
|
|
10348
|
+
}, "de_Smpte2110ReceiverGroup");
|
|
10349
|
+
var de_Smpte2110ReceiverGroupSdpSettings = /* @__PURE__ */ __name((output, context) => {
|
|
10350
|
+
return (0, import_smithy_client.take)(output, {
|
|
10351
|
+
AncillarySdps: [, (_) => de___listOfInputSdpLocation(_, context), `ancillarySdps`],
|
|
10352
|
+
AudioSdps: [, (_) => de___listOfInputSdpLocation(_, context), `audioSdps`],
|
|
10353
|
+
VideoSdp: [, (_) => de_InputSdpLocation(_, context), `videoSdp`]
|
|
10354
|
+
});
|
|
10355
|
+
}, "de_Smpte2110ReceiverGroupSdpSettings");
|
|
10356
|
+
var de_Smpte2110ReceiverGroupSettings = /* @__PURE__ */ __name((output, context) => {
|
|
10357
|
+
return (0, import_smithy_client.take)(output, {
|
|
10358
|
+
Smpte2110ReceiverGroups: [, (_) => de___listOfSmpte2110ReceiverGroup(_, context), `smpte2110ReceiverGroups`]
|
|
10359
|
+
});
|
|
10360
|
+
}, "de_Smpte2110ReceiverGroupSettings");
|
|
10281
10361
|
var de_SrtCallerDecryption = /* @__PURE__ */ __name((output, context) => {
|
|
10282
10362
|
return (0, import_smithy_client.take)(output, {
|
|
10283
10363
|
Algorithm: [, import_smithy_client.expectString, `algorithm`],
|
|
@@ -11320,6 +11400,14 @@ var DescribeInputDeviceCommand = class extends import_smithy_client.Command.clas
|
|
|
11320
11400
|
|
|
11321
11401
|
|
|
11322
11402
|
// src/models/models_2.ts
|
|
11403
|
+
var GlobalConfigurationInputEndAction = {
|
|
11404
|
+
NONE: "NONE",
|
|
11405
|
+
SWITCH_AND_LOOP_INPUTS: "SWITCH_AND_LOOP_INPUTS"
|
|
11406
|
+
};
|
|
11407
|
+
var InputLossImageType = {
|
|
11408
|
+
COLOR: "COLOR",
|
|
11409
|
+
SLATE: "SLATE"
|
|
11410
|
+
};
|
|
11323
11411
|
var GlobalConfigurationOutputLockingMode = {
|
|
11324
11412
|
DISABLED: "DISABLED",
|
|
11325
11413
|
EPOCH_LOCKING: "EPOCH_LOCKING",
|
|
@@ -14278,6 +14366,7 @@ var InputType = {
|
|
|
14278
14366
|
RTMP_PULL: "RTMP_PULL",
|
|
14279
14367
|
RTMP_PUSH: "RTMP_PUSH",
|
|
14280
14368
|
RTP_PUSH: "RTP_PUSH",
|
|
14369
|
+
SMPTE_2110_RECEIVER_GROUP: "SMPTE_2110_RECEIVER_GROUP",
|
|
14281
14370
|
SRT_CALLER: "SRT_CALLER",
|
|
14282
14371
|
TS_FILE: "TS_FILE",
|
|
14283
14372
|
UDP_PUSH: "UDP_PUSH",
|
|
@@ -870,11 +870,3 @@ export const FeatureActivationsOutputStaticImageOverlayScheduleActions = {
|
|
|
870
870
|
DISABLED: "DISABLED",
|
|
871
871
|
ENABLED: "ENABLED",
|
|
872
872
|
};
|
|
873
|
-
export const GlobalConfigurationInputEndAction = {
|
|
874
|
-
NONE: "NONE",
|
|
875
|
-
SWITCH_AND_LOOP_INPUTS: "SWITCH_AND_LOOP_INPUTS",
|
|
876
|
-
};
|
|
877
|
-
export const InputLossImageType = {
|
|
878
|
-
COLOR: "COLOR",
|
|
879
|
-
SLATE: "SLATE",
|
|
880
|
-
};
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
export const GlobalConfigurationInputEndAction = {
|
|
2
|
+
NONE: "NONE",
|
|
3
|
+
SWITCH_AND_LOOP_INPUTS: "SWITCH_AND_LOOP_INPUTS",
|
|
4
|
+
};
|
|
5
|
+
export const InputLossImageType = {
|
|
6
|
+
COLOR: "COLOR",
|
|
7
|
+
SLATE: "SLATE",
|
|
8
|
+
};
|
|
1
9
|
export const GlobalConfigurationOutputLockingMode = {
|
|
2
10
|
DISABLED: "DISABLED",
|
|
3
11
|
EPOCH_LOCKING: "EPOCH_LOCKING",
|
|
@@ -252,6 +252,11 @@ export const se_CreateInputCommand = async (input, context) => {
|
|
|
252
252
|
name: [, , `Name`],
|
|
253
253
|
requestId: [true, (_) => _ ?? generateIdempotencyToken(), `RequestId`],
|
|
254
254
|
roleArn: [, , `RoleArn`],
|
|
255
|
+
smpte2110ReceiverGroupSettings: [
|
|
256
|
+
,
|
|
257
|
+
(_) => se_Smpte2110ReceiverGroupSettings(_, context),
|
|
258
|
+
`Smpte2110ReceiverGroupSettings`,
|
|
259
|
+
],
|
|
255
260
|
sources: [, (_) => se___listOfInputSourceRequest(_, context), `Sources`],
|
|
256
261
|
srtSettings: [, (_) => se_SrtSettingsRequest(_, context), `SrtSettings`],
|
|
257
262
|
tags: [, (_) => _json(_), `Tags`],
|
|
@@ -1385,6 +1390,11 @@ export const se_UpdateInputCommand = async (input, context) => {
|
|
|
1385
1390
|
multicastSettings: [, (_) => se_MulticastSettingsUpdateRequest(_, context), `MulticastSettings`],
|
|
1386
1391
|
name: [, , `Name`],
|
|
1387
1392
|
roleArn: [, , `RoleArn`],
|
|
1393
|
+
smpte2110ReceiverGroupSettings: [
|
|
1394
|
+
,
|
|
1395
|
+
(_) => se_Smpte2110ReceiverGroupSettings(_, context),
|
|
1396
|
+
`Smpte2110ReceiverGroupSettings`,
|
|
1397
|
+
],
|
|
1388
1398
|
sources: [, (_) => se___listOfInputSourceRequest(_, context), `Sources`],
|
|
1389
1399
|
srtSettings: [, (_) => se_SrtSettingsRequest(_, context), `SrtSettings`],
|
|
1390
1400
|
}));
|
|
@@ -2317,6 +2327,11 @@ export const de_DescribeInputCommand = async (output, context) => {
|
|
|
2317
2327
|
Name: [, __expectString, `name`],
|
|
2318
2328
|
RoleArn: [, __expectString, `roleArn`],
|
|
2319
2329
|
SecurityGroups: [, _json, `securityGroups`],
|
|
2330
|
+
Smpte2110ReceiverGroupSettings: [
|
|
2331
|
+
,
|
|
2332
|
+
(_) => de_Smpte2110ReceiverGroupSettings(_, context),
|
|
2333
|
+
`smpte2110ReceiverGroupSettings`,
|
|
2334
|
+
],
|
|
2320
2335
|
Sources: [, (_) => de___listOfInputSource(_, context), `sources`],
|
|
2321
2336
|
SrtSettings: [, (_) => de_SrtSettings(_, context), `srtSettings`],
|
|
2322
2337
|
State: [, __expectString, `state`],
|
|
@@ -3951,6 +3966,13 @@ const se___listOfInputRequestDestinationRoute = (input, context) => {
|
|
|
3951
3966
|
return se_InputRequestDestinationRoute(entry, context);
|
|
3952
3967
|
});
|
|
3953
3968
|
};
|
|
3969
|
+
const se___listOfInputSdpLocation = (input, context) => {
|
|
3970
|
+
return input
|
|
3971
|
+
.filter((e) => e != null)
|
|
3972
|
+
.map((entry) => {
|
|
3973
|
+
return se_InputSdpLocation(entry, context);
|
|
3974
|
+
});
|
|
3975
|
+
};
|
|
3954
3976
|
const se___listOfInputSourceRequest = (input, context) => {
|
|
3955
3977
|
return input
|
|
3956
3978
|
.filter((e) => e != null)
|
|
@@ -4098,6 +4120,13 @@ const se___listOfScte35Descriptor = (input, context) => {
|
|
|
4098
4120
|
return se_Scte35Descriptor(entry, context);
|
|
4099
4121
|
});
|
|
4100
4122
|
};
|
|
4123
|
+
const se___listOfSmpte2110ReceiverGroup = (input, context) => {
|
|
4124
|
+
return input
|
|
4125
|
+
.filter((e) => e != null)
|
|
4126
|
+
.map((entry) => {
|
|
4127
|
+
return se_Smpte2110ReceiverGroup(entry, context);
|
|
4128
|
+
});
|
|
4129
|
+
};
|
|
4101
4130
|
const se___listOfSrtCallerSourceRequest = (input, context) => {
|
|
4102
4131
|
return input
|
|
4103
4132
|
.filter((e) => e != null)
|
|
@@ -5114,6 +5143,12 @@ const se_InputRequestDestinationRoute = (input, context) => {
|
|
|
5114
5143
|
gateway: [, , `Gateway`],
|
|
5115
5144
|
});
|
|
5116
5145
|
};
|
|
5146
|
+
const se_InputSdpLocation = (input, context) => {
|
|
5147
|
+
return take(input, {
|
|
5148
|
+
mediaIndex: [, , `MediaIndex`],
|
|
5149
|
+
sdpUrl: [, , `SdpUrl`],
|
|
5150
|
+
});
|
|
5151
|
+
};
|
|
5117
5152
|
const se_InputSettings = (input, context) => {
|
|
5118
5153
|
return take(input, {
|
|
5119
5154
|
audioSelectors: [, (_) => se___listOfAudioSelector(_, context), `AudioSelectors`],
|
|
@@ -5852,6 +5887,23 @@ const se_Scte35TimeSignalScheduleActionSettings = (input, context) => {
|
|
|
5852
5887
|
scte35Descriptors: [, (_) => se___listOfScte35Descriptor(_, context), `Scte35Descriptors`],
|
|
5853
5888
|
});
|
|
5854
5889
|
};
|
|
5890
|
+
const se_Smpte2110ReceiverGroup = (input, context) => {
|
|
5891
|
+
return take(input, {
|
|
5892
|
+
sdpSettings: [, (_) => se_Smpte2110ReceiverGroupSdpSettings(_, context), `SdpSettings`],
|
|
5893
|
+
});
|
|
5894
|
+
};
|
|
5895
|
+
const se_Smpte2110ReceiverGroupSdpSettings = (input, context) => {
|
|
5896
|
+
return take(input, {
|
|
5897
|
+
ancillarySdps: [, (_) => se___listOfInputSdpLocation(_, context), `AncillarySdps`],
|
|
5898
|
+
audioSdps: [, (_) => se___listOfInputSdpLocation(_, context), `AudioSdps`],
|
|
5899
|
+
videoSdp: [, (_) => se_InputSdpLocation(_, context), `VideoSdp`],
|
|
5900
|
+
});
|
|
5901
|
+
};
|
|
5902
|
+
const se_Smpte2110ReceiverGroupSettings = (input, context) => {
|
|
5903
|
+
return take(input, {
|
|
5904
|
+
smpte2110ReceiverGroups: [, (_) => se___listOfSmpte2110ReceiverGroup(_, context), `Smpte2110ReceiverGroups`],
|
|
5905
|
+
});
|
|
5906
|
+
};
|
|
5855
5907
|
const se_SrtCallerDecryptionRequest = (input, context) => {
|
|
5856
5908
|
return take(input, {
|
|
5857
5909
|
algorithm: [, , `Algorithm`],
|
|
@@ -6340,6 +6392,14 @@ const de___listOfInputDeviceUhdAudioChannelPairConfig = (output, context) => {
|
|
|
6340
6392
|
});
|
|
6341
6393
|
return retVal;
|
|
6342
6394
|
};
|
|
6395
|
+
const de___listOfInputSdpLocation = (output, context) => {
|
|
6396
|
+
const retVal = (output || [])
|
|
6397
|
+
.filter((e) => e != null)
|
|
6398
|
+
.map((entry) => {
|
|
6399
|
+
return de_InputSdpLocation(entry, context);
|
|
6400
|
+
});
|
|
6401
|
+
return retVal;
|
|
6402
|
+
};
|
|
6343
6403
|
const de___listOfInputSecurityGroup = (output, context) => {
|
|
6344
6404
|
const retVal = (output || [])
|
|
6345
6405
|
.filter((e) => e != null)
|
|
@@ -6548,6 +6608,14 @@ const de___listOfSignalMapSummary = (output, context) => {
|
|
|
6548
6608
|
});
|
|
6549
6609
|
return retVal;
|
|
6550
6610
|
};
|
|
6611
|
+
const de___listOfSmpte2110ReceiverGroup = (output, context) => {
|
|
6612
|
+
const retVal = (output || [])
|
|
6613
|
+
.filter((e) => e != null)
|
|
6614
|
+
.map((entry) => {
|
|
6615
|
+
return de_Smpte2110ReceiverGroup(entry, context);
|
|
6616
|
+
});
|
|
6617
|
+
return retVal;
|
|
6618
|
+
};
|
|
6551
6619
|
const de___listOfSrtCallerSource = (output, context) => {
|
|
6552
6620
|
const retVal = (output || [])
|
|
6553
6621
|
.filter((e) => e != null)
|
|
@@ -7696,6 +7764,11 @@ const de_Input = (output, context) => {
|
|
|
7696
7764
|
Name: [, __expectString, `name`],
|
|
7697
7765
|
RoleArn: [, __expectString, `roleArn`],
|
|
7698
7766
|
SecurityGroups: [, _json, `securityGroups`],
|
|
7767
|
+
Smpte2110ReceiverGroupSettings: [
|
|
7768
|
+
,
|
|
7769
|
+
(_) => de_Smpte2110ReceiverGroupSettings(_, context),
|
|
7770
|
+
`smpte2110ReceiverGroupSettings`,
|
|
7771
|
+
],
|
|
7699
7772
|
Sources: [, (_) => de___listOfInputSource(_, context), `sources`],
|
|
7700
7773
|
SrtSettings: [, (_) => de_SrtSettings(_, context), `srtSettings`],
|
|
7701
7774
|
State: [, __expectString, `state`],
|
|
@@ -7856,6 +7929,12 @@ const de_InputPrepareScheduleActionSettings = (output, context) => {
|
|
|
7856
7929
|
UrlPath: [, _json, `urlPath`],
|
|
7857
7930
|
});
|
|
7858
7931
|
};
|
|
7932
|
+
const de_InputSdpLocation = (output, context) => {
|
|
7933
|
+
return take(output, {
|
|
7934
|
+
MediaIndex: [, __expectInt32, `mediaIndex`],
|
|
7935
|
+
SdpUrl: [, __expectString, `sdpUrl`],
|
|
7936
|
+
});
|
|
7937
|
+
};
|
|
7859
7938
|
const de_InputSecurityGroup = (output, context) => {
|
|
7860
7939
|
return take(output, {
|
|
7861
7940
|
Arn: [, __expectString, `arn`],
|
|
@@ -8722,6 +8801,23 @@ const de_SignalMapSummary = (output, context) => {
|
|
|
8722
8801
|
Tags: [, _json, `tags`],
|
|
8723
8802
|
});
|
|
8724
8803
|
};
|
|
8804
|
+
const de_Smpte2110ReceiverGroup = (output, context) => {
|
|
8805
|
+
return take(output, {
|
|
8806
|
+
SdpSettings: [, (_) => de_Smpte2110ReceiverGroupSdpSettings(_, context), `sdpSettings`],
|
|
8807
|
+
});
|
|
8808
|
+
};
|
|
8809
|
+
const de_Smpte2110ReceiverGroupSdpSettings = (output, context) => {
|
|
8810
|
+
return take(output, {
|
|
8811
|
+
AncillarySdps: [, (_) => de___listOfInputSdpLocation(_, context), `ancillarySdps`],
|
|
8812
|
+
AudioSdps: [, (_) => de___listOfInputSdpLocation(_, context), `audioSdps`],
|
|
8813
|
+
VideoSdp: [, (_) => de_InputSdpLocation(_, context), `videoSdp`],
|
|
8814
|
+
});
|
|
8815
|
+
};
|
|
8816
|
+
const de_Smpte2110ReceiverGroupSettings = (output, context) => {
|
|
8817
|
+
return take(output, {
|
|
8818
|
+
Smpte2110ReceiverGroups: [, (_) => de___listOfSmpte2110ReceiverGroup(_, context), `smpte2110ReceiverGroups`],
|
|
8819
|
+
});
|
|
8820
|
+
};
|
|
8725
8821
|
const de_SrtCallerDecryption = (output, context) => {
|
|
8726
8822
|
return take(output, {
|
|
8727
8823
|
Algorithm: [, __expectString, `algorithm`],
|
|
@@ -74,7 +74,7 @@ declare const CreateInputCommand_base: {
|
|
|
74
74
|
* Tags: { // Tags
|
|
75
75
|
* "<keys>": "STRING_VALUE",
|
|
76
76
|
* },
|
|
77
|
-
* Type: "UDP_PUSH" || "RTP_PUSH" || "RTMP_PUSH" || "RTMP_PULL" || "URL_PULL" || "MP4_FILE" || "MEDIACONNECT" || "INPUT_DEVICE" || "AWS_CDI" || "TS_FILE" || "SRT_CALLER" || "MULTICAST",
|
|
77
|
+
* Type: "UDP_PUSH" || "RTP_PUSH" || "RTMP_PUSH" || "RTMP_PULL" || "URL_PULL" || "MP4_FILE" || "MEDIACONNECT" || "INPUT_DEVICE" || "AWS_CDI" || "TS_FILE" || "SRT_CALLER" || "MULTICAST" || "SMPTE_2110_RECEIVER_GROUP",
|
|
78
78
|
* Vpc: { // InputVpcRequest
|
|
79
79
|
* SecurityGroupIds: [
|
|
80
80
|
* "STRING_VALUE",
|
|
@@ -106,6 +106,30 @@ declare const CreateInputCommand_base: {
|
|
|
106
106
|
* },
|
|
107
107
|
* ],
|
|
108
108
|
* },
|
|
109
|
+
* Smpte2110ReceiverGroupSettings: { // Smpte2110ReceiverGroupSettings
|
|
110
|
+
* Smpte2110ReceiverGroups: [ // __listOfSmpte2110ReceiverGroup
|
|
111
|
+
* { // Smpte2110ReceiverGroup
|
|
112
|
+
* SdpSettings: { // Smpte2110ReceiverGroupSdpSettings
|
|
113
|
+
* AncillarySdps: [ // __listOfInputSdpLocation
|
|
114
|
+
* { // InputSdpLocation
|
|
115
|
+
* MediaIndex: Number("int"),
|
|
116
|
+
* SdpUrl: "STRING_VALUE",
|
|
117
|
+
* },
|
|
118
|
+
* ],
|
|
119
|
+
* AudioSdps: [
|
|
120
|
+
* {
|
|
121
|
+
* MediaIndex: Number("int"),
|
|
122
|
+
* SdpUrl: "STRING_VALUE",
|
|
123
|
+
* },
|
|
124
|
+
* ],
|
|
125
|
+
* VideoSdp: {
|
|
126
|
+
* MediaIndex: Number("int"),
|
|
127
|
+
* SdpUrl: "STRING_VALUE",
|
|
128
|
+
* },
|
|
129
|
+
* },
|
|
130
|
+
* },
|
|
131
|
+
* ],
|
|
132
|
+
* },
|
|
109
133
|
* };
|
|
110
134
|
* const command = new CreateInputCommand(input);
|
|
111
135
|
* const response = await client.send(command);
|
|
@@ -165,7 +189,7 @@ declare const CreateInputCommand_base: {
|
|
|
165
189
|
* // Tags: { // Tags
|
|
166
190
|
* // "<keys>": "STRING_VALUE",
|
|
167
191
|
* // },
|
|
168
|
-
* // Type: "UDP_PUSH" || "RTP_PUSH" || "RTMP_PUSH" || "RTMP_PULL" || "URL_PULL" || "MP4_FILE" || "MEDIACONNECT" || "INPUT_DEVICE" || "AWS_CDI" || "TS_FILE" || "SRT_CALLER" || "MULTICAST",
|
|
192
|
+
* // Type: "UDP_PUSH" || "RTP_PUSH" || "RTMP_PUSH" || "RTMP_PULL" || "URL_PULL" || "MP4_FILE" || "MEDIACONNECT" || "INPUT_DEVICE" || "AWS_CDI" || "TS_FILE" || "SRT_CALLER" || "MULTICAST" || "SMPTE_2110_RECEIVER_GROUP",
|
|
169
193
|
* // SrtSettings: { // SrtSettings
|
|
170
194
|
* // SrtCallerSources: [ // __listOfSrtCallerSource
|
|
171
195
|
* // { // SrtCallerSource
|
|
@@ -189,6 +213,30 @@ declare const CreateInputCommand_base: {
|
|
|
189
213
|
* // },
|
|
190
214
|
* // ],
|
|
191
215
|
* // },
|
|
216
|
+
* // Smpte2110ReceiverGroupSettings: { // Smpte2110ReceiverGroupSettings
|
|
217
|
+
* // Smpte2110ReceiverGroups: [ // __listOfSmpte2110ReceiverGroup
|
|
218
|
+
* // { // Smpte2110ReceiverGroup
|
|
219
|
+
* // SdpSettings: { // Smpte2110ReceiverGroupSdpSettings
|
|
220
|
+
* // AncillarySdps: [ // __listOfInputSdpLocation
|
|
221
|
+
* // { // InputSdpLocation
|
|
222
|
+
* // MediaIndex: Number("int"),
|
|
223
|
+
* // SdpUrl: "STRING_VALUE",
|
|
224
|
+
* // },
|
|
225
|
+
* // ],
|
|
226
|
+
* // AudioSdps: [
|
|
227
|
+
* // {
|
|
228
|
+
* // MediaIndex: Number("int"),
|
|
229
|
+
* // SdpUrl: "STRING_VALUE",
|
|
230
|
+
* // },
|
|
231
|
+
* // ],
|
|
232
|
+
* // VideoSdp: {
|
|
233
|
+
* // MediaIndex: Number("int"),
|
|
234
|
+
* // SdpUrl: "STRING_VALUE",
|
|
235
|
+
* // },
|
|
236
|
+
* // },
|
|
237
|
+
* // },
|
|
238
|
+
* // ],
|
|
239
|
+
* // },
|
|
192
240
|
* // },
|
|
193
241
|
* // };
|
|
194
242
|
*
|
|
@@ -99,7 +99,7 @@ declare const CreatePartnerInputCommand_base: {
|
|
|
99
99
|
* // Tags: { // Tags
|
|
100
100
|
* // "<keys>": "STRING_VALUE",
|
|
101
101
|
* // },
|
|
102
|
-
* // Type: "UDP_PUSH" || "RTP_PUSH" || "RTMP_PUSH" || "RTMP_PULL" || "URL_PULL" || "MP4_FILE" || "MEDIACONNECT" || "INPUT_DEVICE" || "AWS_CDI" || "TS_FILE" || "SRT_CALLER" || "MULTICAST",
|
|
102
|
+
* // Type: "UDP_PUSH" || "RTP_PUSH" || "RTMP_PUSH" || "RTMP_PULL" || "URL_PULL" || "MP4_FILE" || "MEDIACONNECT" || "INPUT_DEVICE" || "AWS_CDI" || "TS_FILE" || "SRT_CALLER" || "MULTICAST" || "SMPTE_2110_RECEIVER_GROUP",
|
|
103
103
|
* // SrtSettings: { // SrtSettings
|
|
104
104
|
* // SrtCallerSources: [ // __listOfSrtCallerSource
|
|
105
105
|
* // { // SrtCallerSource
|
|
@@ -123,6 +123,30 @@ declare const CreatePartnerInputCommand_base: {
|
|
|
123
123
|
* // },
|
|
124
124
|
* // ],
|
|
125
125
|
* // },
|
|
126
|
+
* // Smpte2110ReceiverGroupSettings: { // Smpte2110ReceiverGroupSettings
|
|
127
|
+
* // Smpte2110ReceiverGroups: [ // __listOfSmpte2110ReceiverGroup
|
|
128
|
+
* // { // Smpte2110ReceiverGroup
|
|
129
|
+
* // SdpSettings: { // Smpte2110ReceiverGroupSdpSettings
|
|
130
|
+
* // AncillarySdps: [ // __listOfInputSdpLocation
|
|
131
|
+
* // { // InputSdpLocation
|
|
132
|
+
* // MediaIndex: Number("int"),
|
|
133
|
+
* // SdpUrl: "STRING_VALUE",
|
|
134
|
+
* // },
|
|
135
|
+
* // ],
|
|
136
|
+
* // AudioSdps: [
|
|
137
|
+
* // {
|
|
138
|
+
* // MediaIndex: Number("int"),
|
|
139
|
+
* // SdpUrl: "STRING_VALUE",
|
|
140
|
+
* // },
|
|
141
|
+
* // ],
|
|
142
|
+
* // VideoSdp: {
|
|
143
|
+
* // MediaIndex: Number("int"),
|
|
144
|
+
* // SdpUrl: "STRING_VALUE",
|
|
145
|
+
* // },
|
|
146
|
+
* // },
|
|
147
|
+
* // },
|
|
148
|
+
* // ],
|
|
149
|
+
* // },
|
|
126
150
|
* // },
|
|
127
151
|
* // };
|
|
128
152
|
*
|
|
@@ -94,7 +94,7 @@ declare const DescribeInputCommand_base: {
|
|
|
94
94
|
* // Tags: { // Tags
|
|
95
95
|
* // "<keys>": "STRING_VALUE",
|
|
96
96
|
* // },
|
|
97
|
-
* // Type: "UDP_PUSH" || "RTP_PUSH" || "RTMP_PUSH" || "RTMP_PULL" || "URL_PULL" || "MP4_FILE" || "MEDIACONNECT" || "INPUT_DEVICE" || "AWS_CDI" || "TS_FILE" || "SRT_CALLER" || "MULTICAST",
|
|
97
|
+
* // Type: "UDP_PUSH" || "RTP_PUSH" || "RTMP_PUSH" || "RTMP_PULL" || "URL_PULL" || "MP4_FILE" || "MEDIACONNECT" || "INPUT_DEVICE" || "AWS_CDI" || "TS_FILE" || "SRT_CALLER" || "MULTICAST" || "SMPTE_2110_RECEIVER_GROUP",
|
|
98
98
|
* // SrtSettings: { // SrtSettings
|
|
99
99
|
* // SrtCallerSources: [ // __listOfSrtCallerSource
|
|
100
100
|
* // { // SrtCallerSource
|
|
@@ -118,6 +118,30 @@ declare const DescribeInputCommand_base: {
|
|
|
118
118
|
* // },
|
|
119
119
|
* // ],
|
|
120
120
|
* // },
|
|
121
|
+
* // Smpte2110ReceiverGroupSettings: { // Smpte2110ReceiverGroupSettings
|
|
122
|
+
* // Smpte2110ReceiverGroups: [ // __listOfSmpte2110ReceiverGroup
|
|
123
|
+
* // { // Smpte2110ReceiverGroup
|
|
124
|
+
* // SdpSettings: { // Smpte2110ReceiverGroupSdpSettings
|
|
125
|
+
* // AncillarySdps: [ // __listOfInputSdpLocation
|
|
126
|
+
* // { // InputSdpLocation
|
|
127
|
+
* // MediaIndex: Number("int"),
|
|
128
|
+
* // SdpUrl: "STRING_VALUE",
|
|
129
|
+
* // },
|
|
130
|
+
* // ],
|
|
131
|
+
* // AudioSdps: [
|
|
132
|
+
* // {
|
|
133
|
+
* // MediaIndex: Number("int"),
|
|
134
|
+
* // SdpUrl: "STRING_VALUE",
|
|
135
|
+
* // },
|
|
136
|
+
* // ],
|
|
137
|
+
* // VideoSdp: {
|
|
138
|
+
* // MediaIndex: Number("int"),
|
|
139
|
+
* // SdpUrl: "STRING_VALUE",
|
|
140
|
+
* // },
|
|
141
|
+
* // },
|
|
142
|
+
* // },
|
|
143
|
+
* // ],
|
|
144
|
+
* // },
|
|
121
145
|
* // };
|
|
122
146
|
*
|
|
123
147
|
* ```
|
|
@@ -97,7 +97,7 @@ declare const ListInputsCommand_base: {
|
|
|
97
97
|
* // Tags: { // Tags
|
|
98
98
|
* // "<keys>": "STRING_VALUE",
|
|
99
99
|
* // },
|
|
100
|
-
* // Type: "UDP_PUSH" || "RTP_PUSH" || "RTMP_PUSH" || "RTMP_PULL" || "URL_PULL" || "MP4_FILE" || "MEDIACONNECT" || "INPUT_DEVICE" || "AWS_CDI" || "TS_FILE" || "SRT_CALLER" || "MULTICAST",
|
|
100
|
+
* // Type: "UDP_PUSH" || "RTP_PUSH" || "RTMP_PUSH" || "RTMP_PULL" || "URL_PULL" || "MP4_FILE" || "MEDIACONNECT" || "INPUT_DEVICE" || "AWS_CDI" || "TS_FILE" || "SRT_CALLER" || "MULTICAST" || "SMPTE_2110_RECEIVER_GROUP",
|
|
101
101
|
* // SrtSettings: { // SrtSettings
|
|
102
102
|
* // SrtCallerSources: [ // __listOfSrtCallerSource
|
|
103
103
|
* // { // SrtCallerSource
|
|
@@ -121,6 +121,30 @@ declare const ListInputsCommand_base: {
|
|
|
121
121
|
* // },
|
|
122
122
|
* // ],
|
|
123
123
|
* // },
|
|
124
|
+
* // Smpte2110ReceiverGroupSettings: { // Smpte2110ReceiverGroupSettings
|
|
125
|
+
* // Smpte2110ReceiverGroups: [ // __listOfSmpte2110ReceiverGroup
|
|
126
|
+
* // { // Smpte2110ReceiverGroup
|
|
127
|
+
* // SdpSettings: { // Smpte2110ReceiverGroupSdpSettings
|
|
128
|
+
* // AncillarySdps: [ // __listOfInputSdpLocation
|
|
129
|
+
* // { // InputSdpLocation
|
|
130
|
+
* // MediaIndex: Number("int"),
|
|
131
|
+
* // SdpUrl: "STRING_VALUE",
|
|
132
|
+
* // },
|
|
133
|
+
* // ],
|
|
134
|
+
* // AudioSdps: [
|
|
135
|
+
* // {
|
|
136
|
+
* // MediaIndex: Number("int"),
|
|
137
|
+
* // SdpUrl: "STRING_VALUE",
|
|
138
|
+
* // },
|
|
139
|
+
* // ],
|
|
140
|
+
* // VideoSdp: {
|
|
141
|
+
* // MediaIndex: Number("int"),
|
|
142
|
+
* // SdpUrl: "STRING_VALUE",
|
|
143
|
+
* // },
|
|
144
|
+
* // },
|
|
145
|
+
* // },
|
|
146
|
+
* // ],
|
|
147
|
+
* // },
|
|
124
148
|
* // },
|
|
125
149
|
* // ],
|
|
126
150
|
* // NextToken: "STRING_VALUE",
|