UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

7 lines (6 loc) 228 B
import { GetPropertiesInput } from '../types/inputs'; import { GetPropertiesOutput } from '../types/outputs'; /** * @internal */ export declare const getProperties: (input: GetPropertiesInput) => Promise<GetPropertiesOutput>;