AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/dms/delete-data-provider.md

Summary

Added Sybase ASE data provider support with SSL configuration options and password encryption settings

Security assessment

The change introduces security-related configuration parameters for Sybase ASE connections including SSL modes ('none', 'require', 'verify-ca', 'verify-full'), password encryption during transmission (EncryptPassword), and certificate ARN usage. While this adds security documentation for proper configuration, there is no evidence of addressing an existing vulnerability.

Diff

diff --git a/cli/latest/reference/dms/delete-data-provider.md b/cli/latest/reference/dms/delete-data-provider.md
index be165f9a8..4b30457aa 100644
--- a//cli/latest/reference/dms/delete-data-provider.md
+++ b//cli/latest/reference/dms/delete-data-provider.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.37 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.39 Command Reference](../../index.html) »
@@ -221 +221 @@ DataProvider -> (structure)
->> 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.
@@ -233 +233 @@ DataProvider -> (structure)
->> 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`.
@@ -399,0 +400,37 @@ DataProvider -> (structure)
+>> 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.
+>> 
@@ -665 +702 @@ DataProvider -> (structure)
-  * [AWS CLI 2.31.37 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.39 Command Reference](../../index.html) »