Skip to content

Commit f807e9e

Browse files
author
AWS
committed
AWS Systems Manager for SAP Update: AWS Systems Manager for SAP added support for registration and discovery of distributed ABAP applications
1 parent 94a066a commit f807e9e

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
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": "AWS Systems Manager for SAP added support for registration and discovery of distributed ABAP applications"
6+
}

services/ssmsap/src/main/resources/codegen-resources/service-2.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,35 @@
680680
"type":"list",
681681
"member":{"shape":"ComponentId"}
682682
},
683+
"ComponentInfo":{
684+
"type":"structure",
685+
"required":[
686+
"ComponentType",
687+
"Sid",
688+
"Ec2InstanceId"
689+
],
690+
"members":{
691+
"ComponentType":{
692+
"shape":"ComponentType",
693+
"documentation":"<p>This string is the type of the component.</p> <p>Accepted value is <code>WD</code>.</p>"
694+
},
695+
"Sid":{
696+
"shape":"SID",
697+
"documentation":"<p>This string is the SAP System ID of the component.</p> <p>Accepted values are alphanumeric.</p>"
698+
},
699+
"Ec2InstanceId":{
700+
"shape":"InstanceId",
701+
"documentation":"<p>This is the Amazon EC2 instance on which your SAP component is running.</p> <p>Accepted values are alphanumeric.</p>"
702+
}
703+
},
704+
"documentation":"<p>This is information about the component of your SAP application, such as Web Dispatcher.</p>"
705+
},
706+
"ComponentInfoList":{
707+
"type":"list",
708+
"member":{"shape":"ComponentInfo"},
709+
"max":5,
710+
"min":0
711+
},
683712
"ComponentStatus":{
684713
"type":"string",
685714
"enum":[
@@ -1612,6 +1641,10 @@
16121641
"DatabaseArn":{
16131642
"shape":"SsmSapArn",
16141643
"documentation":"<p>The Amazon Resource Name of the SAP HANA database.</p>"
1644+
},
1645+
"ComponentsInfo":{
1646+
"shape":"ComponentInfoList",
1647+
"documentation":"<p>This is an optional parameter for component details to which the SAP ABAP application is attached, such as Web Dispatcher.</p> <p>This is an array of ApplicationComponent objects. You may input 0 to 5 items.</p>"
16151648
}
16161649
}
16171650
},

0 commit comments

Comments
 (0)