UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

4 lines (3 loc) 298 B
import { AmplifyClassV6 } from '@aws-amplify/core'; import { GetUrlInput, GetUrlOutput, GetUrlWithPathInput, GetUrlWithPathOutput } from '../../types'; export declare const getUrl: (amplify: AmplifyClassV6, input: GetUrlInput | GetUrlWithPathInput) => Promise<GetUrlOutput | GetUrlWithPathOutput>;