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

DescribeEndpointTypesResponse

import type { DescribeEndpointTypesResponse } from "https://aws-api.deno.dev/v0.4/services/dms.ts?docs=full";
interface DescribeEndpointTypesResponse {
Marker?: string | null;
SupportedEndpointTypes?: SupportedEndpointType[] | null;
}

§Properties

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

§
SupportedEndpointTypes?: SupportedEndpointType[] | null
[src]

The types of endpoints that are supported.