Examples of using An API method in English and their translations into Spanish
{-}
-
Colloquial
-
Official
An API method can have one or more responses.
Before setting up an API method, verify the following.
An API method request is an HTTP request.
Call put-method to create an API method request of GET/greeting?
Hence, an API method is integrated with a single AWS action.
You can enable request validation when setting up an API method request.
An API method setup defines the method and describes its behaviors.
You will need it when creating an API method and setting up its integration request.
An API method response is an HTTP response of a given status code.
The next procedure shows how to configure an API method to use the Lambda authorizer.
An API method response encapsulates the output of an API method request that the client will receive.
The following procedure describes how to configure an API method to require an API key.
Before setting up an API method, consider who can call the method. .
The next procedure walks you through the steps to configure the authorizer on an API method.
After setting up an API method, you must integrate it with an endpoint in the backend.
The instructions are similar to those described in Expose an API Method to List the Caller's Amazon S3 Buckets.
In API Gateway, an API method embodies a method request and a method response.
To use the API Gateway console to modify, delete, oradd a response to an API method, follow these instructions.
You can integrate an API method with an HTTP endpoint using the HTTP proxy integration or the HTTP custom integration.
In this section,we describe how to use the API Gateway console to enable the mock integration for an API method.
If you have many files to upgrade,you can use an API method to convert the files IModelDocExtension:: UpgradeLegacyCThreads.
You set up an API method to define what a client should or must do to submit a request to access the service at the backend and to define the responses that the client receives in return.
The following example shows an input to a REQUEST authorizer for an API method( GET/request) with a proxy integration.
To create an API method request with a different authorization type, see Set up Method Request Authorization.
In Integration Request, set up the following header mappings,following the instructions described in Expose an API Method to List the Caller's Amazon S3 Buckets.
You can integrate an API method with a Lambda function using Lambda proxy integration or Lambda custom integration.
To use an Amazon Cognito user pool with your API, you must first create an authorizer of the COGNITO_USER_POOLS type andthen configure an API method to use that authorizer.
The internal interface of an API method in API Gateway, in which you map the parameters and body of a method request to the formats required by the backend.
When setting status codes for an API method, you should choose one as the default to handle any integration response of an unanticipated status code.
The internal interface of an API method in API Gateway, in which you map the status codes, headers, and payload that are received from the backend to the response format that is returned to a client app.