@aws-sdk/client-medialive 3.362.0 → 3.368.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/README.md +24 -0
- package/dist-cjs/MediaLive.js +7 -1
- package/dist-cjs/MediaLiveClient.js +5 -5
- package/dist-cjs/commands/AcceptInputDeviceTransferCommand.js +3 -3
- package/dist-cjs/commands/BatchDeleteCommand.js +3 -3
- package/dist-cjs/commands/BatchStartCommand.js +3 -3
- package/dist-cjs/commands/BatchStopCommand.js +3 -3
- package/dist-cjs/commands/BatchUpdateScheduleCommand.js +3 -3
- package/dist-cjs/commands/CancelInputDeviceTransferCommand.js +3 -3
- package/dist-cjs/commands/ClaimDeviceCommand.js +3 -3
- package/dist-cjs/commands/CreateChannelCommand.js +3 -3
- package/dist-cjs/commands/CreateInputCommand.js +3 -3
- package/dist-cjs/commands/CreateInputSecurityGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateMultiplexCommand.js +3 -3
- package/dist-cjs/commands/CreateMultiplexProgramCommand.js +3 -3
- package/dist-cjs/commands/CreatePartnerInputCommand.js +3 -3
- package/dist-cjs/commands/CreateTagsCommand.js +3 -3
- package/dist-cjs/commands/DeleteChannelCommand.js +3 -3
- package/dist-cjs/commands/DeleteInputCommand.js +3 -3
- package/dist-cjs/commands/DeleteInputSecurityGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteMultiplexCommand.js +3 -3
- package/dist-cjs/commands/DeleteMultiplexProgramCommand.js +3 -3
- package/dist-cjs/commands/DeleteReservationCommand.js +3 -3
- package/dist-cjs/commands/DeleteScheduleCommand.js +3 -3
- package/dist-cjs/commands/DeleteTagsCommand.js +3 -3
- package/dist-cjs/commands/DescribeAccountConfigurationCommand.js +46 -0
- package/dist-cjs/commands/DescribeChannelCommand.js +3 -3
- package/dist-cjs/commands/DescribeInputCommand.js +3 -3
- package/dist-cjs/commands/DescribeInputDeviceCommand.js +3 -3
- package/dist-cjs/commands/DescribeInputDeviceThumbnailCommand.js +3 -3
- package/dist-cjs/commands/DescribeInputSecurityGroupCommand.js +3 -3
- package/dist-cjs/commands/DescribeMultiplexCommand.js +3 -3
- package/dist-cjs/commands/DescribeMultiplexProgramCommand.js +3 -3
- package/dist-cjs/commands/DescribeOfferingCommand.js +3 -3
- package/dist-cjs/commands/DescribeReservationCommand.js +3 -3
- package/dist-cjs/commands/DescribeScheduleCommand.js +3 -3
- package/dist-cjs/commands/DescribeThumbnailsCommand.js +46 -0
- package/dist-cjs/commands/ListChannelsCommand.js +3 -3
- package/dist-cjs/commands/ListInputDeviceTransfersCommand.js +3 -3
- package/dist-cjs/commands/ListInputDevicesCommand.js +3 -3
- package/dist-cjs/commands/ListInputSecurityGroupsCommand.js +3 -3
- package/dist-cjs/commands/ListInputsCommand.js +3 -3
- package/dist-cjs/commands/ListMultiplexProgramsCommand.js +3 -3
- package/dist-cjs/commands/ListMultiplexesCommand.js +3 -3
- package/dist-cjs/commands/ListOfferingsCommand.js +3 -3
- package/dist-cjs/commands/ListReservationsCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/PurchaseOfferingCommand.js +3 -3
- package/dist-cjs/commands/RebootInputDeviceCommand.js +3 -3
- package/dist-cjs/commands/RejectInputDeviceTransferCommand.js +3 -3
- package/dist-cjs/commands/StartChannelCommand.js +3 -3
- package/dist-cjs/commands/StartInputDeviceMaintenanceWindowCommand.js +3 -3
- package/dist-cjs/commands/StartMultiplexCommand.js +3 -3
- package/dist-cjs/commands/StopChannelCommand.js +3 -3
- package/dist-cjs/commands/StopMultiplexCommand.js +3 -3
- package/dist-cjs/commands/TransferInputDeviceCommand.js +3 -3
- package/dist-cjs/commands/UpdateAccountConfigurationCommand.js +46 -0
- package/dist-cjs/commands/UpdateChannelClassCommand.js +3 -3
- package/dist-cjs/commands/UpdateChannelCommand.js +3 -3
- package/dist-cjs/commands/UpdateInputCommand.js +3 -3
- package/dist-cjs/commands/UpdateInputDeviceCommand.js +3 -3
- package/dist-cjs/commands/UpdateInputSecurityGroupCommand.js +3 -3
- package/dist-cjs/commands/UpdateMultiplexCommand.js +3 -3
- package/dist-cjs/commands/UpdateMultiplexProgramCommand.js +3 -3
- package/dist-cjs/commands/UpdateReservationCommand.js +3 -3
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/MediaLiveServiceException.js +1 -1
- package/dist-cjs/models/models_1.js +11 -7
- package/dist-cjs/models/models_2.js +5 -0
- package/dist-cjs/protocols/Aws_restJson1.js +274 -4
- package/dist-cjs/runtimeConfig.browser.js +7 -7
- package/dist-cjs/runtimeConfig.js +10 -10
- package/dist-cjs/runtimeConfig.shared.js +5 -5
- package/dist-cjs/waiters/waitForChannelCreated.js +1 -1
- package/dist-cjs/waiters/waitForChannelDeleted.js +1 -1
- package/dist-cjs/waiters/waitForChannelRunning.js +1 -1
- package/dist-cjs/waiters/waitForChannelStopped.js +1 -1
- package/dist-cjs/waiters/waitForInputAttached.js +1 -1
- package/dist-cjs/waiters/waitForInputDeleted.js +1 -1
- package/dist-cjs/waiters/waitForInputDetached.js +1 -1
- package/dist-cjs/waiters/waitForMultiplexCreated.js +1 -1
- package/dist-cjs/waiters/waitForMultiplexDeleted.js +1 -1
- package/dist-cjs/waiters/waitForMultiplexRunning.js +1 -1
- package/dist-cjs/waiters/waitForMultiplexStopped.js +1 -1
- package/dist-es/MediaLive.js +7 -1
- package/dist-es/MediaLiveClient.js +5 -5
- package/dist-es/commands/AcceptInputDeviceTransferCommand.js +3 -3
- package/dist-es/commands/BatchDeleteCommand.js +3 -3
- package/dist-es/commands/BatchStartCommand.js +3 -3
- package/dist-es/commands/BatchStopCommand.js +3 -3
- package/dist-es/commands/BatchUpdateScheduleCommand.js +3 -3
- package/dist-es/commands/CancelInputDeviceTransferCommand.js +3 -3
- package/dist-es/commands/ClaimDeviceCommand.js +3 -3
- package/dist-es/commands/CreateChannelCommand.js +3 -3
- package/dist-es/commands/CreateInputCommand.js +3 -3
- package/dist-es/commands/CreateInputSecurityGroupCommand.js +3 -3
- package/dist-es/commands/CreateMultiplexCommand.js +3 -3
- package/dist-es/commands/CreateMultiplexProgramCommand.js +3 -3
- package/dist-es/commands/CreatePartnerInputCommand.js +3 -3
- package/dist-es/commands/CreateTagsCommand.js +3 -3
- package/dist-es/commands/DeleteChannelCommand.js +3 -3
- package/dist-es/commands/DeleteInputCommand.js +3 -3
- package/dist-es/commands/DeleteInputSecurityGroupCommand.js +3 -3
- package/dist-es/commands/DeleteMultiplexCommand.js +3 -3
- package/dist-es/commands/DeleteMultiplexProgramCommand.js +3 -3
- package/dist-es/commands/DeleteReservationCommand.js +3 -3
- package/dist-es/commands/DeleteScheduleCommand.js +3 -3
- package/dist-es/commands/DeleteTagsCommand.js +3 -3
- package/dist-es/commands/DescribeAccountConfigurationCommand.js +42 -0
- package/dist-es/commands/DescribeChannelCommand.js +3 -3
- package/dist-es/commands/DescribeInputCommand.js +3 -3
- package/dist-es/commands/DescribeInputDeviceCommand.js +3 -3
- package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +3 -3
- package/dist-es/commands/DescribeInputSecurityGroupCommand.js +3 -3
- package/dist-es/commands/DescribeMultiplexCommand.js +3 -3
- package/dist-es/commands/DescribeMultiplexProgramCommand.js +3 -3
- package/dist-es/commands/DescribeOfferingCommand.js +3 -3
- package/dist-es/commands/DescribeReservationCommand.js +3 -3
- package/dist-es/commands/DescribeScheduleCommand.js +3 -3
- package/dist-es/commands/DescribeThumbnailsCommand.js +42 -0
- package/dist-es/commands/ListChannelsCommand.js +3 -3
- package/dist-es/commands/ListInputDeviceTransfersCommand.js +3 -3
- package/dist-es/commands/ListInputDevicesCommand.js +3 -3
- package/dist-es/commands/ListInputSecurityGroupsCommand.js +3 -3
- package/dist-es/commands/ListInputsCommand.js +3 -3
- package/dist-es/commands/ListMultiplexProgramsCommand.js +3 -3
- package/dist-es/commands/ListMultiplexesCommand.js +3 -3
- package/dist-es/commands/ListOfferingsCommand.js +3 -3
- package/dist-es/commands/ListReservationsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PurchaseOfferingCommand.js +3 -3
- package/dist-es/commands/RebootInputDeviceCommand.js +3 -3
- package/dist-es/commands/RejectInputDeviceTransferCommand.js +3 -3
- package/dist-es/commands/StartChannelCommand.js +3 -3
- package/dist-es/commands/StartInputDeviceMaintenanceWindowCommand.js +3 -3
- package/dist-es/commands/StartMultiplexCommand.js +3 -3
- package/dist-es/commands/StopChannelCommand.js +3 -3
- package/dist-es/commands/StopMultiplexCommand.js +3 -3
- package/dist-es/commands/TransferInputDeviceCommand.js +3 -3
- package/dist-es/commands/UpdateAccountConfigurationCommand.js +42 -0
- package/dist-es/commands/UpdateChannelClassCommand.js +3 -3
- package/dist-es/commands/UpdateChannelCommand.js +3 -3
- package/dist-es/commands/UpdateInputCommand.js +3 -3
- package/dist-es/commands/UpdateInputDeviceCommand.js +3 -3
- package/dist-es/commands/UpdateInputSecurityGroupCommand.js +3 -3
- package/dist-es/commands/UpdateMultiplexCommand.js +3 -3
- package/dist-es/commands/UpdateMultiplexProgramCommand.js +3 -3
- package/dist-es/commands/UpdateReservationCommand.js +3 -3
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/MediaLiveServiceException.js +1 -1
- package/dist-es/models/models_1.js +8 -4
- package/dist-es/models/models_2.js +4 -1
- package/dist-es/protocols/Aws_restJson1.js +265 -1
- package/dist-es/runtimeConfig.browser.js +7 -7
- package/dist-es/runtimeConfig.js +10 -10
- package/dist-es/runtimeConfig.shared.js +5 -5
- package/dist-es/waiters/waitForChannelCreated.js +1 -1
- package/dist-es/waiters/waitForChannelDeleted.js +1 -1
- package/dist-es/waiters/waitForChannelRunning.js +1 -1
- package/dist-es/waiters/waitForChannelStopped.js +1 -1
- package/dist-es/waiters/waitForInputAttached.js +1 -1
- package/dist-es/waiters/waitForInputDeleted.js +1 -1
- package/dist-es/waiters/waitForInputDetached.js +1 -1
- package/dist-es/waiters/waitForMultiplexCreated.js +1 -1
- package/dist-es/waiters/waitForMultiplexDeleted.js +1 -1
- package/dist-es/waiters/waitForMultiplexRunning.js +1 -1
- package/dist-es/waiters/waitForMultiplexStopped.js +1 -1
- package/dist-types/MediaLive.d.ts +22 -1
- package/dist-types/MediaLiveClient.d.ts +13 -10
- package/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +3 -3
- package/dist-types/commands/BatchDeleteCommand.d.ts +3 -3
- package/dist-types/commands/BatchStartCommand.d.ts +3 -3
- package/dist-types/commands/BatchStopCommand.d.ts +3 -3
- package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +3 -3
- package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +3 -3
- package/dist-types/commands/ClaimDeviceCommand.d.ts +3 -3
- package/dist-types/commands/CreateChannelCommand.d.ts +9 -3
- package/dist-types/commands/CreateInputCommand.d.ts +3 -3
- package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateMultiplexCommand.d.ts +3 -3
- package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +3 -3
- package/dist-types/commands/CreatePartnerInputCommand.d.ts +3 -3
- package/dist-types/commands/CreateTagsCommand.d.ts +3 -3
- package/dist-types/commands/DeleteChannelCommand.d.ts +6 -3
- package/dist-types/commands/DeleteInputCommand.d.ts +3 -3
- package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +3 -3
- package/dist-types/commands/DeleteMultiplexCommand.d.ts +3 -3
- package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +3 -3
- package/dist-types/commands/DeleteReservationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteScheduleCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTagsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAccountConfigurationCommand.d.ts +91 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +6 -3
- package/dist-types/commands/DescribeInputCommand.d.ts +3 -3
- package/dist-types/commands/DescribeInputDeviceCommand.d.ts +3 -3
- package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +3 -3
- package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +3 -3
- package/dist-types/commands/DescribeMultiplexCommand.d.ts +3 -3
- package/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +3 -3
- package/dist-types/commands/DescribeOfferingCommand.d.ts +3 -3
- package/dist-types/commands/DescribeReservationCommand.d.ts +3 -3
- package/dist-types/commands/DescribeScheduleCommand.d.ts +3 -3
- package/dist-types/commands/DescribeThumbnailsCommand.d.ts +111 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +3 -3
- package/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +3 -3
- package/dist-types/commands/ListInputDevicesCommand.d.ts +3 -3
- package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +3 -3
- package/dist-types/commands/ListInputsCommand.d.ts +3 -3
- package/dist-types/commands/ListMultiplexProgramsCommand.d.ts +3 -3
- package/dist-types/commands/ListMultiplexesCommand.d.ts +3 -3
- package/dist-types/commands/ListOfferingsCommand.d.ts +3 -3
- package/dist-types/commands/ListReservationsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/PurchaseOfferingCommand.d.ts +4 -4
- package/dist-types/commands/RebootInputDeviceCommand.d.ts +4 -4
- package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +4 -4
- package/dist-types/commands/StartChannelCommand.d.ts +7 -4
- package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +4 -5
- package/dist-types/commands/StartMultiplexCommand.d.ts +3 -3
- package/dist-types/commands/StopChannelCommand.d.ts +6 -3
- package/dist-types/commands/StopMultiplexCommand.d.ts +3 -3
- package/dist-types/commands/TransferInputDeviceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateAccountConfigurationCommand.d.ts +98 -0
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +6 -3
- package/dist-types/commands/UpdateChannelCommand.d.ts +9 -3
- package/dist-types/commands/UpdateInputCommand.d.ts +3 -3
- package/dist-types/commands/UpdateInputDeviceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +3 -3
- package/dist-types/commands/UpdateMultiplexCommand.d.ts +3 -3
- package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +3 -3
- package/dist-types/commands/UpdateReservationCommand.d.ts +3 -3
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
- package/dist-types/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/endpoint/ruleset.d.ts +1 -1
- package/dist-types/models/MediaLiveServiceException.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +129 -193
- package/dist-types/models/models_2.d.ts +213 -1
- package/dist-types/pagination/DescribeSchedulePaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListChannelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInputDeviceTransfersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInputDevicesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInputSecurityGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInputsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMultiplexProgramsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMultiplexesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOfferingsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReservationsPaginator.d.ts +1 -1
- package/dist-types/protocols/Aws_restJson1.d.ts +28 -2
- package/dist-types/runtimeConfig.browser.d.ts +21 -21
- package/dist-types/runtimeConfig.d.ts +21 -21
- package/dist-types/runtimeConfig.native.d.ts +20 -20
- package/dist-types/runtimeConfig.shared.d.ts +5 -5
- package/dist-types/ts3.4/MediaLive.d.ts +52 -1
- package/dist-types/ts3.4/MediaLiveClient.d.ts +37 -21
- package/dist-types/ts3.4/commands/AcceptInputDeviceTransferCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/BatchDeleteCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/BatchStartCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/BatchStopCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ClaimDeviceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateMultiplexCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreatePartnerInputCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeAccountConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeThumbnailsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListInputDeviceTransfersCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListInputDevicesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListInputSecurityGroupsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListMultiplexProgramsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListMultiplexesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/RebootInputDeviceCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/StartMultiplexCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/StopMultiplexCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/TransferInputDeviceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateAccountConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateChannelClassCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateMultiplexCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
- package/dist-types/ts3.4/models/MediaLiveServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +41 -54
- package/dist-types/ts3.4/models/models_2.d.ts +60 -0
- package/dist-types/ts3.4/pagination/DescribeSchedulePaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListInputDeviceTransfersPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListInputDevicesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListInputSecurityGroupsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListInputsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListMultiplexProgramsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListMultiplexesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListOfferingsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListReservationsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +40 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +36 -41
- package/dist-types/ts3.4/runtimeConfig.d.ts +36 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -39
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +5 -5
- package/dist-types/ts3.4/waiters/waitForChannelCreated.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForChannelDeleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForChannelRunning.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForChannelStopped.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForInputAttached.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForInputDeleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForInputDetached.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForMultiplexCreated.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForMultiplexDeleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForMultiplexRunning.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForMultiplexStopped.d.ts +1 -1
- package/dist-types/waiters/waitForChannelCreated.d.ts +1 -1
- package/dist-types/waiters/waitForChannelDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForChannelRunning.d.ts +1 -1
- package/dist-types/waiters/waitForChannelStopped.d.ts +1 -1
- package/dist-types/waiters/waitForInputAttached.d.ts +1 -1
- package/dist-types/waiters/waitForInputDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForInputDetached.d.ts +1 -1
- package/dist-types/waiters/waitForMultiplexCreated.d.ts +1 -1
- package/dist-types/waiters/waitForMultiplexDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForMultiplexRunning.d.ts +1 -1
- package/dist-types/waiters/waitForMultiplexStopped.d.ts +1 -1
- package/package.json +33 -32
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeReservationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class DescribeReservationCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeScheduleCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class DescribeScheduleCommand extends smithy_client_1.Command {
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeThumbnailsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class DescribeThumbnailsCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeThumbnailsCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "MediaLiveClient";
|
|
28
|
+
const commandName = "DescribeThumbnailsCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.se_DescribeThumbnailsCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.de_DescribeThumbnailsCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.DescribeThumbnailsCommand = DescribeThumbnailsCommand;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListChannelsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class ListChannelsCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListInputDeviceTransfersCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class ListInputDeviceTransfersCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListInputDevicesCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class ListInputDevicesCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListInputSecurityGroupsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class ListInputSecurityGroupsCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListInputsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class ListInputsCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListMultiplexProgramsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class ListMultiplexProgramsCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListMultiplexesCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class ListMultiplexesCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListOfferingsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class ListOfferingsCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListReservationsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class ListReservationsCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListTagsForResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PurchaseOfferingCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class PurchaseOfferingCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.RebootInputDeviceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class RebootInputDeviceCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.RejectInputDeviceTransferCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class RejectInputDeviceTransferCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.StartChannelCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class StartChannelCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.StartInputDeviceMaintenanceWindowCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class StartInputDeviceMaintenanceWindowCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.StartMultiplexCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class StartMultiplexCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.StopChannelCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class StopChannelCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.StopMultiplexCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class StopMultiplexCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.TransferInputDeviceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class TransferInputDeviceCommand extends smithy_client_1.Command {
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateAccountConfigurationCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class UpdateAccountConfigurationCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateAccountConfigurationCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "MediaLiveClient";
|
|
28
|
+
const commandName = "UpdateAccountConfigurationCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.se_UpdateAccountConfigurationCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.de_UpdateAccountConfigurationCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.UpdateAccountConfigurationCommand = UpdateAccountConfigurationCommand;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateChannelClassCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class UpdateChannelClassCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateChannelCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class UpdateChannelCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateInputCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class UpdateInputCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateInputDeviceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class UpdateInputDeviceCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateInputSecurityGroupCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class UpdateInputSecurityGroupCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateMultiplexCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class UpdateMultiplexCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateMultiplexProgramCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class UpdateMultiplexProgramCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateReservationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class UpdateReservationCommand extends smithy_client_1.Command {
|
|
@@ -23,6 +23,7 @@ tslib_1.__exportStar(require("./DeleteMultiplexProgramCommand"), exports);
|
|
|
23
23
|
tslib_1.__exportStar(require("./DeleteReservationCommand"), exports);
|
|
24
24
|
tslib_1.__exportStar(require("./DeleteScheduleCommand"), exports);
|
|
25
25
|
tslib_1.__exportStar(require("./DeleteTagsCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./DescribeAccountConfigurationCommand"), exports);
|
|
26
27
|
tslib_1.__exportStar(require("./DescribeChannelCommand"), exports);
|
|
27
28
|
tslib_1.__exportStar(require("./DescribeInputCommand"), exports);
|
|
28
29
|
tslib_1.__exportStar(require("./DescribeInputDeviceCommand"), exports);
|
|
@@ -33,6 +34,7 @@ tslib_1.__exportStar(require("./DescribeMultiplexProgramCommand"), exports);
|
|
|
33
34
|
tslib_1.__exportStar(require("./DescribeOfferingCommand"), exports);
|
|
34
35
|
tslib_1.__exportStar(require("./DescribeReservationCommand"), exports);
|
|
35
36
|
tslib_1.__exportStar(require("./DescribeScheduleCommand"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./DescribeThumbnailsCommand"), exports);
|
|
36
38
|
tslib_1.__exportStar(require("./ListChannelsCommand"), exports);
|
|
37
39
|
tslib_1.__exportStar(require("./ListInputDeviceTransfersCommand"), exports);
|
|
38
40
|
tslib_1.__exportStar(require("./ListInputDevicesCommand"), exports);
|
|
@@ -52,6 +54,7 @@ tslib_1.__exportStar(require("./StartMultiplexCommand"), exports);
|
|
|
52
54
|
tslib_1.__exportStar(require("./StopChannelCommand"), exports);
|
|
53
55
|
tslib_1.__exportStar(require("./StopMultiplexCommand"), exports);
|
|
54
56
|
tslib_1.__exportStar(require("./TransferInputDeviceCommand"), exports);
|
|
57
|
+
tslib_1.__exportStar(require("./UpdateAccountConfigurationCommand"), exports);
|
|
55
58
|
tslib_1.__exportStar(require("./UpdateChannelClassCommand"), exports);
|
|
56
59
|
tslib_1.__exportStar(require("./UpdateChannelCommand"), exports);
|
|
57
60
|
tslib_1.__exportStar(require("./UpdateInputCommand"), exports);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.MediaLiveServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
6
|
class MediaLiveServiceException extends smithy_client_1.ServiceException {
|
|
7
7
|
constructor(options) {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.DescribeInputDeviceThumbnailResponseFilterSensitiveLog = exports.
|
|
3
|
+
exports.H264FlickerAq = exports.FixedAfd = exports.TemporalFilterStrength = exports.TemporalFilterPostFilterSharpening = exports.H264EntropyEncoding = exports.H264ColorMetadata = exports.AfdSignaling = exports.H264AdaptiveQuantization = exports.TimecodeBurninPosition = exports.TimecodeBurninFontSize = exports.FrameCaptureIntervalUnit = exports.InputDeviceTransferType = exports.ThumbnailType = exports.FollowPoint = exports.Scte35SegmentationCancelIndicator = exports.Scte35WebDeliveryAllowedFlag = exports.Scte35NoRegionalBlackoutFlag = exports.Scte35DeviceRestrictions = exports.Scte35ArchiveAllowedFlag = exports.Scte35InputMode = exports.LastFrameClippingBehavior = exports.InputTimecodeSource = exports.ReservationState = exports.ReservationAutomaticRenewal = exports.PipelineId = exports.UdpTimedMetadataId3Frame = exports.InputLossActionForUdpOut = exports.InputLossActionForRtmpOut = exports.RtmpCaptionData = exports.RtmpCacheFullBehavior = exports.AuthenticationScheme = exports.RtmpAdMarkers = exports.SmoothGroupTimestampOffsetMode = exports.SmoothGroupStreamManifestBehavior = exports.SmoothGroupSparseTrackType = exports.SmoothGroupSegmentationMode = exports.InputLossActionForMsSmoothOut = exports.SmoothGroupEventStopBehavior = exports.SmoothGroupEventIdMode = exports.SmoothGroupCertificateMode = exports.SmoothGroupAudioOnlyTimecodeControl = exports.HlsTsFileMode = exports.HlsTimedMetadataId3Frame = exports.HlsStreamInfResolution = exports.HlsSegmentationMode = exports.HlsRedundantManifest = exports.HlsProgramDateTimeClock = exports.HlsProgramDateTime = exports.HlsOutputSelection = exports.HlsMode = void 0;
|
|
4
|
+
exports.UnprocessableEntityException = exports.TooManyRequestsException = exports.NotFoundException = exports.InternalServerErrorException = exports.GatewayTimeoutException = exports.ForbiddenException = exports.ConflictException = exports.BadRequestException = exports.BadGatewayException = exports.AcceptHeader = exports.VideoDescriptionScalingBehavior = exports.VideoDescriptionRespondToAfd = exports.Mpeg2TimecodeInsertionBehavior = exports.Mpeg2SubGopLength = exports.Mpeg2ScanType = exports.Mpeg2GopSizeUnits = exports.Mpeg2DisplayRatio = exports.Mpeg2ColorSpace = exports.Mpeg2ColorMetadata = exports.Mpeg2AdaptiveQuantization = exports.H265TimecodeInsertionBehavior = exports.H265Tier = exports.H265SceneChangeDetect = exports.H265ScanType = exports.H265RateControlMode = exports.H265Profile = exports.H265LookAheadRateControl = exports.H265Level = exports.H265GopSizeUnits = exports.H265FlickerAq = exports.H265ColorMetadata = exports.H265AlternativeTransferFunction = exports.H265AdaptiveQuantization = exports.H264TimecodeInsertionBehavior = exports.H264TemporalAq = exports.H264Syntax = exports.H264SubGopLength = exports.H264SpatialAq = exports.H264SceneChangeDetect = exports.H264ScanType = exports.H264RateControlMode = exports.H264QualityLevel = exports.H264Profile = exports.H264ParControl = exports.H264LookAheadRateControl = exports.H264Level = exports.H264GopSizeUnits = exports.H264GopBReference = exports.H264FramerateControl = exports.H264ForceFieldPictures = void 0;
|
|
5
|
+
exports.DescribeInputDeviceThumbnailResponseFilterSensitiveLog = exports.PreferredChannelPipeline = exports.ContentType = exports.TimecodeConfigSource = exports.ThumbnailState = exports.NielsenPcmToId3TaggingState = exports.MotionGraphicsInsertion = exports.GlobalConfigurationLowFramerateInputs = exports.GlobalConfigurationOutputTimingSource = exports.GlobalConfigurationOutputLockingMode = exports.InputLossImageType = exports.GlobalConfigurationInputEndAction = exports.FeatureActivationsInputPrepareScheduleActions = exports.BlackoutSlateState = exports.BlackoutSlateNetworkEndBlackout = exports.Scte35AposWebDeliveryAllowedBehavior = exports.Scte35AposNoRegionalBlackoutBehavior = exports.Scte35SpliceInsertWebDeliveryAllowedBehavior = exports.Scte35SpliceInsertNoRegionalBlackoutBehavior = exports.AvailBlankingState = void 0;
|
|
6
6
|
const MediaLiveServiceException_1 = require("./MediaLiveServiceException");
|
|
7
7
|
exports.HlsMode = {
|
|
8
8
|
LIVE: "LIVE",
|
|
@@ -163,6 +163,10 @@ exports.FollowPoint = {
|
|
|
163
163
|
END: "END",
|
|
164
164
|
START: "START",
|
|
165
165
|
};
|
|
166
|
+
exports.ThumbnailType = {
|
|
167
|
+
CURRENT_ACTIVE: "CURRENT_ACTIVE",
|
|
168
|
+
UNSPECIFIED: "UNSPECIFIED",
|
|
169
|
+
};
|
|
166
170
|
exports.InputDeviceTransferType = {
|
|
167
171
|
INCOMING: "INCOMING",
|
|
168
172
|
OUTGOING: "OUTGOING",
|
|
@@ -646,6 +650,10 @@ exports.NielsenPcmToId3TaggingState = {
|
|
|
646
650
|
DISABLED: "DISABLED",
|
|
647
651
|
ENABLED: "ENABLED",
|
|
648
652
|
};
|
|
653
|
+
exports.ThumbnailState = {
|
|
654
|
+
AUTO: "AUTO",
|
|
655
|
+
DISABLED: "DISABLED",
|
|
656
|
+
};
|
|
649
657
|
exports.TimecodeConfigSource = {
|
|
650
658
|
EMBEDDED: "EMBEDDED",
|
|
651
659
|
SYSTEMCLOCK: "SYSTEMCLOCK",
|
|
@@ -659,10 +667,6 @@ exports.PreferredChannelPipeline = {
|
|
|
659
667
|
PIPELINE_0: "PIPELINE_0",
|
|
660
668
|
PIPELINE_1: "PIPELINE_1",
|
|
661
669
|
};
|
|
662
|
-
exports.RebootInputDeviceForce = {
|
|
663
|
-
NO: "NO",
|
|
664
|
-
YES: "YES",
|
|
665
|
-
};
|
|
666
670
|
const DescribeInputDeviceThumbnailResponseFilterSensitiveLog = (obj) => ({
|
|
667
671
|
...obj,
|
|
668
672
|
});
|