Module Values.LabelsInputConfigurationSource

Contains the configuration information for the S3 location being used to hold label data.

Sourcetype nonrec t = {
  1. s3InputConfiguration : LabelsS3InputConfiguration.t option;
    (*

    Contains location information for the S3 location being used for label data.

    *)
  2. labelGroupName : LabelGroupName.t option;
    (*

    The name of the label group to be used for label data.

    *)
}
Sourceval make : ?s3InputConfiguration:??? -> ?labelGroupName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of LabelGroupName.t | `Structure of (string * [> `String of S3Bucket.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