AWS Security ChangesHomeSearch

AWS apigateway documentation change

Service: apigateway · 2025-03-12 · Documentation low

File: apigateway/latest/developerguide/models-mappings-models.md

Summary

Updated documentation links and added example references for mapping templates. Changed link text from 'Mapping template transformations...' to 'Mapping templates...' and added new section for example data models.

Security assessment

Changes involve documentation link updates and adding example references without any security-specific context. No mention of vulnerabilities, security controls, or protective measures.

Diff

diff --git a/apigateway/latest/developerguide/models-mappings-models.md b/apigateway/latest/developerguide/models-mappings-models.md



index aa2ced4d3..4eef3cd21 100644
--- a/apigateway/latest/developerguide/models-mappings-models.md
+++ b/apigateway/latest/developerguide/models-mappings-models.md
@@ -153 +153 @@ The longer model can reference the `PetStorePrice` model.
-If you transform your data, you can define a payload model in the integration response. A payload model can be used when you generate an SDK. For strongly typed languages, such as Java, Objective-C, or Swift, the object corresponds to a user-defined data type (UDT). API Gateway creates a UDT if you provide it with a data model when you generate an SDK. For more information about data transformations, see [Mapping template transformations for REST APIs in API Gateway](./models-mappings.html).
+If you transform your data, you can define a payload model in the integration response. A payload model can be used when you generate an SDK. For strongly typed languages, such as Java, Objective-C, or Swift, the object corresponds to a user-defined data type (UDT). API Gateway creates a UDT if you provide it with a data model when you generate an SDK. For more information about data transformations, see [Mapping templates for REST APIs](./models-mappings.html).
@@ -209 +209,3 @@ You can follow the request validation tutorials:
-  * For more information about data transformation and mapping templates, [Mapping template transformations for REST APIs in API Gateway](./models-mappings.html).
+  * You can get more information about data transformation and mapping templates, [Mapping templates for REST APIs](./models-mappings.html).
+
+  * You can also see more complicated data models. See [Example data models and mapping templates for API Gateway](./rest-api-develop-models-mapping-examples.html).