Retrieves a list of all mappings in the current account. The current account is determined by the API key passed in the Authorization-header. Return payload depends on the value of metadata_only query parameter.
Example
Use a bare-bones client and the command you need to make an API call.
Retrieves a list of all mappings in the current account. The current account is determined by the API key passed in the Authorization-header. Return payload depends on the value of
metadata_only
query parameter.Example
Use a bare-bones client and the command you need to make an API call.
Param
ListMappingsCommandInput
Returns
ListMappingsCommandOutput
See
input
shape.response
shape.config
shape.Throws
BadRequestException (client fault) The server cannot process the request due to an apparent client error.
Throws
AccessDeniedException (client fault) The server response for authorization failure.
Throws
InternalFailureException (server fault) The server response when an unexpected error occurred while processing request.
Throws
ThrottlingException (client fault) The server response when usage plan or account-level throttling limits exceeded.
Throws
UnauthorizedException (client fault) The server response when the authorizer failed to authenticate the caller.
Throws
MappingsServiceException
Base exception class for all service exceptions from Mappings service.