Skip to content

Commit cbcdf02

Browse files
author
AWS
committed
Amazon Elastic Kubernetes Service Update: Add support for cluster insights, new EKS capability that surfaces potentially upgrade impacting issues.
1 parent a2423fd commit cbcdf02

File tree

3 files changed

+358
-3
lines changed

3 files changed

+358
-3
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 Elastic Kubernetes Service",
4+
"contributor": "",
5+
"description": "Add support for cluster insights, new EKS capability that surfaces potentially upgrade impacting issues."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@
5858
"output_token": "nextToken",
5959
"result_key": "identityProviderConfigs"
6060
},
61+
"ListInsights": {
62+
"input_token": "nextToken",
63+
"limit_key": "maxResults",
64+
"output_token": "nextToken",
65+
"result_key": "insights"
66+
},
6167
"ListNodegroups": {
6268
"input_token": "nextToken",
6369
"limit_key": "maxResults",

0 commit comments

Comments
 (0)