amazonaws.com – apigateway
Amazon API Gateway
Amazon API Gateway helps developers deliver robust, secure, and scalable mobile and web application back ends. API Gateway allows developers to securely connect mobile and web applications to APIs that run on AWS Lambda, Amazon EC2, or other publicly addressable web services that are hosted outside of AWS.
- Homepage
- https://api.apis.guru/v2/specs/amazonaws.com:apigateway/2015-07-09.json
- Provider
- amazonaws.com:apigateway / apigateway
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/amazonaws.com/apigateway/2015-07-09/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/amazonaws.com/apigateway/2015-07-09/openapi.yaml
Tools (122)
Extracted live via the executor SDK.
-
account.getAccountGets information about the current Account resource.
-
account.updateAccountChanges information about the current Account resource.
-
apikeys.createApiKeyCreate an ApiKey resource.
-
apikeys.deleteApiKeyDeletes the ApiKey resource.
-
apikeys.getApiKeyGets information about the current ApiKey resource.
-
apikeys.getApiKeysGets information about the current ApiKeys resource.
-
apikeys.updateApiKeyChanges information about an ApiKey resource.
-
apikeysModeImportFormat.importApiKeysImport API keys from an external source, such as a CSV-formatted file.
-
clientcertificates.deleteClientCertificateDeletes the ClientCertificate resource.
-
clientcertificates.generateClientCertificateGenerates a ClientCertificate resource.
-
clientcertificates.getClientCertificateGets information about the current ClientCertificate resource.
-
clientcertificates.getClientCertificatesGets a collection of ClientCertificate resources.
-
clientcertificates.updateClientCertificateChanges information about an ClientCertificate resource.
-
domainnames.createBasePathMappingCreates a new BasePathMapping resource.
-
domainnames.createDomainNameCreates a new domain name.
-
domainnames.deleteBasePathMappingDeletes the BasePathMapping resource.
-
domainnames.deleteDomainNameDeletes the DomainName resource.
-
domainnames.getBasePathMappingDescribe a BasePathMapping resource.
-
domainnames.getBasePathMappingsRepresents a collection of BasePathMapping resources.
-
domainnames.getDomainNameRepresents a domain name that is contained in a simpler, more intuitive URL that can be called.
-
domainnames.getDomainNamesRepresents a collection of DomainName resources.
-
domainnames.updateBasePathMappingChanges information about the BasePathMapping resource.
-
domainnames.updateDomainNameChanges information about the DomainName resource.
-
restapis.createAuthorizerAdds a new Authorizer resource to an existing RestApi resource.
-
restapis.createDeploymentCreates a Deployment resource, which makes a specified RestApi callable over the internet.
-
restapis.createDocumentationPartCreates a documentation part.
-
restapis.createDocumentationVersionCreates a documentation version
-
restapis.createModelAdds a new Model resource to an existing RestApi resource.
-
restapis.createRequestValidatorCreates a RequestValidator of a given RestApi.
-
restapis.createResourceCreates a Resource resource.
-
restapis.createRestApiCreates a new RestApi resource.
-
restapis.createStageCreates a new Stage resource that references a pre-existing Deployment for the API.
-
restapis.deleteAuthorizerDeletes an existing Authorizer resource.
-
restapis.deleteDeploymentDeletes a Deployment resource. Deleting a deployment will only succeed if there are no Stage resources associated with it.
-
restapis.deleteDocumentationPartDeletes a documentation part
-
restapis.deleteDocumentationVersionDeletes a documentation version.
-
restapis.deleteGatewayResponseClears any customization of a GatewayResponse of a specified response type on the given RestApi and resets it with the default settings.
-
restapis.deleteIntegrationRepresents a delete integration.
-
restapis.deleteIntegrationResponseRepresents a delete integration response.
-
restapis.deleteMethodDeletes an existing Method resource.
-
restapis.deleteMethodResponseDeletes an existing MethodResponse resource.
-
restapis.deleteModelDeletes a model.
-
restapis.deleteRequestValidatorDeletes a RequestValidator of a given RestApi.
-
restapis.deleteResourceDeletes a Resource resource.
-
restapis.deleteRestApiDeletes the specified API.
-
restapis.deleteStageDeletes a Stage resource.
-
restapis.flushStageAuthorizersCacheFlushes all authorizer cache entries on a stage.
-
restapis.flushStageCacheFlushes a stage's cache.
-
restapis.getAuthorizerDescribe an existing Authorizer resource.
-
restapis.getAuthorizersDescribe an existing Authorizers resource.
-
restapis.getDeploymentGets information about a Deployment resource.
-
restapis.getDeploymentsGets information about a Deployments collection.
-
restapis.getDocumentationPartGets a documentation part.
-
restapis.getDocumentationPartsGets documentation parts.
-
restapis.getDocumentationVersionGets a documentation version.
-
restapis.getDocumentationVersionsGets documentation versions.
-
restapis.getExportExports a deployed version of a RestApi in a specified format.
-
restapis.getGatewayResponseGets a GatewayResponse of a specified response type on the given RestApi.
-
restapis.getGatewayResponsesGets 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.
-
restapis.getIntegrationGet the integration settings.
-
restapis.getIntegrationResponseRepresents a get integration response.
-
restapis.getMethodDescribe an existing Method resource.
-
restapis.getMethodResponseDescribes a MethodResponse resource.
-
restapis.getModelDescribes an existing model defined for a RestApi resource.
-
restapis.getModelsDescribes existing Models defined for a RestApi resource.
-
restapis.getModelTemplateGenerates a sample mapping template that can be used to transform a payload into the structure of a model.
-
restapis.getRequestValidatorGets a RequestValidator of a given RestApi.
-
restapis.getRequestValidatorsGets the RequestValidators collection of a given RestApi.
-
restapis.getResourceLists information about a resource.
-
restapis.getResourcesLists information about a collection of Resource resources.
-
restapis.getRestApiLists the RestApi resource in the collection.
-
restapis.getRestApisLists the RestApis resources for your collection.
-
restapis.getSdkGenerates a client SDK for a RestApi and Stage.
-
restapis.getStageGets information about a Stage resource.
-
restapis.getStagesGets information about one or more Stage resources.
-
restapis.importDocumentationPartsImports documentation parts
-
restapis.putGatewayResponseCreates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.
-
restapis.putIntegrationSets up a method's integration.
-
restapis.putIntegrationResponseRepresents a put integration.
-
restapis.putMethodAdd a method to an existing Resource resource.
-
restapis.putMethodResponseAdds a MethodResponse to an existing Method resource.
-
restapis.putRestApiA 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.
-
restapis.testInvokeAuthorizerSimulate the execution of an Authorizer in your RestApi with headers, parameters, and an incoming request body.
-
restapis.testInvokeMethodSimulate the invocation of a Method in your RestApi with headers, parameters, and an incoming request body.
-
restapis.updateAuthorizerUpdates an existing Authorizer resource.
-
restapis.updateDeploymentChanges information about a Deployment resource.
-
restapis.updateDocumentationPartUpdates a documentation part.
-
restapis.updateDocumentationVersionUpdates a documentation version.
-
restapis.updateGatewayResponseUpdates a GatewayResponse of a specified response type on the given RestApi.
-
restapis.updateIntegrationRepresents an update integration.
-
restapis.updateIntegrationResponseRepresents an update integration response.
-
restapis.updateMethodUpdates an existing Method resource.
-
restapis.updateMethodResponseUpdates an existing MethodResponse resource.
-
restapis.updateModelChanges information about a model.
-
restapis.updateRequestValidatorUpdates a RequestValidator of a given RestApi.
-
restapis.updateResourceChanges information about a Resource resource.
-
restapis.updateRestApiChanges information about the specified API.
-
restapis.updateStageChanges information about a Stage resource.
-
restapisModeImport.importRestApiA feature of the API Gateway control service for creating a new API from an external API definition file.
-
sdktypes.getSdkTypeGets an SDK type.
-
sdktypes.getSdkTypesGets SDK types
-
tags.getTagsGets the Tags collection for a given resource.
-
tags.tagResourceAdds or updates a tag on a given resource.
-
tags.untagResourceRemoves a tag from a given resource.
-
usageplans.createUsagePlanCreates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the payload.
-
usageplans.createUsagePlanKeyCreates a usage plan key for adding an existing API key to a usage plan.
-
usageplans.deleteUsagePlanDeletes a usage plan of a given plan Id.
-
usageplans.deleteUsagePlanKeyDeletes a usage plan key and remove the underlying API key from the associated usage plan.
-
usageplans.getUsageGets the usage data of a usage plan in a specified time interval.
-
usageplans.getUsagePlanGets a usage plan of a given plan identifier.
-
usageplans.getUsagePlanKeyGets a usage plan key of a given key identifier.
-
usageplans.getUsagePlanKeysGets all the usage plan keys representing the API keys added to a specified usage plan.
-
usageplans.getUsagePlansGets all the usage plans of the caller's account.
-
usageplans.updateUsageGrants a temporary extension to the remaining quota of a usage plan associated with a specified API key.
-
usageplans.updateUsagePlanUpdates a usage plan of a given plan Id.
-
vpclinks.createVpcLinkCreates 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.
-
vpclinks.deleteVpcLinkDeletes an existing VpcLink of a specified identifier.
-
vpclinks.getVpcLinkGets a specified VPC link under the caller's account in a region.
-
vpclinks.getVpcLinksGets the VpcLinks collection under the caller's account in a selected region.
-
vpclinks.updateVpcLinkUpdates an existing VpcLink of a specified identifier.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools