Skip to content

Commit 3c1f621

Browse files
Update generated code (#1690)
update generated code
1 parent 2cfac29 commit 3c1f621

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/ValueObject/RollbackConfiguration.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ final class RollbackConfiguration
4242
* If you specify a monitoring period but don't specify any rollback triggers, CloudFormation still waits the specified
4343
* period of time before cleaning up old resources after update operations. You can use this monitoring period to
4444
* perform any manual stack validation desired, and manually cancel the stack creation or update (using
45-
* `CancelUpdateStack` [^1], for example) as necessary.
45+
* CancelUpdateStack [^1], for example) as necessary.
4646
*
4747
* If you specify 0 for this parameter, CloudFormation still monitors the specified rollback triggers during stack
4848
* creation and update operations. Then, for update operations, it begins disposing of old resources immediately once

src/ValueObject/RollbackTrigger.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ final class RollbackTrigger
2121
private $arn;
2222

2323
/**
24-
* The resource type of the rollback trigger. Specify either `AWS::CloudWatch::Alarm` [^1] or
25-
* `AWS::CloudWatch::CompositeAlarm` [^2] resource types.
24+
* The resource type of the rollback trigger. Specify either AWS::CloudWatch::Alarm [^1] or
25+
* AWS::CloudWatch::CompositeAlarm [^2] resource types.
2626
*
2727
* [^1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html
2828
* [^2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html

0 commit comments

Comments
 (0)