@aws-sdk/client-medialive 3.781.0 → 3.784.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.
Files changed (57) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/index.js +332 -14
  3. package/dist-es/MediaLive.js +10 -0
  4. package/dist-es/commands/CreateSdiSourceCommand.js +22 -0
  5. package/dist-es/commands/DeleteSdiSourceCommand.js +22 -0
  6. package/dist-es/commands/DescribeSdiSourceCommand.js +22 -0
  7. package/dist-es/commands/ListSdiSourcesCommand.js +22 -0
  8. package/dist-es/commands/UpdateSdiSourceCommand.js +22 -0
  9. package/dist-es/commands/index.js +5 -0
  10. package/dist-es/models/models_0.js +1 -4
  11. package/dist-es/models/models_1.js +17 -8
  12. package/dist-es/models/models_2.js +8 -0
  13. package/dist-es/pagination/ListSdiSourcesPaginator.js +4 -0
  14. package/dist-es/pagination/index.js +1 -0
  15. package/dist-es/protocols/Aws_restJson1.js +204 -0
  16. package/dist-types/MediaLive.d.ts +37 -0
  17. package/dist-types/MediaLiveClient.d.ts +7 -2
  18. package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateInputCommand.d.ts +8 -2
  20. package/dist-types/commands/CreateNodeCommand.d.ts +7 -0
  21. package/dist-types/commands/CreatePartnerInputCommand.d.ts +4 -1
  22. package/dist-types/commands/CreateSdiSourceCommand.d.ts +109 -0
  23. package/dist-types/commands/DeleteNodeCommand.d.ts +7 -0
  24. package/dist-types/commands/DeleteSdiSourceCommand.d.ts +106 -0
  25. package/dist-types/commands/DescribeInputCommand.d.ts +4 -1
  26. package/dist-types/commands/DescribeNodeCommand.d.ts +7 -0
  27. package/dist-types/commands/DescribeSdiSourceCommand.d.ts +103 -0
  28. package/dist-types/commands/ListInputsCommand.d.ts +4 -1
  29. package/dist-types/commands/ListNodesCommand.d.ts +7 -0
  30. package/dist-types/commands/ListSdiSourcesCommand.d.ts +104 -0
  31. package/dist-types/commands/UpdateInputCommand.d.ts +7 -1
  32. package/dist-types/commands/UpdateNodeCommand.d.ts +14 -0
  33. package/dist-types/commands/UpdateNodeStateCommand.d.ts +7 -0
  34. package/dist-types/commands/UpdateSdiSourceCommand.d.ts +106 -0
  35. package/dist-types/commands/index.d.ts +5 -0
  36. package/dist-types/models/models_0.d.ts +32 -12
  37. package/dist-types/models/models_1.d.ts +91 -53
  38. package/dist-types/models/models_2.d.ts +316 -2
  39. package/dist-types/pagination/ListSdiSourcesPaginator.d.ts +7 -0
  40. package/dist-types/pagination/index.d.ts +1 -0
  41. package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
  42. package/dist-types/ts3.4/MediaLive.d.ts +87 -0
  43. package/dist-types/ts3.4/MediaLiveClient.d.ts +32 -2
  44. package/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/CreateSdiSourceCommand.d.ts +50 -0
  46. package/dist-types/ts3.4/commands/DeleteSdiSourceCommand.d.ts +50 -0
  47. package/dist-types/ts3.4/commands/DescribeSdiSourceCommand.d.ts +51 -0
  48. package/dist-types/ts3.4/commands/ListSdiSourcesCommand.d.ts +50 -0
  49. package/dist-types/ts3.4/commands/UpdateSdiSourceCommand.d.ts +50 -0
  50. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  51. package/dist-types/ts3.4/models/models_0.d.ts +8 -6
  52. package/dist-types/ts3.4/models/models_1.d.ts +32 -21
  53. package/dist-types/ts3.4/models/models_2.d.ts +87 -3
  54. package/dist-types/ts3.4/pagination/ListSdiSourcesPaginator.d.ts +11 -0
  55. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  56. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
  57. package/package.json +5 -5
