Module Values_2.DescribeUserProfileResponseSource

Describes a user profile. For more information, see CreateUserProfile.

Sourcetype nonrec t = {
  1. domainId : Values_0.DomainId.t option;
    (*

    The ID of the domain that contains the profile.

    *)
  2. userProfileArn : Values_1.UserProfileArn.t option;
    (*

    The user profile Amazon Resource Name (ARN).

    *)
  3. userProfileName : Values_0.UserProfileName.t option;
    (*

    The user profile name.

    *)
  4. homeEfsFileSystemUid : Values_1.EfsUid.t option;
    (*

    The ID of the user's profile in the Amazon Elastic File System volume.

    *)
  5. status : UserProfileStatus.t option;
    (*

    The status.

    *)
  6. lastModifiedTime : Values_0.LastModifiedTime.t option;
    (*

    The last modified time.

    *)
  7. creationTime : Values_0.CreationTime.t option;
    (*

    The creation time.

    *)
  8. failureReason : Values_0.FailureReason.t option;
    (*

    The failure reason.

    *)
  9. singleSignOnUserIdentifier : Values_1.SingleSignOnUserIdentifier.t option;
    (*

    The IAM Identity Center user identifier.

    *)
  10. singleSignOnUserValue : Values_0.String256.t option;
    (*

    The IAM Identity Center user value.

    *)
  11. userSettings : Values_0.UserSettings.t option;
    (*

    A collection of settings.

    *)
}
Sourcetype nonrec error = [
  1. | `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t
  2. | `ResourceNotFound of Values_0.ResourceNotFound.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval make : ?domainId:??? -> ?userProfileArn:??? -> ?userProfileName:??? -> ?homeEfsFileSystemUid:??? -> ?status:??? -> ?lastModifiedTime:??? -> ?creationTime:??? -> ?failureReason:??? -> ?singleSignOnUserIdentifier:??? -> ?singleSignOnUserValue:??? -> ?userSettings:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t | `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t | `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.DomainId.t | `Structure of (string * [> `Enum of string | `List of [> `String of string | `Structure of (string * [> `Structure of (string * [> `String of string ]) list ]) list ] list | `String of string | `Structure of (string * [> `Enum of string | `List of [> `Enum of string | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `String of string ] list | `String of string ]) list ] list | `Long of Awso.Import.Int64.t | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `String of string ] list | `String of string | `Structure of (string * [> `Enum of string | `Integer of int ]) list ]) list ]) list ]) list | `Timestamp of Values_0.LastModifiedTime.t ]) 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