Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/twelve-candles-fail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"aws-sdk-js-codemod": patch
---

Transform clients published between 2024-06-14 and 2024-09-04
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@tsconfig/node16": "^16.1.3",
"@types/jscodeshift": "^0.11.11",
"@types/node": "^16.18.101",
"aws-sdk": "2.1641.0",
"aws-sdk": "2.1689.0",
"tsx": "^4.7.1",
"typescript": "~5.5.2",
"vitest": "~2.0.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ new AWS.CodeGuruProfiler();
new AWS.CodeGuruReviewer();
new AWS.CodeGuruSecurity();
new AWS.CodePipeline();
new AWS.CodeStar();
new AWS.CodeStarNotifications();
new AWS.CodeStarconnections();
new AWS.CognitoIdentity();
Expand Down Expand Up @@ -250,7 +249,6 @@ new AWS.MigrationHubConfig();
new AWS.MigrationHubOrchestrator();
new AWS.MigrationHubRefactorSpaces();
new AWS.MigrationHubStrategy();
new AWS.Mobile();
new AWS.Neptune();
new AWS.Neptunedata();
new AWS.NetworkFirewall();
Expand All @@ -266,6 +264,7 @@ new AWS.OpsWorks();
new AWS.OpsWorksCM();
new AWS.Organizations();
new AWS.Outposts();
new AWS.PCS();
new AWS.PI();
new AWS.Panorama();
new AWS.PaymentCryptography();
Expand All @@ -284,6 +283,7 @@ new AWS.Polly();
new AWS.Pricing();
new AWS.PrivateNetworks();
new AWS.Proton();
new AWS.QApps();
new AWS.QBusiness();
new AWS.QConnect();
new AWS.QLDB();
Expand Down Expand Up @@ -323,6 +323,7 @@ new AWS.SQS();
new AWS.SSM();
new AWS.SSMContacts();
new AWS.SSMIncidents();
new AWS.SSMQuickSetup();
new AWS.SSO();
new AWS.SSOAdmin();
new AWS.SSOOIDC();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ import { CodeGuruReviewer } from "@aws-sdk/client-codeguru-reviewer";
import { CodeGuruSecurity } from "@aws-sdk/client-codeguru-security";
import { CodeGuruProfiler } from "@aws-sdk/client-codeguruprofiler";
import { CodePipeline } from "@aws-sdk/client-codepipeline";
import { CodeStar } from "@aws-sdk/client-codestar";
import { CodeStarConnections } from "@aws-sdk/client-codestar-connections";
import { CodestarNotifications } from "@aws-sdk/client-codestar-notifications";
import { CognitoIdentity } from "@aws-sdk/client-cognito-identity";
Expand Down Expand Up @@ -246,7 +245,6 @@ import { MigrationHubRefactorSpaces } from "@aws-sdk/client-migration-hub-refact
import { MigrationHubConfig } from "@aws-sdk/client-migrationhub-config";
import { MigrationHubOrchestrator } from "@aws-sdk/client-migrationhuborchestrator";
import { MigrationHubStrategy } from "@aws-sdk/client-migrationhubstrategy";
import { Mobile } from "@aws-sdk/client-mobile";
import { Mq } from "@aws-sdk/client-mq";
import { MTurk } from "@aws-sdk/client-mturk";
import { MWAA } from "@aws-sdk/client-mwaa";
Expand All @@ -270,6 +268,7 @@ import { PaymentCryptography } from "@aws-sdk/client-payment-cryptography";
import { PaymentCryptographyData } from "@aws-sdk/client-payment-cryptography-data";
import { PcaConnectorAd } from "@aws-sdk/client-pca-connector-ad";
import { PcaConnectorScep } from "@aws-sdk/client-pca-connector-scep";
import { PCS } from "@aws-sdk/client-pcs";
import { Personalize } from "@aws-sdk/client-personalize";
import { PersonalizeEvents } from "@aws-sdk/client-personalize-events";
import { PersonalizeRuntime } from "@aws-sdk/client-personalize-runtime";
Expand All @@ -283,6 +282,7 @@ import { Polly } from "@aws-sdk/client-polly";
import { Pricing } from "@aws-sdk/client-pricing";
import { PrivateNetworks } from "@aws-sdk/client-privatenetworks";
import { Proton } from "@aws-sdk/client-proton";
import { QApps } from "@aws-sdk/client-qapps";
import { QBusiness } from "@aws-sdk/client-qbusiness";
import { QConnect } from "@aws-sdk/client-qconnect";
import { QLDB } from "@aws-sdk/client-qldb";
Expand Down Expand Up @@ -346,6 +346,7 @@ import { SQS } from "@aws-sdk/client-sqs";
import { SSM } from "@aws-sdk/client-ssm";
import { SSMContacts } from "@aws-sdk/client-ssm-contacts";
import { SSMIncidents } from "@aws-sdk/client-ssm-incidents";
import { SSMQuickSetup } from "@aws-sdk/client-ssm-quicksetup";
import { SsmSap } from "@aws-sdk/client-ssm-sap";
import { SSO } from "@aws-sdk/client-sso";
import { SSOAdmin } from "@aws-sdk/client-sso-admin";
Expand Down Expand Up @@ -462,7 +463,6 @@ new CodeGuruProfiler();
new CodeGuruReviewer();
new CodeGuruSecurity();
new CodePipeline();
new CodeStar();
new CodestarNotifications();
new CodeStarConnections();
new CognitoIdentity();
Expand Down Expand Up @@ -632,7 +632,6 @@ new MigrationHubConfig();
new MigrationHubOrchestrator();
new MigrationHubRefactorSpaces();
new MigrationHubStrategy();
new Mobile();
new Neptune();
new Neptunedata();
new NetworkFirewall();
Expand All @@ -648,6 +647,7 @@ new OpsWorks();
new OpsWorksCM();
new Organizations();
new Outposts();
new PCS();
new PI();
new Panorama();
new PaymentCryptography();
Expand All @@ -666,6 +666,7 @@ new Polly();
new Pricing();
new PrivateNetworks();
new Proton();
new QApps();
new QBusiness();
new QConnect();
new QLDB();
Expand Down Expand Up @@ -705,6 +706,7 @@ new SQS();
new SSM();
new SSMContacts();
new SSMIncidents();
new SSMQuickSetup();
new SSO();
new SSOAdmin();
new SSOOIDC();
Expand Down
5 changes: 3 additions & 2 deletions src/transforms/v2-to-v3/config/CLIENT_NAMES.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export const CLIENT_NAMES = [
"CodeGuruReviewer",
"CodeGuruSecurity",
"CodePipeline",
"CodeStar",
"CodeStarNotifications",
"CodeStarconnections",
"CognitoIdentity",
Expand Down Expand Up @@ -248,7 +247,6 @@ export const CLIENT_NAMES = [
"MigrationHubOrchestrator",
"MigrationHubRefactorSpaces",
"MigrationHubStrategy",
"Mobile",
"Neptune",
"Neptunedata",
"NetworkFirewall",
Expand All @@ -264,6 +262,7 @@ export const CLIENT_NAMES = [
"OpsWorksCM",
"Organizations",
"Outposts",
"PCS",
"PI",
"Panorama",
"PaymentCryptography",
Expand All @@ -282,6 +281,7 @@ export const CLIENT_NAMES = [
"Pricing",
"PrivateNetworks",
"Proton",
"QApps",
"QBusiness",
"QConnect",
"QLDB",
Expand Down Expand Up @@ -321,6 +321,7 @@ export const CLIENT_NAMES = [
"SSM",
"SSMContacts",
"SSMIncidents",
"SSMQuickSetup",
"SSO",
"SSOAdmin",
"SSOOIDC",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ export const CLIENT_PACKAGE_NAMES_MAP: Record<string, string> = {
SimSpaceWeaver: "client-simspaceweaver",
SSMContacts: "client-ssm-contacts",
SSMIncidents: "client-ssm-incidents",
SSMQuickSetup: "client-ssm-quicksetup",
SSOAdmin: "client-sso-admin",
SSOOIDC: "client-sso-oidc",
StepFunctions: "client-sfn",
Expand Down
Loading