Skip to content

Commit

Permalink
feat(client-outposts): Add CS8365C as a supported power connector for…
Browse files Browse the repository at this point in the history
… Outpost sites.
  • Loading branch information
awstools committed Dec 20, 2024
1 parent 344fd3c commit fb7afd4
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 10 deletions.
4 changes: 2 additions & 2 deletions clients/client-outposts/src/commands/CreateSiteCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export interface CreateSiteCommandOutput extends CreateSiteOutput, __MetadataBea
* RackPhysicalProperties: { // RackPhysicalProperties
* PowerDrawKva: "POWER_5_KVA" || "POWER_10_KVA" || "POWER_15_KVA" || "POWER_30_KVA",
* PowerPhase: "SINGLE_PHASE" || "THREE_PHASE",
* PowerConnector: "L6_30P" || "IEC309" || "AH530P7W" || "AH532P6W",
* PowerConnector: "L6_30P" || "IEC309" || "AH530P7W" || "AH532P6W" || "CS8365C",
* PowerFeedDrop: "ABOVE_RACK" || "BELOW_RACK",
* UplinkGbps: "UPLINK_1G" || "UPLINK_10G" || "UPLINK_40G" || "UPLINK_100G",
* 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",
Expand Down Expand Up @@ -99,7 +99,7 @@ export interface CreateSiteCommandOutput extends CreateSiteOutput, __MetadataBea
* // RackPhysicalProperties: { // RackPhysicalProperties
* // PowerDrawKva: "POWER_5_KVA" || "POWER_10_KVA" || "POWER_15_KVA" || "POWER_30_KVA",
* // PowerPhase: "SINGLE_PHASE" || "THREE_PHASE",
* // PowerConnector: "L6_30P" || "IEC309" || "AH530P7W" || "AH532P6W",
* // PowerConnector: "L6_30P" || "IEC309" || "AH530P7W" || "AH532P6W" || "CS8365C",
* // PowerFeedDrop: "ABOVE_RACK" || "BELOW_RACK",
* // UplinkGbps: "UPLINK_1G" || "UPLINK_10G" || "UPLINK_40G" || "UPLINK_100G",
* // 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",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-outposts/src/commands/GetSiteCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export interface GetSiteCommandOutput extends GetSiteOutput, __MetadataBearer {}
* // RackPhysicalProperties: { // RackPhysicalProperties
* // PowerDrawKva: "POWER_5_KVA" || "POWER_10_KVA" || "POWER_15_KVA" || "POWER_30_KVA",
* // PowerPhase: "SINGLE_PHASE" || "THREE_PHASE",
* // PowerConnector: "L6_30P" || "IEC309" || "AH530P7W" || "AH532P6W",
* // PowerConnector: "L6_30P" || "IEC309" || "AH530P7W" || "AH532P6W" || "CS8365C",
* // PowerFeedDrop: "ABOVE_RACK" || "BELOW_RACK",
* // UplinkGbps: "UPLINK_1G" || "UPLINK_10G" || "UPLINK_40G" || "UPLINK_100G",
* // 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",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-outposts/src/commands/ListSitesCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export interface ListSitesCommandOutput extends ListSitesOutput, __MetadataBeare
* // RackPhysicalProperties: { // RackPhysicalProperties
* // PowerDrawKva: "POWER_5_KVA" || "POWER_10_KVA" || "POWER_15_KVA" || "POWER_30_KVA",
* // PowerPhase: "SINGLE_PHASE" || "THREE_PHASE",
* // PowerConnector: "L6_30P" || "IEC309" || "AH530P7W" || "AH532P6W",
* // PowerConnector: "L6_30P" || "IEC309" || "AH530P7W" || "AH532P6W" || "CS8365C",
* // PowerFeedDrop: "ABOVE_RACK" || "BELOW_RACK",
* // UplinkGbps: "UPLINK_1G" || "UPLINK_10G" || "UPLINK_40G" || "UPLINK_100G",
* // 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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface StartCapacityTaskCommandInput extends StartCapacityTaskInput {}
export interface StartCapacityTaskCommandOutput extends StartCapacityTaskOutput, __MetadataBearer {}

/**
* <p>Starts the specified capacity task. You can have one active capacity task per order or Outpost.</p>
* <p>Starts the specified capacity task. You can have one active capacity task for each order and each Outpost.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
2 changes: 1 addition & 1 deletion clients/client-outposts/src/commands/UpdateSiteCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export interface UpdateSiteCommandOutput extends UpdateSiteOutput, __MetadataBea
* // RackPhysicalProperties: { // RackPhysicalProperties
* // PowerDrawKva: "POWER_5_KVA" || "POWER_10_KVA" || "POWER_15_KVA" || "POWER_30_KVA",
* // PowerPhase: "SINGLE_PHASE" || "THREE_PHASE",
* // PowerConnector: "L6_30P" || "IEC309" || "AH530P7W" || "AH532P6W",
* // PowerConnector: "L6_30P" || "IEC309" || "AH530P7W" || "AH532P6W" || "CS8365C",
* // PowerFeedDrop: "ABOVE_RACK" || "BELOW_RACK",
* // UplinkGbps: "UPLINK_1G" || "UPLINK_10G" || "UPLINK_40G" || "UPLINK_100G",
* // 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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export interface UpdateSiteRackPhysicalPropertiesCommandOutput
* SiteId: "STRING_VALUE", // required
* PowerDrawKva: "POWER_5_KVA" || "POWER_10_KVA" || "POWER_15_KVA" || "POWER_30_KVA",
* PowerPhase: "SINGLE_PHASE" || "THREE_PHASE",
* PowerConnector: "L6_30P" || "IEC309" || "AH530P7W" || "AH532P6W",
* PowerConnector: "L6_30P" || "IEC309" || "AH530P7W" || "AH532P6W" || "CS8365C",
* PowerFeedDrop: "ABOVE_RACK" || "BELOW_RACK",
* UplinkGbps: "UPLINK_1G" || "UPLINK_10G" || "UPLINK_40G" || "UPLINK_100G",
* 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",
Expand All @@ -76,7 +76,7 @@ export interface UpdateSiteRackPhysicalPropertiesCommandOutput
* // RackPhysicalProperties: { // RackPhysicalProperties
* // PowerDrawKva: "POWER_5_KVA" || "POWER_10_KVA" || "POWER_15_KVA" || "POWER_30_KVA",
* // PowerPhase: "SINGLE_PHASE" || "THREE_PHASE",
* // PowerConnector: "L6_30P" || "IEC309" || "AH530P7W" || "AH532P6W",
* // PowerConnector: "L6_30P" || "IEC309" || "AH530P7W" || "AH532P6W" || "CS8365C",
* // PowerFeedDrop: "ABOVE_RACK" || "BELOW_RACK",
* // UplinkGbps: "UPLINK_1G" || "UPLINK_10G" || "UPLINK_40G" || "UPLINK_100G",
* // 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",
Expand Down
5 changes: 5 additions & 0 deletions clients/client-outposts/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1342,6 +1342,7 @@ export type OpticalStandard = (typeof OpticalStandard)[keyof typeof OpticalStand
export const PowerConnector = {
AH530P7W: "AH530P7W",
AH532P6W: "AH532P6W",
CS8365C: "CS8365C",
IEC309: "IEC309",
L6_30P: "L6_30P",
} as const;
Expand Down Expand Up @@ -3054,6 +3055,10 @@ export interface UpdateSiteRackPhysicalPropertiesInput {
* <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>
Expand Down
10 changes: 8 additions & 2 deletions codegen/sdk-codegen/aws-models/outposts.json
Original file line number Diff line number Diff line change
Expand Up @@ -5193,6 +5193,12 @@
"traits": {
"smithy.api#enumValue": "AH532P6W"
}
},
"CS8365C": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "CS8365C"
}
}
}
},
Expand Down Expand Up @@ -5593,7 +5599,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Starts the specified capacity task. You can have one active capacity task per order or Outpost.</p>",
"smithy.api#documentation": "<p>Starts the specified capacity task. You can have one active capacity task for each order and each Outpost.</p>",
"smithy.api#http": {
"method": "POST",
"uri": "/outposts/{OutpostIdentifier}/capacity",
Expand Down Expand Up @@ -6409,7 +6415,7 @@
"PowerConnector": {
"target": "com.amazonaws.outposts#PowerConnector",
"traits": {
"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>"
"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>"
}
},
"PowerFeedDrop": {
Expand Down

0 comments on commit fb7afd4

Please sign in to comment.