AWS Security ChangesHomeSearch

AWS lex documentation change

Service: lex · 2025-10-25 · Documentation low

File: lex/latest/dg/monitoring-aws-lex-cloudtrail.md

Summary

Removed detailed CloudTrail log entry example for PutBot API call

Security assessment

While monitoring is security-related, the removal of a specific log example doesn't indicate a security fix or vulnerability disclosure. This appears to be documentation streamlining rather than security-focused change.

Diff

diff --git a/lex/latest/dg/monitoring-aws-lex-cloudtrail.md b/lex/latest/dg/monitoring-aws-lex-cloudtrail.md
index 8375113d9..0e6f55bd8 100644
--- a//lex/latest/dg/monitoring-aws-lex-cloudtrail.md
+++ b//lex/latest/dg/monitoring-aws-lex-cloudtrail.md
@@ -114,93 +113,0 @@ The following example CloudTrail log entry shows the result of a call to the `Pu
-    
-        {
-                    "eventVersion": "1.05",
-                    "userIdentity": {
-                        "type": "AssumedRole | FederatedUser | IAMUser | Root | SAMLUser | WebIdentityUser",
-                        "principalId": "principal ID",
-                        "arn": "ARN",
-                        "accountId": "account ID",
-                        "accessKeyId": "access key ID",
-                        "userName": "user name"
-                    },
-                    "eventTime": "timestamp",
-                    "eventSource": "lex.amazonaws.com",
-                    "eventName": "PutBot",
-                    "awsRegion": "region",
-                    "sourceIPAddress": "source IP address",
-                    "userAgent": "user agent",
-                    "requestParameters": {
-                        "name": "CloudTrailBot",
-                        "intents": [
-                            {
-                                "intentVersion": "11",
-                                "intentName": "TestCloudTrail"
-                            }
-                        ],
-                        "voiceId": "Salli",
-                        "childDirected": false,
-                        "locale": "en-US",
-                        "idleSessionTTLInSeconds": 500,
-                        "processBehavior": "BUILD",
-                        "description": "CloudTrail test bot",
-                        "clarificationPrompt": {
-                            "messages": [
-                                {
-                                    "contentType": "PlainText",
-                                    "content": "I didn't understand you. What would you like to do?"
-                                }
-                            ],
-                            "maxAttempts": 2
-                        },
-                        "abortStatement": {
-                            "messages": [
-                                {
-                                    "contentType": "PlainText",
-                                    "content": "Sorry. I'm not able to assist at this time."
-                                }
-                            ]
-                        }
-                    },
-                    "responseElements": {
-                        "voiceId": "Salli",
-                        "locale": "en-US",
-                        "childDirected": false,
-                        "abortStatement": {
-                            "messages": [
-                                {
-                                    "contentType": "PlainText",
-                                    "content": "Sorry. I'm not able to assist at this time."
-                                }
-                            ]
-                        },
-                        "status": "BUILDING",
-                        "createdDate": "timestamp",
-                        "lastUpdatedDate": "timestamp",
-                        "idleSessionTTLInSeconds": 500,
-                        "intents": [
-                            {
-                                "intentVersion": "11",
-                                "intentName": "TestCloudTrail"
-                            }
-                        ],
-                        "clarificationPrompt": {
-                            "messages": [
-                                {
-                                    "contentType": "PlainText",
-                                    "content": "I didn't understand you. What would you like to do?"
-                                }
-                            ],
-                            "maxAttempts": 2
-                        },
-                        "version": "$LATEST",
-                        "description": "CloudTrail test bot",
-                        "checksum": "checksum",
-                        "name": "CloudTrailBot"
-                    },
-                    "requestID": "request ID",
-                    "eventID": "event ID",
-                    "eventType": "AwsApiCall",
-                    "recipientAccountId": "account ID"
-                }
-            }
-          
-