AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/backup-gateway/get-hypervisor.md

Summary

Updated CLI reference version from 2.33.29 to 2.34.0, added --cli-error-format parameter, adjusted regex patterns, and reorganized parameter documentation

Security assessment

Changes appear to be routine documentation updates for new CLI version features. Regex pattern adjustments (like removing ^ anchor) are syntax corrections rather than security fixes. Added error formatting options improve usability but don't address vulnerabilities. No mention of CVEs, vulnerabilities, or security enhancements.

Diff

diff --git a/cli/latest/reference/backup-gateway/get-hypervisor.md b/cli/latest/reference/backup-gateway/get-hypervisor.md
index c53680caa..6cd2971f4 100644
--- a//cli/latest/reference/backup-gateway/get-hypervisor.md
+++ b//cli/latest/reference/backup-gateway/get-hypervisor.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>]
@@ -100 +101 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/backup
->   * pattern: `^arn:(aws|aws-cn|aws-us-gov):backup-gateway(:[a-zA-Z-0-9]+){3}\/[a-zA-Z-0-9]+$`
+>   * 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
+
+
+
@@ -215 +230 @@ Hypervisor -> (structure)
->>   * pattern: `^.+$`
+>>   * pattern: `.+`
@@ -227 +242 @@ Hypervisor -> (structure)
->>   * pattern: `^arn:(aws|aws-cn|aws-us-gov):backup-gateway(:[a-zA-Z-0-9]+){3}\/[a-zA-Z-0-9]+$`
+>>   * pattern: `arn:(aws|aws-cn|aws-us-gov):backup-gateway(:[a-zA-Z-0-9]+){3}\/[a-zA-Z-0-9]+`
@@ -239 +254 @@ Hypervisor -> (structure)
->>   * pattern: `^(^arn:(aws|aws-cn|aws-us-gov):kms:([a-zA-Z0-9-]+):([0-9]+):(key|alias)/(\S+)$)|(^alias/(\S+)$)$`
+>>   * pattern: `(^arn:(aws|aws-cn|aws-us-gov):kms:([a-zA-Z0-9-]+):([0-9]+):(key|alias)/(\S+)$)|(^alias/(\S+)$)`
@@ -243,5 +258 @@ Hypervisor -> (structure)
-> LastSuccessfulMetadataSyncTime -> (timestamp)
->
->> This is the time when the most recent successful sync of metadata occurred.
-> 
-> LatestMetadataSyncStatus -> (string)
+> Name -> (string)
@@ -249 +260 @@ Hypervisor -> (structure)
->> This is the most recent status for the indicated metadata sync.
+>> This is the name of the specified hypervisor.
@@ -251 +262 @@ Hypervisor -> (structure)
->> Possible values:
+>> Constraints:
@@ -253,5 +264,3 @@ Hypervisor -> (structure)
->>   * `CREATED`
->>   * `RUNNING`
->>   * `FAILED`
->>   * `PARTIALLY_FAILED`
->>   * `SUCCEEDED`
+>>   * min: `1`
+>>   * max: `100`
+>>   * pattern: `[a-zA-Z0-9-]*`
@@ -260,4 +268,0 @@ Hypervisor -> (structure)
-> 
-> LatestMetadataSyncStatusMessage -> (string)
->
->> This is the most recent status for the indicated metadata sync.
@@ -273,13 +278 @@ Hypervisor -> (structure)
->>   * pattern: `^$|^arn:(aws|aws-cn|aws-us-gov):logs:([a-zA-Z0-9-]+):([0-9]+):log-group:[a-zA-Z0-9_\-\/\.]+:\*$`
->> 
-
-> 
-> Name -> (string)
->
->> This is the name of the specified hypervisor.
->> 
->> Constraints:
->> 
->>   * min: `1`
->>   * max: `100`
->>   * pattern: `^[a-zA-Z0-9-]*$`
+>>   * pattern: `$|^arn:(aws|aws-cn|aws-us-gov):logs:([a-zA-Z0-9-]+):([0-9]+):log-group:[a-zA-Z0-9_\-\/\.]+:\*`
@@ -302,0 +296,22 @@ Hypervisor -> (structure)
+> 
+> LastSuccessfulMetadataSyncTime -> (timestamp)
+>
+>> This is the time when the most recent successful sync of metadata occurred.
+> 
+> LatestMetadataSyncStatusMessage -> (string)
+>
+>> This is the most recent status for the indicated metadata sync.
+> 
+> LatestMetadataSyncStatus -> (string)
+>
+>> This is the most recent status for the indicated metadata sync.
+>> 
+>> Possible values:
+>> 
+>>   * `CREATED`
+>>   * `RUNNING`
+>>   * `FAILED`
+>>   * `PARTIALLY_FAILED`
+>>   * `SUCCEEDED`
+>> 
+
@@ -314 +329 @@ Hypervisor -> (structure)
-  * [AWS CLI 2.33.29 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.0 Command Reference](../../index.html) »