Lists schema major versions applied to a directory. If SchemaArn
is
provided, lists the minor version.
clouddirectory_list_applied_schema_arns(DirectoryArn, SchemaArn,
NextToken, MaxResults)
A list with the following syntax:
list(
SchemaArns = list(
"string"
),
NextToken = "string"
)
[required] The ARN of the directory you are listing.
The response for
list_applied_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_applied_schema_arns(
DirectoryArn = "string",
SchemaArn = "string",
NextToken = "string",
MaxResults = 123
)