describe_endpoints
(**kwargs)¶Send an request with an empty body to the regional API endpoint to get your account API endpoint.
See also: AWS API Documentation
Request Syntax
response = client.describe_endpoints(
MaxResults=123,
Mode='DEFAULT'|'GET_ONLY',
NextToken='string'
)
dict
Response Syntax
{
'Endpoints': [
{
'Url': 'string'
},
],
'NextToken': 'string'
}
Response Structure
Exceptions
MediaConvert.Client.exceptions.BadRequestException
MediaConvert.Client.exceptions.InternalServerErrorException
MediaConvert.Client.exceptions.ForbiddenException
MediaConvert.Client.exceptions.NotFoundException
MediaConvert.Client.exceptions.TooManyRequestsException
MediaConvert.Client.exceptions.ConflictException