AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-04-01 · Documentation low

File: cli/latest/reference/dms/describe-data-providers.md

Summary

Updated CLI version from 2.34.20 to 2.34.21 and added documentation for EncryptionAlgorithm and SecurityMechanism parameters for IBM DB2 LUW database connections

Security assessment

The change adds documentation for encryption algorithm and security mechanism parameters for IBM DB2 LUW database connections, which are security-related features. However, there is no evidence this addresses a specific security vulnerability or incident - it appears to be routine documentation of existing security features.

Diff

diff --git a/cli/latest/reference/dms/describe-data-providers.md b/cli/latest/reference/dms/describe-data-providers.md
index d8711af71..7520592ab 100644
--- a//cli/latest/reference/dms/describe-data-providers.md
+++ b//cli/latest/reference/dms/describe-data-providers.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.20 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.21 Command Reference](../../index.html) »
@@ -647,0 +648,8 @@ DataProviders -> (list)
+>>>> EncryptionAlgorithm -> (integer)
+>>>>
+>>>>> The encryption algorithm used for securing the connection to the IBM DB2 LUW database server. You can provide an integer value corresponding to a specific encryption algorithm, or leave this parameter empty to use the default behavior.
+>>>> 
+>>>> SecurityMechanism -> (integer)
+>>>>
+>>>>> The security mechanism used for authenticating the connection to the IBM DB2 LUW database server. You can provide an integer value corresponding to a specific security mechanism, or leave this parameter empty to use the default behavior.
+>>>> 
@@ -769 +777 @@ DataProviders -> (list)
-  * [AWS CLI 2.34.20 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.21 Command Reference](../../index.html) »