AWS cli documentation change
Summary
Updated CLI version reference from 2.27.45 to 2.27.46, improved wording consistency ('containing' -> 'that contains'), added documentation for UNKNOWN drift status, and added DriftStatusReason field description
Security assessment
Changes are grammatical improvements and documentation clarifications about drift detection statuses. The addition of UNKNOWN status explanation improves transparency but doesn't indicate a security vulnerability. No security features or vulnerabilities are mentioned.
Diff
diff --git a/cli/latest/reference/cloudformation/detect-stack-resource-drift.md b/cli/latest/reference/cloudformation/detect-stack-resource-drift.md index 59d511e54..a885bd71a 100644 --- a//cli/latest/reference/cloudformation/detect-stack-resource-drift.md +++ b//cli/latest/reference/cloudformation/detect-stack-resource-drift.md @@ -15 +15 @@ - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) » @@ -292 +292 @@ StackResourceDrift -> (structure) ->> A JSON structure containing the expected property values of the stack resource, as defined in the stack template and any values specified as template parameters. +>> A JSON structure that contains the expected property values of the stack resource, as defined in the stack template and any values specified as template parameters. @@ -298 +298 @@ StackResourceDrift -> (structure) ->> A JSON structure containing the actual property values of the stack resource. +>> A JSON structure that contains the actual property values of the stack resource. @@ -339,0 +340 @@ StackResourceDrift -> (structure) +>> * `UNKNOWN` : CloudFormation could not run drift detection for the resource. See the `DriftStatusReason` for details. @@ -353 +354 @@ StackResourceDrift -> (structure) ->>> A concatenated list of the module type or types containing the resource. Module types are listed starting with the inner-most nested module, and separated by `/` . +>>> A concatenated list of the module type or types that contains the resource. Module types are listed starting with the inner-most nested module, and separated by `/` . @@ -361 +362 @@ StackResourceDrift -> (structure) ->>> A concatenated list of the logical IDs of the module or modules containing the resource. Modules are listed starting with the inner-most nested module, and separated by `/` . +>>> A concatenated list of the logical IDs of the module or modules that contains the resource. Modules are listed starting with the inner-most nested module, and separated by `/` . @@ -367,0 +369,4 @@ StackResourceDrift -> (structure) +> +> DriftStatusReason -> (string) +> +>> The reason for the drift status. @@ -379 +384 @@ StackResourceDrift -> (structure) - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) »