@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
@@ -22,6 +22,7 @@ import { CreateNetworkCommandInput, CreateNetworkCommandOutput } from "../comman
22
22
  import { CreateNodeCommandInput, CreateNodeCommandOutput } from "../commands/CreateNodeCommand";
23
23
  import { CreateNodeRegistrationScriptCommandInput, CreateNodeRegistrationScriptCommandOutput } from "../commands/CreateNodeRegistrationScriptCommand";
24
24
  import { CreatePartnerInputCommandInput, CreatePartnerInputCommandOutput } from "../commands/CreatePartnerInputCommand";
25
+ import { CreateSdiSourceCommandInput, CreateSdiSourceCommandOutput } from "../commands/CreateSdiSourceCommand";
25
26
  import { CreateSignalMapCommandInput, CreateSignalMapCommandOutput } from "../commands/CreateSignalMapCommand";
26
27
  import { CreateTagsCommandInput, CreateTagsCommandOutput } from "../commands/CreateTagsCommand";
27
28
  import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "../commands/DeleteChannelCommand";
@@ -39,6 +40,7 @@ import { DeleteNetworkCommandInput, DeleteNetworkCommandOutput } from "../comman
39
40
  import { DeleteNodeCommandInput, DeleteNodeCommandOutput } from "../commands/DeleteNodeCommand";
40
41
  import { DeleteReservationCommandInput, DeleteReservationCommandOutput } from "../commands/DeleteReservationCommand";
41
42
  import { DeleteScheduleCommandInput, DeleteScheduleCommandOutput } from "../commands/DeleteScheduleCommand";
43
+ import { DeleteSdiSourceCommandInput, DeleteSdiSourceCommandOutput } from "../commands/DeleteSdiSourceCommand";
42
44
  import { DeleteSignalMapCommandInput, DeleteSignalMapCommandOutput } from "../commands/DeleteSignalMapCommand";
43
45
  import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "../commands/DeleteTagsCommand";
44
46
  import { DescribeAccountConfigurationCommandInput, DescribeAccountConfigurationCommandOutput } from "../commands/DescribeAccountConfigurationCommand";
@@ -56,6 +58,7 @@ import { DescribeNodeCommandInput, DescribeNodeCommandOutput } from "../commands
56
58
  import { DescribeOfferingCommandInput, DescribeOfferingCommandOutput } from "../commands/DescribeOfferingCommand";
57
59
  import { DescribeReservationCommandInput, DescribeReservationCommandOutput } from "../commands/DescribeReservationCommand";
58
60
  import { DescribeScheduleCommandInput, DescribeScheduleCommandOutput } from "../commands/DescribeScheduleCommand";
61
+ import { DescribeSdiSourceCommandInput, DescribeSdiSourceCommandOutput } from "../commands/DescribeSdiSourceCommand";
59
62
  import { DescribeThumbnailsCommandInput, DescribeThumbnailsCommandOutput } from "../commands/DescribeThumbnailsCommand";
60
63
  import { GetCloudWatchAlarmTemplateCommandInput, GetCloudWatchAlarmTemplateCommandOutput } from "../commands/GetCloudWatchAlarmTemplateCommand";
61
64
  import { GetCloudWatchAlarmTemplateGroupCommandInput, GetCloudWatchAlarmTemplateGroupCommandOutput } from "../commands/GetCloudWatchAlarmTemplateGroupCommand";
@@ -79,6 +82,7 @@ import { ListNetworksCommandInput, ListNetworksCommandOutput } from "../commands
79
82
  import { ListNodesCommandInput, ListNodesCommandOutput } from "../commands/ListNodesCommand";
80
83
  import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "../commands/ListOfferingsCommand";
81
84
  import { ListReservationsCommandInput, ListReservationsCommandOutput } from "../commands/ListReservationsCommand";
