@aws-sdk/client-medialive 3.34.0 → 3.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/dist-cjs/MediaLive.js +862 -0
- package/dist-cjs/MediaLiveClient.js +35 -0
- package/dist-cjs/commands/AcceptInputDeviceTransferCommand.js +36 -0
- package/dist-cjs/commands/BatchDeleteCommand.js +36 -0
- package/dist-cjs/commands/BatchStartCommand.js +36 -0
- package/dist-cjs/commands/BatchStopCommand.js +36 -0
- package/dist-cjs/commands/BatchUpdateScheduleCommand.js +36 -0
- package/dist-cjs/commands/CancelInputDeviceTransferCommand.js +36 -0
- package/dist-cjs/commands/ClaimDeviceCommand.js +36 -0
- package/dist-cjs/commands/CreateChannelCommand.js +36 -0
- package/dist-cjs/commands/CreateInputCommand.js +36 -0
- package/dist-cjs/commands/CreateInputSecurityGroupCommand.js +36 -0
- package/dist-cjs/commands/CreateMultiplexCommand.js +36 -0
- package/dist-cjs/commands/CreateMultiplexProgramCommand.js +36 -0
- package/dist-cjs/commands/CreatePartnerInputCommand.js +36 -0
- package/dist-cjs/commands/CreateTagsCommand.js +36 -0
- package/dist-cjs/commands/DeleteChannelCommand.js +36 -0
- package/dist-cjs/commands/DeleteInputCommand.js +36 -0
- package/dist-cjs/commands/DeleteInputSecurityGroupCommand.js +36 -0
- package/dist-cjs/commands/DeleteMultiplexCommand.js +36 -0
- package/dist-cjs/commands/DeleteMultiplexProgramCommand.js +36 -0
- package/dist-cjs/commands/DeleteReservationCommand.js +36 -0
- package/dist-cjs/commands/DeleteScheduleCommand.js +36 -0
- package/dist-cjs/commands/DeleteTagsCommand.js +36 -0
- package/dist-cjs/commands/DescribeChannelCommand.js +36 -0
- package/dist-cjs/commands/DescribeInputCommand.js +36 -0
- package/dist-cjs/commands/DescribeInputDeviceCommand.js +36 -0
- package/dist-cjs/commands/DescribeInputDeviceThumbnailCommand.js +36 -0
- package/dist-cjs/commands/DescribeInputSecurityGroupCommand.js +36 -0
- package/dist-cjs/commands/DescribeMultiplexCommand.js +36 -0
- package/dist-cjs/commands/DescribeMultiplexProgramCommand.js +36 -0
- package/dist-cjs/commands/DescribeOfferingCommand.js +36 -0
- package/dist-cjs/commands/DescribeReservationCommand.js +36 -0
- package/dist-cjs/commands/DescribeScheduleCommand.js +36 -0
- package/dist-cjs/commands/ListChannelsCommand.js +36 -0
- package/dist-cjs/commands/ListInputDeviceTransfersCommand.js +36 -0
- package/dist-cjs/commands/ListInputDevicesCommand.js +36 -0
- package/dist-cjs/commands/ListInputSecurityGroupsCommand.js +36 -0
- package/dist-cjs/commands/ListInputsCommand.js +36 -0
- package/dist-cjs/commands/ListMultiplexProgramsCommand.js +36 -0
- package/dist-cjs/commands/ListMultiplexesCommand.js +36 -0
- package/dist-cjs/commands/ListOfferingsCommand.js +36 -0
- package/dist-cjs/commands/ListReservationsCommand.js +36 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
- package/dist-cjs/commands/PurchaseOfferingCommand.js +36 -0
- package/dist-cjs/commands/RejectInputDeviceTransferCommand.js +36 -0
- package/dist-cjs/commands/StartChannelCommand.js +36 -0
- package/dist-cjs/commands/StartMultiplexCommand.js +36 -0
- package/dist-cjs/commands/StopChannelCommand.js +36 -0
- package/dist-cjs/commands/StopMultiplexCommand.js +36 -0
- package/dist-cjs/commands/TransferInputDeviceCommand.js +36 -0
- package/dist-cjs/commands/UpdateChannelClassCommand.js +36 -0
- package/dist-cjs/commands/UpdateChannelCommand.js +36 -0
- package/dist-cjs/commands/UpdateInputCommand.js +36 -0
- package/dist-cjs/commands/UpdateInputDeviceCommand.js +36 -0
- package/dist-cjs/commands/UpdateInputSecurityGroupCommand.js +36 -0
- package/dist-cjs/commands/UpdateMultiplexCommand.js +36 -0
- package/dist-cjs/commands/UpdateMultiplexProgramCommand.js +36 -0
- package/dist-cjs/commands/UpdateReservationCommand.js +36 -0
- package/dist-cjs/endpoints.js +72 -0
- package/dist-cjs/index.js +85 -0
- package/dist-cjs/models/index.js +5 -0
- package/dist-cjs/models/models_0.js +1777 -0
- package/dist-cjs/models/models_1.js +1785 -0
- package/dist-cjs/pagination/DescribeSchedulePaginator.js +35 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListChannelsPaginator.js +35 -0
- package/dist-cjs/pagination/ListInputDeviceTransfersPaginator.js +35 -0
- package/dist-cjs/pagination/ListInputDevicesPaginator.js +35 -0
- package/dist-cjs/pagination/ListInputSecurityGroupsPaginator.js +35 -0
- package/dist-cjs/pagination/ListInputsPaginator.js +35 -0
- package/dist-cjs/pagination/ListMultiplexProgramsPaginator.js +35 -0
- package/dist-cjs/pagination/ListMultiplexesPaginator.js +35 -0
- package/dist-cjs/pagination/ListOfferingsPaginator.js +35 -0
- package/dist-cjs/pagination/ListReservationsPaginator.js +35 -0
- package/dist-cjs/protocols/Aws_restJson1.js +13643 -0
- package/dist-cjs/runtimeConfig.browser.js +37 -0
- package/dist-cjs/runtimeConfig.js +42 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-cjs/waiters/waitForChannelCreated.js +57 -0
- package/dist-cjs/waiters/waitForChannelDeleted.js +48 -0
- package/dist-cjs/waiters/waitForChannelRunning.js +48 -0
- package/dist-cjs/waiters/waitForChannelStopped.js +48 -0
- package/dist-cjs/waiters/waitForInputAttached.js +48 -0
- package/dist-cjs/waiters/waitForInputDeleted.js +48 -0
- package/dist-cjs/waiters/waitForInputDetached.js +57 -0
- package/dist-cjs/waiters/waitForMultiplexCreated.js +57 -0
- package/dist-cjs/waiters/waitForMultiplexDeleted.js +48 -0
- package/dist-cjs/waiters/waitForMultiplexRunning.js +48 -0
- package/dist-cjs/waiters/waitForMultiplexStopped.js +48 -0
- package/dist-es/MediaLive.js +865 -0
- package/dist-es/MediaLiveClient.js +37 -0
- package/dist-es/commands/AcceptInputDeviceTransferCommand.js +39 -0
- package/dist-es/commands/BatchDeleteCommand.js +39 -0
- package/dist-es/commands/BatchStartCommand.js +39 -0
- package/dist-es/commands/BatchStopCommand.js +39 -0
- package/dist-es/commands/BatchUpdateScheduleCommand.js +39 -0
- package/dist-es/commands/CancelInputDeviceTransferCommand.js +39 -0
- package/dist-es/commands/ClaimDeviceCommand.js +39 -0
- package/dist-es/commands/CreateChannelCommand.js +39 -0
- package/dist-es/commands/CreateInputCommand.js +39 -0
- package/dist-es/commands/CreateInputSecurityGroupCommand.js +39 -0
- package/dist-es/commands/CreateMultiplexCommand.js +39 -0
- package/dist-es/commands/CreateMultiplexProgramCommand.js +39 -0
- package/dist-es/commands/CreatePartnerInputCommand.js +39 -0
- package/dist-es/commands/CreateTagsCommand.js +39 -0
- package/dist-es/commands/DeleteChannelCommand.js +39 -0
- package/dist-es/commands/DeleteInputCommand.js +39 -0
- package/dist-es/commands/DeleteInputSecurityGroupCommand.js +39 -0
- package/dist-es/commands/DeleteMultiplexCommand.js +39 -0
- package/dist-es/commands/DeleteMultiplexProgramCommand.js +39 -0
- package/dist-es/commands/DeleteReservationCommand.js +39 -0
- package/dist-es/commands/DeleteScheduleCommand.js +39 -0
- package/dist-es/commands/DeleteTagsCommand.js +39 -0
- package/dist-es/commands/DescribeChannelCommand.js +39 -0
- package/dist-es/commands/DescribeInputCommand.js +39 -0
- package/dist-es/commands/DescribeInputDeviceCommand.js +39 -0
- package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +39 -0
- package/dist-es/commands/DescribeInputSecurityGroupCommand.js +39 -0
- package/dist-es/commands/DescribeMultiplexCommand.js +39 -0
- package/dist-es/commands/DescribeMultiplexProgramCommand.js +39 -0
- package/dist-es/commands/DescribeOfferingCommand.js +39 -0
- package/dist-es/commands/DescribeReservationCommand.js +39 -0
- package/dist-es/commands/DescribeScheduleCommand.js +39 -0
- package/dist-es/commands/ListChannelsCommand.js +39 -0
- package/dist-es/commands/ListInputDeviceTransfersCommand.js +39 -0
- package/dist-es/commands/ListInputDevicesCommand.js +39 -0
- package/dist-es/commands/ListInputSecurityGroupsCommand.js +39 -0
- package/dist-es/commands/ListInputsCommand.js +39 -0
- package/dist-es/commands/ListMultiplexProgramsCommand.js +39 -0
- package/dist-es/commands/ListMultiplexesCommand.js +39 -0
- package/dist-es/commands/ListOfferingsCommand.js +39 -0
- package/dist-es/commands/ListReservationsCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/PurchaseOfferingCommand.js +39 -0
- package/dist-es/commands/RejectInputDeviceTransferCommand.js +39 -0
- package/dist-es/commands/StartChannelCommand.js +39 -0
- package/dist-es/commands/StartMultiplexCommand.js +39 -0
- package/dist-es/commands/StopChannelCommand.js +39 -0
- package/dist-es/commands/StopMultiplexCommand.js +39 -0
- package/dist-es/commands/TransferInputDeviceCommand.js +39 -0
- package/dist-es/commands/UpdateChannelClassCommand.js +39 -0
- package/dist-es/commands/UpdateChannelCommand.js +39 -0
- package/dist-es/commands/UpdateInputCommand.js +39 -0
- package/dist-es/commands/UpdateInputDeviceCommand.js +39 -0
- package/dist-es/commands/UpdateInputSecurityGroupCommand.js +39 -0
- package/dist-es/commands/UpdateMultiplexCommand.js +39 -0
- package/dist-es/commands/UpdateMultiplexProgramCommand.js +39 -0
- package/dist-es/commands/UpdateReservationCommand.js +39 -0
- package/dist-es/endpoints.js +68 -0
- package/dist-es/index.js +82 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +1484 -0
- package/dist-es/models/models_1.js +1372 -0
- package/dist-es/pagination/DescribeSchedulePaginator.js +74 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListChannelsPaginator.js +74 -0
- package/dist-es/pagination/ListInputDeviceTransfersPaginator.js +74 -0
- package/dist-es/pagination/ListInputDevicesPaginator.js +74 -0
- package/dist-es/pagination/ListInputSecurityGroupsPaginator.js +74 -0
- package/dist-es/pagination/ListInputsPaginator.js +74 -0
- package/dist-es/pagination/ListMultiplexProgramsPaginator.js +74 -0
- package/dist-es/pagination/ListMultiplexesPaginator.js +74 -0
- package/dist-es/pagination/ListOfferingsPaginator.js +74 -0
- package/dist-es/pagination/ListReservationsPaginator.js +74 -0
- package/dist-es/protocols/Aws_restJson1.js +13647 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-es/waiters/waitForChannelCreated.js +72 -0
- package/dist-es/waiters/waitForChannelDeleted.js +63 -0
- package/dist-es/waiters/waitForChannelRunning.js +63 -0
- package/dist-es/waiters/waitForChannelStopped.js +63 -0
- package/dist-es/waiters/waitForInputAttached.js +63 -0
- package/dist-es/waiters/waitForInputDeleted.js +63 -0
- package/dist-es/waiters/waitForInputDetached.js +72 -0
- package/dist-es/waiters/waitForMultiplexCreated.js +72 -0
- package/dist-es/waiters/waitForMultiplexDeleted.js +63 -0
- package/dist-es/waiters/waitForMultiplexRunning.js +63 -0
- package/dist-es/waiters/waitForMultiplexStopped.js +63 -0
- package/dist-types/MediaLive.d.ts +406 -0
- package/dist-types/MediaLiveClient.d.ts +189 -0
- package/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +35 -0
- package/dist-types/commands/BatchDeleteCommand.d.ts +35 -0
- package/dist-types/commands/BatchStartCommand.d.ts +35 -0
- package/dist-types/commands/BatchStopCommand.d.ts +35 -0
- package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +35 -0
- package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +35 -0
- package/dist-types/commands/ClaimDeviceCommand.d.ts +35 -0
- package/dist-types/commands/CreateChannelCommand.d.ts +35 -0
- package/dist-types/commands/CreateInputCommand.d.ts +35 -0
- package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +35 -0
- package/dist-types/commands/CreateMultiplexCommand.d.ts +35 -0
- package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +35 -0
- package/dist-types/commands/CreatePartnerInputCommand.d.ts +35 -0
- package/dist-types/commands/CreateTagsCommand.d.ts +35 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +35 -0
- package/dist-types/commands/DeleteInputCommand.d.ts +35 -0
- package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +35 -0
- package/dist-types/commands/DeleteMultiplexCommand.d.ts +35 -0
- package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +35 -0
- package/dist-types/commands/DeleteReservationCommand.d.ts +35 -0
- package/dist-types/commands/DeleteScheduleCommand.d.ts +35 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +35 -0
- package/dist-types/commands/DescribeInputCommand.d.ts +35 -0
- package/dist-types/commands/DescribeInputDeviceCommand.d.ts +35 -0
- package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +35 -0
- package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +35 -0
- package/dist-types/commands/DescribeMultiplexCommand.d.ts +35 -0
- package/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +35 -0
- package/dist-types/commands/DescribeOfferingCommand.d.ts +35 -0
- package/dist-types/commands/DescribeReservationCommand.d.ts +35 -0
- package/dist-types/commands/DescribeScheduleCommand.d.ts +35 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +35 -0
- package/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +35 -0
- package/dist-types/commands/ListInputDevicesCommand.d.ts +35 -0
- package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +35 -0
- package/dist-types/commands/ListInputsCommand.d.ts +35 -0
- package/dist-types/commands/ListMultiplexProgramsCommand.d.ts +35 -0
- package/dist-types/commands/ListMultiplexesCommand.d.ts +35 -0
- package/dist-types/commands/ListOfferingsCommand.d.ts +35 -0
- package/dist-types/commands/ListReservationsCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/commands/PurchaseOfferingCommand.d.ts +35 -0
- package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +35 -0
- package/dist-types/commands/StartChannelCommand.d.ts +35 -0
- package/dist-types/commands/StartMultiplexCommand.d.ts +35 -0
- package/dist-types/commands/StopChannelCommand.d.ts +35 -0
- package/dist-types/commands/StopMultiplexCommand.d.ts +35 -0
- package/dist-types/commands/TransferInputDeviceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +35 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +35 -0
- package/dist-types/commands/UpdateInputCommand.d.ts +35 -0
- package/dist-types/commands/UpdateInputDeviceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +35 -0
- package/dist-types/commands/UpdateMultiplexCommand.d.ts +35 -0
- package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +35 -0
- package/dist-types/commands/UpdateReservationCommand.d.ts +35 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/dist-types/index.d.ts +82 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/dist-types/models/models_0.d.ts +4778 -0
- package/dist-types/models/models_1.d.ts +6129 -0
- package/dist-types/pagination/DescribeSchedulePaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListChannelsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListInputDeviceTransfersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListInputDevicesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListInputSecurityGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListInputsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListMultiplexProgramsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListMultiplexesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListOfferingsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListReservationsPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +173 -0
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/MediaLive.d.ts +290 -0
- package/dist-types/ts3.4/MediaLiveClient.d.ts +124 -0
- package/dist-types/ts3.4/commands/AcceptInputDeviceTransferCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDeleteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchStartCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchStopCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ClaimDeviceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMultiplexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePartnerInputCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInputDeviceTransfersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInputDevicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInputSecurityGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMultiplexProgramsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMultiplexesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartMultiplexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopMultiplexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TransferInputDeviceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateChannelClassCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMultiplexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/dist-types/ts3.4/index.d.ts +82 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2931 -0
- package/dist-types/ts3.4/models/models_1.d.ts +3571 -0
- package/dist-types/ts3.4/pagination/DescribeSchedulePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInputDeviceTransfersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInputDevicesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInputSecurityGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInputsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMultiplexProgramsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMultiplexesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListOfferingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListReservationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +173 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForChannelCreated.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForChannelDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForChannelRunning.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForChannelStopped.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForInputAttached.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForInputDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForInputDetached.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForMultiplexCreated.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForMultiplexDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForMultiplexRunning.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForMultiplexStopped.d.ts +7 -0
- package/dist-types/waiters/waitForChannelCreated.d.ts +14 -0
- package/dist-types/waiters/waitForChannelDeleted.d.ts +14 -0
- package/dist-types/waiters/waitForChannelRunning.d.ts +14 -0
- package/dist-types/waiters/waitForChannelStopped.d.ts +14 -0
- package/dist-types/waiters/waitForInputAttached.d.ts +14 -0
- package/dist-types/waiters/waitForInputDeleted.d.ts +14 -0
- package/dist-types/waiters/waitForInputDetached.d.ts +14 -0
- package/dist-types/waiters/waitForMultiplexCreated.d.ts +14 -0
- package/dist-types/waiters/waitForMultiplexDeleted.d.ts +14 -0
- package/dist-types/waiters/waitForMultiplexRunning.d.ts +14 -0
- package/dist-types/waiters/waitForMultiplexStopped.d.ts +14 -0
- package/package.json +46 -43
- package/MediaLive.ts +0 -1973
- package/MediaLiveClient.ts +0 -463
- package/commands/AcceptInputDeviceTransferCommand.ts +0 -97
- package/commands/BatchDeleteCommand.ts +0 -94
- package/commands/BatchStartCommand.ts +0 -94
- package/commands/BatchStopCommand.ts +0 -94
- package/commands/BatchUpdateScheduleCommand.ts +0 -94
- package/commands/CancelInputDeviceTransferCommand.ts +0 -97
- package/commands/CreateChannelCommand.ts +0 -94
- package/commands/CreateInputCommand.ts +0 -94
- package/commands/CreateInputSecurityGroupCommand.ts +0 -94
- package/commands/CreateMultiplexCommand.ts +0 -94
- package/commands/CreateMultiplexProgramCommand.ts +0 -94
- package/commands/CreatePartnerInputCommand.ts +0 -94
- package/commands/CreateTagsCommand.ts +0 -94
- package/commands/DeleteChannelCommand.ts +0 -94
- package/commands/DeleteInputCommand.ts +0 -94
- package/commands/DeleteInputSecurityGroupCommand.ts +0 -94
- package/commands/DeleteMultiplexCommand.ts +0 -94
- package/commands/DeleteMultiplexProgramCommand.ts +0 -94
- package/commands/DeleteReservationCommand.ts +0 -94
- package/commands/DeleteScheduleCommand.ts +0 -94
- package/commands/DeleteTagsCommand.ts +0 -94
- package/commands/DescribeChannelCommand.ts +0 -94
- package/commands/DescribeInputCommand.ts +0 -94
- package/commands/DescribeInputDeviceCommand.ts +0 -94
- package/commands/DescribeInputDeviceThumbnailCommand.ts +0 -99
- package/commands/DescribeInputSecurityGroupCommand.ts +0 -97
- package/commands/DescribeMultiplexCommand.ts +0 -94
- package/commands/DescribeMultiplexProgramCommand.ts +0 -94
- package/commands/DescribeOfferingCommand.ts +0 -94
- package/commands/DescribeReservationCommand.ts +0 -94
- package/commands/DescribeScheduleCommand.ts +0 -94
- package/commands/ListChannelsCommand.ts +0 -94
- package/commands/ListInputDeviceTransfersCommand.ts +0 -94
- package/commands/ListInputDevicesCommand.ts +0 -94
- package/commands/ListInputSecurityGroupsCommand.ts +0 -94
- package/commands/ListInputsCommand.ts +0 -94
- package/commands/ListMultiplexProgramsCommand.ts +0 -94
- package/commands/ListMultiplexesCommand.ts +0 -94
- package/commands/ListOfferingsCommand.ts +0 -94
- package/commands/ListReservationsCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/PurchaseOfferingCommand.ts +0 -94
- package/commands/RejectInputDeviceTransferCommand.ts +0 -97
- package/commands/StartChannelCommand.ts +0 -94
- package/commands/StartMultiplexCommand.ts +0 -94
- package/commands/StopChannelCommand.ts +0 -94
- package/commands/StopMultiplexCommand.ts +0 -94
- package/commands/TransferInputDeviceCommand.ts +0 -94
- package/commands/UpdateChannelClassCommand.ts +0 -94
- package/commands/UpdateChannelCommand.ts +0 -94
- package/commands/UpdateInputCommand.ts +0 -94
- package/commands/UpdateInputDeviceCommand.ts +0 -94
- package/commands/UpdateInputSecurityGroupCommand.ts +0 -94
- package/commands/UpdateMultiplexCommand.ts +0 -94
- package/commands/UpdateMultiplexProgramCommand.ts +0 -94
- package/commands/UpdateReservationCommand.ts +0 -94
- package/dist/cjs/MediaLive.js +0 -851
- package/dist/cjs/MediaLive.js.map +0 -1
- package/dist/cjs/MediaLiveClient.js +0 -44
- package/dist/cjs/MediaLiveClient.js.map +0 -1
- package/dist/cjs/commands/AcceptInputDeviceTransferCommand.js +0 -61
- package/dist/cjs/commands/AcceptInputDeviceTransferCommand.js.map +0 -1
- package/dist/cjs/commands/BatchDeleteCommand.js +0 -61
- package/dist/cjs/commands/BatchDeleteCommand.js.map +0 -1
- package/dist/cjs/commands/BatchStartCommand.js +0 -61
- package/dist/cjs/commands/BatchStartCommand.js.map +0 -1
- package/dist/cjs/commands/BatchStopCommand.js +0 -61
- package/dist/cjs/commands/BatchStopCommand.js.map +0 -1
- package/dist/cjs/commands/BatchUpdateScheduleCommand.js +0 -61
- package/dist/cjs/commands/BatchUpdateScheduleCommand.js.map +0 -1
- package/dist/cjs/commands/CancelInputDeviceTransferCommand.js +0 -61
- package/dist/cjs/commands/CancelInputDeviceTransferCommand.js.map +0 -1
- package/dist/cjs/commands/CreateChannelCommand.js +0 -61
- package/dist/cjs/commands/CreateChannelCommand.js.map +0 -1
- package/dist/cjs/commands/CreateInputCommand.js +0 -61
- package/dist/cjs/commands/CreateInputCommand.js.map +0 -1
- package/dist/cjs/commands/CreateInputSecurityGroupCommand.js +0 -61
- package/dist/cjs/commands/CreateInputSecurityGroupCommand.js.map +0 -1
- package/dist/cjs/commands/CreateMultiplexCommand.js +0 -61
- package/dist/cjs/commands/CreateMultiplexCommand.js.map +0 -1
- package/dist/cjs/commands/CreateMultiplexProgramCommand.js +0 -61
- package/dist/cjs/commands/CreateMultiplexProgramCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePartnerInputCommand.js +0 -61
- package/dist/cjs/commands/CreatePartnerInputCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTagsCommand.js +0 -61
- package/dist/cjs/commands/CreateTagsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteChannelCommand.js +0 -61
- package/dist/cjs/commands/DeleteChannelCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteInputCommand.js +0 -61
- package/dist/cjs/commands/DeleteInputCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteInputSecurityGroupCommand.js +0 -61
- package/dist/cjs/commands/DeleteInputSecurityGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteMultiplexCommand.js +0 -61
- package/dist/cjs/commands/DeleteMultiplexCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteMultiplexProgramCommand.js +0 -61
- package/dist/cjs/commands/DeleteMultiplexProgramCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteReservationCommand.js +0 -61
- package/dist/cjs/commands/DeleteReservationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteScheduleCommand.js +0 -61
- package/dist/cjs/commands/DeleteScheduleCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTagsCommand.js +0 -61
- package/dist/cjs/commands/DeleteTagsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeChannelCommand.js +0 -61
- package/dist/cjs/commands/DescribeChannelCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInputCommand.js +0 -61
- package/dist/cjs/commands/DescribeInputCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInputDeviceCommand.js +0 -61
- package/dist/cjs/commands/DescribeInputDeviceCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInputDeviceThumbnailCommand.js +0 -61
- package/dist/cjs/commands/DescribeInputDeviceThumbnailCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInputSecurityGroupCommand.js +0 -61
- package/dist/cjs/commands/DescribeInputSecurityGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeMultiplexCommand.js +0 -61
- package/dist/cjs/commands/DescribeMultiplexCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeMultiplexProgramCommand.js +0 -61
- package/dist/cjs/commands/DescribeMultiplexProgramCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeOfferingCommand.js +0 -61
- package/dist/cjs/commands/DescribeOfferingCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeReservationCommand.js +0 -61
- package/dist/cjs/commands/DescribeReservationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeScheduleCommand.js +0 -61
- package/dist/cjs/commands/DescribeScheduleCommand.js.map +0 -1
- package/dist/cjs/commands/ListChannelsCommand.js +0 -61
- package/dist/cjs/commands/ListChannelsCommand.js.map +0 -1
- package/dist/cjs/commands/ListInputDeviceTransfersCommand.js +0 -61
- package/dist/cjs/commands/ListInputDeviceTransfersCommand.js.map +0 -1
- package/dist/cjs/commands/ListInputDevicesCommand.js +0 -61
- package/dist/cjs/commands/ListInputDevicesCommand.js.map +0 -1
- package/dist/cjs/commands/ListInputSecurityGroupsCommand.js +0 -61
- package/dist/cjs/commands/ListInputSecurityGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/ListInputsCommand.js +0 -61
- package/dist/cjs/commands/ListInputsCommand.js.map +0 -1
- package/dist/cjs/commands/ListMultiplexProgramsCommand.js +0 -61
- package/dist/cjs/commands/ListMultiplexProgramsCommand.js.map +0 -1
- package/dist/cjs/commands/ListMultiplexesCommand.js +0 -61
- package/dist/cjs/commands/ListMultiplexesCommand.js.map +0 -1
- package/dist/cjs/commands/ListOfferingsCommand.js +0 -61
- package/dist/cjs/commands/ListOfferingsCommand.js.map +0 -1
- package/dist/cjs/commands/ListReservationsCommand.js +0 -61
- package/dist/cjs/commands/ListReservationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -61
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/PurchaseOfferingCommand.js +0 -61
- package/dist/cjs/commands/PurchaseOfferingCommand.js.map +0 -1
- package/dist/cjs/commands/RejectInputDeviceTransferCommand.js +0 -61
- package/dist/cjs/commands/RejectInputDeviceTransferCommand.js.map +0 -1
- package/dist/cjs/commands/StartChannelCommand.js +0 -61
- package/dist/cjs/commands/StartChannelCommand.js.map +0 -1
- package/dist/cjs/commands/StartMultiplexCommand.js +0 -61
- package/dist/cjs/commands/StartMultiplexCommand.js.map +0 -1
- package/dist/cjs/commands/StopChannelCommand.js +0 -61
- package/dist/cjs/commands/StopChannelCommand.js.map +0 -1
- package/dist/cjs/commands/StopMultiplexCommand.js +0 -61
- package/dist/cjs/commands/StopMultiplexCommand.js.map +0 -1
- package/dist/cjs/commands/TransferInputDeviceCommand.js +0 -61
- package/dist/cjs/commands/TransferInputDeviceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateChannelClassCommand.js +0 -61
- package/dist/cjs/commands/UpdateChannelClassCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateChannelCommand.js +0 -61
- package/dist/cjs/commands/UpdateChannelCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateInputCommand.js +0 -61
- package/dist/cjs/commands/UpdateInputCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateInputDeviceCommand.js +0 -61
- package/dist/cjs/commands/UpdateInputDeviceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateInputSecurityGroupCommand.js +0 -61
- package/dist/cjs/commands/UpdateInputSecurityGroupCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateMultiplexCommand.js +0 -61
- package/dist/cjs/commands/UpdateMultiplexCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateMultiplexProgramCommand.js +0 -61
- package/dist/cjs/commands/UpdateMultiplexProgramCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateReservationCommand.js +0 -61
- package/dist/cjs/commands/UpdateReservationCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -73
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -85
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -6
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -2191
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/models/models_1.js +0 -2346
- package/dist/cjs/models/models_1.js.map +0 -1
- package/dist/cjs/package.json +0 -94
- package/dist/cjs/pagination/DescribeSchedulePaginator.js +0 -46
- package/dist/cjs/pagination/DescribeSchedulePaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListChannelsPaginator.js +0 -46
- package/dist/cjs/pagination/ListChannelsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListInputDeviceTransfersPaginator.js +0 -46
- package/dist/cjs/pagination/ListInputDeviceTransfersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListInputDevicesPaginator.js +0 -46
- package/dist/cjs/pagination/ListInputDevicesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListInputSecurityGroupsPaginator.js +0 -46
- package/dist/cjs/pagination/ListInputSecurityGroupsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListInputsPaginator.js +0 -46
- package/dist/cjs/pagination/ListInputsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListMultiplexProgramsPaginator.js +0 -46
- package/dist/cjs/pagination/ListMultiplexProgramsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListMultiplexesPaginator.js +0 -46
- package/dist/cjs/pagination/ListMultiplexesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListOfferingsPaginator.js +0 -46
- package/dist/cjs/pagination/ListOfferingsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListReservationsPaginator.js +0 -46
- package/dist/cjs/pagination/ListReservationsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js +0 -13453
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/cjs/waiters/waitForChannelCreated.js +0 -67
- package/dist/cjs/waiters/waitForChannelCreated.js.map +0 -1
- package/dist/cjs/waiters/waitForChannelDeleted.js +0 -58
- package/dist/cjs/waiters/waitForChannelDeleted.js.map +0 -1
- package/dist/cjs/waiters/waitForChannelRunning.js +0 -58
- package/dist/cjs/waiters/waitForChannelRunning.js.map +0 -1
- package/dist/cjs/waiters/waitForChannelStopped.js +0 -58
- package/dist/cjs/waiters/waitForChannelStopped.js.map +0 -1
- package/dist/cjs/waiters/waitForInputAttached.js +0 -58
- package/dist/cjs/waiters/waitForInputAttached.js.map +0 -1
- package/dist/cjs/waiters/waitForInputDeleted.js +0 -58
- package/dist/cjs/waiters/waitForInputDeleted.js.map +0 -1
- package/dist/cjs/waiters/waitForInputDetached.js +0 -67
- package/dist/cjs/waiters/waitForInputDetached.js.map +0 -1
- package/dist/cjs/waiters/waitForMultiplexCreated.js +0 -67
- package/dist/cjs/waiters/waitForMultiplexCreated.js.map +0 -1
- package/dist/cjs/waiters/waitForMultiplexDeleted.js +0 -58
- package/dist/cjs/waiters/waitForMultiplexDeleted.js.map +0 -1
- package/dist/cjs/waiters/waitForMultiplexRunning.js +0 -58
- package/dist/cjs/waiters/waitForMultiplexRunning.js.map +0 -1
- package/dist/cjs/waiters/waitForMultiplexStopped.js +0 -58
- package/dist/cjs/waiters/waitForMultiplexStopped.js.map +0 -1
- package/dist/es/MediaLive.js +0 -851
- package/dist/es/MediaLive.js.map +0 -1
- package/dist/es/MediaLiveClient.js +0 -38
- package/dist/es/MediaLiveClient.js.map +0 -1
- package/dist/es/commands/AcceptInputDeviceTransferCommand.js +0 -40
- package/dist/es/commands/AcceptInputDeviceTransferCommand.js.map +0 -1
- package/dist/es/commands/BatchDeleteCommand.js +0 -40
- package/dist/es/commands/BatchDeleteCommand.js.map +0 -1
- package/dist/es/commands/BatchStartCommand.js +0 -40
- package/dist/es/commands/BatchStartCommand.js.map +0 -1
- package/dist/es/commands/BatchStopCommand.js +0 -40
- package/dist/es/commands/BatchStopCommand.js.map +0 -1
- package/dist/es/commands/BatchUpdateScheduleCommand.js +0 -40
- package/dist/es/commands/BatchUpdateScheduleCommand.js.map +0 -1
- package/dist/es/commands/CancelInputDeviceTransferCommand.js +0 -40
- package/dist/es/commands/CancelInputDeviceTransferCommand.js.map +0 -1
- package/dist/es/commands/CreateChannelCommand.js +0 -40
- package/dist/es/commands/CreateChannelCommand.js.map +0 -1
- package/dist/es/commands/CreateInputCommand.js +0 -40
- package/dist/es/commands/CreateInputCommand.js.map +0 -1
- package/dist/es/commands/CreateInputSecurityGroupCommand.js +0 -40
- package/dist/es/commands/CreateInputSecurityGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateMultiplexCommand.js +0 -40
- package/dist/es/commands/CreateMultiplexCommand.js.map +0 -1
- package/dist/es/commands/CreateMultiplexProgramCommand.js +0 -40
- package/dist/es/commands/CreateMultiplexProgramCommand.js.map +0 -1
- package/dist/es/commands/CreatePartnerInputCommand.js +0 -40
- package/dist/es/commands/CreatePartnerInputCommand.js.map +0 -1
- package/dist/es/commands/CreateTagsCommand.js +0 -40
- package/dist/es/commands/CreateTagsCommand.js.map +0 -1
- package/dist/es/commands/DeleteChannelCommand.js +0 -40
- package/dist/es/commands/DeleteChannelCommand.js.map +0 -1
- package/dist/es/commands/DeleteInputCommand.js +0 -40
- package/dist/es/commands/DeleteInputCommand.js.map +0 -1
- package/dist/es/commands/DeleteInputSecurityGroupCommand.js +0 -40
- package/dist/es/commands/DeleteInputSecurityGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteMultiplexCommand.js +0 -40
- package/dist/es/commands/DeleteMultiplexCommand.js.map +0 -1
- package/dist/es/commands/DeleteMultiplexProgramCommand.js +0 -40
- package/dist/es/commands/DeleteMultiplexProgramCommand.js.map +0 -1
- package/dist/es/commands/DeleteReservationCommand.js +0 -40
- package/dist/es/commands/DeleteReservationCommand.js.map +0 -1
- package/dist/es/commands/DeleteScheduleCommand.js +0 -40
- package/dist/es/commands/DeleteScheduleCommand.js.map +0 -1
- package/dist/es/commands/DeleteTagsCommand.js +0 -40
- package/dist/es/commands/DeleteTagsCommand.js.map +0 -1
- package/dist/es/commands/DescribeChannelCommand.js +0 -40
- package/dist/es/commands/DescribeChannelCommand.js.map +0 -1
- package/dist/es/commands/DescribeInputCommand.js +0 -40
- package/dist/es/commands/DescribeInputCommand.js.map +0 -1
- package/dist/es/commands/DescribeInputDeviceCommand.js +0 -40
- package/dist/es/commands/DescribeInputDeviceCommand.js.map +0 -1
- package/dist/es/commands/DescribeInputDeviceThumbnailCommand.js +0 -40
- package/dist/es/commands/DescribeInputDeviceThumbnailCommand.js.map +0 -1
- package/dist/es/commands/DescribeInputSecurityGroupCommand.js +0 -40
- package/dist/es/commands/DescribeInputSecurityGroupCommand.js.map +0 -1
- package/dist/es/commands/DescribeMultiplexCommand.js +0 -40
- package/dist/es/commands/DescribeMultiplexCommand.js.map +0 -1
- package/dist/es/commands/DescribeMultiplexProgramCommand.js +0 -40
- package/dist/es/commands/DescribeMultiplexProgramCommand.js.map +0 -1
- package/dist/es/commands/DescribeOfferingCommand.js +0 -40
- package/dist/es/commands/DescribeOfferingCommand.js.map +0 -1
- package/dist/es/commands/DescribeReservationCommand.js +0 -40
- package/dist/es/commands/DescribeReservationCommand.js.map +0 -1
- package/dist/es/commands/DescribeScheduleCommand.js +0 -40
- package/dist/es/commands/DescribeScheduleCommand.js.map +0 -1
- package/dist/es/commands/ListChannelsCommand.js +0 -40
- package/dist/es/commands/ListChannelsCommand.js.map +0 -1
- package/dist/es/commands/ListInputDeviceTransfersCommand.js +0 -40
- package/dist/es/commands/ListInputDeviceTransfersCommand.js.map +0 -1
- package/dist/es/commands/ListInputDevicesCommand.js +0 -40
- package/dist/es/commands/ListInputDevicesCommand.js.map +0 -1
- package/dist/es/commands/ListInputSecurityGroupsCommand.js +0 -40
- package/dist/es/commands/ListInputSecurityGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListInputsCommand.js +0 -40
- package/dist/es/commands/ListInputsCommand.js.map +0 -1
- package/dist/es/commands/ListMultiplexProgramsCommand.js +0 -40
- package/dist/es/commands/ListMultiplexProgramsCommand.js.map +0 -1
- package/dist/es/commands/ListMultiplexesCommand.js +0 -40
- package/dist/es/commands/ListMultiplexesCommand.js.map +0 -1
- package/dist/es/commands/ListOfferingsCommand.js +0 -40
- package/dist/es/commands/ListOfferingsCommand.js.map +0 -1
- package/dist/es/commands/ListReservationsCommand.js +0 -40
- package/dist/es/commands/ListReservationsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -40
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/PurchaseOfferingCommand.js +0 -40
- package/dist/es/commands/PurchaseOfferingCommand.js.map +0 -1
- package/dist/es/commands/RejectInputDeviceTransferCommand.js +0 -40
- package/dist/es/commands/RejectInputDeviceTransferCommand.js.map +0 -1
- package/dist/es/commands/StartChannelCommand.js +0 -40
- package/dist/es/commands/StartChannelCommand.js.map +0 -1
- package/dist/es/commands/StartMultiplexCommand.js +0 -40
- package/dist/es/commands/StartMultiplexCommand.js.map +0 -1
- package/dist/es/commands/StopChannelCommand.js +0 -40
- package/dist/es/commands/StopChannelCommand.js.map +0 -1
- package/dist/es/commands/StopMultiplexCommand.js +0 -40
- package/dist/es/commands/StopMultiplexCommand.js.map +0 -1
- package/dist/es/commands/TransferInputDeviceCommand.js +0 -40
- package/dist/es/commands/TransferInputDeviceCommand.js.map +0 -1
- package/dist/es/commands/UpdateChannelClassCommand.js +0 -40
- package/dist/es/commands/UpdateChannelClassCommand.js.map +0 -1
- package/dist/es/commands/UpdateChannelCommand.js +0 -40
- package/dist/es/commands/UpdateChannelCommand.js.map +0 -1
- package/dist/es/commands/UpdateInputCommand.js +0 -40
- package/dist/es/commands/UpdateInputCommand.js.map +0 -1
- package/dist/es/commands/UpdateInputDeviceCommand.js +0 -40
- package/dist/es/commands/UpdateInputDeviceCommand.js.map +0 -1
- package/dist/es/commands/UpdateInputSecurityGroupCommand.js +0 -40
- package/dist/es/commands/UpdateInputSecurityGroupCommand.js.map +0 -1
- package/dist/es/commands/UpdateMultiplexCommand.js +0 -40
- package/dist/es/commands/UpdateMultiplexCommand.js.map +0 -1
- package/dist/es/commands/UpdateMultiplexProgramCommand.js +0 -40
- package/dist/es/commands/UpdateMultiplexProgramCommand.js.map +0 -1
- package/dist/es/commands/UpdateReservationCommand.js +0 -40
- package/dist/es/commands/UpdateReservationCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -69
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -82
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -3
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1489
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/models/models_1.js +0 -1334
- package/dist/es/models/models_1.js.map +0 -1
- package/dist/es/package.json +0 -94
- package/dist/es/pagination/DescribeSchedulePaginator.js +0 -75
- package/dist/es/pagination/DescribeSchedulePaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListChannelsPaginator.js +0 -75
- package/dist/es/pagination/ListChannelsPaginator.js.map +0 -1
- package/dist/es/pagination/ListInputDeviceTransfersPaginator.js +0 -75
- package/dist/es/pagination/ListInputDeviceTransfersPaginator.js.map +0 -1
- package/dist/es/pagination/ListInputDevicesPaginator.js +0 -75
- package/dist/es/pagination/ListInputDevicesPaginator.js.map +0 -1
- package/dist/es/pagination/ListInputSecurityGroupsPaginator.js +0 -75
- package/dist/es/pagination/ListInputSecurityGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/ListInputsPaginator.js +0 -75
- package/dist/es/pagination/ListInputsPaginator.js.map +0 -1
- package/dist/es/pagination/ListMultiplexProgramsPaginator.js +0 -75
- package/dist/es/pagination/ListMultiplexProgramsPaginator.js.map +0 -1
- package/dist/es/pagination/ListMultiplexesPaginator.js +0 -75
- package/dist/es/pagination/ListMultiplexesPaginator.js.map +0 -1
- package/dist/es/pagination/ListOfferingsPaginator.js +0 -75
- package/dist/es/pagination/ListOfferingsPaginator.js.map +0 -1
- package/dist/es/pagination/ListReservationsPaginator.js +0 -75
- package/dist/es/pagination/ListReservationsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js +0 -13451
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -17
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -22
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -9
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -14
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/es/waiters/waitForChannelCreated.js +0 -73
- package/dist/es/waiters/waitForChannelCreated.js.map +0 -1
- package/dist/es/waiters/waitForChannelDeleted.js +0 -64
- package/dist/es/waiters/waitForChannelDeleted.js.map +0 -1
- package/dist/es/waiters/waitForChannelRunning.js +0 -64
- package/dist/es/waiters/waitForChannelRunning.js.map +0 -1
- package/dist/es/waiters/waitForChannelStopped.js +0 -64
- package/dist/es/waiters/waitForChannelStopped.js.map +0 -1
- package/dist/es/waiters/waitForInputAttached.js +0 -64
- package/dist/es/waiters/waitForInputAttached.js.map +0 -1
- package/dist/es/waiters/waitForInputDeleted.js +0 -64
- package/dist/es/waiters/waitForInputDeleted.js.map +0 -1
- package/dist/es/waiters/waitForInputDetached.js +0 -73
- package/dist/es/waiters/waitForInputDetached.js.map +0 -1
- package/dist/es/waiters/waitForMultiplexCreated.js +0 -73
- package/dist/es/waiters/waitForMultiplexCreated.js.map +0 -1
- package/dist/es/waiters/waitForMultiplexDeleted.js +0 -64
- package/dist/es/waiters/waitForMultiplexDeleted.js.map +0 -1
- package/dist/es/waiters/waitForMultiplexRunning.js +0 -64
- package/dist/es/waiters/waitForMultiplexRunning.js.map +0 -1
- package/dist/es/waiters/waitForMultiplexStopped.js +0 -64
- package/dist/es/waiters/waitForMultiplexStopped.js.map +0 -1
- package/dist/types/MediaLive.d.ts +0 -399
- package/dist/types/MediaLiveClient.d.ts +0 -188
- package/dist/types/commands/AcceptInputDeviceTransferCommand.d.ts +0 -35
- package/dist/types/commands/BatchDeleteCommand.d.ts +0 -35
- package/dist/types/commands/BatchStartCommand.d.ts +0 -35
- package/dist/types/commands/BatchStopCommand.d.ts +0 -35
- package/dist/types/commands/BatchUpdateScheduleCommand.d.ts +0 -35
- package/dist/types/commands/CancelInputDeviceTransferCommand.d.ts +0 -35
- package/dist/types/commands/CreateChannelCommand.d.ts +0 -35
- package/dist/types/commands/CreateInputCommand.d.ts +0 -35
- package/dist/types/commands/CreateInputSecurityGroupCommand.d.ts +0 -35
- package/dist/types/commands/CreateMultiplexCommand.d.ts +0 -35
- package/dist/types/commands/CreateMultiplexProgramCommand.d.ts +0 -35
- package/dist/types/commands/CreatePartnerInputCommand.d.ts +0 -35
- package/dist/types/commands/CreateTagsCommand.d.ts +0 -35
- package/dist/types/commands/DeleteChannelCommand.d.ts +0 -35
- package/dist/types/commands/DeleteInputCommand.d.ts +0 -35
- package/dist/types/commands/DeleteInputSecurityGroupCommand.d.ts +0 -35
- package/dist/types/commands/DeleteMultiplexCommand.d.ts +0 -35
- package/dist/types/commands/DeleteMultiplexProgramCommand.d.ts +0 -35
- package/dist/types/commands/DeleteReservationCommand.d.ts +0 -35
- package/dist/types/commands/DeleteScheduleCommand.d.ts +0 -35
- package/dist/types/commands/DeleteTagsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeChannelCommand.d.ts +0 -35
- package/dist/types/commands/DescribeInputCommand.d.ts +0 -35
- package/dist/types/commands/DescribeInputDeviceCommand.d.ts +0 -35
- package/dist/types/commands/DescribeInputDeviceThumbnailCommand.d.ts +0 -35
- package/dist/types/commands/DescribeInputSecurityGroupCommand.d.ts +0 -35
- package/dist/types/commands/DescribeMultiplexCommand.d.ts +0 -35
- package/dist/types/commands/DescribeMultiplexProgramCommand.d.ts +0 -35
- package/dist/types/commands/DescribeOfferingCommand.d.ts +0 -35
- package/dist/types/commands/DescribeReservationCommand.d.ts +0 -35
- package/dist/types/commands/DescribeScheduleCommand.d.ts +0 -35
- package/dist/types/commands/ListChannelsCommand.d.ts +0 -35
- package/dist/types/commands/ListInputDeviceTransfersCommand.d.ts +0 -35
- package/dist/types/commands/ListInputDevicesCommand.d.ts +0 -35
- package/dist/types/commands/ListInputSecurityGroupsCommand.d.ts +0 -35
- package/dist/types/commands/ListInputsCommand.d.ts +0 -35
- package/dist/types/commands/ListMultiplexProgramsCommand.d.ts +0 -35
- package/dist/types/commands/ListMultiplexesCommand.d.ts +0 -35
- package/dist/types/commands/ListOfferingsCommand.d.ts +0 -35
- package/dist/types/commands/ListReservationsCommand.d.ts +0 -35
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/commands/PurchaseOfferingCommand.d.ts +0 -35
- package/dist/types/commands/RejectInputDeviceTransferCommand.d.ts +0 -35
- package/dist/types/commands/StartChannelCommand.d.ts +0 -35
- package/dist/types/commands/StartMultiplexCommand.d.ts +0 -35
- package/dist/types/commands/StopChannelCommand.d.ts +0 -35
- package/dist/types/commands/StopMultiplexCommand.d.ts +0 -35
- package/dist/types/commands/TransferInputDeviceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateChannelClassCommand.d.ts +0 -35
- package/dist/types/commands/UpdateChannelCommand.d.ts +0 -35
- package/dist/types/commands/UpdateInputCommand.d.ts +0 -35
- package/dist/types/commands/UpdateInputDeviceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateInputSecurityGroupCommand.d.ts +0 -35
- package/dist/types/commands/UpdateMultiplexCommand.d.ts +0 -35
- package/dist/types/commands/UpdateMultiplexProgramCommand.d.ts +0 -35
- package/dist/types/commands/UpdateReservationCommand.d.ts +0 -35
- package/dist/types/index.d.ts +0 -81
- package/dist/types/models/models_0.d.ts +0 -4708
- package/dist/types/models/models_1.d.ts +0 -6078
- package/dist/types/pagination/DescribeSchedulePaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListChannelsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListInputDeviceTransfersPaginator.d.ts +0 -4
- package/dist/types/pagination/ListInputDevicesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListInputSecurityGroupsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListInputsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListMultiplexProgramsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListMultiplexesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListOfferingsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListReservationsPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_restJson1.d.ts +0 -170
- package/dist/types/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/MediaLive.d.ts +0 -399
- package/dist/types/ts3.4/MediaLiveClient.d.ts +0 -188
- package/dist/types/ts3.4/commands/AcceptInputDeviceTransferCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/BatchDeleteCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/BatchStartCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/BatchStopCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateChannelCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateInputCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateMultiplexCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreatePartnerInputCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateTagsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteChannelCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteInputCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteMultiplexCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteReservationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteScheduleCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteTagsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeChannelCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeInputCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeMultiplexCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeOfferingCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeReservationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeScheduleCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListChannelsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListInputDeviceTransfersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListInputDevicesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListInputSecurityGroupsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListInputsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListMultiplexProgramsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListMultiplexesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListOfferingsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListReservationsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PurchaseOfferingCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StartChannelCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StartMultiplexCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StopChannelCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StopMultiplexCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TransferInputDeviceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateChannelClassCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateChannelCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateInputCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateMultiplexCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateReservationCommand.d.ts +0 -35
- package/dist/types/ts3.4/index.d.ts +0 -81
- package/dist/types/ts3.4/models/models_0.d.ts +0 -4708
- package/dist/types/ts3.4/models/models_1.d.ts +0 -6078
- package/dist/types/ts3.4/pagination/DescribeSchedulePaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListChannelsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListInputDeviceTransfersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListInputDevicesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListInputSecurityGroupsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListInputsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListMultiplexProgramsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListMultiplexesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListOfferingsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListReservationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -170
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
- package/dist/types/ts3.4/waiters/waitForChannelCreated.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForChannelDeleted.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForChannelRunning.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForChannelStopped.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForInputAttached.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForInputDeleted.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForInputDetached.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForMultiplexCreated.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForMultiplexDeleted.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForMultiplexRunning.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForMultiplexStopped.d.ts +0 -14
- package/dist/types/waiters/waitForChannelCreated.d.ts +0 -14
- package/dist/types/waiters/waitForChannelDeleted.d.ts +0 -14
- package/dist/types/waiters/waitForChannelRunning.d.ts +0 -14
- package/dist/types/waiters/waitForChannelStopped.d.ts +0 -14
- package/dist/types/waiters/waitForInputAttached.d.ts +0 -14
- package/dist/types/waiters/waitForInputDeleted.d.ts +0 -14
- package/dist/types/waiters/waitForInputDetached.d.ts +0 -14
- package/dist/types/waiters/waitForMultiplexCreated.d.ts +0 -14
- package/dist/types/waiters/waitForMultiplexDeleted.d.ts +0 -14
- package/dist/types/waiters/waitForMultiplexRunning.d.ts +0 -14
- package/dist/types/waiters/waitForMultiplexStopped.d.ts +0 -14
- package/endpoints.ts +0 -73
- package/index.ts +0 -81
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -5851
- package/models/models_1.ts +0 -7592
- package/pagination/DescribeSchedulePaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListChannelsPaginator.ts +0 -58
- package/pagination/ListInputDeviceTransfersPaginator.ts +0 -58
- package/pagination/ListInputDevicesPaginator.ts +0 -58
- package/pagination/ListInputSecurityGroupsPaginator.ts +0 -58
- package/pagination/ListInputsPaginator.ts +0 -54
- package/pagination/ListMultiplexProgramsPaginator.ts +0 -58
- package/pagination/ListMultiplexesPaginator.ts +0 -58
- package/pagination/ListOfferingsPaginator.ts +0 -58
- package/pagination/ListReservationsPaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -15914
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
- package/waiters/waitForChannelCreated.ts +0 -65
- package/waiters/waitForChannelDeleted.ts +0 -57
- package/waiters/waitForChannelRunning.ts +0 -57
- package/waiters/waitForChannelStopped.ts +0 -57
- package/waiters/waitForInputAttached.ts +0 -57
- package/waiters/waitForInputDeleted.ts +0 -57
- package/waiters/waitForInputDetached.ts +0 -65
- package/waiters/waitForMultiplexCreated.ts +0 -65
- package/waiters/waitForMultiplexDeleted.ts +0 -57
- package/waiters/waitForMultiplexRunning.ts +0 -57
- package/waiters/waitForMultiplexStopped.ts +0 -57
|
@@ -1,1334 +0,0 @@
|
|
|
1
|
-
import { __assign } from "tslib";
|
|
2
|
-
export var SmoothGroupSparseTrackType;
|
|
3
|
-
(function (SmoothGroupSparseTrackType) {
|
|
4
|
-
SmoothGroupSparseTrackType["NONE"] = "NONE";
|
|
5
|
-
SmoothGroupSparseTrackType["SCTE_35"] = "SCTE_35";
|
|
6
|
-
SmoothGroupSparseTrackType["SCTE_35_WITHOUT_SEGMENTATION"] = "SCTE_35_WITHOUT_SEGMENTATION";
|
|
7
|
-
})(SmoothGroupSparseTrackType || (SmoothGroupSparseTrackType = {}));
|
|
8
|
-
export var SmoothGroupStreamManifestBehavior;
|
|
9
|
-
(function (SmoothGroupStreamManifestBehavior) {
|
|
10
|
-
SmoothGroupStreamManifestBehavior["DO_NOT_SEND"] = "DO_NOT_SEND";
|
|
11
|
-
SmoothGroupStreamManifestBehavior["SEND"] = "SEND";
|
|
12
|
-
})(SmoothGroupStreamManifestBehavior || (SmoothGroupStreamManifestBehavior = {}));
|
|
13
|
-
export var SmoothGroupTimestampOffsetMode;
|
|
14
|
-
(function (SmoothGroupTimestampOffsetMode) {
|
|
15
|
-
SmoothGroupTimestampOffsetMode["USE_CONFIGURED_OFFSET"] = "USE_CONFIGURED_OFFSET";
|
|
16
|
-
SmoothGroupTimestampOffsetMode["USE_EVENT_START_DATE"] = "USE_EVENT_START_DATE";
|
|
17
|
-
})(SmoothGroupTimestampOffsetMode || (SmoothGroupTimestampOffsetMode = {}));
|
|
18
|
-
export var MsSmoothGroupSettings;
|
|
19
|
-
(function (MsSmoothGroupSettings) {
|
|
20
|
-
MsSmoothGroupSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
21
|
-
})(MsSmoothGroupSettings || (MsSmoothGroupSettings = {}));
|
|
22
|
-
export var MultiplexGroupSettings;
|
|
23
|
-
(function (MultiplexGroupSettings) {
|
|
24
|
-
MultiplexGroupSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
25
|
-
})(MultiplexGroupSettings || (MultiplexGroupSettings = {}));
|
|
26
|
-
export var RtmpAdMarkers;
|
|
27
|
-
(function (RtmpAdMarkers) {
|
|
28
|
-
RtmpAdMarkers["ON_CUE_POINT_SCTE35"] = "ON_CUE_POINT_SCTE35";
|
|
29
|
-
})(RtmpAdMarkers || (RtmpAdMarkers = {}));
|
|
30
|
-
export var AuthenticationScheme;
|
|
31
|
-
(function (AuthenticationScheme) {
|
|
32
|
-
AuthenticationScheme["AKAMAI"] = "AKAMAI";
|
|
33
|
-
AuthenticationScheme["COMMON"] = "COMMON";
|
|
34
|
-
})(AuthenticationScheme || (AuthenticationScheme = {}));
|
|
35
|
-
export var RtmpCacheFullBehavior;
|
|
36
|
-
(function (RtmpCacheFullBehavior) {
|
|
37
|
-
RtmpCacheFullBehavior["DISCONNECT_IMMEDIATELY"] = "DISCONNECT_IMMEDIATELY";
|
|
38
|
-
RtmpCacheFullBehavior["WAIT_FOR_SERVER"] = "WAIT_FOR_SERVER";
|
|
39
|
-
})(RtmpCacheFullBehavior || (RtmpCacheFullBehavior = {}));
|
|
40
|
-
export var RtmpCaptionData;
|
|
41
|
-
(function (RtmpCaptionData) {
|
|
42
|
-
RtmpCaptionData["ALL"] = "ALL";
|
|
43
|
-
RtmpCaptionData["FIELD1_608"] = "FIELD1_608";
|
|
44
|
-
RtmpCaptionData["FIELD1_AND_FIELD2_608"] = "FIELD1_AND_FIELD2_608";
|
|
45
|
-
})(RtmpCaptionData || (RtmpCaptionData = {}));
|
|
46
|
-
export var InputLossActionForRtmpOut;
|
|
47
|
-
(function (InputLossActionForRtmpOut) {
|
|
48
|
-
InputLossActionForRtmpOut["EMIT_OUTPUT"] = "EMIT_OUTPUT";
|
|
49
|
-
InputLossActionForRtmpOut["PAUSE_OUTPUT"] = "PAUSE_OUTPUT";
|
|
50
|
-
})(InputLossActionForRtmpOut || (InputLossActionForRtmpOut = {}));
|
|
51
|
-
export var RtmpGroupSettings;
|
|
52
|
-
(function (RtmpGroupSettings) {
|
|
53
|
-
RtmpGroupSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
54
|
-
})(RtmpGroupSettings || (RtmpGroupSettings = {}));
|
|
55
|
-
export var InputLossActionForUdpOut;
|
|
56
|
-
(function (InputLossActionForUdpOut) {
|
|
57
|
-
InputLossActionForUdpOut["DROP_PROGRAM"] = "DROP_PROGRAM";
|
|
58
|
-
InputLossActionForUdpOut["DROP_TS"] = "DROP_TS";
|
|
59
|
-
InputLossActionForUdpOut["EMIT_PROGRAM"] = "EMIT_PROGRAM";
|
|
60
|
-
})(InputLossActionForUdpOut || (InputLossActionForUdpOut = {}));
|
|
61
|
-
export var UdpTimedMetadataId3Frame;
|
|
62
|
-
(function (UdpTimedMetadataId3Frame) {
|
|
63
|
-
UdpTimedMetadataId3Frame["NONE"] = "NONE";
|
|
64
|
-
UdpTimedMetadataId3Frame["PRIV"] = "PRIV";
|
|
65
|
-
UdpTimedMetadataId3Frame["TDRL"] = "TDRL";
|
|
66
|
-
})(UdpTimedMetadataId3Frame || (UdpTimedMetadataId3Frame = {}));
|
|
67
|
-
export var UdpGroupSettings;
|
|
68
|
-
(function (UdpGroupSettings) {
|
|
69
|
-
UdpGroupSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
70
|
-
})(UdpGroupSettings || (UdpGroupSettings = {}));
|
|
71
|
-
export var OutputGroupSettings;
|
|
72
|
-
(function (OutputGroupSettings) {
|
|
73
|
-
OutputGroupSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
74
|
-
})(OutputGroupSettings || (OutputGroupSettings = {}));
|
|
75
|
-
export var OutputGroup;
|
|
76
|
-
(function (OutputGroup) {
|
|
77
|
-
OutputGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
78
|
-
})(OutputGroup || (OutputGroup = {}));
|
|
79
|
-
export var PipelineDetail;
|
|
80
|
-
(function (PipelineDetail) {
|
|
81
|
-
PipelineDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
82
|
-
})(PipelineDetail || (PipelineDetail = {}));
|
|
83
|
-
export var PipelineId;
|
|
84
|
-
(function (PipelineId) {
|
|
85
|
-
PipelineId["PIPELINE_0"] = "PIPELINE_0";
|
|
86
|
-
PipelineId["PIPELINE_1"] = "PIPELINE_1";
|
|
87
|
-
})(PipelineId || (PipelineId = {}));
|
|
88
|
-
export var PipelinePauseStateSettings;
|
|
89
|
-
(function (PipelinePauseStateSettings) {
|
|
90
|
-
PipelinePauseStateSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
91
|
-
})(PipelinePauseStateSettings || (PipelinePauseStateSettings = {}));
|
|
92
|
-
export var ReservationState;
|
|
93
|
-
(function (ReservationState) {
|
|
94
|
-
ReservationState["ACTIVE"] = "ACTIVE";
|
|
95
|
-
ReservationState["CANCELED"] = "CANCELED";
|
|
96
|
-
ReservationState["DELETED"] = "DELETED";
|
|
97
|
-
ReservationState["EXPIRED"] = "EXPIRED";
|
|
98
|
-
})(ReservationState || (ReservationState = {}));
|
|
99
|
-
export var Reservation;
|
|
100
|
-
(function (Reservation) {
|
|
101
|
-
Reservation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
102
|
-
})(Reservation || (Reservation = {}));
|
|
103
|
-
export var HlsId3SegmentTaggingScheduleActionSettings;
|
|
104
|
-
(function (HlsId3SegmentTaggingScheduleActionSettings) {
|
|
105
|
-
HlsId3SegmentTaggingScheduleActionSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
106
|
-
})(HlsId3SegmentTaggingScheduleActionSettings || (HlsId3SegmentTaggingScheduleActionSettings = {}));
|
|
107
|
-
export var HlsTimedMetadataScheduleActionSettings;
|
|
108
|
-
(function (HlsTimedMetadataScheduleActionSettings) {
|
|
109
|
-
HlsTimedMetadataScheduleActionSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
110
|
-
})(HlsTimedMetadataScheduleActionSettings || (HlsTimedMetadataScheduleActionSettings = {}));
|
|
111
|
-
export var InputTimecodeSource;
|
|
112
|
-
(function (InputTimecodeSource) {
|
|
113
|
-
InputTimecodeSource["EMBEDDED"] = "EMBEDDED";
|
|
114
|
-
InputTimecodeSource["ZEROBASED"] = "ZEROBASED";
|
|
115
|
-
})(InputTimecodeSource || (InputTimecodeSource = {}));
|
|
116
|
-
export var StartTimecode;
|
|
117
|
-
(function (StartTimecode) {
|
|
118
|
-
StartTimecode.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
119
|
-
})(StartTimecode || (StartTimecode = {}));
|
|
120
|
-
export var LastFrameClippingBehavior;
|
|
121
|
-
(function (LastFrameClippingBehavior) {
|
|
122
|
-
LastFrameClippingBehavior["EXCLUDE_LAST_FRAME"] = "EXCLUDE_LAST_FRAME";
|
|
123
|
-
LastFrameClippingBehavior["INCLUDE_LAST_FRAME"] = "INCLUDE_LAST_FRAME";
|
|
124
|
-
})(LastFrameClippingBehavior || (LastFrameClippingBehavior = {}));
|
|
125
|
-
export var StopTimecode;
|
|
126
|
-
(function (StopTimecode) {
|
|
127
|
-
StopTimecode.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
128
|
-
})(StopTimecode || (StopTimecode = {}));
|
|
129
|
-
export var InputClippingSettings;
|
|
130
|
-
(function (InputClippingSettings) {
|
|
131
|
-
InputClippingSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
132
|
-
})(InputClippingSettings || (InputClippingSettings = {}));
|
|
133
|
-
export var InputPrepareScheduleActionSettings;
|
|
134
|
-
(function (InputPrepareScheduleActionSettings) {
|
|
135
|
-
InputPrepareScheduleActionSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
136
|
-
})(InputPrepareScheduleActionSettings || (InputPrepareScheduleActionSettings = {}));
|
|
137
|
-
export var InputSwitchScheduleActionSettings;
|
|
138
|
-
(function (InputSwitchScheduleActionSettings) {
|
|
139
|
-
InputSwitchScheduleActionSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
140
|
-
})(InputSwitchScheduleActionSettings || (InputSwitchScheduleActionSettings = {}));
|
|
141
|
-
export var MotionGraphicsActivateScheduleActionSettings;
|
|
142
|
-
(function (MotionGraphicsActivateScheduleActionSettings) {
|
|
143
|
-
MotionGraphicsActivateScheduleActionSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
144
|
-
})(MotionGraphicsActivateScheduleActionSettings || (MotionGraphicsActivateScheduleActionSettings = {}));
|
|
145
|
-
export var MotionGraphicsDeactivateScheduleActionSettings;
|
|
146
|
-
(function (MotionGraphicsDeactivateScheduleActionSettings) {
|
|
147
|
-
MotionGraphicsDeactivateScheduleActionSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
148
|
-
})(MotionGraphicsDeactivateScheduleActionSettings || (MotionGraphicsDeactivateScheduleActionSettings = {}));
|
|
149
|
-
export var PauseStateScheduleActionSettings;
|
|
150
|
-
(function (PauseStateScheduleActionSettings) {
|
|
151
|
-
PauseStateScheduleActionSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
152
|
-
})(PauseStateScheduleActionSettings || (PauseStateScheduleActionSettings = {}));
|
|
153
|
-
export var Scte35ReturnToNetworkScheduleActionSettings;
|
|
154
|
-
(function (Scte35ReturnToNetworkScheduleActionSettings) {
|
|
155
|
-
Scte35ReturnToNetworkScheduleActionSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
156
|
-
})(Scte35ReturnToNetworkScheduleActionSettings || (Scte35ReturnToNetworkScheduleActionSettings = {}));
|
|
157
|
-
export var Scte35SpliceInsertScheduleActionSettings;
|
|
158
|
-
(function (Scte35SpliceInsertScheduleActionSettings) {
|
|
159
|
-
Scte35SpliceInsertScheduleActionSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
160
|
-
})(Scte35SpliceInsertScheduleActionSettings || (Scte35SpliceInsertScheduleActionSettings = {}));
|
|
161
|
-
export var Scte35ArchiveAllowedFlag;
|
|
162
|
-
(function (Scte35ArchiveAllowedFlag) {
|
|
163
|
-
Scte35ArchiveAllowedFlag["ARCHIVE_ALLOWED"] = "ARCHIVE_ALLOWED";
|
|
164
|
-
Scte35ArchiveAllowedFlag["ARCHIVE_NOT_ALLOWED"] = "ARCHIVE_NOT_ALLOWED";
|
|
165
|
-
})(Scte35ArchiveAllowedFlag || (Scte35ArchiveAllowedFlag = {}));
|
|
166
|
-
export var Scte35DeviceRestrictions;
|
|
167
|
-
(function (Scte35DeviceRestrictions) {
|
|
168
|
-
Scte35DeviceRestrictions["NONE"] = "NONE";
|
|
169
|
-
Scte35DeviceRestrictions["RESTRICT_GROUP0"] = "RESTRICT_GROUP0";
|
|
170
|
-
Scte35DeviceRestrictions["RESTRICT_GROUP1"] = "RESTRICT_GROUP1";
|
|
171
|
-
Scte35DeviceRestrictions["RESTRICT_GROUP2"] = "RESTRICT_GROUP2";
|
|
172
|
-
})(Scte35DeviceRestrictions || (Scte35DeviceRestrictions = {}));
|
|
173
|
-
export var Scte35NoRegionalBlackoutFlag;
|
|
174
|
-
(function (Scte35NoRegionalBlackoutFlag) {
|
|
175
|
-
Scte35NoRegionalBlackoutFlag["NO_REGIONAL_BLACKOUT"] = "NO_REGIONAL_BLACKOUT";
|
|
176
|
-
Scte35NoRegionalBlackoutFlag["REGIONAL_BLACKOUT"] = "REGIONAL_BLACKOUT";
|
|
177
|
-
})(Scte35NoRegionalBlackoutFlag || (Scte35NoRegionalBlackoutFlag = {}));
|
|
178
|
-
export var Scte35WebDeliveryAllowedFlag;
|
|
179
|
-
(function (Scte35WebDeliveryAllowedFlag) {
|
|
180
|
-
Scte35WebDeliveryAllowedFlag["WEB_DELIVERY_ALLOWED"] = "WEB_DELIVERY_ALLOWED";
|
|
181
|
-
Scte35WebDeliveryAllowedFlag["WEB_DELIVERY_NOT_ALLOWED"] = "WEB_DELIVERY_NOT_ALLOWED";
|
|
182
|
-
})(Scte35WebDeliveryAllowedFlag || (Scte35WebDeliveryAllowedFlag = {}));
|
|
183
|
-
export var Scte35DeliveryRestrictions;
|
|
184
|
-
(function (Scte35DeliveryRestrictions) {
|
|
185
|
-
Scte35DeliveryRestrictions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
186
|
-
})(Scte35DeliveryRestrictions || (Scte35DeliveryRestrictions = {}));
|
|
187
|
-
export var Scte35SegmentationCancelIndicator;
|
|
188
|
-
(function (Scte35SegmentationCancelIndicator) {
|
|
189
|
-
Scte35SegmentationCancelIndicator["SEGMENTATION_EVENT_CANCELED"] = "SEGMENTATION_EVENT_CANCELED";
|
|
190
|
-
Scte35SegmentationCancelIndicator["SEGMENTATION_EVENT_NOT_CANCELED"] = "SEGMENTATION_EVENT_NOT_CANCELED";
|
|
191
|
-
})(Scte35SegmentationCancelIndicator || (Scte35SegmentationCancelIndicator = {}));
|
|
192
|
-
export var Scte35SegmentationDescriptor;
|
|
193
|
-
(function (Scte35SegmentationDescriptor) {
|
|
194
|
-
Scte35SegmentationDescriptor.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
195
|
-
})(Scte35SegmentationDescriptor || (Scte35SegmentationDescriptor = {}));
|
|
196
|
-
export var Scte35DescriptorSettings;
|
|
197
|
-
(function (Scte35DescriptorSettings) {
|
|
198
|
-
Scte35DescriptorSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
199
|
-
})(Scte35DescriptorSettings || (Scte35DescriptorSettings = {}));
|
|
200
|
-
export var Scte35Descriptor;
|
|
201
|
-
(function (Scte35Descriptor) {
|
|
202
|
-
Scte35Descriptor.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
203
|
-
})(Scte35Descriptor || (Scte35Descriptor = {}));
|
|
204
|
-
export var Scte35TimeSignalScheduleActionSettings;
|
|
205
|
-
(function (Scte35TimeSignalScheduleActionSettings) {
|
|
206
|
-
Scte35TimeSignalScheduleActionSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
207
|
-
})(Scte35TimeSignalScheduleActionSettings || (Scte35TimeSignalScheduleActionSettings = {}));
|
|
208
|
-
export var StaticImageActivateScheduleActionSettings;
|
|
209
|
-
(function (StaticImageActivateScheduleActionSettings) {
|
|
210
|
-
StaticImageActivateScheduleActionSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
211
|
-
})(StaticImageActivateScheduleActionSettings || (StaticImageActivateScheduleActionSettings = {}));
|
|
212
|
-
export var StaticImageDeactivateScheduleActionSettings;
|
|
213
|
-
(function (StaticImageDeactivateScheduleActionSettings) {
|
|
214
|
-
StaticImageDeactivateScheduleActionSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
215
|
-
})(StaticImageDeactivateScheduleActionSettings || (StaticImageDeactivateScheduleActionSettings = {}));
|
|
216
|
-
export var ScheduleActionSettings;
|
|
217
|
-
(function (ScheduleActionSettings) {
|
|
218
|
-
ScheduleActionSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
219
|
-
})(ScheduleActionSettings || (ScheduleActionSettings = {}));
|
|
220
|
-
export var FixedModeScheduleActionStartSettings;
|
|
221
|
-
(function (FixedModeScheduleActionStartSettings) {
|
|
222
|
-
FixedModeScheduleActionStartSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
223
|
-
})(FixedModeScheduleActionStartSettings || (FixedModeScheduleActionStartSettings = {}));
|
|
224
|
-
export var FollowPoint;
|
|
225
|
-
(function (FollowPoint) {
|
|
226
|
-
FollowPoint["END"] = "END";
|
|
227
|
-
FollowPoint["START"] = "START";
|
|
228
|
-
})(FollowPoint || (FollowPoint = {}));
|
|
229
|
-
export var FollowModeScheduleActionStartSettings;
|
|
230
|
-
(function (FollowModeScheduleActionStartSettings) {
|
|
231
|
-
FollowModeScheduleActionStartSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
232
|
-
})(FollowModeScheduleActionStartSettings || (FollowModeScheduleActionStartSettings = {}));
|
|
233
|
-
export var ImmediateModeScheduleActionStartSettings;
|
|
234
|
-
(function (ImmediateModeScheduleActionStartSettings) {
|
|
235
|
-
ImmediateModeScheduleActionStartSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
236
|
-
})(ImmediateModeScheduleActionStartSettings || (ImmediateModeScheduleActionStartSettings = {}));
|
|
237
|
-
export var ScheduleActionStartSettings;
|
|
238
|
-
(function (ScheduleActionStartSettings) {
|
|
239
|
-
ScheduleActionStartSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
240
|
-
})(ScheduleActionStartSettings || (ScheduleActionStartSettings = {}));
|
|
241
|
-
export var ScheduleAction;
|
|
242
|
-
(function (ScheduleAction) {
|
|
243
|
-
ScheduleAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
244
|
-
})(ScheduleAction || (ScheduleAction = {}));
|
|
245
|
-
export var InputDeviceTransferType;
|
|
246
|
-
(function (InputDeviceTransferType) {
|
|
247
|
-
InputDeviceTransferType["INCOMING"] = "INCOMING";
|
|
248
|
-
InputDeviceTransferType["OUTGOING"] = "OUTGOING";
|
|
249
|
-
})(InputDeviceTransferType || (InputDeviceTransferType = {}));
|
|
250
|
-
export var TransferringInputDeviceSummary;
|
|
251
|
-
(function (TransferringInputDeviceSummary) {
|
|
252
|
-
TransferringInputDeviceSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
253
|
-
})(TransferringInputDeviceSummary || (TransferringInputDeviceSummary = {}));
|
|
254
|
-
export var ValidationError;
|
|
255
|
-
(function (ValidationError) {
|
|
256
|
-
ValidationError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
257
|
-
})(ValidationError || (ValidationError = {}));
|
|
258
|
-
export var FrameCaptureIntervalUnit;
|
|
259
|
-
(function (FrameCaptureIntervalUnit) {
|
|
260
|
-
FrameCaptureIntervalUnit["MILLISECONDS"] = "MILLISECONDS";
|
|
261
|
-
FrameCaptureIntervalUnit["SECONDS"] = "SECONDS";
|
|
262
|
-
})(FrameCaptureIntervalUnit || (FrameCaptureIntervalUnit = {}));
|
|
263
|
-
export var FrameCaptureSettings;
|
|
264
|
-
(function (FrameCaptureSettings) {
|
|
265
|
-
FrameCaptureSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
266
|
-
})(FrameCaptureSettings || (FrameCaptureSettings = {}));
|
|
267
|
-
export var H264AdaptiveQuantization;
|
|
268
|
-
(function (H264AdaptiveQuantization) {
|
|
269
|
-
H264AdaptiveQuantization["AUTO"] = "AUTO";
|
|
270
|
-
H264AdaptiveQuantization["HIGH"] = "HIGH";
|
|
271
|
-
H264AdaptiveQuantization["HIGHER"] = "HIGHER";
|
|
272
|
-
H264AdaptiveQuantization["LOW"] = "LOW";
|
|
273
|
-
H264AdaptiveQuantization["MAX"] = "MAX";
|
|
274
|
-
H264AdaptiveQuantization["MEDIUM"] = "MEDIUM";
|
|
275
|
-
H264AdaptiveQuantization["OFF"] = "OFF";
|
|
276
|
-
})(H264AdaptiveQuantization || (H264AdaptiveQuantization = {}));
|
|
277
|
-
export var AfdSignaling;
|
|
278
|
-
(function (AfdSignaling) {
|
|
279
|
-
AfdSignaling["AUTO"] = "AUTO";
|
|
280
|
-
AfdSignaling["FIXED"] = "FIXED";
|
|
281
|
-
AfdSignaling["NONE"] = "NONE";
|
|
282
|
-
})(AfdSignaling || (AfdSignaling = {}));
|
|
283
|
-
export var H264ColorMetadata;
|
|
284
|
-
(function (H264ColorMetadata) {
|
|
285
|
-
H264ColorMetadata["IGNORE"] = "IGNORE";
|
|
286
|
-
H264ColorMetadata["INSERT"] = "INSERT";
|
|
287
|
-
})(H264ColorMetadata || (H264ColorMetadata = {}));
|
|
288
|
-
export var ColorSpacePassthroughSettings;
|
|
289
|
-
(function (ColorSpacePassthroughSettings) {
|
|
290
|
-
ColorSpacePassthroughSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
|
-
})(ColorSpacePassthroughSettings || (ColorSpacePassthroughSettings = {}));
|
|
292
|
-
export var Rec601Settings;
|
|
293
|
-
(function (Rec601Settings) {
|
|
294
|
-
Rec601Settings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
295
|
-
})(Rec601Settings || (Rec601Settings = {}));
|
|
296
|
-
export var Rec709Settings;
|
|
297
|
-
(function (Rec709Settings) {
|
|
298
|
-
Rec709Settings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
299
|
-
})(Rec709Settings || (Rec709Settings = {}));
|
|
300
|
-
export var H264ColorSpaceSettings;
|
|
301
|
-
(function (H264ColorSpaceSettings) {
|
|
302
|
-
H264ColorSpaceSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
303
|
-
})(H264ColorSpaceSettings || (H264ColorSpaceSettings = {}));
|
|
304
|
-
export var H264EntropyEncoding;
|
|
305
|
-
(function (H264EntropyEncoding) {
|
|
306
|
-
H264EntropyEncoding["CABAC"] = "CABAC";
|
|
307
|
-
H264EntropyEncoding["CAVLC"] = "CAVLC";
|
|
308
|
-
})(H264EntropyEncoding || (H264EntropyEncoding = {}));
|
|
309
|
-
export var TemporalFilterPostFilterSharpening;
|
|
310
|
-
(function (TemporalFilterPostFilterSharpening) {
|
|
311
|
-
TemporalFilterPostFilterSharpening["AUTO"] = "AUTO";
|
|
312
|
-
TemporalFilterPostFilterSharpening["DISABLED"] = "DISABLED";
|
|
313
|
-
TemporalFilterPostFilterSharpening["ENABLED"] = "ENABLED";
|
|
314
|
-
})(TemporalFilterPostFilterSharpening || (TemporalFilterPostFilterSharpening = {}));
|
|
315
|
-
export var TemporalFilterStrength;
|
|
316
|
-
(function (TemporalFilterStrength) {
|
|
317
|
-
TemporalFilterStrength["AUTO"] = "AUTO";
|
|
318
|
-
TemporalFilterStrength["STRENGTH_1"] = "STRENGTH_1";
|
|
319
|
-
TemporalFilterStrength["STRENGTH_10"] = "STRENGTH_10";
|
|
320
|
-
TemporalFilterStrength["STRENGTH_11"] = "STRENGTH_11";
|
|
321
|
-
TemporalFilterStrength["STRENGTH_12"] = "STRENGTH_12";
|
|
322
|
-
TemporalFilterStrength["STRENGTH_13"] = "STRENGTH_13";
|
|
323
|
-
TemporalFilterStrength["STRENGTH_14"] = "STRENGTH_14";
|
|
324
|
-
TemporalFilterStrength["STRENGTH_15"] = "STRENGTH_15";
|
|
325
|
-
TemporalFilterStrength["STRENGTH_16"] = "STRENGTH_16";
|
|
326
|
-
TemporalFilterStrength["STRENGTH_2"] = "STRENGTH_2";
|
|
327
|
-
TemporalFilterStrength["STRENGTH_3"] = "STRENGTH_3";
|
|
328
|
-
TemporalFilterStrength["STRENGTH_4"] = "STRENGTH_4";
|
|
329
|
-
TemporalFilterStrength["STRENGTH_5"] = "STRENGTH_5";
|
|
330
|
-
TemporalFilterStrength["STRENGTH_6"] = "STRENGTH_6";
|
|
331
|
-
TemporalFilterStrength["STRENGTH_7"] = "STRENGTH_7";
|
|
332
|
-
TemporalFilterStrength["STRENGTH_8"] = "STRENGTH_8";
|
|
333
|
-
TemporalFilterStrength["STRENGTH_9"] = "STRENGTH_9";
|
|
334
|
-
})(TemporalFilterStrength || (TemporalFilterStrength = {}));
|
|
335
|
-
export var TemporalFilterSettings;
|
|
336
|
-
(function (TemporalFilterSettings) {
|
|
337
|
-
TemporalFilterSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
338
|
-
})(TemporalFilterSettings || (TemporalFilterSettings = {}));
|
|
339
|
-
export var H264FilterSettings;
|
|
340
|
-
(function (H264FilterSettings) {
|
|
341
|
-
H264FilterSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
342
|
-
})(H264FilterSettings || (H264FilterSettings = {}));
|
|
343
|
-
export var FixedAfd;
|
|
344
|
-
(function (FixedAfd) {
|
|
345
|
-
FixedAfd["AFD_0000"] = "AFD_0000";
|
|
346
|
-
FixedAfd["AFD_0010"] = "AFD_0010";
|
|
347
|
-
FixedAfd["AFD_0011"] = "AFD_0011";
|
|
348
|
-
FixedAfd["AFD_0100"] = "AFD_0100";
|
|
349
|
-
FixedAfd["AFD_1000"] = "AFD_1000";
|
|
350
|
-
FixedAfd["AFD_1001"] = "AFD_1001";
|
|
351
|
-
FixedAfd["AFD_1010"] = "AFD_1010";
|
|
352
|
-
FixedAfd["AFD_1011"] = "AFD_1011";
|
|
353
|
-
FixedAfd["AFD_1101"] = "AFD_1101";
|
|
354
|
-
FixedAfd["AFD_1110"] = "AFD_1110";
|
|
355
|
-
FixedAfd["AFD_1111"] = "AFD_1111";
|
|
356
|
-
})(FixedAfd || (FixedAfd = {}));
|
|
357
|
-
export var H264FlickerAq;
|
|
358
|
-
(function (H264FlickerAq) {
|
|
359
|
-
H264FlickerAq["DISABLED"] = "DISABLED";
|
|
360
|
-
H264FlickerAq["ENABLED"] = "ENABLED";
|
|
361
|
-
})(H264FlickerAq || (H264FlickerAq = {}));
|
|
362
|
-
export var H264ForceFieldPictures;
|
|
363
|
-
(function (H264ForceFieldPictures) {
|
|
364
|
-
H264ForceFieldPictures["DISABLED"] = "DISABLED";
|
|
365
|
-
H264ForceFieldPictures["ENABLED"] = "ENABLED";
|
|
366
|
-
})(H264ForceFieldPictures || (H264ForceFieldPictures = {}));
|
|
367
|
-
export var H264FramerateControl;
|
|
368
|
-
(function (H264FramerateControl) {
|
|
369
|
-
H264FramerateControl["INITIALIZE_FROM_SOURCE"] = "INITIALIZE_FROM_SOURCE";
|
|
370
|
-
H264FramerateControl["SPECIFIED"] = "SPECIFIED";
|
|
371
|
-
})(H264FramerateControl || (H264FramerateControl = {}));
|
|
372
|
-
export var H264GopBReference;
|
|
373
|
-
(function (H264GopBReference) {
|
|
374
|
-
H264GopBReference["DISABLED"] = "DISABLED";
|
|
375
|
-
H264GopBReference["ENABLED"] = "ENABLED";
|
|
376
|
-
})(H264GopBReference || (H264GopBReference = {}));
|
|
377
|
-
export var H264GopSizeUnits;
|
|
378
|
-
(function (H264GopSizeUnits) {
|
|
379
|
-
H264GopSizeUnits["FRAMES"] = "FRAMES";
|
|
380
|
-
H264GopSizeUnits["SECONDS"] = "SECONDS";
|
|
381
|
-
})(H264GopSizeUnits || (H264GopSizeUnits = {}));
|
|
382
|
-
export var H264Level;
|
|
383
|
-
(function (H264Level) {
|
|
384
|
-
H264Level["H264_LEVEL_1"] = "H264_LEVEL_1";
|
|
385
|
-
H264Level["H264_LEVEL_1_1"] = "H264_LEVEL_1_1";
|
|
386
|
-
H264Level["H264_LEVEL_1_2"] = "H264_LEVEL_1_2";
|
|
387
|
-
H264Level["H264_LEVEL_1_3"] = "H264_LEVEL_1_3";
|
|
388
|
-
H264Level["H264_LEVEL_2"] = "H264_LEVEL_2";
|
|
389
|
-
H264Level["H264_LEVEL_2_1"] = "H264_LEVEL_2_1";
|
|
390
|
-
H264Level["H264_LEVEL_2_2"] = "H264_LEVEL_2_2";
|
|
391
|
-
H264Level["H264_LEVEL_3"] = "H264_LEVEL_3";
|
|
392
|
-
H264Level["H264_LEVEL_3_1"] = "H264_LEVEL_3_1";
|
|
393
|
-
H264Level["H264_LEVEL_3_2"] = "H264_LEVEL_3_2";
|
|
394
|
-
H264Level["H264_LEVEL_4"] = "H264_LEVEL_4";
|
|
395
|
-
H264Level["H264_LEVEL_4_1"] = "H264_LEVEL_4_1";
|
|
396
|
-
H264Level["H264_LEVEL_4_2"] = "H264_LEVEL_4_2";
|
|
397
|
-
H264Level["H264_LEVEL_5"] = "H264_LEVEL_5";
|
|
398
|
-
H264Level["H264_LEVEL_5_1"] = "H264_LEVEL_5_1";
|
|
399
|
-
H264Level["H264_LEVEL_5_2"] = "H264_LEVEL_5_2";
|
|
400
|
-
H264Level["H264_LEVEL_AUTO"] = "H264_LEVEL_AUTO";
|
|
401
|
-
})(H264Level || (H264Level = {}));
|
|
402
|
-
export var H264LookAheadRateControl;
|
|
403
|
-
(function (H264LookAheadRateControl) {
|
|
404
|
-
H264LookAheadRateControl["HIGH"] = "HIGH";
|
|
405
|
-
H264LookAheadRateControl["LOW"] = "LOW";
|
|
406
|
-
H264LookAheadRateControl["MEDIUM"] = "MEDIUM";
|
|
407
|
-
})(H264LookAheadRateControl || (H264LookAheadRateControl = {}));
|
|
408
|
-
export var H264ParControl;
|
|
409
|
-
(function (H264ParControl) {
|
|
410
|
-
H264ParControl["INITIALIZE_FROM_SOURCE"] = "INITIALIZE_FROM_SOURCE";
|
|
411
|
-
H264ParControl["SPECIFIED"] = "SPECIFIED";
|
|
412
|
-
})(H264ParControl || (H264ParControl = {}));
|
|
413
|
-
export var H264Profile;
|
|
414
|
-
(function (H264Profile) {
|
|
415
|
-
H264Profile["BASELINE"] = "BASELINE";
|
|
416
|
-
H264Profile["HIGH"] = "HIGH";
|
|
417
|
-
H264Profile["HIGH_10BIT"] = "HIGH_10BIT";
|
|
418
|
-
H264Profile["HIGH_422"] = "HIGH_422";
|
|
419
|
-
H264Profile["HIGH_422_10BIT"] = "HIGH_422_10BIT";
|
|
420
|
-
H264Profile["MAIN"] = "MAIN";
|
|
421
|
-
})(H264Profile || (H264Profile = {}));
|
|
422
|
-
export var H264QualityLevel;
|
|
423
|
-
(function (H264QualityLevel) {
|
|
424
|
-
H264QualityLevel["ENHANCED_QUALITY"] = "ENHANCED_QUALITY";
|
|
425
|
-
H264QualityLevel["STANDARD_QUALITY"] = "STANDARD_QUALITY";
|
|
426
|
-
})(H264QualityLevel || (H264QualityLevel = {}));
|
|
427
|
-
export var H264RateControlMode;
|
|
428
|
-
(function (H264RateControlMode) {
|
|
429
|
-
H264RateControlMode["CBR"] = "CBR";
|
|
430
|
-
H264RateControlMode["MULTIPLEX"] = "MULTIPLEX";
|
|
431
|
-
H264RateControlMode["QVBR"] = "QVBR";
|
|
432
|
-
H264RateControlMode["VBR"] = "VBR";
|
|
433
|
-
})(H264RateControlMode || (H264RateControlMode = {}));
|
|
434
|
-
export var H264ScanType;
|
|
435
|
-
(function (H264ScanType) {
|
|
436
|
-
H264ScanType["INTERLACED"] = "INTERLACED";
|
|
437
|
-
H264ScanType["PROGRESSIVE"] = "PROGRESSIVE";
|
|
438
|
-
})(H264ScanType || (H264ScanType = {}));
|
|
439
|
-
export var H264SceneChangeDetect;
|
|
440
|
-
(function (H264SceneChangeDetect) {
|
|
441
|
-
H264SceneChangeDetect["DISABLED"] = "DISABLED";
|
|
442
|
-
H264SceneChangeDetect["ENABLED"] = "ENABLED";
|
|
443
|
-
})(H264SceneChangeDetect || (H264SceneChangeDetect = {}));
|
|
444
|
-
export var H264SpatialAq;
|
|
445
|
-
(function (H264SpatialAq) {
|
|
446
|
-
H264SpatialAq["DISABLED"] = "DISABLED";
|
|
447
|
-
H264SpatialAq["ENABLED"] = "ENABLED";
|
|
448
|
-
})(H264SpatialAq || (H264SpatialAq = {}));
|
|
449
|
-
export var H264SubGopLength;
|
|
450
|
-
(function (H264SubGopLength) {
|
|
451
|
-
H264SubGopLength["DYNAMIC"] = "DYNAMIC";
|
|
452
|
-
H264SubGopLength["FIXED"] = "FIXED";
|
|
453
|
-
})(H264SubGopLength || (H264SubGopLength = {}));
|
|
454
|
-
export var H264Syntax;
|
|
455
|
-
(function (H264Syntax) {
|
|
456
|
-
H264Syntax["DEFAULT"] = "DEFAULT";
|
|
457
|
-
H264Syntax["RP2027"] = "RP2027";
|
|
458
|
-
})(H264Syntax || (H264Syntax = {}));
|
|
459
|
-
export var H264TemporalAq;
|
|
460
|
-
(function (H264TemporalAq) {
|
|
461
|
-
H264TemporalAq["DISABLED"] = "DISABLED";
|
|
462
|
-
H264TemporalAq["ENABLED"] = "ENABLED";
|
|
463
|
-
})(H264TemporalAq || (H264TemporalAq = {}));
|
|
464
|
-
export var H264TimecodeInsertionBehavior;
|
|
465
|
-
(function (H264TimecodeInsertionBehavior) {
|
|
466
|
-
H264TimecodeInsertionBehavior["DISABLED"] = "DISABLED";
|
|
467
|
-
H264TimecodeInsertionBehavior["PIC_TIMING_SEI"] = "PIC_TIMING_SEI";
|
|
468
|
-
})(H264TimecodeInsertionBehavior || (H264TimecodeInsertionBehavior = {}));
|
|
469
|
-
export var H264Settings;
|
|
470
|
-
(function (H264Settings) {
|
|
471
|
-
H264Settings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
472
|
-
})(H264Settings || (H264Settings = {}));
|
|
473
|
-
export var H265AdaptiveQuantization;
|
|
474
|
-
(function (H265AdaptiveQuantization) {
|
|
475
|
-
H265AdaptiveQuantization["AUTO"] = "AUTO";
|
|
476
|
-
H265AdaptiveQuantization["HIGH"] = "HIGH";
|
|
477
|
-
H265AdaptiveQuantization["HIGHER"] = "HIGHER";
|
|
478
|
-
H265AdaptiveQuantization["LOW"] = "LOW";
|
|
479
|
-
H265AdaptiveQuantization["MAX"] = "MAX";
|
|
480
|
-
H265AdaptiveQuantization["MEDIUM"] = "MEDIUM";
|
|
481
|
-
H265AdaptiveQuantization["OFF"] = "OFF";
|
|
482
|
-
})(H265AdaptiveQuantization || (H265AdaptiveQuantization = {}));
|
|
483
|
-
export var H265AlternativeTransferFunction;
|
|
484
|
-
(function (H265AlternativeTransferFunction) {
|
|
485
|
-
H265AlternativeTransferFunction["INSERT"] = "INSERT";
|
|
486
|
-
H265AlternativeTransferFunction["OMIT"] = "OMIT";
|
|
487
|
-
})(H265AlternativeTransferFunction || (H265AlternativeTransferFunction = {}));
|
|
488
|
-
export var H265ColorMetadata;
|
|
489
|
-
(function (H265ColorMetadata) {
|
|
490
|
-
H265ColorMetadata["IGNORE"] = "IGNORE";
|
|
491
|
-
H265ColorMetadata["INSERT"] = "INSERT";
|
|
492
|
-
})(H265ColorMetadata || (H265ColorMetadata = {}));
|
|
493
|
-
export var H265ColorSpaceSettings;
|
|
494
|
-
(function (H265ColorSpaceSettings) {
|
|
495
|
-
H265ColorSpaceSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
496
|
-
})(H265ColorSpaceSettings || (H265ColorSpaceSettings = {}));
|
|
497
|
-
export var H265FilterSettings;
|
|
498
|
-
(function (H265FilterSettings) {
|
|
499
|
-
H265FilterSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
500
|
-
})(H265FilterSettings || (H265FilterSettings = {}));
|
|
501
|
-
export var H265FlickerAq;
|
|
502
|
-
(function (H265FlickerAq) {
|
|
503
|
-
H265FlickerAq["DISABLED"] = "DISABLED";
|
|
504
|
-
H265FlickerAq["ENABLED"] = "ENABLED";
|
|
505
|
-
})(H265FlickerAq || (H265FlickerAq = {}));
|
|
506
|
-
export var H265GopSizeUnits;
|
|
507
|
-
(function (H265GopSizeUnits) {
|
|
508
|
-
H265GopSizeUnits["FRAMES"] = "FRAMES";
|
|
509
|
-
H265GopSizeUnits["SECONDS"] = "SECONDS";
|
|
510
|
-
})(H265GopSizeUnits || (H265GopSizeUnits = {}));
|
|
511
|
-
export var H265Level;
|
|
512
|
-
(function (H265Level) {
|
|
513
|
-
H265Level["H265_LEVEL_1"] = "H265_LEVEL_1";
|
|
514
|
-
H265Level["H265_LEVEL_2"] = "H265_LEVEL_2";
|
|
515
|
-
H265Level["H265_LEVEL_2_1"] = "H265_LEVEL_2_1";
|
|
516
|
-
H265Level["H265_LEVEL_3"] = "H265_LEVEL_3";
|
|
517
|
-
H265Level["H265_LEVEL_3_1"] = "H265_LEVEL_3_1";
|
|
518
|
-
H265Level["H265_LEVEL_4"] = "H265_LEVEL_4";
|
|
519
|
-
H265Level["H265_LEVEL_4_1"] = "H265_LEVEL_4_1";
|
|
520
|
-
H265Level["H265_LEVEL_5"] = "H265_LEVEL_5";
|
|
521
|
-
H265Level["H265_LEVEL_5_1"] = "H265_LEVEL_5_1";
|
|
522
|
-
H265Level["H265_LEVEL_5_2"] = "H265_LEVEL_5_2";
|
|
523
|
-
H265Level["H265_LEVEL_6"] = "H265_LEVEL_6";
|
|
524
|
-
H265Level["H265_LEVEL_6_1"] = "H265_LEVEL_6_1";
|
|
525
|
-
H265Level["H265_LEVEL_6_2"] = "H265_LEVEL_6_2";
|
|
526
|
-
H265Level["H265_LEVEL_AUTO"] = "H265_LEVEL_AUTO";
|
|
527
|
-
})(H265Level || (H265Level = {}));
|
|
528
|
-
export var H265LookAheadRateControl;
|
|
529
|
-
(function (H265LookAheadRateControl) {
|
|
530
|
-
H265LookAheadRateControl["HIGH"] = "HIGH";
|
|
531
|
-
H265LookAheadRateControl["LOW"] = "LOW";
|
|
532
|
-
H265LookAheadRateControl["MEDIUM"] = "MEDIUM";
|
|
533
|
-
})(H265LookAheadRateControl || (H265LookAheadRateControl = {}));
|
|
534
|
-
export var H265Profile;
|
|
535
|
-
(function (H265Profile) {
|
|
536
|
-
H265Profile["MAIN"] = "MAIN";
|
|
537
|
-
H265Profile["MAIN_10BIT"] = "MAIN_10BIT";
|
|
538
|
-
})(H265Profile || (H265Profile = {}));
|
|
539
|
-
export var H265RateControlMode;
|
|
540
|
-
(function (H265RateControlMode) {
|
|
541
|
-
H265RateControlMode["CBR"] = "CBR";
|
|
542
|
-
H265RateControlMode["MULTIPLEX"] = "MULTIPLEX";
|
|
543
|
-
H265RateControlMode["QVBR"] = "QVBR";
|
|
544
|
-
})(H265RateControlMode || (H265RateControlMode = {}));
|
|
545
|
-
export var H265ScanType;
|
|
546
|
-
(function (H265ScanType) {
|
|
547
|
-
H265ScanType["INTERLACED"] = "INTERLACED";
|
|
548
|
-
H265ScanType["PROGRESSIVE"] = "PROGRESSIVE";
|
|
549
|
-
})(H265ScanType || (H265ScanType = {}));
|
|
550
|
-
export var H265SceneChangeDetect;
|
|
551
|
-
(function (H265SceneChangeDetect) {
|
|
552
|
-
H265SceneChangeDetect["DISABLED"] = "DISABLED";
|
|
553
|
-
H265SceneChangeDetect["ENABLED"] = "ENABLED";
|
|
554
|
-
})(H265SceneChangeDetect || (H265SceneChangeDetect = {}));
|
|
555
|
-
export var H265Tier;
|
|
556
|
-
(function (H265Tier) {
|
|
557
|
-
H265Tier["HIGH"] = "HIGH";
|
|
558
|
-
H265Tier["MAIN"] = "MAIN";
|
|
559
|
-
})(H265Tier || (H265Tier = {}));
|
|
560
|
-
export var H265TimecodeInsertionBehavior;
|
|
561
|
-
(function (H265TimecodeInsertionBehavior) {
|
|
562
|
-
H265TimecodeInsertionBehavior["DISABLED"] = "DISABLED";
|
|
563
|
-
H265TimecodeInsertionBehavior["PIC_TIMING_SEI"] = "PIC_TIMING_SEI";
|
|
564
|
-
})(H265TimecodeInsertionBehavior || (H265TimecodeInsertionBehavior = {}));
|
|
565
|
-
export var H265Settings;
|
|
566
|
-
(function (H265Settings) {
|
|
567
|
-
H265Settings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
568
|
-
})(H265Settings || (H265Settings = {}));
|
|
569
|
-
export var Mpeg2AdaptiveQuantization;
|
|
570
|
-
(function (Mpeg2AdaptiveQuantization) {
|
|
571
|
-
Mpeg2AdaptiveQuantization["AUTO"] = "AUTO";
|
|
572
|
-
Mpeg2AdaptiveQuantization["HIGH"] = "HIGH";
|
|
573
|
-
Mpeg2AdaptiveQuantization["LOW"] = "LOW";
|
|
574
|
-
Mpeg2AdaptiveQuantization["MEDIUM"] = "MEDIUM";
|
|
575
|
-
Mpeg2AdaptiveQuantization["OFF"] = "OFF";
|
|
576
|
-
})(Mpeg2AdaptiveQuantization || (Mpeg2AdaptiveQuantization = {}));
|
|
577
|
-
export var Mpeg2ColorMetadata;
|
|
578
|
-
(function (Mpeg2ColorMetadata) {
|
|
579
|
-
Mpeg2ColorMetadata["IGNORE"] = "IGNORE";
|
|
580
|
-
Mpeg2ColorMetadata["INSERT"] = "INSERT";
|
|
581
|
-
})(Mpeg2ColorMetadata || (Mpeg2ColorMetadata = {}));
|
|
582
|
-
export var Mpeg2ColorSpace;
|
|
583
|
-
(function (Mpeg2ColorSpace) {
|
|
584
|
-
Mpeg2ColorSpace["AUTO"] = "AUTO";
|
|
585
|
-
Mpeg2ColorSpace["PASSTHROUGH"] = "PASSTHROUGH";
|
|
586
|
-
})(Mpeg2ColorSpace || (Mpeg2ColorSpace = {}));
|
|
587
|
-
export var Mpeg2DisplayRatio;
|
|
588
|
-
(function (Mpeg2DisplayRatio) {
|
|
589
|
-
Mpeg2DisplayRatio["DISPLAYRATIO16X9"] = "DISPLAYRATIO16X9";
|
|
590
|
-
Mpeg2DisplayRatio["DISPLAYRATIO4X3"] = "DISPLAYRATIO4X3";
|
|
591
|
-
})(Mpeg2DisplayRatio || (Mpeg2DisplayRatio = {}));
|
|
592
|
-
export var Mpeg2FilterSettings;
|
|
593
|
-
(function (Mpeg2FilterSettings) {
|
|
594
|
-
Mpeg2FilterSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
595
|
-
})(Mpeg2FilterSettings || (Mpeg2FilterSettings = {}));
|
|
596
|
-
export var Mpeg2GopSizeUnits;
|
|
597
|
-
(function (Mpeg2GopSizeUnits) {
|
|
598
|
-
Mpeg2GopSizeUnits["FRAMES"] = "FRAMES";
|
|
599
|
-
Mpeg2GopSizeUnits["SECONDS"] = "SECONDS";
|
|
600
|
-
})(Mpeg2GopSizeUnits || (Mpeg2GopSizeUnits = {}));
|
|
601
|
-
export var Mpeg2ScanType;
|
|
602
|
-
(function (Mpeg2ScanType) {
|
|
603
|
-
Mpeg2ScanType["INTERLACED"] = "INTERLACED";
|
|
604
|
-
Mpeg2ScanType["PROGRESSIVE"] = "PROGRESSIVE";
|
|
605
|
-
})(Mpeg2ScanType || (Mpeg2ScanType = {}));
|
|
606
|
-
export var Mpeg2SubGopLength;
|
|
607
|
-
(function (Mpeg2SubGopLength) {
|
|
608
|
-
Mpeg2SubGopLength["DYNAMIC"] = "DYNAMIC";
|
|
609
|
-
Mpeg2SubGopLength["FIXED"] = "FIXED";
|
|
610
|
-
})(Mpeg2SubGopLength || (Mpeg2SubGopLength = {}));
|
|
611
|
-
export var Mpeg2TimecodeInsertionBehavior;
|
|
612
|
-
(function (Mpeg2TimecodeInsertionBehavior) {
|
|
613
|
-
Mpeg2TimecodeInsertionBehavior["DISABLED"] = "DISABLED";
|
|
614
|
-
Mpeg2TimecodeInsertionBehavior["GOP_TIMECODE"] = "GOP_TIMECODE";
|
|
615
|
-
})(Mpeg2TimecodeInsertionBehavior || (Mpeg2TimecodeInsertionBehavior = {}));
|
|
616
|
-
export var Mpeg2Settings;
|
|
617
|
-
(function (Mpeg2Settings) {
|
|
618
|
-
Mpeg2Settings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
619
|
-
})(Mpeg2Settings || (Mpeg2Settings = {}));
|
|
620
|
-
export var VideoCodecSettings;
|
|
621
|
-
(function (VideoCodecSettings) {
|
|
622
|
-
VideoCodecSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
623
|
-
})(VideoCodecSettings || (VideoCodecSettings = {}));
|
|
624
|
-
export var VideoDescriptionRespondToAfd;
|
|
625
|
-
(function (VideoDescriptionRespondToAfd) {
|
|
626
|
-
VideoDescriptionRespondToAfd["NONE"] = "NONE";
|
|
627
|
-
VideoDescriptionRespondToAfd["PASSTHROUGH"] = "PASSTHROUGH";
|
|
628
|
-
VideoDescriptionRespondToAfd["RESPOND"] = "RESPOND";
|
|
629
|
-
})(VideoDescriptionRespondToAfd || (VideoDescriptionRespondToAfd = {}));
|
|
630
|
-
export var VideoDescriptionScalingBehavior;
|
|
631
|
-
(function (VideoDescriptionScalingBehavior) {
|
|
632
|
-
VideoDescriptionScalingBehavior["DEFAULT"] = "DEFAULT";
|
|
633
|
-
VideoDescriptionScalingBehavior["STRETCH_TO_OUTPUT"] = "STRETCH_TO_OUTPUT";
|
|
634
|
-
})(VideoDescriptionScalingBehavior || (VideoDescriptionScalingBehavior = {}));
|
|
635
|
-
export var VideoDescription;
|
|
636
|
-
(function (VideoDescription) {
|
|
637
|
-
VideoDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
638
|
-
})(VideoDescription || (VideoDescription = {}));
|
|
639
|
-
export var AcceptHeader;
|
|
640
|
-
(function (AcceptHeader) {
|
|
641
|
-
AcceptHeader["image_jpeg"] = "image/jpeg";
|
|
642
|
-
})(AcceptHeader || (AcceptHeader = {}));
|
|
643
|
-
export var AcceptInputDeviceTransferRequest;
|
|
644
|
-
(function (AcceptInputDeviceTransferRequest) {
|
|
645
|
-
AcceptInputDeviceTransferRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
646
|
-
})(AcceptInputDeviceTransferRequest || (AcceptInputDeviceTransferRequest = {}));
|
|
647
|
-
export var AcceptInputDeviceTransferResponse;
|
|
648
|
-
(function (AcceptInputDeviceTransferResponse) {
|
|
649
|
-
AcceptInputDeviceTransferResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
650
|
-
})(AcceptInputDeviceTransferResponse || (AcceptInputDeviceTransferResponse = {}));
|
|
651
|
-
export var BadGatewayException;
|
|
652
|
-
(function (BadGatewayException) {
|
|
653
|
-
BadGatewayException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
654
|
-
})(BadGatewayException || (BadGatewayException = {}));
|
|
655
|
-
export var BadRequestException;
|
|
656
|
-
(function (BadRequestException) {
|
|
657
|
-
BadRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
658
|
-
})(BadRequestException || (BadRequestException = {}));
|
|
659
|
-
export var ConflictException;
|
|
660
|
-
(function (ConflictException) {
|
|
661
|
-
ConflictException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
662
|
-
})(ConflictException || (ConflictException = {}));
|
|
663
|
-
export var ForbiddenException;
|
|
664
|
-
(function (ForbiddenException) {
|
|
665
|
-
ForbiddenException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
666
|
-
})(ForbiddenException || (ForbiddenException = {}));
|
|
667
|
-
export var GatewayTimeoutException;
|
|
668
|
-
(function (GatewayTimeoutException) {
|
|
669
|
-
GatewayTimeoutException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
670
|
-
})(GatewayTimeoutException || (GatewayTimeoutException = {}));
|
|
671
|
-
export var InternalServerErrorException;
|
|
672
|
-
(function (InternalServerErrorException) {
|
|
673
|
-
InternalServerErrorException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
674
|
-
})(InternalServerErrorException || (InternalServerErrorException = {}));
|
|
675
|
-
export var NotFoundException;
|
|
676
|
-
(function (NotFoundException) {
|
|
677
|
-
NotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
678
|
-
})(NotFoundException || (NotFoundException = {}));
|
|
679
|
-
export var TooManyRequestsException;
|
|
680
|
-
(function (TooManyRequestsException) {
|
|
681
|
-
TooManyRequestsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
682
|
-
})(TooManyRequestsException || (TooManyRequestsException = {}));
|
|
683
|
-
export var UnprocessableEntityException;
|
|
684
|
-
(function (UnprocessableEntityException) {
|
|
685
|
-
UnprocessableEntityException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
686
|
-
})(UnprocessableEntityException || (UnprocessableEntityException = {}));
|
|
687
|
-
export var AvailBlankingState;
|
|
688
|
-
(function (AvailBlankingState) {
|
|
689
|
-
AvailBlankingState["DISABLED"] = "DISABLED";
|
|
690
|
-
AvailBlankingState["ENABLED"] = "ENABLED";
|
|
691
|
-
})(AvailBlankingState || (AvailBlankingState = {}));
|
|
692
|
-
export var AvailBlanking;
|
|
693
|
-
(function (AvailBlanking) {
|
|
694
|
-
AvailBlanking.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
695
|
-
})(AvailBlanking || (AvailBlanking = {}));
|
|
696
|
-
export var Scte35SpliceInsertNoRegionalBlackoutBehavior;
|
|
697
|
-
(function (Scte35SpliceInsertNoRegionalBlackoutBehavior) {
|
|
698
|
-
Scte35SpliceInsertNoRegionalBlackoutBehavior["FOLLOW"] = "FOLLOW";
|
|
699
|
-
Scte35SpliceInsertNoRegionalBlackoutBehavior["IGNORE"] = "IGNORE";
|
|
700
|
-
})(Scte35SpliceInsertNoRegionalBlackoutBehavior || (Scte35SpliceInsertNoRegionalBlackoutBehavior = {}));
|
|
701
|
-
export var Scte35SpliceInsertWebDeliveryAllowedBehavior;
|
|
702
|
-
(function (Scte35SpliceInsertWebDeliveryAllowedBehavior) {
|
|
703
|
-
Scte35SpliceInsertWebDeliveryAllowedBehavior["FOLLOW"] = "FOLLOW";
|
|
704
|
-
Scte35SpliceInsertWebDeliveryAllowedBehavior["IGNORE"] = "IGNORE";
|
|
705
|
-
})(Scte35SpliceInsertWebDeliveryAllowedBehavior || (Scte35SpliceInsertWebDeliveryAllowedBehavior = {}));
|
|
706
|
-
export var Scte35SpliceInsert;
|
|
707
|
-
(function (Scte35SpliceInsert) {
|
|
708
|
-
Scte35SpliceInsert.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
709
|
-
})(Scte35SpliceInsert || (Scte35SpliceInsert = {}));
|
|
710
|
-
export var Scte35AposNoRegionalBlackoutBehavior;
|
|
711
|
-
(function (Scte35AposNoRegionalBlackoutBehavior) {
|
|
712
|
-
Scte35AposNoRegionalBlackoutBehavior["FOLLOW"] = "FOLLOW";
|
|
713
|
-
Scte35AposNoRegionalBlackoutBehavior["IGNORE"] = "IGNORE";
|
|
714
|
-
})(Scte35AposNoRegionalBlackoutBehavior || (Scte35AposNoRegionalBlackoutBehavior = {}));
|
|
715
|
-
export var Scte35AposWebDeliveryAllowedBehavior;
|
|
716
|
-
(function (Scte35AposWebDeliveryAllowedBehavior) {
|
|
717
|
-
Scte35AposWebDeliveryAllowedBehavior["FOLLOW"] = "FOLLOW";
|
|
718
|
-
Scte35AposWebDeliveryAllowedBehavior["IGNORE"] = "IGNORE";
|
|
719
|
-
})(Scte35AposWebDeliveryAllowedBehavior || (Scte35AposWebDeliveryAllowedBehavior = {}));
|
|
720
|
-
export var Scte35TimeSignalApos;
|
|
721
|
-
(function (Scte35TimeSignalApos) {
|
|
722
|
-
Scte35TimeSignalApos.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
723
|
-
})(Scte35TimeSignalApos || (Scte35TimeSignalApos = {}));
|
|
724
|
-
export var AvailSettings;
|
|
725
|
-
(function (AvailSettings) {
|
|
726
|
-
AvailSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
727
|
-
})(AvailSettings || (AvailSettings = {}));
|
|
728
|
-
export var AvailConfiguration;
|
|
729
|
-
(function (AvailConfiguration) {
|
|
730
|
-
AvailConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
731
|
-
})(AvailConfiguration || (AvailConfiguration = {}));
|
|
732
|
-
export var BatchDeleteRequest;
|
|
733
|
-
(function (BatchDeleteRequest) {
|
|
734
|
-
BatchDeleteRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
735
|
-
})(BatchDeleteRequest || (BatchDeleteRequest = {}));
|
|
736
|
-
export var BatchDeleteResponse;
|
|
737
|
-
(function (BatchDeleteResponse) {
|
|
738
|
-
BatchDeleteResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
739
|
-
})(BatchDeleteResponse || (BatchDeleteResponse = {}));
|
|
740
|
-
export var BatchScheduleActionCreateRequest;
|
|
741
|
-
(function (BatchScheduleActionCreateRequest) {
|
|
742
|
-
BatchScheduleActionCreateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
743
|
-
})(BatchScheduleActionCreateRequest || (BatchScheduleActionCreateRequest = {}));
|
|
744
|
-
export var BatchScheduleActionCreateResult;
|
|
745
|
-
(function (BatchScheduleActionCreateResult) {
|
|
746
|
-
BatchScheduleActionCreateResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
747
|
-
})(BatchScheduleActionCreateResult || (BatchScheduleActionCreateResult = {}));
|
|
748
|
-
export var BatchScheduleActionDeleteRequest;
|
|
749
|
-
(function (BatchScheduleActionDeleteRequest) {
|
|
750
|
-
BatchScheduleActionDeleteRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
751
|
-
})(BatchScheduleActionDeleteRequest || (BatchScheduleActionDeleteRequest = {}));
|
|
752
|
-
export var BatchScheduleActionDeleteResult;
|
|
753
|
-
(function (BatchScheduleActionDeleteResult) {
|
|
754
|
-
BatchScheduleActionDeleteResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
755
|
-
})(BatchScheduleActionDeleteResult || (BatchScheduleActionDeleteResult = {}));
|
|
756
|
-
export var BatchStartRequest;
|
|
757
|
-
(function (BatchStartRequest) {
|
|
758
|
-
BatchStartRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
759
|
-
})(BatchStartRequest || (BatchStartRequest = {}));
|
|
760
|
-
export var BatchStartResponse;
|
|
761
|
-
(function (BatchStartResponse) {
|
|
762
|
-
BatchStartResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
763
|
-
})(BatchStartResponse || (BatchStartResponse = {}));
|
|
764
|
-
export var BatchStopRequest;
|
|
765
|
-
(function (BatchStopRequest) {
|
|
766
|
-
BatchStopRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
767
|
-
})(BatchStopRequest || (BatchStopRequest = {}));
|
|
768
|
-
export var BatchStopResponse;
|
|
769
|
-
(function (BatchStopResponse) {
|
|
770
|
-
BatchStopResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
771
|
-
})(BatchStopResponse || (BatchStopResponse = {}));
|
|
772
|
-
export var BatchUpdateScheduleRequest;
|
|
773
|
-
(function (BatchUpdateScheduleRequest) {
|
|
774
|
-
BatchUpdateScheduleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
775
|
-
})(BatchUpdateScheduleRequest || (BatchUpdateScheduleRequest = {}));
|
|
776
|
-
export var BatchUpdateScheduleResponse;
|
|
777
|
-
(function (BatchUpdateScheduleResponse) {
|
|
778
|
-
BatchUpdateScheduleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
779
|
-
})(BatchUpdateScheduleResponse || (BatchUpdateScheduleResponse = {}));
|
|
780
|
-
export var BlackoutSlateNetworkEndBlackout;
|
|
781
|
-
(function (BlackoutSlateNetworkEndBlackout) {
|
|
782
|
-
BlackoutSlateNetworkEndBlackout["DISABLED"] = "DISABLED";
|
|
783
|
-
BlackoutSlateNetworkEndBlackout["ENABLED"] = "ENABLED";
|
|
784
|
-
})(BlackoutSlateNetworkEndBlackout || (BlackoutSlateNetworkEndBlackout = {}));
|
|
785
|
-
export var BlackoutSlateState;
|
|
786
|
-
(function (BlackoutSlateState) {
|
|
787
|
-
BlackoutSlateState["DISABLED"] = "DISABLED";
|
|
788
|
-
BlackoutSlateState["ENABLED"] = "ENABLED";
|
|
789
|
-
})(BlackoutSlateState || (BlackoutSlateState = {}));
|
|
790
|
-
export var BlackoutSlate;
|
|
791
|
-
(function (BlackoutSlate) {
|
|
792
|
-
BlackoutSlate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
793
|
-
})(BlackoutSlate || (BlackoutSlate = {}));
|
|
794
|
-
export var CancelInputDeviceTransferRequest;
|
|
795
|
-
(function (CancelInputDeviceTransferRequest) {
|
|
796
|
-
CancelInputDeviceTransferRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
797
|
-
})(CancelInputDeviceTransferRequest || (CancelInputDeviceTransferRequest = {}));
|
|
798
|
-
export var CancelInputDeviceTransferResponse;
|
|
799
|
-
(function (CancelInputDeviceTransferResponse) {
|
|
800
|
-
CancelInputDeviceTransferResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
801
|
-
})(CancelInputDeviceTransferResponse || (CancelInputDeviceTransferResponse = {}));
|
|
802
|
-
export var FeatureActivationsInputPrepareScheduleActions;
|
|
803
|
-
(function (FeatureActivationsInputPrepareScheduleActions) {
|
|
804
|
-
FeatureActivationsInputPrepareScheduleActions["DISABLED"] = "DISABLED";
|
|
805
|
-
FeatureActivationsInputPrepareScheduleActions["ENABLED"] = "ENABLED";
|
|
806
|
-
})(FeatureActivationsInputPrepareScheduleActions || (FeatureActivationsInputPrepareScheduleActions = {}));
|
|
807
|
-
export var FeatureActivations;
|
|
808
|
-
(function (FeatureActivations) {
|
|
809
|
-
FeatureActivations.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
810
|
-
})(FeatureActivations || (FeatureActivations = {}));
|
|
811
|
-
export var GlobalConfigurationInputEndAction;
|
|
812
|
-
(function (GlobalConfigurationInputEndAction) {
|
|
813
|
-
GlobalConfigurationInputEndAction["NONE"] = "NONE";
|
|
814
|
-
GlobalConfigurationInputEndAction["SWITCH_AND_LOOP_INPUTS"] = "SWITCH_AND_LOOP_INPUTS";
|
|
815
|
-
})(GlobalConfigurationInputEndAction || (GlobalConfigurationInputEndAction = {}));
|
|
816
|
-
export var InputLossImageType;
|
|
817
|
-
(function (InputLossImageType) {
|
|
818
|
-
InputLossImageType["COLOR"] = "COLOR";
|
|
819
|
-
InputLossImageType["SLATE"] = "SLATE";
|
|
820
|
-
})(InputLossImageType || (InputLossImageType = {}));
|
|
821
|
-
export var InputLossBehavior;
|
|
822
|
-
(function (InputLossBehavior) {
|
|
823
|
-
InputLossBehavior.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
824
|
-
})(InputLossBehavior || (InputLossBehavior = {}));
|
|
825
|
-
export var GlobalConfigurationOutputLockingMode;
|
|
826
|
-
(function (GlobalConfigurationOutputLockingMode) {
|
|
827
|
-
GlobalConfigurationOutputLockingMode["EPOCH_LOCKING"] = "EPOCH_LOCKING";
|
|
828
|
-
GlobalConfigurationOutputLockingMode["PIPELINE_LOCKING"] = "PIPELINE_LOCKING";
|
|
829
|
-
})(GlobalConfigurationOutputLockingMode || (GlobalConfigurationOutputLockingMode = {}));
|
|
830
|
-
export var GlobalConfigurationOutputTimingSource;
|
|
831
|
-
(function (GlobalConfigurationOutputTimingSource) {
|
|
832
|
-
GlobalConfigurationOutputTimingSource["INPUT_CLOCK"] = "INPUT_CLOCK";
|
|
833
|
-
GlobalConfigurationOutputTimingSource["SYSTEM_CLOCK"] = "SYSTEM_CLOCK";
|
|
834
|
-
})(GlobalConfigurationOutputTimingSource || (GlobalConfigurationOutputTimingSource = {}));
|
|
835
|
-
export var GlobalConfigurationLowFramerateInputs;
|
|
836
|
-
(function (GlobalConfigurationLowFramerateInputs) {
|
|
837
|
-
GlobalConfigurationLowFramerateInputs["DISABLED"] = "DISABLED";
|
|
838
|
-
GlobalConfigurationLowFramerateInputs["ENABLED"] = "ENABLED";
|
|
839
|
-
})(GlobalConfigurationLowFramerateInputs || (GlobalConfigurationLowFramerateInputs = {}));
|
|
840
|
-
export var GlobalConfiguration;
|
|
841
|
-
(function (GlobalConfiguration) {
|
|
842
|
-
GlobalConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
843
|
-
})(GlobalConfiguration || (GlobalConfiguration = {}));
|
|
844
|
-
export var MotionGraphicsInsertion;
|
|
845
|
-
(function (MotionGraphicsInsertion) {
|
|
846
|
-
MotionGraphicsInsertion["DISABLED"] = "DISABLED";
|
|
847
|
-
MotionGraphicsInsertion["ENABLED"] = "ENABLED";
|
|
848
|
-
})(MotionGraphicsInsertion || (MotionGraphicsInsertion = {}));
|
|
849
|
-
export var HtmlMotionGraphicsSettings;
|
|
850
|
-
(function (HtmlMotionGraphicsSettings) {
|
|
851
|
-
HtmlMotionGraphicsSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
852
|
-
})(HtmlMotionGraphicsSettings || (HtmlMotionGraphicsSettings = {}));
|
|
853
|
-
export var MotionGraphicsSettings;
|
|
854
|
-
(function (MotionGraphicsSettings) {
|
|
855
|
-
MotionGraphicsSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
856
|
-
})(MotionGraphicsSettings || (MotionGraphicsSettings = {}));
|
|
857
|
-
export var MotionGraphicsConfiguration;
|
|
858
|
-
(function (MotionGraphicsConfiguration) {
|
|
859
|
-
MotionGraphicsConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
860
|
-
})(MotionGraphicsConfiguration || (MotionGraphicsConfiguration = {}));
|
|
861
|
-
export var NielsenPcmToId3TaggingState;
|
|
862
|
-
(function (NielsenPcmToId3TaggingState) {
|
|
863
|
-
NielsenPcmToId3TaggingState["DISABLED"] = "DISABLED";
|
|
864
|
-
NielsenPcmToId3TaggingState["ENABLED"] = "ENABLED";
|
|
865
|
-
})(NielsenPcmToId3TaggingState || (NielsenPcmToId3TaggingState = {}));
|
|
866
|
-
export var NielsenConfiguration;
|
|
867
|
-
(function (NielsenConfiguration) {
|
|
868
|
-
NielsenConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
869
|
-
})(NielsenConfiguration || (NielsenConfiguration = {}));
|
|
870
|
-
export var TimecodeConfigSource;
|
|
871
|
-
(function (TimecodeConfigSource) {
|
|
872
|
-
TimecodeConfigSource["EMBEDDED"] = "EMBEDDED";
|
|
873
|
-
TimecodeConfigSource["SYSTEMCLOCK"] = "SYSTEMCLOCK";
|
|
874
|
-
TimecodeConfigSource["ZEROBASED"] = "ZEROBASED";
|
|
875
|
-
})(TimecodeConfigSource || (TimecodeConfigSource = {}));
|
|
876
|
-
export var TimecodeConfig;
|
|
877
|
-
(function (TimecodeConfig) {
|
|
878
|
-
TimecodeConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
879
|
-
})(TimecodeConfig || (TimecodeConfig = {}));
|
|
880
|
-
export var EncoderSettings;
|
|
881
|
-
(function (EncoderSettings) {
|
|
882
|
-
EncoderSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
883
|
-
})(EncoderSettings || (EncoderSettings = {}));
|
|
884
|
-
export var Channel;
|
|
885
|
-
(function (Channel) {
|
|
886
|
-
Channel.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
887
|
-
})(Channel || (Channel = {}));
|
|
888
|
-
export var ContentType;
|
|
889
|
-
(function (ContentType) {
|
|
890
|
-
ContentType["image_jpeg"] = "image/jpeg";
|
|
891
|
-
})(ContentType || (ContentType = {}));
|
|
892
|
-
export var VpcOutputSettings;
|
|
893
|
-
(function (VpcOutputSettings) {
|
|
894
|
-
VpcOutputSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
895
|
-
})(VpcOutputSettings || (VpcOutputSettings = {}));
|
|
896
|
-
export var CreateChannelRequest;
|
|
897
|
-
(function (CreateChannelRequest) {
|
|
898
|
-
CreateChannelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
899
|
-
})(CreateChannelRequest || (CreateChannelRequest = {}));
|
|
900
|
-
export var CreateChannelResponse;
|
|
901
|
-
(function (CreateChannelResponse) {
|
|
902
|
-
CreateChannelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
903
|
-
})(CreateChannelResponse || (CreateChannelResponse = {}));
|
|
904
|
-
export var InputVpcRequest;
|
|
905
|
-
(function (InputVpcRequest) {
|
|
906
|
-
InputVpcRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
907
|
-
})(InputVpcRequest || (InputVpcRequest = {}));
|
|
908
|
-
export var CreateInputRequest;
|
|
909
|
-
(function (CreateInputRequest) {
|
|
910
|
-
CreateInputRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
911
|
-
})(CreateInputRequest || (CreateInputRequest = {}));
|
|
912
|
-
export var CreateInputResponse;
|
|
913
|
-
(function (CreateInputResponse) {
|
|
914
|
-
CreateInputResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
915
|
-
})(CreateInputResponse || (CreateInputResponse = {}));
|
|
916
|
-
export var CreateInputSecurityGroupRequest;
|
|
917
|
-
(function (CreateInputSecurityGroupRequest) {
|
|
918
|
-
CreateInputSecurityGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
919
|
-
})(CreateInputSecurityGroupRequest || (CreateInputSecurityGroupRequest = {}));
|
|
920
|
-
export var CreateInputSecurityGroupResponse;
|
|
921
|
-
(function (CreateInputSecurityGroupResponse) {
|
|
922
|
-
CreateInputSecurityGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
923
|
-
})(CreateInputSecurityGroupResponse || (CreateInputSecurityGroupResponse = {}));
|
|
924
|
-
export var MultiplexSettings;
|
|
925
|
-
(function (MultiplexSettings) {
|
|
926
|
-
MultiplexSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
927
|
-
})(MultiplexSettings || (MultiplexSettings = {}));
|
|
928
|
-
export var CreateMultiplexRequest;
|
|
929
|
-
(function (CreateMultiplexRequest) {
|
|
930
|
-
CreateMultiplexRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
931
|
-
})(CreateMultiplexRequest || (CreateMultiplexRequest = {}));
|
|
932
|
-
export var Multiplex;
|
|
933
|
-
(function (Multiplex) {
|
|
934
|
-
Multiplex.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
935
|
-
})(Multiplex || (Multiplex = {}));
|
|
936
|
-
export var CreateMultiplexResponse;
|
|
937
|
-
(function (CreateMultiplexResponse) {
|
|
938
|
-
CreateMultiplexResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
939
|
-
})(CreateMultiplexResponse || (CreateMultiplexResponse = {}));
|
|
940
|
-
export var PreferredChannelPipeline;
|
|
941
|
-
(function (PreferredChannelPipeline) {
|
|
942
|
-
PreferredChannelPipeline["CURRENTLY_ACTIVE"] = "CURRENTLY_ACTIVE";
|
|
943
|
-
PreferredChannelPipeline["PIPELINE_0"] = "PIPELINE_0";
|
|
944
|
-
PreferredChannelPipeline["PIPELINE_1"] = "PIPELINE_1";
|
|
945
|
-
})(PreferredChannelPipeline || (PreferredChannelPipeline = {}));
|
|
946
|
-
export var MultiplexProgramServiceDescriptor;
|
|
947
|
-
(function (MultiplexProgramServiceDescriptor) {
|
|
948
|
-
MultiplexProgramServiceDescriptor.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
949
|
-
})(MultiplexProgramServiceDescriptor || (MultiplexProgramServiceDescriptor = {}));
|
|
950
|
-
export var MultiplexStatmuxVideoSettings;
|
|
951
|
-
(function (MultiplexStatmuxVideoSettings) {
|
|
952
|
-
MultiplexStatmuxVideoSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
953
|
-
})(MultiplexStatmuxVideoSettings || (MultiplexStatmuxVideoSettings = {}));
|
|
954
|
-
export var MultiplexVideoSettings;
|
|
955
|
-
(function (MultiplexVideoSettings) {
|
|
956
|
-
MultiplexVideoSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
957
|
-
})(MultiplexVideoSettings || (MultiplexVideoSettings = {}));
|
|
958
|
-
export var MultiplexProgramSettings;
|
|
959
|
-
(function (MultiplexProgramSettings) {
|
|
960
|
-
MultiplexProgramSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
961
|
-
})(MultiplexProgramSettings || (MultiplexProgramSettings = {}));
|
|
962
|
-
export var CreateMultiplexProgramRequest;
|
|
963
|
-
(function (CreateMultiplexProgramRequest) {
|
|
964
|
-
CreateMultiplexProgramRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
965
|
-
})(CreateMultiplexProgramRequest || (CreateMultiplexProgramRequest = {}));
|
|
966
|
-
export var MultiplexProgramPacketIdentifiersMap;
|
|
967
|
-
(function (MultiplexProgramPacketIdentifiersMap) {
|
|
968
|
-
MultiplexProgramPacketIdentifiersMap.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
969
|
-
})(MultiplexProgramPacketIdentifiersMap || (MultiplexProgramPacketIdentifiersMap = {}));
|
|
970
|
-
export var MultiplexProgram;
|
|
971
|
-
(function (MultiplexProgram) {
|
|
972
|
-
MultiplexProgram.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
973
|
-
})(MultiplexProgram || (MultiplexProgram = {}));
|
|
974
|
-
export var CreateMultiplexProgramResponse;
|
|
975
|
-
(function (CreateMultiplexProgramResponse) {
|
|
976
|
-
CreateMultiplexProgramResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
977
|
-
})(CreateMultiplexProgramResponse || (CreateMultiplexProgramResponse = {}));
|
|
978
|
-
export var CreatePartnerInputRequest;
|
|
979
|
-
(function (CreatePartnerInputRequest) {
|
|
980
|
-
CreatePartnerInputRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
981
|
-
})(CreatePartnerInputRequest || (CreatePartnerInputRequest = {}));
|
|
982
|
-
export var CreatePartnerInputResponse;
|
|
983
|
-
(function (CreatePartnerInputResponse) {
|
|
984
|
-
CreatePartnerInputResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
985
|
-
})(CreatePartnerInputResponse || (CreatePartnerInputResponse = {}));
|
|
986
|
-
export var CreateTagsRequest;
|
|
987
|
-
(function (CreateTagsRequest) {
|
|
988
|
-
CreateTagsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
989
|
-
})(CreateTagsRequest || (CreateTagsRequest = {}));
|
|
990
|
-
export var DeleteChannelRequest;
|
|
991
|
-
(function (DeleteChannelRequest) {
|
|
992
|
-
DeleteChannelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
993
|
-
})(DeleteChannelRequest || (DeleteChannelRequest = {}));
|
|
994
|
-
export var DeleteChannelResponse;
|
|
995
|
-
(function (DeleteChannelResponse) {
|
|
996
|
-
DeleteChannelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
997
|
-
})(DeleteChannelResponse || (DeleteChannelResponse = {}));
|
|
998
|
-
export var DeleteInputRequest;
|
|
999
|
-
(function (DeleteInputRequest) {
|
|
1000
|
-
DeleteInputRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1001
|
-
})(DeleteInputRequest || (DeleteInputRequest = {}));
|
|
1002
|
-
export var DeleteInputResponse;
|
|
1003
|
-
(function (DeleteInputResponse) {
|
|
1004
|
-
DeleteInputResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1005
|
-
})(DeleteInputResponse || (DeleteInputResponse = {}));
|
|
1006
|
-
export var DeleteInputSecurityGroupRequest;
|
|
1007
|
-
(function (DeleteInputSecurityGroupRequest) {
|
|
1008
|
-
DeleteInputSecurityGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1009
|
-
})(DeleteInputSecurityGroupRequest || (DeleteInputSecurityGroupRequest = {}));
|
|
1010
|
-
export var DeleteInputSecurityGroupResponse;
|
|
1011
|
-
(function (DeleteInputSecurityGroupResponse) {
|
|
1012
|
-
DeleteInputSecurityGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1013
|
-
})(DeleteInputSecurityGroupResponse || (DeleteInputSecurityGroupResponse = {}));
|
|
1014
|
-
export var DeleteMultiplexRequest;
|
|
1015
|
-
(function (DeleteMultiplexRequest) {
|
|
1016
|
-
DeleteMultiplexRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1017
|
-
})(DeleteMultiplexRequest || (DeleteMultiplexRequest = {}));
|
|
1018
|
-
export var DeleteMultiplexResponse;
|
|
1019
|
-
(function (DeleteMultiplexResponse) {
|
|
1020
|
-
DeleteMultiplexResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1021
|
-
})(DeleteMultiplexResponse || (DeleteMultiplexResponse = {}));
|
|
1022
|
-
export var DeleteMultiplexProgramRequest;
|
|
1023
|
-
(function (DeleteMultiplexProgramRequest) {
|
|
1024
|
-
DeleteMultiplexProgramRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1025
|
-
})(DeleteMultiplexProgramRequest || (DeleteMultiplexProgramRequest = {}));
|
|
1026
|
-
export var DeleteMultiplexProgramResponse;
|
|
1027
|
-
(function (DeleteMultiplexProgramResponse) {
|
|
1028
|
-
DeleteMultiplexProgramResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1029
|
-
})(DeleteMultiplexProgramResponse || (DeleteMultiplexProgramResponse = {}));
|
|
1030
|
-
export var DeleteReservationRequest;
|
|
1031
|
-
(function (DeleteReservationRequest) {
|
|
1032
|
-
DeleteReservationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1033
|
-
})(DeleteReservationRequest || (DeleteReservationRequest = {}));
|
|
1034
|
-
export var DeleteReservationResponse;
|
|
1035
|
-
(function (DeleteReservationResponse) {
|
|
1036
|
-
DeleteReservationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1037
|
-
})(DeleteReservationResponse || (DeleteReservationResponse = {}));
|
|
1038
|
-
export var DeleteScheduleRequest;
|
|
1039
|
-
(function (DeleteScheduleRequest) {
|
|
1040
|
-
DeleteScheduleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1041
|
-
})(DeleteScheduleRequest || (DeleteScheduleRequest = {}));
|
|
1042
|
-
export var DeleteScheduleResponse;
|
|
1043
|
-
(function (DeleteScheduleResponse) {
|
|
1044
|
-
DeleteScheduleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1045
|
-
})(DeleteScheduleResponse || (DeleteScheduleResponse = {}));
|
|
1046
|
-
export var DeleteTagsRequest;
|
|
1047
|
-
(function (DeleteTagsRequest) {
|
|
1048
|
-
DeleteTagsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1049
|
-
})(DeleteTagsRequest || (DeleteTagsRequest = {}));
|
|
1050
|
-
export var DescribeChannelRequest;
|
|
1051
|
-
(function (DescribeChannelRequest) {
|
|
1052
|
-
DescribeChannelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1053
|
-
})(DescribeChannelRequest || (DescribeChannelRequest = {}));
|
|
1054
|
-
export var DescribeChannelResponse;
|
|
1055
|
-
(function (DescribeChannelResponse) {
|
|
1056
|
-
DescribeChannelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1057
|
-
})(DescribeChannelResponse || (DescribeChannelResponse = {}));
|
|
1058
|
-
export var DescribeInputRequest;
|
|
1059
|
-
(function (DescribeInputRequest) {
|
|
1060
|
-
DescribeInputRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1061
|
-
})(DescribeInputRequest || (DescribeInputRequest = {}));
|
|
1062
|
-
export var DescribeInputResponse;
|
|
1063
|
-
(function (DescribeInputResponse) {
|
|
1064
|
-
DescribeInputResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1065
|
-
})(DescribeInputResponse || (DescribeInputResponse = {}));
|
|
1066
|
-
export var DescribeInputDeviceRequest;
|
|
1067
|
-
(function (DescribeInputDeviceRequest) {
|
|
1068
|
-
DescribeInputDeviceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1069
|
-
})(DescribeInputDeviceRequest || (DescribeInputDeviceRequest = {}));
|
|
1070
|
-
export var DescribeInputDeviceResponse;
|
|
1071
|
-
(function (DescribeInputDeviceResponse) {
|
|
1072
|
-
DescribeInputDeviceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1073
|
-
})(DescribeInputDeviceResponse || (DescribeInputDeviceResponse = {}));
|
|
1074
|
-
export var DescribeInputDeviceThumbnailRequest;
|
|
1075
|
-
(function (DescribeInputDeviceThumbnailRequest) {
|
|
1076
|
-
DescribeInputDeviceThumbnailRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1077
|
-
})(DescribeInputDeviceThumbnailRequest || (DescribeInputDeviceThumbnailRequest = {}));
|
|
1078
|
-
export var DescribeInputDeviceThumbnailResponse;
|
|
1079
|
-
(function (DescribeInputDeviceThumbnailResponse) {
|
|
1080
|
-
DescribeInputDeviceThumbnailResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1081
|
-
})(DescribeInputDeviceThumbnailResponse || (DescribeInputDeviceThumbnailResponse = {}));
|
|
1082
|
-
export var DescribeInputSecurityGroupRequest;
|
|
1083
|
-
(function (DescribeInputSecurityGroupRequest) {
|
|
1084
|
-
DescribeInputSecurityGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1085
|
-
})(DescribeInputSecurityGroupRequest || (DescribeInputSecurityGroupRequest = {}));
|
|
1086
|
-
export var DescribeInputSecurityGroupResponse;
|
|
1087
|
-
(function (DescribeInputSecurityGroupResponse) {
|
|
1088
|
-
DescribeInputSecurityGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1089
|
-
})(DescribeInputSecurityGroupResponse || (DescribeInputSecurityGroupResponse = {}));
|
|
1090
|
-
export var DescribeMultiplexRequest;
|
|
1091
|
-
(function (DescribeMultiplexRequest) {
|
|
1092
|
-
DescribeMultiplexRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1093
|
-
})(DescribeMultiplexRequest || (DescribeMultiplexRequest = {}));
|
|
1094
|
-
export var DescribeMultiplexResponse;
|
|
1095
|
-
(function (DescribeMultiplexResponse) {
|
|
1096
|
-
DescribeMultiplexResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1097
|
-
})(DescribeMultiplexResponse || (DescribeMultiplexResponse = {}));
|
|
1098
|
-
export var DescribeMultiplexProgramRequest;
|
|
1099
|
-
(function (DescribeMultiplexProgramRequest) {
|
|
1100
|
-
DescribeMultiplexProgramRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1101
|
-
})(DescribeMultiplexProgramRequest || (DescribeMultiplexProgramRequest = {}));
|
|
1102
|
-
export var DescribeMultiplexProgramResponse;
|
|
1103
|
-
(function (DescribeMultiplexProgramResponse) {
|
|
1104
|
-
DescribeMultiplexProgramResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1105
|
-
})(DescribeMultiplexProgramResponse || (DescribeMultiplexProgramResponse = {}));
|
|
1106
|
-
export var DescribeOfferingRequest;
|
|
1107
|
-
(function (DescribeOfferingRequest) {
|
|
1108
|
-
DescribeOfferingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1109
|
-
})(DescribeOfferingRequest || (DescribeOfferingRequest = {}));
|
|
1110
|
-
export var DescribeOfferingResponse;
|
|
1111
|
-
(function (DescribeOfferingResponse) {
|
|
1112
|
-
DescribeOfferingResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1113
|
-
})(DescribeOfferingResponse || (DescribeOfferingResponse = {}));
|
|
1114
|
-
export var DescribeReservationRequest;
|
|
1115
|
-
(function (DescribeReservationRequest) {
|
|
1116
|
-
DescribeReservationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1117
|
-
})(DescribeReservationRequest || (DescribeReservationRequest = {}));
|
|
1118
|
-
export var DescribeReservationResponse;
|
|
1119
|
-
(function (DescribeReservationResponse) {
|
|
1120
|
-
DescribeReservationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1121
|
-
})(DescribeReservationResponse || (DescribeReservationResponse = {}));
|
|
1122
|
-
export var DescribeScheduleRequest;
|
|
1123
|
-
(function (DescribeScheduleRequest) {
|
|
1124
|
-
DescribeScheduleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1125
|
-
})(DescribeScheduleRequest || (DescribeScheduleRequest = {}));
|
|
1126
|
-
export var DescribeScheduleResponse;
|
|
1127
|
-
(function (DescribeScheduleResponse) {
|
|
1128
|
-
DescribeScheduleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1129
|
-
})(DescribeScheduleResponse || (DescribeScheduleResponse = {}));
|
|
1130
|
-
export var InputDeviceConfigurableSettings;
|
|
1131
|
-
(function (InputDeviceConfigurableSettings) {
|
|
1132
|
-
InputDeviceConfigurableSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1133
|
-
})(InputDeviceConfigurableSettings || (InputDeviceConfigurableSettings = {}));
|
|
1134
|
-
export var ListChannelsRequest;
|
|
1135
|
-
(function (ListChannelsRequest) {
|
|
1136
|
-
ListChannelsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1137
|
-
})(ListChannelsRequest || (ListChannelsRequest = {}));
|
|
1138
|
-
export var ListChannelsResponse;
|
|
1139
|
-
(function (ListChannelsResponse) {
|
|
1140
|
-
ListChannelsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1141
|
-
})(ListChannelsResponse || (ListChannelsResponse = {}));
|
|
1142
|
-
export var ListInputDevicesRequest;
|
|
1143
|
-
(function (ListInputDevicesRequest) {
|
|
1144
|
-
ListInputDevicesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1145
|
-
})(ListInputDevicesRequest || (ListInputDevicesRequest = {}));
|
|
1146
|
-
export var ListInputDevicesResponse;
|
|
1147
|
-
(function (ListInputDevicesResponse) {
|
|
1148
|
-
ListInputDevicesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1149
|
-
})(ListInputDevicesResponse || (ListInputDevicesResponse = {}));
|
|
1150
|
-
export var ListInputDeviceTransfersRequest;
|
|
1151
|
-
(function (ListInputDeviceTransfersRequest) {
|
|
1152
|
-
ListInputDeviceTransfersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1153
|
-
})(ListInputDeviceTransfersRequest || (ListInputDeviceTransfersRequest = {}));
|
|
1154
|
-
export var ListInputDeviceTransfersResponse;
|
|
1155
|
-
(function (ListInputDeviceTransfersResponse) {
|
|
1156
|
-
ListInputDeviceTransfersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1157
|
-
})(ListInputDeviceTransfersResponse || (ListInputDeviceTransfersResponse = {}));
|
|
1158
|
-
export var ListInputsRequest;
|
|
1159
|
-
(function (ListInputsRequest) {
|
|
1160
|
-
ListInputsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1161
|
-
})(ListInputsRequest || (ListInputsRequest = {}));
|
|
1162
|
-
export var ListInputsResponse;
|
|
1163
|
-
(function (ListInputsResponse) {
|
|
1164
|
-
ListInputsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1165
|
-
})(ListInputsResponse || (ListInputsResponse = {}));
|
|
1166
|
-
export var ListInputSecurityGroupsRequest;
|
|
1167
|
-
(function (ListInputSecurityGroupsRequest) {
|
|
1168
|
-
ListInputSecurityGroupsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1169
|
-
})(ListInputSecurityGroupsRequest || (ListInputSecurityGroupsRequest = {}));
|
|
1170
|
-
export var ListInputSecurityGroupsResponse;
|
|
1171
|
-
(function (ListInputSecurityGroupsResponse) {
|
|
1172
|
-
ListInputSecurityGroupsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1173
|
-
})(ListInputSecurityGroupsResponse || (ListInputSecurityGroupsResponse = {}));
|
|
1174
|
-
export var ListMultiplexesRequest;
|
|
1175
|
-
(function (ListMultiplexesRequest) {
|
|
1176
|
-
ListMultiplexesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1177
|
-
})(ListMultiplexesRequest || (ListMultiplexesRequest = {}));
|
|
1178
|
-
export var ListMultiplexesResponse;
|
|
1179
|
-
(function (ListMultiplexesResponse) {
|
|
1180
|
-
ListMultiplexesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1181
|
-
})(ListMultiplexesResponse || (ListMultiplexesResponse = {}));
|
|
1182
|
-
export var ListMultiplexProgramsRequest;
|
|
1183
|
-
(function (ListMultiplexProgramsRequest) {
|
|
1184
|
-
ListMultiplexProgramsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1185
|
-
})(ListMultiplexProgramsRequest || (ListMultiplexProgramsRequest = {}));
|
|
1186
|
-
export var ListMultiplexProgramsResponse;
|
|
1187
|
-
(function (ListMultiplexProgramsResponse) {
|
|
1188
|
-
ListMultiplexProgramsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1189
|
-
})(ListMultiplexProgramsResponse || (ListMultiplexProgramsResponse = {}));
|
|
1190
|
-
export var ListOfferingsRequest;
|
|
1191
|
-
(function (ListOfferingsRequest) {
|
|
1192
|
-
ListOfferingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1193
|
-
})(ListOfferingsRequest || (ListOfferingsRequest = {}));
|
|
1194
|
-
export var ListOfferingsResponse;
|
|
1195
|
-
(function (ListOfferingsResponse) {
|
|
1196
|
-
ListOfferingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1197
|
-
})(ListOfferingsResponse || (ListOfferingsResponse = {}));
|
|
1198
|
-
export var ListReservationsRequest;
|
|
1199
|
-
(function (ListReservationsRequest) {
|
|
1200
|
-
ListReservationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1201
|
-
})(ListReservationsRequest || (ListReservationsRequest = {}));
|
|
1202
|
-
export var ListReservationsResponse;
|
|
1203
|
-
(function (ListReservationsResponse) {
|
|
1204
|
-
ListReservationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1205
|
-
})(ListReservationsResponse || (ListReservationsResponse = {}));
|
|
1206
|
-
export var ListTagsForResourceRequest;
|
|
1207
|
-
(function (ListTagsForResourceRequest) {
|
|
1208
|
-
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1209
|
-
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
1210
|
-
export var ListTagsForResourceResponse;
|
|
1211
|
-
(function (ListTagsForResourceResponse) {
|
|
1212
|
-
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1213
|
-
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
1214
|
-
export var PurchaseOfferingRequest;
|
|
1215
|
-
(function (PurchaseOfferingRequest) {
|
|
1216
|
-
PurchaseOfferingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1217
|
-
})(PurchaseOfferingRequest || (PurchaseOfferingRequest = {}));
|
|
1218
|
-
export var PurchaseOfferingResponse;
|
|
1219
|
-
(function (PurchaseOfferingResponse) {
|
|
1220
|
-
PurchaseOfferingResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1221
|
-
})(PurchaseOfferingResponse || (PurchaseOfferingResponse = {}));
|
|
1222
|
-
export var RejectInputDeviceTransferRequest;
|
|
1223
|
-
(function (RejectInputDeviceTransferRequest) {
|
|
1224
|
-
RejectInputDeviceTransferRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1225
|
-
})(RejectInputDeviceTransferRequest || (RejectInputDeviceTransferRequest = {}));
|
|
1226
|
-
export var RejectInputDeviceTransferResponse;
|
|
1227
|
-
(function (RejectInputDeviceTransferResponse) {
|
|
1228
|
-
RejectInputDeviceTransferResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1229
|
-
})(RejectInputDeviceTransferResponse || (RejectInputDeviceTransferResponse = {}));
|
|
1230
|
-
export var StartChannelRequest;
|
|
1231
|
-
(function (StartChannelRequest) {
|
|
1232
|
-
StartChannelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1233
|
-
})(StartChannelRequest || (StartChannelRequest = {}));
|
|
1234
|
-
export var StartChannelResponse;
|
|
1235
|
-
(function (StartChannelResponse) {
|
|
1236
|
-
StartChannelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1237
|
-
})(StartChannelResponse || (StartChannelResponse = {}));
|
|
1238
|
-
export var StartMultiplexRequest;
|
|
1239
|
-
(function (StartMultiplexRequest) {
|
|
1240
|
-
StartMultiplexRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1241
|
-
})(StartMultiplexRequest || (StartMultiplexRequest = {}));
|
|
1242
|
-
export var StartMultiplexResponse;
|
|
1243
|
-
(function (StartMultiplexResponse) {
|
|
1244
|
-
StartMultiplexResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1245
|
-
})(StartMultiplexResponse || (StartMultiplexResponse = {}));
|
|
1246
|
-
export var StopChannelRequest;
|
|
1247
|
-
(function (StopChannelRequest) {
|
|
1248
|
-
StopChannelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1249
|
-
})(StopChannelRequest || (StopChannelRequest = {}));
|
|
1250
|
-
export var StopChannelResponse;
|
|
1251
|
-
(function (StopChannelResponse) {
|
|
1252
|
-
StopChannelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1253
|
-
})(StopChannelResponse || (StopChannelResponse = {}));
|
|
1254
|
-
export var StopMultiplexRequest;
|
|
1255
|
-
(function (StopMultiplexRequest) {
|
|
1256
|
-
StopMultiplexRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1257
|
-
})(StopMultiplexRequest || (StopMultiplexRequest = {}));
|
|
1258
|
-
export var StopMultiplexResponse;
|
|
1259
|
-
(function (StopMultiplexResponse) {
|
|
1260
|
-
StopMultiplexResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1261
|
-
})(StopMultiplexResponse || (StopMultiplexResponse = {}));
|
|
1262
|
-
export var TransferInputDeviceRequest;
|
|
1263
|
-
(function (TransferInputDeviceRequest) {
|
|
1264
|
-
TransferInputDeviceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1265
|
-
})(TransferInputDeviceRequest || (TransferInputDeviceRequest = {}));
|
|
1266
|
-
export var TransferInputDeviceResponse;
|
|
1267
|
-
(function (TransferInputDeviceResponse) {
|
|
1268
|
-
TransferInputDeviceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1269
|
-
})(TransferInputDeviceResponse || (TransferInputDeviceResponse = {}));
|
|
1270
|
-
export var UpdateChannelRequest;
|
|
1271
|
-
(function (UpdateChannelRequest) {
|
|
1272
|
-
UpdateChannelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1273
|
-
})(UpdateChannelRequest || (UpdateChannelRequest = {}));
|
|
1274
|
-
export var UpdateChannelResponse;
|
|
1275
|
-
(function (UpdateChannelResponse) {
|
|
1276
|
-
UpdateChannelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1277
|
-
})(UpdateChannelResponse || (UpdateChannelResponse = {}));
|
|
1278
|
-
export var UpdateChannelClassRequest;
|
|
1279
|
-
(function (UpdateChannelClassRequest) {
|
|
1280
|
-
UpdateChannelClassRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1281
|
-
})(UpdateChannelClassRequest || (UpdateChannelClassRequest = {}));
|
|
1282
|
-
export var UpdateChannelClassResponse;
|
|
1283
|
-
(function (UpdateChannelClassResponse) {
|
|
1284
|
-
UpdateChannelClassResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1285
|
-
})(UpdateChannelClassResponse || (UpdateChannelClassResponse = {}));
|
|
1286
|
-
export var UpdateInputRequest;
|
|
1287
|
-
(function (UpdateInputRequest) {
|
|
1288
|
-
UpdateInputRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1289
|
-
})(UpdateInputRequest || (UpdateInputRequest = {}));
|
|
1290
|
-
export var UpdateInputResponse;
|
|
1291
|
-
(function (UpdateInputResponse) {
|
|
1292
|
-
UpdateInputResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1293
|
-
})(UpdateInputResponse || (UpdateInputResponse = {}));
|
|
1294
|
-
export var UpdateInputDeviceRequest;
|
|
1295
|
-
(function (UpdateInputDeviceRequest) {
|
|
1296
|
-
UpdateInputDeviceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1297
|
-
})(UpdateInputDeviceRequest || (UpdateInputDeviceRequest = {}));
|
|
1298
|
-
export var UpdateInputDeviceResponse;
|
|
1299
|
-
(function (UpdateInputDeviceResponse) {
|
|
1300
|
-
UpdateInputDeviceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1301
|
-
})(UpdateInputDeviceResponse || (UpdateInputDeviceResponse = {}));
|
|
1302
|
-
export var UpdateInputSecurityGroupRequest;
|
|
1303
|
-
(function (UpdateInputSecurityGroupRequest) {
|
|
1304
|
-
UpdateInputSecurityGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1305
|
-
})(UpdateInputSecurityGroupRequest || (UpdateInputSecurityGroupRequest = {}));
|
|
1306
|
-
export var UpdateInputSecurityGroupResponse;
|
|
1307
|
-
(function (UpdateInputSecurityGroupResponse) {
|
|
1308
|
-
UpdateInputSecurityGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1309
|
-
})(UpdateInputSecurityGroupResponse || (UpdateInputSecurityGroupResponse = {}));
|
|
1310
|
-
export var UpdateMultiplexRequest;
|
|
1311
|
-
(function (UpdateMultiplexRequest) {
|
|
1312
|
-
UpdateMultiplexRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1313
|
-
})(UpdateMultiplexRequest || (UpdateMultiplexRequest = {}));
|
|
1314
|
-
export var UpdateMultiplexResponse;
|
|
1315
|
-
(function (UpdateMultiplexResponse) {
|
|
1316
|
-
UpdateMultiplexResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1317
|
-
})(UpdateMultiplexResponse || (UpdateMultiplexResponse = {}));
|
|
1318
|
-
export var UpdateMultiplexProgramRequest;
|
|
1319
|
-
(function (UpdateMultiplexProgramRequest) {
|
|
1320
|
-
UpdateMultiplexProgramRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1321
|
-
})(UpdateMultiplexProgramRequest || (UpdateMultiplexProgramRequest = {}));
|
|
1322
|
-
export var UpdateMultiplexProgramResponse;
|
|
1323
|
-
(function (UpdateMultiplexProgramResponse) {
|
|
1324
|
-
UpdateMultiplexProgramResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1325
|
-
})(UpdateMultiplexProgramResponse || (UpdateMultiplexProgramResponse = {}));
|
|
1326
|
-
export var UpdateReservationRequest;
|
|
1327
|
-
(function (UpdateReservationRequest) {
|
|
1328
|
-
UpdateReservationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1329
|
-
})(UpdateReservationRequest || (UpdateReservationRequest = {}));
|
|
1330
|
-
export var UpdateReservationResponse;
|
|
1331
|
-
(function (UpdateReservationResponse) {
|
|
1332
|
-
UpdateReservationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1333
|
-
})(UpdateReservationResponse || (UpdateReservationResponse = {}));
|
|
1334
|
-
//# sourceMappingURL=models_1.js.map
|