Skip to content

Commit

Permalink
fix broken jmespath waiters in cloudwatch and autoscaling (#2984)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucix-aws authored Jan 23, 2025
1 parent 613a6cf commit 640d919
Show file tree
Hide file tree
Showing 12 changed files with 316 additions and 120 deletions.
9 changes: 9 additions & 0 deletions .changelog/516798334aa149998c84c0f9f62d13bb.json
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"
]
}
2 changes: 1 addition & 1 deletion SMITHY_GO_CODEGEN_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a7d0f1ef5f730836889f670f8d739456fc940779
d708d1d4ae7dc9bc80ae20d1e09623fba519e9d7
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@

public class AwsWaiters2 extends Waiters2 {
public static final List<ShapeId> PHASED_ROLLOUT_SERVICES = List.of(
ShapeId.from("com.amazonaws.ec2#AmazonEC2")
ShapeId.from("com.amazonaws.ec2#AmazonEC2"),
ShapeId.from("com.amazonaws.autoscaling#AutoScaling_2011_01_01"),
ShapeId.from("com.amazonaws.cloudwatch#GraniteServiceVersion20100801")
);

@Override
Expand Down
165 changes: 100 additions & 65 deletions service/autoscaling/api_op_DescribeAutoScalingGroups.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 640d919

Please sign in to comment.