AWS cli documentation change
Summary
Added 'EncryptionAlgorithm' and 'SecurityMechanism' parameters to IBM DB2 LUW settings in the output structure, documenting security configuration options.
Security assessment
The change adds documentation for security-related parameters (encryption and authentication mechanisms) in the output of a delete operation, consistent with the addition in the create command, but does not indicate a security issue.
Diff
diff --git a/cli/latest/reference/dms/delete-data-provider.md b/cli/latest/reference/dms/delete-data-provider.md index ab3a8c65c..0f4d6e68d 100644 --- a//cli/latest/reference/dms/delete-data-provider.md +++ b//cli/latest/reference/dms/delete-data-provider.md @@ -15 +15 @@ - * [AWS CLI 2.34.20 Command Reference](../../index.html) » + * [AWS CLI 2.34.21 Command Reference](../../index.html) » @@ -595,0 +596,8 @@ DataProvider -> (structure) +>>> 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. +>>> @@ -717 +725 @@ DataProvider -> (structure) - * [AWS CLI 2.34.20 Command Reference](../../index.html) » + * [AWS CLI 2.34.21 Command Reference](../../index.html) »