paws.analytics (version 0.1.0)

athena_batch_get_named_query: Returns the details of a single named query or a list of up to 50 queries, which you provide as an array of query ID strings

Description

Returns the details of a single named query or a list of up to 50 queries, which you provide as an array of query ID strings. Requires you to have access to the workgroup in which the queries were saved. Use ListNamedQueriesInput to get the list of named query IDs in the specified workgroup. If information could not be retrieved for a submitted query ID, information about the query ID submitted is listed under UnprocessedNamedQueryId. Named queries differ from executed queries. Use BatchGetQueryExecutionInput to get details about each unique query execution, and ListQueryExecutionsInput to get a list of query execution IDs.

Usage

athena_batch_get_named_query(NamedQueryIds)

Arguments

NamedQueryIds

[required] An array of query IDs.

Request syntax

svc$batch_get_named_query(
  NamedQueryIds = list(
    "string"
  )
)