AWS cli documentation change
Summary
Updated CLI version reference from 2.27.45 to 2.27.46, improved nested stack documentation wording, and clarified UNKNOWN drift status description
Security assessment
Changes focus on documentation clarity improvements (e.g., changing 'Embed stacks' to 'Nested stacks' link text) and updating status descriptions. The UNKNOWN status clarification provides operational context but doesn't address security vulnerabilities or introduce security controls.
Diff
diff --git a/cli/latest/reference/cloudformation/list-stacks.md b/cli/latest/reference/cloudformation/list-stacks.md index 2e3d3d0dc..ff9f21748 100644 --- a//cli/latest/reference/cloudformation/list-stacks.md +++ b//cli/latest/reference/cloudformation/list-stacks.md @@ -15 +15 @@ - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) » @@ -278 +278 @@ StackSummaries -> (list) -> A list of `StackSummary` structures containing information about the specified stacks. +> A list of `StackSummary` structures that contains information about the specified stacks. @@ -318 +318 @@ StackSummaries -> (list) ->>> For nested stacks–stacks created as resources for another stack–the stack ID of the direct parent of this stack. For the first level of nested stacks, the root stack is also the parent stack. +>>> For nested stacks, the stack ID of the direct parent of this stack. For the first level of nested stacks, the root stack is also the parent stack. @@ -320 +320 @@ StackSummaries -> (list) ->>> For more information, see [Embed stacks within other stacks using nested stacks](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html) in the _CloudFormation User Guide_ . +>>> For more information, see [Nested stacks](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html) in the _CloudFormation User Guide_ . @@ -324 +324 @@ StackSummaries -> (list) ->>> For nested stacks–stacks created as resources for another stack–the stack ID of the top-level stack to which the nested stack ultimately belongs. +>>> For nested stacks, the stack ID of the top-level stack to which the nested stack ultimately belongs. @@ -326 +326 @@ StackSummaries -> (list) ->>> For more information, see [Embed stacks within other stacks using nested stacks](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html) in the _CloudFormation User Guide_ . +>>> For more information, see [Nested stacks](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html) in the _CloudFormation User Guide_ . @@ -339 +339 @@ StackSummaries -> (list) ->>>> * `UNKNOWN` : This value is reserved for future use. +>>>> * `UNKNOWN` : CloudFormation could not run drift detection for a resource in the stack. @@ -361 +361 @@ NextToken -> (string) - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) »