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

UpgradeAppliedSchemaResponse

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

§Properties

§
DirectoryArn?: string | null
[src]

The ARN of the directory that is returned as part of the response.

§
UpgradedSchemaArn?: string | null
[src]

The ARN of the upgraded schema that is returned as part of the response.