get_api_association
(**kwargs)¶Retrieves an ApiAssociation
object.
See also: AWS API Documentation
Request Syntax
response = client.get_api_association(
domainName='string'
)
[REQUIRED]
The domain name.
{
'apiAssociation': {
'domainName': 'string',
'apiId': 'string',
'associationStatus': 'PROCESSING'|'FAILED'|'SUCCESS',
'deploymentDetail': 'string'
}
}
Response Structure
The ApiAssociation
object.
The domain name.
The API ID.
Identifies the status of an association.
Details about the last deployment status.
Exceptions
AppSync.Client.exceptions.AccessDeniedException
AppSync.Client.exceptions.BadRequestException
AppSync.Client.exceptions.InternalFailureException
AppSync.Client.exceptions.NotFoundException