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

GetConnectorDefinitionVersionResponse

import type { GetConnectorDefinitionVersionResponse } from "https://aws-api.deno.dev/v0.3/services/greengrass.ts?docs=full";
interface GetConnectorDefinitionVersionResponse {
Arn?: string | null;
CreationTimestamp?: string | null;
Definition?: ConnectorDefinitionVersion | null;
Id?: string | null;
NextToken?: string | null;
Version?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The ARN of the connector definition version.

§
CreationTimestamp?: string | null
[src]

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

§

Information about the connector definition version.

§
Id?: string | null
[src]

The ID of the connector definition version.

§
NextToken?: string | null
[src]

The token for the next set of results, or ''null'' if there are no additional results.

§
Version?: string | null
[src]

The version of the connector definition version.