AWS Security ChangesHomeSearch

AWS bedrock-agentcore documentation change

Service: bedrock-agentcore · 2026-04-10 · Documentation low

File: bedrock-agentcore/latest/devguide/code-interpreter-start-session.md

Summary

Formatting changes to add an 'Example' heading and restructure the AWS CLI, Boto3, and API sections with numbered steps.

Security assessment

The changes are purely structural and formatting updates to improve documentation readability. There is no mention of vulnerabilities, security patches, access controls, or security best practices. The content remains the same but is presented with a new heading and numbered list formatting.

Diff

diff --git a/bedrock-agentcore/latest/devguide/code-interpreter-start-session.md b/bedrock-agentcore/latest/devguide/code-interpreter-start-session.md
index b35f86c8c..8bcae08b3 100644
--- a//bedrock-agentcore/latest/devguide/code-interpreter-start-session.md
+++ b//bedrock-agentcore/latest/devguide/code-interpreter-start-session.md
@@ -9 +9 @@ After creating a Code Interpreter, you can start a session to execute code.
-AWS CLI
+###### Example
@@ -10,0 +11 @@ AWS CLI
+AWS CLI
@@ -12 +12,0 @@ AWS CLI
-To start a Code Interpreter session using the AWS CLI, use the `start-code-interpreter-session` command:
@@ -13,0 +14 @@ To start a Code Interpreter session using the AWS CLI, use the `start-code-inter
+  1. To start a Code Interpreter session using the AWS CLI, use the `start-code-interpreter-session` command:
@@ -23 +23,0 @@ To start a Code Interpreter session using the AWS CLI, use the `start-code-inter
-Boto3
@@ -26 +26,2 @@ Boto3
-To start a Code Interpreter session using the AWS SDK for Python, use the `start_code_interpreter_session` method:
+Boto3
+    
@@ -27,0 +29 @@ To start a Code Interpreter session using the AWS SDK for Python, use the `start
+  1. To start a Code Interpreter session using the AWS SDK for Python, use the `start_code_interpreter_session` method:
@@ -50 +51,0 @@ To start a Code Interpreter session using the AWS SDK for Python, use the `start
-API
@@ -53 +54,2 @@ API
-To start a new Code Interpreter session using the API, use the following call:
+API
+    
@@ -54,0 +57 @@ To start a new Code Interpreter session using the API, use the following call:
+  1. To start a new Code Interpreter session using the API, use the following call: