@aws-sdk/client-medialive 3.34.0 → 3.37.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 +47 -0
- package/dist-cjs/MediaLive.js +862 -0
- package/dist-cjs/MediaLiveClient.js +35 -0
- package/dist-cjs/commands/AcceptInputDeviceTransferCommand.js +36 -0
- package/dist-cjs/commands/BatchDeleteCommand.js +36 -0
- package/dist-cjs/commands/BatchStartCommand.js +36 -0
- package/dist-cjs/commands/BatchStopCommand.js +36 -0
- package/dist-cjs/commands/BatchUpdateScheduleCommand.js +36 -0
- package/dist-cjs/commands/CancelInputDeviceTransferCommand.js +36 -0
- package/dist-cjs/commands/ClaimDeviceCommand.js +36 -0
- package/dist-cjs/commands/CreateChannelCommand.js +36 -0
- package/dist-cjs/commands/CreateInputCommand.js +36 -0
- package/dist-cjs/commands/CreateInputSecurityGroupCommand.js +36 -0
- package/dist-cjs/commands/CreateMultiplexCommand.js +36 -0
- package/dist-cjs/commands/CreateMultiplexProgramCommand.js +36 -0
- package/dist-cjs/commands/CreatePartnerInputCommand.js +36 -0
- package/dist-cjs/commands/CreateTagsCommand.js +36 -0
- package/dist-cjs/commands/DeleteChannelCommand.js +36 -0
- package/dist-cjs/commands/DeleteInputCommand.js +36 -0
- package/dist-cjs/commands/DeleteInputSecurityGroupCommand.js +36 -0
- package/dist-cjs/commands/DeleteMultiplexCommand.js +36 -0
- package/dist-cjs/commands/DeleteMultiplexProgramCommand.js +36 -0
- package/dist-cjs/commands/DeleteReservationCommand.js +36 -0
- package/dist-cjs/commands/DeleteScheduleCommand.js +36 -0
- package/dist-cjs/commands/DeleteTagsCommand.js +36 -0
- package/dist-cjs/commands/DescribeChannelCommand.js +36 -0
- package/dist-cjs/commands/DescribeInputCommand.js +36 -0
- package/dist-cjs/commands/DescribeInputDeviceCommand.js +36 -0
- package/dist-cjs/commands/DescribeInputDeviceThumbnailCommand.js +36 -0
- package/dist-cjs/commands/DescribeInputSecurityGroupCommand.js +36 -0
- package/dist-cjs/commands/DescribeMultiplexCommand.js +36 -0
- package/dist-cjs/commands/DescribeMultiplexProgramCommand.js +36 -0
- package/dist-cjs/commands/DescribeOfferingCommand.js +36 -0
- package/dist-cjs/commands/DescribeReservationCommand.js +36 -0
- package/dist-cjs/commands/DescribeScheduleCommand.js +36 -0
- package/dist-cjs/commands/ListChannelsCommand.js +36 -0
- package/dist-cjs/commands/ListInputDeviceTransfersCommand.js +36 -0
- package/dist-cjs/commands/ListInputDevicesCommand.js +36 -0
- package/dist-cjs/commands/ListInputSecurityGroupsCommand.js +36 -0
- package/dist-cjs/commands/ListInputsCommand.js +36 -0
- package/dist-cjs/commands/ListMultiplexProgramsCommand.js +36 -0
- package/dist-cjs/commands/ListMultiplexesCommand.js +36 -0
- package/dist-cjs/commands/ListOfferingsCommand.js +36 -0
- package/dist-cjs/commands/ListReservationsCommand.js +36 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
- package/dist-cjs/commands/PurchaseOfferingCommand.js +36 -0
- package/dist-cjs/commands/RejectInputDeviceTransferCommand.js +36 -0
- package/dist-cjs/commands/StartChannelCommand.js +36 -0
- package/dist-cjs/commands/StartMultiplexCommand.js +36 -0
- package/dist-cjs/commands/StopChannelCommand.js +36 -0
- package/dist-cjs/commands/StopMultiplexCommand.js +36 -0
- package/dist-cjs/commands/TransferInputDeviceCommand.js +36 -0
- package/dist-cjs/commands/UpdateChannelClassCommand.js +36 -0
- package/dist-cjs/commands/UpdateChannelCommand.js +36 -0
- package/dist-cjs/commands/UpdateInputCommand.js +36 -0
- package/dist-cjs/commands/UpdateInputDeviceCommand.js +36 -0
- package/dist-cjs/commands/UpdateInputSecurityGroupCommand.js +36 -0
- package/dist-cjs/commands/UpdateMultiplexCommand.js +36 -0
- package/dist-cjs/commands/UpdateMultiplexProgramCommand.js +36 -0
- package/dist-cjs/commands/UpdateReservationCommand.js +36 -0
- package/dist-cjs/endpoints.js +72 -0
- package/dist-cjs/index.js +85 -0
- package/dist-cjs/models/index.js +5 -0
- package/dist-cjs/models/models_0.js +1777 -0
- package/dist-cjs/models/models_1.js +1785 -0
- package/dist-cjs/pagination/DescribeSchedulePaginator.js +35 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListChannelsPaginator.js +35 -0
- package/dist-cjs/pagination/ListInputDeviceTransfersPaginator.js +35 -0
- package/dist-cjs/pagination/ListInputDevicesPaginator.js +35 -0
- package/dist-cjs/pagination/ListInputSecurityGroupsPaginator.js +35 -0
- package/dist-cjs/pagination/ListInputsPaginator.js +35 -0
- package/dist-cjs/pagination/ListMultiplexProgramsPaginator.js +35 -0
- package/dist-cjs/pagination/ListMultiplexesPaginator.js +35 -0
- package/dist-cjs/pagination/ListOfferingsPaginator.js +35 -0
- package/dist-cjs/pagination/ListReservationsPaginator.js +35 -0
- package/dist-cjs/protocols/Aws_restJson1.js +13643 -0
- package/dist-cjs/runtimeConfig.browser.js +37 -0
- package/dist-cjs/runtimeConfig.js +42 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-cjs/waiters/waitForChannelCreated.js +57 -0
- package/dist-cjs/waiters/waitForChannelDeleted.js +48 -0
- package/dist-cjs/waiters/waitForChannelRunning.js +48 -0
- package/dist-cjs/waiters/waitForChannelStopped.js +48 -0
- package/dist-cjs/waiters/waitForInputAttached.js +48 -0
- package/dist-cjs/waiters/waitForInputDeleted.js +48 -0
- package/dist-cjs/waiters/waitForInputDetached.js +57 -0
- package/dist-cjs/waiters/waitForMultiplexCreated.js +57 -0
- package/dist-cjs/waiters/waitForMultiplexDeleted.js +48 -0
- package/dist-cjs/waiters/waitForMultiplexRunning.js +48 -0
- package/dist-cjs/waiters/waitForMultiplexStopped.js +48 -0
- package/dist-es/MediaLive.js +865 -0
- package/dist-es/MediaLiveClient.js +37 -0
- package/dist-es/commands/AcceptInputDeviceTransferCommand.js +39 -0
- package/dist-es/commands/BatchDeleteCommand.js +39 -0
- package/dist-es/commands/BatchStartCommand.js +39 -0
- package/dist-es/commands/BatchStopCommand.js +39 -0
- package/dist-es/commands/BatchUpdateScheduleCommand.js +39 -0
- package/dist-es/commands/CancelInputDeviceTransferCommand.js +39 -0
- package/dist-es/commands/ClaimDeviceCommand.js +39 -0
- package/dist-es/commands/CreateChannelCommand.js +39 -0
- package/dist-es/commands/CreateInputCommand.js +39 -0
- package/dist-es/commands/CreateInputSecurityGroupCommand.js +39 -0
- package/dist-es/commands/CreateMultiplexCommand.js +39 -0
- package/dist-es/commands/CreateMultiplexProgramCommand.js +39 -0
- package/dist-es/commands/CreatePartnerInputCommand.js +39 -0
- package/dist-es/commands/CreateTagsCommand.js +39 -0
- package/dist-es/commands/DeleteChannelCommand.js +39 -0
- package/dist-es/commands/DeleteInputCommand.js +39 -0
- package/dist-es/commands/DeleteInputSecurityGroupCommand.js +39 -0
- package/dist-es/commands/DeleteMultiplexCommand.js +39 -0
- package/dist-es/commands/DeleteMultiplexProgramCommand.js +39 -0
- package/dist-es/commands/DeleteReservationCommand.js +39 -0
- package/dist-es/commands/DeleteScheduleCommand.js +39 -0
- package/dist-es/commands/DeleteTagsCommand.js +39 -0
- package/dist-es/commands/DescribeChannelCommand.js +39 -0
- package/dist-es/commands/DescribeInputCommand.js +39 -0
- package/dist-es/commands/DescribeInputDeviceCommand.js +39 -0
- package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +39 -0
- package/dist-es/commands/DescribeInputSecurityGroupCommand.js +39 -0
- package/dist-es/commands/DescribeMultiplexCommand.js +39 -0
- package/dist-es/commands/DescribeMultiplexProgramCommand.js +39 -0
- package/dist-es/commands/DescribeOfferingCommand.js +39 -0
- package/dist-es/commands/DescribeReservationCommand.js +39 -0
- package/dist-es/commands/DescribeScheduleCommand.js +39 -0
- package/dist-es/commands/ListChannelsCommand.js +39 -0
- package/dist-es/commands/ListInputDeviceTransfersCommand.js +39 -0
- package/dist-es/commands/ListInputDevicesCommand.js +39 -0
- package/dist-es/commands/ListInputSecurityGroupsCommand.js +39 -0
- package/dist-es/commands/ListInputsCommand.js +39 -0
- package/dist-es/commands/ListMultiplexProgramsCommand.js +39 -0
- package/dist-es/commands/ListMultiplexesCommand.js +39 -0
- package/dist-es/commands/ListOfferingsCommand.js +39 -0
- package/dist-es/commands/ListReservationsCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/PurchaseOfferingCommand.js +39 -0
- package/dist-es/commands/RejectInputDeviceTransferCommand.js +39 -0
- package/dist-es/commands/StartChannelCommand.js +39 -0
- package/dist-es/commands/StartMultiplexCommand.js +39 -0
- package/dist-es/commands/StopChannelCommand.js +39 -0
- package/dist-es/commands/StopMultiplexCommand.js +39 -0
- package/dist-es/commands/TransferInputDeviceCommand.js +39 -0
- package/dist-es/commands/UpdateChannelClassCommand.js +39 -0
- package/dist-es/commands/UpdateChannelCommand.js +39 -0
- package/dist-es/commands/UpdateInputCommand.js +39 -0
- package/dist-es/commands/UpdateInputDeviceCommand.js +39 -0
- package/dist-es/commands/UpdateInputSecurityGroupCommand.js +39 -0
- package/dist-es/commands/UpdateMultiplexCommand.js +39 -0
- package/dist-es/commands/UpdateMultiplexProgramCommand.js +39 -0
- package/dist-es/commands/UpdateReservationCommand.js +39 -0
- package/dist-es/endpoints.js +68 -0
- package/dist-es/index.js +82 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +1484 -0
- package/dist-es/models/models_1.js +1372 -0
- package/dist-es/pagination/DescribeSchedulePaginator.js +74 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListChannelsPaginator.js +74 -0
- package/dist-es/pagination/ListInputDeviceTransfersPaginator.js +74 -0
- package/dist-es/pagination/ListInputDevicesPaginator.js +74 -0
- package/dist-es/pagination/ListInputSecurityGroupsPaginator.js +74 -0
- package/dist-es/pagination/ListInputsPaginator.js +74 -0
- package/dist-es/pagination/ListMultiplexProgramsPaginator.js +74 -0
- package/dist-es/pagination/ListMultiplexesPaginator.js +74 -0
- package/dist-es/pagination/ListOfferingsPaginator.js +74 -0
- package/dist-es/pagination/ListReservationsPaginator.js +74 -0
- package/dist-es/protocols/Aws_restJson1.js +13647 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-es/waiters/waitForChannelCreated.js +72 -0
- package/dist-es/waiters/waitForChannelDeleted.js +63 -0
- package/dist-es/waiters/waitForChannelRunning.js +63 -0
- package/dist-es/waiters/waitForChannelStopped.js +63 -0
- package/dist-es/waiters/waitForInputAttached.js +63 -0
- package/dist-es/waiters/waitForInputDeleted.js +63 -0
- package/dist-es/waiters/waitForInputDetached.js +72 -0
- package/dist-es/waiters/waitForMultiplexCreated.js +72 -0
- package/dist-es/waiters/waitForMultiplexDeleted.js +63 -0
- package/dist-es/waiters/waitForMultiplexRunning.js +63 -0
- package/dist-es/waiters/waitForMultiplexStopped.js +63 -0
- package/dist-types/MediaLive.d.ts +406 -0
- package/dist-types/MediaLiveClient.d.ts +189 -0
- package/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +35 -0
- package/dist-types/commands/BatchDeleteCommand.d.ts +35 -0
- package/dist-types/commands/BatchStartCommand.d.ts +35 -0
- package/dist-types/commands/BatchStopCommand.d.ts +35 -0
- package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +35 -0
- package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +35 -0
- package/dist-types/commands/ClaimDeviceCommand.d.ts +35 -0
- package/dist-types/commands/CreateChannelCommand.d.ts +35 -0
- package/dist-types/commands/CreateInputCommand.d.ts +35 -0
- package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +35 -0
- package/dist-types/commands/CreateMultiplexCommand.d.ts +35 -0
- package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +35 -0
- package/dist-types/commands/CreatePartnerInputCommand.d.ts +35 -0
- package/dist-types/commands/CreateTagsCommand.d.ts +35 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +35 -0
- package/dist-types/commands/DeleteInputCommand.d.ts +35 -0
- package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +35 -0
- package/dist-types/commands/DeleteMultiplexCommand.d.ts +35 -0
- package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +35 -0
- package/dist-types/commands/DeleteReservationCommand.d.ts +35 -0
- package/dist-types/commands/DeleteScheduleCommand.d.ts +35 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +35 -0
- package/dist-types/commands/DescribeInputCommand.d.ts +35 -0
- package/dist-types/commands/DescribeInputDeviceCommand.d.ts +35 -0
- package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +35 -0
- package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +35 -0
- package/dist-types/commands/DescribeMultiplexCommand.d.ts +35 -0
- package/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +35 -0
- package/dist-types/commands/DescribeOfferingCommand.d.ts +35 -0
- package/dist-types/commands/DescribeReservationCommand.d.ts +35 -0
- package/dist-types/commands/DescribeScheduleCommand.d.ts +35 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +35 -0
- package/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +35 -0
- package/dist-types/commands/ListInputDevicesCommand.d.ts +35 -0
- package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +35 -0
- package/dist-types/commands/ListInputsCommand.d.ts +35 -0
- package/dist-types/commands/ListMultiplexProgramsCommand.d.ts +35 -0
- package/dist-types/commands/ListMultiplexesCommand.d.ts +35 -0
- package/dist-types/commands/ListOfferingsCommand.d.ts +35 -0
- package/dist-types/commands/ListReservationsCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/commands/PurchaseOfferingCommand.d.ts +35 -0
- package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +35 -0
- package/dist-types/commands/StartChannelCommand.d.ts +35 -0
- package/dist-types/commands/StartMultiplexCommand.d.ts +35 -0
- package/dist-types/commands/StopChannelCommand.d.ts +35 -0
- package/dist-types/commands/StopMultiplexCommand.d.ts +35 -0
- package/dist-types/commands/TransferInputDeviceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +35 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +35 -0
- package/dist-types/commands/UpdateInputCommand.d.ts +35 -0
- package/dist-types/commands/UpdateInputDeviceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +35 -0
- package/dist-types/commands/UpdateMultiplexCommand.d.ts +35 -0
- package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +35 -0
- package/dist-types/commands/UpdateReservationCommand.d.ts +35 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/dist-types/index.d.ts +82 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/dist-types/models/models_0.d.ts +4778 -0
- package/dist-types/models/models_1.d.ts +6129 -0
- package/dist-types/pagination/DescribeSchedulePaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListChannelsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListInputDeviceTransfersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListInputDevicesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListInputSecurityGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListInputsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListMultiplexProgramsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListMultiplexesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListOfferingsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListReservationsPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +173 -0
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/MediaLive.d.ts +290 -0
- package/dist-types/ts3.4/MediaLiveClient.d.ts +124 -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 → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/dist-types/ts3.4/index.d.ts +82 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2931 -0
- package/dist-types/ts3.4/models/models_1.d.ts +3571 -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/protocols/Aws_restJson1.d.ts +173 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
- package/dist-types/ts3.4/runtimeConfig.shared.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/dist-types/waiters/waitForChannelCreated.d.ts +14 -0
- package/dist-types/waiters/waitForChannelDeleted.d.ts +14 -0
- package/dist-types/waiters/waitForChannelRunning.d.ts +14 -0
- package/dist-types/waiters/waitForChannelStopped.d.ts +14 -0
- package/dist-types/waiters/waitForInputAttached.d.ts +14 -0
- package/dist-types/waiters/waitForInputDeleted.d.ts +14 -0
- package/dist-types/waiters/waitForInputDetached.d.ts +14 -0
- package/dist-types/waiters/waitForMultiplexCreated.d.ts +14 -0
- package/dist-types/waiters/waitForMultiplexDeleted.d.ts +14 -0
- package/dist-types/waiters/waitForMultiplexRunning.d.ts +14 -0
- package/dist-types/waiters/waitForMultiplexStopped.d.ts +14 -0
- package/package.json +46 -43
- package/MediaLive.ts +0 -1973
- package/MediaLiveClient.ts +0 -463
- package/commands/AcceptInputDeviceTransferCommand.ts +0 -97
- package/commands/BatchDeleteCommand.ts +0 -94
- package/commands/BatchStartCommand.ts +0 -94
- package/commands/BatchStopCommand.ts +0 -94
- package/commands/BatchUpdateScheduleCommand.ts +0 -94
- package/commands/CancelInputDeviceTransferCommand.ts +0 -97
- package/commands/CreateChannelCommand.ts +0 -94
- package/commands/CreateInputCommand.ts +0 -94
- package/commands/CreateInputSecurityGroupCommand.ts +0 -94
- package/commands/CreateMultiplexCommand.ts +0 -94
- package/commands/CreateMultiplexProgramCommand.ts +0 -94
- package/commands/CreatePartnerInputCommand.ts +0 -94
- package/commands/CreateTagsCommand.ts +0 -94
- package/commands/DeleteChannelCommand.ts +0 -94
- package/commands/DeleteInputCommand.ts +0 -94
- package/commands/DeleteInputSecurityGroupCommand.ts +0 -94
- package/commands/DeleteMultiplexCommand.ts +0 -94
- package/commands/DeleteMultiplexProgramCommand.ts +0 -94
- package/commands/DeleteReservationCommand.ts +0 -94
- package/commands/DeleteScheduleCommand.ts +0 -94
- package/commands/DeleteTagsCommand.ts +0 -94
- package/commands/DescribeChannelCommand.ts +0 -94
- package/commands/DescribeInputCommand.ts +0 -94
- package/commands/DescribeInputDeviceCommand.ts +0 -94
- package/commands/DescribeInputDeviceThumbnailCommand.ts +0 -99
- package/commands/DescribeInputSecurityGroupCommand.ts +0 -97
- package/commands/DescribeMultiplexCommand.ts +0 -94
- package/commands/DescribeMultiplexProgramCommand.ts +0 -94
- package/commands/DescribeOfferingCommand.ts +0 -94
- package/commands/DescribeReservationCommand.ts +0 -94
- package/commands/DescribeScheduleCommand.ts +0 -94
- package/commands/ListChannelsCommand.ts +0 -94
- package/commands/ListInputDeviceTransfersCommand.ts +0 -94
- package/commands/ListInputDevicesCommand.ts +0 -94
- package/commands/ListInputSecurityGroupsCommand.ts +0 -94
- package/commands/ListInputsCommand.ts +0 -94
- package/commands/ListMultiplexProgramsCommand.ts +0 -94
- package/commands/ListMultiplexesCommand.ts +0 -94
- package/commands/ListOfferingsCommand.ts +0 -94
- package/commands/ListReservationsCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/PurchaseOfferingCommand.ts +0 -94
- package/commands/RejectInputDeviceTransferCommand.ts +0 -97
- package/commands/StartChannelCommand.ts +0 -94
- package/commands/StartMultiplexCommand.ts +0 -94
- package/commands/StopChannelCommand.ts +0 -94
- package/commands/StopMultiplexCommand.ts +0 -94
- package/commands/TransferInputDeviceCommand.ts +0 -94
- package/commands/UpdateChannelClassCommand.ts +0 -94
- package/commands/UpdateChannelCommand.ts +0 -94
- package/commands/UpdateInputCommand.ts +0 -94
- package/commands/UpdateInputDeviceCommand.ts +0 -94
- package/commands/UpdateInputSecurityGroupCommand.ts +0 -94
- package/commands/UpdateMultiplexCommand.ts +0 -94
- package/commands/UpdateMultiplexProgramCommand.ts +0 -94
- package/commands/UpdateReservationCommand.ts +0 -94
- package/dist/cjs/MediaLive.js +0 -851
- package/dist/cjs/MediaLive.js.map +0 -1
- package/dist/cjs/MediaLiveClient.js +0 -44
- package/dist/cjs/MediaLiveClient.js.map +0 -1
- package/dist/cjs/commands/AcceptInputDeviceTransferCommand.js +0 -61
- package/dist/cjs/commands/AcceptInputDeviceTransferCommand.js.map +0 -1
- package/dist/cjs/commands/BatchDeleteCommand.js +0 -61
- package/dist/cjs/commands/BatchDeleteCommand.js.map +0 -1
- package/dist/cjs/commands/BatchStartCommand.js +0 -61
- package/dist/cjs/commands/BatchStartCommand.js.map +0 -1
- package/dist/cjs/commands/BatchStopCommand.js +0 -61
- package/dist/cjs/commands/BatchStopCommand.js.map +0 -1
- package/dist/cjs/commands/BatchUpdateScheduleCommand.js +0 -61
- package/dist/cjs/commands/BatchUpdateScheduleCommand.js.map +0 -1
- package/dist/cjs/commands/CancelInputDeviceTransferCommand.js +0 -61
- package/dist/cjs/commands/CancelInputDeviceTransferCommand.js.map +0 -1
- package/dist/cjs/commands/CreateChannelCommand.js +0 -61
- package/dist/cjs/commands/CreateChannelCommand.js.map +0 -1
- package/dist/cjs/commands/CreateInputCommand.js +0 -61
- package/dist/cjs/commands/CreateInputCommand.js.map +0 -1
- package/dist/cjs/commands/CreateInputSecurityGroupCommand.js +0 -61
- package/dist/cjs/commands/CreateInputSecurityGroupCommand.js.map +0 -1
- package/dist/cjs/commands/CreateMultiplexCommand.js +0 -61
- package/dist/cjs/commands/CreateMultiplexCommand.js.map +0 -1
- package/dist/cjs/commands/CreateMultiplexProgramCommand.js +0 -61
- package/dist/cjs/commands/CreateMultiplexProgramCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePartnerInputCommand.js +0 -61
- package/dist/cjs/commands/CreatePartnerInputCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTagsCommand.js +0 -61
- package/dist/cjs/commands/CreateTagsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteChannelCommand.js +0 -61
- package/dist/cjs/commands/DeleteChannelCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteInputCommand.js +0 -61
- package/dist/cjs/commands/DeleteInputCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteInputSecurityGroupCommand.js +0 -61
- package/dist/cjs/commands/DeleteInputSecurityGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteMultiplexCommand.js +0 -61
- package/dist/cjs/commands/DeleteMultiplexCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteMultiplexProgramCommand.js +0 -61
- package/dist/cjs/commands/DeleteMultiplexProgramCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteReservationCommand.js +0 -61
- package/dist/cjs/commands/DeleteReservationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteScheduleCommand.js +0 -61
- package/dist/cjs/commands/DeleteScheduleCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTagsCommand.js +0 -61
- package/dist/cjs/commands/DeleteTagsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeChannelCommand.js +0 -61
- package/dist/cjs/commands/DescribeChannelCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInputCommand.js +0 -61
- package/dist/cjs/commands/DescribeInputCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInputDeviceCommand.js +0 -61
- package/dist/cjs/commands/DescribeInputDeviceCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInputDeviceThumbnailCommand.js +0 -61
- package/dist/cjs/commands/DescribeInputDeviceThumbnailCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInputSecurityGroupCommand.js +0 -61
- package/dist/cjs/commands/DescribeInputSecurityGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeMultiplexCommand.js +0 -61
- package/dist/cjs/commands/DescribeMultiplexCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeMultiplexProgramCommand.js +0 -61
- package/dist/cjs/commands/DescribeMultiplexProgramCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeOfferingCommand.js +0 -61
- package/dist/cjs/commands/DescribeOfferingCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeReservationCommand.js +0 -61
- package/dist/cjs/commands/DescribeReservationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeScheduleCommand.js +0 -61
- package/dist/cjs/commands/DescribeScheduleCommand.js.map +0 -1
- package/dist/cjs/commands/ListChannelsCommand.js +0 -61
- package/dist/cjs/commands/ListChannelsCommand.js.map +0 -1
- package/dist/cjs/commands/ListInputDeviceTransfersCommand.js +0 -61
- package/dist/cjs/commands/ListInputDeviceTransfersCommand.js.map +0 -1
- package/dist/cjs/commands/ListInputDevicesCommand.js +0 -61
- package/dist/cjs/commands/ListInputDevicesCommand.js.map +0 -1
- package/dist/cjs/commands/ListInputSecurityGroupsCommand.js +0 -61
- package/dist/cjs/commands/ListInputSecurityGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/ListInputsCommand.js +0 -61
- package/dist/cjs/commands/ListInputsCommand.js.map +0 -1
- package/dist/cjs/commands/ListMultiplexProgramsCommand.js +0 -61
- package/dist/cjs/commands/ListMultiplexProgramsCommand.js.map +0 -1
- package/dist/cjs/commands/ListMultiplexesCommand.js +0 -61
- package/dist/cjs/commands/ListMultiplexesCommand.js.map +0 -1
- package/dist/cjs/commands/ListOfferingsCommand.js +0 -61
- package/dist/cjs/commands/ListOfferingsCommand.js.map +0 -1
- package/dist/cjs/commands/ListReservationsCommand.js +0 -61
- package/dist/cjs/commands/ListReservationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -61
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/PurchaseOfferingCommand.js +0 -61
- package/dist/cjs/commands/PurchaseOfferingCommand.js.map +0 -1
- package/dist/cjs/commands/RejectInputDeviceTransferCommand.js +0 -61
- package/dist/cjs/commands/RejectInputDeviceTransferCommand.js.map +0 -1
- package/dist/cjs/commands/StartChannelCommand.js +0 -61
- package/dist/cjs/commands/StartChannelCommand.js.map +0 -1
- package/dist/cjs/commands/StartMultiplexCommand.js +0 -61
- package/dist/cjs/commands/StartMultiplexCommand.js.map +0 -1
- package/dist/cjs/commands/StopChannelCommand.js +0 -61
- package/dist/cjs/commands/StopChannelCommand.js.map +0 -1
- package/dist/cjs/commands/StopMultiplexCommand.js +0 -61
- package/dist/cjs/commands/StopMultiplexCommand.js.map +0 -1
- package/dist/cjs/commands/TransferInputDeviceCommand.js +0 -61
- package/dist/cjs/commands/TransferInputDeviceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateChannelClassCommand.js +0 -61
- package/dist/cjs/commands/UpdateChannelClassCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateChannelCommand.js +0 -61
- package/dist/cjs/commands/UpdateChannelCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateInputCommand.js +0 -61
- package/dist/cjs/commands/UpdateInputCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateInputDeviceCommand.js +0 -61
- package/dist/cjs/commands/UpdateInputDeviceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateInputSecurityGroupCommand.js +0 -61
- package/dist/cjs/commands/UpdateInputSecurityGroupCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateMultiplexCommand.js +0 -61
- package/dist/cjs/commands/UpdateMultiplexCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateMultiplexProgramCommand.js +0 -61
- package/dist/cjs/commands/UpdateMultiplexProgramCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateReservationCommand.js +0 -61
- package/dist/cjs/commands/UpdateReservationCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -73
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -85
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -6
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -2191
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/models/models_1.js +0 -2346
- package/dist/cjs/models/models_1.js.map +0 -1
- package/dist/cjs/package.json +0 -94
- package/dist/cjs/pagination/DescribeSchedulePaginator.js +0 -46
- package/dist/cjs/pagination/DescribeSchedulePaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListChannelsPaginator.js +0 -46
- package/dist/cjs/pagination/ListChannelsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListInputDeviceTransfersPaginator.js +0 -46
- package/dist/cjs/pagination/ListInputDeviceTransfersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListInputDevicesPaginator.js +0 -46
- package/dist/cjs/pagination/ListInputDevicesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListInputSecurityGroupsPaginator.js +0 -46
- package/dist/cjs/pagination/ListInputSecurityGroupsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListInputsPaginator.js +0 -46
- package/dist/cjs/pagination/ListInputsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListMultiplexProgramsPaginator.js +0 -46
- package/dist/cjs/pagination/ListMultiplexProgramsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListMultiplexesPaginator.js +0 -46
- package/dist/cjs/pagination/ListMultiplexesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListOfferingsPaginator.js +0 -46
- package/dist/cjs/pagination/ListOfferingsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListReservationsPaginator.js +0 -46
- package/dist/cjs/pagination/ListReservationsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js +0 -13453
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/cjs/waiters/waitForChannelCreated.js +0 -67
- package/dist/cjs/waiters/waitForChannelCreated.js.map +0 -1
- package/dist/cjs/waiters/waitForChannelDeleted.js +0 -58
- package/dist/cjs/waiters/waitForChannelDeleted.js.map +0 -1
- package/dist/cjs/waiters/waitForChannelRunning.js +0 -58
- package/dist/cjs/waiters/waitForChannelRunning.js.map +0 -1
- package/dist/cjs/waiters/waitForChannelStopped.js +0 -58
- package/dist/cjs/waiters/waitForChannelStopped.js.map +0 -1
- package/dist/cjs/waiters/waitForInputAttached.js +0 -58
- package/dist/cjs/waiters/waitForInputAttached.js.map +0 -1
- package/dist/cjs/waiters/waitForInputDeleted.js +0 -58
- package/dist/cjs/waiters/waitForInputDeleted.js.map +0 -1
- package/dist/cjs/waiters/waitForInputDetached.js +0 -67
- package/dist/cjs/waiters/waitForInputDetached.js.map +0 -1
- package/dist/cjs/waiters/waitForMultiplexCreated.js +0 -67
- package/dist/cjs/waiters/waitForMultiplexCreated.js.map +0 -1
- package/dist/cjs/waiters/waitForMultiplexDeleted.js +0 -58
- package/dist/cjs/waiters/waitForMultiplexDeleted.js.map +0 -1
- package/dist/cjs/waiters/waitForMultiplexRunning.js +0 -58
- package/dist/cjs/waiters/waitForMultiplexRunning.js.map +0 -1
- package/dist/cjs/waiters/waitForMultiplexStopped.js +0 -58
- package/dist/cjs/waiters/waitForMultiplexStopped.js.map +0 -1
- package/dist/es/MediaLive.js +0 -851
- package/dist/es/MediaLive.js.map +0 -1
- package/dist/es/MediaLiveClient.js +0 -38
- package/dist/es/MediaLiveClient.js.map +0 -1
- package/dist/es/commands/AcceptInputDeviceTransferCommand.js +0 -40
- package/dist/es/commands/AcceptInputDeviceTransferCommand.js.map +0 -1
- package/dist/es/commands/BatchDeleteCommand.js +0 -40
- package/dist/es/commands/BatchDeleteCommand.js.map +0 -1
- package/dist/es/commands/BatchStartCommand.js +0 -40
- package/dist/es/commands/BatchStartCommand.js.map +0 -1
- package/dist/es/commands/BatchStopCommand.js +0 -40
- package/dist/es/commands/BatchStopCommand.js.map +0 -1
- package/dist/es/commands/BatchUpdateScheduleCommand.js +0 -40
- package/dist/es/commands/BatchUpdateScheduleCommand.js.map +0 -1
- package/dist/es/commands/CancelInputDeviceTransferCommand.js +0 -40
- package/dist/es/commands/CancelInputDeviceTransferCommand.js.map +0 -1
- package/dist/es/commands/CreateChannelCommand.js +0 -40
- package/dist/es/commands/CreateChannelCommand.js.map +0 -1
- package/dist/es/commands/CreateInputCommand.js +0 -40
- package/dist/es/commands/CreateInputCommand.js.map +0 -1
- package/dist/es/commands/CreateInputSecurityGroupCommand.js +0 -40
- package/dist/es/commands/CreateInputSecurityGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateMultiplexCommand.js +0 -40
- package/dist/es/commands/CreateMultiplexCommand.js.map +0 -1
- package/dist/es/commands/CreateMultiplexProgramCommand.js +0 -40
- package/dist/es/commands/CreateMultiplexProgramCommand.js.map +0 -1
- package/dist/es/commands/CreatePartnerInputCommand.js +0 -40
- package/dist/es/commands/CreatePartnerInputCommand.js.map +0 -1
- package/dist/es/commands/CreateTagsCommand.js +0 -40
- package/dist/es/commands/CreateTagsCommand.js.map +0 -1
- package/dist/es/commands/DeleteChannelCommand.js +0 -40
- package/dist/es/commands/DeleteChannelCommand.js.map +0 -1
- package/dist/es/commands/DeleteInputCommand.js +0 -40
- package/dist/es/commands/DeleteInputCommand.js.map +0 -1
- package/dist/es/commands/DeleteInputSecurityGroupCommand.js +0 -40
- package/dist/es/commands/DeleteInputSecurityGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteMultiplexCommand.js +0 -40
- package/dist/es/commands/DeleteMultiplexCommand.js.map +0 -1
- package/dist/es/commands/DeleteMultiplexProgramCommand.js +0 -40
- package/dist/es/commands/DeleteMultiplexProgramCommand.js.map +0 -1
- package/dist/es/commands/DeleteReservationCommand.js +0 -40
- package/dist/es/commands/DeleteReservationCommand.js.map +0 -1
- package/dist/es/commands/DeleteScheduleCommand.js +0 -40
- package/dist/es/commands/DeleteScheduleCommand.js.map +0 -1
- package/dist/es/commands/DeleteTagsCommand.js +0 -40
- package/dist/es/commands/DeleteTagsCommand.js.map +0 -1
- package/dist/es/commands/DescribeChannelCommand.js +0 -40
- package/dist/es/commands/DescribeChannelCommand.js.map +0 -1
- package/dist/es/commands/DescribeInputCommand.js +0 -40
- package/dist/es/commands/DescribeInputCommand.js.map +0 -1
- package/dist/es/commands/DescribeInputDeviceCommand.js +0 -40
- package/dist/es/commands/DescribeInputDeviceCommand.js.map +0 -1
- package/dist/es/commands/DescribeInputDeviceThumbnailCommand.js +0 -40
- package/dist/es/commands/DescribeInputDeviceThumbnailCommand.js.map +0 -1
- package/dist/es/commands/DescribeInputSecurityGroupCommand.js +0 -40
- package/dist/es/commands/DescribeInputSecurityGroupCommand.js.map +0 -1
- package/dist/es/commands/DescribeMultiplexCommand.js +0 -40
- package/dist/es/commands/DescribeMultiplexCommand.js.map +0 -1
- package/dist/es/commands/DescribeMultiplexProgramCommand.js +0 -40
- package/dist/es/commands/DescribeMultiplexProgramCommand.js.map +0 -1
- package/dist/es/commands/DescribeOfferingCommand.js +0 -40
- package/dist/es/commands/DescribeOfferingCommand.js.map +0 -1
- package/dist/es/commands/DescribeReservationCommand.js +0 -40
- package/dist/es/commands/DescribeReservationCommand.js.map +0 -1
- package/dist/es/commands/DescribeScheduleCommand.js +0 -40
- package/dist/es/commands/DescribeScheduleCommand.js.map +0 -1
- package/dist/es/commands/ListChannelsCommand.js +0 -40
- package/dist/es/commands/ListChannelsCommand.js.map +0 -1
- package/dist/es/commands/ListInputDeviceTransfersCommand.js +0 -40
- package/dist/es/commands/ListInputDeviceTransfersCommand.js.map +0 -1
- package/dist/es/commands/ListInputDevicesCommand.js +0 -40
- package/dist/es/commands/ListInputDevicesCommand.js.map +0 -1
- package/dist/es/commands/ListInputSecurityGroupsCommand.js +0 -40
- package/dist/es/commands/ListInputSecurityGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListInputsCommand.js +0 -40
- package/dist/es/commands/ListInputsCommand.js.map +0 -1
- package/dist/es/commands/ListMultiplexProgramsCommand.js +0 -40
- package/dist/es/commands/ListMultiplexProgramsCommand.js.map +0 -1
- package/dist/es/commands/ListMultiplexesCommand.js +0 -40
- package/dist/es/commands/ListMultiplexesCommand.js.map +0 -1
- package/dist/es/commands/ListOfferingsCommand.js +0 -40
- package/dist/es/commands/ListOfferingsCommand.js.map +0 -1
- package/dist/es/commands/ListReservationsCommand.js +0 -40
- package/dist/es/commands/ListReservationsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -40
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/PurchaseOfferingCommand.js +0 -40
- package/dist/es/commands/PurchaseOfferingCommand.js.map +0 -1
- package/dist/es/commands/RejectInputDeviceTransferCommand.js +0 -40
- package/dist/es/commands/RejectInputDeviceTransferCommand.js.map +0 -1
- package/dist/es/commands/StartChannelCommand.js +0 -40
- package/dist/es/commands/StartChannelCommand.js.map +0 -1
- package/dist/es/commands/StartMultiplexCommand.js +0 -40
- package/dist/es/commands/StartMultiplexCommand.js.map +0 -1
- package/dist/es/commands/StopChannelCommand.js +0 -40
- package/dist/es/commands/StopChannelCommand.js.map +0 -1
- package/dist/es/commands/StopMultiplexCommand.js +0 -40
- package/dist/es/commands/StopMultiplexCommand.js.map +0 -1
- package/dist/es/commands/TransferInputDeviceCommand.js +0 -40
- package/dist/es/commands/TransferInputDeviceCommand.js.map +0 -1
- package/dist/es/commands/UpdateChannelClassCommand.js +0 -40
- package/dist/es/commands/UpdateChannelClassCommand.js.map +0 -1
- package/dist/es/commands/UpdateChannelCommand.js +0 -40
- package/dist/es/commands/UpdateChannelCommand.js.map +0 -1
- package/dist/es/commands/UpdateInputCommand.js +0 -40
- package/dist/es/commands/UpdateInputCommand.js.map +0 -1
- package/dist/es/commands/UpdateInputDeviceCommand.js +0 -40
- package/dist/es/commands/UpdateInputDeviceCommand.js.map +0 -1
- package/dist/es/commands/UpdateInputSecurityGroupCommand.js +0 -40
- package/dist/es/commands/UpdateInputSecurityGroupCommand.js.map +0 -1
- package/dist/es/commands/UpdateMultiplexCommand.js +0 -40
- package/dist/es/commands/UpdateMultiplexCommand.js.map +0 -1
- package/dist/es/commands/UpdateMultiplexProgramCommand.js +0 -40
- package/dist/es/commands/UpdateMultiplexProgramCommand.js.map +0 -1
- package/dist/es/commands/UpdateReservationCommand.js +0 -40
- package/dist/es/commands/UpdateReservationCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -69
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -82
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -3
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1489
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/models/models_1.js +0 -1334
- package/dist/es/models/models_1.js.map +0 -1
- package/dist/es/package.json +0 -94
- package/dist/es/pagination/DescribeSchedulePaginator.js +0 -75
- package/dist/es/pagination/DescribeSchedulePaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListChannelsPaginator.js +0 -75
- package/dist/es/pagination/ListChannelsPaginator.js.map +0 -1
- package/dist/es/pagination/ListInputDeviceTransfersPaginator.js +0 -75
- package/dist/es/pagination/ListInputDeviceTransfersPaginator.js.map +0 -1
- package/dist/es/pagination/ListInputDevicesPaginator.js +0 -75
- package/dist/es/pagination/ListInputDevicesPaginator.js.map +0 -1
- package/dist/es/pagination/ListInputSecurityGroupsPaginator.js +0 -75
- package/dist/es/pagination/ListInputSecurityGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/ListInputsPaginator.js +0 -75
- package/dist/es/pagination/ListInputsPaginator.js.map +0 -1
- package/dist/es/pagination/ListMultiplexProgramsPaginator.js +0 -75
- package/dist/es/pagination/ListMultiplexProgramsPaginator.js.map +0 -1
- package/dist/es/pagination/ListMultiplexesPaginator.js +0 -75
- package/dist/es/pagination/ListMultiplexesPaginator.js.map +0 -1
- package/dist/es/pagination/ListOfferingsPaginator.js +0 -75
- package/dist/es/pagination/ListOfferingsPaginator.js.map +0 -1
- package/dist/es/pagination/ListReservationsPaginator.js +0 -75
- package/dist/es/pagination/ListReservationsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js +0 -13451
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -17
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -22
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -9
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -14
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/es/waiters/waitForChannelCreated.js +0 -73
- package/dist/es/waiters/waitForChannelCreated.js.map +0 -1
- package/dist/es/waiters/waitForChannelDeleted.js +0 -64
- package/dist/es/waiters/waitForChannelDeleted.js.map +0 -1
- package/dist/es/waiters/waitForChannelRunning.js +0 -64
- package/dist/es/waiters/waitForChannelRunning.js.map +0 -1
- package/dist/es/waiters/waitForChannelStopped.js +0 -64
- package/dist/es/waiters/waitForChannelStopped.js.map +0 -1
- package/dist/es/waiters/waitForInputAttached.js +0 -64
- package/dist/es/waiters/waitForInputAttached.js.map +0 -1
- package/dist/es/waiters/waitForInputDeleted.js +0 -64
- package/dist/es/waiters/waitForInputDeleted.js.map +0 -1
- package/dist/es/waiters/waitForInputDetached.js +0 -73
- package/dist/es/waiters/waitForInputDetached.js.map +0 -1
- package/dist/es/waiters/waitForMultiplexCreated.js +0 -73
- package/dist/es/waiters/waitForMultiplexCreated.js.map +0 -1
- package/dist/es/waiters/waitForMultiplexDeleted.js +0 -64
- package/dist/es/waiters/waitForMultiplexDeleted.js.map +0 -1
- package/dist/es/waiters/waitForMultiplexRunning.js +0 -64
- package/dist/es/waiters/waitForMultiplexRunning.js.map +0 -1
- package/dist/es/waiters/waitForMultiplexStopped.js +0 -64
- package/dist/es/waiters/waitForMultiplexStopped.js.map +0 -1
- package/dist/types/MediaLive.d.ts +0 -399
- package/dist/types/MediaLiveClient.d.ts +0 -188
- package/dist/types/commands/AcceptInputDeviceTransferCommand.d.ts +0 -35
- package/dist/types/commands/BatchDeleteCommand.d.ts +0 -35
- package/dist/types/commands/BatchStartCommand.d.ts +0 -35
- package/dist/types/commands/BatchStopCommand.d.ts +0 -35
- package/dist/types/commands/BatchUpdateScheduleCommand.d.ts +0 -35
- package/dist/types/commands/CancelInputDeviceTransferCommand.d.ts +0 -35
- package/dist/types/commands/CreateChannelCommand.d.ts +0 -35
- package/dist/types/commands/CreateInputCommand.d.ts +0 -35
- package/dist/types/commands/CreateInputSecurityGroupCommand.d.ts +0 -35
- package/dist/types/commands/CreateMultiplexCommand.d.ts +0 -35
- package/dist/types/commands/CreateMultiplexProgramCommand.d.ts +0 -35
- package/dist/types/commands/CreatePartnerInputCommand.d.ts +0 -35
- package/dist/types/commands/CreateTagsCommand.d.ts +0 -35
- package/dist/types/commands/DeleteChannelCommand.d.ts +0 -35
- package/dist/types/commands/DeleteInputCommand.d.ts +0 -35
- package/dist/types/commands/DeleteInputSecurityGroupCommand.d.ts +0 -35
- package/dist/types/commands/DeleteMultiplexCommand.d.ts +0 -35
- package/dist/types/commands/DeleteMultiplexProgramCommand.d.ts +0 -35
- package/dist/types/commands/DeleteReservationCommand.d.ts +0 -35
- package/dist/types/commands/DeleteScheduleCommand.d.ts +0 -35
- package/dist/types/commands/DeleteTagsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeChannelCommand.d.ts +0 -35
- package/dist/types/commands/DescribeInputCommand.d.ts +0 -35
- package/dist/types/commands/DescribeInputDeviceCommand.d.ts +0 -35
- package/dist/types/commands/DescribeInputDeviceThumbnailCommand.d.ts +0 -35
- package/dist/types/commands/DescribeInputSecurityGroupCommand.d.ts +0 -35
- package/dist/types/commands/DescribeMultiplexCommand.d.ts +0 -35
- package/dist/types/commands/DescribeMultiplexProgramCommand.d.ts +0 -35
- package/dist/types/commands/DescribeOfferingCommand.d.ts +0 -35
- package/dist/types/commands/DescribeReservationCommand.d.ts +0 -35
- package/dist/types/commands/DescribeScheduleCommand.d.ts +0 -35
- package/dist/types/commands/ListChannelsCommand.d.ts +0 -35
- package/dist/types/commands/ListInputDeviceTransfersCommand.d.ts +0 -35
- package/dist/types/commands/ListInputDevicesCommand.d.ts +0 -35
- package/dist/types/commands/ListInputSecurityGroupsCommand.d.ts +0 -35
- package/dist/types/commands/ListInputsCommand.d.ts +0 -35
- package/dist/types/commands/ListMultiplexProgramsCommand.d.ts +0 -35
- package/dist/types/commands/ListMultiplexesCommand.d.ts +0 -35
- package/dist/types/commands/ListOfferingsCommand.d.ts +0 -35
- package/dist/types/commands/ListReservationsCommand.d.ts +0 -35
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/commands/PurchaseOfferingCommand.d.ts +0 -35
- package/dist/types/commands/RejectInputDeviceTransferCommand.d.ts +0 -35
- package/dist/types/commands/StartChannelCommand.d.ts +0 -35
- package/dist/types/commands/StartMultiplexCommand.d.ts +0 -35
- package/dist/types/commands/StopChannelCommand.d.ts +0 -35
- package/dist/types/commands/StopMultiplexCommand.d.ts +0 -35
- package/dist/types/commands/TransferInputDeviceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateChannelClassCommand.d.ts +0 -35
- package/dist/types/commands/UpdateChannelCommand.d.ts +0 -35
- package/dist/types/commands/UpdateInputCommand.d.ts +0 -35
- package/dist/types/commands/UpdateInputDeviceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateInputSecurityGroupCommand.d.ts +0 -35
- package/dist/types/commands/UpdateMultiplexCommand.d.ts +0 -35
- package/dist/types/commands/UpdateMultiplexProgramCommand.d.ts +0 -35
- package/dist/types/commands/UpdateReservationCommand.d.ts +0 -35
- package/dist/types/index.d.ts +0 -81
- package/dist/types/models/models_0.d.ts +0 -4708
- package/dist/types/models/models_1.d.ts +0 -6078
- package/dist/types/pagination/DescribeSchedulePaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListChannelsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListInputDeviceTransfersPaginator.d.ts +0 -4
- package/dist/types/pagination/ListInputDevicesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListInputSecurityGroupsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListInputsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListMultiplexProgramsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListMultiplexesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListOfferingsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListReservationsPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_restJson1.d.ts +0 -170
- package/dist/types/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/MediaLive.d.ts +0 -399
- package/dist/types/ts3.4/MediaLiveClient.d.ts +0 -188
- package/dist/types/ts3.4/commands/AcceptInputDeviceTransferCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/BatchDeleteCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/BatchStartCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/BatchStopCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateChannelCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateInputCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateMultiplexCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreatePartnerInputCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateTagsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteChannelCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteInputCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteMultiplexCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteReservationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteScheduleCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteTagsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeChannelCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeInputCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeMultiplexCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeOfferingCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeReservationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeScheduleCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListChannelsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListInputDeviceTransfersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListInputDevicesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListInputSecurityGroupsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListInputsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListMultiplexProgramsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListMultiplexesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListOfferingsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListReservationsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PurchaseOfferingCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StartChannelCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StartMultiplexCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StopChannelCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StopMultiplexCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TransferInputDeviceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateChannelClassCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateChannelCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateInputCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateMultiplexCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateReservationCommand.d.ts +0 -35
- package/dist/types/ts3.4/index.d.ts +0 -81
- package/dist/types/ts3.4/models/models_0.d.ts +0 -4708
- package/dist/types/ts3.4/models/models_1.d.ts +0 -6078
- package/dist/types/ts3.4/pagination/DescribeSchedulePaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListChannelsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListInputDeviceTransfersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListInputDevicesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListInputSecurityGroupsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListInputsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListMultiplexProgramsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListMultiplexesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListOfferingsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListReservationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -170
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
- package/dist/types/ts3.4/waiters/waitForChannelCreated.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForChannelDeleted.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForChannelRunning.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForChannelStopped.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForInputAttached.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForInputDeleted.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForInputDetached.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForMultiplexCreated.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForMultiplexDeleted.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForMultiplexRunning.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForMultiplexStopped.d.ts +0 -14
- package/dist/types/waiters/waitForChannelCreated.d.ts +0 -14
- package/dist/types/waiters/waitForChannelDeleted.d.ts +0 -14
- package/dist/types/waiters/waitForChannelRunning.d.ts +0 -14
- package/dist/types/waiters/waitForChannelStopped.d.ts +0 -14
- package/dist/types/waiters/waitForInputAttached.d.ts +0 -14
- package/dist/types/waiters/waitForInputDeleted.d.ts +0 -14
- package/dist/types/waiters/waitForInputDetached.d.ts +0 -14
- package/dist/types/waiters/waitForMultiplexCreated.d.ts +0 -14
- package/dist/types/waiters/waitForMultiplexDeleted.d.ts +0 -14
- package/dist/types/waiters/waitForMultiplexRunning.d.ts +0 -14
- package/dist/types/waiters/waitForMultiplexStopped.d.ts +0 -14
- package/endpoints.ts +0 -73
- package/index.ts +0 -81
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -5851
- package/models/models_1.ts +0 -7592
- package/pagination/DescribeSchedulePaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListChannelsPaginator.ts +0 -58
- package/pagination/ListInputDeviceTransfersPaginator.ts +0 -58
- package/pagination/ListInputDevicesPaginator.ts +0 -58
- package/pagination/ListInputSecurityGroupsPaginator.ts +0 -58
- package/pagination/ListInputsPaginator.ts +0 -54
- package/pagination/ListMultiplexProgramsPaginator.ts +0 -58
- package/pagination/ListMultiplexesPaginator.ts +0 -58
- package/pagination/ListOfferingsPaginator.ts +0 -58
- package/pagination/ListReservationsPaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -15914
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
- package/waiters/waitForChannelCreated.ts +0 -65
- package/waiters/waitForChannelDeleted.ts +0 -57
- package/waiters/waitForChannelRunning.ts +0 -57
- package/waiters/waitForChannelStopped.ts +0 -57
- package/waiters/waitForInputAttached.ts +0 -57
- package/waiters/waitForInputDeleted.ts +0 -57
- package/waiters/waitForInputDetached.ts +0 -65
- package/waiters/waitForMultiplexCreated.ts +0 -65
- package/waiters/waitForMultiplexDeleted.ts +0 -57
- package/waiters/waitForMultiplexRunning.ts +0 -57
- package/waiters/waitForMultiplexStopped.ts +0 -57
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteInputRequest, DeleteInputResponse } from "../models/models_1";
|
|
5
|
+
import { deserializeAws_restJson1DeleteInputCommand, serializeAws_restJson1DeleteInputCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DeleteInputCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteInputCommand, _super);
|
|
8
|
+
function DeleteInputCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DeleteInputCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "MediaLiveClient";
|
|
18
|
+
var commandName = "DeleteInputCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DeleteInputRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteInputResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DeleteInputCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1DeleteInputCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DeleteInputCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1DeleteInputCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DeleteInputCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteInputCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteInputSecurityGroupRequest, DeleteInputSecurityGroupResponse } from "../models/models_1";
|
|
5
|
+
import { deserializeAws_restJson1DeleteInputSecurityGroupCommand, serializeAws_restJson1DeleteInputSecurityGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DeleteInputSecurityGroupCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteInputSecurityGroupCommand, _super);
|
|
8
|
+
function DeleteInputSecurityGroupCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DeleteInputSecurityGroupCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "MediaLiveClient";
|
|
18
|
+
var commandName = "DeleteInputSecurityGroupCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DeleteInputSecurityGroupRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteInputSecurityGroupResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DeleteInputSecurityGroupCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1DeleteInputSecurityGroupCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DeleteInputSecurityGroupCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1DeleteInputSecurityGroupCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DeleteInputSecurityGroupCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteInputSecurityGroupCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteMultiplexRequest, DeleteMultiplexResponse } from "../models/models_1";
|
|
5
|
+
import { deserializeAws_restJson1DeleteMultiplexCommand, serializeAws_restJson1DeleteMultiplexCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DeleteMultiplexCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteMultiplexCommand, _super);
|
|
8
|
+
function DeleteMultiplexCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DeleteMultiplexCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "MediaLiveClient";
|
|
18
|
+
var commandName = "DeleteMultiplexCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DeleteMultiplexRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteMultiplexResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DeleteMultiplexCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1DeleteMultiplexCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DeleteMultiplexCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1DeleteMultiplexCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DeleteMultiplexCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteMultiplexCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteMultiplexProgramRequest, DeleteMultiplexProgramResponse } from "../models/models_1";
|
|
5
|
+
import { deserializeAws_restJson1DeleteMultiplexProgramCommand, serializeAws_restJson1DeleteMultiplexProgramCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DeleteMultiplexProgramCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteMultiplexProgramCommand, _super);
|
|
8
|
+
function DeleteMultiplexProgramCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DeleteMultiplexProgramCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "MediaLiveClient";
|
|
18
|
+
var commandName = "DeleteMultiplexProgramCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DeleteMultiplexProgramRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteMultiplexProgramResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DeleteMultiplexProgramCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1DeleteMultiplexProgramCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DeleteMultiplexProgramCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1DeleteMultiplexProgramCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DeleteMultiplexProgramCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteMultiplexProgramCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteReservationRequest, DeleteReservationResponse } from "../models/models_1";
|
|
5
|
+
import { deserializeAws_restJson1DeleteReservationCommand, serializeAws_restJson1DeleteReservationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DeleteReservationCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteReservationCommand, _super);
|
|
8
|
+
function DeleteReservationCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DeleteReservationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "MediaLiveClient";
|
|
18
|
+
var commandName = "DeleteReservationCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DeleteReservationRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteReservationResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DeleteReservationCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1DeleteReservationCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DeleteReservationCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1DeleteReservationCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DeleteReservationCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteReservationCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteScheduleRequest, DeleteScheduleResponse } from "../models/models_1";
|
|
5
|
+
import { deserializeAws_restJson1DeleteScheduleCommand, serializeAws_restJson1DeleteScheduleCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DeleteScheduleCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteScheduleCommand, _super);
|
|
8
|
+
function DeleteScheduleCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DeleteScheduleCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "MediaLiveClient";
|
|
18
|
+
var commandName = "DeleteScheduleCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DeleteScheduleRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteScheduleResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DeleteScheduleCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1DeleteScheduleCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DeleteScheduleCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1DeleteScheduleCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DeleteScheduleCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteScheduleCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteTagsRequest } from "../models/models_1";
|
|
5
|
+
import { deserializeAws_restJson1DeleteTagsCommand, serializeAws_restJson1DeleteTagsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DeleteTagsCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteTagsCommand, _super);
|
|
8
|
+
function DeleteTagsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DeleteTagsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "MediaLiveClient";
|
|
18
|
+
var commandName = "DeleteTagsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DeleteTagsRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DeleteTagsCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1DeleteTagsCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DeleteTagsCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1DeleteTagsCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DeleteTagsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteTagsCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeChannelRequest, DescribeChannelResponse } from "../models/models_1";
|
|
5
|
+
import { deserializeAws_restJson1DescribeChannelCommand, serializeAws_restJson1DescribeChannelCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DescribeChannelCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeChannelCommand, _super);
|
|
8
|
+
function DescribeChannelCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DescribeChannelCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "MediaLiveClient";
|
|
18
|
+
var commandName = "DescribeChannelCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DescribeChannelRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeChannelResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeChannelCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1DescribeChannelCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DescribeChannelCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1DescribeChannelCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DescribeChannelCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeChannelCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeInputRequest, DescribeInputResponse } from "../models/models_1";
|
|
5
|
+
import { deserializeAws_restJson1DescribeInputCommand, serializeAws_restJson1DescribeInputCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DescribeInputCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeInputCommand, _super);
|
|
8
|
+
function DescribeInputCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DescribeInputCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "MediaLiveClient";
|
|
18
|
+
var commandName = "DescribeInputCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DescribeInputRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeInputResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeInputCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1DescribeInputCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DescribeInputCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1DescribeInputCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DescribeInputCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeInputCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeInputDeviceRequest, DescribeInputDeviceResponse } from "../models/models_1";
|
|
5
|
+
import { deserializeAws_restJson1DescribeInputDeviceCommand, serializeAws_restJson1DescribeInputDeviceCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DescribeInputDeviceCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeInputDeviceCommand, _super);
|
|
8
|
+
function DescribeInputDeviceCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DescribeInputDeviceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "MediaLiveClient";
|
|
18
|
+
var commandName = "DescribeInputDeviceCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DescribeInputDeviceRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeInputDeviceResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeInputDeviceCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1DescribeInputDeviceCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DescribeInputDeviceCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1DescribeInputDeviceCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DescribeInputDeviceCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeInputDeviceCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeInputDeviceThumbnailRequest, DescribeInputDeviceThumbnailResponse } from "../models/models_1";
|
|
5
|
+
import { deserializeAws_restJson1DescribeInputDeviceThumbnailCommand, serializeAws_restJson1DescribeInputDeviceThumbnailCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DescribeInputDeviceThumbnailCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeInputDeviceThumbnailCommand, _super);
|
|
8
|
+
function DescribeInputDeviceThumbnailCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DescribeInputDeviceThumbnailCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "MediaLiveClient";
|
|
18
|
+
var commandName = "DescribeInputDeviceThumbnailCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DescribeInputDeviceThumbnailRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeInputDeviceThumbnailResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeInputDeviceThumbnailCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1DescribeInputDeviceThumbnailCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DescribeInputDeviceThumbnailCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1DescribeInputDeviceThumbnailCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DescribeInputDeviceThumbnailCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeInputDeviceThumbnailCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeInputSecurityGroupRequest, DescribeInputSecurityGroupResponse } from "../models/models_1";
|
|
5
|
+
import { deserializeAws_restJson1DescribeInputSecurityGroupCommand, serializeAws_restJson1DescribeInputSecurityGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DescribeInputSecurityGroupCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeInputSecurityGroupCommand, _super);
|
|
8
|
+
function DescribeInputSecurityGroupCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DescribeInputSecurityGroupCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "MediaLiveClient";
|
|
18
|
+
var commandName = "DescribeInputSecurityGroupCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DescribeInputSecurityGroupRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeInputSecurityGroupResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeInputSecurityGroupCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1DescribeInputSecurityGroupCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DescribeInputSecurityGroupCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1DescribeInputSecurityGroupCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DescribeInputSecurityGroupCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeInputSecurityGroupCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeMultiplexRequest, DescribeMultiplexResponse } from "../models/models_1";
|
|
5
|
+
import { deserializeAws_restJson1DescribeMultiplexCommand, serializeAws_restJson1DescribeMultiplexCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DescribeMultiplexCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeMultiplexCommand, _super);
|
|
8
|
+
function DescribeMultiplexCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DescribeMultiplexCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "MediaLiveClient";
|
|
18
|
+
var commandName = "DescribeMultiplexCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DescribeMultiplexRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeMultiplexResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeMultiplexCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1DescribeMultiplexCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DescribeMultiplexCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1DescribeMultiplexCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DescribeMultiplexCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeMultiplexCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeMultiplexProgramRequest, DescribeMultiplexProgramResponse } from "../models/models_1";
|
|
5
|
+
import { deserializeAws_restJson1DescribeMultiplexProgramCommand, serializeAws_restJson1DescribeMultiplexProgramCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DescribeMultiplexProgramCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeMultiplexProgramCommand, _super);
|
|
8
|
+
function DescribeMultiplexProgramCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DescribeMultiplexProgramCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "MediaLiveClient";
|
|
18
|
+
var commandName = "DescribeMultiplexProgramCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DescribeMultiplexProgramRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeMultiplexProgramResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeMultiplexProgramCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1DescribeMultiplexProgramCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DescribeMultiplexProgramCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1DescribeMultiplexProgramCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DescribeMultiplexProgramCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeMultiplexProgramCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeOfferingRequest, DescribeOfferingResponse } from "../models/models_1";
|
|
5
|
+
import { deserializeAws_restJson1DescribeOfferingCommand, serializeAws_restJson1DescribeOfferingCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DescribeOfferingCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeOfferingCommand, _super);
|
|
8
|
+
function DescribeOfferingCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DescribeOfferingCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "MediaLiveClient";
|
|
18
|
+
var commandName = "DescribeOfferingCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DescribeOfferingRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeOfferingResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeOfferingCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1DescribeOfferingCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DescribeOfferingCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1DescribeOfferingCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DescribeOfferingCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeOfferingCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeReservationRequest, DescribeReservationResponse } from "../models/models_1";
|
|
5
|
+
import { deserializeAws_restJson1DescribeReservationCommand, serializeAws_restJson1DescribeReservationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DescribeReservationCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeReservationCommand, _super);
|
|
8
|
+
function DescribeReservationCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DescribeReservationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "MediaLiveClient";
|
|
18
|
+
var commandName = "DescribeReservationCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DescribeReservationRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeReservationResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeReservationCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1DescribeReservationCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DescribeReservationCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1DescribeReservationCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DescribeReservationCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeReservationCommand };
|