Values.NamespaceSummarySourceA complex type that contains information about a namespace.
type nonrec t = {id : ResourceId.t option;The ID of the namespace.
*)arn : Arn.t option;The Amazon Resource Name (ARN) that Cloud Map assigns to the namespace when you create it.
*)resourceOwner : AWSAccountId.t option;The ID of the Amazon Web Services account that created the namespace. If this isn't your account ID, it's the ID of the account that shared the namespace with your account. For more information about shared namespaces, see Cross-account Cloud Map namespace sharing in the Cloud Map Developer Guide.
*)name : NamespaceName.t option;The name of the namespace. When you create a namespace, Cloud Map automatically creates a Route 53 hosted zone that has the same name as the namespace.
*)type_ : NamespaceType.t option;The type of the namespace, either public or private.
*)description : ResourceDescription.t option;A description for the namespace.
*)serviceCount : ResourceCount.t option;The number of services that were created using the namespace.
*)properties : NamespaceProperties.t option;The properties of the namespace.
*)createDate : Timestamp.t option;The date and time that the namespace was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of ResourceCount.t
| `String of ResourceId.t
| `Structure of
(string
* [> `Structure of
(string
* [> `String of ResourceId.t
| `Structure of
(string * [> `Long of RecordTTL.t ]) list ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]