AWS Marketplace Reporting Service
| eventName | Description | Sample | Rule |
|---|---|---|---|
| any | Catch-all entry for AWS Marketplace Reporting Service rules that match the service but not a specific eventName. | N | N |
| Get | GetBuyerDashboard recorded by CloudTrail for AWS Marketplace Reporting Service. Observed in real CloudTrail; no AWS SDK operation model documents it, so no description is available from the SDK. | N | N |
any: AWS Marketplace Reporting Service (catch-all)
#Description
Catch-all entry for AWS Marketplace Reporting Service rules that match the service but not a specific eventName.
GetBuyerDashboard
#Description
GetBuyerDashboard recorded by CloudTrail for AWS Marketplace Reporting Service. Observed in real CloudTrail; no AWS SDK operation model documents it, so no description is available from the SDK.
Example CloudTrail Event #
This is a projected export row, not a complete CloudTrail record: it shows only the envelope columns a SIEM export retained. The export never carried userIdentity, requestParameters, responseElements, sourceIPAddress, recipientAccountId, eventCategory, so their absence here says nothing about the real event. Account identifiers, ARNs and endpoint hostnames in eventID, requestID, resources, tlsDetails, userAgent are replaced with the placeholders AWS uses in its own documentation, so those values are structurally real but not the originals. errorMessage is withheld: it is free-form prose that names customer resources, which no substitution rule can find reliably. eventTime is withheld because the export renders it in the exporting system's local timezone rather than the UTC a CloudTrail record carries.
{
"eventVersion": "1.11",
"eventID": "357dc8b5-3d16-4975-b245-6dfa6b4ba5d4",
"eventSource": "reporting-marketplace.amazonaws.com",
"eventName": "GetBuyerDashboard",
"awsRegion": "us-east-1",
"eventType": "AwsApiCall",
"readOnly": true,
"managementEvent": true,
"requestID": "abecdfb4-1153-4262-93fd-60bf36b3a46a",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36 Edg/150.0.0.0",
"errorCode": "UnauthorizedException",
"resources": [
{
"accountId": "123456789012",
"type": "AWS::Service::Resource",
"ARN": "arn:aws:aws-marketplace::123456789012:AWSMarketplace/EXAMPLE"
}
]
}