Amazon Athena

2022/02/28 - Amazon Athena - 1 new api methods

Changes  This release adds support for updating an existing named query.

UpdateNamedQuery (new) Link ΒΆ

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'
)
type NamedQueryId:

string

param NamedQueryId:

[REQUIRED]

The unique identifier (UUID) of the query.

type Name:

string

param Name:

[REQUIRED]

The name of the query.

type Description:

string

param Description:

The query description.

type QueryString:

string

param QueryString:

[REQUIRED]

The contents of the query with all query statements.

rtype:

dict

returns:

Response Syntax

{}

Response Structure

  • (dict) --