Skip to content

Commit e3b2cad

Browse files
author
AWS
committed
AWS Systems Manager for SAP Update: Added "Stopping" for the HANA Database Status.
1 parent 4559ac0 commit e3b2cad

File tree

2 files changed

+38
-16
lines changed

2 files changed

+38
-16
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 \"Stopping\" for the HANA Database Status."
6+
}

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

Lines changed: 32 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
{"shape":"ValidationException"},
6060
{"shape":"InternalServerException"}
6161
],
62-
"documentation":"<p>Gets an application registered with AWS Systems Manager for SAP. It also returns the components of the application.</p>"
62+
"documentation":"<p>Gets an application registered with AWS Systems Manager for SAP. It also returns the components of the application.</p>",
63+
"readonly":true
6364
},
6465
"GetComponent":{
6566
"name":"GetComponent",
@@ -75,7 +76,8 @@
7576
{"shape":"ValidationException"},
7677
{"shape":"InternalServerException"}
7778
],
78-
"documentation":"<p>Gets the component of an application registered with AWS Systems Manager for SAP.</p>"
79+
"documentation":"<p>Gets the component of an application registered with AWS Systems Manager for SAP.</p>",
80+
"readonly":true
7981
},
8082
"GetConfigurationCheckOperation":{
8183
"name":"GetConfigurationCheckOperation",
@@ -90,7 +92,8 @@
9092
{"shape":"ValidationException"},
9193
{"shape":"InternalServerException"}
9294
],
93-
"documentation":"<p>Gets the details of a configuration check operation by specifying the operation ID.</p>"
95+
"documentation":"<p>Gets the details of a configuration check operation by specifying the operation ID.</p>",
96+
"readonly":true
9497
},
9598
"GetDatabase":{
9699
"name":"GetDatabase",
@@ -105,7 +108,8 @@
105108
{"shape":"ValidationException"},
106109
{"shape":"InternalServerException"}
107110
],
108-
"documentation":"<p>Gets the SAP HANA database of an application registered with AWS Systems Manager for SAP.</p>"
111+
"documentation":"<p>Gets the SAP HANA database of an application registered with AWS Systems Manager for SAP.</p>",
112+
"readonly":true
109113
},
110114
"GetOperation":{
111115
"name":"GetOperation",
@@ -120,7 +124,8 @@
120124
{"shape":"ValidationException"},
121125
{"shape":"InternalServerException"}
122126
],
123-
"documentation":"<p>Gets the details of an operation by specifying the operation ID.</p>"
127+
"documentation":"<p>Gets the details of an operation by specifying the operation ID.</p>",
128+
"readonly":true
124129
},
125130
"GetResourcePermission":{
126131
"name":"GetResourcePermission",
@@ -152,7 +157,8 @@
152157
{"shape":"ValidationException"},
153158
{"shape":"InternalServerException"}
154159
],
155-
"documentation":"<p>Lists all the applications registered with AWS Systems Manager for SAP.</p>"
160+
"documentation":"<p>Lists all the applications registered with AWS Systems Manager for SAP.</p>",
161+
"readonly":true
156162
},
157163
"ListComponents":{
158164
"name":"ListComponents",
@@ -169,7 +175,8 @@
169175
{"shape":"ValidationException"},
170176
{"shape":"InternalServerException"}
171177
],
172-
"documentation":"<p>Lists all the components registered with AWS Systems Manager for SAP.</p>"
178+
"documentation":"<p>Lists all the components registered with AWS Systems Manager for SAP.</p>",
179+
"readonly":true
173180
},
174181
"ListConfigurationCheckDefinitions":{
175182
"name":"ListConfigurationCheckDefinitions",
@@ -184,7 +191,8 @@
184191
{"shape":"ValidationException"},
185192
{"shape":"InternalServerException"}
186193
],
187-
"documentation":"<p>Lists all configuration check types supported by AWS Systems Manager for SAP.</p>"
194+
"documentation":"<p>Lists all configuration check types supported by AWS Systems Manager for SAP.</p>",
195+
"readonly":true
188196
},
189197
"ListConfigurationCheckOperations":{
190198
"name":"ListConfigurationCheckOperations",
@@ -200,7 +208,8 @@
200208
{"shape":"ValidationException"},
201209
{"shape":"InternalServerException"}
202210
],
203-
"documentation":"<p>Lists the configuration check operations performed by AWS Systems Manager for SAP.</p>"
211+
"documentation":"<p>Lists the configuration check operations performed by AWS Systems Manager for SAP.</p>",
212+
"readonly":true
204213
},
205214
"ListDatabases":{
206215
"name":"ListDatabases",
@@ -216,7 +225,8 @@
216225
{"shape":"ValidationException"},
217226
{"shape":"InternalServerException"}
218227
],
219-
"documentation":"<p>Lists the SAP HANA databases of an application registered with AWS Systems Manager for SAP.</p>"
228+
"documentation":"<p>Lists the SAP HANA databases of an application registered with AWS Systems Manager for SAP.</p>",
229+
"readonly":true
220230
},
221231
"ListOperationEvents":{
222232
"name":"ListOperationEvents",
@@ -231,7 +241,8 @@
231241
{"shape":"ValidationException"},
232242
{"shape":"InternalServerException"}
233243
],
234-
"documentation":"<p>Returns a list of operations events.</p> <p>Available parameters include <code>OperationID</code>, as well as optional parameters <code>MaxResults</code>, <code>NextToken</code>, and <code>Filters</code>.</p>"
244+
"documentation":"<p>Returns a list of operations events.</p> <p>Available parameters include <code>OperationID</code>, as well as optional parameters <code>MaxResults</code>, <code>NextToken</code>, and <code>Filters</code>.</p>",
245+
"readonly":true
235246
},
236247
"ListOperations":{
237248
"name":"ListOperations",
@@ -246,7 +257,8 @@
246257
{"shape":"ValidationException"},
247258
{"shape":"InternalServerException"}
248259
],
249-
"documentation":"<p>Lists the operations performed by AWS Systems Manager for SAP.</p>"
260+
"documentation":"<p>Lists the operations performed by AWS Systems Manager for SAP.</p>",
261+
"readonly":true
250262
},
251263
"ListSubCheckResults":{
252264
"name":"ListSubCheckResults",
@@ -261,7 +273,8 @@
261273
{"shape":"ValidationException"},
262274
{"shape":"InternalServerException"}
263275
],
264-
"documentation":"<p>Lists the sub-check results of a specified configuration check operation.</p>"
276+
"documentation":"<p>Lists the sub-check results of a specified configuration check operation.</p>",
277+
"readonly":true
265278
},
266279
"ListSubCheckRuleResults":{
267280
"name":"ListSubCheckRuleResults",
@@ -276,7 +289,8 @@
276289
{"shape":"ValidationException"},
277290
{"shape":"InternalServerException"}
278291
],
279-
"documentation":"<p>Lists the rules of a specified sub-check belonging to a configuration check operation.</p>"
292+
"documentation":"<p>Lists the rules of a specified sub-check belonging to a configuration check operation.</p>",
293+
"readonly":true
280294
},
281295
"ListTagsForResource":{
282296
"name":"ListTagsForResource",
@@ -292,7 +306,8 @@
292306
{"shape":"ValidationException"},
293307
{"shape":"ConflictException"}
294308
],
295-
"documentation":"<p>Lists all tags on an SAP HANA application and/or database registered with AWS Systems Manager for SAP.</p>"
309+
"documentation":"<p>Lists all tags on an SAP HANA application and/or database registered with AWS Systems Manager for SAP.</p>",
310+
"readonly":true
296311
},
297312
"PutResourcePermission":{
298313
"name":"PutResourcePermission",
@@ -1078,7 +1093,8 @@
10781093
"STOPPED",
10791094
"WARNING",
10801095
"UNKNOWN",
1081-
"ERROR"
1096+
"ERROR",
1097+
"STOPPING"
10821098
]
10831099
},
10841100
"DatabaseSummary":{

0 commit comments

Comments
 (0)