Module Values.DescribeNamespaceRequestSource

Gets the latest version of the user's namespace and the public version that it is tracking.

Sourcetype nonrec t = {
  1. namespaceName : NamespaceName.t option;
    (*

    The name of the user's namespace. Set this to aws to get the public namespace.

    *)
}
Sourceval make : ?namespaceName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NamespaceName.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