AWS CloudTrail
Search the AWS rules. The 87 services below have deeper catalog coverage than a bare SDK stub. The remaining 273 SDK-enumerated services are listed separately below. These services are enumerated from the AWS SDK operation catalog (botocore) for completeness. Their eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample or detection rule confirms them yet, so their event pages carry model-derived field names only. Each CloudTrail record carries a common envelope: CloudTrail distinguishes management events (control-plane operations such as The provider name derives from the actual CloudTrail Detection-relevant services
SDK-enumerated services with no samples or rules (273)
The CloudTrail event model
eventSource (the service that received the call), eventName (the API action), eventType (the category, e.g. AwsApiCall or AwsConsoleSignIn), userIdentity (the calling IAM entity), sourceIPAddress, awsRegion, and action-specific requestParameters / responseElements. A detection keys on the (eventSource, eventName) pair to identify the action, then on the envelope and parameters to score it.Management events and data events
CreateUser or AuthorizeSecurityGroupIngress, logged by default) from data events (high-volume data-plane operations such as S3 GetObject, Lambda Invoke, or KMS Decrypt, logged only when the trail is explicitly configured for them). The catalog includes high-value data events because detection rules cover them; their pages note that capturing them requires non-default trail configuration.eventSource and eventName naming
eventSource, not the IAM prefix: CloudWatch logs under monitoring.amazonaws.com (provider AWS-monitoring), and all console sign-in events log under signin.amazonaws.com (provider AWS-signin) regardless of the target service. A handful of eventNames diverge from their IAM action name: s3:ListAllMyBuckets appears as eventName ListBuckets, and lambda:InvokeFunction appears as Invoke. The catalog stores the actual CloudTrail eventName.References