AWS Security ChangesHomeSearch

AWS bedrock-agentcore documentation change

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

File: bedrock-agentcore/latest/devguide/gateway-building-smithy-targets.md

Summary

Formatting and typographical changes including apostrophe updates, removal of a redundant header, and reformatting of the feature support table from a structured list to a compressed paragraph.

Security assessment

The changes are purely cosmetic and typographical (e.g., straight apostrophe to curly apostrophe, removing repeated header text, reformatting a table). The security-related advice about avoiding exposing raw host or domain parameters remains present and unchanged in meaning. There is no evidence of addressing a specific security vulnerability, weakness, or incident.

Diff

diff --git a/bedrock-agentcore/latest/devguide/gateway-building-smithy-targets.md b/bedrock-agentcore/latest/devguide/gateway-building-smithy-targets.md
index de63981aa..afd930005 100644
--- a//bedrock-agentcore/latest/devguide/gateway-building-smithy-targets.md
+++ b//bedrock-agentcore/latest/devguide/gateway-building-smithy-targets.md
@@ -75 +75 @@ These patterns can potentially be exploited to:
-  * Avoid exposing raw host or domain parameters in your Smithy model's endpoint configuration
+  * Avoid exposing raw host or domain parameters in your Smithy model’s endpoint configuration
@@ -86 +86 @@ The following table outlines the Smithy features that are supported and unsuppor
-Smithy feature support Supported Features | Unsupported Features  
+Supported Features | Unsupported Features  
@@ -88,50 +88 @@ Smithy feature support Supported Features | Unsupported Features
-**Service Definitions**
-
-  * Service structure definitions based on Smithy specifications
-  * Operation definitions with input/output shapes
-  * Resource definitions
-  * Trait shapes
-
-**Protocol Support**
-
-  * RestJson protocol
-  * Standard HTTP request/response patterns
-
-**Data Types**
-
-  * Primitive types (string, integer, boolean, float, double)
-  * Complex types (structures, lists, maps)
-  * Timestamp handling
-  * Blob data types
-
-**HTTP Bindings**
-
-  * Basic HTTP method bindings
-  * Simple path parameter bindings
-  * Query parameter bindings
-  * Header bindings for simple cases
-
-**Endpoint Rules**
-
-  * Endpoint rule sets
-  * Runtime endpoint determination based on conditions
-
-|  **Protocol Support**
-
-  * RestXml protocol
-  * JsonRpc protocol
-  * AwsQuery protocol
-  * Ec2Query protocol
-  * Custom protocols
-
-**Authentication**
-
-  * Multiple egress authentication types for specific APIs
-  * Complex authentication schemes requiring runtime decisions
-
-**Operations**
-
-  * Streaming operations
-  * Operations requiring custom protocol implementations
-
-  
+**Service Definitions** Service structure definitions based on Smithy specifications Operation definitions with input/output shapes Resource definitions Trait shapes **Protocol Support** RestJson protocol Standard HTTP request/response patterns **Data Types** Primitive types (string, integer, boolean, float, double) Complex types (structures, lists, maps) Timestamp handling Blob data types **HTTP Bindings** Basic HTTP method bindings Simple path parameter bindings Query parameter bindings Header bindings for simple cases **Endpoint Rules** Endpoint rule sets Runtime endpoint determination based on conditions |  **Protocol Support** RestXml protocol JsonRpc protocol AwsQuery protocol Ec2Query protocol Custom protocols **Authentication** Multiple egress authentication types for specific APIs Complex authentication schemes requiring runtime decisions **Operations** Streaming operations Operations requiring custom protocol implementations  
@@ -145 +96 @@ AgentCore Gateway provides built-in Smithy models for common AWS services. To se
-AgentCore Gateway doesn't support custom Smithy models for non-AWS services.
+AgentCore Gateway doesn’t support custom Smithy models for non-AWS services.