AWS cli documentation change
Summary
Updated CLI version reference and added relay resource identifier fields (RelayId, RelayArn, etc.), while reordering authentication union structure parameters.
Security assessment
Documentation of authentication methods (SecretArn/NoAuthentication) relates to security feature implementation but doesn't indicate resolution of a security issue. Changes appear to be structural/organizational.
Diff
diff --git a/cli/latest/reference/mailmanager/get-relay.md b/cli/latest/reference/mailmanager/get-relay.md index 9b7310eff..fe2fe2de1 100644 --- a//cli/latest/reference/mailmanager/get-relay.md +++ b//cli/latest/reference/mailmanager/get-relay.md @@ -15 +15 @@ - * [AWS CLI 2.27.51 Command Reference](../../index.html) » + * [AWS CLI 2.27.54 Command Reference](../../index.html) » @@ -194,0 +195,20 @@ Disable automatically prompt for CLI input parameters. +RelayId -> (string) + +> The unique relay identifier. + +RelayArn -> (string) + +> The Amazon Resource Name (ARN) of the relay. + +RelayName -> (string) + +> The unique name of the relay. + +ServerName -> (string) + +> The destination relay server address. + +ServerPort -> (integer) + +> The destination relay server port. + @@ -201,5 +221 @@ Authentication -> (tagged union structure) -> 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`. @@ -209,0 +226,4 @@ Authentication -> (tagged union structure) +> +> NoAuthentication -> (structure) +> +>> Keep an empty structure if the relay destination server does not require SMTP credential authentication. @@ -219,20 +238,0 @@ LastModifiedTimestamp -> (timestamp) -RelayArn -> (string) - -> The Amazon Resource Name (ARN) of the relay. - -RelayId -> (string) - -> The unique relay identifier. - -RelayName -> (string) - -> The unique name of the relay. - -ServerName -> (string) - -> The destination relay server address. - -ServerPort -> (integer) - -> The destination relay server port. - @@ -249 +249 @@ ServerPort -> (integer) - * [AWS CLI 2.27.51 Command Reference](../../index.html) » + * [AWS CLI 2.27.54 Command Reference](../../index.html) »