@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,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_StartChannelCommand, se_StartChannelCommand } from "../protocols/Aws_restJson1";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartChannelCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_StartInputDeviceMaintenanceWindowCommand, se_StartInputDeviceMaintenanceWindowCommand, } from "../protocols/Aws_restJson1";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartInputDeviceMaintenanceWindowCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_StartMultiplexCommand, se_StartMultiplexCommand } from "../protocols/Aws_restJson1";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartMultiplexCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_StopChannelCommand, se_StopChannelCommand } from "../protocols/Aws_restJson1";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StopChannelCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_StopMultiplexCommand, se_StopMultiplexCommand } from "../protocols/Aws_restJson1";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StopMultiplexCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_TransferInputDeviceCommand, se_TransferInputDeviceCommand } from "../protocols/Aws_restJson1";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TransferInputDeviceCommand extends $Command {
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { de_UpdateAccountConfigurationCommand, se_UpdateAccountConfigurationCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class UpdateAccountConfigurationCommand extends $Command {
|
|
7
|
+
static getEndpointParameterInstructions() {
|
|
8
|
+
return {
|
|
9
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
10
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
11
|
+
Region: { type: "builtInParams", name: "region" },
|
|
12
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateAccountConfigurationCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "MediaLiveClient";
|
|
25
|
+
const commandName = "UpdateAccountConfigurationCommand";
|
|
26
|
+
const handlerExecutionContext = {
|
|
27
|
+
logger,
|
|
28
|
+
clientName,
|
|
29
|
+
commandName,
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
|
+
};
|
|
33
|
+
const { requestHandler } = configuration;
|
|
34
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
+
}
|
|
36
|
+
serialize(input, context) {
|
|
37
|
+
return se_UpdateAccountConfigurationCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return de_UpdateAccountConfigurationCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_UpdateChannelClassCommand, se_UpdateChannelClassCommand } from "../protocols/Aws_restJson1";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateChannelClassCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_UpdateChannelCommand, se_UpdateChannelCommand } from "../protocols/Aws_restJson1";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateChannelCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_UpdateInputCommand, se_UpdateInputCommand } from "../protocols/Aws_restJson1";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateInputCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_UpdateInputDeviceCommand, se_UpdateInputDeviceCommand } from "../protocols/Aws_restJson1";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateInputDeviceCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_UpdateInputSecurityGroupCommand, se_UpdateInputSecurityGroupCommand } from "../protocols/Aws_restJson1";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateInputSecurityGroupCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_UpdateMultiplexCommand, se_UpdateMultiplexCommand } from "../protocols/Aws_restJson1";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateMultiplexCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_UpdateMultiplexProgramCommand, se_UpdateMultiplexProgramCommand } from "../protocols/Aws_restJson1";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateMultiplexProgramCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_UpdateReservationCommand, se_UpdateReservationCommand } from "../protocols/Aws_restJson1";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateReservationCommand extends $Command {
|
|
@@ -20,6 +20,7 @@ export * from "./DeleteMultiplexProgramCommand";
|
|
|
20
20
|
export * from "./DeleteReservationCommand";
|
|
21
21
|
export * from "./DeleteScheduleCommand";
|
|
22
22
|
export * from "./DeleteTagsCommand";
|
|
23
|
+
export * from "./DescribeAccountConfigurationCommand";
|
|
23
24
|
export * from "./DescribeChannelCommand";
|
|
24
25
|
export * from "./DescribeInputCommand";
|
|
25
26
|
export * from "./DescribeInputDeviceCommand";
|
|
@@ -30,6 +31,7 @@ export * from "./DescribeMultiplexProgramCommand";
|
|
|
30
31
|
export * from "./DescribeOfferingCommand";
|
|
31
32
|
export * from "./DescribeReservationCommand";
|
|
32
33
|
export * from "./DescribeScheduleCommand";
|
|
34
|
+
export * from "./DescribeThumbnailsCommand";
|
|
33
35
|
export * from "./ListChannelsCommand";
|
|
34
36
|
export * from "./ListInputDeviceTransfersCommand";
|
|
35
37
|
export * from "./ListInputDevicesCommand";
|
|
@@ -49,6 +51,7 @@ export * from "./StartMultiplexCommand";
|
|
|
49
51
|
export * from "./StopChannelCommand";
|
|
50
52
|
export * from "./StopMultiplexCommand";
|
|
51
53
|
export * from "./TransferInputDeviceCommand";
|
|
54
|
+
export * from "./UpdateAccountConfigurationCommand";
|
|
52
55
|
export * from "./UpdateChannelClassCommand";
|
|
53
56
|
export * from "./UpdateChannelCommand";
|
|
54
57
|
export * from "./UpdateInputCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ServiceException as __ServiceException, } from "@
|
|
1
|
+
import { ServiceException as __ServiceException, } from "@smithy/smithy-client";
|
|
2
2
|
export { __ServiceException };
|
|
3
3
|
export class MediaLiveServiceException extends __ServiceException {
|
|
4
4
|
constructor(options) {
|
|
@@ -158,6 +158,10 @@ export const FollowPoint = {
|
|
|
158
158
|
END: "END",
|
|
159
159
|
START: "START",
|
|
160
160
|
};
|
|
161
|
+
export const ThumbnailType = {
|
|
162
|
+
CURRENT_ACTIVE: "CURRENT_ACTIVE",
|
|
163
|
+
UNSPECIFIED: "UNSPECIFIED",
|
|
164
|
+
};
|
|
161
165
|
export const InputDeviceTransferType = {
|
|
162
166
|
INCOMING: "INCOMING",
|
|
163
167
|
OUTGOING: "OUTGOING",
|
|
@@ -632,6 +636,10 @@ export const NielsenPcmToId3TaggingState = {
|
|
|
632
636
|
DISABLED: "DISABLED",
|
|
633
637
|
ENABLED: "ENABLED",
|
|
634
638
|
};
|
|
639
|
+
export const ThumbnailState = {
|
|
640
|
+
AUTO: "AUTO",
|
|
641
|
+
DISABLED: "DISABLED",
|
|
642
|
+
};
|
|
635
643
|
export const TimecodeConfigSource = {
|
|
636
644
|
EMBEDDED: "EMBEDDED",
|
|
637
645
|
SYSTEMCLOCK: "SYSTEMCLOCK",
|
|
@@ -645,10 +653,6 @@ export const PreferredChannelPipeline = {
|
|
|
645
653
|
PIPELINE_0: "PIPELINE_0",
|
|
646
654
|
PIPELINE_1: "PIPELINE_1",
|
|
647
655
|
};
|
|
648
|
-
export const RebootInputDeviceForce = {
|
|
649
|
-
NO: "NO",
|
|
650
|
-
YES: "YES",
|
|
651
|
-
};
|
|
652
656
|
export const DescribeInputDeviceThumbnailResponseFilterSensitiveLog = (obj) => ({
|
|
653
657
|
...obj,
|
|
654
658
|
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, limitedParseDouble as __limitedParseDouble, map, parseRfc7231DateTime as __parseRfc7231DateTime, resolvedPath as __resolvedPath, serializeFloat as __serializeFloat, strictParseLong as __strictParseLong, take, withBaseException, } from "@aws-sdk/smithy-client";
|
|
2
1
|
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
|
2
|
+
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, limitedParseDouble as __limitedParseDouble, map, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, parseRfc7231DateTime as __parseRfc7231DateTime, resolvedPath as __resolvedPath, serializeFloat as __serializeFloat, strictParseLong as __strictParseLong, take, withBaseException, } from "@smithy/smithy-client";
|
|
3
3
|
import { v4 as generateIdempotencyToken } from "uuid";
|
|
4
4
|
import { MediaLiveServiceException as __BaseException } from "../models/MediaLiveServiceException";
|
|
5
5
|
import { BadGatewayException, BadRequestException, ConflictException, ForbiddenException, GatewayTimeoutException, InternalServerErrorException, NotFoundException, TooManyRequestsException, UnprocessableEntityException, } from "../models/models_1";
|
|
@@ -454,6 +454,24 @@ export const se_DeleteTagsCommand = async (input, context) => {
|
|
|
454
454
|
body,
|
|
455
455
|
});
|
|
456
456
|
};
|
|
457
|
+
export const se_DescribeAccountConfigurationCommand = async (input, context) => {
|
|
458
|
+
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
459
|
+
const headers = {
|
|
460
|
+
"content-type": "application/json",
|
|
461
|
+
};
|
|
462
|
+
const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/prod/accountConfiguration";
|
|
463
|
+
let body;
|
|
464
|
+
body = "";
|
|
465
|
+
return new __HttpRequest({
|
|
466
|
+
protocol,
|
|
467
|
+
hostname,
|
|
468
|
+
port,
|
|
469
|
+
method: "GET",
|
|
470
|
+
headers,
|
|
471
|
+
path: resolvedPath,
|
|
472
|
+
body,
|
|
473
|
+
});
|
|
474
|
+
};
|
|
457
475
|
export const se_DescribeChannelCommand = async (input, context) => {
|
|
458
476
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
459
477
|
const headers = {};
|
|
@@ -625,6 +643,27 @@ export const se_DescribeScheduleCommand = async (input, context) => {
|
|
|
625
643
|
body,
|
|
626
644
|
});
|
|
627
645
|
};
|
|
646
|
+
export const se_DescribeThumbnailsCommand = async (input, context) => {
|
|
647
|
+
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
648
|
+
const headers = {};
|
|
649
|
+
let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/prod/channels/{ChannelId}/thumbnails";
|
|
650
|
+
resolvedPath = __resolvedPath(resolvedPath, input, "ChannelId", () => input.ChannelId, "{ChannelId}", false);
|
|
651
|
+
const query = map({
|
|
652
|
+
pipelineId: [, __expectNonNull(input.PipelineId, `PipelineId`)],
|
|
653
|
+
thumbnailType: [, __expectNonNull(input.ThumbnailType, `ThumbnailType`)],
|
|
654
|
+
});
|
|
655
|
+
let body;
|
|
656
|
+
return new __HttpRequest({
|
|
657
|
+
protocol,
|
|
658
|
+
hostname,
|
|
659
|
+
port,
|
|
660
|
+
method: "GET",
|
|
661
|
+
headers,
|
|
662
|
+
path: resolvedPath,
|
|
663
|
+
query,
|
|
664
|
+
body,
|
|
665
|
+
});
|
|
666
|
+
};
|
|
628
667
|
export const se_ListChannelsCommand = async (input, context) => {
|
|
629
668
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
630
669
|
const headers = {};
|
|
@@ -1009,6 +1048,26 @@ export const se_TransferInputDeviceCommand = async (input, context) => {
|
|
|
1009
1048
|
body,
|
|
1010
1049
|
});
|
|
1011
1050
|
};
|
|
1051
|
+
export const se_UpdateAccountConfigurationCommand = async (input, context) => {
|
|
1052
|
+
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
1053
|
+
const headers = {
|
|
1054
|
+
"content-type": "application/json",
|
|
1055
|
+
};
|
|
1056
|
+
const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/prod/accountConfiguration";
|
|
1057
|
+
let body;
|
|
1058
|
+
body = JSON.stringify(take(input, {
|
|
1059
|
+
accountConfiguration: [, (_) => se_AccountConfiguration(_, context), `AccountConfiguration`],
|
|
1060
|
+
}));
|
|
1061
|
+
return new __HttpRequest({
|
|
1062
|
+
protocol,
|
|
1063
|
+
hostname,
|
|
1064
|
+
port,
|
|
1065
|
+
method: "PUT",
|
|
1066
|
+
headers,
|
|
1067
|
+
path: resolvedPath,
|
|
1068
|
+
body,
|
|
1069
|
+
});
|
|
1070
|
+
};
|
|
1012
1071
|
export const se_UpdateChannelCommand = async (input, context) => {
|
|
1013
1072
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
1014
1073
|
const headers = {
|
|
@@ -2366,6 +2425,54 @@ const de_DeleteTagsCommandError = async (output, context) => {
|
|
|
2366
2425
|
});
|
|
2367
2426
|
}
|
|
2368
2427
|
};
|
|
2428
|
+
export const de_DescribeAccountConfigurationCommand = async (output, context) => {
|
|
2429
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2430
|
+
return de_DescribeAccountConfigurationCommandError(output, context);
|
|
2431
|
+
}
|
|
2432
|
+
const contents = map({
|
|
2433
|
+
$metadata: deserializeMetadata(output),
|
|
2434
|
+
});
|
|
2435
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
2436
|
+
const doc = take(data, {
|
|
2437
|
+
AccountConfiguration: [, (_) => de_AccountConfiguration(_, context), `accountConfiguration`],
|
|
2438
|
+
});
|
|
2439
|
+
Object.assign(contents, doc);
|
|
2440
|
+
return contents;
|
|
2441
|
+
};
|
|
2442
|
+
const de_DescribeAccountConfigurationCommandError = async (output, context) => {
|
|
2443
|
+
const parsedOutput = {
|
|
2444
|
+
...output,
|
|
2445
|
+
body: await parseErrorBody(output.body, context),
|
|
2446
|
+
};
|
|
2447
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2448
|
+
switch (errorCode) {
|
|
2449
|
+
case "BadGatewayException":
|
|
2450
|
+
case "com.amazonaws.medialive#BadGatewayException":
|
|
2451
|
+
throw await de_BadGatewayExceptionRes(parsedOutput, context);
|
|
2452
|
+
case "BadRequestException":
|
|
2453
|
+
case "com.amazonaws.medialive#BadRequestException":
|
|
2454
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
2455
|
+
case "ForbiddenException":
|
|
2456
|
+
case "com.amazonaws.medialive#ForbiddenException":
|
|
2457
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
2458
|
+
case "GatewayTimeoutException":
|
|
2459
|
+
case "com.amazonaws.medialive#GatewayTimeoutException":
|
|
2460
|
+
throw await de_GatewayTimeoutExceptionRes(parsedOutput, context);
|
|
2461
|
+
case "InternalServerErrorException":
|
|
2462
|
+
case "com.amazonaws.medialive#InternalServerErrorException":
|
|
2463
|
+
throw await de_InternalServerErrorExceptionRes(parsedOutput, context);
|
|
2464
|
+
case "TooManyRequestsException":
|
|
2465
|
+
case "com.amazonaws.medialive#TooManyRequestsException":
|
|
2466
|
+
throw await de_TooManyRequestsExceptionRes(parsedOutput, context);
|
|
2467
|
+
default:
|
|
2468
|
+
const parsedBody = parsedOutput.body;
|
|
2469
|
+
return throwDefaultError({
|
|
2470
|
+
output,
|
|
2471
|
+
parsedBody,
|
|
2472
|
+
errorCode,
|
|
2473
|
+
});
|
|
2474
|
+
}
|
|
2475
|
+
};
|
|
2369
2476
|
export const de_DescribeChannelCommand = async (output, context) => {
|
|
2370
2477
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2371
2478
|
return de_DescribeChannelCommandError(output, context);
|
|
@@ -2975,6 +3082,60 @@ const de_DescribeScheduleCommandError = async (output, context) => {
|
|
|
2975
3082
|
});
|
|
2976
3083
|
}
|
|
2977
3084
|
};
|
|
3085
|
+
export const de_DescribeThumbnailsCommand = async (output, context) => {
|
|
3086
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3087
|
+
return de_DescribeThumbnailsCommandError(output, context);
|
|
3088
|
+
}
|
|
3089
|
+
const contents = map({
|
|
3090
|
+
$metadata: deserializeMetadata(output),
|
|
3091
|
+
});
|
|
3092
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
3093
|
+
const doc = take(data, {
|
|
3094
|
+
ThumbnailDetails: [, (_) => de___listOfThumbnailDetail(_, context), `thumbnailDetails`],
|
|
3095
|
+
});
|
|
3096
|
+
Object.assign(contents, doc);
|
|
3097
|
+
return contents;
|
|
3098
|
+
};
|
|
3099
|
+
const de_DescribeThumbnailsCommandError = async (output, context) => {
|
|
3100
|
+
const parsedOutput = {
|
|
3101
|
+
...output,
|
|
3102
|
+
body: await parseErrorBody(output.body, context),
|
|
3103
|
+
};
|
|
3104
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
3105
|
+
switch (errorCode) {
|
|
3106
|
+
case "BadGatewayException":
|
|
3107
|
+
case "com.amazonaws.medialive#BadGatewayException":
|
|
3108
|
+
throw await de_BadGatewayExceptionRes(parsedOutput, context);
|
|
3109
|
+
case "BadRequestException":
|
|
3110
|
+
case "com.amazonaws.medialive#BadRequestException":
|
|
3111
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
3112
|
+
case "ConflictException":
|
|
3113
|
+
case "com.amazonaws.medialive#ConflictException":
|
|
3114
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
3115
|
+
case "ForbiddenException":
|
|
3116
|
+
case "com.amazonaws.medialive#ForbiddenException":
|
|
3117
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
3118
|
+
case "GatewayTimeoutException":
|
|
3119
|
+
case "com.amazonaws.medialive#GatewayTimeoutException":
|
|
3120
|
+
throw await de_GatewayTimeoutExceptionRes(parsedOutput, context);
|
|
3121
|
+
case "InternalServerErrorException":
|
|
3122
|
+
case "com.amazonaws.medialive#InternalServerErrorException":
|
|
3123
|
+
throw await de_InternalServerErrorExceptionRes(parsedOutput, context);
|
|
3124
|
+
case "NotFoundException":
|
|
3125
|
+
case "com.amazonaws.medialive#NotFoundException":
|
|
3126
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
3127
|
+
case "TooManyRequestsException":
|
|
3128
|
+
case "com.amazonaws.medialive#TooManyRequestsException":
|
|
3129
|
+
throw await de_TooManyRequestsExceptionRes(parsedOutput, context);
|
|
3130
|
+
default:
|
|
3131
|
+
const parsedBody = parsedOutput.body;
|
|
3132
|
+
return throwDefaultError({
|
|
3133
|
+
output,
|
|
3134
|
+
parsedBody,
|
|
3135
|
+
errorCode,
|
|
3136
|
+
});
|
|
3137
|
+
}
|
|
3138
|
+
};
|
|
2978
3139
|
export const de_ListChannelsCommand = async (output, context) => {
|
|
2979
3140
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2980
3141
|
return de_ListChannelsCommandError(output, context);
|
|
@@ -3992,6 +4153,57 @@ const de_TransferInputDeviceCommandError = async (output, context) => {
|
|
|
3992
4153
|
});
|
|
3993
4154
|
}
|
|
3994
4155
|
};
|
|
4156
|
+
export const de_UpdateAccountConfigurationCommand = async (output, context) => {
|
|
4157
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4158
|
+
return de_UpdateAccountConfigurationCommandError(output, context);
|
|
4159
|
+
}
|
|
4160
|
+
const contents = map({
|
|
4161
|
+
$metadata: deserializeMetadata(output),
|
|
4162
|
+
});
|
|
4163
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
4164
|
+
const doc = take(data, {
|
|
4165
|
+
AccountConfiguration: [, (_) => de_AccountConfiguration(_, context), `accountConfiguration`],
|
|
4166
|
+
});
|
|
4167
|
+
Object.assign(contents, doc);
|
|
4168
|
+
return contents;
|
|
4169
|
+
};
|
|
4170
|
+
const de_UpdateAccountConfigurationCommandError = async (output, context) => {
|
|
4171
|
+
const parsedOutput = {
|
|
4172
|
+
...output,
|
|
4173
|
+
body: await parseErrorBody(output.body, context),
|
|
4174
|
+
};
|
|
4175
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4176
|
+
switch (errorCode) {
|
|
4177
|
+
case "BadGatewayException":
|
|
4178
|
+
case "com.amazonaws.medialive#BadGatewayException":
|
|
4179
|
+
throw await de_BadGatewayExceptionRes(parsedOutput, context);
|
|
4180
|
+
case "BadRequestException":
|
|
4181
|
+
case "com.amazonaws.medialive#BadRequestException":
|
|
4182
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
4183
|
+
case "ForbiddenException":
|
|
4184
|
+
case "com.amazonaws.medialive#ForbiddenException":
|
|
4185
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
4186
|
+
case "GatewayTimeoutException":
|
|
4187
|
+
case "com.amazonaws.medialive#GatewayTimeoutException":
|
|
4188
|
+
throw await de_GatewayTimeoutExceptionRes(parsedOutput, context);
|
|
4189
|
+
case "InternalServerErrorException":
|
|
4190
|
+
case "com.amazonaws.medialive#InternalServerErrorException":
|
|
4191
|
+
throw await de_InternalServerErrorExceptionRes(parsedOutput, context);
|
|
4192
|
+
case "TooManyRequestsException":
|
|
4193
|
+
case "com.amazonaws.medialive#TooManyRequestsException":
|
|
4194
|
+
throw await de_TooManyRequestsExceptionRes(parsedOutput, context);
|
|
4195
|
+
case "UnprocessableEntityException":
|
|
4196
|
+
case "com.amazonaws.medialive#UnprocessableEntityException":
|
|
4197
|
+
throw await de_UnprocessableEntityExceptionRes(parsedOutput, context);
|
|
4198
|
+
default:
|
|
4199
|
+
const parsedBody = parsedOutput.body;
|
|
4200
|
+
return throwDefaultError({
|
|
4201
|
+
output,
|
|
4202
|
+
parsedBody,
|
|
4203
|
+
errorCode,
|
|
4204
|
+
});
|
|
4205
|
+
}
|
|
4206
|
+
};
|
|
3995
4207
|
export const de_UpdateChannelCommand = async (output, context) => {
|
|
3996
4208
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3997
4209
|
return de_UpdateChannelCommandError(output, context);
|
|
@@ -4748,6 +4960,11 @@ const se_Ac3Settings = (input, context) => {
|
|
|
4748
4960
|
metadataControl: [, , `MetadataControl`],
|
|
4749
4961
|
});
|
|
4750
4962
|
};
|
|
4963
|
+
const se_AccountConfiguration = (input, context) => {
|
|
4964
|
+
return take(input, {
|
|
4965
|
+
kmsKeyId: [, , `KmsKeyId`],
|
|
4966
|
+
});
|
|
4967
|
+
};
|
|
4751
4968
|
const se_AncillarySourceSettings = (input, context) => {
|
|
4752
4969
|
return take(input, {
|
|
4753
4970
|
sourceAncillaryChannelNumber: [, , `SourceAncillaryChannelNumber`],
|
|
@@ -5129,6 +5346,7 @@ const se_EncoderSettings = (input, context) => {
|
|
|
5129
5346
|
motionGraphicsConfiguration: [, (_) => se_MotionGraphicsConfiguration(_, context), `MotionGraphicsConfiguration`],
|
|
5130
5347
|
nielsenConfiguration: [, (_) => se_NielsenConfiguration(_, context), `NielsenConfiguration`],
|
|
5131
5348
|
outputGroups: [, (_) => se___listOfOutputGroup(_, context), `OutputGroups`],
|
|
5349
|
+
thumbnailConfiguration: [, (_) => se_ThumbnailConfiguration(_, context), `ThumbnailConfiguration`],
|
|
5132
5350
|
timecodeConfig: [, (_) => se_TimecodeConfig(_, context), `TimecodeConfig`],
|
|
5133
5351
|
videoDescriptions: [, (_) => se___listOfVideoDescription(_, context), `VideoDescriptions`],
|
|
5134
5352
|
});
|
|
@@ -6175,6 +6393,11 @@ const se_TemporalFilterSettings = (input, context) => {
|
|
|
6175
6393
|
strength: [, , `Strength`],
|
|
6176
6394
|
});
|
|
6177
6395
|
};
|
|
6396
|
+
const se_ThumbnailConfiguration = (input, context) => {
|
|
6397
|
+
return take(input, {
|
|
6398
|
+
state: [, , `State`],
|
|
6399
|
+
});
|
|
6400
|
+
};
|
|
6178
6401
|
const se_TimecodeBurninSettings = (input, context) => {
|
|
6179
6402
|
return take(input, {
|
|
6180
6403
|
fontSize: [, , `FontSize`],
|
|
@@ -6582,6 +6805,22 @@ const de___listOfScte35Descriptor = (output, context) => {
|
|
|
6582
6805
|
});
|
|
6583
6806
|
return retVal;
|
|
6584
6807
|
};
|
|
6808
|
+
const de___listOfThumbnail = (output, context) => {
|
|
6809
|
+
const retVal = (output || [])
|
|
6810
|
+
.filter((e) => e != null)
|
|
6811
|
+
.map((entry) => {
|
|
6812
|
+
return de_Thumbnail(entry, context);
|
|
6813
|
+
});
|
|
6814
|
+
return retVal;
|
|
6815
|
+
};
|
|
6816
|
+
const de___listOfThumbnailDetail = (output, context) => {
|
|
6817
|
+
const retVal = (output || [])
|
|
6818
|
+
.filter((e) => e != null)
|
|
6819
|
+
.map((entry) => {
|
|
6820
|
+
return de_ThumbnailDetail(entry, context);
|
|
6821
|
+
});
|
|
6822
|
+
return retVal;
|
|
6823
|
+
};
|
|
6585
6824
|
const de___listOfTransferringInputDeviceSummary = (output, context) => {
|
|
6586
6825
|
const retVal = (output || [])
|
|
6587
6826
|
.filter((e) => e != null)
|
|
@@ -6630,6 +6869,11 @@ const de_Ac3Settings = (output, context) => {
|
|
|
6630
6869
|
MetadataControl: [, __expectString, `metadataControl`],
|
|
6631
6870
|
});
|
|
6632
6871
|
};
|
|
6872
|
+
const de_AccountConfiguration = (output, context) => {
|
|
6873
|
+
return take(output, {
|
|
6874
|
+
KmsKeyId: [, __expectString, `kmsKeyId`],
|
|
6875
|
+
});
|
|
6876
|
+
};
|
|
6633
6877
|
const de_AncillarySourceSettings = (output, context) => {
|
|
6634
6878
|
return take(output, {
|
|
6635
6879
|
SourceAncillaryChannelNumber: [, __expectInt32, `sourceAncillaryChannelNumber`],
|
|
@@ -7077,6 +7321,7 @@ const de_EncoderSettings = (output, context) => {
|
|
|
7077
7321
|
],
|
|
7078
7322
|
NielsenConfiguration: [, (_) => de_NielsenConfiguration(_, context), `nielsenConfiguration`],
|
|
7079
7323
|
OutputGroups: [, (_) => de___listOfOutputGroup(_, context), `outputGroups`],
|
|
7324
|
+
ThumbnailConfiguration: [, (_) => de_ThumbnailConfiguration(_, context), `thumbnailConfiguration`],
|
|
7080
7325
|
TimecodeConfig: [, (_) => de_TimecodeConfig(_, context), `timecodeConfig`],
|
|
7081
7326
|
VideoDescriptions: [, (_) => de___listOfVideoDescription(_, context), `videoDescriptions`],
|
|
7082
7327
|
});
|
|
@@ -8338,6 +8583,25 @@ const de_TemporalFilterSettings = (output, context) => {
|
|
|
8338
8583
|
Strength: [, __expectString, `strength`],
|
|
8339
8584
|
});
|
|
8340
8585
|
};
|
|
8586
|
+
const de_Thumbnail = (output, context) => {
|
|
8587
|
+
return take(output, {
|
|
8588
|
+
Body: [, __expectString, `body`],
|
|
8589
|
+
ContentType: [, __expectString, `contentType`],
|
|
8590
|
+
ThumbnailType: [, __expectString, `thumbnailType`],
|
|
8591
|
+
TimeStamp: [, (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)), `timeStamp`],
|
|
8592
|
+
});
|
|
8593
|
+
};
|
|
8594
|
+
const de_ThumbnailConfiguration = (output, context) => {
|
|
8595
|
+
return take(output, {
|
|
8596
|
+
State: [, __expectString, `state`],
|
|
8597
|
+
});
|
|
8598
|
+
};
|
|
8599
|
+
const de_ThumbnailDetail = (output, context) => {
|
|
8600
|
+
return take(output, {
|
|
8601
|
+
PipelineId: [, __expectString, `pipelineId`],
|
|
8602
|
+
Thumbnails: [, (_) => de___listOfThumbnail(_, context), `thumbnails`],
|
|
8603
|
+
});
|
|
8604
|
+
};
|
|
8341
8605
|
const de_TimecodeBurninSettings = (output, context) => {
|
|
8342
8606
|
return take(output, {
|
|
8343
8607
|
FontSize: [, __expectString, `fontSize`],
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
2
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
|
-
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver";
|
|
4
|
-
import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
|
|
5
|
-
import { invalidProvider } from "@aws-sdk/invalid-dependency";
|
|
6
|
-
import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
|
|
7
|
-
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry";
|
|
8
3
|
import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
|
|
4
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
|
|
5
|
+
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
|
+
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
+
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
8
|
+
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
9
9
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
10
|
-
import { loadConfigsForDefaultMode } from "@
|
|
11
|
-
import { resolveDefaultsModeConfig } from "@
|
|
10
|
+
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
11
|
+
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
12
12
|
export const getRuntimeConfig = (config) => {
|
|
13
13
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
14
14
|
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|