UNPKG

aws-sdk-js-codemod

Version:

Collection of codemod scripts that help update AWS SDK for JavaScript APIs

11 lines (10 loc) 288 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AWS_TOKEN_MAP = void 0; /** * Maps the AWS token class name in v2 to the v3 equivalent provider. */ exports.AWS_TOKEN_MAP = { SSOTokenProvider: "fromSso", StaticTokenProvider: "fromStatic", };