Module Values_1.DescribeSpaceResponseSource

Describes the space.

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

    The ID of the associated domain.

    *)
  2. spaceArn : SpaceArn.t option;
    (*

    The space's Amazon Resource Name (ARN).

    *)
  3. spaceName : Values_0.SpaceName.t option;
    (*

    The name of the space.

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

    The ID of the space's profile in the Amazon EFS volume.

    *)
  5. status : SpaceStatus.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. spaceSettings : SpaceSettings.t option;
    (*

    A collection of space settings.

    *)
  10. ownershipSettings : OwnershipSettings.t option;
    (*

    The collection of ownership settings for a space.

    *)
  11. spaceSharingSettings : SpaceSharingSettings.t option;
    (*

    The collection of space sharing settings for a space.

    *)
  12. spaceDisplayName : Values_0.NonEmptyString64.t option;
    (*

    The name of the space that appears in the Amazon SageMaker Studio UI.

    *)
  13. url : Values_0.String1024.t option;
    (*

    Returns the URL of the space. If the space is created with Amazon Web Services IAM Identity Center (Successor to Amazon Web Services Single Sign-On) authentication, users can navigate to the URL after appending the respective redirect parameter for the application type to be federated through Amazon Web Services IAM Identity Center. The following application types are supported: Studio Classic: &redirect=JupyterServer JupyterLab: &redirect=JupyterLab Code Editor, based on Code-OSS, Visual Studio Code - Open Source: &redirect=CodeEditor

    *)
}
Sourcetype nonrec error = [
  1. | `ResourceNotFound of Values_0.ResourceNotFound.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval make : ?domainId:??? -> ?spaceArn:??? -> ?spaceName:??? -> ?homeEfsFileSystemUid:??? -> ?status:??? -> ?lastModifiedTime:??? -> ?creationTime:??? -> ?failureReason:??? -> ?spaceSettings:??? -> ?ownershipSettings:??? -> ?spaceSharingSettings:??? -> ?spaceDisplayName:??? -> ?url:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.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 [> `Structure of (string * [> `Structure of (string * [> `String of Values_0.FileSystemId.t ]) list ]) list ] list | `String of Values_0.UserProfileName.t | `Structure of (string * [> `List of [> `String of string | `Structure of (string * [> `Integer of int | `String of string ]) list ] list | `Structure of (string * [> `Enum of string | `Integer of Values_0.SpaceEbsVolumeSizeInGb.t | `String of string | `Structure of (string * [> `Integer of Values_0.IdleTimeoutInMinutes.t ]) 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