AWS cli documentation change
Summary
Updated CLI version reference and added securityPolicy (with TLS 1.3 options), endpointAccessMode, apiStatus, and apiStatusMessage fields.
Security assessment
Adds documentation for TLS 1.3 security policies and access modes as security features, but no indication of patching existing issues.
Diff
diff --git a/cli/latest/reference/apigateway/import-rest-api.md b/cli/latest/reference/apigateway/import-rest-api.md index 54ff9096a..d00928a0d 100644 --- a//cli/latest/reference/apigateway/import-rest-api.md +++ b//cli/latest/reference/apigateway/import-rest-api.md @@ -15 +15 @@ - * [AWS CLI 2.31.39 Command Reference](../../index.html) » + * [AWS CLI 2.32.3 Command Reference](../../index.html) » @@ -348,0 +349,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. + @@ -359 +407 @@ rootResourceId -> (string) - * [AWS CLI 2.31.39 Command Reference](../../index.html) » + * [AWS CLI 2.32.3 Command Reference](../../index.html) »