UNPKG

aws-sdk-js-codemod

Version:

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

7 lines (6 loc) 333 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getClientDeepImportPath = void 0; const config_1 = require("../config"); const getClientDeepImportPath = (v2ClientName) => `${config_1.PACKAGE_NAME}/clients/${v2ClientName.toLowerCase()}`; exports.getClientDeepImportPath = getClientDeepImportPath;