|
3800 | 3800 | },
|
3801 | 3801 | "input":{"shape":"ModifyInstancePlacementRequest"},
|
3802 | 3802 | "output":{"shape":"ModifyInstancePlacementResult"},
|
3803 |
| - "documentation":"<p>Modifies the placement attributes for a specified instance. You can do the following:</p> <ul> <li> <p>Modify the affinity between an instance and a <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-overview.html\">Dedicated Host</a>. When affinity is set to <code>host</code> and the instance is not associated with a specific Dedicated Host, the next time the instance is launched, it is automatically associated with the host on which it lands. If the instance is restarted or rebooted, this relationship persists.</p> </li> <li> <p>Change the Dedicated Host with which an instance is associated.</p> </li> <li> <p>Change the instance tenancy of an instance from <code>host</code> to <code>dedicated</code>, or from <code>dedicated</code> to <code>host</code>.</p> </li> <li> <p>Move an instance to or from a <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html\">placement group</a>.</p> </li> </ul> <p>At least one attribute for affinity, host ID, tenancy, or placement group name must be specified in the request. Affinity and tenancy can be modified in the same request.</p> <p>To modify the host ID, tenancy, placement group, or partition for an instance, the instance must be in the <code>stopped</code> state.</p>" |
| 3803 | + "documentation":"<p>Modifies the placement attributes for a specified instance. You can do the following:</p> <ul> <li> <p>Modify the affinity between an instance and a <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-overview.html\">Dedicated Host</a>. When affinity is set to <code>host</code> and the instance is not associated with a specific Dedicated Host, the next time the instance is launched, it is automatically associated with the host on which it lands. If the instance is restarted or rebooted, this relationship persists.</p> </li> <li> <p>Change the Dedicated Host with which an instance is associated.</p> </li> <li> <p>Change the instance tenancy of an instance.</p> </li> <li> <p>Move an instance to or from a <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html\">placement group</a>.</p> </li> </ul> <p>At least one attribute for affinity, host ID, tenancy, or placement group name must be specified in the request. Affinity and tenancy can be modified in the same request.</p> <p>To modify the host ID, tenancy, placement group, or partition for an instance, the instance must be in the <code>stopped</code> state.</p>" |
3804 | 3804 | },
|
3805 | 3805 | "ModifyLaunchTemplate":{
|
3806 | 3806 | "name":"ModifyLaunchTemplate",
|
|
25769 | 25769 | },
|
25770 | 25770 | "Licenses":{
|
25771 | 25771 | "shape":"LicenseList",
|
25772 |
| - "documentation":"<p>The license configurations.</p>", |
| 25772 | + "documentation":"<p>The license configurations for the instance.</p>", |
25773 | 25773 | "locationName":"licenseSet"
|
25774 | 25774 | },
|
25775 | 25775 | "MetadataOptions":{
|
|
25786 | 25786 | "shape":"BootModeValues",
|
25787 | 25787 | "documentation":"<p>The boot mode of the instance. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html\">Boot modes</a> in the <i>Amazon EC2 User Guide</i>.</p>",
|
25788 | 25788 | "locationName":"bootMode"
|
| 25789 | + }, |
| 25790 | + "PlatformDetails":{ |
| 25791 | + "shape":"String", |
| 25792 | + "documentation":"<p>The platform details value for the instance. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/billing-info-fields.html\">AMI billing information fields</a> in the <i>Amazon EC2 User Guide</i>.</p>", |
| 25793 | + "locationName":"platformDetails" |
| 25794 | + }, |
| 25795 | + "UsageOperation":{ |
| 25796 | + "shape":"String", |
| 25797 | + "documentation":"<p>The usage operation value for the instance. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/billing-info-fields.html\">AMI billing information fields</a> in the <i>Amazon EC2 User Guide</i>.</p>", |
| 25798 | + "locationName":"usageOperation" |
| 25799 | + }, |
| 25800 | + "UsageOperationUpdateTime":{ |
| 25801 | + "shape":"MillisecondDateTime", |
| 25802 | + "documentation":"<p>The time that the usage operation was last updated.</p>", |
| 25803 | + "locationName":"usageOperationUpdateTime" |
25789 | 25804 | }
|
25790 | 25805 | },
|
25791 | 25806 | "documentation":"<p>Describes an instance.</p>"
|
|
30871 | 30886 | },
|
30872 | 30887 | "Tenancy":{
|
30873 | 30888 | "shape":"HostTenancy",
|
30874 |
| - "documentation":"<p>The tenancy for the instance.</p> <p>For T3 instances, you can't change the tenancy from <code>dedicated</code> to <code>host</code>, or from <code>host</code> to <code>dedicated</code>. Attempting to make one of these unsupported tenancy changes results in the <code>InvalidTenancy</code> error code.</p>", |
| 30889 | + "documentation":"<p>The tenancy for the instance.</p> <note> <p>For T3 instances, you can't change the tenancy from <code>dedicated</code> to <code>host</code>, or from <code>host</code> to <code>dedicated</code>. Attempting to make one of these unsupported tenancy changes results in the <code>InvalidTenancy</code> error code.</p> </note>", |
30875 | 30890 | "locationName":"tenancy"
|
30876 | 30891 | },
|
30877 | 30892 | "PartitionNumber":{
|
|
33660 | 33675 | "locationName":"affinity"
|
33661 | 33676 | },
|
33662 | 33677 | "GroupName":{
|
33663 |
| - "shape":"String", |
| 33678 | + "shape":"PlacementGroupName", |
33664 | 33679 | "documentation":"<p>The name of the placement group the instance is in.</p>",
|
33665 | 33680 | "locationName":"groupName"
|
33666 | 33681 | },
|
|
0 commit comments