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

GetSuiteDefinitionResponse

import type { GetSuiteDefinitionResponse } from "https://aws-api.deno.dev/v0.3/services/iotdeviceadvisor.ts?docs=full";
interface GetSuiteDefinitionResponse {
createdAt?: Date | number | null;
lastModifiedAt?: Date | number | null;
latestVersion?: string | null;
suiteDefinitionArn?: string | null;
suiteDefinitionConfiguration?: SuiteDefinitionConfiguration | null;
suiteDefinitionId?: string | null;
suiteDefinitionVersion?: string | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

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

Date (in Unix epoch time) when the suite definition was created.

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

Date (in Unix epoch time) when the suite definition was last modified.

§
latestVersion?: string | null
[src]

Latest suite definition version of the suite definition.

§
suiteDefinitionArn?: string | null
[src]

The ARN of the suite definition.

§
suiteDefinitionConfiguration?: SuiteDefinitionConfiguration | null
[src]

Suite configuration of the suite definition.

§
suiteDefinitionId?: string | null
[src]

Suite definition ID of the suite definition.

§
suiteDefinitionVersion?: string | null
[src]

Suite definition version of the suite definition.

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

Tags attached to the suite definition.