Skip to content

Commit fb7afd4

Browse files
author
awstools
committed
feat(client-outposts): Add CS8365C as a supported power connector for Outpost sites.
1 parent 344fd3c commit fb7afd4

File tree

8 files changed

+21
-10
lines changed

8 files changed

+21
-10
lines changed

clients/client-outposts/src/commands/CreateSiteCommand.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export interface CreateSiteCommandOutput extends CreateSiteOutput, __MetadataBea
7171
* RackPhysicalProperties: { // RackPhysicalProperties
7272
* PowerDrawKva: "POWER_5_KVA" || "POWER_10_KVA" || "POWER_15_KVA" || "POWER_30_KVA",
7373
* PowerPhase: "SINGLE_PHASE" || "THREE_PHASE",
74-
* PowerConnector: "L6_30P" || "IEC309" || "AH530P7W" || "AH532P6W",
74+
* PowerConnector: "L6_30P" || "IEC309" || "AH530P7W" || "AH532P6W" || "CS8365C",
7575
* PowerFeedDrop: "ABOVE_RACK" || "BELOW_RACK",
7676
* UplinkGbps: "UPLINK_1G" || "UPLINK_10G" || "UPLINK_40G" || "UPLINK_100G",
7777
* UplinkCount: "UPLINK_COUNT_1" || "UPLINK_COUNT_2" || "UPLINK_COUNT_3" || "UPLINK_COUNT_4" || "UPLINK_COUNT_5" || "UPLINK_COUNT_6" || "UPLINK_COUNT_7" || "UPLINK_COUNT_8" || "UPLINK_COUNT_12" || "UPLINK_COUNT_16",
@@ -99,7 +99,7 @@ export interface CreateSiteCommandOutput extends CreateSiteOutput, __MetadataBea
9999
* // RackPhysicalProperties: { // RackPhysicalProperties
100100
* // PowerDrawKva: "POWER_5_KVA" || "POWER_10_KVA" || "POWER_15_KVA" || "POWER_30_KVA",
101101
* // PowerPhase: "SINGLE_PHASE" || "THREE_PHASE",
102-
* // PowerConnector: "L6_30P" || "IEC309" || "AH530P7W" || "AH532P6W",
102+
* // PowerConnector: "L6_30P" || "IEC309" || "AH530P7W" || "AH532P6W" || "CS8365C",
103103
* // PowerFeedDrop: "ABOVE_RACK" || "BELOW_RACK",
104104
* // UplinkGbps: "UPLINK_1G" || "UPLINK_10G" || "UPLINK_40G" || "UPLINK_100G",
105105
* // UplinkCount: "UPLINK_COUNT_1" || "UPLINK_COUNT_2" || "UPLINK_COUNT_3" || "UPLINK_COUNT_4" || "UPLINK_COUNT_5" || "UPLINK_COUNT_6" || "UPLINK_COUNT_7" || "UPLINK_COUNT_8" || "UPLINK_COUNT_12" || "UPLINK_COUNT_16",

clients/client-outposts/src/commands/GetSiteCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export interface GetSiteCommandOutput extends GetSiteOutput, __MetadataBearer {}
5757
* // RackPhysicalProperties: { // RackPhysicalProperties
5858
* // PowerDrawKva: "POWER_5_KVA" || "POWER_10_KVA" || "POWER_15_KVA" || "POWER_30_KVA",
5959
* // PowerPhase: "SINGLE_PHASE" || "THREE_PHASE",
60-
* // PowerConnector: "L6_30P" || "IEC309" || "AH530P7W" || "AH532P6W",
60+
* // PowerConnector: "L6_30P" || "IEC309" || "AH530P7W" || "AH532P6W" || "CS8365C",
6161
* // PowerFeedDrop: "ABOVE_RACK" || "BELOW_RACK",
6262
* // UplinkGbps: "UPLINK_1G" || "UPLINK_10G" || "UPLINK_40G" || "UPLINK_100G",
6363
* // UplinkCount: "UPLINK_COUNT_1" || "UPLINK_COUNT_2" || "UPLINK_COUNT_3" || "UPLINK_COUNT_4" || "UPLINK_COUNT_5" || "UPLINK_COUNT_6" || "UPLINK_COUNT_7" || "UPLINK_COUNT_8" || "UPLINK_COUNT_12" || "UPLINK_COUNT_16",

clients/client-outposts/src/commands/ListSitesCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export interface ListSitesCommandOutput extends ListSitesOutput, __MetadataBeare
7272
* // RackPhysicalProperties: { // RackPhysicalProperties
7373
* // PowerDrawKva: "POWER_5_KVA" || "POWER_10_KVA" || "POWER_15_KVA" || "POWER_30_KVA",
7474
* // PowerPhase: "SINGLE_PHASE" || "THREE_PHASE",
75-
* // PowerConnector: "L6_30P" || "IEC309" || "AH530P7W" || "AH532P6W",
75+
* // PowerConnector: "L6_30P" || "IEC309" || "AH530P7W" || "AH532P6W" || "CS8365C",
7676
* // PowerFeedDrop: "ABOVE_RACK" || "BELOW_RACK",
7777
* // UplinkGbps: "UPLINK_1G" || "UPLINK_10G" || "UPLINK_40G" || "UPLINK_100G",
7878
* // UplinkCount: "UPLINK_COUNT_1" || "UPLINK_COUNT_2" || "UPLINK_COUNT_3" || "UPLINK_COUNT_4" || "UPLINK_COUNT_5" || "UPLINK_COUNT_6" || "UPLINK_COUNT_7" || "UPLINK_COUNT_8" || "UPLINK_COUNT_12" || "UPLINK_COUNT_16",

clients/client-outposts/src/commands/StartCapacityTaskCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface StartCapacityTaskCommandInput extends StartCapacityTaskInput {}
2828
export interface StartCapacityTaskCommandOutput extends StartCapacityTaskOutput, __MetadataBearer {}
2929

3030
/**
31-
* <p>Starts the specified capacity task. You can have one active capacity task per order or Outpost.</p>
31+
* <p>Starts the specified capacity task. You can have one active capacity task for each order and each Outpost.</p>
3232
* @example
3333
* Use a bare-bones client and the command you need to make an API call.
3434
* ```javascript

clients/client-outposts/src/commands/UpdateSiteCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export interface UpdateSiteCommandOutput extends UpdateSiteOutput, __MetadataBea
6060
* // RackPhysicalProperties: { // RackPhysicalProperties
6161
* // PowerDrawKva: "POWER_5_KVA" || "POWER_10_KVA" || "POWER_15_KVA" || "POWER_30_KVA",
6262
* // PowerPhase: "SINGLE_PHASE" || "THREE_PHASE",
63-
* // PowerConnector: "L6_30P" || "IEC309" || "AH530P7W" || "AH532P6W",
63+
* // PowerConnector: "L6_30P" || "IEC309" || "AH530P7W" || "AH532P6W" || "CS8365C",
6464
* // PowerFeedDrop: "ABOVE_RACK" || "BELOW_RACK",
6565
* // UplinkGbps: "UPLINK_1G" || "UPLINK_10G" || "UPLINK_40G" || "UPLINK_100G",
6666
* // UplinkCount: "UPLINK_COUNT_1" || "UPLINK_COUNT_2" || "UPLINK_COUNT_3" || "UPLINK_COUNT_4" || "UPLINK_COUNT_5" || "UPLINK_COUNT_6" || "UPLINK_COUNT_7" || "UPLINK_COUNT_8" || "UPLINK_COUNT_12" || "UPLINK_COUNT_16",

clients/client-outposts/src/commands/UpdateSiteRackPhysicalPropertiesCommand.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export interface UpdateSiteRackPhysicalPropertiesCommandOutput
4949
* SiteId: "STRING_VALUE", // required
5050
* PowerDrawKva: "POWER_5_KVA" || "POWER_10_KVA" || "POWER_15_KVA" || "POWER_30_KVA",
5151
* PowerPhase: "SINGLE_PHASE" || "THREE_PHASE",
52-
* PowerConnector: "L6_30P" || "IEC309" || "AH530P7W" || "AH532P6W",
52+
* PowerConnector: "L6_30P" || "IEC309" || "AH530P7W" || "AH532P6W" || "CS8365C",
5353
* PowerFeedDrop: "ABOVE_RACK" || "BELOW_RACK",
5454
* UplinkGbps: "UPLINK_1G" || "UPLINK_10G" || "UPLINK_40G" || "UPLINK_100G",
5555
* UplinkCount: "UPLINK_COUNT_1" || "UPLINK_COUNT_2" || "UPLINK_COUNT_3" || "UPLINK_COUNT_4" || "UPLINK_COUNT_5" || "UPLINK_COUNT_6" || "UPLINK_COUNT_7" || "UPLINK_COUNT_8" || "UPLINK_COUNT_12" || "UPLINK_COUNT_16",
@@ -76,7 +76,7 @@ export interface UpdateSiteRackPhysicalPropertiesCommandOutput
7676
* // RackPhysicalProperties: { // RackPhysicalProperties
7777
* // PowerDrawKva: "POWER_5_KVA" || "POWER_10_KVA" || "POWER_15_KVA" || "POWER_30_KVA",
7878
* // PowerPhase: "SINGLE_PHASE" || "THREE_PHASE",
79-
* // PowerConnector: "L6_30P" || "IEC309" || "AH530P7W" || "AH532P6W",
79+
* // PowerConnector: "L6_30P" || "IEC309" || "AH530P7W" || "AH532P6W" || "CS8365C",
8080
* // PowerFeedDrop: "ABOVE_RACK" || "BELOW_RACK",
8181
* // UplinkGbps: "UPLINK_1G" || "UPLINK_10G" || "UPLINK_40G" || "UPLINK_100G",
8282
* // UplinkCount: "UPLINK_COUNT_1" || "UPLINK_COUNT_2" || "UPLINK_COUNT_3" || "UPLINK_COUNT_4" || "UPLINK_COUNT_5" || "UPLINK_COUNT_6" || "UPLINK_COUNT_7" || "UPLINK_COUNT_8" || "UPLINK_COUNT_12" || "UPLINK_COUNT_16",

clients/client-outposts/src/models/models_0.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1342,6 +1342,7 @@ export type OpticalStandard = (typeof OpticalStandard)[keyof typeof OpticalStand
13421342
export const PowerConnector = {
13431343
AH530P7W: "AH530P7W",
13441344
AH532P6W: "AH532P6W",
1345+
CS8365C: "CS8365C",
13451346
IEC309: "IEC309",
13461347
L6_30P: "L6_30P",
13471348
} as const;
@@ -3054,6 +3055,10 @@ export interface UpdateSiteRackPhysicalPropertiesInput {
30543055
* <b>AH532P6W (red)</b> – 3P+N+E, 6hr; 32A; three
30553056
* phase</p>
30563057
* </li>
3058+
* <li>
3059+
* <p>
3060+
* <b>CS8365C</b> – (common in US); 3P+E, 50A; three phase</p>
3061+
* </li>
30573062
* </ul>
30583063
* </li>
30593064
* </ul>

codegen/sdk-codegen/aws-models/outposts.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5193,6 +5193,12 @@
51935193
"traits": {
51945194
"smithy.api#enumValue": "AH532P6W"
51955195
}
5196+
},
5197+
"CS8365C": {
5198+
"target": "smithy.api#Unit",
5199+
"traits": {
5200+
"smithy.api#enumValue": "CS8365C"
5201+
}
51965202
}
51975203
}
51985204
},
@@ -5593,7 +5599,7 @@
55935599
}
55945600
],
55955601
"traits": {
5596-
"smithy.api#documentation": "<p>Starts the specified capacity task. You can have one active capacity task per order or Outpost.</p>",
5602+
"smithy.api#documentation": "<p>Starts the specified capacity task. You can have one active capacity task for each order and each Outpost.</p>",
55975603
"smithy.api#http": {
55985604
"method": "POST",
55995605
"uri": "/outposts/{OutpostIdentifier}/capacity",
@@ -6409,7 +6415,7 @@
64096415
"PowerConnector": {
64106416
"target": "com.amazonaws.outposts#PowerConnector",
64116417
"traits": {
6412-
"smithy.api#documentation": "<p>The power connector that Amazon Web Services should plan to provide for connections to the hardware.\n Note the correlation between <code>PowerPhase</code> and <code>PowerConnector</code>. </p>\n <ul>\n <li>\n <p>Single-phase AC feed</p>\n <ul>\n <li>\n <p>\n <b>L6-30P</b> – (common in US); 30A; single phase</p>\n </li>\n <li>\n <p>\n <b>IEC309 (blue)</b> – P+N+E, 6hr; 32 A; single\n phase</p>\n </li>\n </ul>\n </li>\n <li>\n <p>Three-phase AC feed</p>\n <ul>\n <li>\n <p>\n <b>AH530P7W (red)</b> – 3P+N+E, 7hr; 30A; three\n phase</p>\n </li>\n <li>\n <p>\n <b>AH532P6W (red)</b> – 3P+N+E, 6hr; 32A; three\n phase</p>\n </li>\n </ul>\n </li>\n </ul>"
6418+
"smithy.api#documentation": "<p>The power connector that Amazon Web Services should plan to provide for connections to the hardware.\n Note the correlation between <code>PowerPhase</code> and <code>PowerConnector</code>. </p>\n <ul>\n <li>\n <p>Single-phase AC feed</p>\n <ul>\n <li>\n <p>\n <b>L6-30P</b> – (common in US); 30A; single phase</p>\n </li>\n <li>\n <p>\n <b>IEC309 (blue)</b> – P+N+E, 6hr; 32 A; single\n phase</p>\n </li>\n </ul>\n </li>\n <li>\n <p>Three-phase AC feed</p>\n <ul>\n <li>\n <p>\n <b>AH530P7W (red)</b> – 3P+N+E, 7hr; 30A; three\n phase</p>\n </li>\n <li>\n <p>\n <b>AH532P6W (red)</b> – 3P+N+E, 6hr; 32A; three\n phase</p>\n </li>\n <li>\n <p>\n <b>CS8365C</b> – (common in US); 3P+E, 50A; three phase</p>\n </li>\n </ul>\n </li>\n </ul>"
64136419
}
64146420
},
64156421
"PowerFeedDrop": {

0 commit comments

Comments
 (0)