Skip to content

Commit fea9f4e

Browse files
author
AWS
committed
AWS Well-Architected Tool Update: This update provides support for Well-Architected API users to use custom lens features.
1 parent 049ac88 commit fea9f4e

File tree

3 files changed

+676
-30
lines changed

3 files changed

+676
-30
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": "AWS Well-Architected Tool",
4+
"contributor": "",
5+
"description": "This update provides support for Well-Architected API users to use custom lens features."
6+
}

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
"output_token": "NextToken",
1616
"limit_key": "MaxResults"
1717
},
18+
"ListLensShares": {
19+
"input_token": "NextToken",
20+
"output_token": "NextToken",
21+
"limit_key": "MaxResults"
22+
},
1823
"ListLenses": {
1924
"input_token": "NextToken",
2025
"output_token": "NextToken",

0 commit comments

Comments
 (0)