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

ListFileSharesOutput

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

ListFileShareOutput

interface ListFileSharesOutput {
FileShareInfoList?: FileShareInfo[] | null;
Marker?: string | null;
NextMarker?: string | null;
}

§Properties

§
FileShareInfoList?: FileShareInfo[] | null
[src]

An array of information about the S3 File Gateway's file shares.

§
Marker?: string | null
[src]

If the request includes Marker, the response returns that value in this field.

§
NextMarker?: string | null
[src]

If a value is present, there are more file shares to return. In a subsequent request, use NextMarker as the value for Marker to retrieve the next set of file shares.