CloudDirectory / Client / list_published_schema_arns

list_published_schema_arns#

CloudDirectory.Client.list_published_schema_arns(**kwargs)#

Lists the major version families of each published schema. If a major version ARN is provided as SchemaArn, the minor version revisions in that family are listed instead.

See also: AWS API Documentation

Request Syntax

response = client.list_published_schema_arns(
    SchemaArn='string',
    NextToken='string',
    MaxResults=123
)
Parameters:
  • SchemaArn (string) – The response for ListPublishedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

  • NextToken (string) – The pagination token.

  • MaxResults (integer) – The maximum number of results to retrieve.

Return type:

dict

Returns:

Response Syntax

{
    'SchemaArns': [
        'string',
    ],
    'NextToken': 'string'
}

Response Structure

  • (dict) –

    • SchemaArns (list) –

      The ARNs of published schemas.

      • (string) –

    • NextToken (string) –

      The pagination token.

Exceptions

  • CloudDirectory.Client.exceptions.InternalServiceException

  • CloudDirectory.Client.exceptions.InvalidArnException

  • CloudDirectory.Client.exceptions.RetryableConflictException

  • CloudDirectory.Client.exceptions.ValidationException

  • CloudDirectory.Client.exceptions.LimitExceededException

  • CloudDirectory.Client.exceptions.AccessDeniedException

  • CloudDirectory.Client.exceptions.ResourceNotFoundException

  • CloudDirectory.Client.exceptions.InvalidNextTokenException