AWS cli documentation change
Summary
Updated CLI version reference, added 'FAILED' status to domainNameStatus, expanded TLS security policies, and introduced endpointAccessMode field with BASIC/STRICT values.
Security assessment
Added new TLS 1.3 security policies and endpoint access controls (BASIC/STRICT) which are security features. No evidence of addressing a specific vulnerability.
Diff
diff --git a/cli/latest/reference/apigateway/get-domain-name.md b/cli/latest/reference/apigateway/get-domain-name.md index f83e8fab3..dddd44198 100644 --- a//cli/latest/reference/apigateway/get-domain-name.md +++ b//cli/latest/reference/apigateway/get-domain-name.md @@ -15 +15 @@ - * [AWS CLI 2.31.39 Command Reference](../../index.html) » + * [AWS CLI 2.32.3 Command Reference](../../index.html) » @@ -358,0 +359 @@ domainNameStatus -> (string) +> * `FAILED` @@ -368 +369 @@ securityPolicy -> (string) -> The Transport Layer Security (TLS) version + cipher suite for this DomainName. The valid values are `TLS_1_0` and `TLS_1_2` . +> The Transport Layer Security (TLS) version + cipher suite for this DomainName. @@ -373,0 +375,20 @@ securityPolicy -> (string) +> * `SecurityPolicy_TLS13_1_3_2025_09` +> * `SecurityPolicy_TLS13_1_3_FIPS_2025_09` +> * `SecurityPolicy_TLS13_1_2_PFS_PQ_2025_09` +> * `SecurityPolicy_TLS13_1_2_FIPS_PQ_2025_09` +> * `SecurityPolicy_TLS13_1_2_PQ_2025_09` +> * `SecurityPolicy_TLS13_1_2_2021_06` +> * `SecurityPolicy_TLS13_2025_EDGE` +> * `SecurityPolicy_TLS12_PFS_2025_EDGE` +> * `SecurityPolicy_TLS12_2018_EDGE` +> + + +endpointAccessMode -> (string) + +> The endpoint access mode of the DomainName. +> +> Possible values: +> +> * `BASIC` +> * `STRICT` @@ -437 +458 @@ routingMode -> (string) - * [AWS CLI 2.31.39 Command Reference](../../index.html) » + * [AWS CLI 2.32.3 Command Reference](../../index.html) »