You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-outposts): Enabling Asset Level Capacity Management feature, which allows customers to create a Capacity Task for a single Asset on their active Outpost.
* <code>IN_PROGRESS</code> - The capacity task is running and cannot be
1808
-
* cancelled.</p>
1819
+
* <code>IN_PROGRESS</code> - The capacity task is running and cannot be cancelled.</p>
1809
1820
* </li>
1810
1821
* <li>
1811
1822
* <p>
1812
-
* <code>WAITING_FOR_EVACUATION</code> - The capacity task requires capacity to run. You
1813
-
* must stop the recommended EC2 running instances to free up capacity for the task to
1814
-
* run.</p>
1823
+
* <code>FAILED</code> - The capacity task could not be completed.</p>
1824
+
* </li>
1825
+
* <li>
1826
+
* <p>
1827
+
* <code>COMPLETED</code> - The capacity task has completed successfully.</p>
1828
+
* </li>
1829
+
* <li>
1830
+
* <p>
1831
+
* <code>WAITING_FOR_EVACUATION</code> - The capacity task requires capacity to run. You must stop the recommended EC2 running instances to free up capacity for the task to run.</p>
1832
+
* </li>
1833
+
* <li>
1834
+
* <p>
1835
+
* <code>CANCELLATION_IN_PROGRESS</code> - The capacity task has been cancelled and is in the process of cleaning up resources.</p>
1836
+
* </li>
1837
+
* <li>
1838
+
* <p>
1839
+
* <code>CANCELLED</code> - The capacity task is cancelled.</p>
Copy file name to clipboardExpand all lines: codegen/sdk-codegen/aws-models/outposts.json
+47-6
Original file line number
Diff line number
Diff line change
@@ -252,6 +252,16 @@
252
252
"smithy.api#pattern": "^(\\w+)$"
253
253
}
254
254
},
255
+
"com.amazonaws.outposts#AssetIdInput": {
256
+
"type": "string",
257
+
"traits": {
258
+
"smithy.api#length": {
259
+
"min": 10,
260
+
"max": 10
261
+
},
262
+
"smithy.api#pattern": "^\\d{10}$"
263
+
}
264
+
},
255
265
"com.amazonaws.outposts#AssetIdList": {
256
266
"type": "list",
257
267
"member": {
@@ -264,7 +274,7 @@
264
274
"AssetId": {
265
275
"target": "com.amazonaws.outposts#AssetId",
266
276
"traits": {
267
-
"smithy.api#documentation": "<p> The ID of the asset. </p>"
277
+
"smithy.api#documentation": "<p> The ID of the asset. An Outpost asset can be a single server within an Outposts rack or an Outposts server configuration.</p>"
268
278
}
269
279
},
270
280
"RackId": {
@@ -314,7 +324,7 @@
314
324
"AssetId": {
315
325
"target": "com.amazonaws.outposts#AssetId",
316
326
"traits": {
317
-
"smithy.api#documentation": "<p>The ID of the asset.</p>"
327
+
"smithy.api#documentation": "<p>The ID of the asset. An Outpost asset can be a single server within an Outposts rack or an Outposts server configuration.</p>"
318
328
}
319
329
},
320
330
"AccountId": {
@@ -788,6 +798,12 @@
788
798
"smithy.api#documentation": "<p>The ID of the Amazon Web Services Outposts order of the host associated with the capacity task.</p>"
789
799
}
790
800
},
801
+
"AssetId": {
802
+
"target": "com.amazonaws.outposts#AssetId",
803
+
"traits": {
804
+
"smithy.api#documentation": "<p>The ID of the asset. An Outpost asset can be a single server within an Outposts rack or an Outposts server configuration.</p>"
"smithy.api#documentation": "<p>ID of the Amazon Web Services Outposts order associated with the specified capacity task.</p>"
1671
1687
}
1672
1688
},
1689
+
"AssetId": {
1690
+
"target": "com.amazonaws.outposts#AssetId",
1691
+
"traits": {
1692
+
"smithy.api#documentation": "<p>The ID of the Outpost asset. An Outpost asset can be a single server within an Outposts rack or an Outposts server configuration.</p>"
"smithy.api#documentation": "<p>Status of the capacity task.</p>\n <p>A capacity task can have one of the following statuses:</p>\n <ul>\n <li>\n <p>\n <code>REQUESTED</code> - The capacity task was created and is awaiting the next step\n by Amazon Web Services Outposts.</p>\n </li>\n <li>\n <p>\n <code>IN_PROGRESS</code> - The capacity task is running and cannot be\n cancelled.</p>\n </li>\n <li>\n <p>\n <code>WAITING_FOR_EVACUATION</code> - The capacity task requires capacity to run. You\n must stop the recommended EC2 running instances to free up capacity for the task to\n run.</p>\n </li>\n </ul>"
1717
+
"smithy.api#documentation": "<p>Status of the capacity task.</p>\n <p>A capacity task can have one of the following statuses:</p>\n <ul>\n <li>\n <p>\n <code>REQUESTED</code> - The capacity task was created and is awaiting the next step\n by Amazon Web Services Outposts.</p>\n </li>\n <li>\n <p>\n <code>IN_PROGRESS</code> - The capacity task is running and cannot be cancelled.</p>\n </li>\n <li>\n <p>\n <code>FAILED</code> - The capacity task could not be completed.</p>\n </li>\n <li>\n <p>\n <code>COMPLETED</code> - The capacity task has completed successfully.</p>\n </li>\n <li>\n <p>\n <code>WAITING_FOR_EVACUATION</code> - The capacity task requires capacity to run. You must stop the recommended EC2 running instances to free up capacity for the task to run.</p>\n </li>\n <li>\n <p>\n <code>CANCELLATION_IN_PROGRESS</code> - The capacity task has been cancelled and is in the process of cleaning up resources.</p>\n </li>\n <li>\n <p>\n <code>CANCELLED</code> - The capacity task is cancelled.</p>\n </li>\n </ul>"
1696
1718
}
1697
1719
},
1698
1720
"Failed": {
@@ -2111,6 +2133,13 @@
2111
2133
"smithy.api#httpQuery": "OrderId"
2112
2134
}
2113
2135
},
2136
+
"AssetId": {
2137
+
"target": "com.amazonaws.outposts#AssetIdInput",
2138
+
"traits": {
2139
+
"smithy.api#documentation": "<p>The ID of the Outpost asset. An Outpost asset can be a single server within an Outposts rack or an Outposts server configuration.</p>",
"smithy.api#documentation": "<p> The ID of the asset. </p>"
2560
+
"smithy.api#documentation": "<p> The ID of the asset. An Outpost asset can be a single server within an Outposts rack or an Outposts server configuration.</p>"
2532
2561
}
2533
2562
},
2534
2563
"MacAddressList": {
@@ -5624,6 +5653,12 @@
5624
5653
"smithy.api#documentation": "<p>The ID of the Amazon Web Services Outposts order associated with the specified capacity task.</p>"
5625
5654
}
5626
5655
},
5656
+
"AssetId": {
5657
+
"target": "com.amazonaws.outposts#AssetIdInput",
5658
+
"traits": {
5659
+
"smithy.api#documentation": "<p>The ID of the Outpost asset. An Outpost asset can be a single server within an Outposts rack or an Outposts server configuration.</p>"
"smithy.api#documentation": "<p>ID of the Amazon Web Services Outposts order of the host associated with the capacity task.</p>"
5677
5712
}
5678
5713
},
5714
+
"AssetId": {
5715
+
"target": "com.amazonaws.outposts#AssetId",
5716
+
"traits": {
5717
+
"smithy.api#documentation": "<p>The ID of the asset. An Outpost asset can be a single server within an Outposts rack or an Outposts server configuration.</p>"
"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>"
6459
+
"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 phase</p>\n </li>\n <li>\n <p>\n <b>AH532P6W (red)</b> – 3P+N+E, 6hr; 32A; three 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>"
0 commit comments