Skip to content

Commit 9e6e6a3

Browse files
author
AWS
committed
Synthetics Update: This release introduces Group feature, which enables users to group cross-region canaries.
1 parent 4a248a4 commit 9e6e6a3

File tree

3 files changed

+521
-33
lines changed

3 files changed

+521
-33
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Synthetics",
4+
"contributor": "",
5+
"description": "This release introduces Group feature, which enables users to group cross-region canaries."
6+
}

services/synthetics/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,21 @@
1919
"input_token": "NextToken",
2020
"limit_key": "MaxResults",
2121
"output_token": "NextToken"
22+
},
23+
"ListAssociatedGroups": {
24+
"input_token": "NextToken",
25+
"limit_key": "MaxResults",
26+
"output_token": "NextToken"
27+
},
28+
"ListGroupResources": {
29+
"input_token": "NextToken",
30+
"limit_key": "MaxResults",
31+
"output_token": "NextToken"
32+
},
33+
"ListGroups": {
34+
"input_token": "NextToken",
35+
"limit_key": "MaxResults",
36+
"output_token": "NextToken"
2237
}
2338
}
2439
}

0 commit comments

Comments
 (0)