Values.CreateUserPoolClientResponseSourceRepresents the response from the server to create a user pool client.
type nonrec t = {userPoolClient : UserPoolClientType.t option;The details of the new app client.
*)}type nonrec error = [ | `InternalErrorException of InternalErrorException.t| `InvalidOAuthFlowException of InvalidOAuthFlowException.t| `InvalidParameterException of InvalidParameterException.t| `LimitExceededException of LimitExceededException.t| `NotAuthorizedException of NotAuthorizedException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ScopeDoesNotExistException of ScopeDoesNotExistException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `FeatureUnavailableInTierException of FeatureUnavailableInTierException.t
| `InternalErrorException of InternalErrorException.t
| `InvalidOAuthFlowException of InvalidOAuthFlowException.t
| `InvalidParameterException of InvalidParameterException.t
| `LimitExceededException of LimitExceededException.t
| `NotAuthorizedException of NotAuthorizedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ScopeDoesNotExistException of ScopeDoesNotExistException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `FeatureUnavailableInTierException of FeatureUnavailableInTierException.t
| `InternalErrorException of InternalErrorException.t
| `InvalidOAuthFlowException of InvalidOAuthFlowException.t
| `InvalidParameterException of InvalidParameterException.t
| `LimitExceededException of LimitExceededException.t
| `NotAuthorizedException of NotAuthorizedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ScopeDoesNotExistException of ScopeDoesNotExistException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of BooleanType.t
| `Enum of string
| `Integer of RefreshTokenValidityType.t
| `List of
[> `Enum of string | `String of ClientPermissionType.t ]
list
| `String of UserPoolIdType.t
| `Structure of
(string
* [> `Boolean of BooleanType.t
| `Enum of string
| `Integer of RetryGracePeriodSecondsType.t
| `String of HexStringType.t ])
list
| `Timestamp of DateType.t ])
list ])
list ]