Values_1.DescribeSpaceResponseSourceDescribes the space.
type nonrec t = {domainId : Values_0.DomainId.t option;The ID of the associated domain.
*)spaceArn : SpaceArn.t option;The space's Amazon Resource Name (ARN).
*)spaceName : Values_0.SpaceName.t option;The name of the space.
*)homeEfsFileSystemUid : EfsUid.t option;The ID of the space's profile in the Amazon EFS volume.
*)status : SpaceStatus.t option;The status.
*)lastModifiedTime : Values_0.LastModifiedTime.t option;The last modified time.
*)creationTime : Values_0.CreationTime.t option;The creation time.
*)failureReason : Values_0.FailureReason.t option;The failure reason.
*)spaceSettings : SpaceSettings.t option;A collection of space settings.
*)ownershipSettings : OwnershipSettings.t option;The collection of ownership settings for a space.
*)spaceSharingSettings : SpaceSharingSettings.t option;The collection of space sharing settings for a space.
*)spaceDisplayName : Values_0.NonEmptyString64.t option;The name of the space that appears in the Amazon SageMaker Studio UI.
*)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
*)}type nonrec error = [ | `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val make :
?domainId:??? ->
?spaceArn:??? ->
?spaceName:??? ->
?homeEfsFileSystemUid:??? ->
?status:??? ->
?lastModifiedTime:??? ->
?creationTime:??? ->
?failureReason:??? ->
?spaceSettings:??? ->
?ownershipSettings:??? ->
?spaceSharingSettings:??? ->
?spaceDisplayName:??? ->
?url:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val 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 ]