@aws-amplify/storage
Version:
Storage category of aws-amplify
6 lines (5 loc) • 494 B
TypeScript
import { AmplifyContext } from '@aws-amplify/core';
import { RemoveInput, RemoveOperation, RemoveOutput, RemoveWithPathOutput } from '../../types';
import { RemoveInput as RemoveWithPathInputWithAdvancedOptions } from '../../../../internals';
export declare function remove(amplify: AmplifyContext, input: RemoveInput): RemoveOperation<RemoveOutput>;
export declare function remove(amplify: AmplifyContext, input: RemoveWithPathInputWithAdvancedOptions): RemoveOperation<RemoveWithPathOutput>;