Module Values_1.CreateSpaceRequestSource

Creates a private space or a space used for real time collaboration in a domain.

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

    The ID of the associated domain.

    *)
  2. spaceName : Values_0.SpaceName.t;
    (*

    The name of the space.

    *)
  3. tags : Values_0.TagList.t option;
    (*

    Tags to associated with the space. Each tag consists of a key and an optional value. Tag keys must be unique for each resource. Tags are searchable using the Search API.

    *)
  4. spaceSettings : SpaceSettings.t option;
    (*

    A collection of space settings.

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

    A collection of ownership settings.

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

    A collection of space sharing settings.

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

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

    *)
}
Sourceval context_ : string
Sourceval make : ?tags:??? -> ?spaceSettings:??? -> ?ownershipSettings:??? -> ?spaceSharingSettings:??? -> ?spaceDisplayName:??? -> domainId:Values_0.DomainId.t -> spaceName:Values_0.SpaceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of string ]) list ] list | `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 ]) 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