Values_4.ModifyInstanceMetadataOptionsResultSourceModify the instance metadata parameters on a running or stopped instance. When you modify the parameters on a stopped instance, they are applied when the instance is started. When you modify the parameters on a running instance, the API responds with a state of “pending”. After the parameter modifications are successfully applied to the instance, the state of the modifications changes from “pending” to “applied” in subsequent describe-instances API calls. For more information, see Instance metadata and user data in the Amazon EC2 User Guide.
type nonrec t = {instanceId : Values_0.String_.t option;The ID of the instance.
*)instanceMetadataOptions : Values_0.InstanceMetadataOptionsResponse.t option;The metadata options for the instance.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.String_.t
| `Structure of
(string * [> `Enum of string | `Integer of int ]) list ])
list ]