@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
|
@@ -1,1489 +0,0 @@
|
|
|
1
|
-
import { __assign } from "tslib";
|
|
2
|
-
export var InputChannelLevel;
|
|
3
|
-
(function (InputChannelLevel) {
|
|
4
|
-
InputChannelLevel.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
5
|
-
})(InputChannelLevel || (InputChannelLevel = {}));
|
|
6
|
-
export var AudioChannelMapping;
|
|
7
|
-
(function (AudioChannelMapping) {
|
|
8
|
-
AudioChannelMapping.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
9
|
-
})(AudioChannelMapping || (AudioChannelMapping = {}));
|
|
10
|
-
export var AudioNormalizationAlgorithm;
|
|
11
|
-
(function (AudioNormalizationAlgorithm) {
|
|
12
|
-
AudioNormalizationAlgorithm["ITU_1770_1"] = "ITU_1770_1";
|
|
13
|
-
AudioNormalizationAlgorithm["ITU_1770_2"] = "ITU_1770_2";
|
|
14
|
-
})(AudioNormalizationAlgorithm || (AudioNormalizationAlgorithm = {}));
|
|
15
|
-
export var AudioNormalizationAlgorithmControl;
|
|
16
|
-
(function (AudioNormalizationAlgorithmControl) {
|
|
17
|
-
AudioNormalizationAlgorithmControl["CORRECT_AUDIO"] = "CORRECT_AUDIO";
|
|
18
|
-
})(AudioNormalizationAlgorithmControl || (AudioNormalizationAlgorithmControl = {}));
|
|
19
|
-
export var AudioNormalizationSettings;
|
|
20
|
-
(function (AudioNormalizationSettings) {
|
|
21
|
-
AudioNormalizationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
22
|
-
})(AudioNormalizationSettings || (AudioNormalizationSettings = {}));
|
|
23
|
-
export var AudioType;
|
|
24
|
-
(function (AudioType) {
|
|
25
|
-
AudioType["CLEAN_EFFECTS"] = "CLEAN_EFFECTS";
|
|
26
|
-
AudioType["HEARING_IMPAIRED"] = "HEARING_IMPAIRED";
|
|
27
|
-
AudioType["UNDEFINED"] = "UNDEFINED";
|
|
28
|
-
AudioType["VISUAL_IMPAIRED_COMMENTARY"] = "VISUAL_IMPAIRED_COMMENTARY";
|
|
29
|
-
})(AudioType || (AudioType = {}));
|
|
30
|
-
export var AudioDescriptionAudioTypeControl;
|
|
31
|
-
(function (AudioDescriptionAudioTypeControl) {
|
|
32
|
-
AudioDescriptionAudioTypeControl["FOLLOW_INPUT"] = "FOLLOW_INPUT";
|
|
33
|
-
AudioDescriptionAudioTypeControl["USE_CONFIGURED"] = "USE_CONFIGURED";
|
|
34
|
-
})(AudioDescriptionAudioTypeControl || (AudioDescriptionAudioTypeControl = {}));
|
|
35
|
-
export var AacCodingMode;
|
|
36
|
-
(function (AacCodingMode) {
|
|
37
|
-
AacCodingMode["AD_RECEIVER_MIX"] = "AD_RECEIVER_MIX";
|
|
38
|
-
AacCodingMode["CODING_MODE_1_0"] = "CODING_MODE_1_0";
|
|
39
|
-
AacCodingMode["CODING_MODE_1_1"] = "CODING_MODE_1_1";
|
|
40
|
-
AacCodingMode["CODING_MODE_2_0"] = "CODING_MODE_2_0";
|
|
41
|
-
AacCodingMode["CODING_MODE_5_1"] = "CODING_MODE_5_1";
|
|
42
|
-
})(AacCodingMode || (AacCodingMode = {}));
|
|
43
|
-
export var AacInputType;
|
|
44
|
-
(function (AacInputType) {
|
|
45
|
-
AacInputType["BROADCASTER_MIXED_AD"] = "BROADCASTER_MIXED_AD";
|
|
46
|
-
AacInputType["NORMAL"] = "NORMAL";
|
|
47
|
-
})(AacInputType || (AacInputType = {}));
|
|
48
|
-
export var AacProfile;
|
|
49
|
-
(function (AacProfile) {
|
|
50
|
-
AacProfile["HEV1"] = "HEV1";
|
|
51
|
-
AacProfile["HEV2"] = "HEV2";
|
|
52
|
-
AacProfile["LC"] = "LC";
|
|
53
|
-
})(AacProfile || (AacProfile = {}));
|
|
54
|
-
export var AacRateControlMode;
|
|
55
|
-
(function (AacRateControlMode) {
|
|
56
|
-
AacRateControlMode["CBR"] = "CBR";
|
|
57
|
-
AacRateControlMode["VBR"] = "VBR";
|
|
58
|
-
})(AacRateControlMode || (AacRateControlMode = {}));
|
|
59
|
-
export var AacRawFormat;
|
|
60
|
-
(function (AacRawFormat) {
|
|
61
|
-
AacRawFormat["LATM_LOAS"] = "LATM_LOAS";
|
|
62
|
-
AacRawFormat["NONE"] = "NONE";
|
|
63
|
-
})(AacRawFormat || (AacRawFormat = {}));
|
|
64
|
-
export var AacSpec;
|
|
65
|
-
(function (AacSpec) {
|
|
66
|
-
AacSpec["MPEG2"] = "MPEG2";
|
|
67
|
-
AacSpec["MPEG4"] = "MPEG4";
|
|
68
|
-
})(AacSpec || (AacSpec = {}));
|
|
69
|
-
export var AacVbrQuality;
|
|
70
|
-
(function (AacVbrQuality) {
|
|
71
|
-
AacVbrQuality["HIGH"] = "HIGH";
|
|
72
|
-
AacVbrQuality["LOW"] = "LOW";
|
|
73
|
-
AacVbrQuality["MEDIUM_HIGH"] = "MEDIUM_HIGH";
|
|
74
|
-
AacVbrQuality["MEDIUM_LOW"] = "MEDIUM_LOW";
|
|
75
|
-
})(AacVbrQuality || (AacVbrQuality = {}));
|
|
76
|
-
export var AacSettings;
|
|
77
|
-
(function (AacSettings) {
|
|
78
|
-
AacSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
79
|
-
})(AacSettings || (AacSettings = {}));
|
|
80
|
-
export var Ac3BitstreamMode;
|
|
81
|
-
(function (Ac3BitstreamMode) {
|
|
82
|
-
Ac3BitstreamMode["COMMENTARY"] = "COMMENTARY";
|
|
83
|
-
Ac3BitstreamMode["COMPLETE_MAIN"] = "COMPLETE_MAIN";
|
|
84
|
-
Ac3BitstreamMode["DIALOGUE"] = "DIALOGUE";
|
|
85
|
-
Ac3BitstreamMode["EMERGENCY"] = "EMERGENCY";
|
|
86
|
-
Ac3BitstreamMode["HEARING_IMPAIRED"] = "HEARING_IMPAIRED";
|
|
87
|
-
Ac3BitstreamMode["MUSIC_AND_EFFECTS"] = "MUSIC_AND_EFFECTS";
|
|
88
|
-
Ac3BitstreamMode["VISUALLY_IMPAIRED"] = "VISUALLY_IMPAIRED";
|
|
89
|
-
Ac3BitstreamMode["VOICE_OVER"] = "VOICE_OVER";
|
|
90
|
-
})(Ac3BitstreamMode || (Ac3BitstreamMode = {}));
|
|
91
|
-
export var Ac3CodingMode;
|
|
92
|
-
(function (Ac3CodingMode) {
|
|
93
|
-
Ac3CodingMode["CODING_MODE_1_0"] = "CODING_MODE_1_0";
|
|
94
|
-
Ac3CodingMode["CODING_MODE_1_1"] = "CODING_MODE_1_1";
|
|
95
|
-
Ac3CodingMode["CODING_MODE_2_0"] = "CODING_MODE_2_0";
|
|
96
|
-
Ac3CodingMode["CODING_MODE_3_2_LFE"] = "CODING_MODE_3_2_LFE";
|
|
97
|
-
})(Ac3CodingMode || (Ac3CodingMode = {}));
|
|
98
|
-
export var Ac3DrcProfile;
|
|
99
|
-
(function (Ac3DrcProfile) {
|
|
100
|
-
Ac3DrcProfile["FILM_STANDARD"] = "FILM_STANDARD";
|
|
101
|
-
Ac3DrcProfile["NONE"] = "NONE";
|
|
102
|
-
})(Ac3DrcProfile || (Ac3DrcProfile = {}));
|
|
103
|
-
export var Ac3LfeFilter;
|
|
104
|
-
(function (Ac3LfeFilter) {
|
|
105
|
-
Ac3LfeFilter["DISABLED"] = "DISABLED";
|
|
106
|
-
Ac3LfeFilter["ENABLED"] = "ENABLED";
|
|
107
|
-
})(Ac3LfeFilter || (Ac3LfeFilter = {}));
|
|
108
|
-
export var Ac3MetadataControl;
|
|
109
|
-
(function (Ac3MetadataControl) {
|
|
110
|
-
Ac3MetadataControl["FOLLOW_INPUT"] = "FOLLOW_INPUT";
|
|
111
|
-
Ac3MetadataControl["USE_CONFIGURED"] = "USE_CONFIGURED";
|
|
112
|
-
})(Ac3MetadataControl || (Ac3MetadataControl = {}));
|
|
113
|
-
export var Ac3Settings;
|
|
114
|
-
(function (Ac3Settings) {
|
|
115
|
-
Ac3Settings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
116
|
-
})(Ac3Settings || (Ac3Settings = {}));
|
|
117
|
-
export var Eac3AttenuationControl;
|
|
118
|
-
(function (Eac3AttenuationControl) {
|
|
119
|
-
Eac3AttenuationControl["ATTENUATE_3_DB"] = "ATTENUATE_3_DB";
|
|
120
|
-
Eac3AttenuationControl["NONE"] = "NONE";
|
|
121
|
-
})(Eac3AttenuationControl || (Eac3AttenuationControl = {}));
|
|
122
|
-
export var Eac3BitstreamMode;
|
|
123
|
-
(function (Eac3BitstreamMode) {
|
|
124
|
-
Eac3BitstreamMode["COMMENTARY"] = "COMMENTARY";
|
|
125
|
-
Eac3BitstreamMode["COMPLETE_MAIN"] = "COMPLETE_MAIN";
|
|
126
|
-
Eac3BitstreamMode["EMERGENCY"] = "EMERGENCY";
|
|
127
|
-
Eac3BitstreamMode["HEARING_IMPAIRED"] = "HEARING_IMPAIRED";
|
|
128
|
-
Eac3BitstreamMode["VISUALLY_IMPAIRED"] = "VISUALLY_IMPAIRED";
|
|
129
|
-
})(Eac3BitstreamMode || (Eac3BitstreamMode = {}));
|
|
130
|
-
export var Eac3CodingMode;
|
|
131
|
-
(function (Eac3CodingMode) {
|
|
132
|
-
Eac3CodingMode["CODING_MODE_1_0"] = "CODING_MODE_1_0";
|
|
133
|
-
Eac3CodingMode["CODING_MODE_2_0"] = "CODING_MODE_2_0";
|
|
134
|
-
Eac3CodingMode["CODING_MODE_3_2"] = "CODING_MODE_3_2";
|
|
135
|
-
})(Eac3CodingMode || (Eac3CodingMode = {}));
|
|
136
|
-
export var Eac3DcFilter;
|
|
137
|
-
(function (Eac3DcFilter) {
|
|
138
|
-
Eac3DcFilter["DISABLED"] = "DISABLED";
|
|
139
|
-
Eac3DcFilter["ENABLED"] = "ENABLED";
|
|
140
|
-
})(Eac3DcFilter || (Eac3DcFilter = {}));
|
|
141
|
-
export var Eac3DrcLine;
|
|
142
|
-
(function (Eac3DrcLine) {
|
|
143
|
-
Eac3DrcLine["FILM_LIGHT"] = "FILM_LIGHT";
|
|
144
|
-
Eac3DrcLine["FILM_STANDARD"] = "FILM_STANDARD";
|
|
145
|
-
Eac3DrcLine["MUSIC_LIGHT"] = "MUSIC_LIGHT";
|
|
146
|
-
Eac3DrcLine["MUSIC_STANDARD"] = "MUSIC_STANDARD";
|
|
147
|
-
Eac3DrcLine["NONE"] = "NONE";
|
|
148
|
-
Eac3DrcLine["SPEECH"] = "SPEECH";
|
|
149
|
-
})(Eac3DrcLine || (Eac3DrcLine = {}));
|
|
150
|
-
export var Eac3DrcRf;
|
|
151
|
-
(function (Eac3DrcRf) {
|
|
152
|
-
Eac3DrcRf["FILM_LIGHT"] = "FILM_LIGHT";
|
|
153
|
-
Eac3DrcRf["FILM_STANDARD"] = "FILM_STANDARD";
|
|
154
|
-
Eac3DrcRf["MUSIC_LIGHT"] = "MUSIC_LIGHT";
|
|
155
|
-
Eac3DrcRf["MUSIC_STANDARD"] = "MUSIC_STANDARD";
|
|
156
|
-
Eac3DrcRf["NONE"] = "NONE";
|
|
157
|
-
Eac3DrcRf["SPEECH"] = "SPEECH";
|
|
158
|
-
})(Eac3DrcRf || (Eac3DrcRf = {}));
|
|
159
|
-
export var Eac3LfeControl;
|
|
160
|
-
(function (Eac3LfeControl) {
|
|
161
|
-
Eac3LfeControl["LFE"] = "LFE";
|
|
162
|
-
Eac3LfeControl["NO_LFE"] = "NO_LFE";
|
|
163
|
-
})(Eac3LfeControl || (Eac3LfeControl = {}));
|
|
164
|
-
export var Eac3LfeFilter;
|
|
165
|
-
(function (Eac3LfeFilter) {
|
|
166
|
-
Eac3LfeFilter["DISABLED"] = "DISABLED";
|
|
167
|
-
Eac3LfeFilter["ENABLED"] = "ENABLED";
|
|
168
|
-
})(Eac3LfeFilter || (Eac3LfeFilter = {}));
|
|
169
|
-
export var Eac3MetadataControl;
|
|
170
|
-
(function (Eac3MetadataControl) {
|
|
171
|
-
Eac3MetadataControl["FOLLOW_INPUT"] = "FOLLOW_INPUT";
|
|
172
|
-
Eac3MetadataControl["USE_CONFIGURED"] = "USE_CONFIGURED";
|
|
173
|
-
})(Eac3MetadataControl || (Eac3MetadataControl = {}));
|
|
174
|
-
export var Eac3PassthroughControl;
|
|
175
|
-
(function (Eac3PassthroughControl) {
|
|
176
|
-
Eac3PassthroughControl["NO_PASSTHROUGH"] = "NO_PASSTHROUGH";
|
|
177
|
-
Eac3PassthroughControl["WHEN_POSSIBLE"] = "WHEN_POSSIBLE";
|
|
178
|
-
})(Eac3PassthroughControl || (Eac3PassthroughControl = {}));
|
|
179
|
-
export var Eac3PhaseControl;
|
|
180
|
-
(function (Eac3PhaseControl) {
|
|
181
|
-
Eac3PhaseControl["NO_SHIFT"] = "NO_SHIFT";
|
|
182
|
-
Eac3PhaseControl["SHIFT_90_DEGREES"] = "SHIFT_90_DEGREES";
|
|
183
|
-
})(Eac3PhaseControl || (Eac3PhaseControl = {}));
|
|
184
|
-
export var Eac3StereoDownmix;
|
|
185
|
-
(function (Eac3StereoDownmix) {
|
|
186
|
-
Eac3StereoDownmix["DPL2"] = "DPL2";
|
|
187
|
-
Eac3StereoDownmix["LO_RO"] = "LO_RO";
|
|
188
|
-
Eac3StereoDownmix["LT_RT"] = "LT_RT";
|
|
189
|
-
Eac3StereoDownmix["NOT_INDICATED"] = "NOT_INDICATED";
|
|
190
|
-
})(Eac3StereoDownmix || (Eac3StereoDownmix = {}));
|
|
191
|
-
export var Eac3SurroundExMode;
|
|
192
|
-
(function (Eac3SurroundExMode) {
|
|
193
|
-
Eac3SurroundExMode["DISABLED"] = "DISABLED";
|
|
194
|
-
Eac3SurroundExMode["ENABLED"] = "ENABLED";
|
|
195
|
-
Eac3SurroundExMode["NOT_INDICATED"] = "NOT_INDICATED";
|
|
196
|
-
})(Eac3SurroundExMode || (Eac3SurroundExMode = {}));
|
|
197
|
-
export var Eac3SurroundMode;
|
|
198
|
-
(function (Eac3SurroundMode) {
|
|
199
|
-
Eac3SurroundMode["DISABLED"] = "DISABLED";
|
|
200
|
-
Eac3SurroundMode["ENABLED"] = "ENABLED";
|
|
201
|
-
Eac3SurroundMode["NOT_INDICATED"] = "NOT_INDICATED";
|
|
202
|
-
})(Eac3SurroundMode || (Eac3SurroundMode = {}));
|
|
203
|
-
export var Eac3Settings;
|
|
204
|
-
(function (Eac3Settings) {
|
|
205
|
-
Eac3Settings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
206
|
-
})(Eac3Settings || (Eac3Settings = {}));
|
|
207
|
-
export var Mp2CodingMode;
|
|
208
|
-
(function (Mp2CodingMode) {
|
|
209
|
-
Mp2CodingMode["CODING_MODE_1_0"] = "CODING_MODE_1_0";
|
|
210
|
-
Mp2CodingMode["CODING_MODE_2_0"] = "CODING_MODE_2_0";
|
|
211
|
-
})(Mp2CodingMode || (Mp2CodingMode = {}));
|
|
212
|
-
export var Mp2Settings;
|
|
213
|
-
(function (Mp2Settings) {
|
|
214
|
-
Mp2Settings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
215
|
-
})(Mp2Settings || (Mp2Settings = {}));
|
|
216
|
-
export var PassThroughSettings;
|
|
217
|
-
(function (PassThroughSettings) {
|
|
218
|
-
PassThroughSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
219
|
-
})(PassThroughSettings || (PassThroughSettings = {}));
|
|
220
|
-
export var WavCodingMode;
|
|
221
|
-
(function (WavCodingMode) {
|
|
222
|
-
WavCodingMode["CODING_MODE_1_0"] = "CODING_MODE_1_0";
|
|
223
|
-
WavCodingMode["CODING_MODE_2_0"] = "CODING_MODE_2_0";
|
|
224
|
-
WavCodingMode["CODING_MODE_4_0"] = "CODING_MODE_4_0";
|
|
225
|
-
WavCodingMode["CODING_MODE_8_0"] = "CODING_MODE_8_0";
|
|
226
|
-
})(WavCodingMode || (WavCodingMode = {}));
|
|
227
|
-
export var WavSettings;
|
|
228
|
-
(function (WavSettings) {
|
|
229
|
-
WavSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
230
|
-
})(WavSettings || (WavSettings = {}));
|
|
231
|
-
export var AudioCodecSettings;
|
|
232
|
-
(function (AudioCodecSettings) {
|
|
233
|
-
AudioCodecSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
234
|
-
})(AudioCodecSettings || (AudioCodecSettings = {}));
|
|
235
|
-
export var AudioDescriptionLanguageCodeControl;
|
|
236
|
-
(function (AudioDescriptionLanguageCodeControl) {
|
|
237
|
-
AudioDescriptionLanguageCodeControl["FOLLOW_INPUT"] = "FOLLOW_INPUT";
|
|
238
|
-
AudioDescriptionLanguageCodeControl["USE_CONFIGURED"] = "USE_CONFIGURED";
|
|
239
|
-
})(AudioDescriptionLanguageCodeControl || (AudioDescriptionLanguageCodeControl = {}));
|
|
240
|
-
export var RemixSettings;
|
|
241
|
-
(function (RemixSettings) {
|
|
242
|
-
RemixSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
243
|
-
})(RemixSettings || (RemixSettings = {}));
|
|
244
|
-
export var AudioDescription;
|
|
245
|
-
(function (AudioDescription) {
|
|
246
|
-
AudioDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
247
|
-
})(AudioDescription || (AudioDescription = {}));
|
|
248
|
-
export var AudioHlsRenditionSelection;
|
|
249
|
-
(function (AudioHlsRenditionSelection) {
|
|
250
|
-
AudioHlsRenditionSelection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
251
|
-
})(AudioHlsRenditionSelection || (AudioHlsRenditionSelection = {}));
|
|
252
|
-
export var AudioLanguageSelectionPolicy;
|
|
253
|
-
(function (AudioLanguageSelectionPolicy) {
|
|
254
|
-
AudioLanguageSelectionPolicy["LOOSE"] = "LOOSE";
|
|
255
|
-
AudioLanguageSelectionPolicy["STRICT"] = "STRICT";
|
|
256
|
-
})(AudioLanguageSelectionPolicy || (AudioLanguageSelectionPolicy = {}));
|
|
257
|
-
export var AudioLanguageSelection;
|
|
258
|
-
(function (AudioLanguageSelection) {
|
|
259
|
-
AudioLanguageSelection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
260
|
-
})(AudioLanguageSelection || (AudioLanguageSelection = {}));
|
|
261
|
-
export var AudioPidSelection;
|
|
262
|
-
(function (AudioPidSelection) {
|
|
263
|
-
AudioPidSelection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
264
|
-
})(AudioPidSelection || (AudioPidSelection = {}));
|
|
265
|
-
export var AudioTrack;
|
|
266
|
-
(function (AudioTrack) {
|
|
267
|
-
AudioTrack.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
268
|
-
})(AudioTrack || (AudioTrack = {}));
|
|
269
|
-
export var AudioTrackSelection;
|
|
270
|
-
(function (AudioTrackSelection) {
|
|
271
|
-
AudioTrackSelection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
|
-
})(AudioTrackSelection || (AudioTrackSelection = {}));
|
|
273
|
-
export var AudioSelectorSettings;
|
|
274
|
-
(function (AudioSelectorSettings) {
|
|
275
|
-
AudioSelectorSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
|
-
})(AudioSelectorSettings || (AudioSelectorSettings = {}));
|
|
277
|
-
export var AudioSelector;
|
|
278
|
-
(function (AudioSelector) {
|
|
279
|
-
AudioSelector.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
280
|
-
})(AudioSelector || (AudioSelector = {}));
|
|
281
|
-
export var BatchFailedResultModel;
|
|
282
|
-
(function (BatchFailedResultModel) {
|
|
283
|
-
BatchFailedResultModel.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
|
-
})(BatchFailedResultModel || (BatchFailedResultModel = {}));
|
|
285
|
-
export var BatchSuccessfulResultModel;
|
|
286
|
-
(function (BatchSuccessfulResultModel) {
|
|
287
|
-
BatchSuccessfulResultModel.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
|
-
})(BatchSuccessfulResultModel || (BatchSuccessfulResultModel = {}));
|
|
289
|
-
export var AribDestinationSettings;
|
|
290
|
-
(function (AribDestinationSettings) {
|
|
291
|
-
AribDestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
|
-
})(AribDestinationSettings || (AribDestinationSettings = {}));
|
|
293
|
-
export var BurnInAlignment;
|
|
294
|
-
(function (BurnInAlignment) {
|
|
295
|
-
BurnInAlignment["CENTERED"] = "CENTERED";
|
|
296
|
-
BurnInAlignment["LEFT"] = "LEFT";
|
|
297
|
-
BurnInAlignment["SMART"] = "SMART";
|
|
298
|
-
})(BurnInAlignment || (BurnInAlignment = {}));
|
|
299
|
-
export var BurnInBackgroundColor;
|
|
300
|
-
(function (BurnInBackgroundColor) {
|
|
301
|
-
BurnInBackgroundColor["BLACK"] = "BLACK";
|
|
302
|
-
BurnInBackgroundColor["NONE"] = "NONE";
|
|
303
|
-
BurnInBackgroundColor["WHITE"] = "WHITE";
|
|
304
|
-
})(BurnInBackgroundColor || (BurnInBackgroundColor = {}));
|
|
305
|
-
export var InputLocation;
|
|
306
|
-
(function (InputLocation) {
|
|
307
|
-
InputLocation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
308
|
-
})(InputLocation || (InputLocation = {}));
|
|
309
|
-
export var BurnInFontColor;
|
|
310
|
-
(function (BurnInFontColor) {
|
|
311
|
-
BurnInFontColor["BLACK"] = "BLACK";
|
|
312
|
-
BurnInFontColor["BLUE"] = "BLUE";
|
|
313
|
-
BurnInFontColor["GREEN"] = "GREEN";
|
|
314
|
-
BurnInFontColor["RED"] = "RED";
|
|
315
|
-
BurnInFontColor["WHITE"] = "WHITE";
|
|
316
|
-
BurnInFontColor["YELLOW"] = "YELLOW";
|
|
317
|
-
})(BurnInFontColor || (BurnInFontColor = {}));
|
|
318
|
-
export var BurnInOutlineColor;
|
|
319
|
-
(function (BurnInOutlineColor) {
|
|
320
|
-
BurnInOutlineColor["BLACK"] = "BLACK";
|
|
321
|
-
BurnInOutlineColor["BLUE"] = "BLUE";
|
|
322
|
-
BurnInOutlineColor["GREEN"] = "GREEN";
|
|
323
|
-
BurnInOutlineColor["RED"] = "RED";
|
|
324
|
-
BurnInOutlineColor["WHITE"] = "WHITE";
|
|
325
|
-
BurnInOutlineColor["YELLOW"] = "YELLOW";
|
|
326
|
-
})(BurnInOutlineColor || (BurnInOutlineColor = {}));
|
|
327
|
-
export var BurnInShadowColor;
|
|
328
|
-
(function (BurnInShadowColor) {
|
|
329
|
-
BurnInShadowColor["BLACK"] = "BLACK";
|
|
330
|
-
BurnInShadowColor["NONE"] = "NONE";
|
|
331
|
-
BurnInShadowColor["WHITE"] = "WHITE";
|
|
332
|
-
})(BurnInShadowColor || (BurnInShadowColor = {}));
|
|
333
|
-
export var BurnInTeletextGridControl;
|
|
334
|
-
(function (BurnInTeletextGridControl) {
|
|
335
|
-
BurnInTeletextGridControl["FIXED"] = "FIXED";
|
|
336
|
-
BurnInTeletextGridControl["SCALED"] = "SCALED";
|
|
337
|
-
})(BurnInTeletextGridControl || (BurnInTeletextGridControl = {}));
|
|
338
|
-
export var BurnInDestinationSettings;
|
|
339
|
-
(function (BurnInDestinationSettings) {
|
|
340
|
-
BurnInDestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
341
|
-
})(BurnInDestinationSettings || (BurnInDestinationSettings = {}));
|
|
342
|
-
export var DvbSubDestinationAlignment;
|
|
343
|
-
(function (DvbSubDestinationAlignment) {
|
|
344
|
-
DvbSubDestinationAlignment["CENTERED"] = "CENTERED";
|
|
345
|
-
DvbSubDestinationAlignment["LEFT"] = "LEFT";
|
|
346
|
-
DvbSubDestinationAlignment["SMART"] = "SMART";
|
|
347
|
-
})(DvbSubDestinationAlignment || (DvbSubDestinationAlignment = {}));
|
|
348
|
-
export var DvbSubDestinationBackgroundColor;
|
|
349
|
-
(function (DvbSubDestinationBackgroundColor) {
|
|
350
|
-
DvbSubDestinationBackgroundColor["BLACK"] = "BLACK";
|
|
351
|
-
DvbSubDestinationBackgroundColor["NONE"] = "NONE";
|
|
352
|
-
DvbSubDestinationBackgroundColor["WHITE"] = "WHITE";
|
|
353
|
-
})(DvbSubDestinationBackgroundColor || (DvbSubDestinationBackgroundColor = {}));
|
|
354
|
-
export var DvbSubDestinationFontColor;
|
|
355
|
-
(function (DvbSubDestinationFontColor) {
|
|
356
|
-
DvbSubDestinationFontColor["BLACK"] = "BLACK";
|
|
357
|
-
DvbSubDestinationFontColor["BLUE"] = "BLUE";
|
|
358
|
-
DvbSubDestinationFontColor["GREEN"] = "GREEN";
|
|
359
|
-
DvbSubDestinationFontColor["RED"] = "RED";
|
|
360
|
-
DvbSubDestinationFontColor["WHITE"] = "WHITE";
|
|
361
|
-
DvbSubDestinationFontColor["YELLOW"] = "YELLOW";
|
|
362
|
-
})(DvbSubDestinationFontColor || (DvbSubDestinationFontColor = {}));
|
|
363
|
-
export var DvbSubDestinationOutlineColor;
|
|
364
|
-
(function (DvbSubDestinationOutlineColor) {
|
|
365
|
-
DvbSubDestinationOutlineColor["BLACK"] = "BLACK";
|
|
366
|
-
DvbSubDestinationOutlineColor["BLUE"] = "BLUE";
|
|
367
|
-
DvbSubDestinationOutlineColor["GREEN"] = "GREEN";
|
|
368
|
-
DvbSubDestinationOutlineColor["RED"] = "RED";
|
|
369
|
-
DvbSubDestinationOutlineColor["WHITE"] = "WHITE";
|
|
370
|
-
DvbSubDestinationOutlineColor["YELLOW"] = "YELLOW";
|
|
371
|
-
})(DvbSubDestinationOutlineColor || (DvbSubDestinationOutlineColor = {}));
|
|
372
|
-
export var DvbSubDestinationShadowColor;
|
|
373
|
-
(function (DvbSubDestinationShadowColor) {
|
|
374
|
-
DvbSubDestinationShadowColor["BLACK"] = "BLACK";
|
|
375
|
-
DvbSubDestinationShadowColor["NONE"] = "NONE";
|
|
376
|
-
DvbSubDestinationShadowColor["WHITE"] = "WHITE";
|
|
377
|
-
})(DvbSubDestinationShadowColor || (DvbSubDestinationShadowColor = {}));
|
|
378
|
-
export var DvbSubDestinationTeletextGridControl;
|
|
379
|
-
(function (DvbSubDestinationTeletextGridControl) {
|
|
380
|
-
DvbSubDestinationTeletextGridControl["FIXED"] = "FIXED";
|
|
381
|
-
DvbSubDestinationTeletextGridControl["SCALED"] = "SCALED";
|
|
382
|
-
})(DvbSubDestinationTeletextGridControl || (DvbSubDestinationTeletextGridControl = {}));
|
|
383
|
-
export var DvbSubDestinationSettings;
|
|
384
|
-
(function (DvbSubDestinationSettings) {
|
|
385
|
-
DvbSubDestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
386
|
-
})(DvbSubDestinationSettings || (DvbSubDestinationSettings = {}));
|
|
387
|
-
export var EbuTtDFillLineGapControl;
|
|
388
|
-
(function (EbuTtDFillLineGapControl) {
|
|
389
|
-
EbuTtDFillLineGapControl["DISABLED"] = "DISABLED";
|
|
390
|
-
EbuTtDFillLineGapControl["ENABLED"] = "ENABLED";
|
|
391
|
-
})(EbuTtDFillLineGapControl || (EbuTtDFillLineGapControl = {}));
|
|
392
|
-
export var EbuTtDDestinationStyleControl;
|
|
393
|
-
(function (EbuTtDDestinationStyleControl) {
|
|
394
|
-
EbuTtDDestinationStyleControl["EXCLUDE"] = "EXCLUDE";
|
|
395
|
-
EbuTtDDestinationStyleControl["INCLUDE"] = "INCLUDE";
|
|
396
|
-
})(EbuTtDDestinationStyleControl || (EbuTtDDestinationStyleControl = {}));
|
|
397
|
-
export var EbuTtDDestinationSettings;
|
|
398
|
-
(function (EbuTtDDestinationSettings) {
|
|
399
|
-
EbuTtDDestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
400
|
-
})(EbuTtDDestinationSettings || (EbuTtDDestinationSettings = {}));
|
|
401
|
-
export var EmbeddedDestinationSettings;
|
|
402
|
-
(function (EmbeddedDestinationSettings) {
|
|
403
|
-
EmbeddedDestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
404
|
-
})(EmbeddedDestinationSettings || (EmbeddedDestinationSettings = {}));
|
|
405
|
-
export var EmbeddedPlusScte20DestinationSettings;
|
|
406
|
-
(function (EmbeddedPlusScte20DestinationSettings) {
|
|
407
|
-
EmbeddedPlusScte20DestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
408
|
-
})(EmbeddedPlusScte20DestinationSettings || (EmbeddedPlusScte20DestinationSettings = {}));
|
|
409
|
-
export var RtmpCaptionInfoDestinationSettings;
|
|
410
|
-
(function (RtmpCaptionInfoDestinationSettings) {
|
|
411
|
-
RtmpCaptionInfoDestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
412
|
-
})(RtmpCaptionInfoDestinationSettings || (RtmpCaptionInfoDestinationSettings = {}));
|
|
413
|
-
export var Scte20PlusEmbeddedDestinationSettings;
|
|
414
|
-
(function (Scte20PlusEmbeddedDestinationSettings) {
|
|
415
|
-
Scte20PlusEmbeddedDestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
416
|
-
})(Scte20PlusEmbeddedDestinationSettings || (Scte20PlusEmbeddedDestinationSettings = {}));
|
|
417
|
-
export var Scte27DestinationSettings;
|
|
418
|
-
(function (Scte27DestinationSettings) {
|
|
419
|
-
Scte27DestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
420
|
-
})(Scte27DestinationSettings || (Scte27DestinationSettings = {}));
|
|
421
|
-
export var SmpteTtDestinationSettings;
|
|
422
|
-
(function (SmpteTtDestinationSettings) {
|
|
423
|
-
SmpteTtDestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
424
|
-
})(SmpteTtDestinationSettings || (SmpteTtDestinationSettings = {}));
|
|
425
|
-
export var TeletextDestinationSettings;
|
|
426
|
-
(function (TeletextDestinationSettings) {
|
|
427
|
-
TeletextDestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
428
|
-
})(TeletextDestinationSettings || (TeletextDestinationSettings = {}));
|
|
429
|
-
export var TtmlDestinationStyleControl;
|
|
430
|
-
(function (TtmlDestinationStyleControl) {
|
|
431
|
-
TtmlDestinationStyleControl["PASSTHROUGH"] = "PASSTHROUGH";
|
|
432
|
-
TtmlDestinationStyleControl["USE_CONFIGURED"] = "USE_CONFIGURED";
|
|
433
|
-
})(TtmlDestinationStyleControl || (TtmlDestinationStyleControl = {}));
|
|
434
|
-
export var TtmlDestinationSettings;
|
|
435
|
-
(function (TtmlDestinationSettings) {
|
|
436
|
-
TtmlDestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
437
|
-
})(TtmlDestinationSettings || (TtmlDestinationSettings = {}));
|
|
438
|
-
export var WebvttDestinationStyleControl;
|
|
439
|
-
(function (WebvttDestinationStyleControl) {
|
|
440
|
-
WebvttDestinationStyleControl["NO_STYLE_DATA"] = "NO_STYLE_DATA";
|
|
441
|
-
WebvttDestinationStyleControl["PASSTHROUGH"] = "PASSTHROUGH";
|
|
442
|
-
})(WebvttDestinationStyleControl || (WebvttDestinationStyleControl = {}));
|
|
443
|
-
export var WebvttDestinationSettings;
|
|
444
|
-
(function (WebvttDestinationSettings) {
|
|
445
|
-
WebvttDestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
446
|
-
})(WebvttDestinationSettings || (WebvttDestinationSettings = {}));
|
|
447
|
-
export var CaptionDestinationSettings;
|
|
448
|
-
(function (CaptionDestinationSettings) {
|
|
449
|
-
CaptionDestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
450
|
-
})(CaptionDestinationSettings || (CaptionDestinationSettings = {}));
|
|
451
|
-
export var CaptionDescription;
|
|
452
|
-
(function (CaptionDescription) {
|
|
453
|
-
CaptionDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
454
|
-
})(CaptionDescription || (CaptionDescription = {}));
|
|
455
|
-
export var CaptionLanguageMapping;
|
|
456
|
-
(function (CaptionLanguageMapping) {
|
|
457
|
-
CaptionLanguageMapping.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
458
|
-
})(CaptionLanguageMapping || (CaptionLanguageMapping = {}));
|
|
459
|
-
export var AncillarySourceSettings;
|
|
460
|
-
(function (AncillarySourceSettings) {
|
|
461
|
-
AncillarySourceSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
462
|
-
})(AncillarySourceSettings || (AncillarySourceSettings = {}));
|
|
463
|
-
export var AribSourceSettings;
|
|
464
|
-
(function (AribSourceSettings) {
|
|
465
|
-
AribSourceSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
466
|
-
})(AribSourceSettings || (AribSourceSettings = {}));
|
|
467
|
-
export var DvbSubOcrLanguage;
|
|
468
|
-
(function (DvbSubOcrLanguage) {
|
|
469
|
-
DvbSubOcrLanguage["DEU"] = "DEU";
|
|
470
|
-
DvbSubOcrLanguage["ENG"] = "ENG";
|
|
471
|
-
DvbSubOcrLanguage["FRA"] = "FRA";
|
|
472
|
-
DvbSubOcrLanguage["NLD"] = "NLD";
|
|
473
|
-
DvbSubOcrLanguage["POR"] = "POR";
|
|
474
|
-
DvbSubOcrLanguage["SPA"] = "SPA";
|
|
475
|
-
})(DvbSubOcrLanguage || (DvbSubOcrLanguage = {}));
|
|
476
|
-
export var DvbSubSourceSettings;
|
|
477
|
-
(function (DvbSubSourceSettings) {
|
|
478
|
-
DvbSubSourceSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
479
|
-
})(DvbSubSourceSettings || (DvbSubSourceSettings = {}));
|
|
480
|
-
export var EmbeddedConvert608To708;
|
|
481
|
-
(function (EmbeddedConvert608To708) {
|
|
482
|
-
EmbeddedConvert608To708["DISABLED"] = "DISABLED";
|
|
483
|
-
EmbeddedConvert608To708["UPCONVERT"] = "UPCONVERT";
|
|
484
|
-
})(EmbeddedConvert608To708 || (EmbeddedConvert608To708 = {}));
|
|
485
|
-
export var EmbeddedScte20Detection;
|
|
486
|
-
(function (EmbeddedScte20Detection) {
|
|
487
|
-
EmbeddedScte20Detection["AUTO"] = "AUTO";
|
|
488
|
-
EmbeddedScte20Detection["OFF"] = "OFF";
|
|
489
|
-
})(EmbeddedScte20Detection || (EmbeddedScte20Detection = {}));
|
|
490
|
-
export var EmbeddedSourceSettings;
|
|
491
|
-
(function (EmbeddedSourceSettings) {
|
|
492
|
-
EmbeddedSourceSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
493
|
-
})(EmbeddedSourceSettings || (EmbeddedSourceSettings = {}));
|
|
494
|
-
export var Scte20Convert608To708;
|
|
495
|
-
(function (Scte20Convert608To708) {
|
|
496
|
-
Scte20Convert608To708["DISABLED"] = "DISABLED";
|
|
497
|
-
Scte20Convert608To708["UPCONVERT"] = "UPCONVERT";
|
|
498
|
-
})(Scte20Convert608To708 || (Scte20Convert608To708 = {}));
|
|
499
|
-
export var Scte20SourceSettings;
|
|
500
|
-
(function (Scte20SourceSettings) {
|
|
501
|
-
Scte20SourceSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
502
|
-
})(Scte20SourceSettings || (Scte20SourceSettings = {}));
|
|
503
|
-
export var Scte27OcrLanguage;
|
|
504
|
-
(function (Scte27OcrLanguage) {
|
|
505
|
-
Scte27OcrLanguage["DEU"] = "DEU";
|
|
506
|
-
Scte27OcrLanguage["ENG"] = "ENG";
|
|
507
|
-
Scte27OcrLanguage["FRA"] = "FRA";
|
|
508
|
-
Scte27OcrLanguage["NLD"] = "NLD";
|
|
509
|
-
Scte27OcrLanguage["POR"] = "POR";
|
|
510
|
-
Scte27OcrLanguage["SPA"] = "SPA";
|
|
511
|
-
})(Scte27OcrLanguage || (Scte27OcrLanguage = {}));
|
|
512
|
-
export var Scte27SourceSettings;
|
|
513
|
-
(function (Scte27SourceSettings) {
|
|
514
|
-
Scte27SourceSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
515
|
-
})(Scte27SourceSettings || (Scte27SourceSettings = {}));
|
|
516
|
-
export var CaptionRectangle;
|
|
517
|
-
(function (CaptionRectangle) {
|
|
518
|
-
CaptionRectangle.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
519
|
-
})(CaptionRectangle || (CaptionRectangle = {}));
|
|
520
|
-
export var TeletextSourceSettings;
|
|
521
|
-
(function (TeletextSourceSettings) {
|
|
522
|
-
TeletextSourceSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
523
|
-
})(TeletextSourceSettings || (TeletextSourceSettings = {}));
|
|
524
|
-
export var CaptionSelectorSettings;
|
|
525
|
-
(function (CaptionSelectorSettings) {
|
|
526
|
-
CaptionSelectorSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
527
|
-
})(CaptionSelectorSettings || (CaptionSelectorSettings = {}));
|
|
528
|
-
export var CaptionSelector;
|
|
529
|
-
(function (CaptionSelector) {
|
|
530
|
-
CaptionSelector.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
531
|
-
})(CaptionSelector || (CaptionSelector = {}));
|
|
532
|
-
export var ChannelEgressEndpoint;
|
|
533
|
-
(function (ChannelEgressEndpoint) {
|
|
534
|
-
ChannelEgressEndpoint.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
535
|
-
})(ChannelEgressEndpoint || (ChannelEgressEndpoint = {}));
|
|
536
|
-
export var CdiInputResolution;
|
|
537
|
-
(function (CdiInputResolution) {
|
|
538
|
-
CdiInputResolution["FHD"] = "FHD";
|
|
539
|
-
CdiInputResolution["HD"] = "HD";
|
|
540
|
-
CdiInputResolution["SD"] = "SD";
|
|
541
|
-
CdiInputResolution["UHD"] = "UHD";
|
|
542
|
-
})(CdiInputResolution || (CdiInputResolution = {}));
|
|
543
|
-
export var CdiInputSpecification;
|
|
544
|
-
(function (CdiInputSpecification) {
|
|
545
|
-
CdiInputSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
546
|
-
})(CdiInputSpecification || (CdiInputSpecification = {}));
|
|
547
|
-
export var ChannelClass;
|
|
548
|
-
(function (ChannelClass) {
|
|
549
|
-
ChannelClass["SINGLE_PIPELINE"] = "SINGLE_PIPELINE";
|
|
550
|
-
ChannelClass["STANDARD"] = "STANDARD";
|
|
551
|
-
})(ChannelClass || (ChannelClass = {}));
|
|
552
|
-
export var MediaPackageOutputDestinationSettings;
|
|
553
|
-
(function (MediaPackageOutputDestinationSettings) {
|
|
554
|
-
MediaPackageOutputDestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
555
|
-
})(MediaPackageOutputDestinationSettings || (MediaPackageOutputDestinationSettings = {}));
|
|
556
|
-
export var MultiplexProgramChannelDestinationSettings;
|
|
557
|
-
(function (MultiplexProgramChannelDestinationSettings) {
|
|
558
|
-
MultiplexProgramChannelDestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
559
|
-
})(MultiplexProgramChannelDestinationSettings || (MultiplexProgramChannelDestinationSettings = {}));
|
|
560
|
-
export var OutputDestinationSettings;
|
|
561
|
-
(function (OutputDestinationSettings) {
|
|
562
|
-
OutputDestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
563
|
-
})(OutputDestinationSettings || (OutputDestinationSettings = {}));
|
|
564
|
-
export var OutputDestination;
|
|
565
|
-
(function (OutputDestination) {
|
|
566
|
-
OutputDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
567
|
-
})(OutputDestination || (OutputDestination = {}));
|
|
568
|
-
export var AudioSilenceFailoverSettings;
|
|
569
|
-
(function (AudioSilenceFailoverSettings) {
|
|
570
|
-
AudioSilenceFailoverSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
571
|
-
})(AudioSilenceFailoverSettings || (AudioSilenceFailoverSettings = {}));
|
|
572
|
-
export var InputLossFailoverSettings;
|
|
573
|
-
(function (InputLossFailoverSettings) {
|
|
574
|
-
InputLossFailoverSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
575
|
-
})(InputLossFailoverSettings || (InputLossFailoverSettings = {}));
|
|
576
|
-
export var VideoBlackFailoverSettings;
|
|
577
|
-
(function (VideoBlackFailoverSettings) {
|
|
578
|
-
VideoBlackFailoverSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
579
|
-
})(VideoBlackFailoverSettings || (VideoBlackFailoverSettings = {}));
|
|
580
|
-
export var FailoverConditionSettings;
|
|
581
|
-
(function (FailoverConditionSettings) {
|
|
582
|
-
FailoverConditionSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
583
|
-
})(FailoverConditionSettings || (FailoverConditionSettings = {}));
|
|
584
|
-
export var FailoverCondition;
|
|
585
|
-
(function (FailoverCondition) {
|
|
586
|
-
FailoverCondition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
587
|
-
})(FailoverCondition || (FailoverCondition = {}));
|
|
588
|
-
export var InputPreference;
|
|
589
|
-
(function (InputPreference) {
|
|
590
|
-
InputPreference["EQUAL_INPUT_PREFERENCE"] = "EQUAL_INPUT_PREFERENCE";
|
|
591
|
-
InputPreference["PRIMARY_INPUT_PREFERRED"] = "PRIMARY_INPUT_PREFERRED";
|
|
592
|
-
})(InputPreference || (InputPreference = {}));
|
|
593
|
-
export var AutomaticInputFailoverSettings;
|
|
594
|
-
(function (AutomaticInputFailoverSettings) {
|
|
595
|
-
AutomaticInputFailoverSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
596
|
-
})(AutomaticInputFailoverSettings || (AutomaticInputFailoverSettings = {}));
|
|
597
|
-
export var InputDeblockFilter;
|
|
598
|
-
(function (InputDeblockFilter) {
|
|
599
|
-
InputDeblockFilter["DISABLED"] = "DISABLED";
|
|
600
|
-
InputDeblockFilter["ENABLED"] = "ENABLED";
|
|
601
|
-
})(InputDeblockFilter || (InputDeblockFilter = {}));
|
|
602
|
-
export var InputDenoiseFilter;
|
|
603
|
-
(function (InputDenoiseFilter) {
|
|
604
|
-
InputDenoiseFilter["DISABLED"] = "DISABLED";
|
|
605
|
-
InputDenoiseFilter["ENABLED"] = "ENABLED";
|
|
606
|
-
})(InputDenoiseFilter || (InputDenoiseFilter = {}));
|
|
607
|
-
export var InputFilter;
|
|
608
|
-
(function (InputFilter) {
|
|
609
|
-
InputFilter["AUTO"] = "AUTO";
|
|
610
|
-
InputFilter["DISABLED"] = "DISABLED";
|
|
611
|
-
InputFilter["FORCED"] = "FORCED";
|
|
612
|
-
})(InputFilter || (InputFilter = {}));
|
|
613
|
-
export var HlsScte35SourceType;
|
|
614
|
-
(function (HlsScte35SourceType) {
|
|
615
|
-
HlsScte35SourceType["MANIFEST"] = "MANIFEST";
|
|
616
|
-
HlsScte35SourceType["SEGMENTS"] = "SEGMENTS";
|
|
617
|
-
})(HlsScte35SourceType || (HlsScte35SourceType = {}));
|
|
618
|
-
export var HlsInputSettings;
|
|
619
|
-
(function (HlsInputSettings) {
|
|
620
|
-
HlsInputSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
621
|
-
})(HlsInputSettings || (HlsInputSettings = {}));
|
|
622
|
-
export var NetworkInputServerValidation;
|
|
623
|
-
(function (NetworkInputServerValidation) {
|
|
624
|
-
NetworkInputServerValidation["CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME"] = "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME";
|
|
625
|
-
NetworkInputServerValidation["CHECK_CRYPTOGRAPHY_ONLY"] = "CHECK_CRYPTOGRAPHY_ONLY";
|
|
626
|
-
})(NetworkInputServerValidation || (NetworkInputServerValidation = {}));
|
|
627
|
-
export var NetworkInputSettings;
|
|
628
|
-
(function (NetworkInputSettings) {
|
|
629
|
-
NetworkInputSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
630
|
-
})(NetworkInputSettings || (NetworkInputSettings = {}));
|
|
631
|
-
export var Smpte2038DataPreference;
|
|
632
|
-
(function (Smpte2038DataPreference) {
|
|
633
|
-
Smpte2038DataPreference["IGNORE"] = "IGNORE";
|
|
634
|
-
Smpte2038DataPreference["PREFER"] = "PREFER";
|
|
635
|
-
})(Smpte2038DataPreference || (Smpte2038DataPreference = {}));
|
|
636
|
-
export var InputSourceEndBehavior;
|
|
637
|
-
(function (InputSourceEndBehavior) {
|
|
638
|
-
InputSourceEndBehavior["CONTINUE"] = "CONTINUE";
|
|
639
|
-
InputSourceEndBehavior["LOOP"] = "LOOP";
|
|
640
|
-
})(InputSourceEndBehavior || (InputSourceEndBehavior = {}));
|
|
641
|
-
export var VideoSelectorColorSpace;
|
|
642
|
-
(function (VideoSelectorColorSpace) {
|
|
643
|
-
VideoSelectorColorSpace["FOLLOW"] = "FOLLOW";
|
|
644
|
-
VideoSelectorColorSpace["HDR10"] = "HDR10";
|
|
645
|
-
VideoSelectorColorSpace["HLG_2020"] = "HLG_2020";
|
|
646
|
-
VideoSelectorColorSpace["REC_601"] = "REC_601";
|
|
647
|
-
VideoSelectorColorSpace["REC_709"] = "REC_709";
|
|
648
|
-
})(VideoSelectorColorSpace || (VideoSelectorColorSpace = {}));
|
|
649
|
-
export var Hdr10Settings;
|
|
650
|
-
(function (Hdr10Settings) {
|
|
651
|
-
Hdr10Settings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
652
|
-
})(Hdr10Settings || (Hdr10Settings = {}));
|
|
653
|
-
export var VideoSelectorColorSpaceSettings;
|
|
654
|
-
(function (VideoSelectorColorSpaceSettings) {
|
|
655
|
-
VideoSelectorColorSpaceSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
656
|
-
})(VideoSelectorColorSpaceSettings || (VideoSelectorColorSpaceSettings = {}));
|
|
657
|
-
export var VideoSelectorColorSpaceUsage;
|
|
658
|
-
(function (VideoSelectorColorSpaceUsage) {
|
|
659
|
-
VideoSelectorColorSpaceUsage["FALLBACK"] = "FALLBACK";
|
|
660
|
-
VideoSelectorColorSpaceUsage["FORCE"] = "FORCE";
|
|
661
|
-
})(VideoSelectorColorSpaceUsage || (VideoSelectorColorSpaceUsage = {}));
|
|
662
|
-
export var VideoSelectorPid;
|
|
663
|
-
(function (VideoSelectorPid) {
|
|
664
|
-
VideoSelectorPid.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
665
|
-
})(VideoSelectorPid || (VideoSelectorPid = {}));
|
|
666
|
-
export var VideoSelectorProgramId;
|
|
667
|
-
(function (VideoSelectorProgramId) {
|
|
668
|
-
VideoSelectorProgramId.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
669
|
-
})(VideoSelectorProgramId || (VideoSelectorProgramId = {}));
|
|
670
|
-
export var VideoSelectorSettings;
|
|
671
|
-
(function (VideoSelectorSettings) {
|
|
672
|
-
VideoSelectorSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
673
|
-
})(VideoSelectorSettings || (VideoSelectorSettings = {}));
|
|
674
|
-
export var VideoSelector;
|
|
675
|
-
(function (VideoSelector) {
|
|
676
|
-
VideoSelector.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
677
|
-
})(VideoSelector || (VideoSelector = {}));
|
|
678
|
-
export var InputSettings;
|
|
679
|
-
(function (InputSettings) {
|
|
680
|
-
InputSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
681
|
-
})(InputSettings || (InputSettings = {}));
|
|
682
|
-
export var InputAttachment;
|
|
683
|
-
(function (InputAttachment) {
|
|
684
|
-
InputAttachment.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
685
|
-
})(InputAttachment || (InputAttachment = {}));
|
|
686
|
-
export var InputCodec;
|
|
687
|
-
(function (InputCodec) {
|
|
688
|
-
InputCodec["AVC"] = "AVC";
|
|
689
|
-
InputCodec["HEVC"] = "HEVC";
|
|
690
|
-
InputCodec["MPEG2"] = "MPEG2";
|
|
691
|
-
})(InputCodec || (InputCodec = {}));
|
|
692
|
-
export var InputMaximumBitrate;
|
|
693
|
-
(function (InputMaximumBitrate) {
|
|
694
|
-
InputMaximumBitrate["MAX_10_MBPS"] = "MAX_10_MBPS";
|
|
695
|
-
InputMaximumBitrate["MAX_20_MBPS"] = "MAX_20_MBPS";
|
|
696
|
-
InputMaximumBitrate["MAX_50_MBPS"] = "MAX_50_MBPS";
|
|
697
|
-
})(InputMaximumBitrate || (InputMaximumBitrate = {}));
|
|
698
|
-
export var InputResolution;
|
|
699
|
-
(function (InputResolution) {
|
|
700
|
-
InputResolution["HD"] = "HD";
|
|
701
|
-
InputResolution["SD"] = "SD";
|
|
702
|
-
InputResolution["UHD"] = "UHD";
|
|
703
|
-
})(InputResolution || (InputResolution = {}));
|
|
704
|
-
export var InputSpecification;
|
|
705
|
-
(function (InputSpecification) {
|
|
706
|
-
InputSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
707
|
-
})(InputSpecification || (InputSpecification = {}));
|
|
708
|
-
export var LogLevel;
|
|
709
|
-
(function (LogLevel) {
|
|
710
|
-
LogLevel["DEBUG"] = "DEBUG";
|
|
711
|
-
LogLevel["DISABLED"] = "DISABLED";
|
|
712
|
-
LogLevel["ERROR"] = "ERROR";
|
|
713
|
-
LogLevel["INFO"] = "INFO";
|
|
714
|
-
LogLevel["WARNING"] = "WARNING";
|
|
715
|
-
})(LogLevel || (LogLevel = {}));
|
|
716
|
-
export var ChannelState;
|
|
717
|
-
(function (ChannelState) {
|
|
718
|
-
ChannelState["CREATE_FAILED"] = "CREATE_FAILED";
|
|
719
|
-
ChannelState["CREATING"] = "CREATING";
|
|
720
|
-
ChannelState["DELETED"] = "DELETED";
|
|
721
|
-
ChannelState["DELETING"] = "DELETING";
|
|
722
|
-
ChannelState["IDLE"] = "IDLE";
|
|
723
|
-
ChannelState["RECOVERING"] = "RECOVERING";
|
|
724
|
-
ChannelState["RUNNING"] = "RUNNING";
|
|
725
|
-
ChannelState["STARTING"] = "STARTING";
|
|
726
|
-
ChannelState["STOPPING"] = "STOPPING";
|
|
727
|
-
ChannelState["UPDATE_FAILED"] = "UPDATE_FAILED";
|
|
728
|
-
ChannelState["UPDATING"] = "UPDATING";
|
|
729
|
-
})(ChannelState || (ChannelState = {}));
|
|
730
|
-
export var VpcOutputSettingsDescription;
|
|
731
|
-
(function (VpcOutputSettingsDescription) {
|
|
732
|
-
VpcOutputSettingsDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
733
|
-
})(VpcOutputSettingsDescription || (VpcOutputSettingsDescription = {}));
|
|
734
|
-
export var ChannelSummary;
|
|
735
|
-
(function (ChannelSummary) {
|
|
736
|
-
ChannelSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
737
|
-
})(ChannelSummary || (ChannelSummary = {}));
|
|
738
|
-
export var HlsAdMarkers;
|
|
739
|
-
(function (HlsAdMarkers) {
|
|
740
|
-
HlsAdMarkers["ADOBE"] = "ADOBE";
|
|
741
|
-
HlsAdMarkers["ELEMENTAL"] = "ELEMENTAL";
|
|
742
|
-
HlsAdMarkers["ELEMENTAL_SCTE35"] = "ELEMENTAL_SCTE35";
|
|
743
|
-
})(HlsAdMarkers || (HlsAdMarkers = {}));
|
|
744
|
-
export var InputDestinationVpc;
|
|
745
|
-
(function (InputDestinationVpc) {
|
|
746
|
-
InputDestinationVpc.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
747
|
-
})(InputDestinationVpc || (InputDestinationVpc = {}));
|
|
748
|
-
export var InputDestination;
|
|
749
|
-
(function (InputDestination) {
|
|
750
|
-
InputDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
751
|
-
})(InputDestination || (InputDestination = {}));
|
|
752
|
-
export var InputClass;
|
|
753
|
-
(function (InputClass) {
|
|
754
|
-
InputClass["SINGLE_PIPELINE"] = "SINGLE_PIPELINE";
|
|
755
|
-
InputClass["STANDARD"] = "STANDARD";
|
|
756
|
-
})(InputClass || (InputClass = {}));
|
|
757
|
-
export var InputDeviceSettings;
|
|
758
|
-
(function (InputDeviceSettings) {
|
|
759
|
-
InputDeviceSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
760
|
-
})(InputDeviceSettings || (InputDeviceSettings = {}));
|
|
761
|
-
export var InputSourceType;
|
|
762
|
-
(function (InputSourceType) {
|
|
763
|
-
InputSourceType["DYNAMIC"] = "DYNAMIC";
|
|
764
|
-
InputSourceType["STATIC"] = "STATIC";
|
|
765
|
-
})(InputSourceType || (InputSourceType = {}));
|
|
766
|
-
export var MediaConnectFlow;
|
|
767
|
-
(function (MediaConnectFlow) {
|
|
768
|
-
MediaConnectFlow.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
769
|
-
})(MediaConnectFlow || (MediaConnectFlow = {}));
|
|
770
|
-
export var InputSource;
|
|
771
|
-
(function (InputSource) {
|
|
772
|
-
InputSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
773
|
-
})(InputSource || (InputSource = {}));
|
|
774
|
-
export var InputState;
|
|
775
|
-
(function (InputState) {
|
|
776
|
-
InputState["ATTACHED"] = "ATTACHED";
|
|
777
|
-
InputState["CREATING"] = "CREATING";
|
|
778
|
-
InputState["DELETED"] = "DELETED";
|
|
779
|
-
InputState["DELETING"] = "DELETING";
|
|
780
|
-
InputState["DETACHED"] = "DETACHED";
|
|
781
|
-
})(InputState || (InputState = {}));
|
|
782
|
-
export var InputType;
|
|
783
|
-
(function (InputType) {
|
|
784
|
-
InputType["AWS_CDI"] = "AWS_CDI";
|
|
785
|
-
InputType["INPUT_DEVICE"] = "INPUT_DEVICE";
|
|
786
|
-
InputType["MEDIACONNECT"] = "MEDIACONNECT";
|
|
787
|
-
InputType["MP4_FILE"] = "MP4_FILE";
|
|
788
|
-
InputType["RTMP_PULL"] = "RTMP_PULL";
|
|
789
|
-
InputType["RTMP_PUSH"] = "RTMP_PUSH";
|
|
790
|
-
InputType["RTP_PUSH"] = "RTP_PUSH";
|
|
791
|
-
InputType["UDP_PUSH"] = "UDP_PUSH";
|
|
792
|
-
InputType["URL_PULL"] = "URL_PULL";
|
|
793
|
-
})(InputType || (InputType = {}));
|
|
794
|
-
export var Input;
|
|
795
|
-
(function (Input) {
|
|
796
|
-
Input.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
797
|
-
})(Input || (Input = {}));
|
|
798
|
-
export var InputDestinationRequest;
|
|
799
|
-
(function (InputDestinationRequest) {
|
|
800
|
-
InputDestinationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
801
|
-
})(InputDestinationRequest || (InputDestinationRequest = {}));
|
|
802
|
-
export var InputDeviceRequest;
|
|
803
|
-
(function (InputDeviceRequest) {
|
|
804
|
-
InputDeviceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
805
|
-
})(InputDeviceRequest || (InputDeviceRequest = {}));
|
|
806
|
-
export var InputDeviceConnectionState;
|
|
807
|
-
(function (InputDeviceConnectionState) {
|
|
808
|
-
InputDeviceConnectionState["CONNECTED"] = "CONNECTED";
|
|
809
|
-
InputDeviceConnectionState["DISCONNECTED"] = "DISCONNECTED";
|
|
810
|
-
})(InputDeviceConnectionState || (InputDeviceConnectionState = {}));
|
|
811
|
-
export var DeviceSettingsSyncState;
|
|
812
|
-
(function (DeviceSettingsSyncState) {
|
|
813
|
-
DeviceSettingsSyncState["SYNCED"] = "SYNCED";
|
|
814
|
-
DeviceSettingsSyncState["SYNCING"] = "SYNCING";
|
|
815
|
-
})(DeviceSettingsSyncState || (DeviceSettingsSyncState = {}));
|
|
816
|
-
export var DeviceUpdateStatus;
|
|
817
|
-
(function (DeviceUpdateStatus) {
|
|
818
|
-
DeviceUpdateStatus["NOT_UP_TO_DATE"] = "NOT_UP_TO_DATE";
|
|
819
|
-
DeviceUpdateStatus["UP_TO_DATE"] = "UP_TO_DATE";
|
|
820
|
-
})(DeviceUpdateStatus || (DeviceUpdateStatus = {}));
|
|
821
|
-
export var InputDeviceActiveInput;
|
|
822
|
-
(function (InputDeviceActiveInput) {
|
|
823
|
-
InputDeviceActiveInput["HDMI"] = "HDMI";
|
|
824
|
-
InputDeviceActiveInput["SDI"] = "SDI";
|
|
825
|
-
})(InputDeviceActiveInput || (InputDeviceActiveInput = {}));
|
|
826
|
-
export var InputDeviceConfiguredInput;
|
|
827
|
-
(function (InputDeviceConfiguredInput) {
|
|
828
|
-
InputDeviceConfiguredInput["AUTO"] = "AUTO";
|
|
829
|
-
InputDeviceConfiguredInput["HDMI"] = "HDMI";
|
|
830
|
-
InputDeviceConfiguredInput["SDI"] = "SDI";
|
|
831
|
-
})(InputDeviceConfiguredInput || (InputDeviceConfiguredInput = {}));
|
|
832
|
-
export var InputDeviceState;
|
|
833
|
-
(function (InputDeviceState) {
|
|
834
|
-
InputDeviceState["IDLE"] = "IDLE";
|
|
835
|
-
InputDeviceState["STREAMING"] = "STREAMING";
|
|
836
|
-
})(InputDeviceState || (InputDeviceState = {}));
|
|
837
|
-
export var InputDeviceScanType;
|
|
838
|
-
(function (InputDeviceScanType) {
|
|
839
|
-
InputDeviceScanType["INTERLACED"] = "INTERLACED";
|
|
840
|
-
InputDeviceScanType["PROGRESSIVE"] = "PROGRESSIVE";
|
|
841
|
-
})(InputDeviceScanType || (InputDeviceScanType = {}));
|
|
842
|
-
export var InputDeviceHdSettings;
|
|
843
|
-
(function (InputDeviceHdSettings) {
|
|
844
|
-
InputDeviceHdSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
845
|
-
})(InputDeviceHdSettings || (InputDeviceHdSettings = {}));
|
|
846
|
-
export var InputDeviceIpScheme;
|
|
847
|
-
(function (InputDeviceIpScheme) {
|
|
848
|
-
InputDeviceIpScheme["DHCP"] = "DHCP";
|
|
849
|
-
InputDeviceIpScheme["STATIC"] = "STATIC";
|
|
850
|
-
})(InputDeviceIpScheme || (InputDeviceIpScheme = {}));
|
|
851
|
-
export var InputDeviceNetworkSettings;
|
|
852
|
-
(function (InputDeviceNetworkSettings) {
|
|
853
|
-
InputDeviceNetworkSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
854
|
-
})(InputDeviceNetworkSettings || (InputDeviceNetworkSettings = {}));
|
|
855
|
-
export var InputDeviceType;
|
|
856
|
-
(function (InputDeviceType) {
|
|
857
|
-
InputDeviceType["HD"] = "HD";
|
|
858
|
-
})(InputDeviceType || (InputDeviceType = {}));
|
|
859
|
-
export var InputDeviceUhdSettings;
|
|
860
|
-
(function (InputDeviceUhdSettings) {
|
|
861
|
-
InputDeviceUhdSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
862
|
-
})(InputDeviceUhdSettings || (InputDeviceUhdSettings = {}));
|
|
863
|
-
export var InputDeviceSummary;
|
|
864
|
-
(function (InputDeviceSummary) {
|
|
865
|
-
InputDeviceSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
866
|
-
})(InputDeviceSummary || (InputDeviceSummary = {}));
|
|
867
|
-
export var InputSecurityGroupState;
|
|
868
|
-
(function (InputSecurityGroupState) {
|
|
869
|
-
InputSecurityGroupState["DELETED"] = "DELETED";
|
|
870
|
-
InputSecurityGroupState["IDLE"] = "IDLE";
|
|
871
|
-
InputSecurityGroupState["IN_USE"] = "IN_USE";
|
|
872
|
-
InputSecurityGroupState["UPDATING"] = "UPDATING";
|
|
873
|
-
})(InputSecurityGroupState || (InputSecurityGroupState = {}));
|
|
874
|
-
export var InputWhitelistRule;
|
|
875
|
-
(function (InputWhitelistRule) {
|
|
876
|
-
InputWhitelistRule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
877
|
-
})(InputWhitelistRule || (InputWhitelistRule = {}));
|
|
878
|
-
export var InputSecurityGroup;
|
|
879
|
-
(function (InputSecurityGroup) {
|
|
880
|
-
InputSecurityGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
881
|
-
})(InputSecurityGroup || (InputSecurityGroup = {}));
|
|
882
|
-
export var InputSourceRequest;
|
|
883
|
-
(function (InputSourceRequest) {
|
|
884
|
-
InputSourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
885
|
-
})(InputSourceRequest || (InputSourceRequest = {}));
|
|
886
|
-
export var InputWhitelistRuleCidr;
|
|
887
|
-
(function (InputWhitelistRuleCidr) {
|
|
888
|
-
InputWhitelistRuleCidr.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
889
|
-
})(InputWhitelistRuleCidr || (InputWhitelistRuleCidr = {}));
|
|
890
|
-
export var MediaConnectFlowRequest;
|
|
891
|
-
(function (MediaConnectFlowRequest) {
|
|
892
|
-
MediaConnectFlowRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
893
|
-
})(MediaConnectFlowRequest || (MediaConnectFlowRequest = {}));
|
|
894
|
-
export var MultiplexMediaConnectOutputDestinationSettings;
|
|
895
|
-
(function (MultiplexMediaConnectOutputDestinationSettings) {
|
|
896
|
-
MultiplexMediaConnectOutputDestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
897
|
-
})(MultiplexMediaConnectOutputDestinationSettings || (MultiplexMediaConnectOutputDestinationSettings = {}));
|
|
898
|
-
export var MultiplexOutputDestination;
|
|
899
|
-
(function (MultiplexOutputDestination) {
|
|
900
|
-
MultiplexOutputDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
901
|
-
})(MultiplexOutputDestination || (MultiplexOutputDestination = {}));
|
|
902
|
-
export var MultiplexProgramPipelineDetail;
|
|
903
|
-
(function (MultiplexProgramPipelineDetail) {
|
|
904
|
-
MultiplexProgramPipelineDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
905
|
-
})(MultiplexProgramPipelineDetail || (MultiplexProgramPipelineDetail = {}));
|
|
906
|
-
export var MultiplexProgramSummary;
|
|
907
|
-
(function (MultiplexProgramSummary) {
|
|
908
|
-
MultiplexProgramSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
909
|
-
})(MultiplexProgramSummary || (MultiplexProgramSummary = {}));
|
|
910
|
-
export var MultiplexSettingsSummary;
|
|
911
|
-
(function (MultiplexSettingsSummary) {
|
|
912
|
-
MultiplexSettingsSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
913
|
-
})(MultiplexSettingsSummary || (MultiplexSettingsSummary = {}));
|
|
914
|
-
export var MultiplexState;
|
|
915
|
-
(function (MultiplexState) {
|
|
916
|
-
MultiplexState["CREATE_FAILED"] = "CREATE_FAILED";
|
|
917
|
-
MultiplexState["CREATING"] = "CREATING";
|
|
918
|
-
MultiplexState["DELETED"] = "DELETED";
|
|
919
|
-
MultiplexState["DELETING"] = "DELETING";
|
|
920
|
-
MultiplexState["IDLE"] = "IDLE";
|
|
921
|
-
MultiplexState["RECOVERING"] = "RECOVERING";
|
|
922
|
-
MultiplexState["RUNNING"] = "RUNNING";
|
|
923
|
-
MultiplexState["STARTING"] = "STARTING";
|
|
924
|
-
MultiplexState["STOPPING"] = "STOPPING";
|
|
925
|
-
})(MultiplexState || (MultiplexState = {}));
|
|
926
|
-
export var MultiplexSummary;
|
|
927
|
-
(function (MultiplexSummary) {
|
|
928
|
-
MultiplexSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
929
|
-
})(MultiplexSummary || (MultiplexSummary = {}));
|
|
930
|
-
export var OfferingDurationUnits;
|
|
931
|
-
(function (OfferingDurationUnits) {
|
|
932
|
-
OfferingDurationUnits["MONTHS"] = "MONTHS";
|
|
933
|
-
})(OfferingDurationUnits || (OfferingDurationUnits = {}));
|
|
934
|
-
export var OfferingType;
|
|
935
|
-
(function (OfferingType) {
|
|
936
|
-
OfferingType["NO_UPFRONT"] = "NO_UPFRONT";
|
|
937
|
-
})(OfferingType || (OfferingType = {}));
|
|
938
|
-
export var ReservationCodec;
|
|
939
|
-
(function (ReservationCodec) {
|
|
940
|
-
ReservationCodec["AUDIO"] = "AUDIO";
|
|
941
|
-
ReservationCodec["AVC"] = "AVC";
|
|
942
|
-
ReservationCodec["HEVC"] = "HEVC";
|
|
943
|
-
ReservationCodec["LINK"] = "LINK";
|
|
944
|
-
ReservationCodec["MPEG2"] = "MPEG2";
|
|
945
|
-
})(ReservationCodec || (ReservationCodec = {}));
|
|
946
|
-
export var ReservationMaximumBitrate;
|
|
947
|
-
(function (ReservationMaximumBitrate) {
|
|
948
|
-
ReservationMaximumBitrate["MAX_10_MBPS"] = "MAX_10_MBPS";
|
|
949
|
-
ReservationMaximumBitrate["MAX_20_MBPS"] = "MAX_20_MBPS";
|
|
950
|
-
ReservationMaximumBitrate["MAX_50_MBPS"] = "MAX_50_MBPS";
|
|
951
|
-
})(ReservationMaximumBitrate || (ReservationMaximumBitrate = {}));
|
|
952
|
-
export var ReservationMaximumFramerate;
|
|
953
|
-
(function (ReservationMaximumFramerate) {
|
|
954
|
-
ReservationMaximumFramerate["MAX_30_FPS"] = "MAX_30_FPS";
|
|
955
|
-
ReservationMaximumFramerate["MAX_60_FPS"] = "MAX_60_FPS";
|
|
956
|
-
})(ReservationMaximumFramerate || (ReservationMaximumFramerate = {}));
|
|
957
|
-
export var ReservationResolution;
|
|
958
|
-
(function (ReservationResolution) {
|
|
959
|
-
ReservationResolution["FHD"] = "FHD";
|
|
960
|
-
ReservationResolution["HD"] = "HD";
|
|
961
|
-
ReservationResolution["SD"] = "SD";
|
|
962
|
-
ReservationResolution["UHD"] = "UHD";
|
|
963
|
-
})(ReservationResolution || (ReservationResolution = {}));
|
|
964
|
-
export var ReservationResourceType;
|
|
965
|
-
(function (ReservationResourceType) {
|
|
966
|
-
ReservationResourceType["CHANNEL"] = "CHANNEL";
|
|
967
|
-
ReservationResourceType["INPUT"] = "INPUT";
|
|
968
|
-
ReservationResourceType["MULTIPLEX"] = "MULTIPLEX";
|
|
969
|
-
ReservationResourceType["OUTPUT"] = "OUTPUT";
|
|
970
|
-
})(ReservationResourceType || (ReservationResourceType = {}));
|
|
971
|
-
export var ReservationSpecialFeature;
|
|
972
|
-
(function (ReservationSpecialFeature) {
|
|
973
|
-
ReservationSpecialFeature["ADVANCED_AUDIO"] = "ADVANCED_AUDIO";
|
|
974
|
-
ReservationSpecialFeature["AUDIO_NORMALIZATION"] = "AUDIO_NORMALIZATION";
|
|
975
|
-
ReservationSpecialFeature["MGHD"] = "MGHD";
|
|
976
|
-
ReservationSpecialFeature["MGUHD"] = "MGUHD";
|
|
977
|
-
})(ReservationSpecialFeature || (ReservationSpecialFeature = {}));
|
|
978
|
-
export var ReservationVideoQuality;
|
|
979
|
-
(function (ReservationVideoQuality) {
|
|
980
|
-
ReservationVideoQuality["ENHANCED"] = "ENHANCED";
|
|
981
|
-
ReservationVideoQuality["PREMIUM"] = "PREMIUM";
|
|
982
|
-
ReservationVideoQuality["STANDARD"] = "STANDARD";
|
|
983
|
-
})(ReservationVideoQuality || (ReservationVideoQuality = {}));
|
|
984
|
-
export var ReservationResourceSpecification;
|
|
985
|
-
(function (ReservationResourceSpecification) {
|
|
986
|
-
ReservationResourceSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
987
|
-
})(ReservationResourceSpecification || (ReservationResourceSpecification = {}));
|
|
988
|
-
export var Offering;
|
|
989
|
-
(function (Offering) {
|
|
990
|
-
Offering.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
991
|
-
})(Offering || (Offering = {}));
|
|
992
|
-
export var M2tsAbsentInputAudioBehavior;
|
|
993
|
-
(function (M2tsAbsentInputAudioBehavior) {
|
|
994
|
-
M2tsAbsentInputAudioBehavior["DROP"] = "DROP";
|
|
995
|
-
M2tsAbsentInputAudioBehavior["ENCODE_SILENCE"] = "ENCODE_SILENCE";
|
|
996
|
-
})(M2tsAbsentInputAudioBehavior || (M2tsAbsentInputAudioBehavior = {}));
|
|
997
|
-
export var M2tsArib;
|
|
998
|
-
(function (M2tsArib) {
|
|
999
|
-
M2tsArib["DISABLED"] = "DISABLED";
|
|
1000
|
-
M2tsArib["ENABLED"] = "ENABLED";
|
|
1001
|
-
})(M2tsArib || (M2tsArib = {}));
|
|
1002
|
-
export var M2tsAribCaptionsPidControl;
|
|
1003
|
-
(function (M2tsAribCaptionsPidControl) {
|
|
1004
|
-
M2tsAribCaptionsPidControl["AUTO"] = "AUTO";
|
|
1005
|
-
M2tsAribCaptionsPidControl["USE_CONFIGURED"] = "USE_CONFIGURED";
|
|
1006
|
-
})(M2tsAribCaptionsPidControl || (M2tsAribCaptionsPidControl = {}));
|
|
1007
|
-
export var M2tsAudioBufferModel;
|
|
1008
|
-
(function (M2tsAudioBufferModel) {
|
|
1009
|
-
M2tsAudioBufferModel["ATSC"] = "ATSC";
|
|
1010
|
-
M2tsAudioBufferModel["DVB"] = "DVB";
|
|
1011
|
-
})(M2tsAudioBufferModel || (M2tsAudioBufferModel = {}));
|
|
1012
|
-
export var M2tsAudioStreamType;
|
|
1013
|
-
(function (M2tsAudioStreamType) {
|
|
1014
|
-
M2tsAudioStreamType["ATSC"] = "ATSC";
|
|
1015
|
-
M2tsAudioStreamType["DVB"] = "DVB";
|
|
1016
|
-
})(M2tsAudioStreamType || (M2tsAudioStreamType = {}));
|
|
1017
|
-
export var M2tsBufferModel;
|
|
1018
|
-
(function (M2tsBufferModel) {
|
|
1019
|
-
M2tsBufferModel["MULTIPLEX"] = "MULTIPLEX";
|
|
1020
|
-
M2tsBufferModel["NONE"] = "NONE";
|
|
1021
|
-
})(M2tsBufferModel || (M2tsBufferModel = {}));
|
|
1022
|
-
export var M2tsCcDescriptor;
|
|
1023
|
-
(function (M2tsCcDescriptor) {
|
|
1024
|
-
M2tsCcDescriptor["DISABLED"] = "DISABLED";
|
|
1025
|
-
M2tsCcDescriptor["ENABLED"] = "ENABLED";
|
|
1026
|
-
})(M2tsCcDescriptor || (M2tsCcDescriptor = {}));
|
|
1027
|
-
export var DvbNitSettings;
|
|
1028
|
-
(function (DvbNitSettings) {
|
|
1029
|
-
DvbNitSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1030
|
-
})(DvbNitSettings || (DvbNitSettings = {}));
|
|
1031
|
-
export var DvbSdtOutputSdt;
|
|
1032
|
-
(function (DvbSdtOutputSdt) {
|
|
1033
|
-
DvbSdtOutputSdt["SDT_FOLLOW"] = "SDT_FOLLOW";
|
|
1034
|
-
DvbSdtOutputSdt["SDT_FOLLOW_IF_PRESENT"] = "SDT_FOLLOW_IF_PRESENT";
|
|
1035
|
-
DvbSdtOutputSdt["SDT_MANUAL"] = "SDT_MANUAL";
|
|
1036
|
-
DvbSdtOutputSdt["SDT_NONE"] = "SDT_NONE";
|
|
1037
|
-
})(DvbSdtOutputSdt || (DvbSdtOutputSdt = {}));
|
|
1038
|
-
export var DvbSdtSettings;
|
|
1039
|
-
(function (DvbSdtSettings) {
|
|
1040
|
-
DvbSdtSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1041
|
-
})(DvbSdtSettings || (DvbSdtSettings = {}));
|
|
1042
|
-
export var DvbTdtSettings;
|
|
1043
|
-
(function (DvbTdtSettings) {
|
|
1044
|
-
DvbTdtSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1045
|
-
})(DvbTdtSettings || (DvbTdtSettings = {}));
|
|
1046
|
-
export var M2tsEbifControl;
|
|
1047
|
-
(function (M2tsEbifControl) {
|
|
1048
|
-
M2tsEbifControl["NONE"] = "NONE";
|
|
1049
|
-
M2tsEbifControl["PASSTHROUGH"] = "PASSTHROUGH";
|
|
1050
|
-
})(M2tsEbifControl || (M2tsEbifControl = {}));
|
|
1051
|
-
export var M2tsAudioInterval;
|
|
1052
|
-
(function (M2tsAudioInterval) {
|
|
1053
|
-
M2tsAudioInterval["VIDEO_AND_FIXED_INTERVALS"] = "VIDEO_AND_FIXED_INTERVALS";
|
|
1054
|
-
M2tsAudioInterval["VIDEO_INTERVAL"] = "VIDEO_INTERVAL";
|
|
1055
|
-
})(M2tsAudioInterval || (M2tsAudioInterval = {}));
|
|
1056
|
-
export var M2tsEbpPlacement;
|
|
1057
|
-
(function (M2tsEbpPlacement) {
|
|
1058
|
-
M2tsEbpPlacement["VIDEO_AND_AUDIO_PIDS"] = "VIDEO_AND_AUDIO_PIDS";
|
|
1059
|
-
M2tsEbpPlacement["VIDEO_PID"] = "VIDEO_PID";
|
|
1060
|
-
})(M2tsEbpPlacement || (M2tsEbpPlacement = {}));
|
|
1061
|
-
export var M2tsEsRateInPes;
|
|
1062
|
-
(function (M2tsEsRateInPes) {
|
|
1063
|
-
M2tsEsRateInPes["EXCLUDE"] = "EXCLUDE";
|
|
1064
|
-
M2tsEsRateInPes["INCLUDE"] = "INCLUDE";
|
|
1065
|
-
})(M2tsEsRateInPes || (M2tsEsRateInPes = {}));
|
|
1066
|
-
export var M2tsKlv;
|
|
1067
|
-
(function (M2tsKlv) {
|
|
1068
|
-
M2tsKlv["NONE"] = "NONE";
|
|
1069
|
-
M2tsKlv["PASSTHROUGH"] = "PASSTHROUGH";
|
|
1070
|
-
})(M2tsKlv || (M2tsKlv = {}));
|
|
1071
|
-
export var M2tsNielsenId3Behavior;
|
|
1072
|
-
(function (M2tsNielsenId3Behavior) {
|
|
1073
|
-
M2tsNielsenId3Behavior["NO_PASSTHROUGH"] = "NO_PASSTHROUGH";
|
|
1074
|
-
M2tsNielsenId3Behavior["PASSTHROUGH"] = "PASSTHROUGH";
|
|
1075
|
-
})(M2tsNielsenId3Behavior || (M2tsNielsenId3Behavior = {}));
|
|
1076
|
-
export var M2tsPcrControl;
|
|
1077
|
-
(function (M2tsPcrControl) {
|
|
1078
|
-
M2tsPcrControl["CONFIGURED_PCR_PERIOD"] = "CONFIGURED_PCR_PERIOD";
|
|
1079
|
-
M2tsPcrControl["PCR_EVERY_PES_PACKET"] = "PCR_EVERY_PES_PACKET";
|
|
1080
|
-
})(M2tsPcrControl || (M2tsPcrControl = {}));
|
|
1081
|
-
export var M2tsRateMode;
|
|
1082
|
-
(function (M2tsRateMode) {
|
|
1083
|
-
M2tsRateMode["CBR"] = "CBR";
|
|
1084
|
-
M2tsRateMode["VBR"] = "VBR";
|
|
1085
|
-
})(M2tsRateMode || (M2tsRateMode = {}));
|
|
1086
|
-
export var M2tsScte35Control;
|
|
1087
|
-
(function (M2tsScte35Control) {
|
|
1088
|
-
M2tsScte35Control["NONE"] = "NONE";
|
|
1089
|
-
M2tsScte35Control["PASSTHROUGH"] = "PASSTHROUGH";
|
|
1090
|
-
})(M2tsScte35Control || (M2tsScte35Control = {}));
|
|
1091
|
-
export var M2tsSegmentationMarkers;
|
|
1092
|
-
(function (M2tsSegmentationMarkers) {
|
|
1093
|
-
M2tsSegmentationMarkers["EBP"] = "EBP";
|
|
1094
|
-
M2tsSegmentationMarkers["EBP_LEGACY"] = "EBP_LEGACY";
|
|
1095
|
-
M2tsSegmentationMarkers["NONE"] = "NONE";
|
|
1096
|
-
M2tsSegmentationMarkers["PSI_SEGSTART"] = "PSI_SEGSTART";
|
|
1097
|
-
M2tsSegmentationMarkers["RAI_ADAPT"] = "RAI_ADAPT";
|
|
1098
|
-
M2tsSegmentationMarkers["RAI_SEGSTART"] = "RAI_SEGSTART";
|
|
1099
|
-
})(M2tsSegmentationMarkers || (M2tsSegmentationMarkers = {}));
|
|
1100
|
-
export var M2tsSegmentationStyle;
|
|
1101
|
-
(function (M2tsSegmentationStyle) {
|
|
1102
|
-
M2tsSegmentationStyle["MAINTAIN_CADENCE"] = "MAINTAIN_CADENCE";
|
|
1103
|
-
M2tsSegmentationStyle["RESET_CADENCE"] = "RESET_CADENCE";
|
|
1104
|
-
})(M2tsSegmentationStyle || (M2tsSegmentationStyle = {}));
|
|
1105
|
-
export var M2tsTimedMetadataBehavior;
|
|
1106
|
-
(function (M2tsTimedMetadataBehavior) {
|
|
1107
|
-
M2tsTimedMetadataBehavior["NO_PASSTHROUGH"] = "NO_PASSTHROUGH";
|
|
1108
|
-
M2tsTimedMetadataBehavior["PASSTHROUGH"] = "PASSTHROUGH";
|
|
1109
|
-
})(M2tsTimedMetadataBehavior || (M2tsTimedMetadataBehavior = {}));
|
|
1110
|
-
export var M2tsSettings;
|
|
1111
|
-
(function (M2tsSettings) {
|
|
1112
|
-
M2tsSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1113
|
-
})(M2tsSettings || (M2tsSettings = {}));
|
|
1114
|
-
export var RawSettings;
|
|
1115
|
-
(function (RawSettings) {
|
|
1116
|
-
RawSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1117
|
-
})(RawSettings || (RawSettings = {}));
|
|
1118
|
-
export var ArchiveContainerSettings;
|
|
1119
|
-
(function (ArchiveContainerSettings) {
|
|
1120
|
-
ArchiveContainerSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1121
|
-
})(ArchiveContainerSettings || (ArchiveContainerSettings = {}));
|
|
1122
|
-
export var ArchiveOutputSettings;
|
|
1123
|
-
(function (ArchiveOutputSettings) {
|
|
1124
|
-
ArchiveOutputSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1125
|
-
})(ArchiveOutputSettings || (ArchiveOutputSettings = {}));
|
|
1126
|
-
export var FrameCaptureOutputSettings;
|
|
1127
|
-
(function (FrameCaptureOutputSettings) {
|
|
1128
|
-
FrameCaptureOutputSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1129
|
-
})(FrameCaptureOutputSettings || (FrameCaptureOutputSettings = {}));
|
|
1130
|
-
export var HlsH265PackagingType;
|
|
1131
|
-
(function (HlsH265PackagingType) {
|
|
1132
|
-
HlsH265PackagingType["HEV1"] = "HEV1";
|
|
1133
|
-
HlsH265PackagingType["HVC1"] = "HVC1";
|
|
1134
|
-
})(HlsH265PackagingType || (HlsH265PackagingType = {}));
|
|
1135
|
-
export var AudioOnlyHlsTrackType;
|
|
1136
|
-
(function (AudioOnlyHlsTrackType) {
|
|
1137
|
-
AudioOnlyHlsTrackType["ALTERNATE_AUDIO_AUTO_SELECT"] = "ALTERNATE_AUDIO_AUTO_SELECT";
|
|
1138
|
-
AudioOnlyHlsTrackType["ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT"] = "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT";
|
|
1139
|
-
AudioOnlyHlsTrackType["ALTERNATE_AUDIO_NOT_AUTO_SELECT"] = "ALTERNATE_AUDIO_NOT_AUTO_SELECT";
|
|
1140
|
-
AudioOnlyHlsTrackType["AUDIO_ONLY_VARIANT_STREAM"] = "AUDIO_ONLY_VARIANT_STREAM";
|
|
1141
|
-
})(AudioOnlyHlsTrackType || (AudioOnlyHlsTrackType = {}));
|
|
1142
|
-
export var AudioOnlyHlsSegmentType;
|
|
1143
|
-
(function (AudioOnlyHlsSegmentType) {
|
|
1144
|
-
AudioOnlyHlsSegmentType["AAC"] = "AAC";
|
|
1145
|
-
AudioOnlyHlsSegmentType["FMP4"] = "FMP4";
|
|
1146
|
-
})(AudioOnlyHlsSegmentType || (AudioOnlyHlsSegmentType = {}));
|
|
1147
|
-
export var AudioOnlyHlsSettings;
|
|
1148
|
-
(function (AudioOnlyHlsSettings) {
|
|
1149
|
-
AudioOnlyHlsSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1150
|
-
})(AudioOnlyHlsSettings || (AudioOnlyHlsSettings = {}));
|
|
1151
|
-
export var Fmp4NielsenId3Behavior;
|
|
1152
|
-
(function (Fmp4NielsenId3Behavior) {
|
|
1153
|
-
Fmp4NielsenId3Behavior["NO_PASSTHROUGH"] = "NO_PASSTHROUGH";
|
|
1154
|
-
Fmp4NielsenId3Behavior["PASSTHROUGH"] = "PASSTHROUGH";
|
|
1155
|
-
})(Fmp4NielsenId3Behavior || (Fmp4NielsenId3Behavior = {}));
|
|
1156
|
-
export var Fmp4TimedMetadataBehavior;
|
|
1157
|
-
(function (Fmp4TimedMetadataBehavior) {
|
|
1158
|
-
Fmp4TimedMetadataBehavior["NO_PASSTHROUGH"] = "NO_PASSTHROUGH";
|
|
1159
|
-
Fmp4TimedMetadataBehavior["PASSTHROUGH"] = "PASSTHROUGH";
|
|
1160
|
-
})(Fmp4TimedMetadataBehavior || (Fmp4TimedMetadataBehavior = {}));
|
|
1161
|
-
export var Fmp4HlsSettings;
|
|
1162
|
-
(function (Fmp4HlsSettings) {
|
|
1163
|
-
Fmp4HlsSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1164
|
-
})(Fmp4HlsSettings || (Fmp4HlsSettings = {}));
|
|
1165
|
-
export var FrameCaptureHlsSettings;
|
|
1166
|
-
(function (FrameCaptureHlsSettings) {
|
|
1167
|
-
FrameCaptureHlsSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1168
|
-
})(FrameCaptureHlsSettings || (FrameCaptureHlsSettings = {}));
|
|
1169
|
-
export var M3u8NielsenId3Behavior;
|
|
1170
|
-
(function (M3u8NielsenId3Behavior) {
|
|
1171
|
-
M3u8NielsenId3Behavior["NO_PASSTHROUGH"] = "NO_PASSTHROUGH";
|
|
1172
|
-
M3u8NielsenId3Behavior["PASSTHROUGH"] = "PASSTHROUGH";
|
|
1173
|
-
})(M3u8NielsenId3Behavior || (M3u8NielsenId3Behavior = {}));
|
|
1174
|
-
export var M3u8PcrControl;
|
|
1175
|
-
(function (M3u8PcrControl) {
|
|
1176
|
-
M3u8PcrControl["CONFIGURED_PCR_PERIOD"] = "CONFIGURED_PCR_PERIOD";
|
|
1177
|
-
M3u8PcrControl["PCR_EVERY_PES_PACKET"] = "PCR_EVERY_PES_PACKET";
|
|
1178
|
-
})(M3u8PcrControl || (M3u8PcrControl = {}));
|
|
1179
|
-
export var M3u8Scte35Behavior;
|
|
1180
|
-
(function (M3u8Scte35Behavior) {
|
|
1181
|
-
M3u8Scte35Behavior["NO_PASSTHROUGH"] = "NO_PASSTHROUGH";
|
|
1182
|
-
M3u8Scte35Behavior["PASSTHROUGH"] = "PASSTHROUGH";
|
|
1183
|
-
})(M3u8Scte35Behavior || (M3u8Scte35Behavior = {}));
|
|
1184
|
-
export var M3u8TimedMetadataBehavior;
|
|
1185
|
-
(function (M3u8TimedMetadataBehavior) {
|
|
1186
|
-
M3u8TimedMetadataBehavior["NO_PASSTHROUGH"] = "NO_PASSTHROUGH";
|
|
1187
|
-
M3u8TimedMetadataBehavior["PASSTHROUGH"] = "PASSTHROUGH";
|
|
1188
|
-
})(M3u8TimedMetadataBehavior || (M3u8TimedMetadataBehavior = {}));
|
|
1189
|
-
export var M3u8Settings;
|
|
1190
|
-
(function (M3u8Settings) {
|
|
1191
|
-
M3u8Settings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1192
|
-
})(M3u8Settings || (M3u8Settings = {}));
|
|
1193
|
-
export var StandardHlsSettings;
|
|
1194
|
-
(function (StandardHlsSettings) {
|
|
1195
|
-
StandardHlsSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1196
|
-
})(StandardHlsSettings || (StandardHlsSettings = {}));
|
|
1197
|
-
export var HlsSettings;
|
|
1198
|
-
(function (HlsSettings) {
|
|
1199
|
-
HlsSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1200
|
-
})(HlsSettings || (HlsSettings = {}));
|
|
1201
|
-
export var HlsOutputSettings;
|
|
1202
|
-
(function (HlsOutputSettings) {
|
|
1203
|
-
HlsOutputSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1204
|
-
})(HlsOutputSettings || (HlsOutputSettings = {}));
|
|
1205
|
-
export var MediaPackageOutputSettings;
|
|
1206
|
-
(function (MediaPackageOutputSettings) {
|
|
1207
|
-
MediaPackageOutputSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1208
|
-
})(MediaPackageOutputSettings || (MediaPackageOutputSettings = {}));
|
|
1209
|
-
export var MsSmoothH265PackagingType;
|
|
1210
|
-
(function (MsSmoothH265PackagingType) {
|
|
1211
|
-
MsSmoothH265PackagingType["HEV1"] = "HEV1";
|
|
1212
|
-
MsSmoothH265PackagingType["HVC1"] = "HVC1";
|
|
1213
|
-
})(MsSmoothH265PackagingType || (MsSmoothH265PackagingType = {}));
|
|
1214
|
-
export var MsSmoothOutputSettings;
|
|
1215
|
-
(function (MsSmoothOutputSettings) {
|
|
1216
|
-
MsSmoothOutputSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1217
|
-
})(MsSmoothOutputSettings || (MsSmoothOutputSettings = {}));
|
|
1218
|
-
export var OutputLocationRef;
|
|
1219
|
-
(function (OutputLocationRef) {
|
|
1220
|
-
OutputLocationRef.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1221
|
-
})(OutputLocationRef || (OutputLocationRef = {}));
|
|
1222
|
-
export var MultiplexOutputSettings;
|
|
1223
|
-
(function (MultiplexOutputSettings) {
|
|
1224
|
-
MultiplexOutputSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1225
|
-
})(MultiplexOutputSettings || (MultiplexOutputSettings = {}));
|
|
1226
|
-
export var RtmpOutputCertificateMode;
|
|
1227
|
-
(function (RtmpOutputCertificateMode) {
|
|
1228
|
-
RtmpOutputCertificateMode["SELF_SIGNED"] = "SELF_SIGNED";
|
|
1229
|
-
RtmpOutputCertificateMode["VERIFY_AUTHENTICITY"] = "VERIFY_AUTHENTICITY";
|
|
1230
|
-
})(RtmpOutputCertificateMode || (RtmpOutputCertificateMode = {}));
|
|
1231
|
-
export var RtmpOutputSettings;
|
|
1232
|
-
(function (RtmpOutputSettings) {
|
|
1233
|
-
RtmpOutputSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1234
|
-
})(RtmpOutputSettings || (RtmpOutputSettings = {}));
|
|
1235
|
-
export var UdpContainerSettings;
|
|
1236
|
-
(function (UdpContainerSettings) {
|
|
1237
|
-
UdpContainerSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1238
|
-
})(UdpContainerSettings || (UdpContainerSettings = {}));
|
|
1239
|
-
export var FecOutputIncludeFec;
|
|
1240
|
-
(function (FecOutputIncludeFec) {
|
|
1241
|
-
FecOutputIncludeFec["COLUMN"] = "COLUMN";
|
|
1242
|
-
FecOutputIncludeFec["COLUMN_AND_ROW"] = "COLUMN_AND_ROW";
|
|
1243
|
-
})(FecOutputIncludeFec || (FecOutputIncludeFec = {}));
|
|
1244
|
-
export var FecOutputSettings;
|
|
1245
|
-
(function (FecOutputSettings) {
|
|
1246
|
-
FecOutputSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1247
|
-
})(FecOutputSettings || (FecOutputSettings = {}));
|
|
1248
|
-
export var UdpOutputSettings;
|
|
1249
|
-
(function (UdpOutputSettings) {
|
|
1250
|
-
UdpOutputSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1251
|
-
})(UdpOutputSettings || (UdpOutputSettings = {}));
|
|
1252
|
-
export var OutputSettings;
|
|
1253
|
-
(function (OutputSettings) {
|
|
1254
|
-
OutputSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1255
|
-
})(OutputSettings || (OutputSettings = {}));
|
|
1256
|
-
export var Output;
|
|
1257
|
-
(function (Output) {
|
|
1258
|
-
Output.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1259
|
-
})(Output || (Output = {}));
|
|
1260
|
-
export var S3CannedAcl;
|
|
1261
|
-
(function (S3CannedAcl) {
|
|
1262
|
-
S3CannedAcl["AUTHENTICATED_READ"] = "AUTHENTICATED_READ";
|
|
1263
|
-
S3CannedAcl["BUCKET_OWNER_FULL_CONTROL"] = "BUCKET_OWNER_FULL_CONTROL";
|
|
1264
|
-
S3CannedAcl["BUCKET_OWNER_READ"] = "BUCKET_OWNER_READ";
|
|
1265
|
-
S3CannedAcl["PUBLIC_READ"] = "PUBLIC_READ";
|
|
1266
|
-
})(S3CannedAcl || (S3CannedAcl = {}));
|
|
1267
|
-
export var ArchiveS3Settings;
|
|
1268
|
-
(function (ArchiveS3Settings) {
|
|
1269
|
-
ArchiveS3Settings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1270
|
-
})(ArchiveS3Settings || (ArchiveS3Settings = {}));
|
|
1271
|
-
export var ArchiveCdnSettings;
|
|
1272
|
-
(function (ArchiveCdnSettings) {
|
|
1273
|
-
ArchiveCdnSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1274
|
-
})(ArchiveCdnSettings || (ArchiveCdnSettings = {}));
|
|
1275
|
-
export var ArchiveGroupSettings;
|
|
1276
|
-
(function (ArchiveGroupSettings) {
|
|
1277
|
-
ArchiveGroupSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1278
|
-
})(ArchiveGroupSettings || (ArchiveGroupSettings = {}));
|
|
1279
|
-
export var FrameCaptureS3Settings;
|
|
1280
|
-
(function (FrameCaptureS3Settings) {
|
|
1281
|
-
FrameCaptureS3Settings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1282
|
-
})(FrameCaptureS3Settings || (FrameCaptureS3Settings = {}));
|
|
1283
|
-
export var FrameCaptureCdnSettings;
|
|
1284
|
-
(function (FrameCaptureCdnSettings) {
|
|
1285
|
-
FrameCaptureCdnSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1286
|
-
})(FrameCaptureCdnSettings || (FrameCaptureCdnSettings = {}));
|
|
1287
|
-
export var FrameCaptureGroupSettings;
|
|
1288
|
-
(function (FrameCaptureGroupSettings) {
|
|
1289
|
-
FrameCaptureGroupSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1290
|
-
})(FrameCaptureGroupSettings || (FrameCaptureGroupSettings = {}));
|
|
1291
|
-
export var HlsCaptionLanguageSetting;
|
|
1292
|
-
(function (HlsCaptionLanguageSetting) {
|
|
1293
|
-
HlsCaptionLanguageSetting["INSERT"] = "INSERT";
|
|
1294
|
-
HlsCaptionLanguageSetting["NONE"] = "NONE";
|
|
1295
|
-
HlsCaptionLanguageSetting["OMIT"] = "OMIT";
|
|
1296
|
-
})(HlsCaptionLanguageSetting || (HlsCaptionLanguageSetting = {}));
|
|
1297
|
-
export var HlsClientCache;
|
|
1298
|
-
(function (HlsClientCache) {
|
|
1299
|
-
HlsClientCache["DISABLED"] = "DISABLED";
|
|
1300
|
-
HlsClientCache["ENABLED"] = "ENABLED";
|
|
1301
|
-
})(HlsClientCache || (HlsClientCache = {}));
|
|
1302
|
-
export var HlsCodecSpecification;
|
|
1303
|
-
(function (HlsCodecSpecification) {
|
|
1304
|
-
HlsCodecSpecification["RFC_4281"] = "RFC_4281";
|
|
1305
|
-
HlsCodecSpecification["RFC_6381"] = "RFC_6381";
|
|
1306
|
-
})(HlsCodecSpecification || (HlsCodecSpecification = {}));
|
|
1307
|
-
export var HlsDirectoryStructure;
|
|
1308
|
-
(function (HlsDirectoryStructure) {
|
|
1309
|
-
HlsDirectoryStructure["SINGLE_DIRECTORY"] = "SINGLE_DIRECTORY";
|
|
1310
|
-
HlsDirectoryStructure["SUBDIRECTORY_PER_STREAM"] = "SUBDIRECTORY_PER_STREAM";
|
|
1311
|
-
})(HlsDirectoryStructure || (HlsDirectoryStructure = {}));
|
|
1312
|
-
export var HlsDiscontinuityTags;
|
|
1313
|
-
(function (HlsDiscontinuityTags) {
|
|
1314
|
-
HlsDiscontinuityTags["INSERT"] = "INSERT";
|
|
1315
|
-
HlsDiscontinuityTags["NEVER_INSERT"] = "NEVER_INSERT";
|
|
1316
|
-
})(HlsDiscontinuityTags || (HlsDiscontinuityTags = {}));
|
|
1317
|
-
export var HlsEncryptionType;
|
|
1318
|
-
(function (HlsEncryptionType) {
|
|
1319
|
-
HlsEncryptionType["AES128"] = "AES128";
|
|
1320
|
-
HlsEncryptionType["SAMPLE_AES"] = "SAMPLE_AES";
|
|
1321
|
-
})(HlsEncryptionType || (HlsEncryptionType = {}));
|
|
1322
|
-
export var HlsAkamaiHttpTransferMode;
|
|
1323
|
-
(function (HlsAkamaiHttpTransferMode) {
|
|
1324
|
-
HlsAkamaiHttpTransferMode["CHUNKED"] = "CHUNKED";
|
|
1325
|
-
HlsAkamaiHttpTransferMode["NON_CHUNKED"] = "NON_CHUNKED";
|
|
1326
|
-
})(HlsAkamaiHttpTransferMode || (HlsAkamaiHttpTransferMode = {}));
|
|
1327
|
-
export var HlsAkamaiSettings;
|
|
1328
|
-
(function (HlsAkamaiSettings) {
|
|
1329
|
-
HlsAkamaiSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1330
|
-
})(HlsAkamaiSettings || (HlsAkamaiSettings = {}));
|
|
1331
|
-
export var HlsBasicPutSettings;
|
|
1332
|
-
(function (HlsBasicPutSettings) {
|
|
1333
|
-
HlsBasicPutSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1334
|
-
})(HlsBasicPutSettings || (HlsBasicPutSettings = {}));
|
|
1335
|
-
export var HlsMediaStoreStorageClass;
|
|
1336
|
-
(function (HlsMediaStoreStorageClass) {
|
|
1337
|
-
HlsMediaStoreStorageClass["TEMPORAL"] = "TEMPORAL";
|
|
1338
|
-
})(HlsMediaStoreStorageClass || (HlsMediaStoreStorageClass = {}));
|
|
1339
|
-
export var HlsMediaStoreSettings;
|
|
1340
|
-
(function (HlsMediaStoreSettings) {
|
|
1341
|
-
HlsMediaStoreSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1342
|
-
})(HlsMediaStoreSettings || (HlsMediaStoreSettings = {}));
|
|
1343
|
-
export var HlsS3Settings;
|
|
1344
|
-
(function (HlsS3Settings) {
|
|
1345
|
-
HlsS3Settings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1346
|
-
})(HlsS3Settings || (HlsS3Settings = {}));
|
|
1347
|
-
export var HlsWebdavHttpTransferMode;
|
|
1348
|
-
(function (HlsWebdavHttpTransferMode) {
|
|
1349
|
-
HlsWebdavHttpTransferMode["CHUNKED"] = "CHUNKED";
|
|
1350
|
-
HlsWebdavHttpTransferMode["NON_CHUNKED"] = "NON_CHUNKED";
|
|
1351
|
-
})(HlsWebdavHttpTransferMode || (HlsWebdavHttpTransferMode = {}));
|
|
1352
|
-
export var HlsWebdavSettings;
|
|
1353
|
-
(function (HlsWebdavSettings) {
|
|
1354
|
-
HlsWebdavSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1355
|
-
})(HlsWebdavSettings || (HlsWebdavSettings = {}));
|
|
1356
|
-
export var HlsCdnSettings;
|
|
1357
|
-
(function (HlsCdnSettings) {
|
|
1358
|
-
HlsCdnSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1359
|
-
})(HlsCdnSettings || (HlsCdnSettings = {}));
|
|
1360
|
-
export var HlsId3SegmentTaggingState;
|
|
1361
|
-
(function (HlsId3SegmentTaggingState) {
|
|
1362
|
-
HlsId3SegmentTaggingState["DISABLED"] = "DISABLED";
|
|
1363
|
-
HlsId3SegmentTaggingState["ENABLED"] = "ENABLED";
|
|
1364
|
-
})(HlsId3SegmentTaggingState || (HlsId3SegmentTaggingState = {}));
|
|
1365
|
-
export var IFrameOnlyPlaylistType;
|
|
1366
|
-
(function (IFrameOnlyPlaylistType) {
|
|
1367
|
-
IFrameOnlyPlaylistType["DISABLED"] = "DISABLED";
|
|
1368
|
-
IFrameOnlyPlaylistType["STANDARD"] = "STANDARD";
|
|
1369
|
-
})(IFrameOnlyPlaylistType || (IFrameOnlyPlaylistType = {}));
|
|
1370
|
-
export var HlsIncompleteSegmentBehavior;
|
|
1371
|
-
(function (HlsIncompleteSegmentBehavior) {
|
|
1372
|
-
HlsIncompleteSegmentBehavior["AUTO"] = "AUTO";
|
|
1373
|
-
HlsIncompleteSegmentBehavior["SUPPRESS"] = "SUPPRESS";
|
|
1374
|
-
})(HlsIncompleteSegmentBehavior || (HlsIncompleteSegmentBehavior = {}));
|
|
1375
|
-
export var InputLossActionForHlsOut;
|
|
1376
|
-
(function (InputLossActionForHlsOut) {
|
|
1377
|
-
InputLossActionForHlsOut["EMIT_OUTPUT"] = "EMIT_OUTPUT";
|
|
1378
|
-
InputLossActionForHlsOut["PAUSE_OUTPUT"] = "PAUSE_OUTPUT";
|
|
1379
|
-
})(InputLossActionForHlsOut || (InputLossActionForHlsOut = {}));
|
|
1380
|
-
export var HlsIvInManifest;
|
|
1381
|
-
(function (HlsIvInManifest) {
|
|
1382
|
-
HlsIvInManifest["EXCLUDE"] = "EXCLUDE";
|
|
1383
|
-
HlsIvInManifest["INCLUDE"] = "INCLUDE";
|
|
1384
|
-
})(HlsIvInManifest || (HlsIvInManifest = {}));
|
|
1385
|
-
export var HlsIvSource;
|
|
1386
|
-
(function (HlsIvSource) {
|
|
1387
|
-
HlsIvSource["EXPLICIT"] = "EXPLICIT";
|
|
1388
|
-
HlsIvSource["FOLLOWS_SEGMENT_NUMBER"] = "FOLLOWS_SEGMENT_NUMBER";
|
|
1389
|
-
})(HlsIvSource || (HlsIvSource = {}));
|
|
1390
|
-
export var StaticKeySettings;
|
|
1391
|
-
(function (StaticKeySettings) {
|
|
1392
|
-
StaticKeySettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1393
|
-
})(StaticKeySettings || (StaticKeySettings = {}));
|
|
1394
|
-
export var KeyProviderSettings;
|
|
1395
|
-
(function (KeyProviderSettings) {
|
|
1396
|
-
KeyProviderSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1397
|
-
})(KeyProviderSettings || (KeyProviderSettings = {}));
|
|
1398
|
-
export var HlsManifestCompression;
|
|
1399
|
-
(function (HlsManifestCompression) {
|
|
1400
|
-
HlsManifestCompression["GZIP"] = "GZIP";
|
|
1401
|
-
HlsManifestCompression["NONE"] = "NONE";
|
|
1402
|
-
})(HlsManifestCompression || (HlsManifestCompression = {}));
|
|
1403
|
-
export var HlsManifestDurationFormat;
|
|
1404
|
-
(function (HlsManifestDurationFormat) {
|
|
1405
|
-
HlsManifestDurationFormat["FLOATING_POINT"] = "FLOATING_POINT";
|
|
1406
|
-
HlsManifestDurationFormat["INTEGER"] = "INTEGER";
|
|
1407
|
-
})(HlsManifestDurationFormat || (HlsManifestDurationFormat = {}));
|
|
1408
|
-
export var HlsMode;
|
|
1409
|
-
(function (HlsMode) {
|
|
1410
|
-
HlsMode["LIVE"] = "LIVE";
|
|
1411
|
-
HlsMode["VOD"] = "VOD";
|
|
1412
|
-
})(HlsMode || (HlsMode = {}));
|
|
1413
|
-
export var HlsOutputSelection;
|
|
1414
|
-
(function (HlsOutputSelection) {
|
|
1415
|
-
HlsOutputSelection["MANIFESTS_AND_SEGMENTS"] = "MANIFESTS_AND_SEGMENTS";
|
|
1416
|
-
HlsOutputSelection["SEGMENTS_ONLY"] = "SEGMENTS_ONLY";
|
|
1417
|
-
HlsOutputSelection["VARIANT_MANIFESTS_AND_SEGMENTS"] = "VARIANT_MANIFESTS_AND_SEGMENTS";
|
|
1418
|
-
})(HlsOutputSelection || (HlsOutputSelection = {}));
|
|
1419
|
-
export var HlsProgramDateTime;
|
|
1420
|
-
(function (HlsProgramDateTime) {
|
|
1421
|
-
HlsProgramDateTime["EXCLUDE"] = "EXCLUDE";
|
|
1422
|
-
HlsProgramDateTime["INCLUDE"] = "INCLUDE";
|
|
1423
|
-
})(HlsProgramDateTime || (HlsProgramDateTime = {}));
|
|
1424
|
-
export var HlsRedundantManifest;
|
|
1425
|
-
(function (HlsRedundantManifest) {
|
|
1426
|
-
HlsRedundantManifest["DISABLED"] = "DISABLED";
|
|
1427
|
-
HlsRedundantManifest["ENABLED"] = "ENABLED";
|
|
1428
|
-
})(HlsRedundantManifest || (HlsRedundantManifest = {}));
|
|
1429
|
-
export var HlsSegmentationMode;
|
|
1430
|
-
(function (HlsSegmentationMode) {
|
|
1431
|
-
HlsSegmentationMode["USE_INPUT_SEGMENTATION"] = "USE_INPUT_SEGMENTATION";
|
|
1432
|
-
HlsSegmentationMode["USE_SEGMENT_DURATION"] = "USE_SEGMENT_DURATION";
|
|
1433
|
-
})(HlsSegmentationMode || (HlsSegmentationMode = {}));
|
|
1434
|
-
export var HlsStreamInfResolution;
|
|
1435
|
-
(function (HlsStreamInfResolution) {
|
|
1436
|
-
HlsStreamInfResolution["EXCLUDE"] = "EXCLUDE";
|
|
1437
|
-
HlsStreamInfResolution["INCLUDE"] = "INCLUDE";
|
|
1438
|
-
})(HlsStreamInfResolution || (HlsStreamInfResolution = {}));
|
|
1439
|
-
export var HlsTimedMetadataId3Frame;
|
|
1440
|
-
(function (HlsTimedMetadataId3Frame) {
|
|
1441
|
-
HlsTimedMetadataId3Frame["NONE"] = "NONE";
|
|
1442
|
-
HlsTimedMetadataId3Frame["PRIV"] = "PRIV";
|
|
1443
|
-
HlsTimedMetadataId3Frame["TDRL"] = "TDRL";
|
|
1444
|
-
})(HlsTimedMetadataId3Frame || (HlsTimedMetadataId3Frame = {}));
|
|
1445
|
-
export var HlsTsFileMode;
|
|
1446
|
-
(function (HlsTsFileMode) {
|
|
1447
|
-
HlsTsFileMode["SEGMENTED_FILES"] = "SEGMENTED_FILES";
|
|
1448
|
-
HlsTsFileMode["SINGLE_FILE"] = "SINGLE_FILE";
|
|
1449
|
-
})(HlsTsFileMode || (HlsTsFileMode = {}));
|
|
1450
|
-
export var HlsGroupSettings;
|
|
1451
|
-
(function (HlsGroupSettings) {
|
|
1452
|
-
HlsGroupSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1453
|
-
})(HlsGroupSettings || (HlsGroupSettings = {}));
|
|
1454
|
-
export var MediaPackageGroupSettings;
|
|
1455
|
-
(function (MediaPackageGroupSettings) {
|
|
1456
|
-
MediaPackageGroupSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1457
|
-
})(MediaPackageGroupSettings || (MediaPackageGroupSettings = {}));
|
|
1458
|
-
export var SmoothGroupAudioOnlyTimecodeControl;
|
|
1459
|
-
(function (SmoothGroupAudioOnlyTimecodeControl) {
|
|
1460
|
-
SmoothGroupAudioOnlyTimecodeControl["PASSTHROUGH"] = "PASSTHROUGH";
|
|
1461
|
-
SmoothGroupAudioOnlyTimecodeControl["USE_CONFIGURED_CLOCK"] = "USE_CONFIGURED_CLOCK";
|
|
1462
|
-
})(SmoothGroupAudioOnlyTimecodeControl || (SmoothGroupAudioOnlyTimecodeControl = {}));
|
|
1463
|
-
export var SmoothGroupCertificateMode;
|
|
1464
|
-
(function (SmoothGroupCertificateMode) {
|
|
1465
|
-
SmoothGroupCertificateMode["SELF_SIGNED"] = "SELF_SIGNED";
|
|
1466
|
-
SmoothGroupCertificateMode["VERIFY_AUTHENTICITY"] = "VERIFY_AUTHENTICITY";
|
|
1467
|
-
})(SmoothGroupCertificateMode || (SmoothGroupCertificateMode = {}));
|
|
1468
|
-
export var SmoothGroupEventIdMode;
|
|
1469
|
-
(function (SmoothGroupEventIdMode) {
|
|
1470
|
-
SmoothGroupEventIdMode["NO_EVENT_ID"] = "NO_EVENT_ID";
|
|
1471
|
-
SmoothGroupEventIdMode["USE_CONFIGURED"] = "USE_CONFIGURED";
|
|
1472
|
-
SmoothGroupEventIdMode["USE_TIMESTAMP"] = "USE_TIMESTAMP";
|
|
1473
|
-
})(SmoothGroupEventIdMode || (SmoothGroupEventIdMode = {}));
|
|
1474
|
-
export var SmoothGroupEventStopBehavior;
|
|
1475
|
-
(function (SmoothGroupEventStopBehavior) {
|
|
1476
|
-
SmoothGroupEventStopBehavior["NONE"] = "NONE";
|
|
1477
|
-
SmoothGroupEventStopBehavior["SEND_EOS"] = "SEND_EOS";
|
|
1478
|
-
})(SmoothGroupEventStopBehavior || (SmoothGroupEventStopBehavior = {}));
|
|
1479
|
-
export var InputLossActionForMsSmoothOut;
|
|
1480
|
-
(function (InputLossActionForMsSmoothOut) {
|
|
1481
|
-
InputLossActionForMsSmoothOut["EMIT_OUTPUT"] = "EMIT_OUTPUT";
|
|
1482
|
-
InputLossActionForMsSmoothOut["PAUSE_OUTPUT"] = "PAUSE_OUTPUT";
|
|
1483
|
-
})(InputLossActionForMsSmoothOut || (InputLossActionForMsSmoothOut = {}));
|
|
1484
|
-
export var SmoothGroupSegmentationMode;
|
|
1485
|
-
(function (SmoothGroupSegmentationMode) {
|
|
1486
|
-
SmoothGroupSegmentationMode["USE_INPUT_SEGMENTATION"] = "USE_INPUT_SEGMENTATION";
|
|
1487
|
-
SmoothGroupSegmentationMode["USE_SEGMENT_DURATION"] = "USE_SEGMENT_DURATION";
|
|
1488
|
-
})(SmoothGroupSegmentationMode || (SmoothGroupSegmentationMode = {}));
|
|
1489
|
-
//# sourceMappingURL=models_0.js.map
|