Module Values.LoginAuthConfigReqObjSource

The request object for this operation.

Sourcetype nonrec t = {
  1. awsCognitoIdentityPoolId : string option;
    (*

    The Amazon Cognito identity pool ID used for the Amplify Admin UI login authorization.

    *)
  2. awsCognitoRegion : string option;
    (*

    The AWS Region for the Amplify Admin UI login.

    *)
  3. awsUserPoolsId : string option;
    (*

    The Amazon Cognito user pool ID used for Amplify Admin UI login authentication.

    *)
  4. awsUserPoolsWebClientId : string option;
    (*

    The web client ID for the Amazon Cognito user pools.

    *)
}
Sourceval make : ?awsCognitoIdentityPoolId:??? -> ?awsCognitoRegion:??? -> ?awsUserPoolsId:??? -> ?awsUserPoolsWebClientId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of string ]) 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