lambda-live-debugger
Version:
Debug Lambda functions locally like it is running in the cloud
7 lines (6 loc) • 462 B
TypeScript
import type { AwsCredentialIdentity } from "@smithy/types";
import type { FromSSOInit, SsoCredentialsParameters } from "./fromSSO";
/**
* @internal
*/
export declare const resolveSSOCredentials: ({ ssoStartUrl, ssoSession, ssoAccountId, ssoRegion, ssoRoleName, ssoClient, clientConfig, parentClientConfig, callerClientConfig, profile, filepath, configFilepath, ignoreCache, logger, }: FromSSOInit & SsoCredentialsParameters) => Promise<AwsCredentialIdentity>;