Values.DependencySourceA structure that contains information about a dependency for a canary.
type nonrec t = {type_ : DependencyType.t option;The type of dependency. Valid value is LambdaLayer.
*)reference : String_.t;The dependency reference. For Lambda layers, this is the ARN of the Lambda layer. For more information about Lambda ARN format, see Lambda.
*)}