UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

12 lines (11 loc) 361 B
import { AmplifyContext } from '@aws-amplify/core'; import { GetUrlInput } from '../types/inputs'; import { GetUrlOutput } from '../types/outputs'; /** * @internal */ export declare function getUrl(ctx: AmplifyContext, input: GetUrlInput): Promise<GetUrlOutput>; /** * @internal */ export declare function getUrl(input: GetUrlInput): Promise<GetUrlOutput>;