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