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

BatchExecuteStatementOutput

import type { BatchExecuteStatementOutput } from "https://aws-api.deno.dev/v0.3/services/redshiftdata.ts?docs=full";
interface BatchExecuteStatementOutput {
ClusterIdentifier?: string | null;
CreatedAt?: Date | number | null;
Database?: string | null;
DbUser?: string | null;
Id?: string | null;
SecretArn?: string | null;
}

§Properties

§
ClusterIdentifier?: string | null
[src]

The cluster identifier. This parameter is not returned when connecting to a serverless endpoint.

§
CreatedAt?: Date | number | null
[src]

The date and time (UTC) the statement was created.

§
Database?: string | null
[src]

The name of the database.

§
DbUser?: string | null
[src]

The database user name.

§
Id?: string | null
[src]

The identifier of the SQL statement whose results are to be fetched. This value is a universally unique identifier (UUID) generated by Amazon Redshift Data API. This identifier is returned by BatchExecuteStatment.

§
SecretArn?: string | null
[src]

The name or ARN of the secret that enables access to the database.