Module Values.GetCapacityTaskInputSource

Gets details of the specified capacity task.

Sourcetype nonrec t = {
  1. capacityTaskId : CapacityTaskId.t;
    (*

    ID of the capacity task.

    *)
  2. outpostIdentifier : OutpostIdentifier.t;
    (*

    ID or ARN of the Outpost associated with the specified capacity task.

    *)
}
Sourceval context_ : string
Sourceval make : capacityTaskId:CapacityTaskId.t -> outpostIdentifier:OutpostIdentifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CapacityTaskId.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