paws.security.identity (version 0.1.0)

clouddirectory_apply_schema: Copies the input published schema, at the specified version, into the Directory with the same name and version as that of the published schema

Description

Copies the input published schema, at the specified version, into the Directory with the same name and version as that of the published schema.

Usage

clouddirectory_apply_schema(PublishedSchemaArn, DirectoryArn)

Arguments

PublishedSchemaArn

[required] Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.

DirectoryArn

[required] The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied. For more information, see arns.

Request syntax

svc$apply_schema(
  PublishedSchemaArn = "string",
  DirectoryArn = "string"
)