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.
clouddirectory_list_published_schema_arns(SchemaArn, NextToken,
MaxResults)
A list with the following syntax:
list(
SchemaArns = list(
"string"
),
NextToken = "string"
)
The response for
list_published_schema_arns
when this parameter is used will list all minor version ARNs for a major
version.
The pagination token.
The maximum number of results to retrieve.
svc$list_published_schema_arns(
SchemaArn = "string",
NextToken = "string",
MaxResults = 123
)