list_managed_schema_arns

CloudDirectory.Client.list_managed_schema_arns(**kwargs)

Lists the major version families of each managed 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_managed_schema_arns(
    SchemaArn='string',
    NextToken='string',
    MaxResults=123
)
Parameters
  • SchemaArn (string) -- The response for ListManagedSchemaArns. When this parameter is used, all minor version ARNs for a major version are listed.
  • 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 for all AWS managed schemas.

      • (string) --
    • NextToken (string) --

      The pagination token.

Exceptions

  • CloudDirectory.Client.exceptions.InternalServiceException
  • CloudDirectory.Client.exceptions.InvalidArnException
  • CloudDirectory.Client.exceptions.ValidationException
  • CloudDirectory.Client.exceptions.AccessDeniedException
  • CloudDirectory.Client.exceptions.ResourceNotFoundException
  • CloudDirectory.Client.exceptions.InvalidNextTokenException