AWS cli documentation change
Summary
Reordered parameters (--archive-name and --kms-key-arn) and clarified KMS encryption usage
Security assessment
Emphasizes the use of KMS encryption for archive emails, which is a security feature, but does not address a specific vulnerability.
Diff
diff --git a/cli/latest/reference/mailmanager/create-archive.md b/cli/latest/reference/mailmanager/create-archive.md index 45f6a9d6e..30446ded3 100644 --- a//cli/latest/reference/mailmanager/create-archive.md +++ b//cli/latest/reference/mailmanager/create-archive.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 - --archive-name <value> @@ -69 +68 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mailma - [--kms-key-arn <value>] + --archive-name <value> @@ -70,0 +70 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mailma + [--kms-key-arn <value>] @@ -96,4 +95,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mailma -`--archive-name` (string) - -> A unique name for the new archive. - @@ -104 +100 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mailma -`--kms-key-arn` (string) +`--archive-name` (string) @@ -106 +102 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mailma -> The Amazon Resource Name (ARN) of the KMS key for encrypting emails in the archive. +> A unique name for the new archive. @@ -133,0 +130,4 @@ JSON Syntax: +`--kms-key-arn` (string) + +> The Amazon Resource Name (ARN) of the KMS key for encrypting emails in the archive. + @@ -281 +281 @@ ArchiveId -> (string) - * [AWS CLI 2.27.51 Command Reference](../../index.html) » + * [AWS CLI 2.27.54 Command Reference](../../index.html) »