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

DeauthorizeDataShareMessage

import type { DeauthorizeDataShareMessage } from "https://aws-api.deno.dev/v0.3/services/redshift.ts?docs=full";
interface DeauthorizeDataShareMessage {
ConsumerIdentifier: string;
DataShareArn: string;
}

§Properties

§
ConsumerIdentifier: string
[src]

The identifier of the data consumer that is to have authorization removed from the datashare. This identifier is an Amazon Web Services account ID or a keyword, such as ADX.

§
DataShareArn: string
[src]

The Amazon Resource Name (ARN) of the datashare to remove authorization from.