UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

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