Module Values_2.RegisterUserResponseSource

Creates an Amazon Quick Sight user whose identity is associated with the Identity and Access Management (IAM) identity or role specified in the request. When you register a new user from the Quick Sight API, Quick Sight generates a registration URL. The user accesses this registration URL to create their account. Quick Sight doesn't send a registration email to users who are registered from the Quick Sight API. If you want new users to receive a registration email, then add those users in the Quick Sight console. For more information on registering a new user in the Quick Sight console, see Inviting users to access Quick Sight.

Sourcetype nonrec t = {
  1. user : User.t option;
    (*

    The user's user name.

    *)
  2. userInvitationUrl : Values_0.String_.t option;
    (*

    The URL the user visits to complete registration and provide a password. This is returned only for users with an identity type of QUICKSIGHT.

    *)
  3. requestId : Values_0.String_.t option;
    (*

    The Amazon Web Services request ID for this operation.

    *)
  4. status : Values_1.StatusCode.t option;
    (*

    The HTTP status of the request.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of Values_0.AccessDeniedException.t
  2. | `InternalFailureException of Values_1.InternalFailureException.t
  3. | `InvalidParameterValueException of Values_1.InvalidParameterValueException.t
  4. | `LimitExceededException of Values_1.LimitExceededException.t
  5. | `PreconditionNotMetException of Values_1.PreconditionNotMetException.t
  6. | `ResourceExistsException of Values_1.ResourceExistsException.t
  7. | `ResourceNotFoundException of Values_1.ResourceNotFoundException.t
  8. | `ResourceUnavailableException of Values_1.ResourceUnavailableException.t
  9. | `ThrottlingException of Values_1.ThrottlingException.t
  10. | `Unknown_operation_error of string * string option
]
Sourceval make : ?user:??? -> ?userInvitationUrl:??? -> ?requestId:??? -> ?status:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of Values_0.AccessDeniedException.t | `InternalFailureException of Values_1.InternalFailureException.t | `InvalidParameterValueException of Values_1.InvalidParameterValueException.t | `LimitExceededException of Values_1.LimitExceededException.t | `PreconditionNotMetException of Values_1.PreconditionNotMetException.t | `ResourceExistsException of Values_1.ResourceExistsException.t | `ResourceNotFoundException of Values_1.ResourceNotFoundException.t | `ResourceUnavailableException of Values_1.ResourceUnavailableException.t | `ThrottlingException of Values_1.ThrottlingException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of Values_0.AccessDeniedException.t | `InternalFailureException of Values_1.InternalFailureException.t | `InvalidParameterValueException of Values_1.InvalidParameterValueException.t | `LimitExceededException of Values_1.LimitExceededException.t | `PreconditionNotMetException of Values_1.PreconditionNotMetException.t | `ResourceExistsException of Values_1.ResourceExistsException.t | `ResourceNotFoundException of Values_1.ResourceNotFoundException.t | `ResourceUnavailableException of Values_1.ResourceUnavailableException.t | `ThrottlingException of Values_1.ThrottlingException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Values_1.StatusCode.t | `String of Values_0.String_.t | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `String of Values_0.Arn.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