listQueues
inline suspend fun MediaConvertClient.listQueues(crossinline block: ListQueuesRequest.Builder.() -> Unit): ListQueuesResponse
Retrieve a JSON array of up to twenty of your queues. This will return the queues themselves, not just a list of them. To retrieve the next twenty queues, use the nextToken string returned with the array.