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

TypeVersionSummary

import type { TypeVersionSummary } from "https://aws-api.deno.dev/v0.3/services/cloudformation.ts?docs=full";

Contains summary information about a specific version of a CloudFormation extension.

interface TypeVersionSummary {
Arn?: string | null;
Description?: string | null;
IsDefaultVersion?: boolean | null;
PublicVersionNumber?: string | null;
TimeCreated?: Date | number | null;
Type?: RegistryType | null;
TypeName?: string | null;
VersionId?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the extension version.

§
Description?: string | null
[src]

The description of the extension version.

§
IsDefaultVersion?: boolean | null
[src]

Whether the specified extension version is set as the default version.

This applies only to private extensions you have registered in your account, and extensions published by Amazon. For public third-party extensions, whether or not they are activated in your account, CloudFormation returns null.

§
PublicVersionNumber?: string | null
[src]

For public extensions that have been activated for this account and region, the version of the public extension to be used for CloudFormation operations in this account and region. For any extensions other than activated third-arty extensions, CloudFormation returns null.

How you specified AutoUpdate when enabling the extension affects whether CloudFormation automatically updates the extention in this account and region when a new version is released. For more information, see Setting CloudFormation to automatically use new versions of extensions in the CloudFormation User Guide.

§
TimeCreated?: Date | number | null
[src]

When the version was registered.

§
Type?: RegistryType | null
[src]

The kind of extension.

§
TypeName?: string | null
[src]

The name of the extension.

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