Values.ExperimentTemplateTargetMapSourceval to_value :
('a * ExperimentTemplateTarget.t) list ->
[> `Map of
([> `String of 'a ]
* [> `Structure of
(string
* [> `List of
[> `String of ResourceArn.t
| `Structure of
(string
* [> `List of
[> `String of
ExperimentTemplateTargetFilterValue.t ]
list
| `String of ExperimentTemplateTargetFilterPath.t ])
list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ])
list
| `String of TargetResourceTypeId.t ])
list ])
list ]val to_query :
(TargetResourceTypeId.t * ExperimentTemplateTarget.t) list ->
Awso.Client.Query.t