AWS codewhisperer

eventNameDescriptionSampleRule
anyCatch-all entry for AWS codewhisperer rules that match the service but not a specific eventName.NN
GetUsageLimitsGetUsageLimits recorded by CloudTrail for AWS codewhisperer. Observed in real CloudTrail; no AWS SDK operation model documents it, so no description is available from the SDK.NN
ListApiKeysListApiKeys recorded by CloudTrail for AWS codewhisperer. Observed in real CloudTrail; no AWS SDK operation model documents it, so no description is available from the SDK.NN

any: AWS codewhisperer (catch-all)

#
Service
codewhisperer

Description

Catch-all entry for AWS codewhisperer rules that match the service but not a specific eventName.

GetUsageLimits

#
Service
codewhisperer

Description

GetUsageLimits recorded by CloudTrail for AWS codewhisperer. 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": "02e309b0-5743-4321-81b6-7257e81a8868",
  "eventSource": "codewhisperer.amazonaws.com",
  "eventName": "GetUsageLimits",
  "awsRegion": "us-east-1",
  "eventType": "AwsApiCall",
  "readOnly": true,
  "managementEvent": true,
  "requestID": "90062b18-e89c-4ee0-8b87-319a779f43ef",
  "userAgent": "aws-sdk-js/1.0.0 ua/2.1 os/darwin#25.5.0 lang/js md/nodejs#22.22.0 api/codewhispererruntime#1.0.0 m/N,E KiroIDE-1.0.182-46467bd3b86243f10ccd1209fd9cb9b6b2e04ed82e3e486f3110dc3f6c4453fe",
  "tlsDetails": {
    "tlsVersion": "TLSv1.3",
    "cipherSuite": "TLS_AES_128_GCM_SHA256",
    "clientProvidedHostHeader": "example.us-east-1.kiro.dev"
  },
  "resources": [
    {
      "accountId": "123456789012",
      "type": "AWS::CodeWhisperer::Profile",
      "ARN": "arn:aws:codewhisperer:us-east-1:123456789012:profile/EXAMPLE"
    }
  ]
}

ListApiKeys

#
Service
codewhisperer

Description

ListApiKeys recorded by CloudTrail for AWS codewhisperer. 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": "25c86400-78fd-443e-9561-973bdecbbea7",
  "eventSource": "codewhisperer.amazonaws.com",
  "eventName": "ListApiKeys",
  "awsRegion": "us-east-1",
  "eventType": "AwsApiCall",
  "readOnly": true,
  "managementEvent": true,
  "requestID": "fbd3d026-03b2-419a-bcf6-4d3ec5c8b619",
  "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36",
  "tlsDetails": {
    "tlsVersion": "TLSv1.3",
    "cipherSuite": "TLS_AES_128_GCM_SHA256",
    "clientProvidedHostHeader": "example.us-east-1.kiro.dev"
  }
}