Copies the input published schema, at the specified version, into the Directory with the same name and version as that of the published schema.
clouddirectory_apply_schema(PublishedSchemaArn, DirectoryArn)
[required] Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.
[required] The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied. For more information, see arns.
svc$apply_schema( PublishedSchemaArn = "string", DirectoryArn = "string" )