AWS Security ChangesHomeSearch

AWS glue documentation change

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

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

Summary

Removed 'FILL_MISSING_VALUES' from valid TransformType values

Security assessment

This change deprecates a transform type but does not reference security vulnerabilities, exploits, or mitigations. It appears to be a routine update to feature support.

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 b9b1bee65..e979d632b 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` | `FILL_MISSING_VALUES`).
+  * `TransformType` – _Required:_ UTF-8 string (valid values: `FIND_MATCHES`).
@@ -83 +83 @@ Evaluation metrics provide an estimate of the quality of your machine learning t
-  * `TransformType` – _Required:_ UTF-8 string (valid values: `FIND_MATCHES` | `FILL_MISSING_VALUES`).
+  * `TransformType` – _Required:_ UTF-8 string (valid values: `FIND_MATCHES`).
@@ -414 +414 @@ A unique transform name that is used to filter the machine learning transforms.
-  * `TransformType` – UTF-8 string (valid values: `FIND_MATCHES` | `FILL_MISSING_VALUES`).
+  * `TransformType` – UTF-8 string (valid values: `FIND_MATCHES`).