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