AWS cli documentation change
Summary
Updated CLI version reference and added securityPolicy (with TLS 1.3 options), endpointAccessMode, apiStatus, and apiStatusMessage fields.
Security assessment
Introduces TLS 1.3 security policies and endpoint access controls. Enhances security documentation but doesn't address a known vulnerability.
Diff
diff --git a/cli/latest/reference/apigateway/get-rest-api.md b/cli/latest/reference/apigateway/get-rest-api.md index 58d5e777b..b175eb7ac 100644 --- a//cli/latest/reference/apigateway/get-rest-api.md +++ b//cli/latest/reference/apigateway/get-rest-api.md @@ -15 +15 @@ - * [AWS CLI 2.31.39 Command Reference](../../index.html) » + * [AWS CLI 2.32.3 Command Reference](../../index.html) » @@ -325,0 +326,48 @@ rootResourceId -> (string) +securityPolicy -> (string) + +> The Transport Layer Security (TLS) version + cipher suite for this RestApi. +> +> Possible values: +> +> * `TLS_1_0` +> * `TLS_1_2` +> * `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 RestApi. +> +> Possible values: +> +> * `BASIC` +> * `STRICT` +> + + +apiStatus -> (string) + +> The ApiStatus of the RestApi. +> +> Possible values: +> +> * `UPDATING` +> * `AVAILABLE` +> * `PENDING` +> * `FAILED` +> + + +apiStatusMessage -> (string) + +> The status message of the RestApi. When the status message is `UPDATING` you can still invoke it. + @@ -336 +384 @@ rootResourceId -> (string) - * [AWS CLI 2.31.39 Command Reference](../../index.html) » + * [AWS CLI 2.32.3 Command Reference](../../index.html) »