@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,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.de_UpdateReservationCommand = exports.de_UpdateMultiplexProgramCommand = exports.de_UpdateMultiplexCommand = exports.de_UpdateInputSecurityGroupCommand = exports.de_UpdateInputDeviceCommand = exports.de_UpdateInputCommand = exports.de_UpdateChannelClassCommand = exports.de_UpdateChannelCommand = exports.de_TransferInputDeviceCommand = exports.de_StopMultiplexCommand = exports.de_StopChannelCommand = exports.de_StartMultiplexCommand = exports.de_StartInputDeviceMaintenanceWindowCommand = exports.de_StartChannelCommand = exports.de_RejectInputDeviceTransferCommand = exports.de_RebootInputDeviceCommand = exports.de_PurchaseOfferingCommand = exports.de_ListTagsForResourceCommand = void 0;
|
|
6
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
3
|
+
exports.se_StartMultiplexCommand = exports.se_StartInputDeviceMaintenanceWindowCommand = exports.se_StartChannelCommand = exports.se_RejectInputDeviceTransferCommand = exports.se_RebootInputDeviceCommand = exports.se_PurchaseOfferingCommand = exports.se_ListTagsForResourceCommand = exports.se_ListReservationsCommand = exports.se_ListOfferingsCommand = exports.se_ListMultiplexProgramsCommand = exports.se_ListMultiplexesCommand = exports.se_ListInputSecurityGroupsCommand = exports.se_ListInputsCommand = exports.se_ListInputDeviceTransfersCommand = exports.se_ListInputDevicesCommand = exports.se_ListChannelsCommand = exports.se_DescribeThumbnailsCommand = exports.se_DescribeScheduleCommand = exports.se_DescribeReservationCommand = exports.se_DescribeOfferingCommand = exports.se_DescribeMultiplexProgramCommand = exports.se_DescribeMultiplexCommand = exports.se_DescribeInputSecurityGroupCommand = exports.se_DescribeInputDeviceThumbnailCommand = exports.se_DescribeInputDeviceCommand = exports.se_DescribeInputCommand = exports.se_DescribeChannelCommand = exports.se_DescribeAccountConfigurationCommand = exports.se_DeleteTagsCommand = exports.se_DeleteScheduleCommand = exports.se_DeleteReservationCommand = exports.se_DeleteMultiplexProgramCommand = exports.se_DeleteMultiplexCommand = exports.se_DeleteInputSecurityGroupCommand = exports.se_DeleteInputCommand = exports.se_DeleteChannelCommand = exports.se_CreateTagsCommand = exports.se_CreatePartnerInputCommand = exports.se_CreateMultiplexProgramCommand = exports.se_CreateMultiplexCommand = exports.se_CreateInputSecurityGroupCommand = exports.se_CreateInputCommand = exports.se_CreateChannelCommand = exports.se_ClaimDeviceCommand = exports.se_CancelInputDeviceTransferCommand = exports.se_BatchUpdateScheduleCommand = exports.se_BatchStopCommand = exports.se_BatchStartCommand = exports.se_BatchDeleteCommand = exports.se_AcceptInputDeviceTransferCommand = void 0;
|
|
4
|
+
exports.de_ListInputsCommand = exports.de_ListInputDeviceTransfersCommand = exports.de_ListInputDevicesCommand = exports.de_ListChannelsCommand = exports.de_DescribeThumbnailsCommand = exports.de_DescribeScheduleCommand = exports.de_DescribeReservationCommand = exports.de_DescribeOfferingCommand = exports.de_DescribeMultiplexProgramCommand = exports.de_DescribeMultiplexCommand = exports.de_DescribeInputSecurityGroupCommand = exports.de_DescribeInputDeviceThumbnailCommand = exports.de_DescribeInputDeviceCommand = exports.de_DescribeInputCommand = exports.de_DescribeChannelCommand = exports.de_DescribeAccountConfigurationCommand = exports.de_DeleteTagsCommand = exports.de_DeleteScheduleCommand = exports.de_DeleteReservationCommand = exports.de_DeleteMultiplexProgramCommand = exports.de_DeleteMultiplexCommand = exports.de_DeleteInputSecurityGroupCommand = exports.de_DeleteInputCommand = exports.de_DeleteChannelCommand = exports.de_CreateTagsCommand = exports.de_CreatePartnerInputCommand = exports.de_CreateMultiplexProgramCommand = exports.de_CreateMultiplexCommand = exports.de_CreateInputSecurityGroupCommand = exports.de_CreateInputCommand = exports.de_CreateChannelCommand = exports.de_ClaimDeviceCommand = exports.de_CancelInputDeviceTransferCommand = exports.de_BatchUpdateScheduleCommand = exports.de_BatchStopCommand = exports.de_BatchStartCommand = exports.de_BatchDeleteCommand = exports.de_AcceptInputDeviceTransferCommand = exports.se_UpdateReservationCommand = exports.se_UpdateMultiplexProgramCommand = exports.se_UpdateMultiplexCommand = exports.se_UpdateInputSecurityGroupCommand = exports.se_UpdateInputDeviceCommand = exports.se_UpdateInputCommand = exports.se_UpdateChannelClassCommand = exports.se_UpdateChannelCommand = exports.se_UpdateAccountConfigurationCommand = exports.se_TransferInputDeviceCommand = exports.se_StopMultiplexCommand = exports.se_StopChannelCommand = void 0;
|
|
5
|
+
exports.de_UpdateReservationCommand = exports.de_UpdateMultiplexProgramCommand = exports.de_UpdateMultiplexCommand = exports.de_UpdateInputSecurityGroupCommand = exports.de_UpdateInputDeviceCommand = exports.de_UpdateInputCommand = exports.de_UpdateChannelClassCommand = exports.de_UpdateChannelCommand = exports.de_UpdateAccountConfigurationCommand = exports.de_TransferInputDeviceCommand = exports.de_StopMultiplexCommand = exports.de_StopChannelCommand = exports.de_StartMultiplexCommand = exports.de_StartInputDeviceMaintenanceWindowCommand = exports.de_StartChannelCommand = exports.de_RejectInputDeviceTransferCommand = exports.de_RebootInputDeviceCommand = exports.de_PurchaseOfferingCommand = exports.de_ListTagsForResourceCommand = exports.de_ListReservationsCommand = exports.de_ListOfferingsCommand = exports.de_ListMultiplexProgramsCommand = exports.de_ListMultiplexesCommand = exports.de_ListInputSecurityGroupsCommand = void 0;
|
|
7
6
|
const protocol_http_1 = require("@smithy/protocol-http");
|
|
7
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
8
|
const uuid_1 = require("uuid");
|
|
9
9
|
const MediaLiveServiceException_1 = require("../models/MediaLiveServiceException");
|
|
10
10
|
const models_1_1 = require("../models/models_1");
|
|
@@ -481,6 +481,25 @@ const se_DeleteTagsCommand = async (input, context) => {
|
|
|
481
481
|
});
|
|
482
482
|
};
|
|
483
483
|
exports.se_DeleteTagsCommand = se_DeleteTagsCommand;
|
|
484
|
+
const se_DescribeAccountConfigurationCommand = async (input, context) => {
|
|
485
|
+
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
486
|
+
const headers = {
|
|
487
|
+
"content-type": "application/json",
|
|
488
|
+
};
|
|
489
|
+
const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/prod/accountConfiguration";
|
|
490
|
+
let body;
|
|
491
|
+
body = "";
|
|
492
|
+
return new protocol_http_1.HttpRequest({
|
|
493
|
+
protocol,
|
|
494
|
+
hostname,
|
|
495
|
+
port,
|
|
496
|
+
method: "GET",
|
|
497
|
+
headers,
|
|
498
|
+
path: resolvedPath,
|
|
499
|
+
body,
|
|
500
|
+
});
|
|
501
|
+
};
|
|
502
|
+
exports.se_DescribeAccountConfigurationCommand = se_DescribeAccountConfigurationCommand;
|
|
484
503
|
const se_DescribeChannelCommand = async (input, context) => {
|
|
485
504
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
486
505
|
const headers = {};
|
|
@@ -662,6 +681,28 @@ const se_DescribeScheduleCommand = async (input, context) => {
|
|
|
662
681
|
});
|
|
663
682
|
};
|
|
664
683
|
exports.se_DescribeScheduleCommand = se_DescribeScheduleCommand;
|
|
684
|
+
const se_DescribeThumbnailsCommand = async (input, context) => {
|
|
685
|
+
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
686
|
+
const headers = {};
|
|
687
|
+
let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/prod/channels/{ChannelId}/thumbnails";
|
|
688
|
+
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "ChannelId", () => input.ChannelId, "{ChannelId}", false);
|
|
689
|
+
const query = (0, smithy_client_1.map)({
|
|
690
|
+
pipelineId: [, (0, smithy_client_1.expectNonNull)(input.PipelineId, `PipelineId`)],
|
|
691
|
+
thumbnailType: [, (0, smithy_client_1.expectNonNull)(input.ThumbnailType, `ThumbnailType`)],
|
|
692
|
+
});
|
|
693
|
+
let body;
|
|
694
|
+
return new protocol_http_1.HttpRequest({
|
|
695
|
+
protocol,
|
|
696
|
+
hostname,
|
|
697
|
+
port,
|
|
698
|
+
method: "GET",
|
|
699
|
+
headers,
|
|
700
|
+
path: resolvedPath,
|
|
701
|
+
query,
|
|
702
|
+
body,
|
|
703
|
+
});
|
|
704
|
+
};
|
|
705
|
+
exports.se_DescribeThumbnailsCommand = se_DescribeThumbnailsCommand;
|
|
665
706
|
const se_ListChannelsCommand = async (input, context) => {
|
|
666
707
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
667
708
|
const headers = {};
|
|
@@ -1065,6 +1106,27 @@ const se_TransferInputDeviceCommand = async (input, context) => {
|
|
|
1065
1106
|
});
|
|
1066
1107
|
};
|
|
1067
1108
|
exports.se_TransferInputDeviceCommand = se_TransferInputDeviceCommand;
|
|
1109
|
+
const se_UpdateAccountConfigurationCommand = async (input, context) => {
|
|
1110
|
+
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
1111
|
+
const headers = {
|
|
1112
|
+
"content-type": "application/json",
|
|
1113
|
+
};
|
|
1114
|
+
const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/prod/accountConfiguration";
|
|
1115
|
+
let body;
|
|
1116
|
+
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
1117
|
+
accountConfiguration: [, (_) => se_AccountConfiguration(_, context), `AccountConfiguration`],
|
|
1118
|
+
}));
|
|
1119
|
+
return new protocol_http_1.HttpRequest({
|
|
1120
|
+
protocol,
|
|
1121
|
+
hostname,
|
|
1122
|
+
port,
|
|
1123
|
+
method: "PUT",
|
|
1124
|
+
headers,
|
|
1125
|
+
path: resolvedPath,
|
|
1126
|
+
body,
|
|
1127
|
+
});
|
|
1128
|
+
};
|
|
1129
|
+
exports.se_UpdateAccountConfigurationCommand = se_UpdateAccountConfigurationCommand;
|
|
1068
1130
|
const se_UpdateChannelCommand = async (input, context) => {
|
|
1069
1131
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
1070
1132
|
const headers = {
|
|
@@ -2452,6 +2514,55 @@ const de_DeleteTagsCommandError = async (output, context) => {
|
|
|
2452
2514
|
});
|
|
2453
2515
|
}
|
|
2454
2516
|
};
|
|
2517
|
+
const de_DescribeAccountConfigurationCommand = async (output, context) => {
|
|
2518
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2519
|
+
return de_DescribeAccountConfigurationCommandError(output, context);
|
|
2520
|
+
}
|
|
2521
|
+
const contents = (0, smithy_client_1.map)({
|
|
2522
|
+
$metadata: deserializeMetadata(output),
|
|
2523
|
+
});
|
|
2524
|
+
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
2525
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
2526
|
+
AccountConfiguration: [, (_) => de_AccountConfiguration(_, context), `accountConfiguration`],
|
|
2527
|
+
});
|
|
2528
|
+
Object.assign(contents, doc);
|
|
2529
|
+
return contents;
|
|
2530
|
+
};
|
|
2531
|
+
exports.de_DescribeAccountConfigurationCommand = de_DescribeAccountConfigurationCommand;
|
|
2532
|
+
const de_DescribeAccountConfigurationCommandError = async (output, context) => {
|
|
2533
|
+
const parsedOutput = {
|
|
2534
|
+
...output,
|
|
2535
|
+
body: await parseErrorBody(output.body, context),
|
|
2536
|
+
};
|
|
2537
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2538
|
+
switch (errorCode) {
|
|
2539
|
+
case "BadGatewayException":
|
|
2540
|
+
case "com.amazonaws.medialive#BadGatewayException":
|
|
2541
|
+
throw await de_BadGatewayExceptionRes(parsedOutput, context);
|
|
2542
|
+
case "BadRequestException":
|
|
2543
|
+
case "com.amazonaws.medialive#BadRequestException":
|
|
2544
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
2545
|
+
case "ForbiddenException":
|
|
2546
|
+
case "com.amazonaws.medialive#ForbiddenException":
|
|
2547
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
2548
|
+
case "GatewayTimeoutException":
|
|
2549
|
+
case "com.amazonaws.medialive#GatewayTimeoutException":
|
|
2550
|
+
throw await de_GatewayTimeoutExceptionRes(parsedOutput, context);
|
|
2551
|
+
case "InternalServerErrorException":
|
|
2552
|
+
case "com.amazonaws.medialive#InternalServerErrorException":
|
|
2553
|
+
throw await de_InternalServerErrorExceptionRes(parsedOutput, context);
|
|
2554
|
+
case "TooManyRequestsException":
|
|
2555
|
+
case "com.amazonaws.medialive#TooManyRequestsException":
|
|
2556
|
+
throw await de_TooManyRequestsExceptionRes(parsedOutput, context);
|
|
2557
|
+
default:
|
|
2558
|
+
const parsedBody = parsedOutput.body;
|
|
2559
|
+
return throwDefaultError({
|
|
2560
|
+
output,
|
|
2561
|
+
parsedBody,
|
|
2562
|
+
errorCode,
|
|
2563
|
+
});
|
|
2564
|
+
}
|
|
2565
|
+
};
|
|
2455
2566
|
const de_DescribeChannelCommand = async (output, context) => {
|
|
2456
2567
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2457
2568
|
return de_DescribeChannelCommandError(output, context);
|
|
@@ -3071,6 +3182,61 @@ const de_DescribeScheduleCommandError = async (output, context) => {
|
|
|
3071
3182
|
});
|
|
3072
3183
|
}
|
|
3073
3184
|
};
|
|
3185
|
+
const de_DescribeThumbnailsCommand = async (output, context) => {
|
|
3186
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3187
|
+
return de_DescribeThumbnailsCommandError(output, context);
|
|
3188
|
+
}
|
|
3189
|
+
const contents = (0, smithy_client_1.map)({
|
|
3190
|
+
$metadata: deserializeMetadata(output),
|
|
3191
|
+
});
|
|
3192
|
+
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
3193
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
3194
|
+
ThumbnailDetails: [, (_) => de___listOfThumbnailDetail(_, context), `thumbnailDetails`],
|
|
3195
|
+
});
|
|
3196
|
+
Object.assign(contents, doc);
|
|
3197
|
+
return contents;
|
|
3198
|
+
};
|
|
3199
|
+
exports.de_DescribeThumbnailsCommand = de_DescribeThumbnailsCommand;
|
|
3200
|
+
const de_DescribeThumbnailsCommandError = async (output, context) => {
|
|
3201
|
+
const parsedOutput = {
|
|
3202
|
+
...output,
|
|
3203
|
+
body: await parseErrorBody(output.body, context),
|
|
3204
|
+
};
|
|
3205
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
3206
|
+
switch (errorCode) {
|
|
3207
|
+
case "BadGatewayException":
|
|
3208
|
+
case "com.amazonaws.medialive#BadGatewayException":
|
|
3209
|
+
throw await de_BadGatewayExceptionRes(parsedOutput, context);
|
|
3210
|
+
case "BadRequestException":
|
|
3211
|
+
case "com.amazonaws.medialive#BadRequestException":
|
|
3212
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
3213
|
+
case "ConflictException":
|
|
3214
|
+
case "com.amazonaws.medialive#ConflictException":
|
|
3215
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
3216
|
+
case "ForbiddenException":
|
|
3217
|
+
case "com.amazonaws.medialive#ForbiddenException":
|
|
3218
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
3219
|
+
case "GatewayTimeoutException":
|
|
3220
|
+
case "com.amazonaws.medialive#GatewayTimeoutException":
|
|
3221
|
+
throw await de_GatewayTimeoutExceptionRes(parsedOutput, context);
|
|
3222
|
+
case "InternalServerErrorException":
|
|
3223
|
+
case "com.amazonaws.medialive#InternalServerErrorException":
|
|
3224
|
+
throw await de_InternalServerErrorExceptionRes(parsedOutput, context);
|
|
3225
|
+
case "NotFoundException":
|
|
3226
|
+
case "com.amazonaws.medialive#NotFoundException":
|
|
3227
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
3228
|
+
case "TooManyRequestsException":
|
|
3229
|
+
case "com.amazonaws.medialive#TooManyRequestsException":
|
|
3230
|
+
throw await de_TooManyRequestsExceptionRes(parsedOutput, context);
|
|
3231
|
+
default:
|
|
3232
|
+
const parsedBody = parsedOutput.body;
|
|
3233
|
+
return throwDefaultError({
|
|
3234
|
+
output,
|
|
3235
|
+
parsedBody,
|
|
3236
|
+
errorCode,
|
|
3237
|
+
});
|
|
3238
|
+
}
|
|
3239
|
+
};
|
|
3074
3240
|
const de_ListChannelsCommand = async (output, context) => {
|
|
3075
3241
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3076
3242
|
return de_ListChannelsCommandError(output, context);
|
|
@@ -4107,6 +4273,58 @@ const de_TransferInputDeviceCommandError = async (output, context) => {
|
|
|
4107
4273
|
});
|
|
4108
4274
|
}
|
|
4109
4275
|
};
|
|
4276
|
+
const de_UpdateAccountConfigurationCommand = async (output, context) => {
|
|
4277
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4278
|
+
return de_UpdateAccountConfigurationCommandError(output, context);
|
|
4279
|
+
}
|
|
4280
|
+
const contents = (0, smithy_client_1.map)({
|
|
4281
|
+
$metadata: deserializeMetadata(output),
|
|
4282
|
+
});
|
|
4283
|
+
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
4284
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
4285
|
+
AccountConfiguration: [, (_) => de_AccountConfiguration(_, context), `accountConfiguration`],
|
|
4286
|
+
});
|
|
4287
|
+
Object.assign(contents, doc);
|
|
4288
|
+
return contents;
|
|
4289
|
+
};
|
|
4290
|
+
exports.de_UpdateAccountConfigurationCommand = de_UpdateAccountConfigurationCommand;
|
|
4291
|
+
const de_UpdateAccountConfigurationCommandError = async (output, context) => {
|
|
4292
|
+
const parsedOutput = {
|
|
4293
|
+
...output,
|
|
4294
|
+
body: await parseErrorBody(output.body, context),
|
|
4295
|
+
};
|
|
4296
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4297
|
+
switch (errorCode) {
|
|
4298
|
+
case "BadGatewayException":
|
|
4299
|
+
case "com.amazonaws.medialive#BadGatewayException":
|
|
4300
|
+
throw await de_BadGatewayExceptionRes(parsedOutput, context);
|
|
4301
|
+
case "BadRequestException":
|
|
4302
|
+
case "com.amazonaws.medialive#BadRequestException":
|
|
4303
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
4304
|
+
case "ForbiddenException":
|
|
4305
|
+
case "com.amazonaws.medialive#ForbiddenException":
|
|
4306
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
4307
|
+
case "GatewayTimeoutException":
|
|
4308
|
+
case "com.amazonaws.medialive#GatewayTimeoutException":
|
|
4309
|
+
throw await de_GatewayTimeoutExceptionRes(parsedOutput, context);
|
|
4310
|
+
case "InternalServerErrorException":
|
|
4311
|
+
case "com.amazonaws.medialive#InternalServerErrorException":
|
|
4312
|
+
throw await de_InternalServerErrorExceptionRes(parsedOutput, context);
|
|
4313
|
+
case "TooManyRequestsException":
|
|
4314
|
+
case "com.amazonaws.medialive#TooManyRequestsException":
|
|
4315
|
+
throw await de_TooManyRequestsExceptionRes(parsedOutput, context);
|
|
4316
|
+
case "UnprocessableEntityException":
|
|
4317
|
+
case "com.amazonaws.medialive#UnprocessableEntityException":
|
|
4318
|
+
throw await de_UnprocessableEntityExceptionRes(parsedOutput, context);
|
|
4319
|
+
default:
|
|
4320
|
+
const parsedBody = parsedOutput.body;
|
|
4321
|
+
return throwDefaultError({
|
|
4322
|
+
output,
|
|
4323
|
+
parsedBody,
|
|
4324
|
+
errorCode,
|
|
4325
|
+
});
|
|
4326
|
+
}
|
|
4327
|
+
};
|
|
4110
4328
|
const de_UpdateChannelCommand = async (output, context) => {
|
|
4111
4329
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4112
4330
|
return de_UpdateChannelCommandError(output, context);
|
|
@@ -4871,6 +5089,11 @@ const se_Ac3Settings = (input, context) => {
|
|
|
4871
5089
|
metadataControl: [, , `MetadataControl`],
|
|
4872
5090
|
});
|
|
4873
5091
|
};
|
|
5092
|
+
const se_AccountConfiguration = (input, context) => {
|
|
5093
|
+
return (0, smithy_client_1.take)(input, {
|
|
5094
|
+
kmsKeyId: [, , `KmsKeyId`],
|
|
5095
|
+
});
|
|
5096
|
+
};
|
|
4874
5097
|
const se_AncillarySourceSettings = (input, context) => {
|
|
4875
5098
|
return (0, smithy_client_1.take)(input, {
|
|
4876
5099
|
sourceAncillaryChannelNumber: [, , `SourceAncillaryChannelNumber`],
|
|
@@ -5252,6 +5475,7 @@ const se_EncoderSettings = (input, context) => {
|
|
|
5252
5475
|
motionGraphicsConfiguration: [, (_) => se_MotionGraphicsConfiguration(_, context), `MotionGraphicsConfiguration`],
|
|
5253
5476
|
nielsenConfiguration: [, (_) => se_NielsenConfiguration(_, context), `NielsenConfiguration`],
|
|
5254
5477
|
outputGroups: [, (_) => se___listOfOutputGroup(_, context), `OutputGroups`],
|
|
5478
|
+
thumbnailConfiguration: [, (_) => se_ThumbnailConfiguration(_, context), `ThumbnailConfiguration`],
|
|
5255
5479
|
timecodeConfig: [, (_) => se_TimecodeConfig(_, context), `TimecodeConfig`],
|
|
5256
5480
|
videoDescriptions: [, (_) => se___listOfVideoDescription(_, context), `VideoDescriptions`],
|
|
5257
5481
|
});
|
|
@@ -6298,6 +6522,11 @@ const se_TemporalFilterSettings = (input, context) => {
|
|
|
6298
6522
|
strength: [, , `Strength`],
|
|
6299
6523
|
});
|
|
6300
6524
|
};
|
|
6525
|
+
const se_ThumbnailConfiguration = (input, context) => {
|
|
6526
|
+
return (0, smithy_client_1.take)(input, {
|
|
6527
|
+
state: [, , `State`],
|
|
6528
|
+
});
|
|
6529
|
+
};
|
|
6301
6530
|
const se_TimecodeBurninSettings = (input, context) => {
|
|
6302
6531
|
return (0, smithy_client_1.take)(input, {
|
|
6303
6532
|
fontSize: [, , `FontSize`],
|
|
@@ -6705,6 +6934,22 @@ const de___listOfScte35Descriptor = (output, context) => {
|
|
|
6705
6934
|
});
|
|
6706
6935
|
return retVal;
|
|
6707
6936
|
};
|
|
6937
|
+
const de___listOfThumbnail = (output, context) => {
|
|
6938
|
+
const retVal = (output || [])
|
|
6939
|
+
.filter((e) => e != null)
|
|
6940
|
+
.map((entry) => {
|
|
6941
|
+
return de_Thumbnail(entry, context);
|
|
6942
|
+
});
|
|
6943
|
+
return retVal;
|
|
6944
|
+
};
|
|
6945
|
+
const de___listOfThumbnailDetail = (output, context) => {
|
|
6946
|
+
const retVal = (output || [])
|
|
6947
|
+
.filter((e) => e != null)
|
|
6948
|
+
.map((entry) => {
|
|
6949
|
+
return de_ThumbnailDetail(entry, context);
|
|
6950
|
+
});
|
|
6951
|
+
return retVal;
|
|
6952
|
+
};
|
|
6708
6953
|
const de___listOfTransferringInputDeviceSummary = (output, context) => {
|
|
6709
6954
|
const retVal = (output || [])
|
|
6710
6955
|
.filter((e) => e != null)
|
|
@@ -6753,6 +6998,11 @@ const de_Ac3Settings = (output, context) => {
|
|
|
6753
6998
|
MetadataControl: [, smithy_client_1.expectString, `metadataControl`],
|
|
6754
6999
|
});
|
|
6755
7000
|
};
|
|
7001
|
+
const de_AccountConfiguration = (output, context) => {
|
|
7002
|
+
return (0, smithy_client_1.take)(output, {
|
|
7003
|
+
KmsKeyId: [, smithy_client_1.expectString, `kmsKeyId`],
|
|
7004
|
+
});
|
|
7005
|
+
};
|
|
6756
7006
|
const de_AncillarySourceSettings = (output, context) => {
|
|
6757
7007
|
return (0, smithy_client_1.take)(output, {
|
|
6758
7008
|
SourceAncillaryChannelNumber: [, smithy_client_1.expectInt32, `sourceAncillaryChannelNumber`],
|
|
@@ -7200,6 +7450,7 @@ const de_EncoderSettings = (output, context) => {
|
|
|
7200
7450
|
],
|
|
7201
7451
|
NielsenConfiguration: [, (_) => de_NielsenConfiguration(_, context), `nielsenConfiguration`],
|
|
7202
7452
|
OutputGroups: [, (_) => de___listOfOutputGroup(_, context), `outputGroups`],
|
|
7453
|
+
ThumbnailConfiguration: [, (_) => de_ThumbnailConfiguration(_, context), `thumbnailConfiguration`],
|
|
7203
7454
|
TimecodeConfig: [, (_) => de_TimecodeConfig(_, context), `timecodeConfig`],
|
|
7204
7455
|
VideoDescriptions: [, (_) => de___listOfVideoDescription(_, context), `videoDescriptions`],
|
|
7205
7456
|
});
|
|
@@ -8461,6 +8712,25 @@ const de_TemporalFilterSettings = (output, context) => {
|
|
|
8461
8712
|
Strength: [, smithy_client_1.expectString, `strength`],
|
|
8462
8713
|
});
|
|
8463
8714
|
};
|
|
8715
|
+
const de_Thumbnail = (output, context) => {
|
|
8716
|
+
return (0, smithy_client_1.take)(output, {
|
|
8717
|
+
Body: [, smithy_client_1.expectString, `body`],
|
|
8718
|
+
ContentType: [, smithy_client_1.expectString, `contentType`],
|
|
8719
|
+
ThumbnailType: [, smithy_client_1.expectString, `thumbnailType`],
|
|
8720
|
+
TimeStamp: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `timeStamp`],
|
|
8721
|
+
});
|
|
8722
|
+
};
|
|
8723
|
+
const de_ThumbnailConfiguration = (output, context) => {
|
|
8724
|
+
return (0, smithy_client_1.take)(output, {
|
|
8725
|
+
State: [, smithy_client_1.expectString, `state`],
|
|
8726
|
+
});
|
|
8727
|
+
};
|
|
8728
|
+
const de_ThumbnailDetail = (output, context) => {
|
|
8729
|
+
return (0, smithy_client_1.take)(output, {
|
|
8730
|
+
PipelineId: [, smithy_client_1.expectString, `pipelineId`],
|
|
8731
|
+
Thumbnails: [, (_) => de___listOfThumbnail(_, context), `thumbnails`],
|
|
8732
|
+
});
|
|
8733
|
+
};
|
|
8464
8734
|
const de_TimecodeBurninSettings = (output, context) => {
|
|
8465
8735
|
return (0, smithy_client_1.take)(output, {
|
|
8466
8736
|
FontSize: [, smithy_client_1.expectString, `fontSize`],
|
|
@@ -4,15 +4,15 @@ exports.getRuntimeConfig = void 0;
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
7
|
-
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
8
|
-
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
9
|
-
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
10
|
-
const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
11
|
-
const util_retry_1 = require("@aws-sdk/util-retry");
|
|
12
7
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
8
|
+
const config_resolver_1 = require("@smithy/config-resolver");
|
|
9
|
+
const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
|
|
10
|
+
const invalid_dependency_1 = require("@smithy/invalid-dependency");
|
|
11
|
+
const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
|
|
12
|
+
const util_retry_1 = require("@smithy/util-retry");
|
|
13
13
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
14
|
-
const smithy_client_1 = require("@
|
|
15
|
-
const util_defaults_mode_browser_1 = require("@
|
|
14
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
15
|
+
const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
|
|
16
16
|
const getRuntimeConfig = (config) => {
|
|
17
17
|
const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
|
|
18
18
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
@@ -4,19 +4,19 @@ exports.getRuntimeConfig = void 0;
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const client_sts_1 = require("@aws-sdk/client-sts");
|
|
7
|
-
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
8
7
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
9
|
-
const hash_node_1 = require("@aws-sdk/hash-node");
|
|
10
|
-
const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
11
|
-
const node_config_provider_1 = require("@aws-sdk/node-config-provider");
|
|
12
|
-
const node_http_handler_1 = require("@aws-sdk/node-http-handler");
|
|
13
|
-
const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
|
|
14
|
-
const util_retry_1 = require("@aws-sdk/util-retry");
|
|
15
8
|
const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
9
|
+
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
+
const hash_node_1 = require("@smithy/hash-node");
|
|
11
|
+
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
12
|
+
const node_config_provider_1 = require("@smithy/node-config-provider");
|
|
13
|
+
const node_http_handler_1 = require("@smithy/node-http-handler");
|
|
14
|
+
const util_body_length_node_1 = require("@smithy/util-body-length-node");
|
|
15
|
+
const util_retry_1 = require("@smithy/util-retry");
|
|
16
16
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
17
|
-
const smithy_client_1 = require("@
|
|
18
|
-
const util_defaults_mode_node_1 = require("@
|
|
19
|
-
const smithy_client_2 = require("@
|
|
17
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
18
|
+
const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
|
|
19
|
+
const smithy_client_2 = require("@smithy/smithy-client");
|
|
20
20
|
const getRuntimeConfig = (config) => {
|
|
21
21
|
(0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
|
|
22
22
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
|
-
const smithy_client_1 = require("@
|
|
5
|
-
const url_parser_1 = require("@
|
|
6
|
-
const util_base64_1 = require("@
|
|
7
|
-
const util_stream_1 = require("@
|
|
8
|
-
const util_utf8_1 = require("@
|
|
4
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
+
const url_parser_1 = require("@smithy/url-parser");
|
|
6
|
+
const util_base64_1 = require("@smithy/util-base64");
|
|
7
|
+
const util_stream_1 = require("@smithy/util-stream");
|
|
8
|
+
const util_utf8_1 = require("@smithy/util-utf8");
|
|
9
9
|
const endpointResolver_1 = require("./endpoint/endpointResolver");
|
|
10
10
|
const getRuntimeConfig = (config) => ({
|
|
11
11
|
apiVersion: "2017-10-14",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.waitUntilChannelCreated = exports.waitForChannelCreated = void 0;
|
|
4
|
-
const util_waiter_1 = require("@
|
|
4
|
+
const util_waiter_1 = require("@smithy/util-waiter");
|
|
5
5
|
const DescribeChannelCommand_1 = require("../commands/DescribeChannelCommand");
|
|
6
6
|
const checkState = async (client, input) => {
|
|
7
7
|
let reason;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.waitUntilChannelDeleted = exports.waitForChannelDeleted = void 0;
|
|
4
|
-
const util_waiter_1 = require("@
|
|
4
|
+
const util_waiter_1 = require("@smithy/util-waiter");
|
|
5
5
|
const DescribeChannelCommand_1 = require("../commands/DescribeChannelCommand");
|
|
6
6
|
const checkState = async (client, input) => {
|
|
7
7
|
let reason;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.waitUntilChannelRunning = exports.waitForChannelRunning = void 0;
|
|
4
|
-
const util_waiter_1 = require("@
|
|
4
|
+
const util_waiter_1 = require("@smithy/util-waiter");
|
|
5
5
|
const DescribeChannelCommand_1 = require("../commands/DescribeChannelCommand");
|
|
6
6
|
const checkState = async (client, input) => {
|
|
7
7
|
let reason;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.waitUntilChannelStopped = exports.waitForChannelStopped = void 0;
|
|
4
|
-
const util_waiter_1 = require("@
|
|
4
|
+
const util_waiter_1 = require("@smithy/util-waiter");
|
|
5
5
|
const DescribeChannelCommand_1 = require("../commands/DescribeChannelCommand");
|
|
6
6
|
const checkState = async (client, input) => {
|
|
7
7
|
let reason;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.waitUntilInputAttached = exports.waitForInputAttached = void 0;
|
|
4
|
-
const util_waiter_1 = require("@
|
|
4
|
+
const util_waiter_1 = require("@smithy/util-waiter");
|
|
5
5
|
const DescribeInputCommand_1 = require("../commands/DescribeInputCommand");
|
|
6
6
|
const checkState = async (client, input) => {
|
|
7
7
|
let reason;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.waitUntilInputDeleted = exports.waitForInputDeleted = void 0;
|
|
4
|
-
const util_waiter_1 = require("@
|
|
4
|
+
const util_waiter_1 = require("@smithy/util-waiter");
|
|
5
5
|
const DescribeInputCommand_1 = require("../commands/DescribeInputCommand");
|
|
6
6
|
const checkState = async (client, input) => {
|
|
7
7
|
let reason;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.waitUntilInputDetached = exports.waitForInputDetached = void 0;
|
|
4
|
-
const util_waiter_1 = require("@
|
|
4
|
+
const util_waiter_1 = require("@smithy/util-waiter");
|
|
5
5
|
const DescribeInputCommand_1 = require("../commands/DescribeInputCommand");
|
|
6
6
|
const checkState = async (client, input) => {
|
|
7
7
|
let reason;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.waitUntilMultiplexCreated = exports.waitForMultiplexCreated = void 0;
|
|
4
|
-
const util_waiter_1 = require("@
|
|
4
|
+
const util_waiter_1 = require("@smithy/util-waiter");
|
|
5
5
|
const DescribeMultiplexCommand_1 = require("../commands/DescribeMultiplexCommand");
|
|
6
6
|
const checkState = async (client, input) => {
|
|
7
7
|
let reason;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.waitUntilMultiplexDeleted = exports.waitForMultiplexDeleted = void 0;
|
|
4
|
-
const util_waiter_1 = require("@
|
|
4
|
+
const util_waiter_1 = require("@smithy/util-waiter");
|
|
5
5
|
const DescribeMultiplexCommand_1 = require("../commands/DescribeMultiplexCommand");
|
|
6
6
|
const checkState = async (client, input) => {
|
|
7
7
|
let reason;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.waitUntilMultiplexRunning = exports.waitForMultiplexRunning = void 0;
|
|
4
|
-
const util_waiter_1 = require("@
|
|
4
|
+
const util_waiter_1 = require("@smithy/util-waiter");
|
|
5
5
|
const DescribeMultiplexCommand_1 = require("../commands/DescribeMultiplexCommand");
|
|
6
6
|
const checkState = async (client, input) => {
|
|
7
7
|
let reason;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.waitUntilMultiplexStopped = exports.waitForMultiplexStopped = void 0;
|
|
4
|
-
const util_waiter_1 = require("@
|
|
4
|
+
const util_waiter_1 = require("@smithy/util-waiter");
|
|
5
5
|
const DescribeMultiplexCommand_1 = require("../commands/DescribeMultiplexCommand");
|
|
6
6
|
const checkState = async (client, input) => {
|
|
7
7
|
let reason;
|
package/dist-es/MediaLive.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createAggregatedClient } from "@
|
|
1
|
+
import { createAggregatedClient } from "@smithy/smithy-client";
|
|
2
2
|
import { AcceptInputDeviceTransferCommand, } from "./commands/AcceptInputDeviceTransferCommand";
|
|
3
3
|
import { BatchDeleteCommand } from "./commands/BatchDeleteCommand";
|
|
4
4
|
import { BatchStartCommand } from "./commands/BatchStartCommand";
|
|
@@ -21,6 +21,7 @@ import { DeleteMultiplexProgramCommand, } from "./commands/DeleteMultiplexProgra
|
|
|
21
21
|
import { DeleteReservationCommand, } from "./commands/DeleteReservationCommand";
|
|
22
22
|
import { DeleteScheduleCommand, } from "./commands/DeleteScheduleCommand";
|
|
23
23
|
import { DeleteTagsCommand } from "./commands/DeleteTagsCommand";
|
|
24
|
+
import { DescribeAccountConfigurationCommand, } from "./commands/DescribeAccountConfigurationCommand";
|
|
24
25
|
import { DescribeChannelCommand, } from "./commands/DescribeChannelCommand";
|
|
25
26
|
import { DescribeInputCommand, } from "./commands/DescribeInputCommand";
|
|
26
27
|
import { DescribeInputDeviceCommand, } from "./commands/DescribeInputDeviceCommand";
|
|
@@ -31,6 +32,7 @@ import { DescribeMultiplexProgramCommand, } from "./commands/DescribeMultiplexPr
|
|
|
31
32
|
import { DescribeOfferingCommand, } from "./commands/DescribeOfferingCommand";
|
|
32
33
|
import { DescribeReservationCommand, } from "./commands/DescribeReservationCommand";
|
|
33
34
|
import { DescribeScheduleCommand, } from "./commands/DescribeScheduleCommand";
|
|
35
|
+
import { DescribeThumbnailsCommand, } from "./commands/DescribeThumbnailsCommand";
|
|
34
36
|
import { ListChannelsCommand, } from "./commands/ListChannelsCommand";
|
|
35
37
|
import { ListInputDevicesCommand, } from "./commands/ListInputDevicesCommand";
|
|
36
38
|
import { ListInputDeviceTransfersCommand, } from "./commands/ListInputDeviceTransfersCommand";
|
|
@@ -50,6 +52,7 @@ import { StartMultiplexCommand, } from "./commands/StartMultiplexCommand";
|
|
|
50
52
|
import { StopChannelCommand } from "./commands/StopChannelCommand";
|
|
51
53
|
import { StopMultiplexCommand, } from "./commands/StopMultiplexCommand";
|
|
52
54
|
import { TransferInputDeviceCommand, } from "./commands/TransferInputDeviceCommand";
|
|
55
|
+
import { UpdateAccountConfigurationCommand, } from "./commands/UpdateAccountConfigurationCommand";
|
|
53
56
|
import { UpdateChannelClassCommand, } from "./commands/UpdateChannelClassCommand";
|
|
54
57
|
import { UpdateChannelCommand, } from "./commands/UpdateChannelCommand";
|
|
55
58
|
import { UpdateInputCommand } from "./commands/UpdateInputCommand";
|
|
@@ -82,6 +85,7 @@ const commands = {
|
|
|
82
85
|
DeleteReservationCommand,
|
|
83
86
|
DeleteScheduleCommand,
|
|
84
87
|
DeleteTagsCommand,
|
|
88
|
+
DescribeAccountConfigurationCommand,
|
|
85
89
|
DescribeChannelCommand,
|
|
86
90
|
DescribeInputCommand,
|
|
87
91
|
DescribeInputDeviceCommand,
|
|
@@ -92,6 +96,7 @@ const commands = {
|
|
|
92
96
|
DescribeOfferingCommand,
|
|
93
97
|
DescribeReservationCommand,
|
|
94
98
|
DescribeScheduleCommand,
|
|
99
|
+
DescribeThumbnailsCommand,
|
|
95
100
|
ListChannelsCommand,
|
|
96
101
|
ListInputDevicesCommand,
|
|
97
102
|
ListInputDeviceTransfersCommand,
|
|
@@ -111,6 +116,7 @@ const commands = {
|
|
|
111
116
|
StopChannelCommand,
|
|
112
117
|
StopMultiplexCommand,
|
|
113
118
|
TransferInputDeviceCommand,
|
|
119
|
+
UpdateAccountConfigurationCommand,
|
|
114
120
|
UpdateChannelCommand,
|
|
115
121
|
UpdateChannelClassCommand,
|
|
116
122
|
UpdateInputCommand,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { resolveRegionConfig } from "@aws-sdk/config-resolver";
|
|
2
|
-
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
3
|
-
import { resolveEndpointConfig } from "@aws-sdk/middleware-endpoint";
|
|
4
1
|
import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
|
|
5
2
|
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
6
3
|
import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection";
|
|
7
|
-
import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
8
4
|
import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
|
|
9
5
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
10
|
-
import {
|
|
6
|
+
import { resolveRegionConfig } from "@smithy/config-resolver";
|
|
7
|
+
import { getContentLengthPlugin } from "@smithy/middleware-content-length";
|
|
8
|
+
import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
|
|
9
|
+
import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
|
|
10
|
+
import { Client as __Client, } from "@smithy/smithy-client";
|
|
11
11
|
import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
|
|
12
12
|
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
13
13
|
export { __Client };
|