AWS bedrock-agentcore documentation change
Summary
Reformatted the OpenAPI feature support table from a detailed list structure to a more compact, inline format without changing the actual content of the features listed.
Security assessment
The change is purely a formatting and presentation update. The content regarding supported and unsupported features, including the note on security schemes, remains the same. There is no evidence of addressing a vulnerability, changing security guidance, or adding new security information.
Diff
diff --git a/bedrock-agentcore/latest/devguide/gateway-schema-openapi.md b/bedrock-agentcore/latest/devguide/gateway-schema-openapi.md index 95ae05731..584eca54c 100644 --- a//bedrock-agentcore/latest/devguide/gateway-schema-openapi.md +++ b//bedrock-agentcore/latest/devguide/gateway-schema-openapi.md @@ -142 +142 @@ The following table outlines the OpenAPI features that are supported and unsuppo -OpenAPI feature support Supported Features | Unsupported Features +Supported Features | Unsupported Features @@ -144,70 +144,6 @@ OpenAPI feature support Supported Features | Unsupported Features -**Schema Definitions** - - * Basic data types (string, number, integer, boolean, array, object) - * Required field validation - * Nested object structures - * Array definitions with item specifications - -| **Schema Composition** - - * oneOf specifications - * anyOf specifications - * allOf specifications - - -**HTTP Methods** - - * Standard HTTP methods (GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS) - -| **Security Schemes** - - * Security schemes at the OpenAPI specification level (authentication must be configured using the Gateway's outbound authorization configuration) - - -**Media Types** - - * application/json - * application/xml - * multipart/form-data - * application/x-www-form-urlencoded - -| **Media Types** - - * Custom media types beyond the supported list - * Binary media types - - -**Path Parameters** - - * Simple path parameter definitions (Example: /users/{userId}) - -| **Parameter Serialization** - - * Complex path parameter serializers (Example: `/users{;id\\*}{?metadata}`) - * Query parameter arrays with complex serialization - * Header parameter serializers - * Cookie parameter serializers - - -**Query Parameters** - - * Basic query parameter definitions - * Simple string, number, and boolean types - -| **Callbacks and Webhooks** - - * Callback operations - * Webhook definitions - - -**Request/Response Bodies** - - * JSON request and response bodies - * XML request and response bodies - * Standard HTTP status codes (200, 201, 400, 404, 500, etc.) - -| **Links** - - * Links between operations - - +**Schema Definitions** Basic data types (string, number, integer, boolean, array, object) Required field validation Nested object structures Array definitions with item specifications | **Schema Composition** oneOf specifications anyOf specifications allOf specifications +**HTTP Methods** Standard HTTP methods (GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS) | **Security Schemes** Security schemes at the OpenAPI specification level (authentication must be configured using the Gateway’s outbound authorization configuration) +**Media Types** application/json application/xml multipart/form-data application/x-www-form-urlencoded | **Media Types** Custom media types beyond the supported list Binary media types +**Path Parameters** Simple path parameter definitions (Example: /users/ { userId}) | **Parameter Serialization** Complex path parameter serializers (Example: `/users { ;id\*} { ?metadata}`) Query parameter arrays with complex serialization Header parameter serializers Cookie parameter serializers +**Query Parameters** Basic query parameter definitions Simple string, number, and boolean types | **Callbacks and Webhooks** Callback operations Webhook definitions +**Request/Response Bodies** JSON request and response bodies XML request and response bodies Standard HTTP status codes (200, 201, 400, 404, 500, etc.) | **Links** Links between operations