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

GetConnectorDefinitionVersionRequest

import type { GetConnectorDefinitionVersionRequest } from "https://aws-api.deno.dev/v0.3/services/greengrass.ts?docs=full";
interface GetConnectorDefinitionVersionRequest {
ConnectorDefinitionId: string;
ConnectorDefinitionVersionId: string;
NextToken?: string | null;
}

§Properties

§
ConnectorDefinitionId: string
[src]

The ID of the connector definition.

§
ConnectorDefinitionVersionId: string
[src]

The ID of the connector definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListConnectorDefinitionVersions'' requests. If the version is the last one that was associated with a connector definition, the value also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.

§
NextToken?: string | null
[src]

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