AWS cli documentation change
Summary
Updated CLI version reference from 2.27.51 to 2.27.54, reordered authentication parameters, added relay configuration parameters documentation, and restructured authentication syntax examples
Security assessment
The change adds documentation for authentication parameters (SecretArn) and server configuration options, which relate to secure credential management and SMTP server settings. However, there is no evidence of addressing a specific security vulnerability. The changes appear to improve documentation clarity around existing security features rather than patching issues.
Diff
diff --git a/cli/latest/reference/mailmanager/update-relay.md b/cli/latest/reference/mailmanager/update-relay.md index 6eec19143..80542ba29 100644 --- a//cli/latest/reference/mailmanager/update-relay.md +++ b//cli/latest/reference/mailmanager/update-relay.md @@ -15 +15 @@ - * [AWS CLI 2.27.51 Command Reference](../../index.html) » + * [AWS CLI 2.27.54 Command Reference](../../index.html) » @@ -67 +66,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mailma - [--authentication <value>] @@ -71,0 +71 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mailma + [--authentication <value>] @@ -95,0 +96,16 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mailma +`--relay-id` (string) + +> The unique relay identifier. + +`--relay-name` (string) + +> The name of the relay resource. + +`--server-name` (string) + +> The destination relay server address. + +`--server-port` (integer) + +> The destination relay server port. + @@ -102,5 +118 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mailma -> This is a Tagged Union structure. Only one of the following top level keys can be set: `NoAuthentication`, `SecretArn`. -> -> NoAuthentication -> (structure) -> ->> Keep an empty structure if the relay destination server does not require SMTP credential authentication. +> This is a Tagged Union structure. Only one of the following top level keys can be set: `SecretArn`, `NoAuthentication`. @@ -110,0 +123,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mailma +> +> NoAuthentication -> (structure) +> +>> Keep an empty structure if the relay destination server does not require SMTP credential authentication. @@ -115 +131 @@ Shorthand Syntax: - NoAuthentication={},SecretArn=string + SecretArn=string,NoAuthentication={} @@ -121,0 +138 @@ JSON Syntax: + "SecretArn": "string", @@ -124,2 +141 @@ JSON Syntax: - }, - "SecretArn": "string" + } @@ -129,16 +144,0 @@ JSON Syntax: -`--relay-id` (string) - -> The unique relay identifier. - -`--relay-name` (string) - -> The name of the relay resource. - -`--server-name` (string) - -> The destination relay server address. - -`--server-port` (integer) - -> The destination relay server port. - @@ -256 +256 @@ None - * [AWS CLI 2.27.51 Command Reference](../../index.html) » + * [AWS CLI 2.27.54 Command Reference](../../index.html) »