Module Values_7.BundleInstanceRequestSource

Contains the parameters for BundleInstance.

Sourcetype nonrec t = {
  1. instanceId : Values_0.InstanceId.t;
    (*

    The ID of the instance to bundle. Default: None

    *)
  2. storage : Values_1.Storage.t;
    (*

    The bucket in which to store the AMI. You can specify a bucket that you already own or a new bucket that Amazon EC2 creates on your behalf. If you specify a bucket that belongs to someone else, Amazon EC2 returns an error.

    *)
  3. dryRun : Values_0.Boolean.t option;
    (*

    Checks whether you have the required permissions for the action, 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?dryRun:??? -> instanceId:Values_0.InstanceId.t -> storage:Values_1.Storage.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `String of Values_0.InstanceId.t | `Structure of (string * [> `Structure of (string * [> `Blob of Values_0.Blob.t | `String of Values_0.String_.t ]) list ]) list ]) 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