Values.UpdateIdMappingTableInputSourceProvides the details that are necessary to update an ID mapping table.
type nonrec t = {idMappingTableIdentifier : UUID.t;The unique identifier of the ID mapping table that you want to update.
*)membershipIdentifier : MembershipIdentifier.t;The unique identifier of the membership that contains the ID mapping table that you want to update.
*)description : ResourceDescription.t option;A new description for the ID mapping table.
*)kmsKeyArn : KMSKeyArn.t option;The Amazon Resource Name (ARN) of the Amazon Web Services KMS key.
*)}val make :
?description:??? ->
?kmsKeyArn:??? ->
idMappingTableIdentifier:UUID.t ->
membershipIdentifier:MembershipIdentifier.t ->
unit ->
t