Module Values.RegisterApplicationRevisionInputSource

Represents the input of a RegisterApplicationRevision operation.

Sourcetype nonrec t = {
  1. applicationName : ApplicationName.t;
    (*

    The name of an CodeDeploy application associated with the user or Amazon Web Services account.

    *)
  2. description : Description.t option;
    (*

    A comment about the revision.

    *)
  3. revision : RevisionLocation.t;
    (*

    Information about the application revision to register, including type and location.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> applicationName:ApplicationName.t -> revision:RevisionLocation.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ApplicationName.t | `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `String of S3Bucket.t ]) list ]) list ]) 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