AWS bedrock-agentcore documentation change
Summary
Restructured documentation about Smithy model limitations - moved endpoint rules, protocol support, and authentication details from tables to main content while preserving similar constraints
Security assessment
While the changes involve authentication and endpoint security-related capabilities, this is purely documentation reorganization. No new security features are added, and there's no indication of vulnerability remediation. The limitations about authentication schemes were already documented and remain unchanged in substance.
Diff
diff --git a/bedrock-agentcore/latest/devguide/gateway-building-smithy-targets.md b/bedrock-agentcore/latest/devguide/gateway-building-smithy-targets.md index 6d6629da0..0de1709f2 100644 --- a//bedrock-agentcore/latest/devguide/gateway-building-smithy-targets.md +++ b//bedrock-agentcore/latest/devguide/gateway-building-smithy-targets.md @@ -34,4 +33,0 @@ When using Smithy models with AgentCore Gateway, be aware of the following limit - * Complex endpoint creation rule sets are not supported - - * Only simple URL parameters like {region} are supported - @@ -56,7 +51,0 @@ Smithy feature support Supported Features | Unsupported Features -| **Endpoint Rules** - - * Endpoint creation rule sets - * Runtime endpoint determination based on conditions - * Complex URL parameters beyond simple {region} substitution - - @@ -68,9 +56,0 @@ Smithy feature support Supported Features | Unsupported Features -| **Protocol Support** - - * RestXml protocol - * JsonRpc protocol - * AwsQuery protocol - * Ec2Query protocol - * Custom protocols - - @@ -84,6 +63,0 @@ Smithy feature support Supported Features | Unsupported Features -| **Authentication** - - * Multiple egress authentication types for specific APIs - * Complex authentication schemes requiring runtime decisions - - @@ -97 +71,19 @@ Smithy feature support Supported Features | Unsupported Features -| **Operations** +**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**