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

ListFileSharesInput

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

ListFileShareInput

interface ListFileSharesInput {
GatewayARN?: string | null;
Limit?: number | null;
Marker?: string | null;
}

§Properties

§
GatewayARN?: string | null
[src]

The Amazon Resource Name (ARN) of the gateway whose file shares you want to list. If this field is not present, all file shares under your account are listed.

§
Limit?: number | null
[src]

The maximum number of file shares to return in the response. The value must be an integer with a value greater than zero. Optional.

§
Marker?: string | null
[src]

Opaque pagination token returned from a previous ListFileShares operation. If present, Marker specifies where to continue the list from after a previous call to ListFileShares. Optional.