Module Values.BackendAPIReqObjSource

The request object for this operation.

Sourcetype nonrec t = {
  1. resourceConfig : BackendAPIResourceConfig.t option;
    (*

    Defines the resource configuration for the data model in your Amplify project.

    *)
  2. resourceName : string;
    (*

    The name of this resource.

    *)
}
Sourceval context_ : string
Sourceval make : ?resourceConfig:??? -> resourceName:string -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of string | `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Double of float | `String of string ]) list ]) list ] list | `String of string | `Structure of (string * [> `Enum of string | `Structure of (string * [> `Double of float | `String of string ]) 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