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

DescribeTypeRegistrationOutput

import type { DescribeTypeRegistrationOutput } from "https://aws-api.deno.dev/v0.4/services/cloudformation.ts?docs=full";
interface DescribeTypeRegistrationOutput {
Description?: string | null;
ProgressStatus?: RegistrationStatus | null;
TypeArn?: string | null;
TypeVersionArn?: string | null;
}

§Properties

§
Description?: string | null
[src]

The description of the extension registration request.

§
ProgressStatus?: RegistrationStatus | null
[src]

The current status of the extension registration request.

§
TypeArn?: string | null
[src]

The Amazon Resource Name (ARN) of the extension being registered.

For registration requests with a ProgressStatus of other than COMPLETE, this will be null.

§
TypeVersionArn?: string | null
[src]

The Amazon Resource Name (ARN) of this specific version of the extension being registered.

For registration requests with a ProgressStatus of other than COMPLETE, this will be null.