AWS Security ChangesHomeSearch

AWS glue documentation change

Service: glue · 2025-08-19 · Documentation low

File: glue/latest/dg/aws-glue-api-machine-learning-api.md

Summary

Added 'FILL_MISSING_VALUES' as a new valid value for TransformType parameter in machine learning transforms

Security assessment

The change expands the supported transform types for machine learning features but contains no security-related content or references to vulnerabilities. This appears to be a routine feature enhancement rather than a security-related update.

Diff

diff --git a/glue/latest/dg/aws-glue-api-machine-learning-api.md b/glue/latest/dg/aws-glue-api-machine-learning-api.md
index e979d632b..b9b1bee65 100644
--- a//glue/latest/dg/aws-glue-api-machine-learning-api.md
+++ b//glue/latest/dg/aws-glue-api-machine-learning-api.md
@@ -64 +64 @@ The algorithm-specific parameters that are associated with the machine learning
-  * `TransformType` – _Required:_ UTF-8 string (valid values: `FIND_MATCHES`).
+  * `TransformType` – _Required:_ UTF-8 string (valid values: `FIND_MATCHES` | `FILL_MISSING_VALUES`).
@@ -83 +83 @@ Evaluation metrics provide an estimate of the quality of your machine learning t
-  * `TransformType` – _Required:_ UTF-8 string (valid values: `FIND_MATCHES`).
+  * `TransformType` – _Required:_ UTF-8 string (valid values: `FIND_MATCHES` | `FILL_MISSING_VALUES`).
@@ -414 +414 @@ A unique transform name that is used to filter the machine learning transforms.
-  * `TransformType` – UTF-8 string (valid values: `FIND_MATCHES`).
+  * `TransformType` – UTF-8 string (valid values: `FIND_MATCHES` | `FILL_MISSING_VALUES`).