package/dist-cjs/index.js CHANGED
@@ -104,6 +104,7 @@ __export(index_exports, {
104
104
  CreateNodeCommand: () => CreateNodeCommand,
105
105
  CreateNodeRegistrationScriptCommand: () => CreateNodeRegistrationScriptCommand,
106
106
  CreatePartnerInputCommand: () => CreatePartnerInputCommand,
107
+ CreateSdiSourceCommand: () => CreateSdiSourceCommand,
107
108
  CreateSignalMapCommand: () => CreateSignalMapCommand,
108
109
  CreateTagsCommand: () => CreateTagsCommand,
109
110
  DashRoleAudio: () => DashRoleAudio,
@@ -123,6 +124,7 @@ __export(index_exports, {
123
124
  DeleteNodeCommand: () => DeleteNodeCommand,
124
125
  DeleteReservationCommand: () => DeleteReservationCommand,
125
126
  DeleteScheduleCommand: () => DeleteScheduleCommand,
127
+ DeleteSdiSourceCommand: () => DeleteSdiSourceCommand,
126
128
  DeleteSignalMapCommand: () => DeleteSignalMapCommand,
127
129
  DeleteTagsCommand: () => DeleteTagsCommand,
128
130
  DescribeAccountConfigurationCommand: () => DescribeAccountConfigurationCommand,
@@ -141,6 +143,7 @@ __export(index_exports, {
141
143
  DescribeOfferingCommand: () => DescribeOfferingCommand,
142
144
  DescribeReservationCommand: () => DescribeReservationCommand,
143
145
  DescribeScheduleCommand: () => DescribeScheduleCommand,
146
+ DescribeSdiSourceCommand: () => DescribeSdiSourceCommand,
144
147
  DescribeThumbnailsCommand: () => DescribeThumbnailsCommand,
145
148
  DeviceSettingsSyncState: () => DeviceSettingsSyncState,
146
149
  DeviceUpdateStatus: () => DeviceUpdateStatus,
@@ -314,6 +317,7 @@ __export(index_exports, {
314
317
  ListNodesCommand: () => ListNodesCommand,
315
318
  ListOfferingsCommand: () => ListOfferingsCommand,
316
319
  ListReservationsCommand: () => ListReservationsCommand,
320
+ ListSdiSourcesCommand: () => ListSdiSourcesCommand,
317
321
  ListSignalMapsCommand: () => ListSignalMapsCommand,
318
322
  ListTagsForResourceCommand: () => ListTagsForResourceCommand,
319
323
  ListVersionsCommand: () => ListVersionsCommand,
@@ -406,6 +410,9 @@ __export(index_exports, {
406
410
  Scte35SpliceInsertWebDeliveryAllowedBehavior: () => Scte35SpliceInsertWebDeliveryAllowedBehavior,
407
411
  Scte35Type: () => Scte35Type,
408
412
  Scte35WebDeliveryAllowedFlag: () => Scte35WebDeliveryAllowedFlag,
413
+ SdiSourceMode: () => SdiSourceMode,
414
+ SdiSourceState: () => SdiSourceState,
415
+ SdiSourceType: () => SdiSourceType,
409
416
  SignalMapMonitorDeploymentStatus: () => SignalMapMonitorDeploymentStatus,
410
417
  SignalMapStatus: () => SignalMapStatus,
411
418
  SmoothGroupAudioOnlyTimecodeControl: () => SmoothGroupAudioOnlyTimecodeControl,
@@ -459,6 +466,7 @@ __export(index_exports, {
459
466
  UpdateNodeStateCommand: () => UpdateNodeStateCommand,
460
467
  UpdateNodeStateShape: () => UpdateNodeStateShape,
461
468
  UpdateReservationCommand: () => UpdateReservationCommand,
469
+ UpdateSdiSourceCommand: () => UpdateSdiSourceCommand,
462
470
  VideoDescriptionRespondToAfd: () => VideoDescriptionRespondToAfd,
463
471
  VideoDescriptionScalingBehavior: () => VideoDescriptionScalingBehavior,
464
472
  VideoSelectorColorSpace: () => VideoSelectorColorSpace,
@@ -484,6 +492,7 @@ __export(index_exports, {
484
492
  paginateListNodes: () => paginateListNodes,
485
493
  paginateListOfferings: () => paginateListOfferings,
486
494
  paginateListReservations: () => paginateListReservations,
495
+ paginateListSdiSources: () => paginateListSdiSources,
487
496
  paginateListSignalMaps: () => paginateListSignalMaps,
488
497
  waitForChannelCreated: () => waitForChannelCreated,
489
498
  waitForChannelDeleted: () => waitForChannelDeleted,
@@ -703,6 +712,10 @@ var MediaLiveServiceException = class _MediaLiveServiceException extends import_
703
712
  };
704
713
 
705
714
  // src/models/models_1.ts
715
+ var M2tsTimedMetadataBehavior = {
716
+ NO_PASSTHROUGH: "NO_PASSTHROUGH",
717
+ PASSTHROUGH: "PASSTHROUGH"
718
+ };
706
719
  var HlsH265PackagingType = {
707
720
  HEV1: "HEV1",
708
721
  HVC1: "HVC1"
@@ -1020,6 +1033,19 @@ var FollowPoint = {
1020
1033
  END: "END",
1021
1034
  START: "START"
1022
1035
  };
1036
+ var SdiSourceMode = {
1037
+ INTERLEAVE: "INTERLEAVE",
1038
+ QUADRANT: "QUADRANT"
1039
+ };
1040
+ var SdiSourceState = {
1041
+ DELETED: "DELETED",
1042
+ IDLE: "IDLE",
1043
+ IN_USE: "IN_USE"
1044
+ };
1045
+ var SdiSourceType = {
1046
+ QUAD: "QUAD",
1047
+ SINGLE: "SINGLE"
1048
+ };
1023
1049
  var SignalMapMonitorDeploymentStatus = {
1024
1050
  DELETE_COMPLETE: "DELETE_COMPLETE",
1025
1051
  DELETE_FAILED: "DELETE_FAILED",
@@ -1660,14 +1686,6 @@ var BlackoutSlateState = {
1660
1686
  DISABLED: "DISABLED",
1661
1687
  ENABLED: "ENABLED"
1662
1688
  };
1663
- var FeatureActivationsInputPrepareScheduleActions = {
1664
- DISABLED: "DISABLED",
1665
- ENABLED: "ENABLED"
1666
- };
1667
- var FeatureActivationsOutputStaticImageOverlayScheduleActions = {
1668
- DISABLED: "DISABLED",
1669
- ENABLED: "ENABLED"
1670
- };
1671
1689
 
1672
1690
  // src/protocols/Aws_restJson1.ts
1673
1691
  var se_AcceptInputDeviceTransferCommand = /* @__PURE__ */ __name(async (input, context) => {
@@ -1943,6 +1961,7 @@ var se_CreateInputCommand = /* @__PURE__ */ __name(async (input, context) => {
1943
1961
  name: [, , `Name`],
1944
1962
  requestId: [true, (_) => _ ?? (0, import_uuid.v4)(), `RequestId`],
1945
1963
  roleArn: [, , `RoleArn`],
1964
+ sdiSources: [, (_) => (0, import_smithy_client._json)(_), `SdiSources`],
1946
1965
  smpte2110ReceiverGroupSettings: [
1947
1966
  ,
1948
1967
  (_) => se_Smpte2110ReceiverGroupSettings(_, context),
@@ -2091,6 +2110,25 @@ var se_CreatePartnerInputCommand = /* @__PURE__ */ __name(async (input, context)
2091
2110
  b.m("POST").h(headers).b(body);
2092
2111
  return b.build();
2093
2112
  }, "se_CreatePartnerInputCommand");
2113
+ var se_CreateSdiSourceCommand = /* @__PURE__ */ __name(async (input, context) => {
2114
+ const b = (0, import_core.requestBuilder)(input, context);
2115
+ const headers = {
2116
+ "content-type": "application/json"
2117
+ };
2118
+ b.bp("/prod/sdiSources");
2119
+ let body;
2120
+ body = JSON.stringify(
2121
+ (0, import_smithy_client.take)(input, {
2122
+ mode: [, , `Mode`],
2123
+ name: [, , `Name`],
2124
+ requestId: [true, (_) => _ ?? (0, import_uuid.v4)(), `RequestId`],
2125
+ tags: [, (_) => (0, import_smithy_client._json)(_), `Tags`],
2126
+ type: [, , `Type`]
2127
+ })
2128
+ );
2129
+ b.m("POST").h(headers).b(body);
2130
+ return b.build();
2131
+ }, "se_CreateSdiSourceCommand");
2094
2132
  var se_CreateSignalMapCommand = /* @__PURE__ */ __name(async (input, context) => {
2095
2133
  const b = (0, import_core.requestBuilder)(input, context);
2096
2134
  const headers = {
@@ -2266,6 +2304,15 @@ var se_DeleteScheduleCommand = /* @__PURE__ */ __name(async (input, context) =>
2266
2304
  b.m("DELETE").h(headers).b(body);
2267
2305
  return b.build();
2268
2306
  }, "se_DeleteScheduleCommand");
2307
+ var se_DeleteSdiSourceCommand = /* @__PURE__ */ __name(async (input, context) => {
2308
+ const b = (0, import_core.requestBuilder)(input, context);
2309
+ const headers = {};
2310
+ b.bp("/prod/sdiSources/{SdiSourceId}");
2311
+ b.p("SdiSourceId", () => input.SdiSourceId, "{SdiSourceId}", false);
2312
+ let body;
2313
+ b.m("DELETE").h(headers).b(body);
2314
+ return b.build();
2315
+ }, "se_DeleteSdiSourceCommand");
2269
2316
  var se_DeleteSignalMapCommand = /* @__PURE__ */ __name(async (input, context) => {
2270
2317
  const b = (0, import_core.requestBuilder)(input, context);
2271
2318
  const headers = {};
@@ -2430,6 +2477,15 @@ var se_DescribeScheduleCommand = /* @__PURE__ */ __name(async (input, context) =
2430
2477
  b.m("GET").h(headers).q(query).b(body);
2431
2478
  return b.build();
2432
2479
  }, "se_DescribeScheduleCommand");
2480
+ var se_DescribeSdiSourceCommand = /* @__PURE__ */ __name(async (input, context) => {
2481
+ const b = (0, import_core.requestBuilder)(input, context);
2482
+ const headers = {};
2483
+ b.bp("/prod/sdiSources/{SdiSourceId}");
2484
+ b.p("SdiSourceId", () => input.SdiSourceId, "{SdiSourceId}", false);
2485
+ let body;
2486
+ b.m("GET").h(headers).b(body);
2487
+ return b.build();
2488
+ }, "se_DescribeSdiSourceCommand");
2433
2489
  var se_DescribeThumbnailsCommand = /* @__PURE__ */ __name(async (input, context) => {
2434
2490
  const b = (0, import_core.requestBuilder)(input, context);
2435
2491
  const headers = {};
@@ -2722,6 +2778,18 @@ var se_ListReservationsCommand = /* @__PURE__ */ __name(async (input, context) =
2722
2778
  b.m("GET").h(headers).q(query).b(body);
2723
2779
  return b.build();
2724
2780
  }, "se_ListReservationsCommand");
2781
+ var se_ListSdiSourcesCommand = /* @__PURE__ */ __name(async (input, context) => {
2782
+ const b = (0, import_core.requestBuilder)(input, context);
2783
+ const headers = {};
2784
+ b.bp("/prod/sdiSources");
2785
+ const query = (0, import_smithy_client.map)({
2786
+ [_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
2787
+ [_nT]: [, input[_NT]]
2788
+ });
2789
+ let body;
2790
+ b.m("GET").h(headers).q(query).b(body);
2791
+ return b.build();
2792
+ }, "se_ListSdiSourcesCommand");
2725
2793
  var se_ListSignalMapsCommand = /* @__PURE__ */ __name(async (input, context) => {
2726
2794
  const b = (0, import_core.requestBuilder)(input, context);
2727
2795
  const headers = {};
@@ -3131,6 +3199,7 @@ var se_UpdateInputCommand = /* @__PURE__ */ __name(async (input, context) => {
3131
3199
  multicastSettings: [, (_) => se_MulticastSettingsUpdateRequest(_, context), `MulticastSettings`],
3132
3200
  name: [, , `Name`],
3133
3201
  roleArn: [, , `RoleArn`],
3202
+ sdiSources: [, (_) => (0, import_smithy_client._json)(_), `SdiSources`],
3134
3203
  smpte2110ReceiverGroupSettings: [
3135
3204
  ,
3136
3205
  (_) => se_Smpte2110ReceiverGroupSettings(_, context),
@@ -3244,7 +3313,8 @@ var se_UpdateNodeCommand = /* @__PURE__ */ __name(async (input, context) => {
3244
3313
  body = JSON.stringify(
3245
3314
  (0, import_smithy_client.take)(input, {
3246
3315
  name: [, , `Name`],
3247
- role: [, , `Role`]
3316
+ role: [, , `Role`],
3317
+ sdiSourceMappings: [, (_) => se_SdiSourceMappingsUpdateRequest(_, context), `SdiSourceMappings`]
3248
3318
  })
3249
3319
  );
3250
3320
  b.m("PUT").h(headers).b(body);
@@ -3284,6 +3354,24 @@ var se_UpdateReservationCommand = /* @__PURE__ */ __name(async (input, context)
3284
3354
  b.m("PUT").h(headers).b(body);
3285
3355
  return b.build();
3286
3356
  }, "se_UpdateReservationCommand");
3357
+ var se_UpdateSdiSourceCommand = /* @__PURE__ */ __name(async (input, context) => {
3358
+ const b = (0, import_core.requestBuilder)(input, context);
3359
+ const headers = {
3360
+ "content-type": "application/json"
3361
+ };
3362
+ b.bp("/prod/sdiSources/{SdiSourceId}");
3363
+ b.p("SdiSourceId", () => input.SdiSourceId, "{SdiSourceId}", false);
3364
+ let body;
3365
+ body = JSON.stringify(
3366
+ (0, import_smithy_client.take)(input, {
3367
+ mode: [, , `Mode`],
3368
+ name: [, , `Name`],
3369
+ type: [, , `Type`]
3370
+ })
3371
+ );
3372
+ b.m("PUT").h(headers).b(body);
3373
+ return b.build();
3374
+ }, "se_UpdateSdiSourceCommand");
3287
3375
  var de_AcceptInputDeviceTransferCommand = /* @__PURE__ */ __name(async (output, context) => {
3288
3376
  if (output.statusCode !== 200 && output.statusCode >= 300) {
3289
3377
  return de_CommandError(output, context);
@@ -3616,6 +3704,7 @@ var de_CreateNodeCommand = /* @__PURE__ */ __name(async (output, context) => {
3616
3704
  Name: [, import_smithy_client.expectString, `name`],
3617
3705
  NodeInterfaceMappings: [, (_) => de___listOfNodeInterfaceMapping(_, context), `nodeInterfaceMappings`],
3618
3706
  Role: [, import_smithy_client.expectString, `role`],
3707
+ SdiSourceMappings: [, (_) => de_SdiSourceMappings(_, context), `sdiSourceMappings`],
3619
3708
  State: [, import_smithy_client.expectString, `state`]
3620
3709
  });
3621
3710
  Object.assign(contents, doc);
@@ -3649,6 +3738,20 @@ var de_CreatePartnerInputCommand = /* @__PURE__ */ __name(async (output, context
3649
3738
  Object.assign(contents, doc);
3650
3739
  return contents;
3651
3740
  }, "de_CreatePartnerInputCommand");
3741
+ var de_CreateSdiSourceCommand = /* @__PURE__ */ __name(async (output, context) => {
3742
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3743
+ return de_CommandError(output, context);
3744
+ }
3745
+ const contents = (0, import_smithy_client.map)({
3746
+ $metadata: deserializeMetadata(output)
3747
+ });
3748
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3749
+ const doc = (0, import_smithy_client.take)(data, {
3750
+ SdiSource: [, (_) => de_SdiSource(_, context), `sdiSource`]
3751
+ });
3752
+ Object.assign(contents, doc);
3753
+ return contents;
3754
+ }, "de_CreateSdiSourceCommand");
3652
3755
  var de_CreateSignalMapCommand = /* @__PURE__ */ __name(async (output, context) => {
3653
3756
  if (output.statusCode !== 201 && output.statusCode >= 300) {
3654
3757
  return de_CommandError(output, context);
@@ -3907,6 +4010,7 @@ var de_DeleteNodeCommand = /* @__PURE__ */ __name(async (output, context) => {
3907
4010
  Name: [, import_smithy_client.expectString, `name`],
3908
4011
  NodeInterfaceMappings: [, (_) => de___listOfNodeInterfaceMapping(_, context), `nodeInterfaceMappings`],
3909
4012
  Role: [, import_smithy_client.expectString, `role`],
4013
+ SdiSourceMappings: [, (_) => de_SdiSourceMappings(_, context), `sdiSourceMappings`],
3910
4014
  State: [, import_smithy_client.expectString, `state`]
3911
4015
  });
3912
4016
  Object.assign(contents, doc);
@@ -3954,6 +4058,20 @@ var de_DeleteScheduleCommand = /* @__PURE__ */ __name(async (output, context) =>
3954
4058
  await (0, import_smithy_client.collectBody)(output.body, context);
3955
4059
  return contents;
3956
4060
  }, "de_DeleteScheduleCommand");
4061
+ var de_DeleteSdiSourceCommand = /* @__PURE__ */ __name(async (output, context) => {
4062
+ if (output.statusCode !== 202 && output.statusCode >= 300) {
4063
+ return de_CommandError(output, context);
4064
+ }
4065
+ const contents = (0, import_smithy_client.map)({
4066
+ $metadata: deserializeMetadata(output)
4067
+ });
4068
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
4069
+ const doc = (0, import_smithy_client.take)(data, {
4070
+ SdiSource: [, (_) => de_SdiSource(_, context), `sdiSource`]
4071
+ });
4072
+ Object.assign(contents, doc);
4073
+ return contents;
4074
+ }, "de_DeleteSdiSourceCommand");
3957
4075
  var de_DeleteSignalMapCommand = /* @__PURE__ */ __name(async (output, context) => {
3958
4076
  if (output.statusCode !== 204 && output.statusCode >= 300) {
3959
4077
  return de_CommandError(output, context);
@@ -4084,6 +4202,7 @@ var de_DescribeInputCommand = /* @__PURE__ */ __name(async (output, context) =>
4084
4202
  MulticastSettings: [, (_) => de_MulticastSettings(_, context), `multicastSettings`],
4085
4203
  Name: [, import_smithy_client.expectString, `name`],
4086
4204
  RoleArn: [, import_smithy_client.expectString, `roleArn`],
4205
+ SdiSources: [, import_smithy_client._json, `sdiSources`],
4087
4206
  SecurityGroups: [, import_smithy_client._json, `securityGroups`],
4088
4207
  Smpte2110ReceiverGroupSettings: [
4089
4208
  ,
@@ -4242,6 +4361,7 @@ var de_DescribeNodeCommand = /* @__PURE__ */ __name(async (output, context) => {
4242
4361
  Name: [, import_smithy_client.expectString, `name`],
4243
4362
  NodeInterfaceMappings: [, (_) => de___listOfNodeInterfaceMapping(_, context), `nodeInterfaceMappings`],
4244
4363
  Role: [, import_smithy_client.expectString, `role`],
4364
+ SdiSourceMappings: [, (_) => de_SdiSourceMappings(_, context), `sdiSourceMappings`],
4245
4365
  State: [, import_smithy_client.expectString, `state`]
4246
4366
  });
4247
4367
  Object.assign(contents, doc);
@@ -4318,6 +4438,20 @@ var de_DescribeScheduleCommand = /* @__PURE__ */ __name(async (output, context)
4318
4438
  Object.assign(contents, doc);
4319
4439
  return contents;
4320
4440
  }, "de_DescribeScheduleCommand");
4441
+ var de_DescribeSdiSourceCommand = /* @__PURE__ */ __name(async (output, context) => {
4442
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
4443
+ return de_CommandError(output, context);
4444
+ }
4445
+ const contents = (0, import_smithy_client.map)({
4446
+ $metadata: deserializeMetadata(output)
4447
+ });
4448
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
4449
+ const doc = (0, import_smithy_client.take)(data, {
4450
+ SdiSource: [, (_) => de_SdiSource(_, context), `sdiSource`]
4451
+ });
4452
+ Object.assign(contents, doc);
4453
+ return contents;
4454
+ }, "de_DescribeSdiSourceCommand");
4321
4455
  var de_DescribeThumbnailsCommand = /* @__PURE__ */ __name(async (output, context) => {
4322
4456
  if (output.statusCode !== 200 && output.statusCode >= 300) {
4323
4457
  return de_CommandError(output, context);
@@ -4735,6 +4869,21 @@ var de_ListReservationsCommand = /* @__PURE__ */ __name(async (output, context)
4735
4869
  Object.assign(contents, doc);
4736
4870
  return contents;
4737
4871
  }, "de_ListReservationsCommand");
4872
+ var de_ListSdiSourcesCommand = /* @__PURE__ */ __name(async (output, context) => {
4873
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
4874
+ return de_CommandError(output, context);
4875
+ }
4876
+ const contents = (0, import_smithy_client.map)({
4877
+ $metadata: deserializeMetadata(output)
4878
+ });
4879
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
4880
+ const doc = (0, import_smithy_client.take)(data, {
4881
+ NextToken: [, import_smithy_client.expectString, `nextToken`],
4882
+ SdiSources: [, (_) => de___listOfSdiSourceSummary(_, context), `sdiSources`]
4883
+ });
4884
+ Object.assign(contents, doc);
4885
+ return contents;
4886
+ }, "de_ListSdiSourcesCommand");
4738
4887
  var de_ListSignalMapsCommand = /* @__PURE__ */ __name(async (output, context) => {
4739
4888
  if (output.statusCode !== 200 && output.statusCode >= 300) {
4740
4889
  return de_CommandError(output, context);
@@ -5401,6 +5550,7 @@ var de_UpdateNodeCommand = /* @__PURE__ */ __name(async (output, context) => {
5401
5550
  Name: [, import_smithy_client.expectString, `name`],
5402
5551
  NodeInterfaceMappings: [, (_) => de___listOfNodeInterfaceMapping(_, context), `nodeInterfaceMappings`],
5403
5552
  Role: [, import_smithy_client.expectString, `role`],
5553
+ SdiSourceMappings: [, (_) => de_SdiSourceMappings(_, context), `sdiSourceMappings`],
5404
5554
  State: [, import_smithy_client.expectString, `state`]
5405
5555
  });
5406
5556
  Object.assign(contents, doc);
@@ -5424,6 +5574,7 @@ var de_UpdateNodeStateCommand = /* @__PURE__ */ __name(async (output, context) =
5424
5574
  Name: [, import_smithy_client.expectString, `name`],
5425
5575
  NodeInterfaceMappings: [, (_) => de___listOfNodeInterfaceMapping(_, context), `nodeInterfaceMappings`],
5426
5576
  Role: [, import_smithy_client.expectString, `role`],
5577
+ SdiSourceMappings: [, (_) => de_SdiSourceMappings(_, context), `sdiSourceMappings`],
5427
5578
  State: [, import_smithy_client.expectString, `state`]
5428
5579
  });
5429
5580
  Object.assign(contents, doc);
@@ -5443,6 +5594,20 @@ var de_UpdateReservationCommand = /* @__PURE__ */ __name(async (output, context)
5443
5594
  Object.assign(contents, doc);
5444
5595
  return contents;
5445
5596
  }, "de_UpdateReservationCommand");
5597
+ var de_UpdateSdiSourceCommand = /* @__PURE__ */ __name(async (output, context) => {
5598
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
5599
+ return de_CommandError(output, context);
5600
+ }
5601
+ const contents = (0, import_smithy_client.map)({
5602
+ $metadata: deserializeMetadata(output)
5603
+ });
5604
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
5605
+ const doc = (0, import_smithy_client.take)(data, {
5606
+ SdiSource: [, (_) => de_SdiSource(_, context), `sdiSource`]
5607
+ });
5608
+ Object.assign(contents, doc);
5609
+ return contents;
5610
+ }, "de_UpdateSdiSourceCommand");
5446
5611
  var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
5447
5612
  const parsedOutput = {
5448
5613
  ...output,
@@ -7559,6 +7724,18 @@ var se_Scte35TimeSignalScheduleActionSettings = /* @__PURE__ */ __name((input, c
7559
7724
  scte35Descriptors: [, (_) => se___listOfScte35Descriptor(_, context), `Scte35Descriptors`]
7560
7725
  });
7561
7726
  }, "se_Scte35TimeSignalScheduleActionSettings");
7727
+ var se_SdiSourceMappingsUpdateRequest = /* @__PURE__ */ __name((input, context) => {
7728
+ return input.filter((e) => e != null).map((entry) => {
7729
+ return se_SdiSourceMappingUpdateRequest(entry, context);
7730
+ });
7731
+ }, "se_SdiSourceMappingsUpdateRequest");
7732
+ var se_SdiSourceMappingUpdateRequest = /* @__PURE__ */ __name((input, context) => {
7733
+ return (0, import_smithy_client.take)(input, {
7734
+ cardNumber: [, , `CardNumber`],
7735
+ channelNumber: [, , `ChannelNumber`],
7736
+ sdiSource: [, , `SdiSource`]
7737
+ });
7738
+ }, "se_SdiSourceMappingUpdateRequest");
7562
7739
  var se_Smpte2110ReceiverGroup = /* @__PURE__ */ __name((input, context) => {
7563
7740
  return (0, import_smithy_client.take)(input, {
7564
7741
  sdpSettings: [, (_) => se_Smpte2110ReceiverGroupSdpSettings(_, context), `SdpSettings`]
@@ -8158,6 +8335,12 @@ var de___listOfScte35Descriptor = /* @__PURE__ */ __name((output, context) => {
8158
8335
  });
8159
8336
  return retVal;
8160
8337
  }, "de___listOfScte35Descriptor");
8338
+ var de___listOfSdiSourceSummary = /* @__PURE__ */ __name((output, context) => {
8339
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
8340
+ return de_SdiSourceSummary(entry, context);
8341
+ });
8342
+ return retVal;
8343
+ }, "de___listOfSdiSourceSummary");
8161
8344
  var de___listOfSignalMapSummary = /* @__PURE__ */ __name((output, context) => {
8162
8345
  const retVal = (output || []).filter((e) => e != null).map((entry) => {
8163
8346
  return de_SignalMapSummary(entry, context);
@@ -8754,6 +8937,7 @@ var de_DescribeNodeSummary = /* @__PURE__ */ __name((output, context) => {
8754
8937
  Name: [, import_smithy_client.expectString, `name`],
8755
8938
  NodeInterfaceMappings: [, (_) => de___listOfNodeInterfaceMapping(_, context), `nodeInterfaceMappings`],
8756
8939
  Role: [, import_smithy_client.expectString, `role`],
8940
+ SdiSourceMappings: [, (_) => de_SdiSourceMappings(_, context), `sdiSourceMappings`],
8757
8941
  State: [, import_smithy_client.expectString, `state`]
8758
8942
  });
8759
8943
  }, "de_DescribeNodeSummary");
@@ -9303,6 +9487,7 @@ var de_Input = /* @__PURE__ */ __name((output, context) => {
9303
9487
  MulticastSettings: [, (_) => de_MulticastSettings(_, context), `multicastSettings`],
9304
9488
  Name: [, import_smithy_client.expectString, `name`],
9305
9489
  RoleArn: [, import_smithy_client.expectString, `roleArn`],
9490
+ SdiSources: [, import_smithy_client._json, `sdiSources`],
9306
9491
  SecurityGroups: [, import_smithy_client._json, `securityGroups`],
9307
9492
  Smpte2110ReceiverGroupSettings: [
9308
9493
  ,
@@ -10328,6 +10513,41 @@ var de_Scte35TimeSignalScheduleActionSettings = /* @__PURE__ */ __name((output,
10328
10513
  Scte35Descriptors: [, (_) => de___listOfScte35Descriptor(_, context), `scte35Descriptors`]
10329
10514
  });
10330
10515
  }, "de_Scte35TimeSignalScheduleActionSettings");
10516
+ var de_SdiSource = /* @__PURE__ */ __name((output, context) => {
10517
+ return (0, import_smithy_client.take)(output, {
10518
+ Arn: [, import_smithy_client.expectString, `arn`],
10519
+ Id: [, import_smithy_client.expectString, `id`],
10520
+ Inputs: [, import_smithy_client._json, `inputs`],
10521
+ Mode: [, import_smithy_client.expectString, `mode`],
10522
+ Name: [, import_smithy_client.expectString, `name`],
10523
+ State: [, import_smithy_client.expectString, `state`],
10524
+ Type: [, import_smithy_client.expectString, `type`]
10525
+ });
10526
+ }, "de_SdiSource");
10527
+ var de_SdiSourceMapping = /* @__PURE__ */ __name((output, context) => {
10528
+ return (0, import_smithy_client.take)(output, {
10529
+ CardNumber: [, import_smithy_client.expectInt32, `cardNumber`],
10530
+ ChannelNumber: [, import_smithy_client.expectInt32, `channelNumber`],
10531
+ SdiSource: [, import_smithy_client.expectString, `sdiSource`]
10532
+ });
10533
+ }, "de_SdiSourceMapping");
10534
+ var de_SdiSourceMappings = /* @__PURE__ */ __name((output, context) => {
10535
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
10536
+ return de_SdiSourceMapping(entry, context);
10537
+ });
10538
+ return retVal;
10539
+ }, "de_SdiSourceMappings");
10540
+ var de_SdiSourceSummary = /* @__PURE__ */ __name((output, context) => {
10541
+ return (0, import_smithy_client.take)(output, {
10542
+ Arn: [, import_smithy_client.expectString, `arn`],
10543
+ Id: [, import_smithy_client.expectString, `id`],
10544
+ Inputs: [, import_smithy_client._json, `inputs`],
10545
+ Mode: [, import_smithy_client.expectString, `mode`],
10546
+ Name: [, import_smithy_client.expectString, `name`],
10547
+ State: [, import_smithy_client.expectString, `state`],
10548
+ Type: [, import_smithy_client.expectString, `type`]
10549
+ });
10550
+ }, "de_SdiSourceSummary");
10331
10551
  var de_SignalMapSummary = /* @__PURE__ */ __name((output, context) => {
10332
10552
  return (0, import_smithy_client.take)(output, {
10333
10553
  Arn: [, import_smithy_client.expectString, `arn`],
@@ -11019,6 +11239,21 @@ var CreatePartnerInputCommand = class extends import_smithy_client.Command.class
11019
11239
  }
11020
11240
  };
11021
11241
 
11242
+ // src/commands/CreateSdiSourceCommand.ts
11243
+
11244
+
11245
+
11246
+ var CreateSdiSourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11247
+ return [
11248
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11249
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
11250
+ ];
11251
+ }).s("MediaLive", "CreateSdiSource", {}).n("MediaLiveClient", "CreateSdiSourceCommand").f(void 0, void 0).ser(se_CreateSdiSourceCommand).de(de_CreateSdiSourceCommand).build() {
11252
+ static {
11253
+ __name(this, "CreateSdiSourceCommand");
11254
+ }
11255
+ };
11256
+
11022
11257
  // src/commands/CreateSignalMapCommand.ts
11023
11258
 
11024
11259
 
@@ -11274,6 +11509,21 @@ var DeleteScheduleCommand = class extends import_smithy_client.Command.classBuil
11274
11509
  }
11275
11510
  };
11276
11511
 
11512
+ // src/commands/DeleteSdiSourceCommand.ts
11513
+
11514
+
11515
+
11516
+ var DeleteSdiSourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11517
+ return [
11518
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11519
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
11520
+ ];
11521
+ }).s("MediaLive", "DeleteSdiSource", {}).n("MediaLiveClient", "DeleteSdiSourceCommand").f(void 0, void 0).ser(se_DeleteSdiSourceCommand).de(de_DeleteSdiSourceCommand).build() {
11522
+ static {
11523
+ __name(this, "DeleteSdiSourceCommand");
11524
+ }
11525
+ };
11526
+
11277
11527
  // src/commands/DeleteSignalMapCommand.ts
11278
11528
 
11279
11529
 
@@ -11400,6 +11650,14 @@ var DescribeInputDeviceCommand = class extends import_smithy_client.Command.clas
11400
11650
 
11401
11651
 
11402
11652
  // src/models/models_2.ts
11653
+ var FeatureActivationsInputPrepareScheduleActions = {
11654
+ DISABLED: "DISABLED",
11655
+ ENABLED: "ENABLED"
11656
+ };
11657
+ var FeatureActivationsOutputStaticImageOverlayScheduleActions = {
11658
+ DISABLED: "DISABLED",
11659
+ ENABLED: "ENABLED"
11660
+ };
11403
11661
  var GlobalConfigurationInputEndAction = {
11404
11662
  NONE: "NONE",
11405
11663
  SWITCH_AND_LOOP_INPUTS: "SWITCH_AND_LOOP_INPUTS"
@@ -11590,6 +11848,21 @@ var DescribeScheduleCommand = class extends import_smithy_client.Command.classBu
11590
11848
  }
11591
11849
  };
11592
11850
 
11851
+ // src/commands/DescribeSdiSourceCommand.ts
11852
+
11853
+
11854
+
11855
+ var DescribeSdiSourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11856
+ return [
11857
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11858
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
11859
+ ];
11860
+ }).s("MediaLive", "DescribeSdiSource", {}).n("MediaLiveClient", "DescribeSdiSourceCommand").f(void 0, void 0).ser(se_DescribeSdiSourceCommand).de(de_DescribeSdiSourceCommand).build() {
11861
+ static {
11862
+ __name(this, "DescribeSdiSourceCommand");
11863
+ }
11864
+ };
11865
+
11593
11866
  // src/commands/DescribeThumbnailsCommand.ts
11594
11867
 
11595
11868
 
@@ -11935,6 +12208,21 @@ var ListReservationsCommand = class extends import_smithy_client.Command.classBu
11935
12208
  }
11936
12209
  };
11937
12210
 
12211
+ // src/commands/ListSdiSourcesCommand.ts
12212
+
12213
+
12214
+
12215
+ var ListSdiSourcesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
12216
+ return [
12217
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
12218
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
12219
+ ];
12220
+ }).s("MediaLive", "ListSdiSources", {}).n("MediaLiveClient", "ListSdiSourcesCommand").f(void 0, void 0).ser(se_ListSdiSourcesCommand).de(de_ListSdiSourcesCommand).build() {
12221
+ static {
12222
+ __name(this, "ListSdiSourcesCommand");
12223
+ }
12224
+ };
12225
+
11938
12226
  // src/commands/ListSignalMapsCommand.ts
11939
12227
 
11940
12228
 
@@ -12475,6 +12763,21 @@ var UpdateReservationCommand = class extends import_smithy_client.Command.classB
12475
12763
  }
12476
12764
  };
12477
12765
 
12766
+ // src/commands/UpdateSdiSourceCommand.ts
12767
+
12768
+
12769
+
12770
+ var UpdateSdiSourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
12771
+ return [
12772
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
12773
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
12774
+ ];
12775
+ }).s("MediaLive", "UpdateSdiSource", {}).n("MediaLiveClient", "UpdateSdiSourceCommand").f(void 0, void 0).ser(se_UpdateSdiSourceCommand).de(de_UpdateSdiSourceCommand).build() {
12776
+ static {
12777
+ __name(this, "UpdateSdiSourceCommand");
12778
+ }
12779
+ };
12780
+
12478
12781
  // src/MediaLive.ts
12479
12782
  var commands = {
12480
12783
  AcceptInputDeviceTransferCommand,
@@ -12499,6 +12802,7 @@ var commands = {
12499
12802
  CreateNodeCommand,
12500
12803
  CreateNodeRegistrationScriptCommand,
12501
12804
  CreatePartnerInputCommand,
12805
+ CreateSdiSourceCommand,
12502
12806
  CreateSignalMapCommand,
12503
12807
  CreateTagsCommand,
12504
12808
  DeleteChannelCommand,
@@ -12516,6 +12820,7 @@ var commands = {
12516
12820
  DeleteNodeCommand,
12517
12821
  DeleteReservationCommand,
12518
12822
  DeleteScheduleCommand,
12823
+ DeleteSdiSourceCommand,
12519
12824
  DeleteSignalMapCommand,
12520
12825
  DeleteTagsCommand,
12521
12826
  DescribeAccountConfigurationCommand,
@@ -12533,6 +12838,7 @@ var commands = {
12533
12838
  DescribeOfferingCommand,
12534
12839
  DescribeReservationCommand,
12535
12840
  DescribeScheduleCommand,
12841
+ DescribeSdiSourceCommand,
12536
12842
  DescribeThumbnailsCommand,
12537
12843
  GetCloudWatchAlarmTemplateCommand,
12538
12844
  GetCloudWatchAlarmTemplateGroupCommand,
@@ -12556,6 +12862,7 @@ var commands = {
12556
12862
  ListNodesCommand,
12557
12863
  ListOfferingsCommand,
12558
12864
  ListReservationsCommand,
12865
+ ListSdiSourcesCommand,
12559
12866
  ListSignalMapsCommand,
12560
12867
  ListTagsForResourceCommand,
12561
12868
  ListVersionsCommand,
@@ -12591,7 +12898,8 @@ var commands = {
12591
12898
  UpdateNetworkCommand,
12592
12899
  UpdateNodeCommand,
12593
12900
  UpdateNodeStateCommand,
12594
- UpdateReservationCommand
12901
+ UpdateReservationCommand,
12902
+ UpdateSdiSourceCommand
12595
12903
  };
12596
12904
  var MediaLive = class extends MediaLiveClient {
12597
12905
  static {
@@ -12672,6 +12980,10 @@ var paginateListOfferings = (0, import_core.createPaginator)(MediaLiveClient, Li
12672
12980
 
12673
12981
  var paginateListReservations = (0, import_core.createPaginator)(MediaLiveClient, ListReservationsCommand, "NextToken", "NextToken", "MaxResults");
12674
12982
 
12983
+ // src/pagination/ListSdiSourcesPaginator.ts
12984
+
12985
+ var paginateListSdiSources = (0, import_core.createPaginator)(MediaLiveClient, ListSdiSourcesCommand, "NextToken", "NextToken", "MaxResults");
12986
+
12675
12987
  // src/pagination/ListSignalMapsPaginator.ts
12676
12988
 
12677
12989
  var paginateListSignalMaps = (0, import_core.createPaginator)(MediaLiveClient, ListSignalMapsCommand, "NextToken", "NextToken", "MaxResults");
@@ -14366,6 +14678,7 @@ var InputType = {
14366
14678
  RTMP_PULL: "RTMP_PULL",
14367
14679
  RTMP_PUSH: "RTMP_PUSH",
14368
14680
  RTP_PUSH: "RTP_PUSH",
14681
+ SDI: "SDI",
14369
14682
  SMPTE_2110_RECEIVER_GROUP: "SMPTE_2110_RECEIVER_GROUP",
14370
14683
  SRT_CALLER: "SRT_CALLER",
14371
14684
  TS_FILE: "TS_FILE",
@@ -14584,10 +14897,6 @@ var M2tsSegmentationStyle = {
14584
14897
  MAINTAIN_CADENCE: "MAINTAIN_CADENCE",
14585
14898
  RESET_CADENCE: "RESET_CADENCE"
14586
14899
  };
14587
- var M2tsTimedMetadataBehavior = {
14588
- NO_PASSTHROUGH: "NO_PASSTHROUGH",
14589
- PASSTHROUGH: "PASSTHROUGH"
14590
- };
14591
14900
  // Annotate the CommonJS export names for ESM import in node:
14592
14901
 
14593
14902
  0 && (module.exports = {
@@ -14618,6 +14927,7 @@ var M2tsTimedMetadataBehavior = {
14618
14927
  CreateNodeCommand,
14619
14928
  CreateNodeRegistrationScriptCommand,
14620
14929
  CreatePartnerInputCommand,
14930
+ CreateSdiSourceCommand,
14621
14931
  CreateSignalMapCommand,
14622
14932
  CreateTagsCommand,
14623
14933
  DeleteChannelCommand,
@@ -14635,6 +14945,7 @@ var M2tsTimedMetadataBehavior = {
14635
14945
  DeleteNodeCommand,
14636
14946
  DeleteReservationCommand,
14637
14947
  DeleteScheduleCommand,
14948
+ DeleteSdiSourceCommand,
14638
14949
  DeleteSignalMapCommand,
14639
14950
  DeleteTagsCommand,
14640
14951
  DescribeAccountConfigurationCommand,
@@ -14652,6 +14963,7 @@ var M2tsTimedMetadataBehavior = {
14652
14963
  DescribeOfferingCommand,
14653
14964
  DescribeReservationCommand,
14654
14965
  DescribeScheduleCommand,
14966
+ DescribeSdiSourceCommand,
14655
14967
  DescribeThumbnailsCommand,
14656
14968
  GetCloudWatchAlarmTemplateCommand,
14657
14969
  GetCloudWatchAlarmTemplateGroupCommand,
@@ -14675,6 +14987,7 @@ var M2tsTimedMetadataBehavior = {
14675
14987
  ListNodesCommand,
14676
14988
  ListOfferingsCommand,
14677
14989
  ListReservationsCommand,
14990
+ ListSdiSourcesCommand,
14678
14991
  ListSignalMapsCommand,
14679
14992
  ListTagsForResourceCommand,
14680
14993
  ListVersionsCommand,
@@ -14711,6 +15024,7 @@ var M2tsTimedMetadataBehavior = {
14711
15024
  UpdateNodeCommand,
14712
15025
  UpdateNodeStateCommand,
14713
15026
  UpdateReservationCommand,
15027
+ UpdateSdiSourceCommand,
14714
15028
  paginateDescribeSchedule,
14715
15029
  paginateListChannelPlacementGroups,
14716
15030
  paginateListChannels,
@@ -14729,6 +15043,7 @@ var M2tsTimedMetadataBehavior = {
14729
15043
  paginateListNodes,
14730
15044
  paginateListOfferings,
14731
15045
  paginateListReservations,
15046
+ paginateListSdiSources,
14732
15047
  paginateListSignalMaps,
14733
15048
  waitForChannelCreated,
14734
15049
  waitUntilChannelCreated,
@@ -15000,6 +15315,9 @@ var M2tsTimedMetadataBehavior = {
15000
15315
  Scte35WebDeliveryAllowedFlag,
15001
15316
  Scte35SegmentationCancelIndicator,
15002
15317
  FollowPoint,
15318
+ SdiSourceMode,
15319
+ SdiSourceState,
15320
+ SdiSourceType,
15003
15321
  SignalMapMonitorDeploymentStatus,
15004
15322
  SignalMapStatus,
15005
15323
  ThumbnailType,