Values.TemplateDetailsSourceDetails of the template.
type nonrec t = {applicationId : string;The application Amazon Resource Name (ARN).
*)creationTime : string;The date and time this resource was created.
*)expirationTime : string;The date and time this template expires. Templates expire 1 hour after creation.
*)semanticVersion : string;The semantic version of the application: https://semver.org/
*)status : Status.t;Status of the template creation workflow.Possible values: PREPARING | ACTIVE | EXPIRED
*)templateId : string;The UUID returned by CreateCloudFormationTemplate.Pattern: [0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}
*)templateUrl : string;A link to the template that can be used to deploy the application using AWS CloudFormation.
*)}