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

GetSubscriptionDefinitionResponse

import type { GetSubscriptionDefinitionResponse } from "https://aws-api.deno.dev/v0.3/services/greengrass.ts?docs=full";
interface GetSubscriptionDefinitionResponse {
Arn?: string | null;
CreationTimestamp?: string | null;
Id?: string | null;
LastUpdatedTimestamp?: string | null;
LatestVersion?: string | null;
LatestVersionArn?: string | null;
Name?: string | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Arn?: string | null
[src]

The ARN of the definition.

§
CreationTimestamp?: string | null
[src]

The time, in milliseconds since the epoch, when the definition was created.

§
Id?: string | null
[src]

The ID of the definition.

§
LastUpdatedTimestamp?: string | null
[src]

The time, in milliseconds since the epoch, when the definition was last updated.

§
LatestVersion?: string | null
[src]

The ID of the latest version associated with the definition.

§
LatestVersionArn?: string | null
[src]

The ARN of the latest version associated with the definition.

§
Name?: string | null
[src]

The name of the definition.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Tag(s) attached to the resource arn.