使用可能なすべてのクエリ実行IDのリストを提供します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/athena/list-query-executions.html
aws athena list-query-executions --max-items 50 |
AWS CLIでAthenaのクエリ履歴を取得してみる : http://qiita.com/five_asterisk/items/f8fd0768e8b1f61cc9ad |
aws athena list-query-executions method to get all recent execution IDs. Afterwards you can query the ... aws athena batch-get- query-execution --query-execution-ids |
「aws athena list-query-executions site:stackoverflow.com」の検索結果 - Yahoo!検索 : http://search.yahoo.co.jp/search@p=aws+athena+batch-get-query-execution+site%3Astackoverflow.com&rkf=1 |
aws athena list-query-executions method to get all recent execution IDs |
Athena API get current no of Queries running concurrently - Stack Overflow : http://stackoverflow.com/a/48762846 |