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

DescribeEventsMessage

import type { DescribeEventsMessage } from "https://aws-api.deno.dev/v0.4/services/dms.ts?docs=full";
interface DescribeEventsMessage {
Duration?: number | null;
EndTime?: Date | number | null;
EventCategories?: string[] | null;
Filters?: Filter[] | null;
Marker?: string | null;
MaxRecords?: number | null;
SourceIdentifier?: string | null;
SourceType?: SourceType | null;
StartTime?: Date | number | null;
}

§Properties

§
Duration?: number | null
[src]

The duration of the events to be listed.

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

The end time for the events to be listed.

§
EventCategories?: string[] | null
[src]

A list of event categories for the source type that you've chosen.

§
Filters?: Filter[] | null
[src]

Filters applied to events. The only valid filter is replication-instance-id.

§
Marker?: string | null
[src]

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

§
MaxRecords?: number | null
[src]

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

§
SourceIdentifier?: string | null
[src]

The identifier of an event source.

§
SourceType?: SourceType | null
[src]

The type of DMS resource that generates events.

Valid values: replication-instance | replication-task

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

The start time for the events to be listed.