Skip to content

Commit

Permalink
test: remove GameSparks
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Nov 13, 2023
1 parent 825ecc7 commit 4c49aba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ new AWS.ForecastQueryService();
new AWS.ForecastService();
new AWS.FraudDetector();
new AWS.GameLift();
new AWS.GameSparks();
new AWS.Glacier();
new AWS.GlobalAccelerator();
new AWS.Glue();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ import { Forecastquery } from "@aws-sdk/client-forecastquery";
import { FraudDetector } from "@aws-sdk/client-frauddetector";
import { FSx } from "@aws-sdk/client-fsx";
import { GameLift } from "@aws-sdk/client-gamelift";
import { GameSparks } from "@aws-sdk/client-gamesparks";
import { Glacier } from "@aws-sdk/client-glacier";
import { GlobalAccelerator } from "@aws-sdk/client-global-accelerator";
import { Glue } from "@aws-sdk/client-glue";
Expand Down Expand Up @@ -498,7 +497,6 @@ new Forecastquery();
new Forecast();
new FraudDetector();
new GameLift();
new GameSparks();
new Glacier();
new GlobalAccelerator();
new Glue();
Expand Down

0 comments on commit 4c49aba

Please sign in to comment.