@aws-amplify/storage
Version:
Storage category of aws-amplify
4 lines (3 loc) • 496 B
TypeScript
import { AmplifyClassV6 } from '@aws-amplify/core';
import { ListAllInput, ListAllOutput, ListAllWithPathInput, ListAllWithPathOutput, ListPaginateInput, ListPaginateOutput, ListPaginateWithPathInput, ListPaginateWithPathOutput } from '../../types';
export declare const list: (amplify: AmplifyClassV6, input: ListAllInput | ListPaginateInput | ListAllWithPathInput | ListPaginateWithPathInput) => Promise<ListAllOutput | ListPaginateOutput | ListAllWithPathOutput | ListPaginateWithPathOutput>;