AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-07-18 · Documentation low

File: cli/latest/reference/mailmanager/create-relay.md

Summary

Updated CLI version reference, reordered authentication parameters, added parameter descriptions, and modified authentication structure documentation

Security assessment

Changes focus on documentation organization and parameter ordering (including security-related SecretArn). The added client-token parameter documentation relates to request idempotency rather than security. No evidence of vulnerability fixes or new security features being documented.

Diff

diff --git a/cli/latest/reference/mailmanager/create-relay.md b/cli/latest/reference/mailmanager/create-relay.md
index 11bef56d1..3063150b3 100644
--- a//cli/latest/reference/mailmanager/create-relay.md
+++ b//cli/latest/reference/mailmanager/create-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>
@@ -96,0 +97,16 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mailma
+`--client-token` (string)
+
+> A unique token that Amazon SES uses to recognize subsequent retries of the same request.
+
+`--relay-name` (string)
+
+> The unique name of the relay resource.
+
+`--server-name` (string)
+
+> The destination relay server address.
+
+`--server-port` (integer)
+
+> The destination relay server port.
+
@@ -103,5 +119 @@ 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`.
@@ -111,0 +124,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.
@@ -116 +132 @@ Shorthand Syntax:
-    NoAuthentication={},SecretArn=string
+    SecretArn=string,NoAuthentication={}
@@ -122,0 +139 @@ JSON Syntax:
+      "SecretArn": "string",
@@ -125,2 +142 @@ JSON Syntax:
-      },
-      "SecretArn": "string"
+      }
@@ -130,16 +145,0 @@ JSON Syntax:
-`--client-token` (string)
-
-> A unique token that Amazon SES uses to recognize subsequent retries of the same request.
-
-`--relay-name` (string)
-
-> The unique name of the relay resource.
-
-`--server-name` (string)
-
-> The destination relay server address.
-
-`--server-port` (integer)
-
-> The destination relay server port.
-
@@ -293 +293 @@ RelayId -> (string)
-  * [AWS CLI 2.27.51 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.54 Command Reference](../../index.html) »