EntityResolution / Client / list_schema_mappings
list_schema_mappings#
- EntityResolution.Client.list_schema_mappings(**kwargs)#
Returns a list of all the
SchemaMappings
that have been created for an AWS account.See also: AWS API Documentation
Request Syntax
response = client.list_schema_mappings( maxResults=123, nextToken='string' )
- Parameters:
maxResults (integer) – The maximum number of objects returned per page.
nextToken (string) – The pagination token from the previous
ListSchemaMappings
API call.
- Return type:
dict
- Returns:
Response Syntax
{ 'nextToken': 'string', 'schemaList': [ { 'createdAt': datetime(2015, 1, 1), 'schemaArn': 'string', 'schemaName': 'string', 'updatedAt': datetime(2015, 1, 1) }, ] }
Response Structure
(dict) –
nextToken (string) –
The pagination token from the previous
ListDomains
API call.schemaList (list) –
A list of
SchemaMappingSummary
objects, each of which contain the fieldsSchemaName
,SchemaArn
,CreatedAt
,UpdatedAt
.(dict) –
An object containing
SchemaName
,SchemaArn
,CreatedAt
, andUpdatedAt
.createdAt (datetime) –
The timestamp of when the
SchemaMapping
was created.schemaArn (string) –
The ARN (Amazon Resource Name) that Entity Resolution generated for the
SchemaMapping
.schemaName (string) –
The name of the schema.
updatedAt (datetime) –
The timestamp of when the
SchemaMapping
was last updated.
Exceptions
EntityResolution.Client.exceptions.ThrottlingException
EntityResolution.Client.exceptions.InternalServerException
EntityResolution.Client.exceptions.AccessDeniedException
EntityResolution.Client.exceptions.ValidationException