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

PublishTypeInput

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

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the extension.

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

§
PublicVersionNumber?: string | null
[src]

The version number to assign to this version of the extension.

Use the following format, and adhere to semantic versioning when assigning a version number to your extension:

MAJOR.MINOR.PATCH

For more information, see Semantic Versioning 2.0.0.

If you don't specify a version number, CloudFormation increments the version number by one minor version release.

You cannot specify a version number the first time you publish a type. CloudFormation automatically sets the first version number to be 1.0.0.

§
Type?: ThirdPartyType | null
[src]

The type of the extension.

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

§
TypeName?: string | null
[src]

The name of the extension.

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