Module Values.ModelInvocationJobS3InputDataConfigSource

Contains the configuration of the S3 location of the input data.

Sourcetype nonrec t = {
  1. s3InputFormat : S3InputFormat.t option;
    (*

    The format of the input data.

    *)
  2. s3Uri : S3Uri.t;
    (*

    The S3 location of the input data.

    *)
  3. s3BucketOwner : AccountId.t option;
    (*

    The ID of the Amazon Web Services account that owns the S3 bucket containing the input data.

    *)
}
Sourceval context_ : string
Sourceval make : ?s3InputFormat:??? -> ?s3BucketOwner:??? -> s3Uri:S3Uri.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of S3Uri.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