Module Values.CreateDeploymentInputSource

Represents the input parameters for a CreateDeployment request.

Sourcetype nonrec t = {
  1. description : StringWithLengthBetween0And1024.t option;
    (*

    The description for the deployment resource.

    *)
  2. stageName : StringWithLengthBetween1And128.t option;
    (*

    The name of the Stage resource for the Deployment resource to create.

    *)
}
Sourceval make : ?description:??? -> ?stageName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of StringWithLengthBetween0And1024.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