Values.UpdateDataSourceRequestSourceContainer for the parameters to the UpdateDataSource operation.
type nonrec t = {domainName : DomainName.t;The name of the domain.
*)name : DataSourceName.t;The name of the data source to modify.
*)dataSourceType : DataSourceType.t;The type of data source.
*)description : DataSourceDescription.t option;A new description of the data source.
*)status : DataSourceStatus.t option;The status of the data source update.
*)}val make :
?description:??? ->
?status:??? ->
domainName:DomainName.t ->
name:DataSourceName.t ->
dataSourceType:DataSourceType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DomainName.t
| `Structure of
(string
* [> `Structure of (string * [> `String of RoleArn.t ]) list ])
list ])
list ]