update_api_mapping(**kwargs)¶The API mapping.
See also: AWS API Documentation
Request Syntax
response = client.update_api_mapping(
    ApiId='string',
    ApiMappingId='string',
    ApiMappingKey='string',
    DomainName='string',
    Stage='string'
)
[REQUIRED]
The API identifier.
[REQUIRED]
The API mapping identifier.
[REQUIRED]
The domain name.
dict
Response Syntax
{
    'ApiId': 'string',
    'ApiMappingId': 'string',
    'ApiMappingKey': 'string',
    'Stage': 'string'
}
Response Structure
(dict) --
Success
ApiId (string) --
The API identifier.
ApiMappingId (string) --
The API mapping identifier.
ApiMappingKey (string) --
The API mapping key.
Stage (string) --
The API stage.
Exceptions
ApiGatewayV2.Client.exceptions.NotFoundExceptionApiGatewayV2.Client.exceptions.TooManyRequestsExceptionApiGatewayV2.Client.exceptions.BadRequestExceptionApiGatewayV2.Client.exceptions.ConflictException