@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,5 +1,197 @@
|
|
|
1
1
|
import { CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelState, DeviceSettingsSyncState, DeviceUpdateStatus, Input, InputAttachment, InputDestinationRequest, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceRequest, InputDeviceType, InputDeviceUhdSettings, InputSecurityGroup, InputSourceRequest, InputSpecification, InputWhitelistRuleCidr, LogLevel, MaintenanceStatus, MediaConnectFlowRequest, MultiplexOutputDestination, MultiplexState, OutputDestination, VpcOutputSettingsDescription } from "./models_0";
|
|
2
|
-
import { Channel, EncoderSettings, InputDeviceConfigurableSettings, MaintenanceUpdateSettings, Multiplex, MultiplexProgram, MultiplexProgramSettings, MultiplexSettings, PipelineDetail, RenewalSettings, Reservation } from "./models_1";
|
|
2
|
+
import { AccountConfiguration, Channel, EncoderSettings, InputDeviceConfigurableSettings, MaintenanceUpdateSettings, Multiplex, MultiplexProgram, MultiplexProgramSettings, MultiplexSettings, PipelineDetail, RenewalSettings, Reservation } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
* Placeholder documentation for PurchaseOfferingRequest
|
|
6
|
+
*/
|
|
7
|
+
export interface PurchaseOfferingRequest {
|
|
8
|
+
/**
|
|
9
|
+
* Number of resources
|
|
10
|
+
*/
|
|
11
|
+
Count: number | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* Name for the new reservation
|
|
14
|
+
*/
|
|
15
|
+
Name?: string;
|
|
16
|
+
/**
|
|
17
|
+
* Offering to purchase, e.g. '87654321'
|
|
18
|
+
*/
|
|
19
|
+
OfferingId: string | undefined;
|
|
20
|
+
/**
|
|
21
|
+
* Renewal settings for the reservation
|
|
22
|
+
*/
|
|
23
|
+
RenewalSettings?: RenewalSettings;
|
|
24
|
+
/**
|
|
25
|
+
* Unique request ID to be specified. This is needed to prevent retries from creating multiple resources.
|
|
26
|
+
*/
|
|
27
|
+
RequestId?: string;
|
|
28
|
+
/**
|
|
29
|
+
* Requested reservation start time (UTC) in ISO-8601 format. The specified time must be between the first day of the current month and one year from now. If no value is given, the default is now.
|
|
30
|
+
*/
|
|
31
|
+
Start?: string;
|
|
32
|
+
/**
|
|
33
|
+
* A collection of key-value pairs
|
|
34
|
+
*/
|
|
35
|
+
Tags?: Record<string, string>;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* @public
|
|
39
|
+
* Placeholder documentation for PurchaseOfferingResponse
|
|
40
|
+
*/
|
|
41
|
+
export interface PurchaseOfferingResponse {
|
|
42
|
+
/**
|
|
43
|
+
* Reserved resources available to use
|
|
44
|
+
*/
|
|
45
|
+
Reservation?: Reservation;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* @public
|
|
49
|
+
* @enum
|
|
50
|
+
*/
|
|
51
|
+
export declare const RebootInputDeviceForce: {
|
|
52
|
+
readonly NO: "NO";
|
|
53
|
+
readonly YES: "YES";
|
|
54
|
+
};
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
58
|
+
export type RebootInputDeviceForce = (typeof RebootInputDeviceForce)[keyof typeof RebootInputDeviceForce];
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
* A request to reboot an AWS Elemental device.
|
|
62
|
+
*/
|
|
63
|
+
export interface RebootInputDeviceRequest {
|
|
64
|
+
/**
|
|
65
|
+
* Force a reboot of an input device. If the device is streaming, it will stop streaming and begin rebooting within a few seconds of sending the command. If the device was streaming prior to the reboot, the device will resume streaming when the reboot completes.
|
|
66
|
+
*/
|
|
67
|
+
Force?: RebootInputDeviceForce | string;
|
|
68
|
+
/**
|
|
69
|
+
* The unique ID of the input device to reboot. For example, hd-123456789abcdef.
|
|
70
|
+
*/
|
|
71
|
+
InputDeviceId: string | undefined;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* @public
|
|
75
|
+
* Placeholder documentation for RebootInputDeviceResponse
|
|
76
|
+
*/
|
|
77
|
+
export interface RebootInputDeviceResponse {
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* @public
|
|
81
|
+
* Placeholder documentation for RejectInputDeviceTransferRequest
|
|
82
|
+
*/
|
|
83
|
+
export interface RejectInputDeviceTransferRequest {
|
|
84
|
+
/**
|
|
85
|
+
* The unique ID of the input device to reject. For example, hd-123456789abcdef.
|
|
86
|
+
*/
|
|
87
|
+
InputDeviceId: string | undefined;
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* @public
|
|
91
|
+
* Placeholder documentation for RejectInputDeviceTransferResponse
|
|
92
|
+
*/
|
|
93
|
+
export interface RejectInputDeviceTransferResponse {
|
|
94
|
+
}
|
|
95
|
+
/**
|
|
96
|
+
* @public
|
|
97
|
+
* Placeholder documentation for StartChannelRequest
|
|
98
|
+
*/
|
|
99
|
+
export interface StartChannelRequest {
|
|
100
|
+
/**
|
|
101
|
+
* A request to start a channel
|
|
102
|
+
*/
|
|
103
|
+
ChannelId: string | undefined;
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
* @public
|
|
107
|
+
* Placeholder documentation for StartChannelResponse
|
|
108
|
+
*/
|
|
109
|
+
export interface StartChannelResponse {
|
|
110
|
+
/**
|
|
111
|
+
* The unique arn of the channel.
|
|
112
|
+
*/
|
|
113
|
+
Arn?: string;
|
|
114
|
+
/**
|
|
115
|
+
* Specification of CDI inputs for this channel
|
|
116
|
+
*/
|
|
117
|
+
CdiInputSpecification?: CdiInputSpecification;
|
|
118
|
+
/**
|
|
119
|
+
* The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.
|
|
120
|
+
*/
|
|
121
|
+
ChannelClass?: ChannelClass | string;
|
|
122
|
+
/**
|
|
123
|
+
* A list of destinations of the channel. For UDP outputs, there is one
|
|
124
|
+
* destination per output. For other types (HLS, for example), there is
|
|
125
|
+
* one destination per packager.
|
|
126
|
+
*/
|
|
127
|
+
Destinations?: OutputDestination[];
|
|
128
|
+
/**
|
|
129
|
+
* The endpoints where outgoing connections initiate from
|
|
130
|
+
*/
|
|
131
|
+
EgressEndpoints?: ChannelEgressEndpoint[];
|
|
132
|
+
/**
|
|
133
|
+
* Encoder Settings
|
|
134
|
+
*/
|
|
135
|
+
EncoderSettings?: EncoderSettings;
|
|
136
|
+
/**
|
|
137
|
+
* The unique id of the channel.
|
|
138
|
+
*/
|
|
139
|
+
Id?: string;
|
|
140
|
+
/**
|
|
141
|
+
* List of input attachments for channel.
|
|
142
|
+
*/
|
|
143
|
+
InputAttachments?: InputAttachment[];
|
|
144
|
+
/**
|
|
145
|
+
* Specification of network and file inputs for this channel
|
|
146
|
+
*/
|
|
147
|
+
InputSpecification?: InputSpecification;
|
|
148
|
+
/**
|
|
149
|
+
* The log level being written to CloudWatch Logs.
|
|
150
|
+
*/
|
|
151
|
+
LogLevel?: LogLevel | string;
|
|
152
|
+
/**
|
|
153
|
+
* Maintenance settings for this channel.
|
|
154
|
+
*/
|
|
155
|
+
Maintenance?: MaintenanceStatus;
|
|
156
|
+
/**
|
|
157
|
+
* The name of the channel. (user-mutable)
|
|
158
|
+
*/
|
|
159
|
+
Name?: string;
|
|
160
|
+
/**
|
|
161
|
+
* Runtime details for the pipelines of a running channel.
|
|
162
|
+
*/
|
|
163
|
+
PipelineDetails?: PipelineDetail[];
|
|
164
|
+
/**
|
|
165
|
+
* The number of currently healthy pipelines.
|
|
166
|
+
*/
|
|
167
|
+
PipelinesRunningCount?: number;
|
|
168
|
+
/**
|
|
169
|
+
* The Amazon Resource Name (ARN) of the role assumed when running the Channel.
|
|
170
|
+
*/
|
|
171
|
+
RoleArn?: string;
|
|
172
|
+
/**
|
|
173
|
+
* Placeholder documentation for ChannelState
|
|
174
|
+
*/
|
|
175
|
+
State?: ChannelState | string;
|
|
176
|
+
/**
|
|
177
|
+
* A collection of key-value pairs.
|
|
178
|
+
*/
|
|
179
|
+
Tags?: Record<string, string>;
|
|
180
|
+
/**
|
|
181
|
+
* Settings for VPC output
|
|
182
|
+
*/
|
|
183
|
+
Vpc?: VpcOutputSettingsDescription;
|
|
184
|
+
}
|
|
185
|
+
/**
|
|
186
|
+
* @public
|
|
187
|
+
* Placeholder documentation for StartInputDeviceMaintenanceWindowRequest
|
|
188
|
+
*/
|
|
189
|
+
export interface StartInputDeviceMaintenanceWindowRequest {
|
|
190
|
+
/**
|
|
191
|
+
* The unique ID of the input device to start a maintenance window for. For example, hd-123456789abcdef.
|
|
192
|
+
*/
|
|
193
|
+
InputDeviceId: string | undefined;
|
|
194
|
+
}
|
|
3
195
|
/**
|
|
4
196
|
* @public
|
|
5
197
|
* Placeholder documentation for StartInputDeviceMaintenanceWindowResponse
|
|
@@ -236,6 +428,26 @@ export interface TransferInputDeviceRequest {
|
|
|
236
428
|
*/
|
|
237
429
|
export interface TransferInputDeviceResponse {
|
|
238
430
|
}
|
|
431
|
+
/**
|
|
432
|
+
* @public
|
|
433
|
+
* List of account configuration parameters to update.
|
|
434
|
+
*/
|
|
435
|
+
export interface UpdateAccountConfigurationRequest {
|
|
436
|
+
/**
|
|
437
|
+
* Placeholder documentation for AccountConfiguration
|
|
438
|
+
*/
|
|
439
|
+
AccountConfiguration?: AccountConfiguration;
|
|
440
|
+
}
|
|
441
|
+
/**
|
|
442
|
+
* @public
|
|
443
|
+
* Placeholder documentation for UpdateAccountConfigurationResponse
|
|
444
|
+
*/
|
|
445
|
+
export interface UpdateAccountConfigurationResponse {
|
|
446
|
+
/**
|
|
447
|
+
* Placeholder documentation for AccountConfiguration
|
|
448
|
+
*/
|
|
449
|
+
AccountConfiguration?: AccountConfiguration;
|
|
450
|
+
}
|
|
239
451
|
/**
|
|
240
452
|
* @public
|
|
241
453
|
* A request to update a channel.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeScheduleCommandInput, DescribeScheduleCommandOutput } from "../commands/DescribeScheduleCommand";
|
|
3
3
|
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListInputDeviceTransfersCommandInput, ListInputDeviceTransfersCommandOutput } from "../commands/ListInputDeviceTransfersCommand";
|
|
3
3
|
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListInputDevicesCommandInput, ListInputDevicesCommandOutput } from "../commands/ListInputDevicesCommand";
|
|
3
3
|
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListInputSecurityGroupsCommandInput, ListInputSecurityGroupsCommandOutput } from "../commands/ListInputSecurityGroupsCommand";
|
|
3
3
|
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListMultiplexProgramsCommandInput, ListMultiplexProgramsCommandOutput } from "../commands/ListMultiplexProgramsCommand";
|
|
3
3
|
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListMultiplexesCommandInput, ListMultiplexesCommandOutput } from "../commands/ListMultiplexesCommand";
|
|
3
3
|
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListReservationsCommandInput, ListReservationsCommandOutput } from "../commands/ListReservationsCommand";
|
|
3
3
|
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { SdkStreamSerdeContext as __SdkStreamSerdeContext } from "@aws-sdk/types";
|
|
2
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
3
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
2
|
+
import { SdkStreamSerdeContext as __SdkStreamSerdeContext, SerdeContext as __SerdeContext } from "@smithy/types";
|
|
4
3
|
import { AcceptInputDeviceTransferCommandInput, AcceptInputDeviceTransferCommandOutput } from "../commands/AcceptInputDeviceTransferCommand";
|
|
5
4
|
import { BatchDeleteCommandInput, BatchDeleteCommandOutput } from "../commands/BatchDeleteCommand";
|
|
6
5
|
import { BatchStartCommandInput, BatchStartCommandOutput } from "../commands/BatchStartCommand";
|
|
@@ -23,6 +22,7 @@ import { DeleteMultiplexProgramCommandInput, DeleteMultiplexProgramCommandOutput
|
|
|
23
22
|
import { DeleteReservationCommandInput, DeleteReservationCommandOutput } from "../commands/DeleteReservationCommand";
|
|
24
23
|
import { DeleteScheduleCommandInput, DeleteScheduleCommandOutput } from "../commands/DeleteScheduleCommand";
|
|
25
24
|
import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "../commands/DeleteTagsCommand";
|
|
25
|
+
import { DescribeAccountConfigurationCommandInput, DescribeAccountConfigurationCommandOutput } from "../commands/DescribeAccountConfigurationCommand";
|
|
26
26
|
import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "../commands/DescribeChannelCommand";
|
|
27
27
|
import { DescribeInputCommandInput, DescribeInputCommandOutput } from "../commands/DescribeInputCommand";
|
|
28
28
|
import { DescribeInputDeviceCommandInput, DescribeInputDeviceCommandOutput } from "../commands/DescribeInputDeviceCommand";
|
|
@@ -33,6 +33,7 @@ import { DescribeMultiplexProgramCommandInput, DescribeMultiplexProgramCommandOu
|
|
|
33
33
|
import { DescribeOfferingCommandInput, DescribeOfferingCommandOutput } from "../commands/DescribeOfferingCommand";
|
|
34
34
|
import { DescribeReservationCommandInput, DescribeReservationCommandOutput } from "../commands/DescribeReservationCommand";
|
|
35
35
|
import { DescribeScheduleCommandInput, DescribeScheduleCommandOutput } from "../commands/DescribeScheduleCommand";
|
|
36
|
+
import { DescribeThumbnailsCommandInput, DescribeThumbnailsCommandOutput } from "../commands/DescribeThumbnailsCommand";
|
|
36
37
|
import { ListChannelsCommandInput, ListChannelsCommandOutput } from "../commands/ListChannelsCommand";
|
|
37
38
|
import { ListInputDevicesCommandInput, ListInputDevicesCommandOutput } from "../commands/ListInputDevicesCommand";
|
|
38
39
|
import { ListInputDeviceTransfersCommandInput, ListInputDeviceTransfersCommandOutput } from "../commands/ListInputDeviceTransfersCommand";
|
|
@@ -52,6 +53,7 @@ import { StartMultiplexCommandInput, StartMultiplexCommandOutput } from "../comm
|
|
|
52
53
|
import { StopChannelCommandInput, StopChannelCommandOutput } from "../commands/StopChannelCommand";
|
|
53
54
|
import { StopMultiplexCommandInput, StopMultiplexCommandOutput } from "../commands/StopMultiplexCommand";
|
|
54
55
|
import { TransferInputDeviceCommandInput, TransferInputDeviceCommandOutput } from "../commands/TransferInputDeviceCommand";
|
|
56
|
+
import { UpdateAccountConfigurationCommandInput, UpdateAccountConfigurationCommandOutput } from "../commands/UpdateAccountConfigurationCommand";
|
|
55
57
|
import { UpdateChannelClassCommandInput, UpdateChannelClassCommandOutput } from "../commands/UpdateChannelClassCommand";
|
|
56
58
|
import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "../commands/UpdateChannelCommand";
|
|
57
59
|
import { UpdateInputCommandInput, UpdateInputCommandOutput } from "../commands/UpdateInputCommand";
|
|
@@ -148,6 +150,10 @@ export declare const se_DeleteScheduleCommand: (input: DeleteScheduleCommandInpu
|
|
|
148
150
|
* serializeAws_restJson1DeleteTagsCommand
|
|
149
151
|
*/
|
|
150
152
|
export declare const se_DeleteTagsCommand: (input: DeleteTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
153
|
+
/**
|
|
154
|
+
* serializeAws_restJson1DescribeAccountConfigurationCommand
|
|
155
|
+
*/
|
|
156
|
+
export declare const se_DescribeAccountConfigurationCommand: (input: DescribeAccountConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
151
157
|
/**
|
|
152
158
|
* serializeAws_restJson1DescribeChannelCommand
|
|
153
159
|
*/
|
|
@@ -188,6 +194,10 @@ export declare const se_DescribeReservationCommand: (input: DescribeReservationC
|
|
|
188
194
|
* serializeAws_restJson1DescribeScheduleCommand
|
|
189
195
|
*/
|
|
190
196
|
export declare const se_DescribeScheduleCommand: (input: DescribeScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
197
|
+
/**
|
|
198
|
+
* serializeAws_restJson1DescribeThumbnailsCommand
|
|
199
|
+
*/
|
|
200
|
+
export declare const se_DescribeThumbnailsCommand: (input: DescribeThumbnailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
191
201
|
/**
|
|
192
202
|
* serializeAws_restJson1ListChannelsCommand
|
|
193
203
|
*/
|
|
@@ -264,6 +274,10 @@ export declare const se_StopMultiplexCommand: (input: StopMultiplexCommandInput,
|
|
|
264
274
|
* serializeAws_restJson1TransferInputDeviceCommand
|
|
265
275
|
*/
|
|
266
276
|
export declare const se_TransferInputDeviceCommand: (input: TransferInputDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
277
|
+
/**
|
|
278
|
+
* serializeAws_restJson1UpdateAccountConfigurationCommand
|
|
279
|
+
*/
|
|
280
|
+
export declare const se_UpdateAccountConfigurationCommand: (input: UpdateAccountConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
267
281
|
/**
|
|
268
282
|
* serializeAws_restJson1UpdateChannelCommand
|
|
269
283
|
*/
|
|
@@ -384,6 +398,10 @@ export declare const de_DeleteScheduleCommand: (output: __HttpResponse, context:
|
|
|
384
398
|
* deserializeAws_restJson1DeleteTagsCommand
|
|
385
399
|
*/
|
|
386
400
|
export declare const de_DeleteTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTagsCommandOutput>;
|
|
401
|
+
/**
|
|
402
|
+
* deserializeAws_restJson1DescribeAccountConfigurationCommand
|
|
403
|
+
*/
|
|
404
|
+
export declare const de_DescribeAccountConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountConfigurationCommandOutput>;
|
|
387
405
|
/**
|
|
388
406
|
* deserializeAws_restJson1DescribeChannelCommand
|
|
389
407
|
*/
|
|
@@ -424,6 +442,10 @@ export declare const de_DescribeReservationCommand: (output: __HttpResponse, con
|
|
|
424
442
|
* deserializeAws_restJson1DescribeScheduleCommand
|
|
425
443
|
*/
|
|
426
444
|
export declare const de_DescribeScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScheduleCommandOutput>;
|
|
445
|
+
/**
|
|
446
|
+
* deserializeAws_restJson1DescribeThumbnailsCommand
|
|
447
|
+
*/
|
|
448
|
+
export declare const de_DescribeThumbnailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeThumbnailsCommandOutput>;
|
|
427
449
|
/**
|
|
428
450
|
* deserializeAws_restJson1ListChannelsCommand
|
|
429
451
|
*/
|
|
@@ -500,6 +522,10 @@ export declare const de_StopMultiplexCommand: (output: __HttpResponse, context:
|
|
|
500
522
|
* deserializeAws_restJson1TransferInputDeviceCommand
|
|
501
523
|
*/
|
|
502
524
|
export declare const de_TransferInputDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TransferInputDeviceCommandOutput>;
|
|
525
|
+
/**
|
|
526
|
+
* deserializeAws_restJson1UpdateAccountConfigurationCommand
|
|
527
|
+
*/
|
|
528
|
+
export declare const de_UpdateAccountConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccountConfigurationCommandOutput>;
|
|
503
529
|
/**
|
|
504
530
|
* deserializeAws_restJson1UpdateChannelCommand
|
|
505
531
|
*/
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
import { FetchHttpHandler as RequestHandler } from "@
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
|
|
2
2
|
import { MediaLiveClientConfig } from "./MediaLiveClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@
|
|
9
|
-
bodyLengthChecker: import("@
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
-
defaultUserAgentProvider: import("@
|
|
12
|
-
maxAttempts:
|
|
13
|
-
region: string | import("@
|
|
14
|
-
requestHandler: (import("@
|
|
11
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
12
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
+
requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
|
-
sha256: import("@
|
|
16
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
|
-
useDualstackEndpoint:
|
|
19
|
-
useFipsEndpoint:
|
|
18
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
19
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
apiVersion: string;
|
|
21
|
-
urlParser: import("@
|
|
21
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
23
|
base64Encoder: import("@smithy/types").Encoder;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
25
|
utf8Encoder: import("@smithy/types").Encoder;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
|
-
logger: import("@
|
|
29
|
-
sdkStreamMixin: import("@
|
|
30
|
-
endpoint?: ((string | import("@
|
|
28
|
+
logger: import("@smithy/types").Logger;
|
|
29
|
+
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
30
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
31
31
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
32
|
-
logger?: import("@
|
|
33
|
-
}) => import("@
|
|
32
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
33
|
+
}) => import("@smithy/types").EndpointV2;
|
|
34
34
|
tls?: boolean | undefined;
|
|
35
|
-
retryStrategy?: import("@
|
|
36
|
-
credentials?: import("@
|
|
37
|
-
signer?: import("@
|
|
35
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
36
|
+
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").Provider<import("@smithy/types").AwsCredentialIdentity> | undefined;
|
|
37
|
+
signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
|
|
38
38
|
signingEscapePath?: boolean | undefined;
|
|
39
39
|
systemClockOffset?: number | undefined;
|
|
40
40
|
signingRegion?: string | undefined;
|
|
41
|
-
signerConstructor?: (new (options: import("@
|
|
42
|
-
customUserAgent?: string | import("@
|
|
41
|
+
signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
|
|
42
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
43
43
|
};
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
import { NodeHttpHandler as RequestHandler } from "@
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
|
|
2
2
|
import { MediaLiveClientConfig } from "./MediaLiveClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@
|
|
9
|
-
bodyLengthChecker: import("@
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
-
defaultUserAgentProvider: import("@
|
|
12
|
-
maxAttempts: number | import("@
|
|
13
|
-
region: string | import("@
|
|
14
|
-
requestHandler: (import("@
|
|
11
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
12
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
|
+
region: string | import("@smithy/types").Provider<string>;
|
|
14
|
+
requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
|
-
sha256: import("@
|
|
16
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
|
-
useDualstackEndpoint: boolean | import("@
|
|
19
|
-
useFipsEndpoint: boolean | import("@
|
|
18
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
19
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
apiVersion: string;
|
|
21
|
-
urlParser: import("@
|
|
21
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
23
|
base64Encoder: import("@smithy/types").Encoder;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
25
|
utf8Encoder: import("@smithy/types").Encoder;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
|
-
logger: import("@
|
|
29
|
-
sdkStreamMixin: import("@
|
|
30
|
-
endpoint?: ((string | import("@
|
|
28
|
+
logger: import("@smithy/types").Logger;
|
|
29
|
+
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
30
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
31
31
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
32
|
-
logger?: import("@
|
|
33
|
-
}) => import("@
|
|
32
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
33
|
+
}) => import("@smithy/types").EndpointV2;
|
|
34
34
|
tls?: boolean | undefined;
|
|
35
|
-
retryStrategy?: import("@
|
|
36
|
-
credentials?: import("@
|
|
37
|
-
signer?: import("@
|
|
35
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
36
|
+
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").Provider<import("@smithy/types").AwsCredentialIdentity> | undefined;
|
|
37
|
+
signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
|
|
38
38
|
signingEscapePath?: boolean | undefined;
|
|
39
39
|
systemClockOffset?: number | undefined;
|
|
40
40
|
signingRegion?: string | undefined;
|
|
41
|
-
signerConstructor?: (new (options: import("@
|
|
42
|
-
customUserAgent?: string | import("@
|
|
41
|
+
signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
|
|
42
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
43
43
|
};
|
|
@@ -4,11 +4,11 @@ import { MediaLiveClientConfig } from "./MediaLiveClient";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
|
-
sha256: import("@
|
|
8
|
-
requestHandler: (import("@
|
|
7
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
+
requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
apiVersion: string;
|
|
10
|
-
urlParser: import("@
|
|
11
|
-
bodyLengthChecker: import("@
|
|
10
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
11
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
12
12
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
13
13
|
base64Decoder: import("@smithy/types").Decoder;
|
|
14
14
|
base64Encoder: import("@smithy/types").Encoder;
|
|
@@ -16,27 +16,27 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
|
16
16
|
utf8Encoder: import("@smithy/types").Encoder;
|
|
17
17
|
disableHostPrefix: boolean;
|
|
18
18
|
serviceId: string;
|
|
19
|
-
useDualstackEndpoint:
|
|
20
|
-
useFipsEndpoint:
|
|
21
|
-
region: string | import("@
|
|
19
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
22
22
|
credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
23
|
-
defaultUserAgentProvider: import("@
|
|
24
|
-
maxAttempts:
|
|
23
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
24
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
26
|
-
logger: import("@
|
|
27
|
-
defaultsMode: import("@
|
|
28
|
-
sdkStreamMixin: import("@
|
|
29
|
-
endpoint?: string | import("@
|
|
26
|
+
logger: import("@smithy/types").Logger;
|
|
27
|
+
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
28
|
+
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
29
|
+
endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
|
|
30
30
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
-
logger?: import("@
|
|
32
|
-
}) => import("@
|
|
31
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
32
|
+
}) => import("@smithy/types").EndpointV2;
|
|
33
33
|
tls?: boolean | undefined;
|
|
34
|
-
retryStrategy?: import("@
|
|
35
|
-
credentials?: import("@
|
|
36
|
-
signer?: import("@
|
|
34
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
35
|
+
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").Provider<import("@smithy/types").AwsCredentialIdentity> | undefined;
|
|
36
|
+
signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
|
|
37
37
|
signingEscapePath?: boolean | undefined;
|
|
38
38
|
systemClockOffset?: number | undefined;
|
|
39
39
|
signingRegion?: string | undefined;
|
|
40
|
-
signerConstructor?: (new (options: import("@
|
|
41
|
-
customUserAgent?: string | import("@
|
|
40
|
+
signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
|
|
41
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
42
42
|
};
|
|
@@ -8,12 +8,12 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
|
8
8
|
base64Encoder: import("@smithy/types").Encoder;
|
|
9
9
|
disableHostPrefix: boolean;
|
|
10
10
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
11
|
-
logger?: import("@
|
|
12
|
-
}) => import("@
|
|
13
|
-
logger: import("@
|
|
14
|
-
sdkStreamMixin: import("@
|
|
11
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
12
|
+
}) => import("@smithy/types").EndpointV2;
|
|
13
|
+
logger: import("@smithy/types").Logger;
|
|
14
|
+
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
15
15
|
serviceId: string;
|
|
16
|
-
urlParser: import("@
|
|
16
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
17
17
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
18
18
|
utf8Encoder: import("@smithy/types").Encoder;
|
|
19
19
|
};
|