AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-06-28 · Documentation low

File: cli/latest/reference/glue/update-catalog.md

Summary

Updated CLI version and added ConnectionType parameter documentation for federated catalogs

Security assessment

Documentation of ConnectionType parameter describes connection protocols without security context. No evidence of security feature addition or vulnerability mitigation.

Diff

diff --git a/cli/latest/reference/glue/update-catalog.md b/cli/latest/reference/glue/update-catalog.md
index 3d5b5814a..c81f59f49 100644
--- a//cli/latest/reference/glue/update-catalog.md
+++ b//cli/latest/reference/glue/update-catalog.md
@@ -15 +15 @@
-  * [AWS CLI 2.27.42 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.45 Command Reference](../../index.html) »
@@ -115,0 +116,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/glue-2
+>> 
+>> ConnectionType -> (string)
+>>
+>>> The type of connection used to access the federated catalog, specifying the protocol or method for connection to the external data source.
@@ -220 +224,2 @@ JSON Syntax:
-        "ConnectionName": "string"
+        "ConnectionName": "string",
+        "ConnectionType": "string"
@@ -370 +375 @@ None
-  * [AWS CLI 2.27.42 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.45 Command Reference](../../index.html) »