AWS cli documentation change
Summary
Updated AWS CLI version reference from 2.34.34 to 2.34.37 and added documentation for two new fields: IdentityCenterInstanceRegion (IAM Identity Center instance region) and UseLatestServiceSoftwareForBlueGreen (automatic latest service software during blue/green deployments)
Security assessment
The changes add documentation for IAM Identity Center integration (security feature for identity management) and automatic software updates during blue/green deployments (security best practice). These are documentation enhancements for security-related features but not fixes for specific security issues.
Diff
diff --git a/cli/latest/reference/opensearch/describe-domain.md b/cli/latest/reference/opensearch/describe-domain.md index c2dd61238..95d19a705 100644 --- a//cli/latest/reference/opensearch/describe-domain.md +++ b//cli/latest/reference/opensearch/describe-domain.md @@ -15 +15 @@ - * [AWS CLI 2.34.34 Command Reference](../../index.html) » + * [AWS CLI 2.34.37 Command Reference](../../index.html) » @@ -1194,0 +1195,12 @@ DomainStatus -> (structure) +>> +>> IdentityCenterInstanceRegion -> (string) +>> +>>> The Region of the IAM Identity Center instance. +>>> +>>> Constraints: +>>> +>>> * min: `5` +>>> * max: `30` +>>> * pattern: `[a-z][a-z0-9\-]+` +>>> + @@ -1382,0 +1395,4 @@ DomainStatus -> (structure) +>> +>> UseLatestServiceSoftwareForBlueGreen -> (boolean) +>> +>>> Whether the domain should use the latest service software version during a blue/green deployment. If enabled, the domain will automatically use the latest available service software when a blue/green deployment is triggered. @@ -1512 +1528 @@ DomainStatus -> (structure) - * [AWS CLI 2.34.34 Command Reference](../../index.html) » + * [AWS CLI 2.34.37 Command Reference](../../index.html) »