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 IdentityCenterInstanceRegion field relates to IAM Identity Center integration, which is an identity and access management service. This addition enhances security documentation by providing configuration details for identity federation. The UseLatestServiceSoftwareForBlueGreen field promotes security best practices by enabling automatic updates to the latest service software during deployments, potentially including security patches.
Diff
diff --git a/cli/latest/reference/opensearch/delete-domain.md b/cli/latest/reference/opensearch/delete-domain.md index 423c8a809..e52659c03 100644 --- a//cli/latest/reference/opensearch/delete-domain.md +++ b//cli/latest/reference/opensearch/delete-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) »