Skip to content

Commit d4e46a4

Browse files
author
AWS
committed
Amazon CloudWatch Update: SDK update for new Metric Streams feature
1 parent 74e891c commit d4e46a4

File tree

3 files changed

+376
-2
lines changed

3 files changed

+376
-2
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",
4+
"contributor": "",
5+
"description": "SDK update for new Metric Streams feature"
6+
}

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@
3737
"output_token": "NextToken",
3838
"result_key": "DashboardEntries"
3939
},
40+
"ListMetricStreams": {
41+
"input_token": "NextToken",
42+
"limit_key": "MaxResults",
43+
"output_token": "NextToken"
44+
},
4045
"ListMetrics": {
4146
"input_token": "NextToken",
4247
"output_token": "NextToken",

0 commit comments

Comments
 (0)