UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

5 lines (4 loc) 452 B
import { AmplifyClassV6 } from '@aws-amplify/core'; import { StorageAction } from '@aws-amplify/core/internals/utils'; import { GetPropertiesInput, GetPropertiesOutput, GetPropertiesWithPathInput, GetPropertiesWithPathOutput } from '../../types'; export declare const getProperties: (amplify: AmplifyClassV6, input: GetPropertiesInput | GetPropertiesWithPathInput, action?: StorageAction) => Promise<GetPropertiesOutput | GetPropertiesWithPathOutput>;