@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
@@ -21,6 +21,7 @@ import { CreateNetworkCommandInput, CreateNetworkCommandOutput } from "./command
21
21
  import { CreateNodeCommandInput, CreateNodeCommandOutput } from "./commands/CreateNodeCommand";
22
22
  import { CreateNodeRegistrationScriptCommandInput, CreateNodeRegistrationScriptCommandOutput } from "./commands/CreateNodeRegistrationScriptCommand";
23
23
  import { CreatePartnerInputCommandInput, CreatePartnerInputCommandOutput } from "./commands/CreatePartnerInputCommand";
24
+ import { CreateSdiSourceCommandInput, CreateSdiSourceCommandOutput } from "./commands/CreateSdiSourceCommand";
24
25
  import { CreateSignalMapCommandInput, CreateSignalMapCommandOutput } from "./commands/CreateSignalMapCommand";
25
26
  import { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
26
27
  import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "./commands/DeleteChannelCommand";
@@ -38,6 +39,7 @@ import { DeleteNetworkCommandInput, DeleteNetworkCommandOutput } from "./command
38
39
  import { DeleteNodeCommandInput, DeleteNodeCommandOutput } from "./commands/DeleteNodeCommand";
39
40
  import { DeleteReservationCommandInput, DeleteReservationCommandOutput } from "./commands/DeleteReservationCommand";
40
41
  import { DeleteScheduleCommandInput, DeleteScheduleCommandOutput } from "./commands/DeleteScheduleCommand";
42
+ import { DeleteSdiSourceCommandInput, DeleteSdiSourceCommandOutput } from "./commands/DeleteSdiSourceCommand";
41
43
  import { DeleteSignalMapCommandInput, DeleteSignalMapCommandOutput } from "./commands/DeleteSignalMapCommand";
42
44
  import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
43
45
  import { DescribeAccountConfigurationCommandInput, DescribeAccountConfigurationCommandOutput } from "./commands/DescribeAccountConfigurationCommand";
@@ -55,6 +57,7 @@ import { DescribeNodeCommandInput, DescribeNodeCommandOutput } from "./commands/
55
57
  import { DescribeOfferingCommandInput, DescribeOfferingCommandOutput } from "./commands/DescribeOfferingCommand";
56
58
  import { DescribeReservationCommandInput, DescribeReservationCommandOutput } from "./commands/DescribeReservationCommand";
57
59
  import { DescribeScheduleCommandInput, DescribeScheduleCommandOutput } from "./commands/DescribeScheduleCommand";
60
+ import { DescribeSdiSourceCommandInput, DescribeSdiSourceCommandOutput } from "./commands/DescribeSdiSourceCommand";
58
61
  import { DescribeThumbnailsCommandInput, DescribeThumbnailsCommandOutput } from "./commands/DescribeThumbnailsCommand";
59
62
  import { GetCloudWatchAlarmTemplateCommandInput, GetCloudWatchAlarmTemplateCommandOutput } from "./commands/GetCloudWatchAlarmTemplateCommand";
60
63
  import { GetCloudWatchAlarmTemplateGroupCommandInput, GetCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/GetCloudWatchAlarmTemplateGroupCommand";
@@ -78,6 +81,7 @@ import { ListNetworksCommandInput, ListNetworksCommandOutput } from "./commands/
78
81
  import { ListNodesCommandInput, ListNodesCommandOutput } from "./commands/ListNodesCommand";
79
82
  import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "./commands/ListOfferingsCommand";
80
83
  import { ListReservationsCommandInput, ListReservationsCommandOutput } from "./commands/ListReservationsCommand";
84
+ import { ListSdiSourcesCommandInput, ListSdiSourcesCommandOutput } from "./commands/ListSdiSourcesCommand";
81
85
  import { ListSignalMapsCommandInput, ListSignalMapsCommandOutput } from "./commands/ListSignalMapsCommand";
82
86
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
83
87
  import { ListVersionsCommandInput, ListVersionsCommandOutput } from "./commands/ListVersionsCommand";
@@ -114,6 +118,7 @@ import { UpdateNetworkCommandInput, UpdateNetworkCommandOutput } from "./command
114
118
  import { UpdateNodeCommandInput, UpdateNodeCommandOutput } from "./commands/UpdateNodeCommand";
115
119
  import { UpdateNodeStateCommandInput, UpdateNodeStateCommandOutput } from "./commands/UpdateNodeStateCommand";
116
120
  import { UpdateReservationCommandInput, UpdateReservationCommandOutput } from "./commands/UpdateReservationCommand";
121
+ import { UpdateSdiSourceCommandInput, UpdateSdiSourceCommandOutput } from "./commands/UpdateSdiSourceCommand";
117
122
  import { MediaLiveClient } from "./MediaLiveClient";
118
123
  export interface MediaLive {
119
124
  /**
@@ -257,6 +262,13 @@ export interface MediaLive {
257
262
  createPartnerInput(args: CreatePartnerInputCommandInput, options?: __HttpHandlerOptions): Promise<CreatePartnerInputCommandOutput>;
258
263
  createPartnerInput(args: CreatePartnerInputCommandInput, cb: (err: any, data?: CreatePartnerInputCommandOutput) => void): void;
259
264
  createPartnerInput(args: CreatePartnerInputCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePartnerInputCommandOutput) => void): void;
265
+ /**
266
+ * @see {@link CreateSdiSourceCommand}
267
+ */
268
+ createSdiSource(): Promise<CreateSdiSourceCommandOutput>;
269
+ createSdiSource(args: CreateSdiSourceCommandInput, options?: __HttpHandlerOptions): Promise<CreateSdiSourceCommandOutput>;
270
+ createSdiSource(args: CreateSdiSourceCommandInput, cb: (err: any, data?: CreateSdiSourceCommandOutput) => void): void;
271
+ createSdiSource(args: CreateSdiSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSdiSourceCommandOutput) => void): void;
260
272
  /**
261
273
  * @see {@link CreateSignalMapCommand}
262
274
  */
@@ -359,6 +371,12 @@ export interface MediaLive {
359
371
  deleteSchedule(args: DeleteScheduleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteScheduleCommandOutput>;
360
372
  deleteSchedule(args: DeleteScheduleCommandInput, cb: (err: any, data?: DeleteScheduleCommandOutput) => void): void;
361
373
  deleteSchedule(args: DeleteScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteScheduleCommandOutput) => void): void;
374
+ /**
375
+ * @see {@link DeleteSdiSourceCommand}
376
+ */
377
+ deleteSdiSource(args: DeleteSdiSourceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSdiSourceCommandOutput>;
378
+ deleteSdiSource(args: DeleteSdiSourceCommandInput, cb: (err: any, data?: DeleteSdiSourceCommandOutput) => void): void;
379
+ deleteSdiSource(args: DeleteSdiSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSdiSourceCommandOutput) => void): void;
362
380
  /**
363
381
  * @see {@link DeleteSignalMapCommand}
364
382
  */
@@ -462,6 +480,12 @@ export interface MediaLive {
462
480
  describeSchedule(args: DescribeScheduleCommandInput, options?: __HttpHandlerOptions): Promise<DescribeScheduleCommandOutput>;
463
481
  describeSchedule(args: DescribeScheduleCommandInput, cb: (err: any, data?: DescribeScheduleCommandOutput) => void): void;
464
482
  describeSchedule(args: DescribeScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeScheduleCommandOutput) => void): void;
483
+ /**
484
+ * @see {@link DescribeSdiSourceCommand}
485
+ */
486
+ describeSdiSource(args: DescribeSdiSourceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSdiSourceCommandOutput>;
487
+ describeSdiSource(args: DescribeSdiSourceCommandInput, cb: (err: any, data?: DescribeSdiSourceCommandOutput) => void): void;
488
+ describeSdiSource(args: DescribeSdiSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSdiSourceCommandOutput) => void): void;
465
489
  /**
466
490
  * @see {@link DescribeThumbnailsCommand}
467
491
  */
@@ -613,6 +637,13 @@ export interface MediaLive {
613
637
  listReservations(args: ListReservationsCommandInput, options?: __HttpHandlerOptions): Promise<ListReservationsCommandOutput>;
614
638
  listReservations(args: ListReservationsCommandInput, cb: (err: any, data?: ListReservationsCommandOutput) => void): void;
615
639
  listReservations(args: ListReservationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReservationsCommandOutput) => void): void;
640
+ /**
641
+ * @see {@link ListSdiSourcesCommand}
642
+ */
643
+ listSdiSources(): Promise<ListSdiSourcesCommandOutput>;
644
+ listSdiSources(args: ListSdiSourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListSdiSourcesCommandOutput>;
645
+ listSdiSources(args: ListSdiSourcesCommandInput, cb: (err: any, data?: ListSdiSourcesCommandOutput) => void): void;
646
+ listSdiSources(args: ListSdiSourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSdiSourcesCommandOutput) => void): void;
616
647
  /**
617
648
  * @see {@link ListSignalMapsCommand}
618
649
  */
@@ -832,6 +863,12 @@ export interface MediaLive {
832
863
  updateReservation(args: UpdateReservationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateReservationCommandOutput>;
833
864
  updateReservation(args: UpdateReservationCommandInput, cb: (err: any, data?: UpdateReservationCommandOutput) => void): void;
834
865
  updateReservation(args: UpdateReservationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateReservationCommandOutput) => void): void;
866
+ /**
867
+ * @see {@link UpdateSdiSourceCommand}
868
+ */
869
+ updateSdiSource(args: UpdateSdiSourceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSdiSourceCommandOutput>;
870
+ updateSdiSource(args: UpdateSdiSourceCommandInput, cb: (err: any, data?: UpdateSdiSourceCommandOutput) => void): void;
871
+ updateSdiSource(args: UpdateSdiSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSdiSourceCommandOutput) => void): void;
835
872
  }
836
873
  /**
837
874
  * API for AWS Elemental MediaLive
@@ -29,6 +29,7 @@ import { CreateNetworkCommandInput, CreateNetworkCommandOutput } from "./command
29
29
  import { CreateNodeCommandInput, CreateNodeCommandOutput } from "./commands/CreateNodeCommand";
30
30
  import { CreateNodeRegistrationScriptCommandInput, CreateNodeRegistrationScriptCommandOutput } from "./commands/CreateNodeRegistrationScriptCommand";
31
31
  import { CreatePartnerInputCommandInput, CreatePartnerInputCommandOutput } from "./commands/CreatePartnerInputCommand";
32
+ import { CreateSdiSourceCommandInput, CreateSdiSourceCommandOutput } from "./commands/CreateSdiSourceCommand";
32
33
  import { CreateSignalMapCommandInput, CreateSignalMapCommandOutput } from "./commands/CreateSignalMapCommand";
33
34
  import { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
34
35
  import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "./commands/DeleteChannelCommand";
@@ -46,6 +47,7 @@ import { DeleteNetworkCommandInput, DeleteNetworkCommandOutput } from "./command
46
47
  import { DeleteNodeCommandInput, DeleteNodeCommandOutput } from "./commands/DeleteNodeCommand";
47
48
  import { DeleteReservationCommandInput, DeleteReservationCommandOutput } from "./commands/DeleteReservationCommand";
48
49
  import { DeleteScheduleCommandInput, DeleteScheduleCommandOutput } from "./commands/DeleteScheduleCommand";
50
+ import { DeleteSdiSourceCommandInput, DeleteSdiSourceCommandOutput } from "./commands/DeleteSdiSourceCommand";
49
51
  import { DeleteSignalMapCommandInput, DeleteSignalMapCommandOutput } from "./commands/DeleteSignalMapCommand";
50
52
  import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
51
53
  import { DescribeAccountConfigurationCommandInput, DescribeAccountConfigurationCommandOutput } from "./commands/DescribeAccountConfigurationCommand";
@@ -63,6 +65,7 @@ import { DescribeNodeCommandInput, DescribeNodeCommandOutput } from "./commands/
63
65
  import { DescribeOfferingCommandInput, DescribeOfferingCommandOutput } from "./commands/DescribeOfferingCommand";
64
66
  import { DescribeReservationCommandInput, DescribeReservationCommandOutput } from "./commands/DescribeReservationCommand";
65
67
  import { DescribeScheduleCommandInput, DescribeScheduleCommandOutput } from "./commands/DescribeScheduleCommand";
68
+ import { DescribeSdiSourceCommandInput, DescribeSdiSourceCommandOutput } from "./commands/DescribeSdiSourceCommand";
66
69
  import { DescribeThumbnailsCommandInput, DescribeThumbnailsCommandOutput } from "./commands/DescribeThumbnailsCommand";
67
70
  import { GetCloudWatchAlarmTemplateCommandInput, GetCloudWatchAlarmTemplateCommandOutput } from "./commands/GetCloudWatchAlarmTemplateCommand";
68
71
  import { GetCloudWatchAlarmTemplateGroupCommandInput, GetCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/GetCloudWatchAlarmTemplateGroupCommand";
@@ -86,6 +89,7 @@ import { ListNetworksCommandInput, ListNetworksCommandOutput } from "./commands/
86
89
  import { ListNodesCommandInput, ListNodesCommandOutput } from "./commands/ListNodesCommand";
87
90
  import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "./commands/ListOfferingsCommand";
88
91
  import { ListReservationsCommandInput, ListReservationsCommandOutput } from "./commands/ListReservationsCommand";
92
+ import { ListSdiSourcesCommandInput, ListSdiSourcesCommandOutput } from "./commands/ListSdiSourcesCommand";
89
93
  import { ListSignalMapsCommandInput, ListSignalMapsCommandOutput } from "./commands/ListSignalMapsCommand";
90
94
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
91
95
  import { ListVersionsCommandInput, ListVersionsCommandOutput } from "./commands/ListVersionsCommand";
@@ -122,17 +126,18 @@ import { UpdateNetworkCommandInput, UpdateNetworkCommandOutput } from "./command
122
126
  import { UpdateNodeCommandInput, UpdateNodeCommandOutput } from "./commands/UpdateNodeCommand";
123
127
  import { UpdateNodeStateCommandInput, UpdateNodeStateCommandOutput } from "./commands/UpdateNodeStateCommand";
124
128
  import { UpdateReservationCommandInput, UpdateReservationCommandOutput } from "./commands/UpdateReservationCommand";
129
+ import { UpdateSdiSourceCommandInput, UpdateSdiSourceCommandOutput } from "./commands/UpdateSdiSourceCommand";
125
130
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
126
131
  import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
127
132
  export { __Client };
128
133
  /**
129
134
  * @public
130
135
  */
131
- export type ServiceInputTypes = AcceptInputDeviceTransferCommandInput | BatchDeleteCommandInput | BatchStartCommandInput | BatchStopCommandInput | BatchUpdateScheduleCommandInput | CancelInputDeviceTransferCommandInput | ClaimDeviceCommandInput | CreateChannelCommandInput | CreateChannelPlacementGroupCommandInput | CreateCloudWatchAlarmTemplateCommandInput | CreateCloudWatchAlarmTemplateGroupCommandInput | CreateClusterCommandInput | CreateEventBridgeRuleTemplateCommandInput | CreateEventBridgeRuleTemplateGroupCommandInput | CreateInputCommandInput | CreateInputSecurityGroupCommandInput | CreateMultiplexCommandInput | CreateMultiplexProgramCommandInput | CreateNetworkCommandInput | CreateNodeCommandInput | CreateNodeRegistrationScriptCommandInput | CreatePartnerInputCommandInput | CreateSignalMapCommandInput | CreateTagsCommandInput | DeleteChannelCommandInput | DeleteChannelPlacementGroupCommandInput | DeleteCloudWatchAlarmTemplateCommandInput | DeleteCloudWatchAlarmTemplateGroupCommandInput | DeleteClusterCommandInput | DeleteEventBridgeRuleTemplateCommandInput | DeleteEventBridgeRuleTemplateGroupCommandInput | DeleteInputCommandInput | DeleteInputSecurityGroupCommandInput | DeleteMultiplexCommandInput | DeleteMultiplexProgramCommandInput | DeleteNetworkCommandInput | DeleteNodeCommandInput | DeleteReservationCommandInput | DeleteScheduleCommandInput | DeleteSignalMapCommandInput | DeleteTagsCommandInput | DescribeAccountConfigurationCommandInput | DescribeChannelCommandInput | DescribeChannelPlacementGroupCommandInput | DescribeClusterCommandInput | DescribeInputCommandInput | DescribeInputDeviceCommandInput | DescribeInputDeviceThumbnailCommandInput | DescribeInputSecurityGroupCommandInput | DescribeMultiplexCommandInput | DescribeMultiplexProgramCommandInput | DescribeNetworkCommandInput | DescribeNodeCommandInput | DescribeOfferingCommandInput | DescribeReservationCommandInput | DescribeScheduleCommandInput | DescribeThumbnailsCommandInput | GetCloudWatchAlarmTemplateCommandInput | GetCloudWatchAlarmTemplateGroupCommandInput | GetEventBridgeRuleTemplateCommandInput | GetEventBridgeRuleTemplateGroupCommandInput | GetSignalMapCommandInput | ListChannelPlacementGroupsCommandInput | ListChannelsCommandInput | ListCloudWatchAlarmTemplateGroupsCommandInput | ListCloudWatchAlarmTemplatesCommandInput | ListClustersCommandInput | ListEventBridgeRuleTemplateGroupsCommandInput | ListEventBridgeRuleTemplatesCommandInput | ListInputDeviceTransfersCommandInput | ListInputDevicesCommandInput | ListInputSecurityGroupsCommandInput | ListInputsCommandInput | ListMultiplexProgramsCommandInput | ListMultiplexesCommandInput | ListNetworksCommandInput | ListNodesCommandInput | ListOfferingsCommandInput | ListReservationsCommandInput | ListSignalMapsCommandInput | ListTagsForResourceCommandInput | ListVersionsCommandInput | PurchaseOfferingCommandInput | RebootInputDeviceCommandInput | RejectInputDeviceTransferCommandInput | RestartChannelPipelinesCommandInput | StartChannelCommandInput | StartDeleteMonitorDeploymentCommandInput | StartInputDeviceCommandInput | StartInputDeviceMaintenanceWindowCommandInput | StartMonitorDeploymentCommandInput | StartMultiplexCommandInput | StartUpdateSignalMapCommandInput | StopChannelCommandInput | StopInputDeviceCommandInput | StopMultiplexCommandInput | TransferInputDeviceCommandInput | UpdateAccountConfigurationCommandInput | UpdateChannelClassCommandInput | UpdateChannelCommandInput | UpdateChannelPlacementGroupCommandInput | UpdateCloudWatchAlarmTemplateCommandInput | UpdateCloudWatchAlarmTemplateGroupCommandInput | UpdateClusterCommandInput | UpdateEventBridgeRuleTemplateCommandInput | UpdateEventBridgeRuleTemplateGroupCommandInput | UpdateInputCommandInput | UpdateInputDeviceCommandInput | UpdateInputSecurityGroupCommandInput | UpdateMultiplexCommandInput | UpdateMultiplexProgramCommandInput | UpdateNetworkCommandInput | UpdateNodeCommandInput | UpdateNodeStateCommandInput | UpdateReservationCommandInput;
136
+ export type ServiceInputTypes = AcceptInputDeviceTransferCommandInput | BatchDeleteCommandInput | BatchStartCommandInput | BatchStopCommandInput | BatchUpdateScheduleCommandInput | CancelInputDeviceTransferCommandInput | ClaimDeviceCommandInput | CreateChannelCommandInput | CreateChannelPlacementGroupCommandInput | CreateCloudWatchAlarmTemplateCommandInput | CreateCloudWatchAlarmTemplateGroupCommandInput | CreateClusterCommandInput | CreateEventBridgeRuleTemplateCommandInput | CreateEventBridgeRuleTemplateGroupCommandInput | CreateInputCommandInput | CreateInputSecurityGroupCommandInput | CreateMultiplexCommandInput | CreateMultiplexProgramCommandInput | CreateNetworkCommandInput | CreateNodeCommandInput | CreateNodeRegistrationScriptCommandInput | CreatePartnerInputCommandInput | CreateSdiSourceCommandInput | CreateSignalMapCommandInput | CreateTagsCommandInput | DeleteChannelCommandInput | DeleteChannelPlacementGroupCommandInput | DeleteCloudWatchAlarmTemplateCommandInput | DeleteCloudWatchAlarmTemplateGroupCommandInput | DeleteClusterCommandInput | DeleteEventBridgeRuleTemplateCommandInput | DeleteEventBridgeRuleTemplateGroupCommandInput | DeleteInputCommandInput | DeleteInputSecurityGroupCommandInput | DeleteMultiplexCommandInput | DeleteMultiplexProgramCommandInput | DeleteNetworkCommandInput | DeleteNodeCommandInput | DeleteReservationCommandInput | DeleteScheduleCommandInput | DeleteSdiSourceCommandInput | DeleteSignalMapCommandInput | DeleteTagsCommandInput | DescribeAccountConfigurationCommandInput | DescribeChannelCommandInput | DescribeChannelPlacementGroupCommandInput | DescribeClusterCommandInput | DescribeInputCommandInput | DescribeInputDeviceCommandInput | DescribeInputDeviceThumbnailCommandInput | DescribeInputSecurityGroupCommandInput | DescribeMultiplexCommandInput | DescribeMultiplexProgramCommandInput | DescribeNetworkCommandInput | DescribeNodeCommandInput | DescribeOfferingCommandInput | DescribeReservationCommandInput | DescribeScheduleCommandInput | DescribeSdiSourceCommandInput | DescribeThumbnailsCommandInput | GetCloudWatchAlarmTemplateCommandInput | GetCloudWatchAlarmTemplateGroupCommandInput | GetEventBridgeRuleTemplateCommandInput | GetEventBridgeRuleTemplateGroupCommandInput | GetSignalMapCommandInput | ListChannelPlacementGroupsCommandInput | ListChannelsCommandInput | ListCloudWatchAlarmTemplateGroupsCommandInput | ListCloudWatchAlarmTemplatesCommandInput | ListClustersCommandInput | ListEventBridgeRuleTemplateGroupsCommandInput | ListEventBridgeRuleTemplatesCommandInput | ListInputDeviceTransfersCommandInput | ListInputDevicesCommandInput | ListInputSecurityGroupsCommandInput | ListInputsCommandInput | ListMultiplexProgramsCommandInput | ListMultiplexesCommandInput | ListNetworksCommandInput | ListNodesCommandInput | ListOfferingsCommandInput | ListReservationsCommandInput | ListSdiSourcesCommandInput | ListSignalMapsCommandInput | ListTagsForResourceCommandInput | ListVersionsCommandInput | PurchaseOfferingCommandInput | RebootInputDeviceCommandInput | RejectInputDeviceTransferCommandInput | RestartChannelPipelinesCommandInput | StartChannelCommandInput | StartDeleteMonitorDeploymentCommandInput | StartInputDeviceCommandInput | StartInputDeviceMaintenanceWindowCommandInput | StartMonitorDeploymentCommandInput | StartMultiplexCommandInput | StartUpdateSignalMapCommandInput | StopChannelCommandInput | StopInputDeviceCommandInput | StopMultiplexCommandInput | TransferInputDeviceCommandInput | UpdateAccountConfigurationCommandInput | UpdateChannelClassCommandInput | UpdateChannelCommandInput | UpdateChannelPlacementGroupCommandInput | UpdateCloudWatchAlarmTemplateCommandInput | UpdateCloudWatchAlarmTemplateGroupCommandInput | UpdateClusterCommandInput | UpdateEventBridgeRuleTemplateCommandInput | UpdateEventBridgeRuleTemplateGroupCommandInput | UpdateInputCommandInput | UpdateInputDeviceCommandInput | UpdateInputSecurityGroupCommandInput | UpdateMultiplexCommandInput | UpdateMultiplexProgramCommandInput | UpdateNetworkCommandInput | UpdateNodeCommandInput | UpdateNodeStateCommandInput | UpdateReservationCommandInput | UpdateSdiSourceCommandInput;
132
137
  /**
133
138
  * @public
134
139
  */
135
- export type ServiceOutputTypes = AcceptInputDeviceTransferCommandOutput | BatchDeleteCommandOutput | BatchStartCommandOutput | BatchStopCommandOutput | BatchUpdateScheduleCommandOutput | CancelInputDeviceTransferCommandOutput | ClaimDeviceCommandOutput | CreateChannelCommandOutput | CreateChannelPlacementGroupCommandOutput | CreateCloudWatchAlarmTemplateCommandOutput | CreateCloudWatchAlarmTemplateGroupCommandOutput | CreateClusterCommandOutput | CreateEventBridgeRuleTemplateCommandOutput | CreateEventBridgeRuleTemplateGroupCommandOutput | CreateInputCommandOutput | CreateInputSecurityGroupCommandOutput | CreateMultiplexCommandOutput | CreateMultiplexProgramCommandOutput | CreateNetworkCommandOutput | CreateNodeCommandOutput | CreateNodeRegistrationScriptCommandOutput | CreatePartnerInputCommandOutput | CreateSignalMapCommandOutput | CreateTagsCommandOutput | DeleteChannelCommandOutput | DeleteChannelPlacementGroupCommandOutput | DeleteCloudWatchAlarmTemplateCommandOutput | DeleteCloudWatchAlarmTemplateGroupCommandOutput | DeleteClusterCommandOutput | DeleteEventBridgeRuleTemplateCommandOutput | DeleteEventBridgeRuleTemplateGroupCommandOutput | DeleteInputCommandOutput | DeleteInputSecurityGroupCommandOutput | DeleteMultiplexCommandOutput | DeleteMultiplexProgramCommandOutput | DeleteNetworkCommandOutput | DeleteNodeCommandOutput | DeleteReservationCommandOutput | DeleteScheduleCommandOutput | DeleteSignalMapCommandOutput | DeleteTagsCommandOutput | DescribeAccountConfigurationCommandOutput | DescribeChannelCommandOutput | DescribeChannelPlacementGroupCommandOutput | DescribeClusterCommandOutput | DescribeInputCommandOutput | DescribeInputDeviceCommandOutput | DescribeInputDeviceThumbnailCommandOutput | DescribeInputSecurityGroupCommandOutput | DescribeMultiplexCommandOutput | DescribeMultiplexProgramCommandOutput | DescribeNetworkCommandOutput | DescribeNodeCommandOutput | DescribeOfferingCommandOutput | DescribeReservationCommandOutput | DescribeScheduleCommandOutput | DescribeThumbnailsCommandOutput | GetCloudWatchAlarmTemplateCommandOutput | GetCloudWatchAlarmTemplateGroupCommandOutput | GetEventBridgeRuleTemplateCommandOutput | GetEventBridgeRuleTemplateGroupCommandOutput | GetSignalMapCommandOutput | ListChannelPlacementGroupsCommandOutput | ListChannelsCommandOutput | ListCloudWatchAlarmTemplateGroupsCommandOutput | ListCloudWatchAlarmTemplatesCommandOutput | ListClustersCommandOutput | ListEventBridgeRuleTemplateGroupsCommandOutput | ListEventBridgeRuleTemplatesCommandOutput | ListInputDeviceTransfersCommandOutput | ListInputDevicesCommandOutput | ListInputSecurityGroupsCommandOutput | ListInputsCommandOutput | ListMultiplexProgramsCommandOutput | ListMultiplexesCommandOutput | ListNetworksCommandOutput | ListNodesCommandOutput | ListOfferingsCommandOutput | ListReservationsCommandOutput | ListSignalMapsCommandOutput | ListTagsForResourceCommandOutput | ListVersionsCommandOutput | PurchaseOfferingCommandOutput | RebootInputDeviceCommandOutput | RejectInputDeviceTransferCommandOutput | RestartChannelPipelinesCommandOutput | StartChannelCommandOutput | StartDeleteMonitorDeploymentCommandOutput | StartInputDeviceCommandOutput | StartInputDeviceMaintenanceWindowCommandOutput | StartMonitorDeploymentCommandOutput | StartMultiplexCommandOutput | StartUpdateSignalMapCommandOutput | StopChannelCommandOutput | StopInputDeviceCommandOutput | StopMultiplexCommandOutput | TransferInputDeviceCommandOutput | UpdateAccountConfigurationCommandOutput | UpdateChannelClassCommandOutput | UpdateChannelCommandOutput | UpdateChannelPlacementGroupCommandOutput | UpdateCloudWatchAlarmTemplateCommandOutput | UpdateCloudWatchAlarmTemplateGroupCommandOutput | UpdateClusterCommandOutput | UpdateEventBridgeRuleTemplateCommandOutput | UpdateEventBridgeRuleTemplateGroupCommandOutput | UpdateInputCommandOutput | UpdateInputDeviceCommandOutput | UpdateInputSecurityGroupCommandOutput | UpdateMultiplexCommandOutput | UpdateMultiplexProgramCommandOutput | UpdateNetworkCommandOutput | UpdateNodeCommandOutput | UpdateNodeStateCommandOutput | UpdateReservationCommandOutput;
140
+ export type ServiceOutputTypes = AcceptInputDeviceTransferCommandOutput | BatchDeleteCommandOutput | BatchStartCommandOutput | BatchStopCommandOutput | BatchUpdateScheduleCommandOutput | CancelInputDeviceTransferCommandOutput | ClaimDeviceCommandOutput | CreateChannelCommandOutput | CreateChannelPlacementGroupCommandOutput | CreateCloudWatchAlarmTemplateCommandOutput | CreateCloudWatchAlarmTemplateGroupCommandOutput | CreateClusterCommandOutput | CreateEventBridgeRuleTemplateCommandOutput | CreateEventBridgeRuleTemplateGroupCommandOutput | CreateInputCommandOutput | CreateInputSecurityGroupCommandOutput | CreateMultiplexCommandOutput | CreateMultiplexProgramCommandOutput | CreateNetworkCommandOutput | CreateNodeCommandOutput | CreateNodeRegistrationScriptCommandOutput | CreatePartnerInputCommandOutput | CreateSdiSourceCommandOutput | CreateSignalMapCommandOutput | CreateTagsCommandOutput | DeleteChannelCommandOutput | DeleteChannelPlacementGroupCommandOutput | DeleteCloudWatchAlarmTemplateCommandOutput | DeleteCloudWatchAlarmTemplateGroupCommandOutput | DeleteClusterCommandOutput | DeleteEventBridgeRuleTemplateCommandOutput | DeleteEventBridgeRuleTemplateGroupCommandOutput | DeleteInputCommandOutput | DeleteInputSecurityGroupCommandOutput | DeleteMultiplexCommandOutput | DeleteMultiplexProgramCommandOutput | DeleteNetworkCommandOutput | DeleteNodeCommandOutput | DeleteReservationCommandOutput | DeleteScheduleCommandOutput | DeleteSdiSourceCommandOutput | DeleteSignalMapCommandOutput | DeleteTagsCommandOutput | DescribeAccountConfigurationCommandOutput | DescribeChannelCommandOutput | DescribeChannelPlacementGroupCommandOutput | DescribeClusterCommandOutput | DescribeInputCommandOutput | DescribeInputDeviceCommandOutput | DescribeInputDeviceThumbnailCommandOutput | DescribeInputSecurityGroupCommandOutput | DescribeMultiplexCommandOutput | DescribeMultiplexProgramCommandOutput | DescribeNetworkCommandOutput | DescribeNodeCommandOutput | DescribeOfferingCommandOutput | DescribeReservationCommandOutput | DescribeScheduleCommandOutput | DescribeSdiSourceCommandOutput | DescribeThumbnailsCommandOutput | GetCloudWatchAlarmTemplateCommandOutput | GetCloudWatchAlarmTemplateGroupCommandOutput | GetEventBridgeRuleTemplateCommandOutput | GetEventBridgeRuleTemplateGroupCommandOutput | GetSignalMapCommandOutput | ListChannelPlacementGroupsCommandOutput | ListChannelsCommandOutput | ListCloudWatchAlarmTemplateGroupsCommandOutput | ListCloudWatchAlarmTemplatesCommandOutput | ListClustersCommandOutput | ListEventBridgeRuleTemplateGroupsCommandOutput | ListEventBridgeRuleTemplatesCommandOutput | ListInputDeviceTransfersCommandOutput | ListInputDevicesCommandOutput | ListInputSecurityGroupsCommandOutput | ListInputsCommandOutput | ListMultiplexProgramsCommandOutput | ListMultiplexesCommandOutput | ListNetworksCommandOutput | ListNodesCommandOutput | ListOfferingsCommandOutput | ListReservationsCommandOutput | ListSdiSourcesCommandOutput | ListSignalMapsCommandOutput | ListTagsForResourceCommandOutput | ListVersionsCommandOutput | PurchaseOfferingCommandOutput | RebootInputDeviceCommandOutput | RejectInputDeviceTransferCommandOutput | RestartChannelPipelinesCommandOutput | StartChannelCommandOutput | StartDeleteMonitorDeploymentCommandOutput | StartInputDeviceCommandOutput | StartInputDeviceMaintenanceWindowCommandOutput | StartMonitorDeploymentCommandOutput | StartMultiplexCommandOutput | StartUpdateSignalMapCommandOutput | StopChannelCommandOutput | StopInputDeviceCommandOutput | StopMultiplexCommandOutput | TransferInputDeviceCommandOutput | UpdateAccountConfigurationCommandOutput | UpdateChannelClassCommandOutput | UpdateChannelCommandOutput | UpdateChannelPlacementGroupCommandOutput | UpdateCloudWatchAlarmTemplateCommandOutput | UpdateCloudWatchAlarmTemplateGroupCommandOutput | UpdateClusterCommandOutput | UpdateEventBridgeRuleTemplateCommandOutput | UpdateEventBridgeRuleTemplateGroupCommandOutput | UpdateInputCommandOutput | UpdateInputDeviceCommandOutput | UpdateInputSecurityGroupCommandOutput | UpdateMultiplexCommandOutput | UpdateMultiplexProgramCommandOutput | UpdateNetworkCommandOutput | UpdateNodeCommandOutput | UpdateNodeStateCommandOutput | UpdateReservationCommandOutput | UpdateSdiSourceCommandOutput;
136
141
  /**
137
142
  * @public
138
143
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
- import { CancelInputDeviceTransferRequest, CancelInputDeviceTransferResponse } from "../models/models_1";
4
+ import { CancelInputDeviceTransferRequest, CancelInputDeviceTransferResponse } from "../models/models_2";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -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" || "SMPTE_2110_RECEIVER_GROUP",
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" || "SDI",
78
78
  * Vpc: { // InputVpcRequest
79
79
  * SecurityGroupIds: [
80
80
  * "STRING_VALUE",
@@ -130,6 +130,9 @@ declare const CreateInputCommand_base: {
130
130
  * },
131
131
  * ],
132
132
  * },
133
+ * SdiSources: [ // InputSdiSources
134
+ * "STRING_VALUE",
135
+ * ],
133
136
  * };
134
137
  * const command = new CreateInputCommand(input);
135
138
  * const response = await client.send(command);
@@ -189,7 +192,7 @@ declare const CreateInputCommand_base: {
189
192
  * // Tags: { // Tags
190
193
  * // "<keys>": "STRING_VALUE",
191
194
  * // },
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",
195
+ * // 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" || "SDI",
193
196
  * // SrtSettings: { // SrtSettings
194
197
  * // SrtCallerSources: [ // __listOfSrtCallerSource
195
198
  * // { // SrtCallerSource
@@ -237,6 +240,9 @@ declare const CreateInputCommand_base: {
237
240
  * // },
238
241
  * // ],
239
242
  * // },
243
+ * // SdiSources: [ // InputSdiSources
244
+ * // "STRING_VALUE",
245
+ * // ],
240
246
  * // },
241
247
  * // };
242
248
  *
@@ -71,6 +71,13 @@ declare const CreateNodeCommand_base: {
71
71
  * // ],
72
72
  * // Role: "BACKUP" || "ACTIVE",
73
73
  * // State: "CREATED" || "REGISTERING" || "READY_TO_ACTIVATE" || "REGISTRATION_FAILED" || "ACTIVATION_FAILED" || "ACTIVE" || "READY" || "IN_USE" || "DEREGISTERING" || "DRAINING" || "DEREGISTRATION_FAILED" || "DEREGISTERED",
74
+ * // SdiSourceMappings: [ // SdiSourceMappings
75
+ * // { // SdiSourceMapping
76
+ * // CardNumber: Number("int"),
77
+ * // ChannelNumber: Number("int"),
78
+ * // SdiSource: "STRING_VALUE",
79
+ * // },
80
+ * // ],
74
81
  * // };
75
82
  *
76
83
  * ```
@@ -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" || "SMPTE_2110_RECEIVER_GROUP",
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" || "SDI",
103
103
  * // SrtSettings: { // SrtSettings
104
104
  * // SrtCallerSources: [ // __listOfSrtCallerSource
105
105
  * // { // SrtCallerSource
@@ -147,6 +147,9 @@ declare const CreatePartnerInputCommand_base: {
147
147
  * // },
148
148
  * // ],
149
149
  * // },
150
+ * // SdiSources: [ // InputSdiSources
151
+ * // "STRING_VALUE",
152
+ * // ],
150
153
  * // },
151
154
  * // };
152
155
  *
@@ -0,0 +1,109 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
+ import { CreateSdiSourceRequest, CreateSdiSourceResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link CreateSdiSourceCommand}.
14
+ */
15
+ export interface CreateSdiSourceCommandInput extends CreateSdiSourceRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CreateSdiSourceCommand}.
21
+ */
22
+ export interface CreateSdiSourceCommandOutput extends CreateSdiSourceResponse, __MetadataBearer {
23
+ }
24
+ declare const CreateSdiSourceCommand_base: {
25
+ new (input: CreateSdiSourceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSdiSourceCommandInput, CreateSdiSourceCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [CreateSdiSourceCommandInput]): import("@smithy/smithy-client").CommandImpl<CreateSdiSourceCommandInput, CreateSdiSourceCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * Create an SdiSource for each video source that uses the SDI protocol. You will reference the SdiSource when you create an SDI input in MediaLive. You will also reference it in an SdiSourceMapping, in order to create a connection between the logical SdiSource and the physical SDI card and port that the physical SDI source uses.
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { MediaLiveClient, CreateSdiSourceCommand } from "@aws-sdk/client-medialive"; // ES Modules import
35
+ * // const { MediaLiveClient, CreateSdiSourceCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
36
+ * const client = new MediaLiveClient(config);
37
+ * const input = { // CreateSdiSourceRequest
38
+ * Mode: "QUADRANT" || "INTERLEAVE",
39
+ * Name: "STRING_VALUE",
40
+ * RequestId: "STRING_VALUE",
41
+ * Tags: { // Tags
42
+ * "<keys>": "STRING_VALUE",
43
+ * },
44
+ * Type: "SINGLE" || "QUAD",
45
+ * };
46
+ * const command = new CreateSdiSourceCommand(input);
47
+ * const response = await client.send(command);
48
+ * // { // CreateSdiSourceResponse
49
+ * // SdiSource: { // SdiSource
50
+ * // Arn: "STRING_VALUE",
51
+ * // Id: "STRING_VALUE",
52
+ * // Inputs: [ // __listOf__string
53
+ * // "STRING_VALUE",
54
+ * // ],
55
+ * // Mode: "QUADRANT" || "INTERLEAVE",
56
+ * // Name: "STRING_VALUE",
57
+ * // State: "IDLE" || "IN_USE" || "DELETED",
58
+ * // Type: "SINGLE" || "QUAD",
59
+ * // },
60
+ * // };
61
+ *
62
+ * ```
63
+ *
64
+ * @param CreateSdiSourceCommandInput - {@link CreateSdiSourceCommandInput}
65
+ * @returns {@link CreateSdiSourceCommandOutput}
66
+ * @see {@link CreateSdiSourceCommandInput} for command's `input` shape.
67
+ * @see {@link CreateSdiSourceCommandOutput} for command's `response` shape.
68
+ * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
69
+ *
70
+ * @throws {@link BadGatewayException} (server fault)
71
+ * Placeholder documentation for BadGatewayException
72
+ *
73
+ * @throws {@link BadRequestException} (client fault)
74
+ * Placeholder documentation for BadRequestException
75
+ *
76
+ * @throws {@link ConflictException} (client fault)
77
+ * Placeholder documentation for ConflictException
78
+ *
79
+ * @throws {@link ForbiddenException} (client fault)
80
+ * Placeholder documentation for ForbiddenException
81
+ *
82
+ * @throws {@link GatewayTimeoutException} (server fault)
83
+ * Placeholder documentation for GatewayTimeoutException
84
+ *
85
+ * @throws {@link InternalServerErrorException} (server fault)
86
+ * Placeholder documentation for InternalServerErrorException
87
+ *
88
+ * @throws {@link TooManyRequestsException} (client fault)
89
+ * Placeholder documentation for TooManyRequestsException
90
+ *
91
+ * @throws {@link MediaLiveServiceException}
92
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
93
+ *
94
+ *
95
+ * @public
96
+ */
97
+ export declare class CreateSdiSourceCommand extends CreateSdiSourceCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: CreateSdiSourceRequest;
102
+ output: CreateSdiSourceResponse;
103
+ };
104
+ sdk: {
105
+ input: CreateSdiSourceCommandInput;
106
+ output: CreateSdiSourceCommandOutput;
107
+ };
108
+ };
109
+ }
@@ -59,6 +59,13 @@ declare const DeleteNodeCommand_base: {
59
59
  * // ],
60
60
  * // Role: "BACKUP" || "ACTIVE",
61
61
  * // State: "CREATED" || "REGISTERING" || "READY_TO_ACTIVATE" || "REGISTRATION_FAILED" || "ACTIVATION_FAILED" || "ACTIVE" || "READY" || "IN_USE" || "DEREGISTERING" || "DRAINING" || "DEREGISTRATION_FAILED" || "DEREGISTERED",
62
+ * // SdiSourceMappings: [ // SdiSourceMappings
63
+ * // { // SdiSourceMapping
64
+ * // CardNumber: Number("int"),
65
+ * // ChannelNumber: Number("int"),
66
+ * // SdiSource: "STRING_VALUE",
67
+ * // },
68
+ * // ],
62
69
  * // };
63
70
  *
64
71
  * ```
@@ -0,0 +1,106 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
+ import { DeleteSdiSourceRequest, DeleteSdiSourceResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteSdiSourceCommand}.
14
+ */
15
+ export interface DeleteSdiSourceCommandInput extends DeleteSdiSourceRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteSdiSourceCommand}.
21
+ */
22
+ export interface DeleteSdiSourceCommandOutput extends DeleteSdiSourceResponse, __MetadataBearer {
23
+ }
24
+ declare const DeleteSdiSourceCommand_base: {
25
+ new (input: DeleteSdiSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSdiSourceCommandInput, DeleteSdiSourceCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: DeleteSdiSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSdiSourceCommandInput, DeleteSdiSourceCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * Delete an SdiSource. The SdiSource must not be part of any SidSourceMapping and must not be attached to any input.
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { MediaLiveClient, DeleteSdiSourceCommand } from "@aws-sdk/client-medialive"; // ES Modules import
35
+ * // const { MediaLiveClient, DeleteSdiSourceCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
36
+ * const client = new MediaLiveClient(config);
37
+ * const input = { // DeleteSdiSourceRequest
38
+ * SdiSourceId: "STRING_VALUE", // required
39
+ * };
40
+ * const command = new DeleteSdiSourceCommand(input);
41
+ * const response = await client.send(command);
42
+ * // { // DeleteSdiSourceResponse
43
+ * // SdiSource: { // SdiSource
44
+ * // Arn: "STRING_VALUE",
45
+ * // Id: "STRING_VALUE",
46
+ * // Inputs: [ // __listOf__string
47
+ * // "STRING_VALUE",
48
+ * // ],
49
+ * // Mode: "QUADRANT" || "INTERLEAVE",
50
+ * // Name: "STRING_VALUE",
51
+ * // State: "IDLE" || "IN_USE" || "DELETED",
52
+ * // Type: "SINGLE" || "QUAD",
53
+ * // },
54
+ * // };
55
+ *
56
+ * ```
57
+ *
58
+ * @param DeleteSdiSourceCommandInput - {@link DeleteSdiSourceCommandInput}
59
+ * @returns {@link DeleteSdiSourceCommandOutput}
60
+ * @see {@link DeleteSdiSourceCommandInput} for command's `input` shape.
61
+ * @see {@link DeleteSdiSourceCommandOutput} for command's `response` shape.
62
+ * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
63
+ *
64
+ * @throws {@link BadGatewayException} (server fault)
65
+ * Placeholder documentation for BadGatewayException
66
+ *
67
+ * @throws {@link BadRequestException} (client fault)
68
+ * Placeholder documentation for BadRequestException
69
+ *
70
+ * @throws {@link ConflictException} (client fault)
71
+ * Placeholder documentation for ConflictException
72
+ *
73
+ * @throws {@link ForbiddenException} (client fault)
74
+ * Placeholder documentation for ForbiddenException
75
+ *
76
+ * @throws {@link GatewayTimeoutException} (server fault)
77
+ * Placeholder documentation for GatewayTimeoutException
78
+ *
79
+ * @throws {@link InternalServerErrorException} (server fault)
80
+ * Placeholder documentation for InternalServerErrorException
81
+ *
82
+ * @throws {@link NotFoundException} (client fault)
83
+ * Placeholder documentation for NotFoundException
84
+ *
85
+ * @throws {@link TooManyRequestsException} (client fault)
86
+ * Placeholder documentation for TooManyRequestsException
87
+ *
88
+ * @throws {@link MediaLiveServiceException}
89
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
90
+ *
91
+ *
92
+ * @public
93
+ */
94
+ export declare class DeleteSdiSourceCommand extends DeleteSdiSourceCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: DeleteSdiSourceRequest;
99
+ output: DeleteSdiSourceResponse;
100
+ };
101
+ sdk: {
102
+ input: DeleteSdiSourceCommandInput;
103
+ output: DeleteSdiSourceCommandOutput;
104
+ };
105
+ };
106
+ }
@@ -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" || "SMPTE_2110_RECEIVER_GROUP",
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" || "SDI",
98
98
  * // SrtSettings: { // SrtSettings
99
99
  * // SrtCallerSources: [ // __listOfSrtCallerSource
100
100
  * // { // SrtCallerSource
@@ -142,6 +142,9 @@ declare const DescribeInputCommand_base: {
142
142
  * // },
143
143
  * // ],
144
144
  * // },
145
+ * // SdiSources: [ // InputSdiSources
146
+ * // "STRING_VALUE",
147
+ * // ],
145
148
  * // };
146
149
  *
147
150
  * ```
@@ -59,6 +59,13 @@ declare const DescribeNodeCommand_base: {
59
59
  * // ],
60
60
  * // Role: "BACKUP" || "ACTIVE",
61
61
  * // State: "CREATED" || "REGISTERING" || "READY_TO_ACTIVATE" || "REGISTRATION_FAILED" || "ACTIVATION_FAILED" || "ACTIVE" || "READY" || "IN_USE" || "DEREGISTERING" || "DRAINING" || "DEREGISTRATION_FAILED" || "DEREGISTERED",
62
+ * // SdiSourceMappings: [ // SdiSourceMappings
63
+ * // { // SdiSourceMapping
64
+ * // CardNumber: Number("int"),
65
+ * // ChannelNumber: Number("int"),
66
+ * // SdiSource: "STRING_VALUE",
67
+ * // },
68
+ * // ],
62
69
  * // };
63
70
  *
64
71
  * ```