update_named_query
(**kwargs)¶Updates a NamedQuery object. The database or workgroup cannot be updated.
See also: AWS API Documentation
Request Syntax
response = client.update_named_query(
NamedQueryId='string',
Name='string',
Description='string',
QueryString='string'
)
[REQUIRED]
The unique identifier (UUID) of the query.
[REQUIRED]
The name of the query.
[REQUIRED]
The contents of the query with all query statements.
dict
Response Syntax
{}
Response Structure
Exceptions
Athena.Client.exceptions.InternalServerException
Athena.Client.exceptions.InvalidRequestException