@aws-amplify/storage
Version:
Storage category of aws-amplify
11 lines (10 loc) • 373 B
TypeScript
import { ListAllInput, ListPaginateInput } from '../types/inputs';
import { ListAllWithPathOutput, ListPaginateWithPathOutput } from '../../providers/s3';
/**
* @internal
*/
export declare function list(input: ListAllInput): Promise<ListAllWithPathOutput>;
/**
* @internal
*/
export declare function list(input: ListPaginateInput): Promise<ListPaginateWithPathOutput>;