Skip to content

Commit

Permalink
Add AWS Global Accelerator to list of AWS services (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
alwin-stripe authored May 15, 2023
1 parent f6ce433 commit 6a0f3c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration/model_aws_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const (
AWSFIREHOSE AwsService = "AWS/Firehose"
AWSFSX AwsService = "AWS/FSx"
AWSGAME_LIFT AwsService = "AWS/GameLift"
AWSGLOBAL_ACCELERATOR AwsService = "AWS/GlobalAccelerator"
AWSINSPECTOR AwsService = "AWS/Inspector"
AWSIO_T AwsService = "AWS/IoT"
AWSIO_T_ANALYTICS AwsService = "AWS/IoTAnalytics"
Expand Down Expand Up @@ -142,6 +143,7 @@ var AWSServiceNames = map[string]AwsService{
"AWS/Firehose": AWSFIREHOSE,
"AWS/FSx": AWSFSX,
"AWS/GameLift": AWSGAME_LIFT,
"AWS/GlobalAccelerator": AWSGLOBAL_ACCELERATOR,
"AWS/Inspector": AWSINSPECTOR,
"AWS/IoT": AWSIO_T,
"AWS/IoTAnalytics": AWSIO_T_ANALYTICS,
Expand Down

0 comments on commit 6a0f3c9

Please sign in to comment.