UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

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