@aws-sdk/client-medialive 3.782.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.
- package/README.md +40 -0
- package/dist-cjs/index.js +332 -14
- package/dist-es/MediaLive.js +10 -0
- package/dist-es/commands/CreateSdiSourceCommand.js +22 -0
- package/dist-es/commands/DeleteSdiSourceCommand.js +22 -0
- package/dist-es/commands/DescribeSdiSourceCommand.js +22 -0
- package/dist-es/commands/ListSdiSourcesCommand.js +22 -0
- package/dist-es/commands/UpdateSdiSourceCommand.js +22 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +1 -4
- package/dist-es/models/models_1.js +17 -8
- package/dist-es/models/models_2.js +8 -0
- package/dist-es/pagination/ListSdiSourcesPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +204 -0
- package/dist-types/MediaLive.d.ts +37 -0
- package/dist-types/MediaLiveClient.d.ts +7 -2
- package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +1 -1
- package/dist-types/commands/CreateInputCommand.d.ts +8 -2
- package/dist-types/commands/CreateNodeCommand.d.ts +7 -0
- package/dist-types/commands/CreatePartnerInputCommand.d.ts +4 -1
- package/dist-types/commands/CreateSdiSourceCommand.d.ts +109 -0
- package/dist-types/commands/DeleteNodeCommand.d.ts +7 -0
- package/dist-types/commands/DeleteSdiSourceCommand.d.ts +106 -0
- package/dist-types/commands/DescribeInputCommand.d.ts +4 -1
- package/dist-types/commands/DescribeNodeCommand.d.ts +7 -0
- package/dist-types/commands/DescribeSdiSourceCommand.d.ts +103 -0
- package/dist-types/commands/ListInputsCommand.d.ts +4 -1
- package/dist-types/commands/ListNodesCommand.d.ts +7 -0
- package/dist-types/commands/ListSdiSourcesCommand.d.ts +104 -0
- package/dist-types/commands/UpdateInputCommand.d.ts +7 -1
- package/dist-types/commands/UpdateNodeCommand.d.ts +14 -0
- package/dist-types/commands/UpdateNodeStateCommand.d.ts +7 -0
- package/dist-types/commands/UpdateSdiSourceCommand.d.ts +106 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +32 -12
- package/dist-types/models/models_1.d.ts +91 -53
- package/dist-types/models/models_2.d.ts +316 -2
- package/dist-types/pagination/ListSdiSourcesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
- package/dist-types/ts3.4/MediaLive.d.ts +87 -0
- package/dist-types/ts3.4/MediaLiveClient.d.ts +32 -2
- package/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSdiSourceCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteSdiSourceCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DescribeSdiSourceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListSdiSourcesCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateSdiSourceCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +8 -6
- package/dist-types/ts3.4/models/models_1.d.ts +32 -21
- package/dist-types/ts3.4/models/models_2.d.ts +87 -3
- package/dist-types/ts3.4/pagination/ListSdiSourcesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -378,6 +378,14 @@ CreatePartnerInput
|
|
|
378
378
|
|
|
379
379
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/CreatePartnerInputCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/CreatePartnerInputCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/CreatePartnerInputCommandOutput/)
|
|
380
380
|
|
|
381
|
+
</details>
|
|
382
|
+
<details>
|
|
383
|
+
<summary>
|
|
384
|
+
CreateSdiSource
|
|
385
|
+
</summary>
|
|
386
|
+
|
|
387
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/CreateSdiSourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/CreateSdiSourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/CreateSdiSourceCommandOutput/)
|
|
388
|
+
|
|
381
389
|
</details>
|
|
382
390
|
<details>
|
|
383
391
|
<summary>
|
|
@@ -514,6 +522,14 @@ DeleteSchedule
|
|
|
514
522
|
|
|
515
523
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/DeleteScheduleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/DeleteScheduleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/DeleteScheduleCommandOutput/)
|
|
516
524
|
|
|
525
|
+
</details>
|
|
526
|
+
<details>
|
|
527
|
+
<summary>
|
|
528
|
+
DeleteSdiSource
|
|
529
|
+
</summary>
|
|
530
|
+
|
|
531
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/DeleteSdiSourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/DeleteSdiSourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/DeleteSdiSourceCommandOutput/)
|
|
532
|
+
|
|
517
533
|
</details>
|
|
518
534
|
<details>
|
|
519
535
|
<summary>
|
|
@@ -650,6 +666,14 @@ DescribeSchedule
|
|
|
650
666
|
|
|
651
667
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/DescribeScheduleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/DescribeScheduleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/DescribeScheduleCommandOutput/)
|
|
652
668
|
|
|
669
|
+
</details>
|
|
670
|
+
<details>
|
|
671
|
+
<summary>
|
|
672
|
+
DescribeSdiSource
|
|
673
|
+
</summary>
|
|
674
|
+
|
|
675
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/DescribeSdiSourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/DescribeSdiSourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/DescribeSdiSourceCommandOutput/)
|
|
676
|
+
|
|
653
677
|
</details>
|
|
654
678
|
<details>
|
|
655
679
|
<summary>
|
|
@@ -834,6 +858,14 @@ ListReservations
|
|
|
834
858
|
|
|
835
859
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/ListReservationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/ListReservationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/ListReservationsCommandOutput/)
|
|
836
860
|
|
|
861
|
+
</details>
|
|
862
|
+
<details>
|
|
863
|
+
<summary>
|
|
864
|
+
ListSdiSources
|
|
865
|
+
</summary>
|
|
866
|
+
|
|
867
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/ListSdiSourcesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/ListSdiSourcesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/ListSdiSourcesCommandOutput/)
|
|
868
|
+
|
|
837
869
|
</details>
|
|
838
870
|
<details>
|
|
839
871
|
<summary>
|
|
@@ -1123,3 +1155,11 @@ UpdateReservation
|
|
|
1123
1155
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/UpdateReservationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/UpdateReservationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/UpdateReservationCommandOutput/)
|
|
1124
1156
|
|
|
1125
1157
|
</details>
|
|
1158
|
+
<details>
|
|
1159
|
+
<summary>
|
|
1160
|
+
UpdateSdiSource
|
|
1161
|
+
</summary>
|
|
1162
|
+
|
|
1163
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/UpdateSdiSourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/UpdateSdiSourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/UpdateSdiSourceCommandOutput/)
|
|
1164
|
+
|
|
1165
|
+
</details>
|