85
+ import { ListSdiSourcesCommandInput, ListSdiSourcesCommandOutput } from "../commands/ListSdiSourcesCommand";
82
86
  import { ListSignalMapsCommandInput, ListSignalMapsCommandOutput } from "../commands/ListSignalMapsCommand";
83
87
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
84
88
  import { ListVersionsCommandInput, ListVersionsCommandOutput } from "../commands/ListVersionsCommand";
@@ -115,6 +119,7 @@ import { UpdateNetworkCommandInput, UpdateNetworkCommandOutput } from "../comman
115
119
  import { UpdateNodeCommandInput, UpdateNodeCommandOutput } from "../commands/UpdateNodeCommand";
116
120
  import { UpdateNodeStateCommandInput, UpdateNodeStateCommandOutput } from "../commands/UpdateNodeStateCommand";
117
121
  import { UpdateReservationCommandInput, UpdateReservationCommandOutput } from "../commands/UpdateReservationCommand";
122
+ import { UpdateSdiSourceCommandInput, UpdateSdiSourceCommandOutput } from "../commands/UpdateSdiSourceCommand";
118
123
  /**
119
124
  * serializeAws_restJson1AcceptInputDeviceTransferCommand
120
125
  */
@@ -203,6 +208,10 @@ export declare const se_CreateNodeRegistrationScriptCommand: (input: CreateNodeR
203
208
  * serializeAws_restJson1CreatePartnerInputCommand
204
209
  */
205
210
  export declare const se_CreatePartnerInputCommand: (input: CreatePartnerInputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
211
+ /**
212
+ * serializeAws_restJson1CreateSdiSourceCommand
213
+ */
214
+ export declare const se_CreateSdiSourceCommand: (input: CreateSdiSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
215
  /**
207
216
  * serializeAws_restJson1CreateSignalMapCommand
208
217
  */
@@ -271,6 +280,10 @@ export declare const se_DeleteReservationCommand: (input: DeleteReservationComma
271
280
  * serializeAws_restJson1DeleteScheduleCommand
272
281
  */
273
282
  export declare const se_DeleteScheduleCommand: (input: DeleteScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
283
+ /**
284
+ * serializeAws_restJson1DeleteSdiSourceCommand
285
+ */
286
+ export declare const se_DeleteSdiSourceCommand: (input: DeleteSdiSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
274
287
  /**
275
288
  * serializeAws_restJson1DeleteSignalMapCommand
276
289
  */
@@ -339,6 +352,10 @@ export declare const se_DescribeReservationCommand: (input: DescribeReservationC
339
352
  * serializeAws_restJson1DescribeScheduleCommand
340
353
  */
341
354
  export declare const se_DescribeScheduleCommand: (input: DescribeScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
355
+ /**
356
+ * serializeAws_restJson1DescribeSdiSourceCommand
357
+ */
358
+ export declare const se_DescribeSdiSourceCommand: (input: DescribeSdiSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
342
359
  /**
343
360
  * serializeAws_restJson1DescribeThumbnailsCommand
344
361
  */
@@ -431,6 +448,10 @@ export declare const se_ListOfferingsCommand: (input: ListOfferingsCommandInput,
431
448
  * serializeAws_restJson1ListReservationsCommand
432
449
  */
433
450
  export declare const se_ListReservationsCommand: (input: ListReservationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
451
+ /**
452
+ * serializeAws_restJson1ListSdiSourcesCommand
453
+ */
454
+ export declare const se_ListSdiSourcesCommand: (input: ListSdiSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
434
455
  /**
435
456
  * serializeAws_restJson1ListSignalMapsCommand
436
457
  */
@@ -575,6 +596,10 @@ export declare const se_UpdateNodeStateCommand: (input: UpdateNodeStateCommandIn
575
596
  * serializeAws_restJson1UpdateReservationCommand
576
597
  */
577
598
  export declare const se_UpdateReservationCommand: (input: UpdateReservationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
599
+ /**
600
+ * serializeAws_restJson1UpdateSdiSourceCommand
601
+ */
602
+ export declare const se_UpdateSdiSourceCommand: (input: UpdateSdiSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
578
603
  /**
579
604
  * deserializeAws_restJson1AcceptInputDeviceTransferCommand
580
605
  */
@@ -663,6 +688,10 @@ export declare const de_CreateNodeRegistrationScriptCommand: (output: __HttpResp
663
688
  * deserializeAws_restJson1CreatePartnerInputCommand
664
689
  */
665
690
  export declare const de_CreatePartnerInputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePartnerInputCommandOutput>;
691
+ /**
692
+ * deserializeAws_restJson1CreateSdiSourceCommand
693
+ */
694
+ export declare const de_CreateSdiSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSdiSourceCommandOutput>;
666
695
  /**
667
696
  * deserializeAws_restJson1CreateSignalMapCommand
668
697
  */
@@ -731,6 +760,10 @@ export declare const de_DeleteReservationCommand: (output: __HttpResponse, conte
731
760
  * deserializeAws_restJson1DeleteScheduleCommand
732
761
  */
733
762
  export declare const de_DeleteScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteScheduleCommandOutput>;
763
+ /**
764
+ * deserializeAws_restJson1DeleteSdiSourceCommand
765
+ */
766
+ export declare const de_DeleteSdiSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSdiSourceCommandOutput>;
734
767
  /**
735
768
  * deserializeAws_restJson1DeleteSignalMapCommand
736
769
  */
@@ -799,6 +832,10 @@ export declare const de_DescribeReservationCommand: (output: __HttpResponse, con
799
832
  * deserializeAws_restJson1DescribeScheduleCommand
800
833
  */
801
834
  export declare const de_DescribeScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScheduleCommandOutput>;
835
+ /**
836
+ * deserializeAws_restJson1DescribeSdiSourceCommand
837
+ */
838
+ export declare const de_DescribeSdiSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSdiSourceCommandOutput>;
802
839
  /**
803
840
  * deserializeAws_restJson1DescribeThumbnailsCommand
804
841
  */
@@ -891,6 +928,10 @@ export declare const de_ListOfferingsCommand: (output: __HttpResponse, context:
891
928
  * deserializeAws_restJson1ListReservationsCommand
892
929
  */
893
930
  export declare const de_ListReservationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReservationsCommandOutput>;
931
+ /**
932
+ * deserializeAws_restJson1ListSdiSourcesCommand
933
+ */
934
+ export declare const de_ListSdiSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSdiSourcesCommandOutput>;
894
935
  /**
895
936
  * deserializeAws_restJson1ListSignalMapsCommand
896
937
  */
@@ -1035,3 +1076,7 @@ export declare const de_UpdateNodeStateCommand: (output: __HttpResponse, context
1035
1076
  * deserializeAws_restJson1UpdateReservationCommand
1036
1077
  */
1037
1078
  export declare const de_UpdateReservationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateReservationCommandOutput>;
1079
+ /**
1080
+ * deserializeAws_restJson1UpdateSdiSourceCommand
1081
+ */
1082
+ export declare const de_UpdateSdiSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSdiSourceCommandOutput>;
@@ -87,6 +87,10 @@ import {
87
87
  CreatePartnerInputCommandInput,
88
88
  CreatePartnerInputCommandOutput,
89
89
  } from "./commands/CreatePartnerInputCommand";
90
+ import {
91
+ CreateSdiSourceCommandInput,
92
+ CreateSdiSourceCommandOutput,
93
+ } from "./commands/CreateSdiSourceCommand";
90
94
  import {
91
95
  CreateSignalMapCommandInput,
92
96
  CreateSignalMapCommandOutput,
@@ -155,6 +159,10 @@ import {
155
159
  DeleteScheduleCommandInput,
156
160
  DeleteScheduleCommandOutput,
157
161
  } from "./commands/DeleteScheduleCommand";
162
+ import {
163
+ DeleteSdiSourceCommandInput,
164
+ DeleteSdiSourceCommandOutput,
165
+ } from "./commands/DeleteSdiSourceCommand";
158
166
  import {
159
167
  DeleteSignalMapCommandInput,
160
168
  DeleteSignalMapCommandOutput,
@@ -223,6 +231,10 @@ import {
223
231
  DescribeScheduleCommandInput,
224
232
  DescribeScheduleCommandOutput,
225
233
  } from "./commands/DescribeScheduleCommand";
234
+ import {
235
+ DescribeSdiSourceCommandInput,
236
+ DescribeSdiSourceCommandOutput,
237
+ } from "./commands/DescribeSdiSourceCommand";
226
238
  import {
227
239
  DescribeThumbnailsCommandInput,
228
240
  DescribeThumbnailsCommandOutput,
@@ -315,6 +327,10 @@ import {
315
327
  ListReservationsCommandInput,
316
328
  ListReservationsCommandOutput,
317
329
  } from "./commands/ListReservationsCommand";
330
+ import {
331
+ ListSdiSourcesCommandInput,
332
+ ListSdiSourcesCommandOutput,
333
+ } from "./commands/ListSdiSourcesCommand";
318
334
  import {
319
335
  ListSignalMapsCommandInput,
320
336
  ListSignalMapsCommandOutput,
@@ -459,6 +475,10 @@ import {
459
475
  UpdateReservationCommandInput,
460
476
  UpdateReservationCommandOutput,
461
477
  } from "./commands/UpdateReservationCommand";
478
+ import {
479
+ UpdateSdiSourceCommandInput,
480
+ UpdateSdiSourceCommandOutput,
481
+ } from "./commands/UpdateSdiSourceCommand";
462
482
  import { MediaLiveClient } from "./MediaLiveClient";
463
483
  export interface MediaLive {
464
484
  acceptInputDeviceTransfer(
@@ -768,6 +788,20 @@ export interface MediaLive {
768
788
  options: __HttpHandlerOptions,
769
789
  cb: (err: any, data?: CreatePartnerInputCommandOutput) => void
770
790
  ): void;
791
+ createSdiSource(): Promise<CreateSdiSourceCommandOutput>;
792
+ createSdiSource(
793
+ args: CreateSdiSourceCommandInput,
794
+ options?: __HttpHandlerOptions
795
+ ): Promise<CreateSdiSourceCommandOutput>;
796
+ createSdiSource(
797
+ args: CreateSdiSourceCommandInput,
798
+ cb: (err: any, data?: CreateSdiSourceCommandOutput) => void
799
+ ): void;
800
+ createSdiSource(
801
+ args: CreateSdiSourceCommandInput,
802
+ options: __HttpHandlerOptions,
803
+ cb: (err: any, data?: CreateSdiSourceCommandOutput) => void
804
+ ): void;
771
805
  createSignalMap(
772
806
  args: CreateSignalMapCommandInput,
773
807
  options?: __HttpHandlerOptions
@@ -1001,6 +1035,19 @@ export interface MediaLive {
1001
1035
  options: __HttpHandlerOptions,
1002
1036
  cb: (err: any, data?: DeleteScheduleCommandOutput) => void
1003
1037
  ): void;
1038
+ deleteSdiSource(
1039
+ args: DeleteSdiSourceCommandInput,
1040
+ options?: __HttpHandlerOptions
1041
+ ): Promise<DeleteSdiSourceCommandOutput>;
1042
+ deleteSdiSource(
1043
+ args: DeleteSdiSourceCommandInput,
1044
+ cb: (err: any, data?: DeleteSdiSourceCommandOutput) => void
1045
+ ): void;
1046
+ deleteSdiSource(
1047
+ args: DeleteSdiSourceCommandInput,
1048
+ options: __HttpHandlerOptions,
1049
+ cb: (err: any, data?: DeleteSdiSourceCommandOutput) => void
1050
+ ): void;
1004
1051
  deleteSignalMap(
1005
1052
  args: DeleteSignalMapCommandInput,
1006
1053
  options?: __HttpHandlerOptions
@@ -1223,6 +1270,19 @@ export interface MediaLive {
1223
1270
  options: __HttpHandlerOptions,
1224
1271
  cb: (err: any, data?: DescribeScheduleCommandOutput) => void
1225
1272
  ): void;
1273
+ describeSdiSource(
1274
+ args: DescribeSdiSourceCommandInput,
1275
+ options?: __HttpHandlerOptions
1276
+ ): Promise<DescribeSdiSourceCommandOutput>;
1277
+ describeSdiSource(
1278
+ args: DescribeSdiSourceCommandInput,
1279
+ cb: (err: any, data?: DescribeSdiSourceCommandOutput) => void
1280
+ ): void;
1281
+ describeSdiSource(
1282
+ args: DescribeSdiSourceCommandInput,
1283
+ options: __HttpHandlerOptions,
1284
+ cb: (err: any, data?: DescribeSdiSourceCommandOutput) => void
1285
+ ): void;
1226
1286
  describeThumbnails(
1227
1287
  args: DescribeThumbnailsCommandInput,
1228
1288
  options?: __HttpHandlerOptions
@@ -1547,6 +1607,20 @@ export interface MediaLive {
1547
1607
  options: __HttpHandlerOptions,
1548
1608
  cb: (err: any, data?: ListReservationsCommandOutput) => void
1549
1609
  ): void;
1610
+ listSdiSources(): Promise<ListSdiSourcesCommandOutput>;
1611
+ listSdiSources(
1612
+ args: ListSdiSourcesCommandInput,
1613
+ options?: __HttpHandlerOptions
1614
+ ): Promise<ListSdiSourcesCommandOutput>;
1615
+ listSdiSources(
1616
+ args: ListSdiSourcesCommandInput,
1617
+ cb: (err: any, data?: ListSdiSourcesCommandOutput) => void
1618
+ ): void;
1619
+ listSdiSources(
1620
+ args: ListSdiSourcesCommandInput,
1621
+ options: __HttpHandlerOptions,
1622
+ cb: (err: any, data?: ListSdiSourcesCommandOutput) => void
1623
+ ): void;
1550
1624
  listSignalMaps(): Promise<ListSignalMapsCommandOutput>;
1551
1625
  listSignalMaps(
1552
1626
  args: ListSignalMapsCommandInput,
@@ -2036,5 +2110,18 @@ export interface MediaLive {
2036
2110
  options: __HttpHandlerOptions,
2037
2111
  cb: (err: any, data?: UpdateReservationCommandOutput) => void
2038
2112
  ): void;
2113
+ updateSdiSource(
2114
+ args: UpdateSdiSourceCommandInput,
2115
+ options?: __HttpHandlerOptions
2116
+ ): Promise<UpdateSdiSourceCommandOutput>;
2117
+ updateSdiSource(
2118
+ args: UpdateSdiSourceCommandInput,
2119
+ cb: (err: any, data?: UpdateSdiSourceCommandOutput) => void
2120
+ ): void;
2121
+ updateSdiSource(
2122
+ args: UpdateSdiSourceCommandInput,
2123
+ options: __HttpHandlerOptions,
2124
+ cb: (err: any, data?: UpdateSdiSourceCommandOutput) => void
2125
+ ): void;
2039
2126
  }
2040
2127
  export declare class MediaLive extends MediaLiveClient implements MediaLive {}
@@ -134,6 +134,10 @@ import {
134
134
  CreatePartnerInputCommandInput,
135
135
  CreatePartnerInputCommandOutput,
136
136
  } from "./commands/CreatePartnerInputCommand";
137
+ import {
138
+ CreateSdiSourceCommandInput,
139
+ CreateSdiSourceCommandOutput,
140
+ } from "./commands/CreateSdiSourceCommand";
137
141
  import {
138
142
  CreateSignalMapCommandInput,
139
143
  CreateSignalMapCommandOutput,
@@ -202,6 +206,10 @@ import {
202
206
  DeleteScheduleCommandInput,
203
207
  DeleteScheduleCommandOutput,
204
208
  } from "./commands/DeleteScheduleCommand";
209
+ import {
210
+ DeleteSdiSourceCommandInput,
211
+ DeleteSdiSourceCommandOutput,
212
+ } from "./commands/DeleteSdiSourceCommand";
205
213
  import {
206
214
  DeleteSignalMapCommandInput,
207
215
  DeleteSignalMapCommandOutput,
@@ -270,6 +278,10 @@ import {
270
278
  DescribeScheduleCommandInput,
271
279
  DescribeScheduleCommandOutput,
272
280
  } from "./commands/DescribeScheduleCommand";
281
+ import {
282
+ DescribeSdiSourceCommandInput,
283
+ DescribeSdiSourceCommandOutput,
284
+ } from "./commands/DescribeSdiSourceCommand";
273
285
  import {
274
286
  DescribeThumbnailsCommandInput,
275
287
  DescribeThumbnailsCommandOutput,
@@ -362,6 +374,10 @@ import {
362
374
  ListReservationsCommandInput,
363
375
  ListReservationsCommandOutput,
364
376
  } from "./commands/ListReservationsCommand";
377
+ import {
378
+ ListSdiSourcesCommandInput,
379
+ ListSdiSourcesCommandOutput,
380
+ } from "./commands/ListSdiSourcesCommand";
365
381
  import {
366
382
  ListSignalMapsCommandInput,
367
383
  ListSignalMapsCommandOutput,
@@ -506,6 +522,10 @@ import {
506
522
  UpdateReservationCommandInput,
507
523
  UpdateReservationCommandOutput,
508
524
  } from "./commands/UpdateReservationCommand";
525
+ import {
526
+ UpdateSdiSourceCommandInput,
527
+ UpdateSdiSourceCommandOutput,
528
+ } from "./commands/UpdateSdiSourceCommand";
509
529
  import {
510
530
  ClientInputEndpointParameters,
511
531
  ClientResolvedEndpointParameters,
@@ -536,6 +556,7 @@ export type ServiceInputTypes =
536
556
  | CreateNodeCommandInput
537
557
  | CreateNodeRegistrationScriptCommandInput
538
558
  | CreatePartnerInputCommandInput
559
+ | CreateSdiSourceCommandInput
539
560
  | CreateSignalMapCommandInput
540
561
  | CreateTagsCommandInput
541
562
  | DeleteChannelCommandInput
@@ -553,6 +574,7 @@ export type ServiceInputTypes =
553
574
  | DeleteNodeCommandInput
554
575
  | DeleteReservationCommandInput
555
576
  | DeleteScheduleCommandInput
577
+ | DeleteSdiSourceCommandInput
556
578
  | DeleteSignalMapCommandInput
557
579
  | DeleteTagsCommandInput
558
580
  | DescribeAccountConfigurationCommandInput
@@ -570,6 +592,7 @@ export type ServiceInputTypes =
570
592
  | DescribeOfferingCommandInput
571
593
  | DescribeReservationCommandInput
572
594
  | DescribeScheduleCommandInput
595
+ | DescribeSdiSourceCommandInput
573
596
  | DescribeThumbnailsCommandInput
574
597
  | GetCloudWatchAlarmTemplateCommandInput
575
598
  | GetCloudWatchAlarmTemplateGroupCommandInput
@@ -593,6 +616,7 @@ export type ServiceInputTypes =
593
616
  | ListNodesCommandInput
594
617
  | ListOfferingsCommandInput
595
618
  | ListReservationsCommandInput
619
+ | ListSdiSourcesCommandInput
596
620
  | ListSignalMapsCommandInput
597
621
  | ListTagsForResourceCommandInput
598
622
  | ListVersionsCommandInput
@@ -628,7 +652,8 @@ export type ServiceInputTypes =
628
652
  | UpdateNetworkCommandInput
629
653
  | UpdateNodeCommandInput
630
654
  | UpdateNodeStateCommandInput
631
- | UpdateReservationCommandInput;
655
+ | UpdateReservationCommandInput
656
+ | UpdateSdiSourceCommandInput;
632
657
  export type ServiceOutputTypes =
633
658
  | AcceptInputDeviceTransferCommandOutput
634
659
  | BatchDeleteCommandOutput
@@ -652,6 +677,7 @@ export type ServiceOutputTypes =
652
677
  | CreateNodeCommandOutput
653
678
  | CreateNodeRegistrationScriptCommandOutput
654
679
  | CreatePartnerInputCommandOutput
680
+ | CreateSdiSourceCommandOutput
655
681
  | CreateSignalMapCommandOutput
656
682
  | CreateTagsCommandOutput
657
683
  | DeleteChannelCommandOutput
@@ -669,6 +695,7 @@ export type ServiceOutputTypes =
669
695
  | DeleteNodeCommandOutput
670
696
  | DeleteReservationCommandOutput
671
697
  | DeleteScheduleCommandOutput
698
+ | DeleteSdiSourceCommandOutput
672
699
  | DeleteSignalMapCommandOutput
673
700
  | DeleteTagsCommandOutput
674
701
  | DescribeAccountConfigurationCommandOutput
@@ -686,6 +713,7 @@ export type ServiceOutputTypes =
686
713
  | DescribeOfferingCommandOutput
687
714
  | DescribeReservationCommandOutput
688
715
  | DescribeScheduleCommandOutput
716
+ | DescribeSdiSourceCommandOutput
689
717
  | DescribeThumbnailsCommandOutput
690
718
  | GetCloudWatchAlarmTemplateCommandOutput
691
719
  | GetCloudWatchAlarmTemplateGroupCommandOutput
@@ -709,6 +737,7 @@ export type ServiceOutputTypes =
709
737
  | ListNodesCommandOutput
710
738
  | ListOfferingsCommandOutput
711
739
  | ListReservationsCommandOutput
740
+ | ListSdiSourcesCommandOutput
712
741
  | ListSignalMapsCommandOutput
713
742
  | ListTagsForResourceCommandOutput
714
743
  | ListVersionsCommandOutput
@@ -744,7 +773,8 @@ export type ServiceOutputTypes =
744
773
  | UpdateNetworkCommandOutput
745
774
  | UpdateNodeCommandOutput
746
775
  | UpdateNodeStateCommandOutput
747
- | UpdateReservationCommandOutput;
776
+ | UpdateReservationCommandOutput
777
+ | UpdateSdiSourceCommandOutput;
748
778
  export interface ClientDefaults
749
779
  extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
750
780
  requestHandler?: __HttpHandlerUserInput;
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  CancelInputDeviceTransferRequest,
10
10
  CancelInputDeviceTransferResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface CancelInputDeviceTransferCommandInput
@@ -0,0 +1,50 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ MediaLiveClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../MediaLiveClient";
8
+ import {
9
+ CreateSdiSourceRequest,
10
+ CreateSdiSourceResponse,
11
+ } from "../models/models_2";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateSdiSourceCommandInput extends CreateSdiSourceRequest {}
15
+ export interface CreateSdiSourceCommandOutput
16
+ extends CreateSdiSourceResponse,
17
+ __MetadataBearer {}
18
+ declare const CreateSdiSourceCommand_base: {
19
+ new (
20
+ input: CreateSdiSourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateSdiSourceCommandInput,
23
+ CreateSdiSourceCommandOutput,
24
+ MediaLiveClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ ...[input]: [] | [CreateSdiSourceCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateSdiSourceCommandInput,
32
+ CreateSdiSourceCommandOutput,
33
+ MediaLiveClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class CreateSdiSourceCommand extends CreateSdiSourceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateSdiSourceRequest;
43
+ output: CreateSdiSourceResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateSdiSourceCommandInput;
47
+ output: CreateSdiSourceCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -0,0 +1,50 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ MediaLiveClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../MediaLiveClient";
8
+ import {
9
+ DeleteSdiSourceRequest,
10
+ DeleteSdiSourceResponse,
11
+ } from "../models/models_2";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteSdiSourceCommandInput extends DeleteSdiSourceRequest {}
15
+ export interface DeleteSdiSourceCommandOutput
16
+ extends DeleteSdiSourceResponse,
17
+ __MetadataBearer {}
18
+ declare const DeleteSdiSourceCommand_base: {
19
+ new (
20
+ input: DeleteSdiSourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DeleteSdiSourceCommandInput,
23
+ DeleteSdiSourceCommandOutput,
24
+ MediaLiveClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ __0_0: DeleteSdiSourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteSdiSourceCommandInput,
32
+ DeleteSdiSourceCommandOutput,
33
+ MediaLiveClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class DeleteSdiSourceCommand extends DeleteSdiSourceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteSdiSourceRequest;
43
+ output: DeleteSdiSourceResponse;
44
+ };
45
+ sdk: {
46
+ input: DeleteSdiSourceCommandInput;
47
+ output: DeleteSdiSourceCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ MediaLiveClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../MediaLiveClient";
8
+ import {
9
+ DescribeSdiSourceRequest,
10
+ DescribeSdiSourceResponse,
11
+ } from "../models/models_2";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeSdiSourceCommandInput
15
+ extends DescribeSdiSourceRequest {}
16
+ export interface DescribeSdiSourceCommandOutput
17
+ extends DescribeSdiSourceResponse,
18
+ __MetadataBearer {}
19
+ declare const DescribeSdiSourceCommand_base: {
20
+ new (
21
+ input: DescribeSdiSourceCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DescribeSdiSourceCommandInput,
24
+ DescribeSdiSourceCommandOutput,
25
+ MediaLiveClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: DescribeSdiSourceCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DescribeSdiSourceCommandInput,
33
+ DescribeSdiSourceCommandOutput,
34
+ MediaLiveClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DescribeSdiSourceCommand extends DescribeSdiSourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeSdiSourceRequest;
44
+ output: DescribeSdiSourceResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeSdiSourceCommandInput;
48
+ output: DescribeSdiSourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,50 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ MediaLiveClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../MediaLiveClient";
8
+ import {
9
+ ListSdiSourcesRequest,
10
+ ListSdiSourcesResponse,
11
+ } from "../models/models_2";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListSdiSourcesCommandInput extends ListSdiSourcesRequest {}
15
+ export interface ListSdiSourcesCommandOutput
16
+ extends ListSdiSourcesResponse,
17
+ __MetadataBearer {}
18
+ declare const ListSdiSourcesCommand_base: {
19
+ new (
20
+ input: ListSdiSourcesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListSdiSourcesCommandInput,
23
+ ListSdiSourcesCommandOutput,
24
+ MediaLiveClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ ...[input]: [] | [ListSdiSourcesCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListSdiSourcesCommandInput,
32
+ ListSdiSourcesCommandOutput,
33
+ MediaLiveClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class ListSdiSourcesCommand extends ListSdiSourcesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListSdiSourcesRequest;
43
+ output: ListSdiSourcesResponse;
44
+ };
45
+ sdk: {
46
+ input: ListSdiSourcesCommandInput;
47
+ output: ListSdiSourcesCommandOutput;
48
+ };
49
+ };
50
+ }