Values.DescribeNamespaceResponseSourceGets the latest version of the user's namespace and the public version that it is tracking.
type nonrec t = {namespaceArn : Arn.t option;The ARN of the namespace.
*)namespaceName : NamespaceName.t option;The name of the namespace.
*)trackingNamespaceName : NamespaceName.t option;The name of the public namespace that the latest namespace version is tracking.
*)trackingNamespaceVersion : Version.t option;The version of the public namespace that the latest version is tracking.
*)namespaceVersion : Version.t option;The version of the user's namespace to describe.
*)}type nonrec error = [ | `InternalFailureException of InternalFailureException.t| `InvalidRequestException of InvalidRequestException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalFailureException of InternalFailureException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalFailureException of InternalFailureException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]