AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/mailmanager/get-archive-message.md

Summary

Updated CLI version reference from 2.27.51 to 2.27.54 and restructured metadata/envelope documentation fields. Added TLS protocol/cipher suite details and traffic policy ID documentation.

Security assessment

The changes add documentation about TLS communication parameters (TlsCipherSuite, TlsProtocol) and traffic policy enforcement, which are security-related features. However, there is no evidence this addresses a specific security vulnerability.

Diff

diff --git a/cli/latest/reference/mailmanager/get-archive-message.md b/cli/latest/reference/mailmanager/get-archive-message.md
index 570a1df2d..e7140b555 100644
--- a//cli/latest/reference/mailmanager/get-archive-message.md
+++ b//cli/latest/reference/mailmanager/get-archive-message.md
@@ -15 +15 @@
-  * [AWS CLI 2.27.51 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.54 Command Reference](../../index.html) »
@@ -195,18 +194,0 @@ Disable automatically prompt for CLI input parameters.
-Envelope -> (structure)
-
-> The SMTP envelope information of the email.
-> 
-> From -> (string)
->
->> The RCPT FROM given by the host from which the email was received.
-> 
-> Helo -> (string)
->
->> The HELO used by the host from which the email was received.
-> 
-> To -> (list)
->
->> All SMTP TO entries given by the host from which the email was received.
->> 
->> (string)
-
@@ -221 +203 @@ Metadata -> (structure)
-> ConfigurationSet -> (string)
+> Timestamp -> (timestamp)
@@ -223 +205 @@ Metadata -> (structure)
->> The name of the configuration set used when sent through a configuration set with archiving enabled.
+>> The timestamp of when the email was received.
@@ -228,0 +211,4 @@ Metadata -> (structure)
+> TrafficPolicyId -> (string)
+>
+>> The ID of the traffic policy that was in effect when the email was received.
+> 
@@ -241 +227 @@ Metadata -> (structure)
-> SendingMethod -> (string)
+> TlsCipherSuite -> (string)
@@ -243 +229 @@ Metadata -> (structure)
->> The name of the API call used when sent through a configuration set with archiving enabled.
+>> The TLS cipher suite used to communicate with the host from which the email was received.
@@ -245 +231 @@ Metadata -> (structure)
-> SendingPool -> (string)
+> TlsProtocol -> (string)
@@ -247 +233 @@ Metadata -> (structure)
->> The name of the dedicated IP pool used when sent through a configuration set with archiving enabled.
+>> The TLS protocol used to communicate with the host from which the email was received.
@@ -249 +235 @@ Metadata -> (structure)
-> SourceArn -> (string)
+> SendingMethod -> (string)
@@ -251 +237 @@ Metadata -> (structure)
->> Specifies the archived email source, identified by either a Rule Set’s ARN with an Archive action, or a Configuration Set’s Archive ARN.
+>> The name of the API call used when sent through a configuration set with archiving enabled.
@@ -257 +243 @@ Metadata -> (structure)
-> Timestamp -> (timestamp)
+> SendingPool -> (string)
@@ -259 +245 @@ Metadata -> (structure)
->> The timestamp of when the email was received.
+>> The name of the dedicated IP pool used when sent through a configuration set with archiving enabled.
@@ -261 +247 @@ Metadata -> (structure)
-> TlsCipherSuite -> (string)
+> ConfigurationSet -> (string)
@@ -263 +249 @@ Metadata -> (structure)
->> The TLS cipher suite used to communicate with the host from which the email was received.
+>> The name of the configuration set used when sent through a configuration set with archiving enabled.
@@ -265 +251 @@ Metadata -> (structure)
-> TlsProtocol -> (string)
+> SourceArn -> (string)
@@ -267 +253,5 @@ Metadata -> (structure)
->> The TLS protocol used to communicate with the host from which the email was received.
+>> Specifies the archived email source, identified by either a Rule Set’s ARN with an Archive action, or a Configuration Set’s Archive ARN.
+
+Envelope -> (structure)
+
+> The SMTP envelope information of the email.
@@ -269 +259 @@ Metadata -> (structure)
-> TrafficPolicyId -> (string)
+> Helo -> (string)
@@ -271 +261,11 @@ Metadata -> (structure)
->> The ID of the traffic policy that was in effect when the email was received.
+>> The HELO used by the host from which the email was received.
+> 
+> From -> (string)
+>
+>> The RCPT FROM given by the host from which the email was received.
+> 
+> To -> (list)
+>
+>> All SMTP TO entries given by the host from which the email was received.
+>> 
+>> (string)
@@ -283 +283 @@ Metadata -> (structure)
-  * [AWS CLI 2.27.51 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.54 Command Reference](../../index.html) »