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

DeactivateTypeInput

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

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) for the extension, in this account and region.

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

§
Type?: ThirdPartyType | null
[src]

The extension type.

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

§
TypeName?: string | null
[src]

The type name of the extension, in this account and region. If you specified a type name alias when enabling the extension, use the type name alias.

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