Values_7.CreateReplaceRootVolumeTaskResultSourceReplaces the EBS-backed root volume for a running instance with a new volume that is restored to the original root volume's launch state, that is restored to a specific snapshot taken from the original root volume, or that is restored from an AMI that has the same key characteristics as that of the instance. For more information, see Replace a root volume in the Amazon EC2 User Guide.
type nonrec t = {replaceRootVolumeTask : Values_2.ReplaceRootVolumeTask.t option;Information about the root volume replacement task.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ]
list
| `String of Values_1.ReplaceRootVolumeTaskId.t ])
list ])
list ]