Module Values.FleetConfigurationSource

Fleet configuration details.

Sourcetype nonrec t = {
  1. customerManaged : CustomerManagedFleetConfiguration.t option;
    (*

    The customer managed fleets within a fleet configuration.

    *)
  2. serviceManagedEc2 : ServiceManagedEc2FleetConfiguration.t option;
    (*

    The service managed Amazon EC2 instances for a fleet configuration.

    *)
}
Sourceval make : ?customerManaged:??? -> ?serviceManagedEc2:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of StorageProfileId.t | `Structure of (string * [> `Enum of string | `Integer of MinZeroMaxInteger.t | `List of [> `Enum of string | `String of InstanceType.t | `Structure of (string * [> `Float of Float_.t | `List of [> `String of AttributeCapabilityValue.t ] list | `String of AmountCapabilityName.t ]) list ] list | `Structure of (string * [> `Integer of MinOneMaxTenThousand.t | `List of [> `Structure of (string * [> `Enum of string | `String of AcceleratorRuntime.t ]) list ] list | `Structure of (string * [> `Integer of MinZeroMaxInteger.t ]) list ]) list ]) 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