@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,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import {
|
|
3
3
|
AcceptInputDeviceTransferCommandInput,
|
|
4
4
|
AcceptInputDeviceTransferCommandOutput,
|
|
@@ -87,6 +87,10 @@ import {
|
|
|
87
87
|
DeleteTagsCommandInput,
|
|
88
88
|
DeleteTagsCommandOutput,
|
|
89
89
|
} from "./commands/DeleteTagsCommand";
|
|
90
|
+
import {
|
|
91
|
+
DescribeAccountConfigurationCommandInput,
|
|
92
|
+
DescribeAccountConfigurationCommandOutput,
|
|
93
|
+
} from "./commands/DescribeAccountConfigurationCommand";
|
|
90
94
|
import {
|
|
91
95
|
DescribeChannelCommandInput,
|
|
92
96
|
DescribeChannelCommandOutput,
|
|
@@ -127,6 +131,10 @@ import {
|
|
|
127
131
|
DescribeScheduleCommandInput,
|
|
128
132
|
DescribeScheduleCommandOutput,
|
|
129
133
|
} from "./commands/DescribeScheduleCommand";
|
|
134
|
+
import {
|
|
135
|
+
DescribeThumbnailsCommandInput,
|
|
136
|
+
DescribeThumbnailsCommandOutput,
|
|
137
|
+
} from "./commands/DescribeThumbnailsCommand";
|
|
130
138
|
import {
|
|
131
139
|
ListChannelsCommandInput,
|
|
132
140
|
ListChannelsCommandOutput,
|
|
@@ -203,6 +211,10 @@ import {
|
|
|
203
211
|
TransferInputDeviceCommandInput,
|
|
204
212
|
TransferInputDeviceCommandOutput,
|
|
205
213
|
} from "./commands/TransferInputDeviceCommand";
|
|
214
|
+
import {
|
|
215
|
+
UpdateAccountConfigurationCommandInput,
|
|
216
|
+
UpdateAccountConfigurationCommandOutput,
|
|
217
|
+
} from "./commands/UpdateAccountConfigurationCommand";
|
|
206
218
|
import {
|
|
207
219
|
UpdateChannelClassCommandInput,
|
|
208
220
|
UpdateChannelClassCommandOutput,
|
|
@@ -523,6 +535,19 @@ export interface MediaLive {
|
|
|
523
535
|
options: __HttpHandlerOptions,
|
|
524
536
|
cb: (err: any, data?: DeleteTagsCommandOutput) => void
|
|
525
537
|
): void;
|
|
538
|
+
describeAccountConfiguration(
|
|
539
|
+
args: DescribeAccountConfigurationCommandInput,
|
|
540
|
+
options?: __HttpHandlerOptions
|
|
541
|
+
): Promise<DescribeAccountConfigurationCommandOutput>;
|
|
542
|
+
describeAccountConfiguration(
|
|
543
|
+
args: DescribeAccountConfigurationCommandInput,
|
|
544
|
+
cb: (err: any, data?: DescribeAccountConfigurationCommandOutput) => void
|
|
545
|
+
): void;
|
|
546
|
+
describeAccountConfiguration(
|
|
547
|
+
args: DescribeAccountConfigurationCommandInput,
|
|
548
|
+
options: __HttpHandlerOptions,
|
|
549
|
+
cb: (err: any, data?: DescribeAccountConfigurationCommandOutput) => void
|
|
550
|
+
): void;
|
|
526
551
|
describeChannel(
|
|
527
552
|
args: DescribeChannelCommandInput,
|
|
528
553
|
options?: __HttpHandlerOptions
|
|
@@ -653,6 +678,19 @@ export interface MediaLive {
|
|
|
653
678
|
options: __HttpHandlerOptions,
|
|
654
679
|
cb: (err: any, data?: DescribeScheduleCommandOutput) => void
|
|
655
680
|
): void;
|
|
681
|
+
describeThumbnails(
|
|
682
|
+
args: DescribeThumbnailsCommandInput,
|
|
683
|
+
options?: __HttpHandlerOptions
|
|
684
|
+
): Promise<DescribeThumbnailsCommandOutput>;
|
|
685
|
+
describeThumbnails(
|
|
686
|
+
args: DescribeThumbnailsCommandInput,
|
|
687
|
+
cb: (err: any, data?: DescribeThumbnailsCommandOutput) => void
|
|
688
|
+
): void;
|
|
689
|
+
describeThumbnails(
|
|
690
|
+
args: DescribeThumbnailsCommandInput,
|
|
691
|
+
options: __HttpHandlerOptions,
|
|
692
|
+
cb: (err: any, data?: DescribeThumbnailsCommandOutput) => void
|
|
693
|
+
): void;
|
|
656
694
|
listChannels(
|
|
657
695
|
args: ListChannelsCommandInput,
|
|
658
696
|
options?: __HttpHandlerOptions
|
|
@@ -906,6 +944,19 @@ export interface MediaLive {
|
|
|
906
944
|
options: __HttpHandlerOptions,
|
|
907
945
|
cb: (err: any, data?: TransferInputDeviceCommandOutput) => void
|
|
908
946
|
): void;
|
|
947
|
+
updateAccountConfiguration(
|
|
948
|
+
args: UpdateAccountConfigurationCommandInput,
|
|
949
|
+
options?: __HttpHandlerOptions
|
|
950
|
+
): Promise<UpdateAccountConfigurationCommandOutput>;
|
|
951
|
+
updateAccountConfiguration(
|
|
952
|
+
args: UpdateAccountConfigurationCommandInput,
|
|
953
|
+
cb: (err: any, data?: UpdateAccountConfigurationCommandOutput) => void
|
|
954
|
+
): void;
|
|
955
|
+
updateAccountConfiguration(
|
|
956
|
+
args: UpdateAccountConfigurationCommandInput,
|
|
957
|
+
options: __HttpHandlerOptions,
|
|
958
|
+
cb: (err: any, data?: UpdateAccountConfigurationCommandOutput) => void
|
|
959
|
+
): void;
|
|
909
960
|
updateChannel(
|
|
910
961
|
args: UpdateChannelCommandInput,
|
|
911
962
|
options?: __HttpHandlerOptions
|
|
@@ -1,19 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
RegionInputConfig,
|
|
3
|
-
RegionResolvedConfig,
|
|
4
|
-
} from "@aws-sdk/config-resolver";
|
|
5
|
-
import {
|
|
6
|
-
EndpointInputConfig,
|
|
7
|
-
EndpointResolvedConfig,
|
|
8
|
-
} from "@aws-sdk/middleware-endpoint";
|
|
9
1
|
import {
|
|
10
2
|
HostHeaderInputConfig,
|
|
11
3
|
HostHeaderResolvedConfig,
|
|
12
4
|
} from "@aws-sdk/middleware-host-header";
|
|
13
|
-
import {
|
|
14
|
-
RetryInputConfig,
|
|
15
|
-
RetryResolvedConfig,
|
|
16
|
-
} from "@aws-sdk/middleware-retry";
|
|
17
5
|
import {
|
|
18
6
|
AwsAuthInputConfig,
|
|
19
7
|
AwsAuthResolvedConfig,
|
|
@@ -22,30 +10,40 @@ import {
|
|
|
22
10
|
UserAgentInputConfig,
|
|
23
11
|
UserAgentResolvedConfig,
|
|
24
12
|
} from "@aws-sdk/middleware-user-agent";
|
|
13
|
+
import { Credentials as __Credentials } from "@aws-sdk/types";
|
|
14
|
+
import {
|
|
15
|
+
RegionInputConfig,
|
|
16
|
+
RegionResolvedConfig,
|
|
17
|
+
} from "@smithy/config-resolver";
|
|
18
|
+
import {
|
|
19
|
+
EndpointInputConfig,
|
|
20
|
+
EndpointResolvedConfig,
|
|
21
|
+
} from "@smithy/middleware-endpoint";
|
|
22
|
+
import {
|
|
23
|
+
RetryInputConfig,
|
|
24
|
+
RetryResolvedConfig,
|
|
25
|
+
} from "@smithy/middleware-retry";
|
|
26
|
+
import { HttpHandler as __HttpHandler } from "@smithy/protocol-http";
|
|
25
27
|
import {
|
|
26
28
|
Client as __Client,
|
|
27
29
|
DefaultsMode as __DefaultsMode,
|
|
28
30
|
SmithyConfiguration as __SmithyConfiguration,
|
|
29
31
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
30
|
-
} from "@
|
|
32
|
+
} from "@smithy/smithy-client";
|
|
31
33
|
import {
|
|
32
34
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
33
35
|
ChecksumConstructor as __ChecksumConstructor,
|
|
34
|
-
|
|
36
|
+
Decoder as __Decoder,
|
|
37
|
+
Encoder as __Encoder,
|
|
35
38
|
HashConstructor as __HashConstructor,
|
|
36
39
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
40
|
Logger as __Logger,
|
|
41
|
+
Provider as __Provider,
|
|
38
42
|
Provider,
|
|
39
43
|
SdkStreamMixinInjector as __SdkStreamMixinInjector,
|
|
44
|
+
StreamCollector as __StreamCollector,
|
|
40
45
|
UrlParser as __UrlParser,
|
|
41
46
|
UserAgent as __UserAgent,
|
|
42
|
-
} from "@aws-sdk/types";
|
|
43
|
-
import { HttpHandler as __HttpHandler } from "@smithy/protocol-http";
|
|
44
|
-
import {
|
|
45
|
-
Decoder as __Decoder,
|
|
46
|
-
Encoder as __Encoder,
|
|
47
|
-
Provider as __Provider,
|
|
48
|
-
StreamCollector as __StreamCollector,
|
|
49
47
|
} from "@smithy/types";
|
|
50
48
|
import {
|
|
51
49
|
AcceptInputDeviceTransferCommandInput,
|
|
@@ -135,6 +133,10 @@ import {
|
|
|
135
133
|
DeleteTagsCommandInput,
|
|
136
134
|
DeleteTagsCommandOutput,
|
|
137
135
|
} from "./commands/DeleteTagsCommand";
|
|
136
|
+
import {
|
|
137
|
+
DescribeAccountConfigurationCommandInput,
|
|
138
|
+
DescribeAccountConfigurationCommandOutput,
|
|
139
|
+
} from "./commands/DescribeAccountConfigurationCommand";
|
|
138
140
|
import {
|
|
139
141
|
DescribeChannelCommandInput,
|
|
140
142
|
DescribeChannelCommandOutput,
|
|
@@ -175,6 +177,10 @@ import {
|
|
|
175
177
|
DescribeScheduleCommandInput,
|
|
176
178
|
DescribeScheduleCommandOutput,
|
|
177
179
|
} from "./commands/DescribeScheduleCommand";
|
|
180
|
+
import {
|
|
181
|
+
DescribeThumbnailsCommandInput,
|
|
182
|
+
DescribeThumbnailsCommandOutput,
|
|
183
|
+
} from "./commands/DescribeThumbnailsCommand";
|
|
178
184
|
import {
|
|
179
185
|
ListChannelsCommandInput,
|
|
180
186
|
ListChannelsCommandOutput,
|
|
@@ -251,6 +257,10 @@ import {
|
|
|
251
257
|
TransferInputDeviceCommandInput,
|
|
252
258
|
TransferInputDeviceCommandOutput,
|
|
253
259
|
} from "./commands/TransferInputDeviceCommand";
|
|
260
|
+
import {
|
|
261
|
+
UpdateAccountConfigurationCommandInput,
|
|
262
|
+
UpdateAccountConfigurationCommandOutput,
|
|
263
|
+
} from "./commands/UpdateAccountConfigurationCommand";
|
|
254
264
|
import {
|
|
255
265
|
UpdateChannelClassCommandInput,
|
|
256
266
|
UpdateChannelClassCommandOutput,
|
|
@@ -312,6 +322,7 @@ export type ServiceInputTypes =
|
|
|
312
322
|
| DeleteReservationCommandInput
|
|
313
323
|
| DeleteScheduleCommandInput
|
|
314
324
|
| DeleteTagsCommandInput
|
|
325
|
+
| DescribeAccountConfigurationCommandInput
|
|
315
326
|
| DescribeChannelCommandInput
|
|
316
327
|
| DescribeInputCommandInput
|
|
317
328
|
| DescribeInputDeviceCommandInput
|
|
@@ -322,6 +333,7 @@ export type ServiceInputTypes =
|
|
|
322
333
|
| DescribeOfferingCommandInput
|
|
323
334
|
| DescribeReservationCommandInput
|
|
324
335
|
| DescribeScheduleCommandInput
|
|
336
|
+
| DescribeThumbnailsCommandInput
|
|
325
337
|
| ListChannelsCommandInput
|
|
326
338
|
| ListInputDeviceTransfersCommandInput
|
|
327
339
|
| ListInputDevicesCommandInput
|
|
@@ -341,6 +353,7 @@ export type ServiceInputTypes =
|
|
|
341
353
|
| StopChannelCommandInput
|
|
342
354
|
| StopMultiplexCommandInput
|
|
343
355
|
| TransferInputDeviceCommandInput
|
|
356
|
+
| UpdateAccountConfigurationCommandInput
|
|
344
357
|
| UpdateChannelClassCommandInput
|
|
345
358
|
| UpdateChannelCommandInput
|
|
346
359
|
| UpdateInputCommandInput
|
|
@@ -372,6 +385,7 @@ export type ServiceOutputTypes =
|
|
|
372
385
|
| DeleteReservationCommandOutput
|
|
373
386
|
| DeleteScheduleCommandOutput
|
|
374
387
|
| DeleteTagsCommandOutput
|
|
388
|
+
| DescribeAccountConfigurationCommandOutput
|
|
375
389
|
| DescribeChannelCommandOutput
|
|
376
390
|
| DescribeInputCommandOutput
|
|
377
391
|
| DescribeInputDeviceCommandOutput
|
|
@@ -382,6 +396,7 @@ export type ServiceOutputTypes =
|
|
|
382
396
|
| DescribeOfferingCommandOutput
|
|
383
397
|
| DescribeReservationCommandOutput
|
|
384
398
|
| DescribeScheduleCommandOutput
|
|
399
|
+
| DescribeThumbnailsCommandOutput
|
|
385
400
|
| ListChannelsCommandOutput
|
|
386
401
|
| ListInputDeviceTransfersCommandOutput
|
|
387
402
|
| ListInputDevicesCommandOutput
|
|
@@ -401,6 +416,7 @@ export type ServiceOutputTypes =
|
|
|
401
416
|
| StopChannelCommandOutput
|
|
402
417
|
| StopMultiplexCommandOutput
|
|
403
418
|
| TransferInputDeviceCommandOutput
|
|
419
|
+
| UpdateAccountConfigurationCommandOutput
|
|
404
420
|
| UpdateChannelClassCommandOutput
|
|
405
421
|
| UpdateChannelCommandOutput
|
|
406
422
|
| UpdateInputCommandOutput
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import {
|
|
4
4
|
Handler,
|
|
5
5
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
|
-
} from "@
|
|
8
|
+
} from "@smithy/types";
|
|
9
9
|
import {
|
|
10
10
|
MediaLiveClientResolvedConfig,
|
|
11
11
|
ServiceInputTypes,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import {
|
|
4
4
|
Handler,
|
|
5
5
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
|
-
} from "@
|
|
8
|
+
} from "@smithy/types";
|
|
9
9
|
import {
|
|
10
10
|
MediaLiveClientResolvedConfig,
|
|
11
11
|
ServiceInputTypes,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import {
|
|
4
4
|
Handler,
|
|
5
5
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
|
-
} from "@
|
|
8
|
+
} from "@smithy/types";
|
|
9
9
|
import {
|
|
10
10
|
MediaLiveClientResolvedConfig,
|
|
11
11
|
ServiceInputTypes,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import {
|
|
4
4
|
Handler,
|
|
5
5
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
|
-
} from "@
|
|
8
|
+
} from "@smithy/types";
|
|
9
9
|
import {
|
|
10
10
|
MediaLiveClientResolvedConfig,
|
|
11
11
|
ServiceInputTypes,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import {
|
|
4
4
|
Handler,
|
|
5
5
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
|
-
} from "@
|
|
8
|
+
} from "@smithy/types";
|
|
9
9
|
import {
|
|
10
10
|
MediaLiveClientResolvedConfig,
|
|
11
11
|
ServiceInputTypes,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import {
|
|
4
4
|
Handler,
|
|
5
5
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
|
-
} from "@
|
|
8
|
+
} from "@smithy/types";
|
|
9
9
|
import {
|
|
10
10
|
MediaLiveClientResolvedConfig,
|
|
11
11
|
ServiceInputTypes,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import {
|
|
4
4
|
Handler,
|
|
5
5
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
|
-
} from "@
|
|
8
|
+
} from "@smithy/types";
|
|
9
9
|
import {
|
|
10
10
|
MediaLiveClientResolvedConfig,
|
|
11
11
|
ServiceInputTypes,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import {
|
|
4
4
|
Handler,
|
|
5
5
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
|
-
} from "@
|
|
8
|
+
} from "@smithy/types";
|
|
9
9
|
import {
|
|
10
10
|
MediaLiveClientResolvedConfig,
|
|
11
11
|
ServiceInputTypes,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import {
|
|
4
4
|
Handler,
|
|
5
5
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
|
-
} from "@
|
|
8
|
+
} from "@smithy/types";
|
|
9
9
|
import {
|
|
10
10
|
MediaLiveClientResolvedConfig,
|
|
11
11
|
ServiceInputTypes,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import {
|
|
4
4
|
Handler,
|
|
5
5
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
|
-
} from "@
|
|
8
|
+
} from "@smithy/types";
|
|
9
9
|
import {
|
|
10
10
|
MediaLiveClientResolvedConfig,
|
|
11
11
|
ServiceInputTypes,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import {
|
|
4
4
|
Handler,
|
|
5
5
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
|
-
} from "@
|
|
8
|
+
} from "@smithy/types";
|
|
9
9
|
import {
|
|
10
10
|
MediaLiveClientResolvedConfig,
|
|
11
11
|
ServiceInputTypes,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import {
|
|
4
4
|
Handler,
|
|
5
5
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
|
-
} from "@
|
|
8
|
+
} from "@smithy/types";
|
|
9
9
|
import {
|
|
10
10
|
MediaLiveClientResolvedConfig,
|
|
11
11
|
ServiceInputTypes,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import {
|
|
4
4
|
Handler,
|
|
5
5
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
|
-
} from "@
|
|
8
|
+
} from "@smithy/types";
|
|
9
9
|
import {
|
|
10
10
|
MediaLiveClientResolvedConfig,
|
|
11
11
|
ServiceInputTypes,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import {
|
|
4
4
|
Handler,
|
|
5
5
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
|
-
} from "@
|
|
8
|
+
} from "@smithy/types";
|
|
9
9
|
import {
|
|
10
10
|
MediaLiveClientResolvedConfig,
|
|
11
11
|
ServiceInputTypes,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import {
|
|
4
4
|
Handler,
|
|
5
5
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
|
-
} from "@
|
|
8
|
+
} from "@smithy/types";
|
|
9
9
|
import {
|
|
10
10
|
MediaLiveClientResolvedConfig,
|
|
11
11
|
ServiceInputTypes,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import {
|
|
4
4
|
Handler,
|
|
5
5
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
|
-
} from "@
|
|
8
|
+
} from "@smithy/types";
|
|
9
9
|
import {
|
|
10
10
|
MediaLiveClientResolvedConfig,
|
|
11
11
|
ServiceInputTypes,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import {
|
|
4
4
|
Handler,
|
|
5
5
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
|
-
} from "@
|
|
8
|
+
} from "@smithy/types";
|
|
9
9
|
import {
|
|
10
10
|
MediaLiveClientResolvedConfig,
|
|
11
11
|
ServiceInputTypes,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import {
|
|
4
4
|
Handler,
|
|
5
5
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
|
-
} from "@
|
|
8
|
+
} from "@smithy/types";
|
|
9
9
|
import {
|
|
10
10
|
MediaLiveClientResolvedConfig,
|
|
11
11
|
ServiceInputTypes,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import {
|
|
4
4
|
Handler,
|
|
5
5
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
|
-
} from "@
|
|
8
|
+
} from "@smithy/types";
|
|
9
9
|
import {
|
|
10
10
|
MediaLiveClientResolvedConfig,
|
|
11
11
|
ServiceInputTypes,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import {
|
|
4
4
|
Handler,
|
|
5
5
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
|
-
} from "@
|
|
8
|
+
} from "@smithy/types";
|
|
9
9
|
import {
|
|
10
10
|
MediaLiveClientResolvedConfig,
|
|
11
11
|
ServiceInputTypes,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import {
|
|
4
4
|
Handler,
|
|
5
5
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
|
-
} from "@
|
|
8
|
+
} from "@smithy/types";
|
|
9
9
|
import {
|
|
10
10
|
MediaLiveClientResolvedConfig,
|
|
11
11
|
ServiceInputTypes,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import {
|
|
4
4
|
Handler,
|
|
5
5
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
|
-
} from "@
|
|
8
|
+
} from "@smithy/types";
|
|
9
9
|
import {
|
|
10
10
|
MediaLiveClientResolvedConfig,
|
|
11
11
|
ServiceInputTypes,
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
MediaLiveClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../MediaLiveClient";
|
|
14
|
+
import {
|
|
15
|
+
DescribeAccountConfigurationRequest,
|
|
16
|
+
DescribeAccountConfigurationResponse,
|
|
17
|
+
} from "../models/models_1";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DescribeAccountConfigurationCommandInput
|
|
20
|
+
extends DescribeAccountConfigurationRequest {}
|
|
21
|
+
export interface DescribeAccountConfigurationCommandOutput
|
|
22
|
+
extends DescribeAccountConfigurationResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DescribeAccountConfigurationCommand extends $Command<
|
|
25
|
+
DescribeAccountConfigurationCommandInput,
|
|
26
|
+
DescribeAccountConfigurationCommandOutput,
|
|
27
|
+
MediaLiveClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DescribeAccountConfigurationCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DescribeAccountConfigurationCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: MediaLiveClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DescribeAccountConfigurationCommandInput,
|
|
38
|
+
DescribeAccountConfigurationCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import {
|
|
4
4
|
Handler,
|
|
5
5
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
|
-
} from "@
|
|
8
|
+
} from "@smithy/types";
|
|
9
9
|
import {
|
|
10
10
|
MediaLiveClientResolvedConfig,
|
|
11
11
|
ServiceInputTypes,
|