@csermet/multiprovider
Version:
cloud-graph provider plugin for AWS used to fetch AWS cloud data.
11 lines (10 loc) • 420 B
TypeScript
export declare function convertToPromise<ParamsType, DataType>({ sdkContext, fnName, }: {
sdkContext: any;
fnName: keyof any;
}): any;
export declare function fetchAllPaginatedData<GReturnType, GInitialParamsType>({ accessor, initialParams, getResourcesFn, returnFirst, }: {
initialParams?: GInitialParamsType;
getResourcesFn: Function;
returnFirst?: boolean;
accessor: string;
}): Promise<any>;