startJobsQuery
inline suspend fun MediaConvertClient.startJobsQuery(crossinline block: StartJobsQueryRequest.Builder.() -> Unit): StartJobsQueryResponse
Start an asynchronous jobs query using the provided filters. To receive the list of jobs that match your query, call the GetJobsQueryResults API using the query ID returned by this API.