Module Values.UpdateFormRequestSource

Updates an existing form.

Sourcetype nonrec t = {
  1. appId : String_.t;
    (*

    The unique ID for the Amplify app.

    *)
  2. environmentName : String_.t;
    (*

    The name of the backend environment that is part of the Amplify app.

    *)
  3. id : Uuid.t;
    (*

    The unique ID for the form.

    *)
  4. clientToken : String_.t option;
    (*

    The unique client token.

    *)
  5. updatedForm : UpdateFormData.t;
    (*

    The request accepts the following data in JSON format.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> appId:String_.t -> environmentName:String_.t -> id:Uuid.t -> updatedForm:UpdateFormData.t -> unit -> t
Sourceval of_header_and_body : ((string, String_.t) Awso.Import.List.Assoc.t * UpdateFormData.t) -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `Enum of string | `Map of ([> `String of String_.t ] * [> `Structure of (string * [> `Boolean of Boolean.t | `Integer of Integer.t | `List of [> `Structure of (string * [> `List of [> `Integer of Integer.t | `String of String_.t ] list | `String of String_.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Float of Float_.t | `String of String_.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of Integer.t | `List of [> `String of String_.t | `Structure of (string * Awso.Botodata.value) list ] list | `Map of ([> `String of String_.t ] * [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `String of String_.t ]) list ]) list ]) list ]) list ]) list ]) list ]) list | `String of FormName.t | `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Boolean of Boolean.t | `String of String_.t | `Structure of (string * [> `Enum of string | `String of String_.t ]) list ]) list ]) 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