AWS apigateway documentation change
Summary
Updated documentation links and added reference to example data models. Changed link text from 'Mapping template transformations...' to 'Mapping templates...' and added new section linking to example models/templates.
Security assessment
Changes are editorial improvements to documentation structure and added example references. No security vulnerabilities, mitigations, or security features are mentioned in the diff. Modifications focus on content organization and resource linking.
Diff
diff --git a/apigateway/latest/developerguide/models-mappings-models.md b/Users/docs/2025-03-10_15-36-52/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).