[−][src]Crate rusoto_apigateway
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.
If you're using the service, you're probably looking for ApiGatewayClient and ApiGateway.
Structs
AccessLogSettings | Access log settings, including the access log format and access log destination ARN. |
Account | Represents an AWS account that is associated with API Gateway. To view the account info, call Error CodesThe following exception may be thrown when the request fails.
For detailed error code information, including the corresponding HTTP Status Codes, see API Gateway Error Codes Example: Get the information about an account.Request ResponseThe successful response returns a In addition to making the REST API call directly, you can use the AWS CLI and an AWS SDK to access this resource. |
ApiGatewayClient | A client for the Amazon API Gateway API. |
ApiKey | A resource that can be distributed to callers for executing Method resources that require an API key. API keys can be mapped to any Stage on any RestApi, which indicates that the callers with the API key can make requests to that stage. |
ApiKeyIds | |
ApiKeys | Represents a collection of API keys as represented by an ApiKeys resource. |
ApiStage | API stage name of the associated API stage in a usage plan. |
Authorizer | Represents an authorization layer for methods. If enabled on a method, API Gateway will activate the authorizer when a client calls the method. |
Authorizers | Represents a collection of Authorizer resources. |
BasePathMapping | Represents the base path that callers of the API must provide as part of the URL after the domain name. |
BasePathMappings | Represents a collection of BasePathMapping resources. |
CanarySettings | Configuration settings of a canary deployment. |
ClientCertificate | Represents a client certificate used to configure client-side SSL authentication while sending requests to the integration endpoint. Client certificates are used to authenticate an API by the backend server. To authenticate an API client (or user), use IAM roles and policies, a custom Authorizer or an Amazon Cognito user pool. |
ClientCertificates | Represents a collection of ClientCertificate resources. |
CreateApiKeyRequest | Request to create an ApiKey resource. |
CreateAuthorizerRequest | Request to add a new Authorizer to an existing RestApi resource. |
CreateBasePathMappingRequest | Requests API Gateway to create a new BasePathMapping resource. |
CreateDeploymentRequest | Requests API Gateway to create a Deployment resource. |
CreateDocumentationPartRequest | Creates a new documentation part of a given API. |
CreateDocumentationVersionRequest | Creates a new documentation version of a given API. |
CreateDomainNameRequest | A request to create a new domain name. |
CreateModelRequest | |
CreateRequestValidatorRequest | Creates a RequestValidator of a given RestApi. |
CreateResourceRequest | Requests API Gateway to create a Resource resource. |
CreateRestApiRequest | The POST Request to add a new RestApi resource to your collection. |
CreateStageRequest | Requests API Gateway to create a Stage resource. |
CreateUsagePlanKeyRequest | The POST request to create a usage plan key for adding an existing API key to a usage plan. |
CreateUsagePlanRequest | The POST request to create a usage plan with the name, description, throttle limits and quota limits, as well as the associated API stages, specified in the payload. |
CreateVpcLinkRequest | 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. |
DeleteApiKeyRequest | A request to delete the ApiKey resource. |
DeleteAuthorizerRequest | Request to delete an existing Authorizer resource. |
DeleteBasePathMappingRequest | A request to delete the BasePathMapping resource. |
DeleteClientCertificateRequest | A request to delete the ClientCertificate resource. |
DeleteDeploymentRequest | Requests API Gateway to delete a Deployment resource. |
DeleteDocumentationPartRequest | Deletes an existing documentation part of an API. |
DeleteDocumentationVersionRequest | Deletes an existing documentation version of an API. |
DeleteDomainNameRequest | A request to delete the DomainName resource. |
DeleteGatewayResponseRequest | Clears any customization of a GatewayResponse of a specified response type on the given RestApi and resets it with the default settings. |
DeleteIntegrationRequest | Represents a delete integration request. |
DeleteIntegrationResponseRequest | Represents a delete integration response request. |
DeleteMethodRequest | Request to delete an existing Method resource. |
DeleteMethodResponseRequest | A request to delete an existing MethodResponse resource. |
DeleteModelRequest | Request to delete an existing model in an existing RestApi resource. |
DeleteRequestValidatorRequest | Deletes a specified RequestValidator of a given RestApi. |
DeleteResourceRequest | Request to delete a Resource. |
DeleteRestApiRequest | Request to delete the specified API from your collection. |
DeleteStageRequest | Requests API Gateway to delete a Stage resource. |
DeleteUsagePlanKeyRequest | The DELETE request to delete a usage plan key and remove the underlying API key from the associated usage plan. |
DeleteUsagePlanRequest | The DELETE request to delete a usage plan of a given plan Id. |
DeleteVpcLinkRequest | Deletes an existing VpcLink of a specified identifier. |
Deployment | An immutable representation of a RestApi resource that can be called by users using Stages. A deployment must be associated with a Stage for it to be callable over the Internet. To create a deployment, call POST on the Deployments resource of a RestApi. To view, update, or delete a deployment, call GET , PATCH , or DELETE on the specified deployment resource (/restapis/{restapiid}/deployments/{deploymentid} ). |
DeploymentCanarySettings | The input configuration for a canary deployment. |
Deployments | Represents a collection resource that contains zero or more references to your existing deployments, and links that guide you on how to interact with your collection. The collection offers a paginated view of the contained deployments. To create a new deployment of a RestApi, make a POST request against this resource. To view, update, or delete an existing deployment, make a GET , PATCH , or DELETE request, respectively, on a specified Deployment resource. |
DocumentationPart | A documentation part for a targeted API entity. A documentation part consists of a content map ( The content map is a JSON string of API-specific key-value pairs. Although an API can use any shape for the content map, only the OpenAPI-compliant documentation fields will be injected into the associated API entity definition in the exported OpenAPI definition file. |
DocumentationPartIds | A collection of the imported DocumentationPart identifiers. This is used to return the result when documentation parts in an external (e.g., OpenAPI) file are imported into API Gateway |
DocumentationPartLocation | Specifies the target API entity to which the documentation applies. |
DocumentationParts | The collection of documentation parts of an API. |
DocumentationVersion | A snapshot of the documentation of an API. Publishing API documentation involves creating a documentation version associated with an API stage and exporting the versioned documentation to an external (e.g., OpenAPI) file. |
DocumentationVersions | The collection of documentation snapshots of an API. Use the DocumentationVersions to manage documentation snapshots associated with various API stages. |
DomainName | Represents a custom domain name as a user-friendly host name of an API (RestApi). When you deploy an API, API Gateway creates a default host name for the API. This default API host name is of the |
DomainNames | Represents a collection of DomainName resources. |
EndpointConfiguration | The endpoint configuration to indicate the types of endpoints an API (RestApi) or its custom domain name (DomainName) has. |
ExportResponse | The binary blob response to GetExport, which contains the generated SDK. |
FlushStageAuthorizersCacheRequest | Request to flush authorizer cache entries on a specified stage. |
FlushStageCacheRequest | Requests API Gateway to flush a stage's cache. |
GatewayResponse | A gateway response of a given response type and status code, with optional response parameters and mapping templates. For more information about valid gateway response types, see Gateway Response Types Supported by API Gateway Example: Get a Gateway Response of a given response typeRequestThis example shows how to get a gateway response of the The response type is specified as a URL path. ResponseThe successful operation returns the |
GatewayResponses | The collection of the GatewayResponse instances of a RestApi as a For more information about valid gateway response types, see Gateway Response Types Supported by API Gateway Example: Get the collection of gateway responses of an APIRequestThis example request shows how to retrieve the GatewayResponses collection from an API. ResponseThe successful operation returns the |
GenerateClientCertificateRequest | A request to generate a ClientCertificate resource. |
GetAccountRequest | Requests API Gateway to get information about the current Account resource. |
GetApiKeyRequest | A request to get information about the current ApiKey resource. |
GetApiKeysRequest | A request to get information about the current ApiKeys resource. |
GetAuthorizerRequest | Request to describe an existing Authorizer resource. |
GetAuthorizersRequest | Request to describe an existing Authorizers resource. |
GetBasePathMappingRequest | Request to describe a BasePathMapping resource. |
GetBasePathMappingsRequest | A request to get information about a collection of BasePathMapping resources. |
GetClientCertificateRequest | A request to get information about the current ClientCertificate resource. |
GetClientCertificatesRequest | A request to get information about a collection of ClientCertificate resources. |
GetDeploymentRequest | Requests API Gateway to get information about a Deployment resource. |
GetDeploymentsRequest | Requests API Gateway to get information about a Deployments collection. |
GetDocumentationPartRequest | Gets a specified documentation part of a given API. |
GetDocumentationPartsRequest | Gets the documentation parts of an API. The result may be filtered by the type, name, or path of API entities (targets). |
GetDocumentationVersionRequest | Gets a documentation snapshot of an API. |
GetDocumentationVersionsRequest | Gets the documentation versions of an API. |
GetDomainNameRequest | Request to get the name of a DomainName resource. |
GetDomainNamesRequest | Request to describe a collection of DomainName resources. |
GetExportRequest | |
GetGatewayResponseRequest | Gets a GatewayResponse of a specified response type on the given RestApi. |
GetGatewayResponsesRequest | 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. |
GetIntegrationRequest | Represents a request to get the integration configuration. |
GetIntegrationResponseRequest | Represents a get integration response request. |
GetMethodRequest | Request to describe an existing Method resource. |
GetMethodResponseRequest | Request to describe a MethodResponse resource. |
GetModelRequest | Request to list information about a model in an existing RestApi resource. |
GetModelTemplateRequest | Request to generate a sample mapping template used to transform the payload. |
GetModelsRequest | Request to list existing Models defined for a RestApi resource. |
GetRequestValidatorRequest | Gets a RequestValidator of a given RestApi. |
GetRequestValidatorsRequest | Gets the RequestValidators collection of a given RestApi. |
GetResourceRequest | Request to list information about a resource. |
GetResourcesRequest | Request to list information about a collection of resources. |
GetRestApiRequest | The GET request to list an existing RestApi defined for your collection. |
GetRestApisRequest | The GET request to list existing RestApis defined for your collection. |
GetSdkRequest | |
GetSdkTypeRequest | Get an SdkType instance. |
GetSdkTypesRequest | Get the SdkTypes collection. |
GetStageRequest | Requests API Gateway to get information about a Stage resource. |
GetStagesRequest | Requests API Gateway to get information about one or more Stage resources. |
GetTagsRequest | Gets the Tags collection for a given resource. |
GetUsagePlanKeyRequest | The GET request to get a usage plan key of a given key identifier. |
GetUsagePlanKeysRequest | The GET request to get all the usage plan keys representing the API keys added to a specified usage plan. |
GetUsagePlanRequest | The GET request to get a usage plan of a given plan identifier. |
GetUsagePlansRequest | The GET request to get all the usage plans of the caller's account. |
GetUsageRequest | The GET request to get the usage data of a usage plan in a specified time interval. |
GetVpcLinkRequest | Gets a specified VPC link under the caller's account in a region. |
GetVpcLinksRequest | Gets the VpcLinks collection under the caller's account in a selected region. |
ImportApiKeysRequest | The POST request to import API keys from an external source, such as a CSV-formatted file. |
ImportDocumentationPartsRequest | Import documentation parts from an external (e.g., OpenAPI) definition file. |
ImportRestApiRequest | A POST request to import an API to API Gateway using an input of an API definition file. |
Integration | Represents an HTTP, HTTPPROXY, AWS, AWSPROXY, or Mock integration. In the API Gateway console, the built-in Lambda integration is an AWS integration. |
IntegrationResponse | Represents an integration response. The status code must map to an existing MethodResponse, and parameters and templates can be used to transform the back-end response. |
Method | Represents a client-facing interface by which the client calls the API to access back-end resources. A Method resource is integrated with an Integration resource. Both consist of a request and one or more responses. The method request takes the client input that is passed to the back end through the integration request. A method response returns the output from the back end to the client through an integration response. A method request is embodied in a Method resource, whereas an integration request is embodied in an Integration resource. On the other hand, a method response is represented by a MethodResponse resource, whereas an integration response is represented by an IntegrationResponse resource. Example: Retrive the GET method on a specified resourceRequestThe following example request retrieves the information about the GET method on an API resource ( ResponseThe successful response returns a In the example above, the response template for the |
MethodResponse | Represents a method response of a given HTTP status code returned to the client. The method response is passed from the back end through the associated integration response that can be transformed using a mapping template. Example: A MethodResponse instance of an APIRequestThe example request retrieves a MethodResponse of the 200 status code. ResponseThe successful response returns |
MethodSetting | Specifies the method setting properties. |
MethodSnapshot | Represents a summary of a Method resource, given a particular date and time. |
Model | Represents the data structure of a method's request or response payload. A request model defines the data structure of the client-supplied request payload. A response model defines the data structure of the response payload returned by the back end. Although not required, models are useful for mapping payloads between the front end and back end. A model is used for generating an API's SDK, validating the input request body, and creating a skeletal mapping template. |
Models | Represents a collection of Model resources. |
PatchOperation | A single patch operation to apply to the specified resource. Please refer to http://tools.ietf.org/html/rfc6902#section-4 for an explanation of how each operation is used. |
PutGatewayResponseRequest | Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi. |
PutIntegrationRequest | Sets up a method's integration. |
PutIntegrationResponseRequest | Represents a put integration response request. |
PutMethodRequest | Request to add a method to an existing Resource resource. |
PutMethodResponseRequest | Request to add a MethodResponse to an existing Method resource. |
PutRestApiRequest | A PUT request to update an existing API, with external API definitions specified as the request body. |
QuotaSettings | Quotas configured for a usage plan. |
RequestValidator | A set of validation rules for incoming Method requests. In OpenAPI, a RequestValidator of an API is defined by the x-amazon-apigateway-request-validators.requestValidator object. It the referenced using the x-amazon-apigateway-request-validator property. |
RequestValidators | A collection of RequestValidator resources of a given RestApi. In OpenAPI, the RequestValidators of an API is defined by the x-amazon-apigateway-request-validators extension. |
Resource | Represents an API resource. |
Resources | Represents a collection of Resource resources. |
RestApi | Represents a REST API. |
RestApis | Contains references to your APIs and links that guide you in how to interact with your collection. A collection offers a paginated view of your APIs. |
SdkConfigurationProperty | A configuration property of an SDK type. |
SdkResponse | The binary blob response to GetSdk, which contains the generated SDK. |
SdkType | A type of SDK that API Gateway can generate. |
SdkTypes | The collection of SdkType instances. |
Stage | Represents a unique identifier for a version of a deployed RestApi that is callable by users. |
StageKey | A reference to a unique stage identified in the format |
Stages | A list of Stage resources that are associated with the ApiKey resource. |
TagResourceRequest | Adds or updates a tag on a given resource. |
Tags | The collection of tags. Each tag element is associated with a given resource. |
Template | Represents a mapping template used to transform a payload. |
TestInvokeAuthorizerRequest | Make a request to simulate the execution of an Authorizer. |
TestInvokeAuthorizerResponse | Represents the response of the test invoke request for a custom Authorizer |
TestInvokeMethodRequest | Make a request to simulate the execution of a Method. |
TestInvokeMethodResponse | Represents the response of the test invoke request in the HTTP method. |
ThrottleSettings | The API request rate limits. |
UntagResourceRequest | Removes a tag from a given resource. |
UpdateAccountRequest | Requests API Gateway to change information about the current Account resource. |
UpdateApiKeyRequest | A request to change information about an ApiKey resource. |
UpdateAuthorizerRequest | Request to update an existing Authorizer resource. |
UpdateBasePathMappingRequest | A request to change information about the BasePathMapping resource. |
UpdateClientCertificateRequest | A request to change information about an ClientCertificate resource. |
UpdateDeploymentRequest | Requests API Gateway to change information about a Deployment resource. |
UpdateDocumentationPartRequest | Updates an existing documentation part of a given API. |
UpdateDocumentationVersionRequest | Updates an existing documentation version of an API. |
UpdateDomainNameRequest | A request to change information about the DomainName resource. |
UpdateGatewayResponseRequest | Updates a GatewayResponse of a specified response type on the given RestApi. |
UpdateIntegrationRequest | Represents an update integration request. |
UpdateIntegrationResponseRequest | Represents an update integration response request. |
UpdateMethodRequest | Request to update an existing Method resource. |
UpdateMethodResponseRequest | A request to update an existing MethodResponse resource. |
UpdateModelRequest | Request to update an existing model in an existing RestApi resource. |
UpdateRequestValidatorRequest | Updates a RequestValidator of a given RestApi. |
UpdateResourceRequest | Request to change information about a Resource resource. |
UpdateRestApiRequest | Request to update an existing RestApi resource in your collection. |
UpdateStageRequest | Requests API Gateway to change information about a Stage resource. |
UpdateUsagePlanRequest | The PATCH request to update a usage plan of a given plan Id. |
UpdateUsageRequest | The PATCH request to grant a temporary extension to the remaining quota of a usage plan associated with a specified API key. |
UpdateVpcLinkRequest | Updates an existing VpcLink of a specified identifier. |
Usage | Represents the usage data of a usage plan. |
UsagePlan | Represents a usage plan than can specify who can assess associated API stages with specified request limits and quotas. In a usage plan, you associate an API by specifying the API's Id and a stage name of the specified API. You add plan customers by adding API keys to the plan. |
UsagePlanKey | Represents a usage plan key to identify a plan customer. To associate an API stage with a selected API key in a usage plan, you must create a UsagePlanKey resource to represent the selected ApiKey. |
UsagePlanKeys | Represents the collection of usage plan keys added to usage plans for the associated API keys and, possibly, other types of keys. |
UsagePlans | Represents a collection of usage plans for an AWS account. |
VpcLink | A API Gateway VPC link for a RestApi to access resources in an Amazon Virtual Private Cloud (VPC). To enable access to a resource in an Amazon Virtual Private Cloud through Amazon API Gateway, you, as an API developer, create a VpcLink resource targeted for one or more network load balancers of the VPC and then integrate an API method with a private integration that uses the VpcLink. The private integration has an integration type of |
VpcLinks | The collection of VPC links under the caller's account in a region. |
Enums
CreateApiKeyError | Errors returned by CreateApiKey |
CreateAuthorizerError | Errors returned by CreateAuthorizer |
CreateBasePathMappingError | Errors returned by CreateBasePathMapping |
CreateDeploymentError | Errors returned by CreateDeployment |
CreateDocumentationPartError | Errors returned by CreateDocumentationPart |
CreateDocumentationVersionError | Errors returned by CreateDocumentationVersion |
CreateDomainNameError | Errors returned by CreateDomainName |
CreateModelError | Errors returned by CreateModel |
CreateRequestValidatorError | Errors returned by CreateRequestValidator |
CreateResourceError | Errors returned by CreateResource |
CreateRestApiError | Errors returned by CreateRestApi |
CreateStageError | Errors returned by CreateStage |
CreateUsagePlanError | Errors returned by CreateUsagePlan |
CreateUsagePlanKeyError | Errors returned by CreateUsagePlanKey |
CreateVpcLinkError | Errors returned by CreateVpcLink |
DeleteApiKeyError | Errors returned by DeleteApiKey |
DeleteAuthorizerError | Errors returned by DeleteAuthorizer |
DeleteBasePathMappingError | Errors returned by DeleteBasePathMapping |
DeleteClientCertificateError | Errors returned by DeleteClientCertificate |
DeleteDeploymentError | Errors returned by DeleteDeployment |
DeleteDocumentationPartError | Errors returned by DeleteDocumentationPart |
DeleteDocumentationVersionError | Errors returned by DeleteDocumentationVersion |
DeleteDomainNameError | Errors returned by DeleteDomainName |
DeleteGatewayResponseError | Errors returned by DeleteGatewayResponse |
DeleteIntegrationError | Errors returned by DeleteIntegration |
DeleteIntegrationResponseError | Errors returned by DeleteIntegrationResponse |
DeleteMethodError | Errors returned by DeleteMethod |
DeleteMethodResponseError | Errors returned by DeleteMethodResponse |
DeleteModelError | Errors returned by DeleteModel |
DeleteRequestValidatorError | Errors returned by DeleteRequestValidator |
DeleteResourceError | Errors returned by DeleteResource |
DeleteRestApiError | Errors returned by DeleteRestApi |
DeleteStageError | Errors returned by DeleteStage |
DeleteUsagePlanError | Errors returned by DeleteUsagePlan |
DeleteUsagePlanKeyError | Errors returned by DeleteUsagePlanKey |
DeleteVpcLinkError | Errors returned by DeleteVpcLink |
FlushStageAuthorizersCacheError | Errors returned by FlushStageAuthorizersCache |
FlushStageCacheError | Errors returned by FlushStageCache |
GenerateClientCertificateError | Errors returned by GenerateClientCertificate |
GetAccountError | Errors returned by GetAccount |
GetApiKeyError | Errors returned by GetApiKey |
GetApiKeysError | Errors returned by GetApiKeys |
GetAuthorizerError | Errors returned by GetAuthorizer |
GetAuthorizersError | Errors returned by GetAuthorizers |
GetBasePathMappingError | Errors returned by GetBasePathMapping |
GetBasePathMappingsError | Errors returned by GetBasePathMappings |
GetClientCertificateError | Errors returned by GetClientCertificate |
GetClientCertificatesError | Errors returned by GetClientCertificates |
GetDeploymentError | Errors returned by GetDeployment |
GetDeploymentsError | Errors returned by GetDeployments |
GetDocumentationPartError | Errors returned by GetDocumentationPart |
GetDocumentationPartsError | Errors returned by GetDocumentationParts |
GetDocumentationVersionError | Errors returned by GetDocumentationVersion |
GetDocumentationVersionsError | Errors returned by GetDocumentationVersions |
GetDomainNameError | Errors returned by GetDomainName |
GetDomainNamesError | Errors returned by GetDomainNames |
GetExportError | Errors returned by GetExport |
GetGatewayResponseError | Errors returned by GetGatewayResponse |
GetGatewayResponsesError | Errors returned by GetGatewayResponses |
GetIntegrationError | Errors returned by GetIntegration |
GetIntegrationResponseError | Errors returned by GetIntegrationResponse |
GetMethodError | Errors returned by GetMethod |
GetMethodResponseError | Errors returned by GetMethodResponse |
GetModelError | Errors returned by GetModel |
GetModelTemplateError | Errors returned by GetModelTemplate |
GetModelsError | Errors returned by GetModels |
GetRequestValidatorError | Errors returned by GetRequestValidator |
GetRequestValidatorsError | Errors returned by GetRequestValidators |
GetResourceError | Errors returned by GetResource |
GetResourcesError | Errors returned by GetResources |
GetRestApiError | Errors returned by GetRestApi |
GetRestApisError | Errors returned by GetRestApis |
GetSdkError | Errors returned by GetSdk |
GetSdkTypeError | Errors returned by GetSdkType |
GetSdkTypesError | Errors returned by GetSdkTypes |
GetStageError | Errors returned by GetStage |
GetStagesError | Errors returned by GetStages |
GetTagsError | Errors returned by GetTags |
GetUsageError | Errors returned by GetUsage |
GetUsagePlanError | Errors returned by GetUsagePlan |
GetUsagePlanKeyError | Errors returned by GetUsagePlanKey |
GetUsagePlanKeysError | Errors returned by GetUsagePlanKeys |
GetUsagePlansError | Errors returned by GetUsagePlans |
GetVpcLinkError | Errors returned by GetVpcLink |
GetVpcLinksError | Errors returned by GetVpcLinks |
ImportApiKeysError | Errors returned by ImportApiKeys |
ImportDocumentationPartsError | Errors returned by ImportDocumentationParts |
ImportRestApiError | Errors returned by ImportRestApi |
PutGatewayResponseError | Errors returned by PutGatewayResponse |
PutIntegrationError | Errors returned by PutIntegration |
PutIntegrationResponseError | Errors returned by PutIntegrationResponse |
PutMethodError | Errors returned by PutMethod |
PutMethodResponseError | Errors returned by PutMethodResponse |
PutRestApiError | Errors returned by PutRestApi |
TagResourceError | Errors returned by TagResource |
TestInvokeAuthorizerError | Errors returned by TestInvokeAuthorizer |
TestInvokeMethodError | Errors returned by TestInvokeMethod |
UntagResourceError | Errors returned by UntagResource |
UpdateAccountError | Errors returned by UpdateAccount |
UpdateApiKeyError | Errors returned by UpdateApiKey |
UpdateAuthorizerError | Errors returned by UpdateAuthorizer |
UpdateBasePathMappingError | Errors returned by UpdateBasePathMapping |
UpdateClientCertificateError | Errors returned by UpdateClientCertificate |
UpdateDeploymentError | Errors returned by UpdateDeployment |
UpdateDocumentationPartError | Errors returned by UpdateDocumentationPart |
UpdateDocumentationVersionError | Errors returned by UpdateDocumentationVersion |
UpdateDomainNameError | Errors returned by UpdateDomainName |
UpdateGatewayResponseError | Errors returned by UpdateGatewayResponse |
UpdateIntegrationError | Errors returned by UpdateIntegration |
UpdateIntegrationResponseError | Errors returned by UpdateIntegrationResponse |
UpdateMethodError | Errors returned by UpdateMethod |
UpdateMethodResponseError | Errors returned by UpdateMethodResponse |
UpdateModelError | Errors returned by UpdateModel |
UpdateRequestValidatorError | Errors returned by UpdateRequestValidator |
UpdateResourceError | Errors returned by UpdateResource |
UpdateRestApiError | Errors returned by UpdateRestApi |
UpdateStageError | Errors returned by UpdateStage |
UpdateUsageError | Errors returned by UpdateUsage |
UpdateUsagePlanError | Errors returned by UpdateUsagePlan |
UpdateVpcLinkError | Errors returned by UpdateVpcLink |
Traits
ApiGateway | Trait representing the capabilities of the Amazon API Gateway API. Amazon API Gateway clients implement this trait. |