Values_2.UpdateBlueprintRequestSourceUpdates a registered blueprint.
type nonrec t = {name : Values_0.OrchestrationNameString.t;The name of the blueprint.
*)description : Values_0.Generic512CharString.t option;A description of the blueprint.
*)blueprintLocation : Values_1.OrchestrationS3Location.t;Specifies a path in Amazon S3 where the blueprint is published.
*)}val make :
?description:??? ->
name:Values_0.OrchestrationNameString.t ->
blueprintLocation:Values_1.OrchestrationS3Location.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.OrchestrationNameString.t ]) list ]