Skip to content

Commit

Permalink
chore: remove transformation for GameSparks
Browse files Browse the repository at this point in the history
Service is deprecated aws/aws-sdk-js#4509
  • Loading branch information
trivikr committed Nov 13, 2023
1 parent ce6a4b8 commit 825ecc7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/transforms/v2-to-v3/config/CLIENT_NAMES.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ export const CLIENT_NAMES = [
"ForecastService",
"FraudDetector",
"GameLift",
"GameSparks",
"Glacier",
"GlobalAccelerator",
"Glue",
Expand Down
1 change: 0 additions & 1 deletion src/transforms/v2-to-v3/config/CLIENT_PACKAGE_NAMES_MAP.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ export const CLIENT_PACKAGE_NAMES_MAP: Record<string, string> = {
ForecastService: "client-forecast",
FraudDetector: "client-frauddetector",
GameLift: "client-gamelift",
GameSparks: "client-gamesparks",
GreengrassV2: "client-greengrassv2",
GroundStation: "client-groundstation",
GuardDuty: "client-guardduty",
Expand Down

0 comments on commit 825ecc7

Please sign in to comment.