AWS cli documentation change
Summary
Updated AWS CLI version reference from 2.35.5 to 2.35.8; Revised ASN parameter documentation to clarify behavior differences between asnLong/asn parameters; Added new rateLimit field documentation for virtual interfaces.
Security assessment
The changes primarily clarify parameter usage (asnLong vs asn) and add a new rateLimit field. No security vulnerabilities, exploits, or weaknesses are mentioned. The ASN documentation updates prevent misconfiguration errors but don't address security flaws. The rateLimit field describes bandwidth allocation without security context.
Diff
diff --git a/cli/latest/reference/directconnect/delete-bgp-peer.md b/cli/latest/reference/directconnect/delete-bgp-peer.md index 1feebe401..f69d71c37 100644 --- a//cli/latest/reference/directconnect/delete-bgp-peer.md +++ b//cli/latest/reference/directconnect/delete-bgp-peer.md @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -108,5 +108 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/direct -> ### Note -> -> You can use `asnLong` or `asn` , but not both. We recommend using `asnLong` as it supports a greater pool of numbers. -> -> * The `asnLong` attribute accepts both ASN and long ASN ranges. +> * You can use `asnLong` or `asn` , but not both. We recommend using `asnLong` as it supports a greater pool of numbers. @@ -113,0 +110,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/direct +> * If you enter a 4-byte ASN for the `asn` parameter, the API returns an error. +> * If you are using a 2-byte ASN, the API response will include the 2-byte value for both the `asn` and `asnLong` fields. @@ -121,3 +119 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/direct -> ### Note -> -> You can use `asnLong` or `asn` , but not both. We recommend using `asnLong` as it supports a greater pool of numbers. +> Note the following limitations when using `asnLong` : @@ -125 +121,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/direct -> * The `asnLong` attribute accepts both ASN and long ASN ranges. +> * You can use `asnLong` or `asn` , but not both. We recommend using `asnLong` as it supports a greater pool of numbers. +> * `asnLong` accepts any valid ASN value, regardless if it’s 2-byte or 4-byte. +> * When using a 4-byte `asnLong` , the API response returns `0` for the legacy `asn` attribute since 4-byte ASN values exceed the maximum supported value of 2,147,483,647. +> * If you are using a 2-byte ASN, the API response will include the 2-byte value for both the `asn` and `asnLong` fields. @@ -350,5 +349 @@ virtualInterface -> (structure) ->> ### Note ->> ->> You can use `asnLong` or `asn` , but not both. We recommend using `asnLong` as it supports a greater pool of numbers. ->> ->> * The `asnLong` attribute accepts both ASN and long ASN ranges. +>> * You can use `asnLong` or `asn` , but not both. We recommend using `asnLong` as it supports a greater pool of numbers. @@ -355,0 +351,2 @@ virtualInterface -> (structure) +>> * If you enter a 4-byte ASN for the `asn` parameter, the API returns an error. +>> * If you are using a 2-byte ASN, the API response will include the 2-byte value for both the `asn` and `asnLong` fields. @@ -363,3 +360 @@ virtualInterface -> (structure) ->> ### Note ->> ->> You can use `asnLong` or `asn` , but not both. We recommend using `asnLong` as it supports a greater pool of numbers. +>> Note the following limitations when using `asnLong` : @@ -367 +362,4 @@ virtualInterface -> (structure) ->> * The `asnLong` attribute accepts both ASN and long ASN ranges. +>> * You can use `asnLong` or `asn` , but not both. We recommend using `asnLong` as it supports a greater pool of numbers. +>> * `asnLong` accepts any valid ASN value, regardless if it’s 2-byte or 4-byte. +>> * When using a 4-byte `asnLong` , the API response returns `0` for the legacy `asn` attribute since 4-byte ASN values exceed the maximum supported value of 2,147,483,647. +>> * If you are using a 2-byte ASN, the API response will include the 2-byte value for both the `asn` and `asnLong` fields. @@ -479,5 +477 @@ virtualInterface -> (structure) ->>>> ### Note ->>>> ->>>> You can use `asnLong` or `asn` , but not both. We recommend using `asnLong` as it supports a greater pool of numbers. ->>>> ->>>> * The `asnLong` attribute accepts both ASN and long ASN ranges. +>>>> * You can use `asnLong` or `asn` , but not both. We recommend using `asnLong` as it supports a greater pool of numbers. @@ -484,0 +479,2 @@ virtualInterface -> (structure) +>>>> * If you enter a 4-byte ASN for the `asn` parameter, the API returns an error. +>>>> * If you are using a 2-byte ASN, the API response will include the 2-byte value for both the `asn` and `asnLong` fields. @@ -492,3 +488 @@ virtualInterface -> (structure) ->>>> ### Note ->>>> ->>>> You can use `asnLong` or `asn` , but not both. We recommend using `asnLong` as it supports a greater pool of numbers. +>>>> Note the following limitations when using `asnLong` : @@ -496 +490,4 @@ virtualInterface -> (structure) ->>>> * The `asnLong` attribute accepts both ASN and long ASN ranges. +>>>> * You can use `asnLong` or `asn` , but not both. We recommend using `asnLong` as it supports a greater pool of numbers. +>>>> * `asnLong` accepts any valid ASN value, regardless if it’s 2-byte or 4-byte. +>>>> * When using a 4-byte `asnLong` , the API response returns `0` for the legacy `asn` attribute since 4-byte ASN values exceed the maximum supported value of 2,147,483,647. +>>>> * If you are using a 2-byte ASN, the API response will include the 2-byte value for both the `asn` and `asnLong` fields. @@ -624,0 +622,4 @@ virtualInterface -> (structure) +> +> rateLimit -> (string) +> +>> The rate limit (bandwidth allocation) applied to the virtual interface. The possible values are `50 Mbps` , `100 Mbps` , `200 Mbps` , `300 Mbps` , `400 Mbps` , `500 Mbps` , `1 Gbps` , `2 Gbps` , `5 Gbps` , or `10 Gbps` . @@ -636 +637 @@ virtualInterface -> (structure) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »