@aws-amplify/storage
Version:
Storage category of aws-amplify
12 lines (11 loc) • 417 B
TypeScript
import { AmplifyContext } from '@aws-amplify/core';
import { GetPropertiesInput } from '../types/inputs';
import { GetPropertiesOutput } from '../types/outputs';
/**
* @internal
*/
export declare function getProperties(ctx: AmplifyContext, input: GetPropertiesInput): Promise<GetPropertiesOutput>;
/**
* @internal
*/
export declare function getProperties(input: GetPropertiesInput): Promise<GetPropertiesOutput>;