AWS cli documentation change
Summary
Reordered command parameters (--client-token and --workspace-id) and corrected their descriptions
Security assessment
Parameter ordering fix improves documentation accuracy but does not address security issues or document security features
Diff
diff --git a/cli/latest/reference/amp/create-alert-manager-definition.md b/cli/latest/reference/amp/create-alert-manager-definition.md index 8a20736ae..aa1ba69c5 100644 --- a//cli/latest/reference/amp/create-alert-manager-definition.md +++ b//cli/latest/reference/amp/create-alert-manager-definition.md @@ -15 +15 @@ - * [AWS CLI 2.28.8 Command Reference](../../index.html) » + * [AWS CLI 2.28.11 Command Reference](../../index.html) » @@ -67,2 +66,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/amp-20 - [--client-token <value>] - --data <value> @@ -69,0 +68,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/amp-20 + --data <value> + [--client-token <value>] @@ -94 +94 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/amp-20 -`--client-token` (string) +`--workspace-id` (string) @@ -96 +96 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/amp-20 -> A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive. +> The ID of the workspace to add the alert manager definition to. @@ -104 +104 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/amp-20 -`--workspace-id` (string) +`--client-token` (string) @@ -106 +106 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/amp-20 -> The ID of the workspace to add the alert manager definition to. +> A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive. @@ -229 +229 @@ status -> (structure) - * [AWS CLI 2.28.8 Command Reference](../../index.html) » + * [AWS CLI 2.28.11 Command Reference](../../index.html) »