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

DeregisterTypeInput

import type { DeregisterTypeInput } from "https://aws-api.deno.dev/v0.4/services/cloudformation.ts?docs=full";
interface DeregisterTypeInput {
Arn?: string | null;
Type?: RegistryType | null;
TypeName?: string | null;
VersionId?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the extension.

Conditional: You must specify either TypeName and Type, or Arn.

§
Type?: RegistryType | null
[src]

The kind of extension.

Conditional: You must specify either TypeName and Type, or Arn.

§
TypeName?: string | null
[src]

The name of the extension.

Conditional: You must specify either TypeName and Type, or Arn.

§
VersionId?: string | null
[src]

The ID of a specific version of the extension. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the extension version when it is registered.