aws-sdk-js-codemod
Version:
Collection of codemod scripts that help update AWS SDK for JavaScript APIs
39 lines (38 loc) • 1.35 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CLIENT_NAMES_MAP = void 0;
const CLIENT_NAMES_1 = require("./CLIENT_NAMES");
// The key is the client name in v2, and value is the client name in v3.
exports.CLIENT_NAMES_MAP = {
...CLIENT_NAMES_1.CLIENT_NAMES.reduce((acc, name) => {
acc[name] = name;
return acc;
}, {}),
AugmentedAIRuntime: "SageMakerA2IRuntime",
CUR: "CostAndUsageReportService",
CodeArtifact: "Codeartifact",
CodeStarNotifications: "CodestarNotifications",
CodeStarconnections: "CodeStarConnections",
CognitoIdentityServiceProvider: "CognitoIdentityProvider",
DMS: "DatabaseMigrationService",
Discovery: "ApplicationDiscoveryService",
ELB: "ElasticLoadBalancing",
ELBv2: "ElasticLoadBalancingV2",
EMRcontainers: "EMRContainers",
ES: "ElasticsearchService",
Finspacedata: "FinspaceData",
ForecastQueryService: "Forecastquery",
ForecastService: "Forecast",
IVS: "Ivs",
IdentityStore: "Identitystore",
Iot: "IoT",
IotData: "IoTDataPlane",
KinesisVideoSignalingChannels: "KinesisVideoSignaling",
LexRuntime: "LexRuntimeService",
MQ: "Mq",
RDSDataService: "RDSData",
SESV2: "SESv2",
SavingsPlans: "Savingsplans",
StepFunctions: "SFN",
TranscribeService: "Transcribe",
};