| name | aws-glue |
| description | AWS Glue API skill. Use when working with AWS Glue for root. Covers 224 endpoints. |
| version | 1.0.0 |
| generator | lapsh |
AWS Glue
API version: 2017-03-31
Auth
AWS SigV4
Base URL
Not specified.
Setup
- Configure auth: AWS SigV4
- POST / -- create first resource
Endpoints
224 endpoints across 1 groups. See references/api-spec.lap for full details.
root
| Method | Path | Description |
|---|
| POST | / | Creates one or more partitions in a batch operation. |
| POST | / | Deletes a list of connection definitions from the Data Catalog. |
| POST | / | Deletes one or more partitions in a batch operation. |
| POST | / | Deletes multiple tables at once. After completing this operation, you no longer have access to the table versions and partitions that belong to the deleted table. Glue deletes these "orphaned" resources asynchronously in a timely manner, at the discretion of the service. To ensure the immediate deletion of all related resources, before calling BatchDeleteTable, use DeleteTableVersion or BatchDeleteTableVersion, and DeletePartition or BatchDeletePartition, to delete any resources that belong to the table. |
| POST | / | Deletes a specified batch of versions of a table. |
| POST | / | Retrieves information about a list of blueprints. |
| POST | / | Returns a list of resource metadata for a given list of crawler names. After calling the ListCrawlers operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags. |
| POST | / | Retrieves the details for the custom patterns specified by a list of names. |
| POST | / | Retrieves a list of data quality results for the specified result IDs. |
| POST | / | Returns a list of resource metadata for a given list of development endpoint names. After calling the ListDevEndpoints operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags. |
| POST | / | Returns a list of resource metadata for a given list of job names. After calling the ListJobs operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags. |
| POST | / | Retrieves partitions in a batch request. |
| POST | / | Returns the configuration for the specified table optimizers. |
| POST | / |
Common Questions
Match user requests to endpoints in references/api-spec.lap. Key patterns:
- "How to authenticate?" -> See Auth section
Response Tips
- Check response schemas in references/api-spec.lap for field details
- Create/update endpoints typically return the created/updated object
References
- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas
Generated from the official API spec by LAP