Chime.Client.
get_sip_media_application
(**kwargs)¶Retrieves the information for a SIP media application, including name, AWS Region, and endpoints.
See also: AWS API Documentation
Request Syntax
response = client.get_sip_media_application(
SipMediaApplicationId='string'
)
[REQUIRED]
The SIP media application ID.
{
'SipMediaApplication': {
'SipMediaApplicationId': 'string',
'AwsRegion': 'string',
'Name': 'string',
'Endpoints': [
{
'LambdaArn': 'string'
},
],
'CreatedTimestamp': datetime(2015, 1, 1),
'UpdatedTimestamp': datetime(2015, 1, 1)
}
}
Response Structure
The SIP media application details.
The SIP media application ID.
The AWS Region in which the SIP media application is created.
The name of the SIP media application.
List of endpoints for SIP media application. Currently, only one endpoint per SIP media application is permitted.
The endpoint assigned to the SIP media application.
Valid Amazon Resource Name (ARN) of the Lambda function. The function must be created in the same AWS Region as the SIP media application.
The SIP media application creation timestamp, in ISO 8601 format.
The SIP media application updated timestamp, in ISO 8601 format.
Exceptions
Chime.Client.exceptions.UnauthorizedClientException
Chime.Client.exceptions.NotFoundException
Chime.Client.exceptions.ForbiddenException
Chime.Client.exceptions.BadRequestException
Chime.Client.exceptions.ThrottledClientException
Chime.Client.exceptions.ServiceUnavailableException
Chime.Client.exceptions.ServiceFailureException