Skip to content

Commit 22156e7

Browse files
author
AWS
committed
AWS Outposts Update: Add CS8365C as a supported power connector for Outpost sites.
1 parent 7b4077f commit 22156e7

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
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 Outposts",
4+
"contributor": "",
5+
"description": "Add CS8365C as a supported power connector for Outpost sites."
6+
}

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@
433433
{"shape":"InternalServerException"},
434434
{"shape":"ConflictException"}
435435
],
436-
"documentation":"<p>Starts the specified capacity task. You can have one active capacity task per order or Outpost.</p>"
436+
"documentation":"<p>Starts the specified capacity task. You can have one active capacity task for each order and each Outpost.</p>"
437437
},
438438
"StartConnection":{
439439
"name":"StartConnection",
@@ -2490,7 +2490,8 @@
24902490
"L6_30P",
24912491
"IEC309",
24922492
"AH530P7W",
2493-
"AH532P6W"
2493+
"AH532P6W",
2494+
"CS8365C"
24942495
]
24952496
},
24962497
"PowerDrawKva":{
@@ -3073,7 +3074,7 @@
30733074
},
30743075
"PowerConnector":{
30753076
"shape":"PowerConnector",
3076-
"documentation":"<p>The power connector that Amazon Web Services should plan to provide for connections to the hardware. Note the correlation between <code>PowerPhase</code> and <code>PowerConnector</code>. </p> <ul> <li> <p>Single-phase AC feed</p> <ul> <li> <p> <b>L6-30P</b> – (common in US); 30A; single phase</p> </li> <li> <p> <b>IEC309 (blue)</b> – P+N+E, 6hr; 32 A; single phase</p> </li> </ul> </li> <li> <p>Three-phase AC feed</p> <ul> <li> <p> <b>AH530P7W (red)</b> – 3P+N+E, 7hr; 30A; three phase</p> </li> <li> <p> <b>AH532P6W (red)</b> – 3P+N+E, 6hr; 32A; three phase</p> </li> </ul> </li> </ul>"
3077+
"documentation":"<p>The power connector that Amazon Web Services should plan to provide for connections to the hardware. Note the correlation between <code>PowerPhase</code> and <code>PowerConnector</code>. </p> <ul> <li> <p>Single-phase AC feed</p> <ul> <li> <p> <b>L6-30P</b> – (common in US); 30A; single phase</p> </li> <li> <p> <b>IEC309 (blue)</b> – P+N+E, 6hr; 32 A; single phase</p> </li> </ul> </li> <li> <p>Three-phase AC feed</p> <ul> <li> <p> <b>AH530P7W (red)</b> – 3P+N+E, 7hr; 30A; three phase</p> </li> <li> <p> <b>AH532P6W (red)</b> – 3P+N+E, 6hr; 32A; three phase</p> </li> <li> <p> <b>CS8365C</b> – (common in US); 3P+E, 50A; three phase</p> </li> </ul> </li> </ul>"
30773078
},
30783079
"PowerFeedDrop":{
30793080
"shape":"PowerFeedDrop",

0 commit comments

Comments
 (0)