Skip to content

Commit ceafb18

Browse files
author
AWS
committed
AWS Cloud9 Update: Added minimum value to AutomaticStopTimeMinutes parameter.
1 parent 39866b3 commit ceafb18

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
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 Cloud9",
4+
"contributor": "",
5+
"description": "Added minimum value to AutomaticStopTimeMinutes parameter."
6+
}

services/cloud9/src/main/resources/codegen-resources/endpoint-rule-set.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"parameters": {
44
"Region": {
55
"builtIn": "AWS::Region",
6-
"required": false,
6+
"required": true,
77
"documentation": "The AWS region used to dispatch the request.",
88
"type": "String"
99
},
@@ -52,15 +52,6 @@
5252
"ref": "Endpoint"
5353
}
5454
]
55-
},
56-
{
57-
"fn": "parseURL",
58-
"argv": [
59-
{
60-
"ref": "Endpoint"
61-
}
62-
],
63-
"assign": "url"
6455
}
6556
],
6657
"type": "tree",

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,8 @@
260260
"AutomaticStopTimeMinutes":{
261261
"type":"integer",
262262
"box":true,
263-
"max":20160
263+
"max":20160,
264+
"min":0
264265
},
265266
"BadRequestException":{
266267
"type":"structure",

0 commit comments

Comments
 (0)