Values_0.BlueprintSourceThe details of a blueprint.
type nonrec t = {name : OrchestrationNameString.t option;The name of the blueprint.
*)description : Generic512CharString.t option;The description of the blueprint.
*)createdOn : TimestampValue.t option;The date and time the blueprint was registered.
*)lastModifiedOn : TimestampValue.t option;The date and time the blueprint was last modified.
*)parameterSpec : BlueprintParameterSpec.t option;A JSON string that indicates the list of parameter specifications for the blueprint.
*)blueprintLocation : GenericString.t option;Specifies the path in Amazon S3 where the blueprint is published.
*)blueprintServiceLocation : GenericString.t option;Specifies a path in Amazon S3 where the blueprint is copied when you call CreateBlueprint/UpdateBlueprint to register the blueprint in Glue.
*)status : BlueprintStatus.t option;The status of the blueprint registration. Creating — The blueprint registration is in progress. Active — The blueprint has been successfully registered. Updating — An update to the blueprint registration is in progress. Failed — The blueprint registration failed.
*)errorMessage : ErrorString.t option;An error message.
*)lastActiveDefinition : LastActiveDefinition.t option;When there are multiple versions of a blueprint and the latest version has some errors, this attribute indicates the last successful blueprint definition that is available with the service.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of OrchestrationNameString.t
| `Structure of
(string
* [> `String of Generic512CharString.t
| `Timestamp of TimestampValue.t ])
list
| `Timestamp of TimestampValue.t ])
list ]