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

DescribeTypeInput

import type { DescribeTypeInput } from "https://aws-api.deno.dev/v0.4/services/cloudformation.ts?docs=full";
interface DescribeTypeInput {
Arn?: string | null;
PublicVersionNumber?: string | null;
PublisherId?: 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.

§
PublicVersionNumber?: string | null
[src]

The version number of a public third-party extension.

§
PublisherId?: string | null
[src]

The publisher ID of the extension publisher.

Extensions provided by Amazon Web Services are not assigned a publisher ID.

§
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.

If you specify a VersionId, DescribeType returns information about that specific extension version. Otherwise, it returns information about the default extension version.