AWS cli documentation change
Summary
Updated AWS CLI version from 2.34.23 to 2.34.25 and added a new output field 'identityCenterRegion' with constraints (min: 1, max: 25, pattern: [a-z0-9-]+) to describe the AWS region where IAM Identity Center is enabled.
Security assessment
The change adds documentation for a new field related to IAM Identity Center, which is an AWS identity and access management service. This enhances documentation about security features (identity management) but does not indicate a fix for a security issue.
Diff
diff --git a/cli/latest/reference/deadline/list-monitors.md b/cli/latest/reference/deadline/list-monitors.md index 69323b401..e54ba1fe9 100644 --- a//cli/latest/reference/deadline/list-monitors.md +++ b//cli/latest/reference/deadline/list-monitors.md @@ -15 +15 @@ - * [AWS CLI 2.34.23 Command Reference](../../index.html) » + * [AWS CLI 2.34.25 Command Reference](../../index.html) » @@ -293,0 +294,12 @@ monitors -> (list) +>> +>> identityCenterRegion -> (string) +>> +>>> The AWS region where IAM Identity Center is enabled. +>>> +>>> Constraints: +>>> +>>> * min: `1` +>>> * max: `25` +>>> * pattern: `[a-z0-9-]+` +>>> + @@ -336 +348 @@ nextToken -> (string) - * [AWS CLI 2.34.23 Command Reference](../../index.html) » + * [AWS CLI 2.34.25 Command Reference](../../index.html) »