{"files":{"SKILL.md":"---\nname: aws-iot-fleet-hub\ndescription: \"AWS IoT Fleet Hub API skill. Use when working with AWS IoT Fleet Hub for applications, tags. Covers 8 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# AWS IoT Fleet Hub\nAPI version: 2020-11-03\n\n## Auth\nAWS SigV4\n\n## Base URL\nNot specified.\n\n## Setup\n1. Configure auth: AWS SigV4\n2. GET /applications -- gets a list of fleet hub for iot device management web applications for the current account.\n3. POST /applications -- create first application\n\n## Endpoints\n8 endpoints across 2 groups. See references/api-spec.lap for full details.\n\n### Applications\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /applications | Creates a Fleet Hub for IoT Device Management web application. When creating a Fleet Hub application, you must create an organization instance of IAM Identity Center if you don't already have one. The Fleet Hub application you create must also be in the same Amazon Web Services Region of the organization instance of IAM Identity Center. For more information see Enabling IAM Identity Center and Organization instances of IAM Identity Center. |\n| DELETE | /applications/{applicationId} | Deletes a Fleet Hub for IoT Device Management web application. |\n| GET | /applications/{applicationId} | Gets information about a Fleet Hub for IoT Device Management web application. |\n| GET | /applications | Gets a list of Fleet Hub for IoT Device Management web applications for the current account. |\n| PATCH | /applications/{applicationId} | Updates information about a Fleet Hub for IoT Device Management web application. |\n\n### Tags\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /tags/{resourceArn} | Lists the tags for the specified resource. |\n| POST | /tags/{resourceArn} | Adds to or modifies the tags of the specified resource. Tags are metadata which can be used to manage a resource. |\n| DELETE | /tags/{resourceArn} | Removes the specified tags (metadata) from the resource. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Create a application?\" -> POST /applications\n- \"Delete a application?\" -> DELETE /applications/{applicationId}\n- \"Get application details?\" -> GET /applications/{applicationId}\n- \"List all applications?\" -> GET /applications\n- \"Get tag details?\" -> GET /tags/{resourceArn}\n- \"Delete a tag?\" -> DELETE /tags/{resourceArn}\n- \"Partially update a application?\" -> PATCH /applications/{applicationId}\n- \"How to authenticate?\" -> See Auth section above\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Create/update endpoints return the modified resource on success\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api AWS IoT Fleet Hub\n@version 2020-11-03\n@auth AWS SigV4\n@endpoints 8\n@toc applications(5), tags(3)\n\n@group applications\n@endpoint POST /applications\n@desc Creates a Fleet Hub for IoT Device Management web application. When creating a Fleet Hub application, you must create an organization instance of IAM Identity Center if you don't already have one. The Fleet Hub application you create must also be in the same Amazon Web Services Region of the organization instance of IAM Identity Center. For more information see Enabling IAM Identity Center and Organization instances of IAM Identity Center.\n@required {applicationName: str, roleArn: str}\n@optional {applicationDescription: str, clientToken: str, tags: map<str,str>}\n@returns(200) {applicationId: str, applicationArn: str}\n\n@endpoint DELETE /applications/{applicationId}\n@desc Deletes a Fleet Hub for IoT Device Management web application.\n@required {applicationId: str}\n@optional {clientToken: str}\n\n@endpoint GET /applications/{applicationId}\n@desc Gets information about a Fleet Hub for IoT Device Management web application.\n@required {applicationId: str}\n@returns(200) {applicationId: str, applicationArn: str, applicationName: str, applicationDescription: str?, applicationUrl: str, applicationState: str, applicationCreationDate: int(i64), applicationLastUpdateDate: int(i64), roleArn: str, ssoClientId: str?, errorMessage: str?, tags: map<str,str>?}\n\n@endpoint GET /applications\n@desc Gets a list of Fleet Hub for IoT Device Management web applications for the current account.\n@optional {nextToken: str}\n@returns(200) {applicationSummaries: [ApplicationSummary]?, nextToken: str?}\n\n@endgroup\n\n@group tags\n@endpoint GET /tags/{resourceArn}\n@desc Lists the tags for the specified resource.\n@required {resourceArn: str}\n@returns(200) {tags: map<str,str>?}\n\n@endpoint POST /tags/{resourceArn}\n@desc Adds to or modifies the tags of the specified resource. Tags are metadata which can be used to manage a resource.\n@required {resourceArn: str, tags: map<str,str>}\n\n@endpoint DELETE /tags/{resourceArn}\n@desc Removes the specified tags (metadata) from the resource.\n@required {resourceArn: str, tagKeys: [str]}\n\n@endgroup\n\n@group applications\n@endpoint PATCH /applications/{applicationId}\n@desc Updates information about a Fleet Hub for IoT Device Management web application.\n@required {applicationId: str}\n@optional {applicationName: str, applicationDescription: str, clientToken: str}\n\n@endgroup\n\n@end\n"}}