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.4/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;
WorkgroupName?: string | null;
}

§Properties

§
ClusterIdentifier?: string | null
[src]

The cluster identifier. This element is not returned when connecting to a serverless workgroup.

§
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.

§
WorkgroupName?: string | null
[src]

The serverless workgroup name. This element is not returned when connecting to a provisioned cluster.