Values.IdNamespaceSummarySourceA summary of ID namespaces.
type nonrec t = {idNamespaceName : EntityName.t option;The name of the ID namespace.
*)idNamespaceArn : IdNamespaceArn.t option;The Amazon Resource Name (ARN) of the ID namespace.
*)description : Description.t option;The description of the ID namespace.
*)idMappingWorkflowProperties : IdNamespaceIdMappingWorkflowMetadataList.t option;An object which defines any additional configurations required by the ID mapping workflow.
*)type_ : IdNamespaceType.t option;The type of ID namespace. There are two types: SOURCE and TARGET. The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow. The TARGET contains a configuration of targetId which all sourceIds will resolve to.
*)createdAt : Timestamp.t option;The timestamp of when the ID namespace was created.
*)updatedAt : Timestamp.t option;The timestamp of when the ID namespace was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `Enum of string ]) list ] list
| `String of EntityName.t
| `Timestamp of Timestamp.t ])
list ]