@@ -49,12 +49,12 @@ public function describeStackDriftDetectionStatus($input): DescribeStackDriftDet
49
49
50
50
/**
51
51
* Returns all stack related events for a specified stack in reverse chronological order. For more information about a
52
- * stack's event history, go to Stacks [^1] in the *CloudFormation User Guide*.
52
+ * stack's event history, see CloudFormation stack creation events [^1] in the *CloudFormation User Guide*.
53
53
*
54
54
* > You can list events for stacks that have failed to create or have been deleted by specifying the unique stack
55
55
* > identifier (stack ID).
56
56
*
57
- * [^1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/concept- stack.html
57
+ * [^1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stack-resource-configuration-complete .html
58
58
*
59
59
* @see https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeStackEvents.html
60
60
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-cloudformation-2010-05-15.html#describestackevents
@@ -75,10 +75,13 @@ public function describeStackEvents($input = []): DescribeStackEventsOutput
75
75
76
76
/**
77
77
* Returns the description for the specified stack; if no stack name was specified, then it returns the description for
78
- * all the stacks created.
78
+ * all the stacks created. For more information about a stack's event history, see CloudFormation stack creation events
79
+ * [^1] in the *CloudFormation User Guide*.
79
80
*
80
81
* > If the stack doesn't exist, a `ValidationError` is returned.
81
82
*
83
+ * [^1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stack-resource-configuration-complete.html
84
+ *
82
85
* @see https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeStacks.html
83
86
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-cloudformation-2010-05-15.html#describestacks
84
87
*
0 commit comments