|
679 | 679 | "min":1,
|
680 | 680 | "pattern":"^(\\w+)$"
|
681 | 681 | },
|
| 682 | + "AssetIdInput":{ |
| 683 | + "type":"string", |
| 684 | + "max":10, |
| 685 | + "min":10, |
| 686 | + "pattern":"\\d{10}" |
| 687 | + }, |
682 | 688 | "AssetIdList":{
|
683 | 689 | "type":"list",
|
684 | 690 | "member":{"shape":"AssetId"}
|
|
688 | 694 | "members":{
|
689 | 695 | "AssetId":{
|
690 | 696 | "shape":"AssetId",
|
691 |
| - "documentation":"<p> The ID of the asset. </p>" |
| 697 | + "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>" |
692 | 698 | },
|
693 | 699 | "RackId":{
|
694 | 700 | "shape":"RackId",
|
|
722 | 728 | },
|
723 | 729 | "AssetId":{
|
724 | 730 | "shape":"AssetId",
|
725 |
| - "documentation":"<p>The ID of the asset.</p>" |
| 731 | + "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>" |
726 | 732 | },
|
727 | 733 | "AccountId":{"shape":"AccountId"},
|
728 | 734 | "AwsServiceName":{
|
|
952 | 958 | "shape":"OrderId",
|
953 | 959 | "documentation":"<p>The ID of the Amazon Web Services Outposts order of the host associated with the capacity task.</p>"
|
954 | 960 | },
|
| 961 | + "AssetId":{ |
| 962 | + "shape":"AssetId", |
| 963 | + "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>" |
| 964 | + }, |
955 | 965 | "CapacityTaskStatus":{
|
956 | 966 | "shape":"CapacityTaskStatus",
|
957 | 967 | "documentation":"<p>The status of the capacity task.</p>"
|
|
1382 | 1392 | "shape":"OrderId",
|
1383 | 1393 | "documentation":"<p>ID of the Amazon Web Services Outposts order associated with the specified capacity task.</p>"
|
1384 | 1394 | },
|
| 1395 | + "AssetId":{ |
| 1396 | + "shape":"AssetId", |
| 1397 | + "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>" |
| 1398 | + }, |
1385 | 1399 | "RequestedInstancePools":{
|
1386 | 1400 | "shape":"RequestedInstancePools",
|
1387 | 1401 | "documentation":"<p>List of instance pools requested in the capacity task.</p>"
|
|
1396 | 1410 | },
|
1397 | 1411 | "CapacityTaskStatus":{
|
1398 | 1412 | "shape":"CapacityTaskStatus",
|
1399 |
| - "documentation":"<p>Status of the capacity task.</p> <p>A capacity task can have one of the following statuses:</p> <ul> <li> <p> <code>REQUESTED</code> - The capacity task was created and is awaiting the next step by Amazon Web Services Outposts.</p> </li> <li> <p> <code>IN_PROGRESS</code> - The capacity task is running and cannot be cancelled.</p> </li> <li> <p> <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> </li> </ul>" |
| 1413 | + "documentation":"<p>Status of the capacity task.</p> <p>A capacity task can have one of the following statuses:</p> <ul> <li> <p> <code>REQUESTED</code> - The capacity task was created and is awaiting the next step by Amazon Web Services Outposts.</p> </li> <li> <p> <code>IN_PROGRESS</code> - The capacity task is running and cannot be cancelled.</p> </li> <li> <p> <code>FAILED</code> - The capacity task could not be completed.</p> </li> <li> <p> <code>COMPLETED</code> - The capacity task has completed successfully.</p> </li> <li> <p> <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> </li> <li> <p> <code>CANCELLATION_IN_PROGRESS</code> - The capacity task has been cancelled and is in the process of cleaning up resources.</p> </li> <li> <p> <code>CANCELLED</code> - The capacity task is cancelled.</p> </li> </ul>" |
1400 | 1414 | },
|
1401 | 1415 | "Failed":{
|
1402 | 1416 | "shape":"CapacityTaskFailure",
|
|
1552 | 1566 | "location":"querystring",
|
1553 | 1567 | "locationName":"OrderId"
|
1554 | 1568 | },
|
| 1569 | + "AssetId":{ |
| 1570 | + "shape":"AssetIdInput", |
| 1571 | + "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>", |
| 1572 | + "location":"querystring", |
| 1573 | + "locationName":"AssetId" |
| 1574 | + }, |
1555 | 1575 | "MaxResults":{
|
1556 | 1576 | "shape":"MaxResults1000",
|
1557 | 1577 | "location":"querystring",
|
|
1787 | 1807 | "members":{
|
1788 | 1808 | "AssetId":{
|
1789 | 1809 | "shape":"AssetId",
|
1790 |
| - "documentation":"<p> The ID of the asset. </p>" |
| 1810 | + "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>" |
1791 | 1811 | },
|
1792 | 1812 | "MacAddressList":{
|
1793 | 1813 | "shape":"MacAddressList",
|
|
2714 | 2734 | "shape":"OrderId",
|
2715 | 2735 | "documentation":"<p>The ID of the Amazon Web Services Outposts order associated with the specified capacity task.</p>"
|
2716 | 2736 | },
|
| 2737 | + "AssetId":{ |
| 2738 | + "shape":"AssetIdInput", |
| 2739 | + "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>" |
| 2740 | + }, |
2717 | 2741 | "InstancePools":{
|
2718 | 2742 | "shape":"RequestedInstancePools",
|
2719 | 2743 | "documentation":"<p>The instance pools specified in the capacity task.</p>"
|
|
2747 | 2771 | "shape":"OrderId",
|
2748 | 2772 | "documentation":"<p>ID of the Amazon Web Services Outposts order of the host associated with the capacity task.</p>"
|
2749 | 2773 | },
|
| 2774 | + "AssetId":{ |
| 2775 | + "shape":"AssetId", |
| 2776 | + "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>" |
| 2777 | + }, |
2750 | 2778 | "RequestedInstancePools":{
|
2751 | 2779 | "shape":"RequestedInstancePools",
|
2752 | 2780 | "documentation":"<p>List of the instance pools requested in the specified capacity task.</p>"
|
|
2799 | 2827 | },
|
2800 | 2828 | "AssetId":{
|
2801 | 2829 | "shape":"AssetId",
|
2802 |
| - "documentation":"<p> The ID of the Outpost server. </p>" |
| 2830 | + "documentation":"<p> The ID of the Outpost server.</p>" |
2803 | 2831 | },
|
2804 | 2832 | "ClientPublicKey":{
|
2805 | 2833 | "shape":"WireGuardPublicKey",
|
|
0 commit comments