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

UpdateConnectorRegistrationRequest

import type { UpdateConnectorRegistrationRequest } from "https://aws-api.deno.dev/v0.4/services/appflow.ts?docs=full";
interface UpdateConnectorRegistrationRequest {
connectorLabel: string;
connectorProvisioningConfig?: ConnectorProvisioningConfig | null;
description?: string | null;
}

§Properties

§
connectorLabel: string
[src]

The name of the connector. The name is unique for each connector registration in your AWS account.

§
connectorProvisioningConfig?: ConnectorProvisioningConfig | null
[src]
§
description?: string | null
[src]

A description about the update that you're applying to the connector.