EntityResolution / Client / list_provider_services
list_provider_services#
- EntityResolution.Client.list_provider_services(**kwargs)#
Returns a list of all the
ProviderServices
that are available in this Amazon Web Services Region.See also: AWS API Documentation
Request Syntax
response = client.list_provider_services( maxResults=123, nextToken='string', providerName='string' )
- Parameters:
maxResults (integer) – The maximum number of objects returned per page.
nextToken (string) – The pagination token from the previous API call.
providerName (string) – The name of the provider. This name is typically the company name.
- Return type:
dict
- Returns:
Response Syntax
{ 'nextToken': 'string', 'providerServiceSummaries': [ { 'providerName': 'string', 'providerServiceArn': 'string', 'providerServiceDisplayName': 'string', 'providerServiceName': 'string', 'providerServiceType': 'ASSIGNMENT'|'ID_MAPPING' }, ] }
Response Structure
(dict) –
nextToken (string) –
The pagination token from the previous API call.
providerServiceSummaries (list) –
A list of
ProviderServices
objects.(dict) –
A list of
ProviderService
objects, each of which contain the fieldsproviderName
,providerServiceArn
,providerServiceName
, andproviderServiceType
.providerName (string) –
The name of the provider. This name is typically the company name.
providerServiceArn (string) –
The ARN (Amazon Resource Name) that Entity Resolution generated for the
providerService
.providerServiceDisplayName (string) –
The display name of the provider service.
providerServiceName (string) –
The name of the product that the provider service provides.
providerServiceType (string) –
The type of provider service.
Exceptions
EntityResolution.Client.exceptions.ThrottlingException
EntityResolution.Client.exceptions.InternalServerException
EntityResolution.Client.exceptions.AccessDeniedException
EntityResolution.Client.exceptions.ValidationException