Skip to content

Commit 2db598a

Browse files
author
AWS
committed
Amazon Managed Grafana Update: This release adds new ServiceAccount and ServiceAccountToken APIs.
1 parent e0d2e83 commit 2db598a

File tree

3 files changed

+563
-8
lines changed

3 files changed

+563
-8
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 Managed Grafana",
4+
"contributor": "",
5+
"description": "This release adds new ServiceAccount and ServiceAccountToken APIs."
6+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@
1212
"limit_key": "maxResults",
1313
"result_key": "grafanaVersions"
1414
},
15+
"ListWorkspaceServiceAccountTokens": {
16+
"input_token": "nextToken",
17+
"output_token": "nextToken",
18+
"limit_key": "maxResults",
19+
"result_key": "serviceAccountTokens"
20+
},
21+
"ListWorkspaceServiceAccounts": {
22+
"input_token": "nextToken",
23+
"output_token": "nextToken",
24+
"limit_key": "maxResults",
25+
"result_key": "serviceAccounts"
26+
},
1527
"ListWorkspaces": {
1628
"input_token": "nextToken",
1729
"output_token": "nextToken",

0 commit comments

Comments
 (0)