Module Values.CodegenJobGenericDataSchemaSource

Describes the data schema for a code generation job.

Sourcetype nonrec t = {
  1. dataSourceType : CodegenJobGenericDataSourceType.t;
    (*

    The type of the data source for the schema. Currently, the only valid value is an Amplify DataStore.

    *)
  2. models : CodegenGenericDataModels.t;
    (*

    The name of a CodegenGenericDataModel.

    *)
  3. enums : CodegenGenericDataEnums.t;
    (*

    The name of a CodegenGenericDataEnum.

    *)
  4. nonModels : CodegenGenericDataNonModels.t;
    (*

    The name of a CodegenGenericDataNonModel.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Map of ([> `String of String_.t ] * [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `String of String_.t ] list | `Map of ([> `String of String_.t ] * [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `String of String_.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `String of String_.t ] list | `String of String_.t ]) list ]) 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