Values.CancelInstanceRefreshAnswerSourceCancels an instance refresh or rollback that is in progress. If an instance refresh or rollback is not in progress, an ActiveInstanceRefreshNotFound error occurs. This operation is part of the instance refresh feature in Amazon EC2 Auto Scaling, which helps you update instances in your Auto Scaling group after you make configuration changes. When you cancel an instance refresh, this does not roll back any changes that it made. Use the RollbackInstanceRefresh API to roll back instead.
type cancelInstanceRefreshResult = {instanceRefreshId : XmlStringMaxLen255.t option;The instance refresh ID associated with the request. This is the unique ID assigned to the instance refresh when it was started.
*)}and t = {cancelInstanceRefreshResult : cancelInstanceRefreshResult;responseMetaData : responseMetaData;}type error = [ | `ActiveInstanceRefreshNotFoundFault of ActiveInstanceRefreshNotFoundFault.t| `LimitExceededFault of LimitExceededFault.t| `ResourceContentionFault of ResourceContentionFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ActiveInstanceRefreshNotFoundFault of
ActiveInstanceRefreshNotFoundFault.t
| `LimitExceededFault of LimitExceededFault.t
| `ResourceContentionFault of ResourceContentionFault.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ActiveInstanceRefreshNotFoundFault of
ActiveInstanceRefreshNotFoundFault.t
| `LimitExceededFault of LimitExceededFault.t
| `ResourceContentionFault of ResourceContentionFault.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of XmlStringMaxLen255.t ]) list ])
list ]