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

ListGatewaysOutput

import type { ListGatewaysOutput } from "https://aws-api.deno.dev/v0.4/services/storagegateway.ts?docs=full";
interface ListGatewaysOutput {
Gateways?: GatewayInfo[] | null;
Marker?: string | null;
}

§Properties

§
Gateways?: GatewayInfo[] | null
[src]

An array of "GatewayInfo" objects.

§
Marker?: string | null
[src]

Use the marker in your next request to fetch the next set of gateways in the list. If there are no more gateways to list, this field does not appear in the response.