Values_1.CreateBlueprintRequestSourceRegisters a blueprint with Glue.
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 : OrchestrationS3Location.t;Specifies a path in Amazon S3 where the blueprint is published.
*)}val make :
?description:??? ->
?tags:??? ->
name:Values_0.OrchestrationNameString.t ->
blueprintLocation:OrchestrationS3Location.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of Values_0.OrchestrationNameString.t ])
list ]