Skip to content

Commit f14492d

Browse files
author
AWS
committed
Auto Scaling Update: Added WaitForTransitioningInstances parameter to the CancelInstanceRefresh API, allowing the caller to cancel an instance refresh without waiting for on-going launches and terminations.
1 parent 2bbb7ae commit f14492d

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-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": "Auto Scaling",
4+
"contributor": "",
5+
"description": "Added WaitForTransitioningInstances parameter to the CancelInstanceRefresh API, allowing the caller to cancel an instance refresh without waiting for on-going launches and terminations."
6+
}

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1835,6 +1835,7 @@
18351835
"type":"list",
18361836
"member":{"shape":"BlockDeviceMapping"}
18371837
},
1838+
"BooleanType":{"type":"boolean"},
18381839
"BurstablePerformance":{
18391840
"type":"string",
18401841
"enum":[
@@ -1859,6 +1860,10 @@
18591860
"AutoScalingGroupName":{
18601861
"shape":"XmlStringMaxLen255",
18611862
"documentation":"<p>The name of the Auto Scaling group.</p>"
1863+
},
1864+
"WaitForTransitioningInstances":{
1865+
"shape":"BooleanType",
1866+
"documentation":"<p>When cancelling an instance refresh, this indicates whether to wait for in-flight launches and terminations to complete. The default is true.</p> <p>When set to false, Amazon EC2 Auto Scaling cancels the instance refresh without waiting for any pending launches or terminations to complete.</p>"
18621867
}
18631868
}
18641869
},

0 commit comments

Comments
 (0)