Skip to content

Commit 74719b6

Browse files
This release adds POWER_30_KVA as an option for PowerDrawKva. PowerDrawKva is part of the RackPhysicalProperties structure in the CreateSite request.
1 parent 82748c3 commit 74719b6

File tree

7 files changed

+330
-331
lines changed

7 files changed

+330
-331
lines changed

generator/ServiceModels/outposts/outposts-2019-12-03.api.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,8 @@
14771477
"enum":[
14781478
"POWER_5_KVA",
14791479
"POWER_10_KVA",
1480-
"POWER_15_KVA"
1480+
"POWER_15_KVA",
1481+
"POWER_30_KVA"
14811482
]
14821483
},
14831484
"PowerFeedDrop":{

generator/ServiceModels/outposts/outposts-2019-12-03.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",

0 commit comments

Comments
 (0)