@aws-sdk/client-medialive 3.50.0 → 3.53.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 (108) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/MediaLiveServiceException.js +11 -0
  4. package/dist-cjs/models/models_1.js +132 -4
  5. package/dist-cjs/protocols/Aws_restJson1.js +784 -3150
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/MediaLiveServiceException.js +12 -0
  8. package/dist-es/models/models_1.js +120 -1
  9. package/dist-es/protocols/Aws_restJson1.js +1635 -3388
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/MediaLiveServiceException.d.ts +10 -0
  12. package/dist-types/models/models_1.d.ts +65 -28
  13. package/dist-types/ts3.4/MediaLive.d.ts +290 -0
  14. package/dist-types/ts3.4/MediaLiveClient.d.ts +130 -0
  15. package/dist-types/ts3.4/commands/AcceptInputDeviceTransferCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/BatchDeleteCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/BatchStartCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/BatchStopCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/ClaimDeviceCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/CreateMultiplexCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/CreatePartnerInputCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/ListInputDeviceTransfersCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/ListInputDevicesCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/ListInputSecurityGroupsCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/ListMultiplexProgramsCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/ListMultiplexesCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/StartMultiplexCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/StopMultiplexCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/TransferInputDeviceCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/UpdateChannelClassCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/UpdateMultiplexCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/index.d.ts +57 -0
  73. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  74. package/dist-types/ts3.4/index.d.ts +7 -0
  75. package/dist-types/ts3.4/models/MediaLiveServiceException.d.ts +6 -0
  76. package/dist-types/ts3.4/models/index.d.ts +2 -0
  77. package/dist-types/ts3.4/models/models_0.d.ts +2930 -0
  78. package/dist-types/ts3.4/models/models_1.d.ts +3563 -0
  79. package/dist-types/ts3.4/pagination/DescribeSchedulePaginator.d.ts +4 -0
  80. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  81. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +4 -0
  82. package/dist-types/ts3.4/pagination/ListInputDeviceTransfersPaginator.d.ts +4 -0
  83. package/dist-types/ts3.4/pagination/ListInputDevicesPaginator.d.ts +4 -0
  84. package/dist-types/ts3.4/pagination/ListInputSecurityGroupsPaginator.d.ts +4 -0
  85. package/dist-types/ts3.4/pagination/ListInputsPaginator.d.ts +4 -0
  86. package/dist-types/ts3.4/pagination/ListMultiplexProgramsPaginator.d.ts +4 -0
  87. package/dist-types/ts3.4/pagination/ListMultiplexesPaginator.d.ts +4 -0
  88. package/dist-types/ts3.4/pagination/ListOfferingsPaginator.d.ts +4 -0
  89. package/dist-types/ts3.4/pagination/ListReservationsPaginator.d.ts +4 -0
  90. package/dist-types/ts3.4/pagination/index.d.ts +11 -0
  91. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +173 -0
  92. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  93. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  94. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  95. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  96. package/dist-types/ts3.4/waiters/index.d.ts +11 -0
  97. package/dist-types/ts3.4/waiters/waitForChannelCreated.d.ts +7 -0
  98. package/dist-types/ts3.4/waiters/waitForChannelDeleted.d.ts +7 -0
  99. package/dist-types/ts3.4/waiters/waitForChannelRunning.d.ts +7 -0
  100. package/dist-types/ts3.4/waiters/waitForChannelStopped.d.ts +7 -0
  101. package/dist-types/ts3.4/waiters/waitForInputAttached.d.ts +7 -0
  102. package/dist-types/ts3.4/waiters/waitForInputDeleted.d.ts +7 -0
  103. package/dist-types/ts3.4/waiters/waitForInputDetached.d.ts +7 -0
  104. package/dist-types/ts3.4/waiters/waitForMultiplexCreated.d.ts +7 -0
  105. package/dist-types/ts3.4/waiters/waitForMultiplexDeleted.d.ts +7 -0
  106. package/dist-types/ts3.4/waiters/waitForMultiplexRunning.d.ts +7 -0
  107. package/dist-types/ts3.4/waiters/waitForMultiplexStopped.d.ts +7 -0
  108. package/package.json +34 -34
