AWS cli documentation change
Summary
Added AnomalyDetectorId output field with constraints documentation
Security assessment
Added output field for detector identification; no security implications
Diff
diff --git a/cli/latest/reference/cloudwatch/put-anomaly-detector.md b/cli/latest/reference/cloudwatch/put-anomaly-detector.md index d1c9bb070..728b32e87 100644 --- a//cli/latest/reference/cloudwatch/put-anomaly-detector.md +++ b//cli/latest/reference/cloudwatch/put-anomaly-detector.md @@ -15 +15 @@ - * [AWS CLI 2.35.19 Command Reference](../../index.html) » + * [AWS CLI 2.35.21 Command Reference](../../index.html) » @@ -792 +792,11 @@ For more information, see [Using CloudWatch anomaly detection](https://docs.aws. -None +AnomalyDetectorId -> (string) + +> The unique identifier of the anomaly detector that you created or updated. +> +> Constraints: +> +> * min: `1` +> * max: `128` +> * pattern: `[A-Za-z0-9_./:%()+-]+` +> + @@ -804 +814 @@ None - * [AWS CLI 2.35.19 Command Reference](../../index.html) » + * [AWS CLI 2.35.21 Command Reference](../../index.html) »