Skip to content

Commit e334cb4

Browse files
author
AWS
committed
Amazon CloudWatch Evidently Update: This release adds support for the new segmentation feature.
1 parent b3d0744 commit e334cb4

File tree

3 files changed

+500
-7
lines changed

3 files changed

+500
-7
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": "Amazon CloudWatch Evidently",
4+
"contributor": "",
5+
"description": "This release adds support for the new segmentation feature."
6+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@
2323
"output_token": "nextToken",
2424
"limit_key": "maxResults",
2525
"result_key": "projects"
26+
},
27+
"ListSegmentReferences": {
28+
"input_token": "nextToken",
29+
"output_token": "nextToken",
30+
"limit_key": "maxResults",
31+
"result_key": "referencedBy"
32+
},
33+
"ListSegments": {
34+
"input_token": "nextToken",
35+
"output_token": "nextToken",
36+
"limit_key": "maxResults",
37+
"result_key": "segments"
2638
}
2739
}
2840
}

0 commit comments

Comments
 (0)