Module Values_1.CreateNamespaceResponseSource

(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. arn : Values_0.Arn.t option;
    (*

    The ARN of the Quick Sight namespace you created.

    *)
  2. name : Values_0.Namespace.t option;
    (*

    The name of the new namespace that you created.

    *)
  3. capacityRegion : Values_0.String_.t option;
    (*

    The Amazon Web Services Region; that you want to use for the free SPICE capacity for the new namespace. This is set to the region that you run CreateNamespace in.

    *)
  4. creationStatus : NamespaceStatus.t option;
    (*

    The status of the creation of the namespace. This is an asynchronous process. A status of CREATED means that your namespace is ready to use. If an error occurs, it indicates if the process is retryable or non-retryable. In the case of a non-retryable error, refer to the error message for follow-up tasks.

    *)
  5. identityStore : IdentityStore.t option;
    (*

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

    *)
  6. requestId : Values_0.String_.t option;
    (*

    The Amazon Web Services request ID for this operation.

    *)
  7. status : StatusCode.t option;
    (*

    The HTTP status of the request.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of Values_0.AccessDeniedException.t
  2. | `ConflictException of ConflictException.t
  3. | `InternalFailureException of InternalFailureException.t
  4. | `InvalidParameterValueException of InvalidParameterValueException.t
  5. | `LimitExceededException of LimitExceededException.t
  6. | `PreconditionNotMetException of PreconditionNotMetException.t
  7. | `ResourceExistsException of ResourceExistsException.t
  8. | `ResourceNotFoundException of ResourceNotFoundException.t
  9. | `ResourceUnavailableException of ResourceUnavailableException.t
  10. | `ThrottlingException of ThrottlingException.t
  11. | `Unknown_operation_error of string * string option
]
Sourceval make : ?arn:??? -> ?name:??? -> ?capacityRegion:??? -> ?creationStatus:??? -> ?identityStore:??? -> ?requestId:??? -> ?status:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of Values_0.AccessDeniedException.t | `ConflictException of ConflictException.t | `InternalFailureException of InternalFailureException.t | `InvalidParameterValueException of InvalidParameterValueException.t | `LimitExceededException of LimitExceededException.t | `PreconditionNotMetException of PreconditionNotMetException.t | `ResourceExistsException of ResourceExistsException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ResourceUnavailableException of ResourceUnavailableException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of Values_0.AccessDeniedException.t | `ConflictException of ConflictException.t | `InternalFailureException of InternalFailureException.t | `InvalidParameterValueException of InvalidParameterValueException.t | `LimitExceededException of LimitExceededException.t | `PreconditionNotMetException of PreconditionNotMetException.t | `ResourceExistsException of ResourceExistsException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ResourceUnavailableException of ResourceUnavailableException.t | `ThrottlingException of ThrottlingException.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 | `Integer of StatusCode.t | `String of Values_0.Arn.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