Service Reference
Athena — Amazon Athena
Amazon Athena uses the application/x-amz-json-1.1 protocol. Operations are identified by the X-Amz-Target header with the prefix AmazonAthena..
Athena — Amazon Athena
AWS docs: https://docs.aws.amazon.com/athena/latest/APIReference/
Amazon Athena uses the application/x-amz-json-1.1 protocol.
Operations are identified by the X-Amz-Target header with the prefix
AmazonAthena..
Notes
- Target dispatch header:
X-Amz-Target: AmazonAthena.<Operation>. - Unrecognized operations return a JSON
501 Not Implementederror response. - Queries immediately succeed with status
SUCCEEDEDand return empty result sets — no actual query execution is performed.
Summary
| Category | ✅ Supported |
|---|---|
| Queries | 4 |
| WorkGroups | 4 |
| Tags | 3 |
Endpoints
Queries
| Operation | Status | Notes | AWS Docs |
|---|---|---|---|
StartQueryExecution | ✅ Supported | Starts a query; immediately succeeds | docs |
GetQueryExecution | ✅ Supported | Returns query execution details | docs |
GetQueryResults | ✅ Supported | Returns query results (empty result set) | docs |
ListQueryExecutions | ✅ Supported | Lists all query execution IDs | docs |
WorkGroups
| Operation | Status | Notes | AWS Docs |
|---|---|---|---|
CreateWorkGroup | ✅ Supported | Creates a workgroup | docs |
GetWorkGroup | ✅ Supported | Returns workgroup details | docs |
ListWorkGroups | ✅ Supported | Lists all workgroups | docs |
DeleteWorkGroup | ✅ Supported | Deletes a workgroup | docs |
Tags
| Operation | Status | Notes | AWS Docs |
|---|---|---|---|
TagResource | ✅ Supported | Adds/updates tags on a workgroup | docs |
UntagResource | ✅ Supported | Removes tag keys from a workgroup | docs |
ListTagsForResource | ✅ Supported | Lists tags on a workgroup | docs |