AWS cli documentation change
Summary
Added IAMFederationOptions documentation in DomainStatusList
Security assessment
Includes IAM federation configuration details in multi-domain status responses, improving documentation of security features rather than addressing vulnerabilities
Diff
diff --git a/cli/latest/reference/opensearch/describe-domains.md b/cli/latest/reference/opensearch/describe-domains.md index 2a71463c7..81d90a611 100644 --- a//cli/latest/reference/opensearch/describe-domains.md +++ b//cli/latest/reference/opensearch/describe-domains.md @@ -15 +15 @@ - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) » @@ -634,0 +635,16 @@ DomainStatusList -> (list) +>>> 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. +>>> @@ -816 +832 @@ DomainStatusList -> (list) - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) »