Skip to content

Commit eed8f5a

Browse files
author
AWS
committed
AWS Systems Manager for SAP Update: Add new attributes to the outputs of GetApplication and GetDatabase APIs.
1 parent 1453e03 commit eed8f5a

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
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": "Add new attributes to the outputs of GetApplication and GetDatabase APIs."
6+
}

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

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
"version":"2.0",
33
"metadata":{
44
"apiVersion":"2018-05-10",
5+
"auth":["aws.auth#sigv4"],
56
"endpointPrefix":"ssm-sap",
6-
"jsonVersion":"1.1",
77
"protocol":"rest-json",
8+
"protocols":["rest-json"],
89
"serviceAbbreviation":"SsmSap",
910
"serviceFullName":"AWS Systems Manager for SAP",
1011
"serviceId":"Ssm Sap",
@@ -406,10 +407,18 @@
406407
"StatusMessage":{
407408
"shape":"String",
408409
"documentation":"<p>The status message.</p>"
410+
},
411+
"AssociatedApplicationArns":{
412+
"shape":"ApplicationArnList",
413+
"documentation":"<p>The Amazon Resource Names of the associated AWS Systems Manager for SAP applications.</p>"
409414
}
410415
},
411416
"documentation":"<p>An SAP application registered with AWS Systems Manager for SAP.</p>"
412417
},
418+
"ApplicationArnList":{
419+
"type":"list",
420+
"member":{"shape":"SsmSapArn"}
421+
},
413422
"ApplicationCredential":{
414423
"type":"structure",
415424
"required":[
@@ -451,7 +460,9 @@
451460
},
452461
"ApplicationId":{
453462
"type":"string",
454-
"pattern":"[\\w\\d]{1,50}"
463+
"max":60,
464+
"min":1,
465+
"pattern":"[\\w\\d\\.-]+"
455466
},
456467
"ApplicationStatus":{
457468
"type":"string",
@@ -655,8 +666,14 @@
655666
},
656667
"documentation":"<p>The SAP component of your application.</p>"
657668
},
669+
"ComponentArnList":{
670+
"type":"list",
671+
"member":{"shape":"SsmSapArn"}
672+
},
658673
"ComponentId":{
659674
"type":"string",
675+
"max":100,
676+
"min":1,
660677
"pattern":"[\\w\\d-]+"
661678
},
662679
"ComponentIdList":{
@@ -784,6 +801,10 @@
784801
"LastUpdated":{
785802
"shape":"Timestamp",
786803
"documentation":"<p>The time at which the database was last updated.</p>"
804+
},
805+
"ConnectedComponentArns":{
806+
"shape":"ComponentArnList",
807+
"documentation":"<p>The Amazon Resource Names of the connected AWS Systems Manager for SAP components.</p>"
787808
}
788809
},
789810
"documentation":"<p>The SAP HANA database of the application registered with AWS Systems Manager for SAP.</p>"
@@ -815,6 +836,8 @@
815836
},
816837
"DatabaseId":{
817838
"type":"string",
839+
"max":300,
840+
"min":1,
818841
"pattern":".*[\\w\\d]+"
819842
},
820843
"DatabaseIdList":{

0 commit comments

Comments
 (0)