Module Values_4.ModifyInstanceEventStartTimeRequestSource

Modifies the start time for a scheduled Amazon EC2 instance event.

Sourcetype nonrec t = {
  1. dryRun : Values_0.Boolean.t option;
    (*

    Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

    *)
  2. instanceId : Values_0.InstanceId.t;
    (*

    The ID of the instance with the scheduled event.

    *)
  3. instanceEventId : Values_0.String_.t;
    (*

    The ID of the event whose date and time you are modifying.

    *)
  4. notBefore : Values_0.DateTime.t;
    (*

    The new date and time when the event will take place.

    *)
}
Sourceval context_ : string
Sourceval make : ?dryRun:??? -> instanceId:Values_0.InstanceId.t -> instanceEventId:Values_0.String_.t -> notBefore:Values_0.DateTime.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `String of Values_0.InstanceId.t | `Timestamp of Values_0.DateTime.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t