ApiMappings - Amazon API Gateway

ApiMappings

Represents a collection of API mappings.

URI

/v2/domainnames/domainName/apimappings

HTTP methods

GET

Operation ID: GetApiMappings

Gets API mappings.

Path parameters
NameTypeRequiredDescription
domainNameStringTrue

The domain name.

Query parameters
NameTypeRequiredDescription
nextTokenStringFalse

The next page of elements from this collection. Not valid for the last element of the collection.

maxResultsStringFalse

The maximum number of elements to be returned for this resource.

Responses
Status codeResponse modelDescription
200ApiMappings

Success

400BadRequestException

One of the parameters in the request is invalid.

404NotFoundException

The resource specified in the request was not found.

429LimitExceededException

The client is sending more than the allowed number of requests per unit of time.

POST

Operation ID: CreateApiMapping

Creates an API mapping.

Path parameters
NameTypeRequiredDescription
domainNameStringTrue

The domain name.

Responses
Status codeResponse modelDescription
201ApiMapping

The request has succeeded and has resulted in the creation of a resource.

400BadRequestException

One of the parameters in the request is invalid.

404NotFoundException

The resource specified in the request was not found.

409ConflictException

The resource already exists.

429LimitExceededException

The client is sending more than the allowed number of requests per unit of time.

Schemas

Request bodies

{ "apiMappingKey": "string", "apiId": "string", "stage": "string" }

Response bodies

{ "items": [ { "apiMappingId": "string", "apiMappingKey": "string", "apiId": "string", "stage": "string" } ], "nextToken": "string" }
{ "apiMappingId": "string", "apiMappingKey": "string", "apiId": "string", "stage": "string" }
{ "message": "string" }
{ "message": "string", "resourceType": "string" }
{ "message": "string" }
{ "message": "string", "limitType": "string" }

Properties

ApiMapping

Represents an API mapping.

PropertyTypeRequiredDescription
apiId

string

True

The API identifier.

apiMappingId

string

False

The API mapping identifier.

apiMappingKey

string

False

The API mapping key.

stage

string

True

The API stage.

ApiMappings

Represents a collection of ApiMappings resources.

PropertyTypeRequiredDescription
items

Array of type ApiMapping

False

The elements from this collection.

nextToken

string

False

The next page of elements from this collection. Not valid for the last element of the collection.

BadRequestException

The request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.

PropertyTypeRequiredDescription
message

string

False

Describes the error encountered.

ConflictException

The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.

PropertyTypeRequiredDescription
message

string

False

Describes the error encountered.

CreateApiMappingInput

Represents the input parameters for a CreateApiMapping request.

PropertyTypeRequiredDescription
apiId

string

True

The API identifier.

apiMappingKey

string

False

The API mapping key.

stage

string

True

The API stage.

LimitExceededException

A limit has been exceeded. See the accompanying error message for details.

PropertyTypeRequiredDescription
limitType

string

False

The limit type.

message

string

False

Describes the error encountered.

NotFoundException

The resource specified in the request was not found. See the message field for more information.

PropertyTypeRequiredDescription
message

string

False

Describes the error encountered.

resourceType

string

False

The resource type.

See also

For more information about using this API in one of the language-specific AWS SDKs and references, see the following:

GetApiMappings

CreateApiMapping