AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-02-28 · Documentation low

File: cli/latest/reference/backup-gateway/put-bandwidth-rate-limit-schedule.md

Summary

Updated CLI reference documentation for put-bandwidth-rate-limit-schedule command including parameter reorganization, constraint changes for gateway ARN pattern/length, added --cli-error-format option, and corrected bandwidth rate limit interval structure with time component ordering changes

Security assessment

Changes primarily involve documentation structure and parameter constraints without explicit security context. The gateway ARN pattern change (removed ^/$ anchors) and length constraint adjustment (500→180) appear to be documentation corrections rather than security fixes. Added error format options and parameter reordering improve usability but don't address vulnerabilities

Diff

diff --git a/cli/latest/reference/backup-gateway/put-bandwidth-rate-limit-schedule.md b/cli/latest/reference/backup-gateway/put-bandwidth-rate-limit-schedule.md
index 943e3f870..126477016 100644
--- a//cli/latest/reference/backup-gateway/put-bandwidth-rate-limit-schedule.md
+++ b//cli/latest/reference/backup-gateway/put-bandwidth-rate-limit-schedule.md
@@ -15 +15 @@
-  * [AWS CLI 2.33.29 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.0 Command Reference](../../index.html) »
@@ -67 +66,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/backup
-    --bandwidth-rate-limit-intervals <value>
@@ -68,0 +68 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/backup
+    --bandwidth-rate-limit-intervals <value>
@@ -88,0 +89 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/backup
+    [--cli-error-format <value>]
@@ -92,0 +94,12 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/backup
+`--gateway-arn` (string) [required]
+
+> The Amazon Resource Name (ARN) of the gateway. Use the ` `ListGateways` <https://docs.aws.amazon.com/aws-backup/latest/devguide/API_BGW_ListGateways>.html`__ operation to return a list of gateways for your account and Amazon Web Services Region.
+> 
+> Constraints:
+> 
+>   * min: `50`
+>   * max: `180`
+>   * pattern: `arn:(aws|aws-cn|aws-us-gov):backup-gateway(:[a-zA-Z-0-9]+){3}\/[a-zA-Z-0-9]+`
+> 
+
+
@@ -112,4 +124,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/backup
->>> ### Note
->>> 
->>> For Backup Gateway, the minimum value is `(Value)` .
->>> 
@@ -123 +132 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/backup
->> DaysOfWeek -> (list) [required]
+>> StartHourOfDay -> (integer) [required]
@@ -125 +134 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/backup
->>> The days of the week component of the bandwidth rate limit interval, represented as ordinal numbers from 0 to 6, where 0 represents Sunday and 6 represents Saturday.
+>>> The hour of the day to start the bandwidth rate limit interval.
@@ -129,6 +138,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/backup
->>>   * min: `1`
->>>   * max: `7`
->>> 
-
->>> 
->>> (integer)
+>>>   * min: `0`
+>>>   * max: `23`
@@ -136,5 +140,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/backup
->>>> Constraints:
->>>> 
->>>>   * min: `0`
->>>>   * max: `6`
->>>> 
@@ -152,0 +153,11 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/backup
+>> 
+>> StartMinuteOfHour -> (integer) [required]
+>>
+>>> The minute of the hour to start the bandwidth rate limit interval. The interval begins at the start of that minute. To begin an interval exactly at the start of the hour, use the value `0` .
+>>> 
+>>> Constraints:
+>>> 
+>>>   * min: `0`
+>>>   * max: `59`
+>>> 
+
@@ -169 +180 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/backup
->> StartHourOfDay -> (integer) [required]
+>> DaysOfWeek -> (list) [required]
@@ -171 +182 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/backup
->>> The hour of the day to start the bandwidth rate limit interval.
+>>> The days of the week component of the bandwidth rate limit interval, represented as ordinal numbers from 0 to 6, where 0 represents Sunday and 6 represents Saturday.
@@ -175,2 +186,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/backup
->>>   * min: `0`
->>>   * max: `23`
+>>>   * min: `1`
+>>>   * max: `7`
@@ -179,4 +189,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/backup
->> 
->> StartMinuteOfHour -> (integer) [required]
->>
->>> The minute of the hour to start the bandwidth rate limit interval. The interval begins at the start of that minute. To begin an interval exactly at the start of the hour, use the value `0` .
@@ -184,4 +191 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/backup
->>> Constraints:
->>> 
->>>   * min: `0`
->>>   * max: `59`
+>>> (integer)
@@ -188,0 +193,5 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/backup
+>>>> Constraints:
+>>>> 
+>>>>   * min: `0`
+>>>>   * max: `6`
+>>>> 
@@ -194 +203 @@ Shorthand Syntax:
-    AverageUploadRateLimitInBitsPerSec=long,DaysOfWeek=integer,integer,EndHourOfDay=integer,EndMinuteOfHour=integer,StartHourOfDay=integer,StartMinuteOfHour=integer ...
+    AverageUploadRateLimitInBitsPerSec=long,StartHourOfDay=integer,EndHourOfDay=integer,StartMinuteOfHour=integer,EndMinuteOfHour=integer,DaysOfWeek=integer,integer ...
@@ -203 +212 @@ JSON Syntax:
-        "DaysOfWeek": [integer, ...],
+        "StartHourOfDay": integer,
@@ -204,0 +214 @@ JSON Syntax:
+        "StartMinuteOfHour": integer,
@@ -206,2 +216 @@ JSON Syntax:
-        "StartHourOfDay": integer,
-        "StartMinuteOfHour": integer
+        "DaysOfWeek": [integer, ...]
@@ -213,12 +221,0 @@ JSON Syntax:
-`--gateway-arn` (string) [required]
-
-> The Amazon Resource Name (ARN) of the gateway. Use the ` `ListGateways` <https://docs.aws.amazon.com/aws-backup/latest/devguide/API_BGW_ListGateways>.html`__ operation to return a list of gateways for your account and Amazon Web Services Region.
-> 
-> Constraints:
-> 
->   * min: `50`
->   * max: `500`
->   * pattern: `^arn:(aws|aws-cn|aws-us-gov):backup-gateway(:[a-zA-Z-0-9]+){3}\/[a-zA-Z-0-9]+$`
-> 
-
-
@@ -255,0 +253 @@ The formatting style for command output.
+  * off
@@ -321,0 +320,13 @@ Disable automatically prompt for CLI input parameters.
+`--cli-error-format` (string)
+
+The formatting style for error output. By default, errors are displayed in enhanced format.
+
+  * legacy
+  * json
+  * yaml
+  * text
+  * table
+  * enhanced
+
+
+
@@ -331,2 +342,2 @@ GatewayArn -> (string)
->   * max: `500`
->   * pattern: `^arn:(aws|aws-cn|aws-us-gov):backup-gateway(:[a-zA-Z-0-9]+){3}\/[a-zA-Z-0-9]+$`
+>   * max: `180`
+>   * pattern: `arn:(aws|aws-cn|aws-us-gov):backup-gateway(:[a-zA-Z-0-9]+){3}\/[a-zA-Z-0-9]+`
@@ -346 +357 @@ GatewayArn -> (string)
-  * [AWS CLI 2.33.29 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.0 Command Reference](../../index.html) »