Module Values.GetDataLakeNamespaceRequestSource

The request parameters for GetDataLakeNamespace.

Sourcetype nonrec t = {
  1. instanceId : UUID.t;
    (*

    The Amazon Web Services Supply Chain instance identifier.

    *)
  2. name : DataLakeNamespaceName.t;
    (*

    The name of the namespace. Besides the namespaces user created, you can also specify the pre-defined namespaces: asc - Pre-defined namespace containing Amazon Web Services Supply Chain supported datasets, see https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html. default - Pre-defined namespace containing datasets with custom user-defined schemas.

    *)
}
Sourceval context_ : string
Sourceval make : instanceId:UUID.t -> name:DataLakeNamespaceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of UUID.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