Module Values.AddDataSourceRequestSource

Container for the parameters to the AddDataSource operation.

Sourcetype nonrec t = {
  1. domainName : DomainName.t;
    (*

    The name of the domain to add the data source to.

    *)
  2. name : DataSourceName.t;
    (*

    A name for the data source.

    *)
  3. dataSourceType : DataSourceType.t;
    (*

    The type of data source.

    *)
  4. description : DataSourceDescription.t option;
    (*

    A description of the data source.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> domainName:DomainName.t -> name:DataSourceName.t -> dataSourceType:DataSourceType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DomainName.t | `Structure of (string * [> `Structure of (string * [> `String of RoleArn.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