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