AWS cli documentation change
Summary
Modified bandwidth rate limit parameters, constraints, and added error format option
Security assessment
Changes involve parameter constraint adjustments (ARN pattern, time values) and output formatting options. While affecting configuration controls, there's no explicit mention of vulnerabilities or security mitigations. The pattern change from ^arn... to arn... appears to be a documentation correction rather than a security fix.
Diff
diff --git a/cli/latest/reference/backup-gateway/get-bandwidth-rate-limit-schedule.md b/cli/latest/reference/backup-gateway/get-bandwidth-rate-limit-schedule.md index bb1bae9a4..e5ce3f1bb 100644 --- a//cli/latest/reference/backup-gateway/get-bandwidth-rate-limit-schedule.md +++ b//cli/latest/reference/backup-gateway/get-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) » @@ -87,0 +88 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/backup + [--cli-error-format <value>] @@ -99,2 +100,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/backup -> * 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]+` @@ -134,0 +136 @@ The formatting style for command output. + * off @@ -200,0 +203,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 + + + @@ -202,0 +218,12 @@ Disable automatically prompt for CLI input parameters. +GatewayArn -> (string) + +> 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]+` +> + + @@ -222,4 +248,0 @@ BandwidthRateLimitIntervals -> (list) ->>> ### Note ->>> ->>> For Backup Gateway, the minimum value is `(Value)` . ->>> @@ -233 +256 @@ BandwidthRateLimitIntervals -> (list) ->> DaysOfWeek -> (list) [required] +>> StartHourOfDay -> (integer) [required] @@ -235 +258 @@ BandwidthRateLimitIntervals -> (list) ->>> 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. @@ -239,6 +262,2 @@ BandwidthRateLimitIntervals -> (list) ->>> * min: `1` ->>> * max: `7` ->>> - ->>> ->>> (integer) +>>> * min: `0` +>>> * max: `23` @@ -246,5 +264,0 @@ BandwidthRateLimitIntervals -> (list) ->>>> Constraints: ->>>> ->>>> * min: `0` ->>>> * max: `6` ->>>> @@ -264 +278 @@ BandwidthRateLimitIntervals -> (list) ->> EndMinuteOfHour -> (integer) [required] +>> StartMinuteOfHour -> (integer) [required] @@ -266,5 +280 @@ BandwidthRateLimitIntervals -> (list) ->>> The minute of the hour to end the bandwidth rate limit interval. ->>> ->>> ### Warning ->>> ->>> The bandwidth rate limit interval ends at the end of the minute. To end an interval at the end of an hour, use the value `59` . +>>> 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` . @@ -279 +289 @@ BandwidthRateLimitIntervals -> (list) ->> StartHourOfDay -> (integer) [required] +>> EndMinuteOfHour -> (integer) [required] @@ -281 +291,5 @@ BandwidthRateLimitIntervals -> (list) ->>> The hour of the day to start the bandwidth rate limit interval. +>>> The minute of the hour to end the bandwidth rate limit interval. +>>> +>>> ### Warning +>>> +>>> The bandwidth rate limit interval ends at the end of the minute. To end an interval at the end of an hour, use the value `59` . @@ -286 +300 @@ BandwidthRateLimitIntervals -> (list) ->>> * max: `23` +>>> * max: `59` @@ -290 +304 @@ BandwidthRateLimitIntervals -> (list) ->> StartMinuteOfHour -> (integer) [required] +>> DaysOfWeek -> (list) [required] @@ -292 +306 @@ BandwidthRateLimitIntervals -> (list) ->>> 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` . +>>> 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. @@ -296,2 +310,2 @@ BandwidthRateLimitIntervals -> (list) ->>> * min: `0` ->>> * max: `59` +>>> * min: `1` +>>> * max: `7` @@ -300,11 +314,8 @@ BandwidthRateLimitIntervals -> (list) - -GatewayArn -> (string) - -> 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]+$` -> +>>> +>>> (integer) +>>> +>>>> Constraints: +>>>> +>>>> * min: `0` +>>>> * max: `6` +>>>> @@ -323 +334 @@ GatewayArn -> (string) - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) »