Module Values.GetCollaborationAnalysisTemplateInputSource

Retrieves an analysis template within a collaboration.

Sourcetype nonrec t = {
  1. collaborationIdentifier : CollaborationIdentifier.t;
    (*

    A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.

    *)
  2. analysisTemplateArn : AnalysisTemplateArn.t;
    (*

    The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.

    *)
}
Sourceval context_ : string
Sourceval make : collaborationIdentifier:CollaborationIdentifier.t -> analysisTemplateArn:AnalysisTemplateArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CollaborationIdentifier.t ]) 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