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

UpdateSuiteDefinitionResponse

import type { UpdateSuiteDefinitionResponse } from "https://aws-api.deno.dev/v0.3/services/iotdeviceadvisor.ts?docs=full";
interface UpdateSuiteDefinitionResponse {
createdAt?: Date | number | null;
lastUpdatedAt?: Date | number | null;
suiteDefinitionArn?: string | null;
suiteDefinitionId?: string | null;
suiteDefinitionName?: string | null;
suiteDefinitionVersion?: string | null;
}

§Properties

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

Timestamp of when the test suite was created.

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

Timestamp of when the test suite was updated.

§
suiteDefinitionArn?: string | null
[src]

Amazon Resource Name (ARN) of the updated test suite.

§
suiteDefinitionId?: string | null
[src]

Suite definition ID of the updated test suite.

§
suiteDefinitionName?: string | null
[src]

Suite definition name of the updated test suite.

§
suiteDefinitionVersion?: string | null
[src]

Suite definition version of the updated test suite.