Module Values.CreateThemeResponseSource

Creates a theme to apply to the components in an Amplify app.

Sourcetype nonrec t = {
  1. entity : Theme.t option;
    (*

    Describes the configuration of the new theme.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalServerException of InternalServerException.t
  2. | `InvalidParameterException of InvalidParameterException.t
  3. | `ResourceConflictException of ResourceConflictException.t
  4. | `ServiceQuotaExceededException of ServiceQuotaExceededException.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?entity:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InternalServerException of InternalServerException.t | `InvalidParameterException of InvalidParameterException.t | `ResourceConflictException of ResourceConflictException.t | `ServiceQuotaExceededException of ServiceQuotaExceededException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InternalServerException of InternalServerException.t | `InvalidParameterException of InvalidParameterException.t | `ResourceConflictException of ResourceConflictException.t | `ServiceQuotaExceededException of ServiceQuotaExceededException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval of_header_and_body : ('a * Theme.t) -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * Awso.Botodata.value) 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