Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Um comando direto ignora o prompt de revisão. Verifique a origem antes de executá-lo.
Changes information about the BasePathMapping resource.
PATCH
/domainnames/{domain_name}
Changes information about the DomainName resource.
usageplans
Method
Path
Description
POST
/usageplans
Creates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the payload.
POST
/usageplans/{usageplanId}/keys
Creates a usage plan key for adding an existing API key to a usage plan.
DELETE
/usageplans/{usageplanId}
Deletes a usage plan of a given plan Id.
DELETE
/usageplans/{usageplanId}/keys/{keyId}
Deletes a usage plan key and remove the underlying API key from the associated usage plan.
GET
/usageplans/{usageplanId}/usage
Gets the usage data of a usage plan in a specified time interval.
GET
/usageplans/{usageplanId}
Gets a usage plan of a given plan identifier.
GET
/usageplans/{usageplanId}/keys/{keyId}
Gets a usage plan key of a given key identifier.
GET
/usageplans/{usageplanId}/keys
Gets all the usage plan keys representing the API keys added to a specified usage plan.
GET
/usageplans
Gets all the usage plans of the caller's account.
PATCH
/usageplans/{usageplanId}/keys/{keyId}/usage
Grants a temporary extension to the remaining quota of a usage plan associated with a specified API key.
PATCH
/usageplans/{usageplanId}
Updates a usage plan of a given plan Id.
vpclinks
Method
Path
Description
POST
/vpclinks
Creates a VPC link, under the caller's account in a selected region, in an asynchronous operation that typically takes 2-4 minutes to complete and become operational. The caller must have permissions to create and update VPC Endpoint services.
DELETE
/vpclinks/{vpclink_id}
Deletes an existing VpcLink of a specified identifier.
GET
/vpclinks/{vpclink_id}
Gets a specified VPC link under the caller's account in a region.
GET
/vpclinks
Gets the VpcLinks collection under the caller's account in a selected region.
PATCH
/vpclinks/{vpclink_id}
Updates an existing VpcLink of a specified identifier.
clientcertificates
Method
Path
Description
DELETE
/clientcertificates/{clientcertificate_id}
Deletes the ClientCertificate resource.
POST
/clientcertificates
Generates a ClientCertificate resource.
GET
/clientcertificates/{clientcertificate_id}
Gets information about the current ClientCertificate resource.
GET
/clientcertificates
Gets a collection of ClientCertificate resources.
PATCH
/clientcertificates/{clientcertificate_id}
Changes information about an ClientCertificate resource.
account
Method
Path
Description
GET
/account
Gets information about the current Account resource.
PATCH
/account
Changes information about the current Account resource.
sdktypes
Method
Path
Description
GET
/sdktypes/{sdktype_id}
Gets an SDK type.
GET
/sdktypes
Gets SDK types
tags
Method
Path
Description
GET
/tags/{resource_arn}
Gets the Tags collection for a given resource.
PUT
/tags/{resource_arn}
Adds or updates a tag on a given resource.
DELETE
/tags/{resource_arn}
Removes a tag from a given resource.
apikeys?mode=import
Method
Path
Description
POST
/apikeys?mode=import
Import API keys from an external source, such as a CSV-formatted file.
restapis?mode=import
Method
Path
Description
POST
/restapis?mode=import
A feature of the API Gateway control service for creating a new API from an external API definition file.
Common Questions
Match user requests to endpoints in references/api-spec.lap. Key patterns:
"Create a apikey?" -> POST /apikeys
"Create a authorizer?" -> POST /restapis/{restapi_id}/authorizers
"Create a basepathmapping?" -> POST /domainnames/{domain_name}/basepathmappings
"Create a deployment?" -> POST /restapis/{restapi_id}/deployments
"Create a part?" -> POST /restapis/{restapi_id}/documentation/parts
"Create a version?" -> POST /restapis/{restapi_id}/documentation/versions
"Create a domainname?" -> POST /domainnames
"Create a model?" -> POST /restapis/{restapi_id}/models
"Create a requestvalidator?" -> POST /restapis/{restapi_id}/requestvalidators
"Create a restapis?" -> POST /restapis
"Create a stage?" -> POST /restapis/{restapi_id}/stages
"Create a usageplan?" -> POST /usageplans
"Create a key?" -> POST /usageplans/{usageplanId}/keys
"Create a vpclink?" -> POST /vpclinks
"Delete a apikey?" -> DELETE /apikeys/{api_Key}
"Delete a authorizer?" -> DELETE /restapis/{restapi_id}/authorizers/{authorizer_id}
"Delete a basepathmapping?" -> DELETE /domainnames/{domain_name}/basepathmappings/{base_path}
"Delete a clientcertificate?" -> DELETE /clientcertificates/{clientcertificate_id}
"Delete a deployment?" -> DELETE /restapis/{restapi_id}/deployments/{deployment_id}
"Delete a part?" -> DELETE /restapis/{restapi_id}/documentation/parts/{part_id}
"Delete a version?" -> DELETE /restapis/{restapi_id}/documentation/versions/{doc_version}
"Delete a domainname?" -> DELETE /domainnames/{domain_name}
"Delete a gatewayrespons?" -> DELETE /restapis/{restapi_id}/gatewayresponses/{response_type}
"Delete a response?" -> DELETE /restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration/responses/{status_code}
"Delete a method?" -> DELETE /restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}
"Delete a response?" -> DELETE /restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/responses/{status_code}
"Delete a model?" -> DELETE /restapis/{restapi_id}/models/{model_name}
"Delete a requestvalidator?" -> DELETE /restapis/{restapi_id}/requestvalidators/{requestvalidator_id}
"Delete a resource?" -> DELETE /restapis/{restapi_id}/resources/{resource_id}
"Delete a restapis?" -> DELETE /restapis/{restapi_id}
"Delete a stage?" -> DELETE /restapis/{restapi_id}/stages/{stage_name}
"Delete a usageplan?" -> DELETE /usageplans/{usageplanId}
"Delete a key?" -> DELETE /usageplans/{usageplanId}/keys/{keyId}
"Delete a vpclink?" -> DELETE /vpclinks/{vpclink_id}
Response Tips
Check response schemas in references/api-spec.lap for field details
List endpoints may support pagination; check for limit, offset, or cursor params
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
Gets a GatewayResponse of a specified response type on the given RestApi.
GET
/restapis/{restapi_id}/gatewayresponses
Gets the GatewayResponses collection on the given RestApi. If an API developer has not added any definitions for gateway responses, the result will be the API Gateway-generated default GatewayResponses collection for the supported response types.
Adds a MethodResponse to an existing Method resource.
PUT
/restapis/{restapi_id}
A feature of the API Gateway control service for updating an existing API with an input of external API definitions. The update can take the form of merging the supplied definition into the existing API or overwriting the existing API.