Skip to content

Commit 04a1a36

Browse files
Update generated code (#1690)
update generated code
1 parent 5e207ee commit 04a1a36

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"variables": {
3-
"${LATEST}": "3.301.2"
3+
"${LATEST}": "3.301.3"
44
},
55
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
66
"services": {

src/Service/CloudFormation/src/ValueObject/RollbackConfiguration.php

Lines changed: 1 addition & 1 deletion
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/Service/CloudFormation/src/ValueObject/RollbackTrigger.php

Lines changed: 2 additions & 2 deletions
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

src/Service/CloudWatchLogs/src/ValueObject/RejectedLogEventsInfo.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
final class RejectedLogEventsInfo
99
{
1010
/**
11-
* The log events that are too new.
11+
* The index of the first log event that is too new. This field is inclusive.
1212
*
1313
* @var int|null
1414
*/
1515
private $tooNewLogEventStartIndex;
1616

1717
/**
18-
* The log events that are dated too far in the past.
18+
* The index of the last log event that is too old. This field is exclusive.
1919
*
2020
* @var int|null
2121
*/

0 commit comments

Comments
 (0)