Values.BatchGetCollaborationAnalysisTemplateInputSourceRetrieves multiple analysis templates within a collaboration by their Amazon Resource Names (ARNs).
type nonrec t = {collaborationIdentifier : CollaborationIdentifier.t;A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.
*)analysisTemplateArns : AnalysisTemplateArnList.t;The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.
*)}val make :
collaborationIdentifier:CollaborationIdentifier.t ->
analysisTemplateArns:AnalysisTemplateArnList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of AnalysisTemplateArn.t ] list
| `String of CollaborationIdentifier.t ])
list ]