Module Awso_cognito_idp.CreateUserPoolResponseSource

Represents the response from the server for the request to create a user pool.

Sourcetype nonrec t = {
  1. userPool : UserPoolType.t option;
    (*

    The details of the created user pool.

    *)
}
Sourcetype nonrec error = [
  1. | `FeatureUnavailableInTierException of FeatureUnavailableInTierException.t
  2. | `InternalErrorException of InternalErrorException.t
  3. | `InvalidEmailRoleAccessPolicyException of InvalidEmailRoleAccessPolicyException.t
  4. | `InvalidParameterException of InvalidParameterException.t
  5. | `InvalidSmsRoleAccessPolicyException of InvalidSmsRoleAccessPolicyException.t
  6. | `InvalidSmsRoleTrustRelationshipException of InvalidSmsRoleTrustRelationshipException.t
  7. | `LimitExceededException of LimitExceededException.t
  8. | `NotAuthorizedException of NotAuthorizedException.t
  9. | `TierChangeNotAllowedException of TierChangeNotAllowedException.t
  10. | `TooManyRequestsException of TooManyRequestsException.t
  11. | `UserPoolTaggingException of UserPoolTaggingException.t
  12. | `Unknown_operation_error of string * string option
]
Sourceval make : ?userPool:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `FeatureUnavailableInTierException of FeatureUnavailableInTierException.t | `InternalErrorException of InternalErrorException.t | `InvalidEmailRoleAccessPolicyException of InvalidEmailRoleAccessPolicyException.t | `InvalidParameterException of InvalidParameterException.t | `InvalidSmsRoleAccessPolicyException of InvalidSmsRoleAccessPolicyException.t | `InvalidSmsRoleTrustRelationshipException of InvalidSmsRoleTrustRelationshipException.t | `LimitExceededException of LimitExceededException.t | `NotAuthorizedException of NotAuthorizedException.t | `TierChangeNotAllowedException of TierChangeNotAllowedException.t | `TooManyRequestsException of TooManyRequestsException.t | `Unknown_operation_error of string * string option | `UserPoolTaggingException of UserPoolTaggingException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `FeatureUnavailableInTierException of FeatureUnavailableInTierException.t | `InternalErrorException of InternalErrorException.t | `InvalidEmailRoleAccessPolicyException of InvalidEmailRoleAccessPolicyException.t | `InvalidParameterException of InvalidParameterException.t | `InvalidSmsRoleAccessPolicyException of InvalidSmsRoleAccessPolicyException.t | `InvalidSmsRoleTrustRelationshipException of InvalidSmsRoleTrustRelationshipException.t | `LimitExceededException of LimitExceededException.t | `NotAuthorizedException of NotAuthorizedException.t | `TierChangeNotAllowedException of TierChangeNotAllowedException.t | `TooManyRequestsException of TooManyRequestsException.t | `Unknown_operation_error of string * string option | `UserPoolTaggingException of UserPoolTaggingException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of IntegerType.t | `List of [> `Enum of string | `Structure of (string * [> `Boolean of BooleanType.t | `Enum of string | `String of CustomAttributeNameType.t | `Structure of (string * [> `String of StringType.t ]) list ]) list ] list | `Map of ([> `String of TagKeysType.t ] * [> `String of TagValueType.t ]) list | `String of UserPoolIdType.t | `Structure of (string * [> `Boolean of BooleanType.t | `Enum of string | `Integer of AdminCreateUserUnusedAccountValidityDaysType.t | `List of [> `Enum of string | `Structure of (string * [> `Enum of string | `Integer of PriorityType.t ]) list ] list | `String of ArnType.t | `Structure of (string * [> `Boolean of BooleanType.t | `Enum of string | `Integer of PasswordPolicyMinLengthType.t | `List of [> `Enum of string ] list | `String of ArnType.t ]) list ]) list | `Timestamp of DateType.t ]) 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