describe_connect_client_add_ins(**kwargs)¶Retrieves a list of Amazon Connect client add-ins that have been created.
See also: AWS API Documentation
Request Syntax
response = client.describe_connect_client_add_ins(
    ResourceId='string',
    NextToken='string',
    MaxResults=123
)
[REQUIRED]
The directory identifier for which the client add-in is configured.
NextToken from a previous call that was paginated, provide this token to receive the next set of results.dict
Response Syntax
{
    'AddIns': [
        {
            'AddInId': 'string',
            'ResourceId': 'string',
            'Name': 'string',
            'URL': 'string'
        },
    ],
    'NextToken': 'string'
}
Response Structure
(dict) --
AddIns (list) --
Information about client add-ins.
(dict) --
Describes an Amazon Connect client add-in.
AddInId (string) --
The client add-in identifier.
ResourceId (string) --
The directory identifier for which the client add-in is configured.
Name (string) --
The name of the client add in.
URL (string) --
The endpoint URL of the client add-in.
NextToken (string) --
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
Exceptions
WorkSpaces.Client.exceptions.InvalidParameterValuesExceptionWorkSpaces.Client.exceptions.ResourceNotFoundExceptionWorkSpaces.Client.exceptions.AccessDeniedException