UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

7 lines (6 loc) 273 B
import { ListCallerAccessGrantsInput } from '../types/inputs'; import { ListCallerAccessGrantsOutput } from '../types/outputs'; /** * @internal */ export declare const listCallerAccessGrants: (input: ListCallerAccessGrantsInput) => Promise<ListCallerAccessGrantsOutput>;