Skip to content

Commit 1604936

Browse files
author
AWS
committed
AWS Systems Manager for SAP Update: Added support for Configuration Checks on SAP HANA Applications.
1 parent f0ca5ed commit 1604936

File tree

3 files changed

+518
-9
lines changed

3 files changed

+518
-9
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 Systems Manager for SAP",
4+
"contributor": "",
5+
"description": "Added support for Configuration Checks on SAP HANA Applications."
6+
}

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@
1212
"limit_key": "MaxResults",
1313
"result_key": "Components"
1414
},
15+
"ListConfigurationCheckDefinitions": {
16+
"input_token": "NextToken",
17+
"output_token": "NextToken",
18+
"limit_key": "MaxResults",
19+
"result_key": "ConfigurationChecks"
20+
},
21+
"ListConfigurationCheckOperations": {
22+
"input_token": "NextToken",
23+
"output_token": "NextToken",
24+
"limit_key": "MaxResults",
25+
"result_key": "ConfigurationCheckOperations"
26+
},
1527
"ListDatabases": {
1628
"input_token": "NextToken",
1729
"output_token": "NextToken",
@@ -29,6 +41,18 @@
2941
"output_token": "NextToken",
3042
"limit_key": "MaxResults",
3143
"result_key": "Operations"
44+
},
45+
"ListSubCheckResults": {
46+
"input_token": "NextToken",
47+
"output_token": "NextToken",
48+
"limit_key": "MaxResults",
49+
"result_key": "SubCheckResults"
50+
},
51+
"ListSubCheckRuleResults": {
52+
"input_token": "NextToken",
53+
"output_token": "NextToken",
54+
"limit_key": "MaxResults",
55+
"result_key": "RuleResults"
3256
}
3357
}
3458
}

0 commit comments

Comments
 (0)