AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-11-19 · Documentation medium

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

Summary

Updated documentation to include Sybase ASE data provider details and security settings

Security assessment

Added SybaseAseSettings structure with security parameters like SSL mode configuration, password encryption, and certificate ARN usage. This documents secure connection practices but does not indicate a security fix.

Diff

diff --git a/cli/latest/reference/dms/describe-data-providers.md b/cli/latest/reference/dms/describe-data-providers.md
index d4c58d21d..fc65f32ba 100644
--- a//cli/latest/reference/dms/describe-data-providers.md
+++ b//cli/latest/reference/dms/describe-data-providers.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.37 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.39 Command Reference](../../index.html) »
@@ -273 +273 @@ DataProviders -> (list)
->>> The type of database engine for the data provider. Valid values include `"aurora"` , `"aurora-postgresql"` , `"mysql"` , `"oracle"` , `"postgres"` , `"sqlserver"` , `redshift` , `mariadb` , `mongodb` , `db2` , `db2-zos` and `docdb` . A value of `"aurora"` represents Amazon Aurora MySQL-Compatible Edition.
+>>> The type of database engine for the data provider. Valid values include `"aurora"` , `"aurora-postgresql"` , `"mysql"` , `"oracle"` , `"postgres"` , `"sqlserver"` , `redshift` , `mariadb` , `mongodb` , `db2` , `db2-zos` , `docdb` , and `sybase` . A value of `"aurora"` represents Amazon Aurora MySQL-Compatible Edition.
@@ -285 +285 @@ DataProviders -> (list)
->>> This is a Tagged Union structure. Only one of the following top level keys can be set: `RedshiftSettings`, `PostgreSqlSettings`, `MySqlSettings`, `OracleSettings`, `MicrosoftSqlServerSettings`, `DocDbSettings`, `MariaDbSettings`, `IbmDb2LuwSettings`, `IbmDb2zOsSettings`, `MongoDbSettings`.
+>>> This is a Tagged Union structure. Only one of the following top level keys can be set: `RedshiftSettings`, `PostgreSqlSettings`, `MySqlSettings`, `OracleSettings`, `SybaseAseSettings`, `MicrosoftSqlServerSettings`, `DocDbSettings`, `MariaDbSettings`, `IbmDb2LuwSettings`, `IbmDb2zOsSettings`, `MongoDbSettings`.
@@ -451,0 +452,37 @@ DataProviders -> (list)
+>>> SybaseAseSettings -> (structure)
+>>>
+>>>> Provides information that defines an SAP ASE data provider.
+>>>> 
+>>>> ServerName -> (string)
+>>>>
+>>>>> The name of the SAP ASE server.
+>>>> 
+>>>> Port -> (integer)
+>>>>
+>>>>> The port value for the SAP ASE data provider.
+>>>> 
+>>>> DatabaseName -> (string)
+>>>>
+>>>>> The database name on the SAP ASE data provider.
+>>>> 
+>>>> SslMode -> (string)
+>>>>
+>>>>> The SSL mode used to connect to the SAP ASE data provider. The default value is `none` .
+>>>>> 
+>>>>> Possible values:
+>>>>> 
+>>>>>   * `none`
+>>>>>   * `require`
+>>>>>   * `verify-ca`
+>>>>>   * `verify-full`
+>>>>> 
+
+>>>> 
+>>>> EncryptPassword -> (boolean)
+>>>>
+>>>>> Specifies whether to encrypt the password when connecting to the Sybase ASE database. When set to true, the connection password is encrypted during transmission. Default is true.
+>>>> 
+>>>> CertificateArn -> (string)
+>>>>
+>>>>> The Amazon Resource Name (ARN) of the certificate used for SSL connection.
+>>> 
@@ -717 +754 @@ DataProviders -> (list)
-  * [AWS CLI 2.31.37 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.39 Command Reference](../../index.html) »