Skip to content

Commit 6e15e38

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: With this release customers can turn host maintenance on or off when allocating or modifying a supported dedicated host. Host maintenance is turned on by default for supported hosts.
1 parent f0f981b commit 6e15e38

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elastic Compute Cloud",
4+
"contributor": "",
5+
"description": "With this release customers can turn host maintenance on or off when allocating or modifying a supported dedicated host. Host maintenance is turned on by default for supported hosts."
6+
}

services/ec2/src/main/resources/codegen-resources/service-2.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6777,6 +6777,10 @@
67776777
"OutpostArn":{
67786778
"shape":"String",
67796779
"documentation":"<p>The Amazon Resource Name (ARN) of the Amazon Web Services Outpost on which to allocate the Dedicated Host.</p>"
6780+
},
6781+
"HostMaintenance":{
6782+
"shape":"HostMaintenance",
6783+
"documentation":"<p>Indicates whether to enable or disable host maintenance for the Dedicated Host. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-maintenance.html\"> Host maintenance</a> in the <i>Amazon EC2 User Guide</i>.</p> <p>Default: <code>on</code> </p>"
67806784
}
67816785
}
67826786
},
@@ -30558,6 +30562,11 @@
3055830562
"shape":"String",
3055930563
"documentation":"<p>The Amazon Resource Name (ARN) of the Amazon Web Services Outpost on which the Dedicated Host is allocated.</p>",
3056030564
"locationName":"outpostArn"
30565+
},
30566+
"HostMaintenance":{
30567+
"shape":"HostMaintenance",
30568+
"documentation":"<p>Indicates whether host maintenance is enabled or disabled for the Dedicated Host.</p>",
30569+
"locationName":"hostMaintenance"
3056130570
}
3056230571
},
3056330572
"documentation":"<p>Describes the properties of the Dedicated Host.</p>"
@@ -30597,6 +30606,13 @@
3059730606
"locationName":"item"
3059830607
}
3059930608
},
30609+
"HostMaintenance":{
30610+
"type":"string",
30611+
"enum":[
30612+
"on",
30613+
"off"
30614+
]
30615+
},
3060030616
"HostOffering":{
3060130617
"type":"structure",
3060230618
"members":{
@@ -39155,6 +39171,10 @@
3915539171
"InstanceFamily":{
3915639172
"shape":"String",
3915739173
"documentation":"<p>Specifies the instance family to be supported by the Dedicated Host. Specify this parameter to modify a Dedicated Host to support multiple instance types within its current instance family.</p> <p>If you want to modify a Dedicated Host to support a specific instance type only, omit this parameter and specify <b>InstanceType</b> instead. You cannot specify <b>InstanceFamily</b> and <b>InstanceType</b> in the same request.</p>"
39174+
},
39175+
"HostMaintenance":{
39176+
"shape":"HostMaintenance",
39177+
"documentation":"<p>Indicates whether to enable or disable host maintenance for the Dedicated Host. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-maintenance.html\"> Host maintenance</a> in the <i>Amazon EC2 User Guide</i>.</p>"
3915839178
}
3915939179
}
3916039180
},

0 commit comments

Comments
 (0)