import { NodeHttpOptions as __HttpOptions__ } from "@aws-sdk/types"; import * as __aws_sdk_types from "@aws-sdk/types"; /** *
ListFileShareInput
*/ export interface ListFileSharesInput { /** *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.
*/ GatewayARN?: string; /** *The maximum number of file shares to return in the response. The value must be an integer with a value greater than zero. Optional.
*/ Limit?: number; /** *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.