@@ -0,0 +1,57 @@
1
+ export * from "./AcceptInputDeviceTransferCommand";
2
+ export * from "./BatchDeleteCommand";
3
+ export * from "./BatchStartCommand";
4
+ export * from "./BatchStopCommand";
5
+ export * from "./BatchUpdateScheduleCommand";
6
+ export * from "./CancelInputDeviceTransferCommand";
7
+ export * from "./ClaimDeviceCommand";
8
+ export * from "./CreateChannelCommand";
9
+ export * from "./CreateInputCommand";
10
+ export * from "./CreateInputSecurityGroupCommand";
11
+ export * from "./CreateMultiplexCommand";
12
+ export * from "./CreateMultiplexProgramCommand";
13
+ export * from "./CreatePartnerInputCommand";
14
+ export * from "./CreateTagsCommand";
15
+ export * from "./DeleteChannelCommand";
16
+ export * from "./DeleteInputCommand";
17
+ export * from "./DeleteInputSecurityGroupCommand";
18
+ export * from "./DeleteMultiplexCommand";
19
+ export * from "./DeleteMultiplexProgramCommand";
20
+ export * from "./DeleteReservationCommand";
21
+ export * from "./DeleteScheduleCommand";
22
+ export * from "./DeleteTagsCommand";
23
+ export * from "./DescribeChannelCommand";
24
+ export * from "./DescribeInputCommand";
25
+ export * from "./DescribeInputDeviceCommand";
26
+ export * from "./DescribeInputDeviceThumbnailCommand";
27
+ export * from "./DescribeInputSecurityGroupCommand";
28
+ export * from "./DescribeMultiplexCommand";
29
+ export * from "./DescribeMultiplexProgramCommand";
30
+ export * from "./DescribeOfferingCommand";
31
+ export * from "./DescribeReservationCommand";
32
+ export * from "./DescribeScheduleCommand";
33
+ export * from "./ListChannelsCommand";
34
+ export * from "./ListInputDeviceTransfersCommand";
35
+ export * from "./ListInputDevicesCommand";
36
+ export * from "./ListInputSecurityGroupsCommand";
37
+ export * from "./ListInputsCommand";
38
+ export * from "./ListMultiplexProgramsCommand";
39
+ export * from "./ListMultiplexesCommand";
40
+ export * from "./ListOfferingsCommand";
41
+ export * from "./ListReservationsCommand";
42
+ export * from "./ListTagsForResourceCommand";
43
+ export * from "./PurchaseOfferingCommand";
44
+ export * from "./RejectInputDeviceTransferCommand";
45
+ export * from "./StartChannelCommand";
46
+ export * from "./StartMultiplexCommand";
47
+ export * from "./StopChannelCommand";
48
+ export * from "./StopMultiplexCommand";
49
+ export * from "./TransferInputDeviceCommand";
50
+ export * from "./UpdateChannelClassCommand";
51
+ export * from "./UpdateChannelCommand";
52
+ export * from "./UpdateInputCommand";
53
+ export * from "./UpdateInputDeviceCommand";
54
+ export * from "./UpdateInputSecurityGroupCommand";
55
+ export * from "./UpdateMultiplexCommand";
56
+ export * from "./UpdateMultiplexProgramCommand";
57
+ export * from "./UpdateReservationCommand";
@@ -0,0 +1,2 @@
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -0,0 +1,7 @@
1
+ export * from "./MediaLive";
2
+ export * from "./MediaLiveClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export * from "./waiters";
7
+ export { MediaLiveServiceException } from "./models/MediaLiveServiceException";
@@ -0,0 +1,6 @@
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+
3
+ export declare class MediaLiveServiceException extends __ServiceException {
4
+
5
+ constructor(options: __ServiceExceptionOptions);
6
+ }
@@ -0,0 +1,2 @@
1
+ export * from "./models_0";
2
+ export * from "./models_1";