CloudDirectory / Client / get_applied_schema_version

get_applied_schema_version#

CloudDirectory.Client.get_applied_schema_version(**kwargs)#

Returns current applied schema version ARN, including the minor version in use.

See also: AWS API Documentation

Request Syntax

response = client.get_applied_schema_version(
    SchemaArn='string'
)
Parameters:

SchemaArn (string) –

[REQUIRED]

The ARN of the applied schema.

Return type:

dict

Returns:

Response Syntax

{
    'AppliedSchemaArn': 'string'
}

Response Structure

  • (dict) –

    • AppliedSchemaArn (string) –

      Current applied schema ARN, including the minor version in use if one was provided.

Exceptions