Values.IdNamespaceAssociationSummarySourceDetailed information about the ID namespace association.
type nonrec t = {membershipId : MembershipIdentifier.t option;The unique identifier of the membership resource for this ID namespace association.
*)membershipArn : MembershipArn.t option;The Amazon Resource Name (ARN) of the membership resource for this ID namespace association.
*)collaborationArn : CollaborationArn.t option;The Amazon Resource Name (ARN) of the collaboration that contains this ID namespace association.
*)collaborationId : UUID.t option;The unique identifier of the collaboration that contains this ID namespace association.
*)createTime : Timestamp.t option;The time at which this ID namespace association was created.
*)updateTime : Timestamp.t option;The most recent time at which this ID namespace association has been updated.
*)id : UUID.t option;The unique identifier of this ID namespace association.
*)arn : IdNamespaceAssociationArn.t option;The Amazon Resource Name (ARN) of this ID namespace association.
*)inputReferenceConfig : IdNamespaceAssociationInputReferenceConfig.t option;The input reference configuration details for this ID namespace association.
*)name : GenericResourceName.t option;The name of the ID namespace association.
*)description : ResourceDescription.t option;The description of the ID namespace association.
*)inputReferenceProperties : IdNamespaceAssociationInputReferencePropertiesSummary.t
option;The input reference properties for this ID namespace association.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of MembershipIdentifier.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of IdNamespaceAssociationInputReferenceArn.t ])
list
| `Timestamp of Timestamp.t ])
list ]