Module Values_1.CreateNamespaceRequestSource

(Enterprise edition only) Creates a new namespace for you to use with Amazon Quick Sight. A namespace allows you to isolate the Quick Sight users and groups that are registered for that namespace. Users that access the namespace can share assets only with other users or groups in the same namespace. They can't see users and groups in other namespaces. You can create a namespace after your Amazon Web Services account is subscribed to Quick Sight. The namespace must be unique within the Amazon Web Services account. By default, there is a limit of 100 namespaces per Amazon Web Services account. To increase your limit, create a ticket with Amazon Web Services Support.

Sourcetype nonrec t = {
  1. awsAccountId : AwsAccountId.t;
    (*

    The ID for the Amazon Web Services account that you want to create the Quick Sight namespace in.

    *)
  2. namespace : Values_0.Namespace.t;
    (*

    The name that you want to use to describe the new namespace.

    *)
  3. identityStore : IdentityStore.t;
    (*

    Specifies the type of your user identity directory. Currently, this supports users with an identity type of QUICKSIGHT.

    *)
  4. tags : TagList.t option;
    (*

    The tags that you want to associate with the namespace that you're creating.

    *)
}
Sourceval context_ : string
Sourceval make : ?tags:??? -> awsAccountId:AwsAccountId.t -> namespace:Values_0.Namespace.t -> identityStore:IdentityStore.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of TagKey.t ]) list ] list | `String of AwsAccountId.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