AWS cli documentation change
Summary
Updated CLI version reference and reordered parameters for ingress point configuration. Changed tagged union structure order (SecretArn/SmtpPassword to SmtpPassword/SecretArn) while maintaining equivalent security documentation for authenticated endpoints.
Security assessment
While documenting security credentials (SMTP passwords/Secret ARNs), the changes only restructure existing security documentation rather than adding new protections. Parameter reordering doesn't indicate a security fix but maintains existing security feature documentation.
Diff
diff --git a/cli/latest/reference/mailmanager/update-ingress-point.md b/cli/latest/reference/mailmanager/update-ingress-point.md index b0d13a9d1..3836be13d 100644 --- a//cli/latest/reference/mailmanager/update-ingress-point.md +++ b//cli/latest/reference/mailmanager/update-ingress-point.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 - [--ingress-point-configuration <value>] @@ -70 +68,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mailma - [--rule-set-id <value>] @@ -71,0 +70 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mailma + [--rule-set-id <value>] @@ -72,0 +72 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mailma + [--ingress-point-configuration <value>] @@ -97,31 +96,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mailma -`--ingress-point-configuration` (tagged union structure) - -> If you choose an Authenticated ingress endpoint, you must configure either an SMTP password or a secret ARN. -> -> ### Note -> -> This is a Tagged Union structure. Only one of the following top level keys can be set: `SecretArn`, `SmtpPassword`. -> -> SecretArn -> (string) -> ->> The SecretsManager::Secret ARN of the ingress endpoint resource. -> -> SmtpPassword -> (string) -> ->> The password of the ingress endpoint resource. - -Shorthand Syntax: - - - SecretArn=string,SmtpPassword=string - - -JSON Syntax: - - - { - "SecretArn": "string", - "SmtpPassword": "string" - } - - @@ -136,4 +104,0 @@ JSON Syntax: -`--rule-set-id` (string) - -> The identifier of an existing rule set that you attach to an ingress endpoint resource. - @@ -150,0 +116,4 @@ JSON Syntax: +`--rule-set-id` (string) + +> The identifier of an existing rule set that you attach to an ingress endpoint resource. + @@ -154,0 +124,31 @@ JSON Syntax: +`--ingress-point-configuration` (tagged union structure) + +> If you choose an Authenticated ingress endpoint, you must configure either an SMTP password or a secret ARN. +> +> ### Note +> +> This is a Tagged Union structure. Only one of the following top level keys can be set: `SmtpPassword`, `SecretArn`. +> +> SmtpPassword -> (string) +> +>> The password of the ingress endpoint resource. +> +> SecretArn -> (string) +> +>> The SecretsManager::Secret ARN of the ingress endpoint resource. + +Shorthand Syntax: + + + SmtpPassword=string,SecretArn=string + + +JSON Syntax: + + + { + "SmtpPassword": "string", + "SecretArn": "string" + } + + @@ -266 +266 @@ None - * [AWS CLI 2.27.51 Command Reference](../../index.html) » + * [AWS CLI 2.27.54 Command Reference](../../index.html) »