Module Values_0.AdditionalModelDataSourceSource

Data sources that are available to your model in addition to the one that you specify for ModelDataSource when you use the CreateModel action.

Sourcetype nonrec t = {
  1. channelName : AdditionalModelChannelName.t;
    (*

    A custom name for this AdditionalModelDataSource object.

    *)
  2. s3DataSource : S3ModelDataSource.t;
}
Sourceval context_ : string
Sourceval make : channelName:AdditionalModelChannelName.t -> s3DataSource:S3ModelDataSource.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AdditionalModelChannelName.t | `Structure of (string * [> `Enum of string | `String of S3ModelUri.t | `Structure of (string * [> `Boolean of AcceptEula.t | `String of HubContentArn.t ]) 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