Module Values.PutCapacityAssignmentConfigurationInputSource

Puts a new capacity assignment configuration for a specified capacity reservation. If a capacity assignment configuration already exists for the capacity reservation, replaces the existing capacity assignment configuration.

Sourcetype nonrec t = {
  1. capacityReservationName : CapacityReservationName.t;
    (*

    The name of the capacity reservation to put a capacity assignment configuration for.

    *)
  2. capacityAssignments : CapacityAssignmentsList.t;
    (*

    The list of assignments for the capacity assignment configuration.

    *)
}
Sourceval context_ : string
Sourceval make : capacityReservationName:CapacityReservationName.t -> capacityAssignments:CapacityAssignmentsList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of WorkGroupName.t ] list ]) list ] list | `String of CapacityReservationName.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