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

CreateConnectorDefinitionVersionRequest

import type { CreateConnectorDefinitionVersionRequest } from "https://aws-api.deno.dev/v0.3/services/greengrass.ts?docs=full";
interface CreateConnectorDefinitionVersionRequest {
AmznClientToken?: string | null;
ConnectorDefinitionId: string;
Connectors?: Connector[] | null;
}

§Properties

§
AmznClientToken?: string | null
[src]

A client token used to correlate requests and responses.

§
ConnectorDefinitionId: string
[src]

The ID of the connector definition.

§
Connectors?: Connector[] | null
[src]

A list of references to connectors in this version, with their corresponding configuration settings.