AWS cli documentation change
Summary
Updated CLI version and added ConnectionType documentation for federated database connections
Security assessment
Addition of ConnectionType field describes supported connection protocols but does not reference security controls or vulnerabilities. Appears to be a general feature documentation update.
Diff
diff --git a/cli/latest/reference/glue/update-database.md b/cli/latest/reference/glue/update-database.md index 18747e8ab..86635aa43 100644 --- a//cli/latest/reference/glue/update-database.md +++ b//cli/latest/reference/glue/update-database.md @@ -15 +15 @@ - * [AWS CLI 2.27.42 Command Reference](../../index.html) » + * [AWS CLI 2.27.45 Command Reference](../../index.html) » @@ -176,0 +177,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 database, such as JDBC, ODBC, or other supported connection protocols. @@ -203 +207,2 @@ JSON Syntax: - "ConnectionName": "string" + "ConnectionName": "string", + "ConnectionType": "string" @@ -319 +324 @@ None - * [AWS CLI 2.27.42 Command Reference](../../index.html) » + * [AWS CLI 2.27.45 Command Reference](../../index.html) »