Module Values_1.CreateBlueprintRequestSource

Registers a blueprint with Glue.

Sourcetype nonrec t = {
  1. name : Values_0.OrchestrationNameString.t;
    (*

    The name of the blueprint.

    *)
  2. description : Values_0.Generic512CharString.t option;
    (*

    A description of the blueprint.

    *)
  3. blueprintLocation : OrchestrationS3Location.t;
    (*

    Specifies a path in Amazon S3 where the blueprint is published.

    *)
  4. tags : TagsMap.t option;
    (*

    The tags to be applied to this blueprint.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> ?tags:??? -> name:Values_0.OrchestrationNameString.t -> blueprintLocation:OrchestrationS3Location.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of Values_0.OrchestrationNameString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t