Skip to content

Commit f05f148

Browse files
Update generated code (#1685)
update generated code
1 parent a99f95b commit f05f148

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
- AWS api-change: Add DetailedStatus field to DescribeStackEvents and DescribeStacks APIs
88

9+
### Changed
10+
11+
- AWS enhancement: Documentation updates.
12+
913
## 1.5.1
1014

1115
### Changed

src/CloudFormationClient.php

+6-3
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ public function describeStackDriftDetectionStatus($input): DescribeStackDriftDet
4949

5050
/**
5151
* 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*.
5353
*
5454
* > You can list events for stacks that have failed to create or have been deleted by specifying the unique stack
5555
* > identifier (stack ID).
5656
*
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
5858
*
5959
* @see https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeStackEvents.html
6060
* @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
7575

7676
/**
7777
* 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*.
7980
*
8081
* > If the stack doesn't exist, a `ValidationError` is returned.
8182
*
83+
* [^1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stack-resource-configuration-complete.html
84+
*
8285
* @see https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeStacks.html
8386
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-cloudformation-2010-05-15.html#describestacks
8487
*

src/ValueObject/StackEvent.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ final class StackEvent
5151

5252
/**
5353
* Type of resource. (For more information, go to Amazon Web Services Resource Types Reference [^1] in the
54-
* CloudFormation User Guide.).
54+
* *CloudFormation User Guide*.).
5555
*
5656
* [^1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html
5757
*

0 commit comments

Comments
 (0)