Values.DisassociateOrganizationalUnitRequestSourceRemoves the association between an organizational unit and a notification configuration.
type nonrec t = {organizationalUnitId : OrganizationalUnitId.t;The unique identifier of the organizational unit to disassociate.
*)notificationConfigurationArn : NotificationConfigurationArn.t;The Amazon Resource Name (ARN) of the notification configuration to disassociate from the organizational unit.
*)}val make :
organizationalUnitId:OrganizationalUnitId.t ->
notificationConfigurationArn:NotificationConfigurationArn.t ->
unit ->
t