Module Values.UpdateBackendAuthResourceConfigSource

Defines the resource configuration when updating an authentication resource in your Amplify project.

Sourcetype nonrec t = {
  1. authResources : AuthResources.t;
    (*

    Defines the service name to use when configuring an authentication resource in your Amplify project.

    *)
  2. identityPoolConfigs : UpdateBackendAuthIdentityPoolConfig.t option;
    (*

    Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your auth resource in the Amplify project.

    *)
  3. service : Service.t;
    (*

    Defines the service name to use when configuring an authentication resource in your Amplify project.

    *)
  4. userPoolConfigs : UpdateBackendAuthUserPoolConfig.t;
    (*

    Describes the authentication configuration for the Amazon Cognito user pool, provisioned as a part of your auth resource in the Amplify project.

    *)
}
Sourceval context_ : string
Sourceval make : ?identityPoolConfigs:??? -> authResources:AuthResources.t -> service:Service.t -> userPoolConfigs:UpdateBackendAuthUserPoolConfig.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Boolean of bool | `Structure of (string * [> `Double of float | `Enum of string | `List of [> `Enum of string | `String of string ] list | `String of string | `Structure of (string * [> `List of [> `Enum of string ] list | `String of string | `Structure of (string * [> `String of string ]) 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