AWS cli documentation change
Summary
Added IAMFederationOptions documentation in DomainStatus section
Security assessment
Documents IAM federation configuration status parameters without indicating a security fix - describes existing security feature state rather than addressing a vulnerability
Diff
diff --git a/cli/latest/reference/opensearch/delete-domain.md b/cli/latest/reference/opensearch/delete-domain.md index 1c5f53451..5ac340b41 100644 --- a//cli/latest/reference/opensearch/delete-domain.md +++ b//cli/latest/reference/opensearch/delete-domain.md @@ -15 +15 @@ - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) » @@ -620,0 +621,16 @@ DomainStatus -> (structure) +>> IAMFederationOptions -> (structure) +>> +>>> Container for information about the IAM federation configuration for an OpenSearch UI application. +>>> +>>> Enabled -> (boolean) +>>> +>>>> True if IAM federation is enabled. +>>> +>>> SubjectKey -> (string) +>>> +>>>> The key used for matching the IAM federation subject attribute. +>>> +>>> RolesKey -> (string) +>>> +>>>> The key used for matching the IAM federation roles attribute. +>> @@ -802 +818 @@ DomainStatus -> (structure) - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) »