Values.NamespaceSourceA complex type that contains information about a specified namespace.
type nonrec t = {id : ResourceId.t option;The ID of a 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, such as example.com.
*)type_ : NamespaceType.t option;The type of the namespace. The methods for discovering instances depends on the value that you specify: HTTP Instances can be discovered only programmatically, using the Cloud Map DiscoverInstances API. DNS_PUBLIC Instances can be discovered using public DNS queries and using the DiscoverInstances API. DNS_PRIVATE Instances can be discovered using DNS queries in VPCs and using the DiscoverInstances API.
*)description : ResourceDescription.t option;The description that you specify for the namespace when you create it.
*)serviceCount : ResourceCount.t option;The number of services that are associated with the namespace.
*)properties : NamespaceProperties.t option;A complex type that contains information that's specific to the type of the namespace.
*)createDate : Timestamp.t option;The date that the namespace was created, in Unix date/time format and Coordinated Universal Time (UTC). The value of CreateDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
*)creatorRequestId : ResourceId.t option;A unique string that identifies the request and that allows failed requests to be retried without the risk of running an operation twice.
*)}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 ]