UNPKG

@aws-amplify/auth

Version:
8 lines (7 loc) 388 B
export declare const DEFAULT_SERVICE_CLIENT_API_CONFIG: { service: string; retryDecider: (response?: import("@aws-amplify/core/internals/aws-client-utils").HttpResponse, error?: unknown) => Promise<import("@aws-amplify/core/internals/aws-client-utils").RetryDeciderOutput>; computeDelay: (attempt: number) => number; readonly userAgentValue: string; cache: string; };