-
Notifications
You must be signed in to change notification settings - Fork 669
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix broken jmespath waiters in cloudwatch and autoscaling (#2984)
- Loading branch information
Showing
12 changed files
with
316 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"id": "51679833-4aa1-4999-8c84-c0f9f62d13bb", | ||
"type": "bugfix", | ||
"description": "Switch to generated waiters, removing the dependency on go-jmespath and fixing broken waiters that used ordering comparators.", | ||
"modules": [ | ||
"service/autoscaling", | ||
"service/cloudwatch" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
a7d0f1ef5f730836889f670f8d739456fc940779 | ||
d708d1d4ae7dc9bc80ae20d1e09623fba519e9d7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
165 changes: 100 additions & 65 deletions
165
service/autoscaling/api_op_DescribeAutoScalingGroups.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.