Skip to content

Commit

Permalink
updated service whitelist (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydpick authored Feb 6, 2020
1 parent af95014 commit 7ada7a5
Showing 1 changed file with 112 additions and 19 deletions.
131 changes: 112 additions & 19 deletions lib/aws-xray-sdk/facets/resources/aws_services_whitelist.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,29 @@ module XRay
module AwsServices
# exausted list can be tracked at http://docs.aws.amazon.com/sdk-for-ruby/v3/api/Seahorse/Client/Base.html
@whitelist = %I[
AccessAnalyzer
ACM
APIGateway
ACMPCA
AlexaForBusiness
AppStream
AppSync
Amplify
APIGateway
ApiGatewayManagementApi
ApiGatewayV2
AppConfig
ApplicationAutoScaling
ApplicationDiscoveryService
ApplicationInsights
AppMesh
AppStream
AppSync
Athena
AugmentedAIRuntime
AutoScaling
AutoScalingPlans
Backup
Batch
Budgets
Chime
Cloud9
CloudDirectory
CloudFormation
Expand All @@ -29,110 +41,191 @@ module AwsServices
CodeBuild
CodeCommit
CodeDeploy
CodeGuruProfiler
CodeGuruReviewer
CodePipeline
CodeStar
CodeStarconnections
CodeStarNotifications
CognitoIdentity
CognitoIdentityProvider
CognitoSync
Comprehend
ComprehendMedical
ComputeOptimizer
ConfigService
CostExplore
Connect
ConnectParticipant
CostandUsageReportService
DAX
DataPipeline
CostExplore
CostExplorer
DatabaseMigrationService
DataExchange
DataPipeline
DataSync
DAX
Detective
DeviceFarm
DirectConnect
DirectoryService
DLM
DocDB
DynamoDB
DynamoDBStreams
EBS
EC2
EC2InstanceConnect
ECR
ECS
EFS
EMR
EKS
ElastiCache
ElasticBeanstalk
ElasticInference
ElasticLoadBalancing
ElasticLoadBalancingV2
ElasticTranscoder
ElasticsearchService
ElasticTranscoder
EMR
EventBridge
Firehose
FMS
ForecastQueryService
ForecastService
FraudDetector
FSx
GameLift
Glacier
GlobalAccelerator
Glue
Greengrass
GroundStation
GuardDuty
Health
IAM
Imagebuilder
ImportExport
Inspector
IoT
IoT1ClickDevicesService
IoT1ClickProjects
IoTAnalytics
IoTDataPlane
IoTEvents
IoTEventsData
IoTJobsDataPlane
KMS
IoTSecureTunneling
IoTThingsGraph
Kafka
Kendra
Kinesis
KinesisAnalytics
KinesisAnalyticsV2
KinesisVideo
KinesisVideoArchivedMedia
KinesisVideoArchiveMedia
KinesisVideoMedia
KinesisVideoSignalingChannels
KMS
LakeFormation
Lambda
LambdaPreview
Lex
LexModelBuildingService
LexRuntimeService
LicenseManager
Lightsail
MQ
MTurk
MachineLearning
Macie
ManagedBlockchain
MarketplaceCatalog
MarketplaceCommerceAnalytics
MarketplaceEntitlementService
MarketplaceMetering
MediaConnect
MediaConvert
MediaLive
MediaPackage
MediaPackageVod
MediaStore
MediaStoreData
MediaTailor
MigrationHub
MigrationHubConfig
Mobile
MQ
MTurk
Neptune
NetworkManager
OpsWorks
OpsWorksCM
Organizations
Outposts
Personalize
PersonalizeEvents
PersonalizeRuntime
PI
Pinpoint
PinpointEmail
PinpointSMSVoice
Polly
Pricing
QLDB
QLDBSession
QuickSight
RAM
RDS
RDSDataService
Redshift
Rekognition
ResourceGroups
ResourceGroupsTaggingAPI
RoboMaker
Route53
Route53Domains
Route53Resolver
S3
SES
SFN
SMS
SNS
SQS
SSM
STS
SWF
S3Control
SageMaker
SageMakerRuntime
SavingsPlans
Schemas
SecretsManager
SecurityHub
ServerlessApplicationRepository
ServiceCatalog
ServiceDiscovery
ServiceQuotas
SES
SESV2
SFN
Shield
Signer
SimpleDB
SMS
Snowball
SNS
SQS
SSM
SSO
SSOOIDC
States
StorageGateway
STS
Support
SWF
Textract
TranscribeService
TranscribeStreamingService
Transfer
Translate
WAF
WAFRegional
WAFV2
WorkDocs
WorkLink
WorkMail
WorkMailMessageFlow
WorkSpaces
XRay
]
Expand Down

0 comments on commit 7ada7a5

Please sign in to comment.