UNPKG

aws-sdk-js-codemod

Version:

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

6 lines (5 loc) 298 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getV3ClientWaiterApiName = void 0; const getV3ClientWaiterApiName = (waiterState) => `waitUntil${waiterState[0].toUpperCase()}${waiterState.slice(1)}`; exports.getV3ClientWaiterApiName = getV3ClientWaiterApiName;