2022/02/28 - Amazon Athena - 1 new api methods
Changes This release adds support for updating an existing named query.
Updates a NamedQuery object. The database or workgroup cannot be updated.
See also: AWS API Documentation
Request Syntax
client.update_named_query( NamedQueryId='string', Name='string', Description='string', QueryString='string' )
string
[REQUIRED]
The unique identifier (UUID) of the query.
string
[REQUIRED]
The name of the query.
string
The query description.
string
[REQUIRED]
The contents of the query with all query statements.
dict
Response Syntax
{}
Response Structure
(dict) --