AWS Security ChangesHomeSearch

AWS lex documentation change

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

File: lex/latest/dg/gs-cli-create-order-flowers-bot.md

Summary

Removed sample bot configuration JSON response

Security assessment

Routine documentation cleanup with no security implications. Removed example didn't contain sensitive permissions or security-related content.

Diff

diff --git a/lex/latest/dg/gs-cli-create-order-flowers-bot.md b/lex/latest/dg/gs-cli-create-order-flowers-bot.md
index 2d16a476c..284d0e688 100644
--- a//lex/latest/dg/gs-cli-create-order-flowers-bot.md
+++ b//lex/latest/dg/gs-cli-create-order-flowers-bot.md
@@ -30,39 +29,0 @@ The response from the server follows. When you create or update bot, the `status
-        {
-        "status": "BUILDING", 
-        "intents": [
-            {
-                "intentVersion": "$LATEST", 
-                "intentName": "OrderFlowers"
-            }
-        ], 
-        "name": "OrderFlowersBot", 
-        "locale": "en-US", 
-        "checksum": "checksum", 
-        "abortStatement": {
-            "messages": [
-                {
-                    "content": "Sorry, I'm not able to assist at this time", 
-                    "contentType": "PlainText"
-                }
-            ]
-        }, 
-        "version": "$LATEST", 
-        "lastUpdatedDate": timestamp, 
-        "createdDate": timestamp, 
-        "clarificationPrompt": {
-            "maxAttempts": 2, 
-            "messages": [
-                {
-                    "content": "I didn't understand you, what would you like to do?", 
-                    "contentType": "PlainText"
-                }
-            ]
-        }, 
-        "voiceId": "Salli", 
-        "childDirected": false, 
-        "idleSessionTTLInSeconds": 600, 
-        "processBehavior": "BUILD",
-        "description": "Bot to order flowers on the behalf of a user"
-    }
-    
-