Module Values_3.SpotDatafeedSubscriptionSource

Describes the data feed for a Spot Instance.

Sourcetype nonrec t = {
  1. bucket : Values_0.String_.t option;
    (*

    The name of the Amazon S3 bucket where the Spot Instance data feed is located.

    *)
  2. fault : Values_1.SpotInstanceStateFault.t option;
    (*

    The fault codes for the Spot Instance request, if any.

    *)
  3. ownerId : Values_0.String_.t option;
    (*

    The Amazon Web Services account ID of the account.

    *)
  4. prefix : Values_0.String_.t option;
    (*

    The prefix for the data feed files.

    *)
  5. state : Values_2.DatafeedSubscriptionState.t option;
    (*

    The state of the Spot Instance data feed subscription.

    *)
}
Sourceval make : ?bucket:??? -> ?fault:??? -> ?ownerId:??? -> ?prefix:??? -> ?state:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.String_.t | `Structure of (string * [> `String of Values_0.String_.t ]) 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