@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.
- package/CHANGELOG.md +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/MediaLiveServiceException.js +11 -0
- package/dist-cjs/models/models_1.js +132 -4
- package/dist-cjs/protocols/Aws_restJson1.js +784 -3150
- package/dist-es/index.js +1 -0
- package/dist-es/models/MediaLiveServiceException.js +12 -0
- package/dist-es/models/models_1.js +120 -1
- package/dist-es/protocols/Aws_restJson1.js +1635 -3388
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/MediaLiveServiceException.d.ts +10 -0
- package/dist-types/models/models_1.d.ts +65 -28
- package/dist-types/ts3.4/MediaLive.d.ts +290 -0
- package/dist-types/ts3.4/MediaLiveClient.d.ts +130 -0
- package/dist-types/ts3.4/commands/AcceptInputDeviceTransferCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDeleteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchStartCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchStopCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ClaimDeviceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMultiplexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePartnerInputCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInputDeviceTransfersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInputDevicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInputSecurityGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMultiplexProgramsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMultiplexesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartMultiplexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopMultiplexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TransferInputDeviceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateChannelClassCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMultiplexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +57 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +7 -0
- package/dist-types/ts3.4/models/MediaLiveServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2930 -0
- package/dist-types/ts3.4/models/models_1.d.ts +3563 -0
- package/dist-types/ts3.4/pagination/DescribeSchedulePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInputDeviceTransfersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInputDevicesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInputSecurityGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInputsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMultiplexProgramsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMultiplexesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListOfferingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListReservationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +11 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +173 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/dist-types/ts3.4/waiters/index.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForChannelCreated.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForChannelDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForChannelRunning.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForChannelStopped.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForInputAttached.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForInputDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForInputDetached.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForMultiplexCreated.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForMultiplexDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForMultiplexRunning.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForMultiplexStopped.d.ts +7 -0
- 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,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
|
+
}
|