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

InputSchemaUpdate

import type { InputSchemaUpdate } from "https://aws-api.deno.dev/v0.4/services/kinesisanalyticsv2.ts?docs=full";

Describes updates for an SQL-based Kinesis Data Analytics application's input schema.

interface InputSchemaUpdate {
RecordColumnUpdates?: RecordColumn[] | null;
RecordEncodingUpdate?: string | null;
RecordFormatUpdate?: RecordFormat | null;
}

§Properties

§
RecordColumnUpdates?: RecordColumn[] | null
[src]

A list of RecordColumn objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.

§
RecordEncodingUpdate?: string | null
[src]

Specifies the encoding of the records in the streaming source; for example, UTF-8.

§
RecordFormatUpdate?: RecordFormat | null
[src]

Specifies the format of the records on the streaming source.