Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpgradeAppliedSchemaRequest

import type { UpgradeAppliedSchemaRequest } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";
interface UpgradeAppliedSchemaRequest {
DirectoryArn: string;
DryRun?: boolean | null;
PublishedSchemaArn: string;
}

§Properties

§
DirectoryArn: string
[src]

The ARN for the directory to which the upgraded schema will be applied.

§
DryRun?: boolean | null
[src]

Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.

§
PublishedSchemaArn: string
[src]

The revision of the published schema to upgrade the directory to.