@aws-amplify/storage
Version:
Storage category of aws-amplify
5 lines (4 loc) • 391 B
TypeScript
import { AmplifyClassV6 } from '@aws-amplify/core';
import { GetUrlInput, GetUrlOutput, GetUrlWithPathOutput } from '../../types';
import { GetUrlInput as GetUrlWithPathInputWithAdvancedOptions } from '../../../../internals';
export declare const getUrl: (amplify: AmplifyClassV6, input: GetUrlInput | GetUrlWithPathInputWithAdvancedOptions) => Promise<GetUrlOutput | GetUrlWithPathOutput>;