AWS cli documentation change
Summary
Updated CLI version reference and added securityPolicy, endpointAccessMode, apiStatus, and apiStatusMessage fields with TLS 1.3 options.
Security assessment
Mirrors changes from get-rest-api.md - documents new TLS security policies and access controls without evidence of vulnerability remediation.
Diff
diff --git a/cli/latest/reference/apigateway/get-rest-apis.md b/cli/latest/reference/apigateway/get-rest-apis.md index 069f30fe0..069da36ff 100644 --- a//cli/latest/reference/apigateway/get-rest-apis.md +++ b//cli/latest/reference/apigateway/get-rest-apis.md @@ -15 +15 @@ - * [AWS CLI 2.31.39 Command Reference](../../index.html) » + * [AWS CLI 2.32.3 Command Reference](../../index.html) » @@ -356,0 +357,48 @@ items -> (list) +>> +>> 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. @@ -368 +416 @@ items -> (list) - * [AWS CLI 2.31.39 Command Reference](../../index.html) » + * [AWS CLI 2.32.3 Command Reference](../../index.html) »