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 documentation now includes IdentityCenterInstanceRegion for IAM Identity Center integration (security feature) and UseLatestServiceSoftwareForBlueGreen for ensuring latest service software during deployments (security best practice). These additions enhance security documentation but don't address specific vulnerabilities.
Diff
diff --git a/cli/latest/reference/opensearch/describe-domains.md b/cli/latest/reference/opensearch/describe-domains.md index 0ddfb7c03..91e12443b 100644 --- a//cli/latest/reference/opensearch/describe-domains.md +++ b//cli/latest/reference/opensearch/describe-domains.md @@ -15 +15 @@ - * [AWS CLI 2.34.34 Command Reference](../../index.html) » + * [AWS CLI 2.34.37 Command Reference](../../index.html) » @@ -1208,0 +1209,12 @@ DomainStatusList -> (list) +>>> +>>> IdentityCenterInstanceRegion -> (string) +>>> +>>>> The Region of the IAM Identity Center instance. +>>>> +>>>> Constraints: +>>>> +>>>> * min: `5` +>>>> * max: `30` +>>>> * pattern: `[a-z][a-z0-9\-]+` +>>>> + @@ -1396,0 +1409,4 @@ DomainStatusList -> (list) +>>> +>>> 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. @@ -1526 +1542 @@ DomainStatusList -> (list) - * [AWS CLI 2.34.34 Command Reference](../../index.html) » + * [AWS CLI 2.34.37 Command Reference](../../index.html) »